@charset "utf-8";
/*
Theme Name: Japan Housing Comprehensive Development, Corp.
Theme URI: http://desse-web.com/
*/

/* --------------------------------------------------------------- */

/*
タブレット縦 / スマホ横
@media only screen and (max-width: 896px)
小型スマホ横
@media only screen and (max-width: 568px)
スマホ縦
@media only screen and (max-width: 480px)
小型スマホ縦
@media only screen and (max-width: 320px)
横向き
@media only screen and (orientation:landscape)
*/

/* --------------------------------------------------------------- */
/* 変数 */
:root {
  --color-orange1: #f08300;
  --color-orange2: #f8b62d;
  --color-orange3: #fffbf7;
  --color-orange4: #feeeda;
  --color-orange5: #fef1e7;
  --color-white1: #fff;
  --color-brown1: #F5F2E9;
  --color-blue1: #003D70;
  --color-black1: #000;
  --color-pink1: #F55491;
  --color-yellow1: #FFF000;
  --color-gray1: #f2f2f3;
  --color-gray2: #bfc0c0;
  --color-gray3: #c9caca;
  --color-gray4: #f7f8f8;
  --color-gray5: #efefef;
  --font-size8: 8px;
  --font-size10: 10px;
  --font-size12: 12px;
  --font-size14: 14px;
  --font-size16: 16px;
  --font-size18: 18px;
}

/*

var(--color-orange1)
 */

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- common */

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

figure {
  margin: 0;
}

button,
input[type="submit"] {
  border: 0 none;
  background: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

img,
input[type="image"] {
  max-width: 100%;
  width: auto;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  object-fit: cover;
}

a {
  text-decoration: none;
  color: var(--color-orange1);
}

a:hover,
a img:hover,
button:hover {
  opacity: 0.7;
  transition: all 0.5s ease;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #3e3a39;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 896px) {
  body {
    line-height: 1.8;
    overflow-x: hidden;
  }
}

.pc {
  display: inherit;
}

.sp {
  display: none;
}

.inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

@media only screen and (max-width: 896px) {
  .inner {
    width: 96%;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .inner {
    width: 90%;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}

.Acenter {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mincho {
  font-family: "Times New Roman", Times, "Noto Serif JP", serif;
}

.cat.news {
  background: var(--color-orange1);
}

.cat.blog {
  background: var(--color-orange2);
}

.moreBtn a {
  position: relative;
  display: block;
  font-family: "Bodoni Moda", serif;
}

.moreBtn a::before,
.moreBtn a::after {
  content: "";
  margin: auto;
  position: absolute;
  transition: 0.3s;
}

.moreBtn a::before {
  width: 10px;
  height: 1px;
  top: 24px;
}

.moreBtn a::after {
  width: 4px;
  height: 4px;
  top: 22px;
  transform: rotate(45deg);
}

.moreBtn.btn1 a::before {
  right: 4px;
}

.moreBtn.btn1 a::after {
  right: 4px;
}

.moreBtn.btn1 a:hover::before {
  right: -10px;
}

.moreBtn.btn1 a:hover::after {
  right: -10px;
}

.moreBtn.btn2 {
  width: 220px;
  text-align: center;
}

.moreBtn.btn2 a::before {
  right: 20px;
}

.moreBtn.btn2 a::after {
  right: 20px;
}

.moreBtn.btn2 a:hover::before {
  right: 10px;
}

.moreBtn.btn2 a:hover::after {
  right: 10px;
}

.backBtn {
  width: 300px;
  margin: 50px auto 0;
  text-align: center;
}

.backBtn a {
  padding: 10px 30px;
  display: block;
  position: relative;
  background: rgba(31, 31, 31, 0);
  border: 1px solid #3e3a39;
  color: #3e3a39;
}

.backBtn a::before,
.backBtn a::after {
  content: "";
  margin: auto;
  position: absolute;
  transition: 0.3s;
}

.backBtn a::before {
  width: 10px;
  height: 1px;
  top: 24px;
  left: 30px;
  background: #3e3a39;
}

.backBtn a::after {
  width: 4px;
  height: 4px;
  top: 22px;
  left: 30px;
  transform: rotate(-45deg);
  border-top: 1px solid #3e3a39;
  border-left: 1px solid #3e3a39;
}

.backBtn a:hover {
  background: rgba(31, 31, 31, 1);
  opacity: 1;
  color: #fff;
}

.backBtn a:hover::before {
  left: 10px;
  background: #fff;
}

.backBtn a:hover::after {
  left: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.blankLink {
  position: relative;
}

.blankLink::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  right: -15px;
  display: block;
  background: url("images/i-blank.svg") no-repeat center / cover;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- layout */

header {
  width: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #eee;
  line-height: 0;
}

header #logo {
  width: 340px;
  max-width: 26%;
  padding: 0;
  position: absolute;
  top: 0;
  padding-left: 20px;
  height: 128px;
  background: #fff;
  display: block;
}

header #logo a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

header #gNav {
  margin: 0 80px 0 0;
  padding: 10px 0;
}

header #gNav #headNav {
  width: 40%;
  max-width: 600px;
  margin: 0 0 0 auto;
  text-align: center;
  justify-content: flex-end;
}

header #gNav #headNav li {
  width: 31%;
  margin: 0 0 0 10px;
  position: relative;
}

header #gNav #headNav li a {
  width: 100%;
  display: block;
  color: #fff;
  line-height: 0;
}

/* header #gNav #headNav li:nth-child(2) a {
  padding: 5px;
  border: 1px solid #ccc;
} */

header #gNav #headNav li:nth-child(2) a {
  padding: 15% 0 16%;
  background: var(--color-orange1);
}

header #gNav #headNav li:nth-child(2) a:hover {
  background: #529397;
  opacity: 0.7;
}

header #gNav #headNav li:nth-child(3) a {
  padding: 15% 0 16%;
  background: var(--color-orange2);
}

header #gNav #headNav li:nth-child(3) a:hover {
  background: #f4b784;
  opacity: 1;
}

header #gNav #headNav li:nth-child(2) a::after,
header #gNav #headNav li:nth-child(3) a::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: block;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #fff transparent;
}

header #gNav #mainNav {
  width: 70%;
  margin: 10px 0 0 auto;
}

header #gNav #mainNav #pcspNav {
  justify-content: flex-end;
  align-items: center;
}

header #gNav #mainNav #pcspNav li {}

header #gNav #mainNav #pcspNav li a {
  margin: 0 0 0 clamp(10px, 1.2vw, 30px);
  padding: 20px 0;
  position: relative;
  display: inline-block;
  color: #3e3a39;
  font-size: clamp(12px, 1.2vw, 1.4rem);
}

header #gNav #mainNav #pcspNav li a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color-orange2);
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

header #gNav #mainNav #pcspNav li a:hover::after {
  transform: scale(1, 1);
}

header #gNav #mainNav #pcspNav li.current-menu-item a {
  color: var(--color-orange2);
}

@media only screen and (max-width: 896px) {
  header #logo {
    width: 180px;
    height: 120px;
    padding: 0;
  }

  header #gNav {
    margin: 0 20px 0 0;
  }

  header #gNav #headNav {
    width: 60%;
  }

  header #gNav #mainNav {
    width: 80%;
  }

  header #gNav #mainNav #pcspNav li a {
    margin: 0 0 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  header {
    padding: 30px 0;
  }

  header #logo {
    width: 240px;
    padding: 0px 0 0 0;
    max-width: 50%;
    height: 60px;
    top: 0;
    left: 5px;
  }

  #navBtn {
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--color-orange2);
  }

  #navBtn>p {
    width: 60px;
    position: relative;
  }

  #navBtn>p::after {
    content: "メニュー";
    position: absolute;
    top: 48px;
    left: 10px;
    display: block;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0em;
  }

  #navBtn span {
    width: 60%;
    height: 3px;
    position: absolute;
    left: 20%;
    display: block;
    background: #fff;
    transition:
      top 0.5s ease,
      -webkit-transform 0.6s ease-in-out;
    transition:
      transform 0.6s ease-in-out,
      top 0.5s ease;
    transition:
      transform 0.6s ease-in-out,
      top 0.5s ease,
      -webkit-transform 0.6s ease-in-out;
  }

  #navBtn span:nth-child(1) {
    top: 10px;
  }

  #navBtn span:nth-child(2) {
    top: 22px;
  }

  #navBtn span:nth-child(3) {
    top: 34px;
  }

  .open {
    overflow: hidden;
  }

  .open #navBtn>p::after {
    content: "閉じる";
    left: 15px;
  }

  .open #navBtn span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .open #navBtn span:nth-child(2) {
    width: 0;
  }

  .open #navBtn span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .open header #gNav {
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }

  header #gNav {
    width: 100%;
    height: 100vh;
    padding: 10% 0 0;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 100;
    visibility: hidden;
    background: var(--color-orange2);
    opacity: 0;
    transition: 0.3s;
  }

  header #gNav #headNav {
    display: none;
  }

  header #gNav #mainNav {
    width: 100%;
    margin: 0;
  }

  header #gNav #mainNav #pcspNav {
    justify-content: center;
  }

  header #gNav #mainNav #pcspNav li {
    width: 100%;
    font-size: 1.6rem;
  }

  header #gNav #mainNav #pcspNav li a {
    margin: 0;
    padding: 30px 20px;
    display: block;
    border-bottom: 1px solid #fff;
    color: #fff;
  }

  header #gNav #mainNav #pcspNav li.current-menu-item a {
    color: rgba(255, 255, 255, 0.4);
  }

  header #gNav #mainNav #pcspNav li:nth-child(1) a {
    border-top: 1px solid #fff;
  }

  header #gNav #mainNav #spNav {
    margin: 20px auto 0;
    text-align: center;
  }

  header #gNav #mainNav #spNav li {
    width: 42%;
    margin: 10px 5px 0;
    display: inline-block;
  }

  header #gNav #mainNav #spNav li a {
    position: relative;
    display: block;
    color: #fff;
  }

  header #gNav #mainNav #spNav li:nth-child(1) a {
    padding: 25px 0;
    background: var(--color-orange1);
  }

  header #gNav #mainNav #spNav li:nth-child(2) a {
    padding: 25px 0;
    background: #fff;
    color: var(--color-orange2);
  }

  header #gNav #mainNav #spNav li:nth-child(1) a::after,
  header #gNav #mainNav #spNav li:nth-child(2) a::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: block;
    border-style: solid;
    border-width: 0 0 15px 15px;
  }

  header #gNav #mainNav #spNav li:nth-child(1) a::after {
    border-color: transparent transparent #fff transparent;
  }

  header #gNav #mainNav #spNav li:nth-child(2) a::after {
    border-color: transparent transparent var(--color-orange2) transparent;
  }
}

footer {
  width: 100%;
  background: var(--color-orange1);
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

footer .inner {
  display: flex;
  padding: 60px 0 0;
  justify-content: space-between;
}

footer #topBtn {
  position: fixed;
  bottom: 32px;
  right: 10px;
  display: block;
  cursor: pointer;
  color: #3e3a39;
  font-family: "Bodoni Moda", serif;
  font-size: 1.6rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

footer #topBtn::before {
  content: "";
  width: 1px;
  height: 50px;
  position: absolute;
  top: -60px;
  right: 18px;
  display: block;
  background: #3e3a39;
}

footer #fLogo {
  margin: 10px auto 0 0;
  width: 315px;
}

footer #fNav {
  width: 460px;
  max-width: 60%;
}

footer #fNav>li {
  margin: 0 0 0 20px;
  width: calc(50% - 20px);
  margin-bottom: 70px;
}

footer #fNav>li#fNavMenu1,
footer #fNav>li#fNavMenu2 {}

footer #fLogo address {
  margin: 40px 0 0;
  font-style: normal;
  line-height: 1.8;
}


footer #fNav li p.f-tit {
  margin: 0 0 5px;
  font-weight: 600;
}

footer #fNav li p.f-tit a {
  color: #fff;
}

footer #fNav li ul.subMenu {
  padding: 0 0 0 20px;
  position: relative;
  border-left: 2px solid #fff;
}

footer #fNav li ul.subMenu li {
  margin: 0;
}



footer #fNav li ul.subMenu li a {
  color: #fff;
}

footer #privacy {
  margin: -70px 0 0 auto;
  display: table;
}

footer #privacy li a {
  color: #fff;
}

footer #f-reCAPTCHA {
  width: 100%;
  padding: 30px 0 15px;
  text-align: center;
}

footer #f-reCAPTCHA a {
  border-bottom: 1px solid #fff;
  color: #fff;
}

footer #copy {
  width: 100%;
  padding: 10px 0 30px;
  text-align: center;
  font-size: 1rem;
  line-height: 0;
}

@media only screen and (max-width: 896px) {
  footer #fNav li {
    margin: 0 0 0 20px;
  }

  footer #fNav li#ad #fLogo {
    width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  footer #topBtn {
    width: 100%;
    padding: 5px 0 8px;
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
    background: #1f1f1f;
    color: #fff;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }

  footer #topBtn::before {
    display: none;
  }

  footer #topBtn::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 45%;
    right: 32%;
    display: block;
    transform: rotate(-45deg);
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    border-radius: 10%;
  }

  footer .inner {
    flex-wrap: wrap;
    padding: 30px 0 0;
  }

  footer #fLogo {
    margin: 10px auto 0 0;
    width: 100%;
    max-width: 100%;
  }

  footer #fLogo p {
    width: 280px;
    max-width: 100%;
    margin: auto;
    text-align: center;

  }

  footer #fNav>li {
    margin: 0 0 0 20px;
    width: calc(50% - 20px);
    margin-bottom: 70px;
  }


  footer #fLogo address {
    margin: 20px 0 0;
  }



  footer #f-reCAPTCHA {
    width: 100%;
    padding: 20px 0 15px;
  }



  footer #fNav {
    padding: 20px 0 0;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
  }

  footer #fNav li {
    width: 37%;
    margin: 0 0 20px;
  }

  footer #fNav li#ad {
    width: 100%;
    margin: 0 0 30px;
  }

  footer #fNav li#ad #fLogo {
    margin: auto;
    display: block;
  }

  footer #fNav li#ad #fSns li {
    width: auto;
  }

  footer #fNav li#fNavMenu1 {
    order: 1;
    width: 48%;
  }

  footer #fNav li#fNavMenu2 {
    order: 3;
    width: 45%;
  }

  footer #fNav li#fNavMenu3 {
    order: 2;
  }

  footer #fNav li#fNavMenu4 {
    order: 4;
  }

  footer #fNav li ul.subMenu li {
    width: 100%;
  }

  footer #privacy {
    margin: 10px auto 20px;
    text-align: center;
    line-height: 1;
  }

  footer #privacy li {
    width: auto;
    padding: 0 10px;
    display: inline-block;
  }

  footer #privacy li:nth-child(1) {
    border-right: 1px solid #fff;
  }

  footer #copy {
    line-height: 1.6;
    font-size: 0.8rem;
  }
}

main {}

@media only screen and (max-width: 767px) {}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- page共通 */

#pageHead {
  width: 100%;
  height: 260px;
  margin: 120px auto 0;
  position: relative;
}

#pageHead img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

#pageHead figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  text-align: center;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

#pageHead figcaption h1 {
  font-family: "Bodoni Moda", serif;
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

#pageHead figcaption h1::first-letter {
  color: var(--color-orange1);
}

#pageHead figcaption h1 small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 767px) {
  #pageHead {
    height: 210px;
    margin: 60px auto 0;
  }

  #pageHead img {
    height: 210px;
    object-position: 90% 100%;
  }

  #pageHead figcaption h1 {
    font-size: 3rem;
    line-height: 1.2;
  }

  #pageHead figcaption h1 small {
    margin: 10px auto 0;
    font-size: 1.2rem;
  }
}

.recruit #pageHead {
  height: 65vh;
}

.recruit #pageHead img {
  height: 65vh;
}

.recruit #pageHead::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 143, 151, 0.3);
}

.recruit #pageHead figcaption {
  top: 60%;
}

.recruit #pageHead figcaption h1 {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .recruit #pageHead {
    height: 40vh;
  }

  .recruit #pageHead img {
    height: 40vh;
    object-position: center;
  }

  .recruit #pageHead figcaption {
    top: 50%;
  }
}

.page h2 {
  margin: 0 0 35px;
  position: relative;
  text-align: center;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 4.0rem;
  letter-spacing: 0.2em;
  line-height: 1.4;
}

.page h2::after {
  content: "";
  width: 50px;
  height: 12px;
  margin: 15px auto 0;
  display: block;
  background: url("images/h2-line.svg") no-repeat center / cover;
}

.page h2.orange::after {
  background: url("images/h2-line2.svg") no-repeat center / cover;
}

.page h2.white::after {
  background: url("images/h2-line-white.svg") no-repeat center / cover;
}

.page h2 small {
  display: block;
  font-family: "Noto Serif JP", serif;
  color: var(--color-orange1);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.32em;
}


@media only screen and (max-width: 767px) {
  .page h2 {
    margin: 0 0 40px;
    font-size: 2.6rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }

  .page h2::after {
    margin: 35px auto 0;
  }

  .page h2 small {
    margin: 0 0 15px;
    font-size: 1.2rem;
  }
}

#pager {
  margin: 0 auto;
  text-align: center;
  font-family: "Bodoni Moda", serif;
}

#pager a {
  padding: 10px 20px;
  border-bottom: 5px solid var(--color-gray2);
  color: var(--color-black1);
}

#pager .prev,
#pager .next {
  border-bottom: 0 none;
}

#pager .current {
  padding: 10px 20px;
  font-weight: 600;
  border-bottom: 5px solid var(--color-orange1);
}

@media only screen and (max-width: 767px) {
  #pager a {
    padding: 5px 10px;
    border-bottom: 2px solid #fafafa;
  }

  #pager .current {
    padding: 5px 10px;
    border-bottom: 2px solid var(--color-orange2);
  }
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- home */

/* ----- home共通 ----- */
.home h2::after {
  margin: 20px auto 0;
}

.home h2 span {
  color: var(--color-orange1);
}

.page h2.white span {
  color: var(--color-white1);
}

.page h2.white small {
  color: var(--color-white1);
}


/* ----- MVアニメーション用 ----- */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

@keyframes scrollani {
  0% {
    height: 0%;
  }

  100% {
    height: 140%;
  }
}

#mainVisual {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #ccc;
}

#mainVisual #catch h1 {
  position: absolute;
  top: 50%;
  z-index: 5;
  color: #fff;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

#mainVisual #catch h1 small {
  display: block;
  font-size: 2rem;
  letter-spacing: 0em;
}

#mainVisual #scroll {
  position: absolute;
  bottom: 15%;
  left: 3%;
  z-index: 5;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#mainVisual #scroll a {
  color: #fff;
}

#mainVisual #scroll::before,
#mainVisual #scroll::after {
  content: "";
  width: 1px;
  position: absolute;
  top: 110%;
  left: 12px;
  display: block;
}

#mainVisual #scroll::before {
  height: 140%;
  background: rgba(255, 255, 255, 0.3);
}

#mainVisual #scroll::after {
  background: rgba(255, 255, 255, 1);
  animation: scrollani 3s linear forwards infinite;
}

#mainVisual .slide {
  width: 100%;
  height: 100vh;
}

.vegas-timer {
  width: 300px;
  height: 3px !important;
  left: auto !important;
  right: 10% !important;
  bottom: 5% !important;
  background: #fff;
}

.vegas-content-scrollable {}

.vegas-timer-running .vegas-timer-progress {
  width: 300px !important;
}

.vegas-timer-progress {
  background: #1f1f1f !important;
}

@media only screen and (max-width: 767px) {
  #mainVisual #catch h1 {
    top: 45%;
    font-size: 4rem;
    line-height: 1.5;
  }

  #mainVisual #catch h1 small {
    margin: 5px 0 0;
    font-size: 1.2rem;
  }

  #mainVisual #scroll::before {
    height: 115%;
  }

  .vegas-timer {
    width: 150px;
  }

  .vegas-timer-running .vegas-timer-progress {
    width: 150px !important;
  }
}

/* ----- メーカーアニメーション用 ----- */
@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

#top_ourStaength {
  padding: 30px 0 50px;
  position: relative;
  z-index: -1;
  text-align: center;
  background: var(--color-orange3);
}

#top_ourStaength h2::after {
  margin: 20px auto 0;
}

#top_ourStaength h2+p {}

#top_ourStaength figure {
  width: 80%;
  margin: 30px auto 160px;
  line-height: 1;
}

#top_ourStaength h3 {
  margin: 0 auto 30px;
}

#top_ourStaength h3 img {
  width: 100%;
  height: 30px;
  object-fit: cover;
}

#top_ourStaength .maker {
  width: 100vw;
  margin: 0 0 30px;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
}

#top_ourStaength .maker ul {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}

#top_ourStaength .maker ul li {
  width: calc(100vw / 10);
  display: inline-block;
  margin: 0 10px;
  text-align: center;
}

#top_ourStaength .maker ul:first-child {
  animation: loop 50s -25s linear infinite;
  backface-visibility: hidden;
  will-change: transform;
}

#top_ourStaength .maker ul+ul {
  animation: loop2 50s linear infinite;
}

#top_ourStaength .maker:hover ul {
  animation-play-state: paused;
}

@media only screen and (max-width: 767px) {
  #top_ourStaength {
    padding: 60px 0 80px;
  }

  #top_ourStaength #owariCap {
    margin: 0 auto 50px;
  }

  #top_ourStaength #owariCap img {
    width: 80%;
    margin: 0 auto 24px;
    padding: 5px 20px;
    display: block;
    border: 1px solid #ccc;
    background: #fff;
  }

  #top_ourStaength figure {
    margin: 30px auto 80px;
  }

  #top_ourStaength h3 {
    font-size: 1.6rem;
  }

  #top_ourStaength .maker {
    margin: 0 0 10px;
  }

  #top_ourStaength .maker ul {
    width: 300vw;
  }

  #top_ourStaength .maker ul li {
    width: calc(300vw / 10);
    margin: 0 10px;
  }

  #top_ourStaength .maker ul li img {
    height: auto;
  }

  #top_ourStaength figure {
    width: 100%;
    line-height: 1.5;
  }

  #top_ourStaength figure figcaption {
    margin: 24px auto 0;
    text-align: left;
    font-size: 1rem;
    letter-spacing: -0.05em;
  }
}

#top_businessContents {
  padding: 90px 0 70px;
  position: relative;
  background: var(--color-orange3);

}

#top_businessContents::before {
  content: "";
  width: 75%;
  height: 76%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  background: var(--color-orange1);
}

#top_businessContents h2 {
  text-align: center;
}

#top_businessContents .inner {
  margin: 0 auto;
  width: 920px;
  max-width: 100%;
}



#top_businessContents ul {
  justify-content: space-between;
}

#top_businessContents ul li {
  width: 48%;
  margin: 0 0 50px;
}

#top_businessContents ul li figure {
  position: relative;
}

#top_businessContents ul li figure figcaption {
  width: 90%;
  position: relative;
  margin: -70px auto 0;
  padding: 30px 20px 20px 20px;
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#top_businessContents ul li figure figcaption h3 {
  margin: 0 auto 10px;
  text-align: center;
  color: var(--color-orange1);
  font-size: 1.8rem;
  font-weight: 500;
}

#top_businessContents ul li figure figcaption .moreBtn {
  width: 120px;
  margin: 10px auto 0;
}

#top_businessContents ul li figure figcaption .moreBtn a {
  padding: 5px 0;
  border-bottom: 1px solid #3e3a39;
  color: #3e3a39;
}

#top_businessContents ul li figure figcaption .moreBtn a::before {
  top: 18px;
  background: #3e3a39;
}

#top_businessContents ul li figure figcaption .moreBtn a::after {
  top: 16px;
  border-top: 1px solid #3e3a39;
  border-right: 1px solid #3e3a39;
}

@media only screen and (max-width: 767px) {
  #top_businessContents {
    padding: 80px 0 50px;
  }

  #top_businessContents::before {
    height: 90%;
  }

  #top_businessContents ul li {
    width: 100%;
    margin: 0 0 50px;
  }

  #top_businessContents ul li figure figcaption {
    margin: -50px auto 0;
    padding: 25px 15px;
  }

  #top_businessContents ul li figure figcaption h3 {
    margin: 0 auto 15px;
    font-size: 1.6rem;
  }

  #top_businessContents ul li figure figcaption p {
    font-size: 1.3rem;
  }

  #top_businessContents ul li figure figcaption .moreBtn {
    width: 100px;
    margin: 15px auto 0;
  }
}

#top_aboutUs {
  margin: 0 0 -250px;
  padding: 100px 0 0;
  position: relative;
  background: var(--color-orange3);
  z-index: 1;
}

#top_aboutUs::before {
  content: "";
  width: clamp(60%, 68vw, 75%);
  height: 60%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  background: var(--color-orange1);
}

#top_aboutUs h2 {
  text-align: left;
}

#top_aboutUs h2::after {
  margin: 20px 0 0;
}

#top_aboutUs h3 {
  margin: 150px auto 30px;
  font-size: 3.2rem;
  color: #fff;
  position: relative;
  z-index: 2;
}

#top_aboutUs h3+p {
  width: 40%;
  color: #fff;
  position: relative;
  z-index: 2;

}

#top_aboutUs .moreBtn {
  margin: 30px 0 0;
  position: relative;
  z-index: 2;
}

#top_aboutUs .moreBtn a {
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  z-index: 2;
}

#top_aboutUs .moreBtn a::before {
  background: #fff;
}

#top_aboutUs .moreBtn a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

#top_aboutUs .moreBtn a:hover {
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  color: #3e3a39;
}

#top_aboutUs .moreBtn a:hover::before {
  background: #3e3a39;
}

#top_aboutUs .moreBtn a:hover::after {
  border-top: 1px solid #3e3a39;
  border-right: 1px solid #3e3a39;
}

#top_aboutUs #backimage {
  width: 100%;
  height: 600px;
  position: relative;
  line-height: 0;
}

#top_aboutUs #backimage li {
  position: absolute;
  z-index: 0;
}

#top_aboutUs #backimage li img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

#top_aboutUs #backimage li:nth-child(1) {
  width: 70%;
  top: -65%;
  left: 0;
}

#top_aboutUs #backimage li:nth-child(1)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: block;
  background: rgba(0, 0, 0, 0.7);
}

#top_aboutUs #backimage li:nth-child(2) {
  width: 50%;
  top: -105%;
  right: 0;
}

@media only screen and (max-width: 767px) {
  #top_aboutUs {
    margin: 0 0 -100px;
    padding: 80px 0 0;
  }

  #top_aboutUs::before {
    height: 50%;
  }

  #top_aboutUs h3 {
    margin: 100px auto 24px;
    font-size: 2.4rem;
  }

  #top_aboutUs h3+p {
    width: 100%;
  }

  #top_aboutUs #backimage {
    height: 500px;
  }

  #top_aboutUs #backimage li:nth-child(1) {
    width: 100%;
    top: -80%;
  }

  #top_aboutUs #backimage li:nth-child(2) {
    width: 90%;
    top: 10%;
    right: auto;
    left: 0;
  }

  #top_aboutUs #backimage li:nth-child(1) img {
    height: 500px;
  }

  #top_aboutUs #backimage li:nth-child(2) img {
    height: 250px;
  }
}

#top_news {
  padding: 50px 0 0;
  background: var(--color-orange3);
}


#top_news h2 {
  text-align: left;
}

#top_news h2::after {
  margin: 16px 0 0 2px;
}

#top_news .moreBtn {
  margin: -100px 0 50px auto;
}

#top_news .moreBtn a {
  padding: 10px 30px;
  background: rgba(31, 31, 31, 0);
  border: 1px solid #3e3a39;
  color: #3e3a39;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#top_news .moreBtn a::before {
  background: #3e3a39;
}

#top_news .moreBtn a::after {
  border-top: 1px solid #3e3a39;
  border-right: 1px solid #3e3a39;
}

#top_news .moreBtn a:hover {
  background: rgba(31, 31, 31, 1);
  opacity: 1;
  color: #fff;
}

#top_news .moreBtn a:hover::before {
  background: #fff;
}

#top_news .moreBtn a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

#top_news dl {}

#top_news dl dt {
  width: 28%;
  padding: 25px 0;
  border-bottom: 1px solid #3e3a39;
  font-weight: 600;
  display: flex;
  align-items: center;


}

#top_news dl dt .date {
  padding: 0 0 0 30px;
}

#top_news dl dt .cat {
  margin: 0 0 0 20px;
  padding: 8px 30px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  line-height: 1;
}

#top_news dl dd {
  width: 72%;
  padding: 25px 30px 25px 0;
  border-bottom: 1px solid #3e3a39;
  display: flex;
  align-items: center;
}

#top_news dl dd a {
  color: #3e3a39;
}

#top_news dl dd a:hover {
  border-bottom: 1px solid #3e3a39;
}

@media only screen and (max-width: 767px) {
  #top_news {
    padding: 0 0 0px;
  }

  #top_news dl dt {
    width: 100%;
    padding: 15px 0 0;
    border-bottom: 0 none;
  }

  #top_news dl dt .date {
    padding: 0;
  }

  #top_news dl dt .cat {
    padding: 5px 20px 3px;
  }

  #top_news dl dd {
    width: 100%;
    padding: 15px 0;
  }

  #top_news .moreBtn {
    margin: 40px auto 0;
  }
}

#top_company {
  padding: 30px 0 200px;
  position: relative;
  background: var(--color-orange3);

  z-index: 2;
}

#top_company ul {
  width: 100%;
  justify-content: space-between;
}

#top_company ul li {
  width: 48%;
}

#top_company ul li figure {
  position: relative;
}

#top_company ul li figure figcaption {
  width: 80%;
  padding: 50px 30px;
  position: absolute;
  bottom: -230px;
  left: 50%;
  text-align: center;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background: var(--color-orange1);
}

#top_company ul li figure figcaption h3 {
  margin: 0 auto 30px;
  position: relative;
  color: #fff;
  font-family: "Bodoni Moda", serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

#top_company ul li figure figcaption h3 small {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

#top_company ul li figure figcaption .moreBtn {
  margin: 30px auto 0;
}

#top_company ul li figure figcaption .moreBtn a {
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  color: #fff;
}

#top_company ul li figure figcaption .moreBtn a::before {
  background: #fff;
}

#top_company ul li figure figcaption .moreBtn a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

#top_company ul li figure figcaption .moreBtn a:hover {
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  color: #3e3a39;
}

#top_company ul li figure figcaption .moreBtn a:hover::before {
  background: #3e3a39;
}

#top_company ul li figure figcaption .moreBtn a:hover::after {
  border-top: 1px solid #3e3a39;
  border-right: 1px solid #3e3a39;
}

@media only screen and (max-width: 767px) {
  #top_company ul li {
    width: 100%;
  }

  #top_company ul li:nth-child(1) {
    margin: 0 0 170px;
  }

  #top_company ul li figure figcaption {
    width: 90%;
    padding: 50px 0;
  }

  #top_company ul li figure figcaption h3 {
    margin: 0 auto 24px;
    font-size: 3rem;
  }

  #top_company ul li figure figcaption h3 small {
    font-size: 1.2rem;
  }
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- businesscontentsitem */

#businessPageNav {
  padding: 80px 0;
  text-align: center;
}

#businessPageNav ul {
  line-height: 1.5;
}

#businessPageNav ul li {
  width: 210px;
  height: 200px;
  margin: 0 5px;
  position: relative;
  display: inline-block;
}

#businessPageNav ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}

#businessPageNav ul li::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 20px;
  left: 48%;
  display: block;
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
}

#businessPageNav ul li a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0em;
}

#businessPageNav ul li a:hover {
  background: rgba(255, 255, 255, 0.5);
}

#businessPageNav ul li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#businessPageNav ul li:nth-child(1) {
  background: url("images/businesscontentsitem/pageNav01.png") no-repeat center / cover;
}

#businessPageNav ul li:nth-child(2) {
  background: url("images/businesscontentsitem/pageNav02.png") no-repeat center / cover;
}

#businessPageNav ul li:nth-child(3) {
  background: url("images/businesscontentsitem/pageNav03.png") no-repeat center / cover;
}

#businessPageNav ul li:nth-child(4) {
  background: url("images/businesscontentsitem/pageNav04.png") no-repeat center / cover;
}

#businessPageNav ul li:nth-child(5) {
  background: url("images/businesscontentsitem/pageNav05.png") no-repeat center / cover;
}

@media only screen and (max-width: 896px) {
  #businessPageNav {
    padding: 50px 0;
  }

  #businessPageNav ul li {
    width: 140px;
    height: 130px;
  }

  #businessPageNav ul li a {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  #businessPageNav {
    padding: 50px 10px 40px;
    text-align: left;
  }

  #businessPageNav ul li {
    width: 46.5%;
    height: 150px;
    margin: 0 5px 8px;
    text-align: center;
  }

  #businessPageNav ul li a {
    padding: 45px 0;
  }
}

#smarthouse {
  padding: 100px 0 30px;
  background: var(--color-orange1);
}


#smarthouse ul {
  height: 350px;
  margin: 0 0 80px;
  position: relative;
}

#smarthouse ul li:nth-child(1) {
  width: 60%;
  padding: clamp(25px, 5vw, 40px);
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 1;
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#smarthouse ul li:nth-child(1) h3 {
  margin: 0 auto 10px;
  color: var(--color-orange1);
  font-size: 2.2rem;
  font-weight: 400;
}

#smarthouse ul li:nth-child(2) {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

#smarthouse ul li:nth-child(2) img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

#smarthouse ul:nth-of-type(even) li:nth-child(1) {
  left: auto;
  right: 0;
}

#smarthouse ul:nth-of-type(even) li:nth-child(2) {
  left: 0;
}

@media only screen and (max-width: 767px) {
  #smarthouse {
    padding: 60px 0 40px;
  }

  #smarthouse ul {
    height: 350px;
    margin: 0 0 90px;
  }

  #smarthouse ul li:nth-child(1) {
    width: 90%;
    padding: 20px;
    top: 50%;
    left: 5%;
  }

  #smarthouse ul li:nth-child(2) {
    width: 100%;
  }

  #smarthouse ul li:nth-child(2) img {
    height: 190px;
  }

  #smarthouse ul li:nth-child(1) h3 {
    margin: 0 auto 15px;
    font-size: 1.6rem;
  }

  #smarthouse ul:nth-of-type(even) li:nth-child(1) {
    left: 5%;
  }
}

.businesslist ul:nth-of-type(1) {
  margin: 0 0 30px;
  justify-content: space-between;
}

.businesslist ul:nth-of-type(1) li:nth-child(1) {
  width: 50%;
  margin-top: 20px;
}

.businesslist ul:nth-of-type(1) li:nth-child(2) {
  width: 46%;
}

.businesslist ul:nth-of-type(2) {
  justify-content: space-between;
}

.businesslist ul:nth-of-type(2) li {
  width: 23.5%;
  padding: 20px 15px;
  border: 1px solid rgba(244, 130, 33, 1);
  background: rgba(244, 130, 33, 0.1);
}

.businesslist ul:nth-of-type(2) li h3 {
  margin: 0 auto 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}

.businesslist ul:nth-of-type(2) li p {
  letter-spacing: 0.045em;
}

@media only screen and (max-width: 767px) {
  .businesslist ul:nth-of-type(1) {
    flex-direction: column-reverse;
  }

  .businesslist ul:nth-of-type(1) li:nth-child(1) {
    width: 100%;
  }

  .businesslist ul:nth-of-type(1) li:nth-child(1) figure {
    margin: 0 auto 10px;
  }

  .businesslist ul:nth-of-type(2) li {
    width: 100%;
    margin: 0 0 20px;
    padding: 15px 20px 20px;
  }

  .businesslist ul:nth-of-type(2) li h3 {
    margin: 0 auto 18px;
  }
}

#reform {
  padding: 100px 0 30px;
}

#environmentalConsulting {
  padding: 100px 0 80px;
}

#environmentalConsulting ul:nth-of-type(1) {
  flex-direction: row-reverse;
}

#realEstate {
  padding: 100px 0 50px;
}

#realEstate ul:nth-of-type(2) {
  align-items: center;
}

#realEstate ul:nth-of-type(2) li {
  padding: 0;
  border: 0 none;
  background: none;
}

#realEstate ul:nth-of-type(2) li:nth-child(odd) {
  width: 40%;
  margin: 0 0 50px;
  line-height: 0;
}

#realEstate ul:nth-of-type(2) li:nth-child(even) {
  width: 55%;
  margin: 0 0 50px;
}

#realEstate ul:nth-of-type(2) li:nth-child(even) h3 {
  margin: 0 0 10px;
  text-align: left;
  color: var(--color-orange2);
  font-family: "Times New Roman", Times, "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
}

#snowRemoval {
  padding: 50px 0 80px;
}

@media only screen and (max-width: 767px) {
  #reform {
    padding: 70px 0 50px;
  }

  #environmentalConsulting {
    padding: 30px 0;
  }

  #realEstate {
    padding: 50px 0;
  }

  #realEstate ul:nth-of-type(2) li:nth-child(odd) {
    width: 100%;
    margin: 0 0 32px;
  }

  #realEstate ul:nth-of-type(2) li:nth-child(even) {
    width: 100%;
    margin: 0 0 32px;
  }

  #realEstate ul:nth-of-type(2) li:nth-child(even) h3 {
    margin: 0 0 10px;
    font-size: 1.8rem;
  }

  #snowRemoval {
    padding: 30px 0 50px;
  }
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- aboutusstrength */

#aboutPageNav {
  padding: 50px 0;
}

#aboutPageNav ul {
  width: 50%;
  max-width: 800px;
  margin: auto;
  line-height: 1.5;
  justify-content: space-between;
}

#aboutPageNav ul li {
  width: 48%;
  margin: 0 0 10px;
  border-bottom: 1px solid #3e3a39;
  position: relative;
  font-size: 1.8rem;
}

#aboutPageNav ul li small {
  display: block;
  color: var(--color-orange1);
  font-family: "Times New Roman", Times, "Noto Serif JP", serif;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}

#aboutPageNav ul li::before {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  bottom: 20px;
  right: 23px;
  display: block;
  background: #3e3a39;
}

#aboutPageNav ul li::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
  border: 1px solid;
  border-color: transparent transparent #3e3a39 #3e3a39;
  transform: rotate(-45deg);
}

#aboutPageNav ul li a {
  padding: 10px 0;
  display: block;
  color: #3e3a39;
}

@media only screen and (max-width: 896px) {
  #aboutPageNav ul {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  #aboutPageNav {
    padding: 30px 0;
  }

  #aboutPageNav ul {
    width: 95%;
    max-width: auto;
    text-align: center;
  }

  #aboutPageNav ul li a {
    padding: 20px 0 25px;
    font-size: 1.4rem;
  }

  #aboutPageNav ul li small {
    font-size: 1rem;
  }

  #aboutPageNav ul li::before {
    height: 8px;
    bottom: 10px;
    right: 51%;
  }

  #aboutPageNav ul li::after {
    width: 3px;
    height: 3px;
    bottom: 10px;
    right: 50%;
  }
}

#officialSupporter {
  padding: 100px 0 60px;
  text-align: center;
  background: var(--color-orange2);
}

#officialSupporter h2::after {
  background: url("images/h2-linew.svg") no-repeat center / cover;
}

#officialSupporter ul {
  margin: 50px auto 30px;
  justify-content: center;
}

#officialSupporter ul li {
  width: 48%;
  padding: 0 50px 20px;
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#officialSupporter ul li h3 {
  margin: 0 auto 10px;
  font-size: 3.2rem;
  font-weight: 400;
}

#officialSupporter ul li p {
  margin: 0 0 20px;
}

#officialSupporter ul li a {
  padding: 0 0 5px;
  border-bottom: 1px solid #3e3a39;
  color: #3e3a39;
}

@media only screen and (max-width: 767px) {
  #officialSupporter {
    padding: 70px 0 30px;
  }

  #officialSupporter ul li {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 20px 20px;
  }

  #officialSupporter ul li img {
    width: 80%;
    margin: auto;
    display: block;
  }

  #officialSupporter ul li h3 {
    font-size: 2.4rem;
  }
}

#totalSupport {
  padding: 100px 0 30px;
}

#totalSupport h2+p {
  margin: 0 auto 50px;
  text-align: center;
}

#totalSupport h2+p em {
  /* color: var(--color-orange2); */
  font-style: normal;
  font-size: 2.4rem;
}

#totalSupport h3 {
  margin: 0 0 20px;
  position: relative;
  font-size: 2.4rem;
  font-weight: 400;
}

#totalSupport h3::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  z-index: -1;
  display: block;
  background: var(--color-orange1);
}

#totalSupport h3 span {
  padding: 0 20px 0 0;
  display: inline-block;
  background: #fff;
}

#totalSupport h4 {
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  gap: 20px;
}

#totalSupport h4::before {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  transform: rotate(-40deg);
  background: var(--color-orange1);
}

#totalSupport h4::after {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  transform: rotate(40deg);
  background: var(--color-orange1);
}

#totalSupport #bilingualList {
  margin: 0 auto 30px;
  text-align: center;
  justify-content: center;
  line-height: 1.5;
}

#totalSupport #bilingualList li {
  width: 18%;
  margin: 0 5px;
  padding: 50px 10px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

#totalSupport h5.bilingualtxt {
  margin: 0 auto 0px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

#totalSupport h5.bilingualtxt+p {
  margin: 0 auto 50px;
  font-size: 1.6rem;
  text-align: center;
}

#totalSupport h5.bilingualtxt+p em {
  border-bottom: 1px solid var(--color-orange1);
  /* color: var(--color-orange2); */
  font-style: normal;
  font-size: 2.4rem;
}

#totalSupport .supportMenu {
  margin: 0 0 50px;
  justify-content: space-between;
  align-items: center;
}

#totalSupport .supportMenu li {
  position: relative;
}

#totalSupport .supportMenu li span {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: -20px;
  left: 20px;
}

#totalSupport .supportMenu li:nth-child(1) {
  width: 43%;
  line-height: 0;
}

#totalSupport .supportMenu li:nth-child(2) {
  width: 52%;

}

#totalSupport .supportMenu li:nth-child(2) p {
  font-size: clamp(1.4rem, 2.0vw, 1.6rem);
  line-height: 1.8;

}

#totalSupport .supportMenu li:nth-child(2) h5 {
  margin: 0 0 20px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}

#totalSupport .supportMenu li:nth-child(2) em {
  color: var(--color-orange2);
  font-style: normal;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  #totalSupport {
    padding: 70px 0 30px;
  }

  #totalSupport h2+p {
    font-size: 1.6rem;
  }

  #totalSupport h2+p em {
    font-size: 2.2rem;
  }

  #totalSupport h3 {
    font-size: 1.8rem;
  }

  #totalSupport h4 {
    margin: 0 auto 10px;
    font-size: 1.4rem;
  }

  #totalSupport h4::before {
    left: 0;
    font-size: 3rem;
  }

  #totalSupport h4::after {
    right: 0;
    font-size: 3rem;
  }

  #totalSupport h5.bilingualtxt {
    margin: 0 auto 20px;
    font-size: 1.5rem;
  }

  #totalSupport .supportMenu li:nth-child(1) {
    width: 100%;
    margin: 0 0 32px;
  }

  #totalSupport .supportMenu li:nth-child(2) {
    width: 100%;
  }

  #totalSupport .supportMenu li:nth-child(2) h5 {
    margin: 0 0 24px;
    font-size: 1.6rem;
  }

  #totalSupport .supportMenu li span {
    width: 100px;
    height: 100px;
    bottom: 0;
    left: 10px;
  }

  #totalSupport #bilingualList li {
    width: 48%;
    margin: 0 auto 10px;
    padding: 40px 10px;
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: -0.02em;
  }

  #totalSupport #bilingualList+p em {
    font-size: 1.8rem;
  }
}

#attempt {
  padding: 80px 0 60px;
  text-align: center;
  background: var(--color-orange1);
}


#attempt .attempt__content {
  margin: 50px auto 30px;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

#attempt .attempt__content figure {
  width: 50%;
}

#attempt .attempt__content p {
  font-size: 1.6rem;
  text-align: left;
}

#attempt .attempt__content p a {
  padding: 10px 30px;
  border: 1px solid var(--color-white1);
  color: var(--color-white1);
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  display: inline-block;
  font-style: normal;
  width: 270px;
  margin-top: 50px;
  position: relative;
  text-align: center;
}

#attempt .attempt__content p a::before {
  background: var(--color-white1);
}

#attempt .attempt__content p a::after {
  border-top: 1px solid var(--color-white1);
  border-right: 1px solid var(--color-white1);
}

#attempt .attempt__content p a:hover {
  background: var(--color-black1);
  opacity: 1;
  color: var(--color-white1);
}

#attempt .attempt__content p a:hover {
  border: 1px solid var(--color-black1);
}

#attempt .attempt__content p a:hover::before {
  background: var(--color-white1);
}

#attempt .attempt__content p a:hover::after {
  border-top: 1px solid var(--color-white1);
  border-right: 1px solid var(--color-white1);
}



.attempt__content p a::before,
.attempt__content p a::after {
  content: "";
  margin: auto;
  position: absolute;
  transition: 0.3s;
}

.attempt__content p a::before {
  width: 18px;
  height: 1px;
  top: 25px;
}

.attempt__content p a::after {
  width: 6px;
  height: 6px;
  top: 22px;
  transform: rotate(45deg);
}

.attempt__content p a::before {
  right: 4px;
}

.attempt__content p a::after {
  right: 4px;
}

.attempt__content p a:hover::before {
  right: -10px;
}

.attempt__content p a:hover::after {
  right: -10px;
}

.attempt__content p a {
  text-align: center;
}

.attempt__content p a::before {
  right: 18px;
}

.attempt__content p a::after {
  right: 18px;
}

.attempt__content p a:hover::before {
  right: 10px;
}

.attempt__content p a:hover::after {
  right: 10px;
}


@media only screen and (max-width: 767px) {
  #attempt {
    padding: 70px 0 30px;
  }

  #attempt .attempt__content {
    gap: 20px;
    flex-wrap: wrap;
  }

  #attempt .attempt__content figure {
    width: 100%;
  }

  #attempt ul li {
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px;
  }

  #attempt ul li p {
    margin: 30px 0 0;
  }

  #attempt .attempt__content p a {
    margin-inline: auto;
    width: 100%;
  }


}

#aboutusstrengthCP {
  padding: 100px 0;
}

#aboutusstrengthCP ul {
  margin: 150px auto 0;
  justify-content: space-between;
}

#aboutusstrengthCP ul li {
  width: 32%;
  padding: 20px 20px 60px 20px;
  position: relative;
  background: var(--color-gray1);
  line-height: 1.8;
}

#aboutusstrengthCP ul li figure img {
  width: 55%;
  margin: -100px auto -40px;
  display: block;
}

#aboutusstrengthCP ul li figure figcaption h3 {
  margin: -10px 0 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--color-orange1);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}

@media only screen and (max-width: 767px) {
  #aboutusstrengthCP {
    padding: 60px 0 0;
  }

  #aboutusstrengthCP ul {
    margin: 100px auto 0;
  }

  #aboutusstrengthCP ul li {
    width: 100%;
    margin: 0 auto 90px;
  }

  #aboutusstrengthCP ul li figure img {
    margin: -70px auto 0;
  }

  #aboutusstrengthCP ul li figure figcaption h3 {
    margin: -10px 0 24px;
    font-size: 1.6rem;
  }
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- heavesnowfallareas */

#snowAbout {
  padding: 0 0 80px;
  text-align: center;
  background: var(--color-orange1);
}

#snowAbout h3 {
  width: 100%;
  margin: 0 auto 50px;
  padding: 7% 0 15%;
  position: relative;
  display: block;
  background: url("images/heavesnowfallareas/solarHead.png") 50% 0 no-repeat;
  background-size: cover;
}

#snowAbout h3 span {
  top: 40%;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
}

#snowAbout h4 {
  margin: 0 auto 70px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
}

#snowAbout ul {
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

#snowAbout ul li {
  width: 48%;
}

#snowAbout ul li:nth-child(1) {
  line-height: 0;
}

#snowAbout ul li h5 {
  margin: 0 auto 10px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  #snowAbout {
    padding: 0 0 50px;
  }

  #snowAbout h3 {
    margin: 0 auto 24px;
    padding: 50% 0 10%;
    background: url("images/heavesnowfallareas/solarHead.png") no-repeat center 0 / 250% auto;
  }

  #snowAbout h3 span {
    font-size: 1.8rem;
  }

  #snowAbout h4 {
    margin: 0 auto 24px;
    font-size: 1.5rem;
  }

  #snowAbout ul li {
    width: 100%;
  }

  #snowAbout ul li:nth-child(1) {
    margin: 0 auto 32px;
  }

  #snowAbout ul li h5 {
    font-size: 2rem;
  }
}

#point {
  padding: 80px 0 50px;
}

#point ul {
  margin: 0 auto 50px;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

#point ul:nth-of-type(1) {
  flex-direction: row-reverse;
}

#point ul li {
  width: 48%;
}

#point ul li:nth-child(1) {
  line-height: 0;
}

#point ul li h3 {
  margin: 0 auto 10px;
  color: var(--color-orange1);
  font-size: clamp(2.4rem, 3.0vw, 3.2rem);
  font-weight: 400;
  line-height: 1.5;
}

#point #supplement ul {
  padding: 30px;
  border: 1px solid var(--color-orange2);
  flex-direction: row;
}

#point #supplement ul li p small {
  margin: 10px 0 0;
  display: block;
}

#point #supplement ul li:nth-child(1) {
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  #point {
    padding: 50px 0;
  }

  #point ul {
    margin: 0 auto 30px;
  }

  #point ul li {
    width: 100%;
  }

  #point ul li:nth-child(1) {
    margin: 0 auto 32px;
  }

  #point ul li h3 {
    margin: 0 auto 24px;
    font-size: 2rem;
  }

  #point #supplement ul {
    padding: 10px 10px 0;
  }
}

#constructionArea {
  padding: 100px 0 clamp(50px, 5vw, 100px);
  text-align: center;
  background: var(--color-orange1);
}

#constructionArea h2 {
  margin: 0 auto 40px;
}

#constructionArea h2::after {
  background: url("images/h2-line-white.svg") no-repeat center / cover;
}

#constructionArea h3 {
  margin: 0 auto 20px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
}

#constructionArea figure {
  margin: 50px auto 0;
  width: 780px;

}

#constructionArea figure figcaption {
  margin: 35px auto 0;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  #constructionArea {
    padding: 70px 0;
  }

  #constructionArea h3 {
    margin: 0 auto 24px;
    font-size: 1.8rem;
  }
}

.heavesnowfallareas #worksList {
  position: relative;
}

.heavesnowfallareas #worksList::after {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  top: 37%;
  z-index: -1;
  background: var(--color-orange1);
}

.heavesnowfallareas #worksList ul {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(15px, 2.5vw, 30px);

}

.heavesnowfallareas #worksList ul li {
  width: 30.5%;
  margin-bottom: 1.5%;
}


@media only screen and (max-width: 767px) {
  .heavesnowfallareas #worksList {
    padding: 60px 0 0;
  }

  .heavesnowfallareas #worksList::after {
    height: 40%;
    top: 37%;
  }

  .heavesnowfallareas #worksList ul li {
    width: 47%;
  }

}

#heavesnowCP {
  padding: 20px 0 80px;
}

#heavesnowCP ul {
  margin: 0 auto 50px;
  justify-content: space-between;
  text-align: left;
}

#heavesnowCP ul li {
  width: 48%;
}

#heavesnowCP ul li h3 {
  margin: 0 auto 10px;
  color: var(--color-orange1);
  font-size: 3.0rem;
  font-weight: 400;
  line-height: 1.5;
}

#heavesnowCP ul li h4 {
  margin: 20px auto 5px;
  font-size: 2.4rem;
  font-weight: 400;
}

#heavesnowCP ul.compensation {
  margin: 150px auto 50px;
  justify-content: space-between;
}

#heavesnowCP ul.compensation li {
  width: 48%;
  padding: 20px clamp(15px, 2.5vw, 30px);
  position: relative;
  background: #fafafa;
}

#heavesnowCP ul.compensation li:nth-child(1) figcaption p {
  font-size: clamp(1.4rem, 2.0vw, 1.6rem);
  line-height: 1.8;
}

#heavesnowCP ul.compensation li figure img {
  width: 40%;
  margin: -100px auto 0;
  display: block;
}

#heavesnowCP ul.compensation li figure figcaption h3 {
  margin: -25px 0 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--color-orange1);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}

#heavesnowCP ul.compensation li ul {
  margin: 0;
  padding: 0 15px 0 30px;
  list-style: disc;
}

#heavesnowCP ul.compensation li ul li {
  width: 100%;
  padding: 0;
}

#heavesnowCP ul.compensation li.supplement {
  margin: -50px 0 0;
  padding: 0;
  background: #fff;
}

#heavesnowCP ul.compensation li .maintenance {
  background: var(--color-orange4);
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
}

#heavesnowCP ul.compensation li .maintenance:nth-of-type(1) {
  margin: 0 0 30px;
}

#heavesnowCP ul.compensation li .maintenance h5 {
  margin: 0;
  padding: 20px 0;
  background: var(--color-orange1);
  color: #fff;
  font-size: 2.0rem;
  font-weight: 400;
}

#heavesnowCP ul.compensation li .maintenance h6 {
  margin: 15px auto 10px auto;
  font-size: 1.8rem;
  font-weight: 400;
}

#heavesnowCP ul.compensation li .maintenance p {
  margin: auto;
  padding: 0 20px 20px;
}

#heavesnowCP #case {
  padding: 30px 40px;
  border: 2px solid var(--color-orange1);
  background: var(--color-orange4);
}

#heavesnowCP #case h5 {
  margin: 0 0 10px;
  font-size: 2.8rem;
  font-weight: 400;
}

#heavesnowCP #case ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: disc;
}

#heavesnowCP #case ul li {
  width: 100%;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  #heavesnowCP {
    padding: 60px 0 40px;
  }

  #heavesnowCP ul {
    margin: 0 auto 30px;
  }

  #heavesnowCP ul li {
    width: 100%;
    margin: 0 auto 10px;
  }

  #heavesnowCP ul li h3 {
    margin: 0 auto 24px;
    font-size: 2rem;
  }

  #heavesnowCP ul li h4 {
    margin: 0 auto 15px;
    font-size: 1.8rem;
  }

  #heavesnowCP ul li h3+p,
  #heavesnowCP ul li h4+p {
    margin: 0 auto 24px;
  }

  #heavesnowCP ul.compensation {
    margin: 80px auto 30px;
  }

  #heavesnowCP ul.compensation li {
    width: 100%;
    margin: 0 auto 70px;
  }

  #heavesnowCP ul.compensation li:nth-child(1) p {
    font-size: clamp(1.4rem, 2.0vw, 1.6rem);
  }

  #heavesnowCP ul.compensation li:nth-child(2) {
    margin: 0 auto;
  }

  #heavesnowCP ul.compensation li ul li {
    margin: 0 auto;
  }

  #heavesnowCP ul.compensation li figure img {
    margin: -70px auto 0;
  }

  #heavesnowCP ul.compensation li figure figcaption h3 {
    font-size: 1.6rem;
  }

  #heavesnowCP ul.compensation li ul {
    padding: 0 0 0 10px;
  }

  #heavesnowCP ul.compensation li.supplement {
    margin: -40px 0 0;
  }

  #heavesnowCP ul.compensation li .maintenance h5 {
    margin: 0 auto 24px;
    font-size: 1.6rem;
  }

  #heavesnowCP ul.compensation li .maintenance h6 {
    font-size: 1.6rem;
  }

  #heavesnowCP #case {
    padding: 20px;
  }
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- company */

#message {
  margin: 0 0 50px;
  padding: 100px 0 50px;
  position: relative;
}

#message::after {
  content: "";
  width: 40%;
  height: 30%;
  position: absolute;
  top: 26%;
  right: -7%;
  z-index: -1;
  display: block;
  background: var(--color-orange1);
}

#message h2 {
  text-align: left;
}

#message h2::after {
  margin: 20px 0 0;
}

#message ul {
  justify-content: space-between;
  align-items: center;
}

#message ul li:nth-child(1) {
  width: 56%;
  position: relative;
}

#message ul li:nth-child(1) .paragraph p {
  margin-bottom: 1.5em;
}

#message ul li:nth-child(1) #president {
  /* position: absolute;
  bottom: -130px;
  left: 0;
  font-size: 5rem;
  line-height: 1; */
  font-family: "Times New Roman", Times, "Noto Serif JP", serif;
  margin-top: 32px;
}

#message ul li:nth-child(1) #president img {
  margin-left: -24px;
  width: 225px;
  position: relative;
  z-index: 1;
}

#message ul li:nth-child(1) #president small {
  margin-bottom: -18px;
  display: block;
  font-size: 1.2em;
  position: relative;
  z-index: 2;
}

#message ul li:nth-child(2) {
  width: 40%;
  transform: translateY(-20px);
}

@media only screen and (max-width: 767px) {
  #message {
    padding: 70px 0 30px;
  }

  #message::after {
    width: 70%;
    height: 24%;
    top: 7%;
  }

  #message ul {
    flex-direction: column-reverse;
  }

  #message ul li:nth-child(1) {
    width: 100%;
  }

  #message ul li:nth-child(1) #president {
    bottom: -110px;
  }

  #message ul li:nth-child(1) #president img {
    margin-top: -8px;
    /* 0〜-12pxくらいで調整 */
  }

  #message ul li:nth-child(1) #president small {
    margin-bottom: 6px;
    /* -18px → 0〜8pxで調整 */
    line-height: 1.1;
  }

  #message ul li:nth-child(2) {
    width: 100%;
    margin: 0 0 30px;
  }
}

#philosophy {
  padding: 80px 0 110px;
  position: relative;
  text-align: center;
  background: var(--color-orange1);
}

#philosophy::before {
  content: "";
  width: 1px;
  height: 150px;
  position: absolute;
  bottom: -80px;
  left: 50%;
  display: block;
  background: #3e3a39;
}



#philosophy h3 {
  color: #fff;
  font-family: "Times New Roman", Times, "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  #philosophy {
    padding: 80px 0;
  }

  #philosophy::before {
    height: 100px;
    bottom: -50px;
  }

  #philosophy h3 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

#outline {
  padding: 130px 0;
}

#outline table {
  border-collapse: collapse;
}

#outline table tbody th {
  width: 20%;
  padding: 20px;
  text-align: left;
  border: 1px solid #3e3a39;
  font-weight: 400;
}

#outline table tbody td {
  padding: 20px;
  position: relative;
  border: 1px solid #3e3a39;
}

#outline table tbody td .gBtn {
  position: absolute;
  right: 30px;
  top: 30px;
  display: inline-block;
}

#outline table tbody td .gBtn a {
  padding: 10px 20px 10px 30px;
  position: relative;
  display: block;
  background: #f3f7fa;
  color: #7d90a2;
  font-size: 1.5rem;
  line-height: 1;
}

#outline table tbody td .gBtn a::before {
  content: "";
  width: 11px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2216%22%20viewBox%3D%220%200%2011%2016%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_46%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2046%22%20transform%3D%22translate(-1521.498%20-1904.366)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_483%22%20data-name%3D%22%E3%83%91%E3%82%B9%20483%22%20d%3D%22M1532.5%2C1910.575c0%2C3.02-5.5%2C10.532-5.5%2C10.532s-5.5-7.512-5.5-10.532a5.5%2C5.5%2C0%2C0%2C1%2C11%2C0Zm0%2C0%22%20transform%3D%22translate(0%20-0.741)%22%20fill%3D%22%237d90a2%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_484%22%20data-name%3D%22%E3%83%91%E3%82%B9%20484%22%20d%3D%22M1543.47%2C1924.579a2.5%2C2.5%2C0%2C1%2C1-2.5-2.5%2C2.5%2C2.5%2C0%2C0%2C1%2C2.5%2C2.5Zm0%2C0%22%20transform%3D%22translate(-13.972%20-14.713)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0 / cover;
}

#outline table tbody td .gBtn a::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 14px;
  right: 10px;
  display: block;
  border: 1px solid;
  border-color: #7d90a2 #7d90a2 transparent transparent;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  #outline {
    padding: 80px 0;
  }

  #outline table tbody th {
    width: 25%;
    padding: 10px;
    line-height: 1.5;
    font-size: 1.2rem;
  }

  #outline table tbody td {
    padding: 10px;
    font-size: 1.2rem;
  }

  #outline table tbody td .gBtn {
    width: 150px;
    margin: 5px auto 0;
    position: static;
    display: block;
  }
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- works */

#worksList {
  padding: 120px 0;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(15px, 2.5vw, 30px);
}

#worksList>ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#worksList ul li {
  width: calc(25% - 20px);
}


#worksList ul li a figure {
  position: relative;
}

#worksList ul li a figure img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

#worksList ul li a figure figcaption {
  width: 190px;
  max-width: 80%;
  margin: 0 auto;
  padding: 20px 10px 20px;
  position: relative;
  top: -50px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.40);
}

#worksList ul li a h3 {
  color: #3e3a39;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}

#worksList ul li a h4 {
  color: #3e3a39;
  font-weight: 400;
}

@media only screen and (max-width: 896px) {
  #worksList {
    padding: 80px 0;
  }

  #worksList ul li {
    width: 31.5%;
  }

  #worksList ul li:nth-child(3n) {
    margin: 0 0 1.5%;
  }

  #worksList ul li:nth-child(4n) {
    margin: 0 3% 1.5% 0;
  }
}

@media only screen and (max-width: 767px) {
  #worksList {
    padding: 50px 0 80px;
  }

  #worksList ul {
    margin: 50px 0 0;
  }

  #worksList ul li,
  #worksList ul li:nth-child(3n),
  #worksList ul li:nth-child(4n) {
    width: 48%;
    margin: -15px 3.5% 10px 0;
  }

  #worksList ul li:nth-child(even) {
    margin: -15px 0 10px;
  }

  #worksList ul li a h3 {
    font-size: 1.3rem;
  }

  #worksList ul li a h4 {
    font-size: 1rem;
  }

  #worksList ul li a figure img {
    height: 150px;
  }

  #worksList ul li a figure figcaption {
    padding: 10px 5px 10px;
  }

  #newsList #pager {
    margin: -20px auto 0;
  }
}

.modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 500;
  display: none;
}

.modal__bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: rgba(48, 22, 0, 0.8);
}

.modal__content {
  width: 80vw;
  height: auto;
  max-width: 680px;
  max-height: 700px;
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 501;
  transform: translate(-50%, -50%);
  background: #fff;
}

.modal__content section {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
}

.modal__content section figure {
  width: 100%;
  margin: 0 auto;
}

.modal__content section figure img {
  width: 100%;
  height: 395px;
  object-fit: cover;
}

.modal__content section .location {
  margin: 10px 0;
  color: #3e3a39;
  font-size: 1.4rem;
  font-weight: 400;
}

.modal__content section .commenTit {
  margin: 0 0 15px;
  color: #3e3a39;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}

.modal__content section .comment {}

.modal__content .modalClose {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 502;
  display: block;
  background: var(--color-orange1);
  border: 1px solid #fff;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.modal__content .modalClose::before {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  top: 22px;
  left: 10px;
  background: #fff;
  transform: rotate(45deg);
}

.modal__content .modalClose::after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  top: 22px;
  left: 10px;
  background: #fff;
  transform: rotate(-45deg);
}

.modal__content .modalClose:hover {
  background-position: bottom center;
}

@media only screen and (max-width: 767px) {
  .modal__content {
    width: 85vw;
    max-width: auto;
    max-height: auto;
    padding: 15px;
  }

  /* .modal__content section figure img {height: 170px;} */
  .modal__content section figure img {
    height: 240px;
  }

  .modal__content section .location {
    margin: 0;
  }

  .modal__content section .commenTit {
    font-size: 1.6rem;
  }

  .modal__content section .comment {
    font-size: 1.2rem;
  }

  .modal__content .modalClose {
    width: 40px;
    height: 40px;
  }

  .modal__content .modalClose::before {
    width: 20px;
    top: 18px;
    left: 9px;
  }

  .modal__content .modalClose::after {
    width: 20px;
    top: 18px;
    left: 9px;
  }
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- recruit */

#rMessage {
  width: 100%;
  padding: 50px 0 100px;
  text-align: center;
  background: url("images/recruit/messageBack.png") no-repeat 0 center / cover;
  color: #fff;
}

#rMessage #subHead {
  width: 50%;
  max-width: 900px;
  margin: auto;
  position: relative;
  top: -120px;
  text-align: center;
  justify-content: center;
  line-height: 0;
}

#rMessage #subHead li {
  width: calc(100% / 3);
}

#rMessage h2,
#rMessage h2 small {
  color: #fff;
}

#rMessage h2::after {
  display: none;
}

#rMessage h2+p {
  max-width: 650px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  #rMessage {
    padding: 30px 0 50px;
  }

  #rMessage #subHead {
    width: 90%;
    max-width: auto;
    top: -80px;
  }

  #rMessage h2+p {
    max-width: auto;
    padding: 0 20px;
  }
}

#ask {
  padding: 130px 0 50px;
}

#ask ul {
  justify-content: space-between;
  align-items: center;
}

#ask ul:nth-of-type(2) {
  margin: 50px auto 0;
  flex-direction: row-reverse;
}

#ask ul li {
  width: 48%;
}

#ask ul li h3 {
  margin: 0 auto 10px;
  color: var(--color-orange2);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  #ask {
    padding: 50px 0 30px;
  }

  #ask ul li {
    width: 100%;
  }

  #ask ul li:nth-child(1) {
    margin: 0 0 20px;
  }

  #ask ul li h3 {
    font-size: 2rem;
  }
}

#jobDescription {
  padding: 50px 0 130px;
}

#jobDescription table {
  width: 100%;
  border-collapse: collapse;
}

#jobDescription table tbody th {
  width: 20%;
  padding: 20px;
  text-align: left;
  border: 1px solid #3e3a39;
  font-weight: 400;
}

#jobDescription table tbody td {
  padding: 20px;
  position: relative;
  border: 1px solid #3e3a39;
}

@media only screen and (max-width: 767px) {
  #jobDescription {
    padding: 30px 0 50px;
  }

  #jobDescription table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  #jobDescription table tbody {
    width: 100%;
    display: table;
  }

  #jobDescription table tbody th,
  #jobDescription table tbody td {
    padding: 10px;
  }
}

#entryForm {
  padding: 20px 0 100px;
}

.rconfirm section h3 {
  margin: 0 0 50px;
  font-size: 2rem;
  font-weight: 600;
}

.rconfirm section {
  padding: 100px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .rconfirm section section {
    padding: 80px 0;
  }

  .rconfirm section h3 {
    font-size: 1.8rem;
  }
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- contact */

.contact section {
  padding: 50px 0 100px 0;
}

.contact section p {
  margin: 0 0 60px;
  text-align: center;
}

.contact section p span {
  color: var(--color-orange2);
}

/*

.mw_wp_form dl.formBox {
  margin: 0 auto 50px;
  border-top: 1px solid #3e3a39;
  text-align: left;
}

.mw_wp_form dl dt {
  width: 30%;
  padding: 20px 15px;
  border-bottom: 1px solid #3e3a39;
}

.mw_wp_form dl dt span {
  margin: 0 0 0 30px;
  color: var(--color-orange2);
  font-size: 1.2rem;
  line-height: 1;
}

.mw_wp_form dl dd {
  width: 70%;
  padding: 20px 15px;
  border-bottom: 1px solid #3e3a39;
}

.mw_wp_form dl dd input[type="text"],
.mw_wp_form dl dd input[type="email"] {
  width: 100%;
  padding: 10px;
  background: #f8f8f8;
  border: 0 none;
}

.mw_wp_form dl dd ::placeholder {
  color: #ccc;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
}

.mw_wp_form dl dd textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  background: #f8f8f8;
  border: 0 none;
}

.mw_wp_form dl dd select {
  width: 40%;
  padding: 10px;
  background: #f8f8f8;
  border: 0 none;
}

.mw_wp_form input[type="checkbox"] {
  transform: scale(1.5);
}

.mw_wp_form dl+p a {
  border-bottom: 1px solid #3e3a39;
  color: #3e3a39;
}

.mw_wp_form ul {
  justify-content: center;
}

.mw_wp_form ul li {
  margin: 0 10px;
}

.mw_wp_form ul li:nth-child(1) {
  display: none;
}

.mw_wp_form #submitBtn,
.mw_wp_form #backBtn {
  width: 230px;
  margin: 0 auto;
  position: relative;
  line-height: 1;
}

.mw_wp_form #submitBtn::before,
.mw_wp_form #submitBtn::after,
.mw_wp_form #backBtn::before,
.mw_wp_form #backBtn::after {
  content: "";
  position: absolute;
  display: block;
  transition: 0.3s;
}

.mw_wp_form #submitBtn::before {
  width: 10px;
  height: 1px;
  top: 24px;
  right: 20px;
  background: #fff;
}

.mw_wp_form #submitBtn::after {
  width: 4px;
  height: 4px;
  top: 22px;
  right: 20px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.mw_wp_form #submitBtn:hover::before {
  right: 10px;
  background: #3e3a39;
}

.mw_wp_form #submitBtn:hover::after {
  right: 10px;
  border-top: 1px solid #3e3a39;
  border-right: 1px solid #3e3a39;
}

.mw_wp_form #backBtn::before {
  width: 10px;
  height: 1px;
  top: 24px;
  left: 30px;
  background: #3e3a39;
}

.mw_wp_form #backBtn::after {
  width: 4px;
  height: 4px;
  top: 22px;
  left: 30px;
  transform: rotate(-45deg);
  border-top: 1px solid #3e3a39;
  border-left: 1px solid #3e3a39;
}

.mw_wp_form #backBtn:hover::before {
  left: 10px;
  background: #fff;
}

.mw_wp_form #backBtn:hover::after {
  left: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.mw_wp_form #submitBtn input[type="submit"] {
  width: 100%;
  margin: auto;
  padding: 15px 0;
  display: block;
  text-align: center;
  background: #3e3a39;
  color: #fff;
}

.mw_wp_form #backBtn input[type="submit"] {
  width: 100%;
  margin: auto;
  padding: 15px 0;
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #3e3a39;
  color: #3e3a39;
}

.mw_wp_form #submitBtn:hover input[type="submit"] {
  background: #fff;
  color: #3e3a39;
  border: 1px solid #3e3a39;
}

.mw_wp_form #backBtn:hover input[type="submit"] {
  background: #3e3a39;
  color: #fff;
}


.mw_wp_form .error {
  color: #f42121;
}

*/
.mw_wp_form {
  padding: 0 0 20px 0;
}

.mw_wp_form .confirm_txt {
  display: block;
  color: #d51520;
  font-size: 1.4rem;
  text-align: center;
}

.mw_wp_form dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px auto 30px auto;
  width: 780px;
  max-width: 100%;
  border-bottom: 1px solid rgba(159, 160, 160, 0.25);
}

.mw_wp_form dl dt {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  width: 220px;
  width: 30%;
  letter-spacing: -0.5px;
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  /* font-family: " Hiragino Kaku Gothic W6 JIS2004", sans-serif; */
  font-style: normal;
  padding: 25px 20px;
  border-top: 1px solid rgba(159, 160, 160, 0.25);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mw_wp_form dl dt.noborder {
  border: 0;
}

.mw_wp_form dl dt.last {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mw_wp_form dl dd {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 20px 30px 40px;
  width: 70%;
  border-top: 1px solid rgba(159, 160, 160, 0.25);
  border-left: 1px dashed rgba(159, 160, 160, 0.25);
}

.mw_wp_form dl dd.noborder {
  border: 0;
}

.mw_wp_form dl dd input,
.mw_wp_form dl dd textarea,
.mw_wp_form dl dd select {
  padding: 15px 10px;
  max-width: 100%;
  border: 1px solid rgba(137, 137, 137, 0.25);
  border-radius: 3px;
  width: 380px;
  max-width: 100%;
}

.mw_wp_form dl dd input::-webkit-input-placeholder,
.mw_wp_form dl dd textarea::-webkit-input-placeholder,
.mw_wp_form dl dd select::-webkit-input-placeholder {
  color: rgba(137, 137, 137, 0.5);
}

.mw_wp_form dl dd input::-moz-placeholder,
.mw_wp_form dl dd textarea::-moz-placeholder,
.mw_wp_form dl dd select::-moz-placeholder {
  color: rgba(137, 137, 137, 0.5);
}

.mw_wp_form dl dd input:-ms-input-placeholder,
.mw_wp_form dl dd textarea:-ms-input-placeholder,
.mw_wp_form dl dd select:-ms-input-placeholder {
  color: rgba(137, 137, 137, 0.5);
}

.mw_wp_form dl dd input::-ms-input-placeholder,
.mw_wp_form dl dd textarea::-ms-input-placeholder,
.mw_wp_form dl dd select::-ms-input-placeholder {
  color: rgba(137, 137, 137, 0.5);
}

.mw_wp_form dl dd input::placeholder,
.mw_wp_form dl dd textarea::placeholder,
.mw_wp_form dl dd select::placeholder {
  color: rgba(137, 137, 137, 0.5);
}

.mw_wp_form dl.form2 {
  width: 980px;
  margin: auto auto 30px auto;
  border: 0;
}

.mw_wp_form dl.form2 dt {
  font-size: 2rem;
  width: 160px;
  max-width: 24%;
  padding: 0;
}

.mw_wp_form dl.form2 dt.noborder {
  border: 0;
}

.mw_wp_form dl.form2 dt.width100 {
  width: 100%;
  max-width: 100%;
}

.mw_wp_form dl.form2 dt.last {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mw_wp_form dl.form2 dd {
  padding: 0 0 0 30px;
  width: 72%;
  font-size: 1.7rem;
  /* font-family: " Hiragino Kaku Gothic W6 JIS2004", sans-serif; */
  font-style: normal;
}

.mw_wp_form .hissu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  height: 25px;
  padding: 3px 10px 4px 10px;
  background: var(--color-orange1);
  border-radius: 5px;
  white-space: nowrap;
  color: #fff;
  margin-right: 10px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  margin-left: 2px;
  margin-top: 6px;
  width: 45px;
}

.mw_wp_form .nini {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  white-space: nowrap;
  height: 20px;
  padding: 2px 6px;
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
  font-size: 1.1rem;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  margin-left: 2px;
  margin-top: 6px;
  height: 21px;
  width: 3em;
  background: #898989;
}

.mw_wp_form .form_thanks {
  padding-bottom: 200px;
}

.mw_wp_form .form_thanks h2 {
  text-align: center;
  font-size: 4.3rem;
  letter-spacing: 3px;
  margin-bottom: 60px;
}

.mw_wp_form .form_thanks p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}

.mw_wp_form .form_send_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
  margin-top: 50px;
}

.mw_wp_form .form_send_box input[type=submit] {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.8rem;
  -webkit-transition: all 0.10s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.10s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  height: 60px;
  background: var(--color-orange1);
  border-radius: 100px;
  width: 400px;
  max-width: 100%;
  margin: auto;
  font-weight: 600;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  /* font-family: " Hiragino Kaku Gothic W6 JIS2004", sans-serif; */
  font-style: normal;
}

.mw_wp_form .form_send_box input[type=submit]:hover {
  background: #b0d476;
  color: #fff;
  opacity: 0.8;
}

.mw_wp_form .form_send_box_orange input[type=submit] {
  background: #e94709;
}

.mw_wp_form .form_send_box_orange input[type=submit]:hover {
  background: #e94709;
  color: #fff;
}

.mw_wp_form .mwform-radio-field {
  margin: 0.5rem;
}

.mw_wp_form .mwform-radio-field input[type=radio] {
  position: absolute;
  opacity: 0;
}

.mw_wp_form .mwform-radio-field input[type=radio]+.mwform-radio-field-text {
  position: relative;
}

.mw_wp_form .mwform-radio-field input[type=radio]+.mwform-radio-field-text:before {
  content: "";
  background: rgba(137, 137, 137, 0.11);
  border-radius: 100%;
  border: 1px solid rgba(34, 57, 20, 0.8);
  display: inline-block;
  width: 28px;
  height: 28px;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  z-index: 1;
}

.mw_wp_form .mwform-radio-field input[type=radio]+.mwform-radio-field-text:after {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.mw_wp_form .mwform-radio-field input[type=radio]:checked+.mwform-radio-field-text:before {
  -webkit-box-shadow: inset 0 0 0 4px rgba(91, 151, 54, 0.11);
  box-shadow: inset 0 0 0 4px rgba(91, 151, 54, 0.11);
}

.mw_wp_form .mwform-radio-field input[type=radio]:checked+.mwform-radio-field-text:after {
  background-color: #036eb8;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 10px;
  position: absolute;
  top: 6px;
  left: 9px;
  z-index: 2;
}

.mw_wp_form .mwform-radio-field input[type=radio]:focus+.mwform-radio-field-text:before {
  outline: none;
  border-color: rgba(176, 212, 118, 0.81);
}

.mw_wp_form .mwform-radio-field input[type=radio]:disabled+.mwform-radio-field-text:before {
  -webkit-box-shadow: inset 0 0 0 4px rgba(176, 212, 118, 0.11);
  box-shadow: inset 0 0 0 4px rgba(176, 212, 118, 0.11);
  border-color: rgba(34, 57, 20, 0.81);
  background: rgba(73, 73, 73, 0.11);
}

.mw_wp_form .mwform-radio-field input[type=radio]+.mwform-radio-field-text:empty:before {
  margin-right: 0;
}

.mw_wp_form .mwform-checkbox-field {
  margin: 0.5rem;
  white-space: nowrap;
}

.mw_wp_form .mwform-checkbox-field input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.mw_wp_form .mwform-checkbox-field input[type=checkbox]+.mwform-checkbox-field-text {
  position: relative;
}

.mw_wp_form .mwform-checkbox-field input[type=checkbox]+.mwform-checkbox-field-text:before {
  content: "";
  background: white;
  border: 1px solid rgba(191, 191, 191, 0);
  -webkit-box-shadow: inset 0 0 0 2px var(--color-orange1);
  box-shadow: inset 0 0 0 2px var(--color-orange1);
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  z-index: 1;
}

.mw_wp_form .mwform-checkbox-field input[type=checkbox]+.mwform-checkbox-field-text:after {
  background-color: var(--color-orange1);
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 2;
  -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  opacity: 0;
}

.mw_wp_form .mwform-checkbox-field input[type=checkbox]:checked+.mwform-checkbox-field-text:before {
  -webkit-box-shadow: inset 0 0 0 2px var(--color-orange1);
  box-shadow: inset 0 0 0 2px var(--color-orange1);
}

.mw_wp_form .mwform-checkbox-field input[type=checkbox]:checked+.mwform-checkbox-field-text:after {
  opacity: 1;
}

.mw_wp_form .mwform-checkbox-field input[type=checkbox]:focus+.mwform-checkbox-field-text:before {
  outline: none;
  border-color: rgba(137, 137, 137, 0.11);
}

.mw_wp_form .mwform-checkbox-field input[type=checkbox]:disabled+.mwform-checkbox-field-text:before {
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 105, 52, 0.11);
  box-shadow: inset 0 0 0 2px rgba(0, 105, 52, 0.11);
  border-color: rgba(73, 73, 73, 0.11);
  background: rgba(73, 73, 73, 0.11);
}

.mw_wp_form .mwform-checkbox-field input[type=checkbox]+.mwform-checkbox-field-text:empty:before {
  margin-right: 0;
}

.mw_wp_form .kakunin_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
}

.mw_wp_form .kakunin_box br {
  display: none;
}

.mw_wp_form .kakunin_box .kakunin_box_txt {
  font-size: 1.8rem;
  color: #036eb8;
  white-space: normal;
}

.mw_wp_form .kakunin_box .mwform-checkbox-field-text:before {
  top: -0.3em !important;
}

.mw_wp_form .your-type__box .horizontal-item+.horizontal-item,
.mw_wp_form .your-type__box .mwform-checkbox-field {
  margin-left: 0.5rem;
  margin-right: 1em;
}

.your-other {
  width: 200px !important;
}

.p-zip {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-zip span.nohife {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.p-zip input {
  width: 100px !important;
}

.mw_wp_form_disp,
.mw_wp_form_confirm_disp {
  display: none;
}

.mw_wp_form_confirm .mw_wp_form_confirm_disp {
  display: block;
}

.mw_wp_form_confirm dl dd {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mw_wp_form_confirm dl dd p {
  display: block;
}

.mw_wp_form_input .mw_wp_form_disp {
  display: block;
}

.mw_wp_form_confirm form {
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 1024px) {
  .mw_wp_form {
    padding: 0 0 20px 0;
  }

  .mw_wp_form .confirm_txt {
    display: block;
    color: #d51520;
    font-size: 1.4rem;
    text-align: center;
  }

  .mw_wp_form dl {
    margin: 30px auto 30px auto;
    max-width: 100%;
  }

  .mw_wp_form dl dt {
    font-size: 1.7rem;
    width: 100%;
    letter-spacing: -0.5px;
    padding: 20px;
    border-top: 1px solid rgba(159, 160, 160, 0.25);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mw_wp_form dl dt.noborder {
    border: 0;
  }

  .mw_wp_form dl dt.last {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mw_wp_form dl dd {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 20px 20px 20px;
    width: 100%;
    border: 0;
  }

  .mw_wp_form dl dd input,
  .mw_wp_form dl dd textarea,
  .mw_wp_form dl dd select {
    padding: 15px 10px;
    max-width: 100%;
    border: 1px solid rgba(137, 137, 137, 0.25);
    border-radius: 3px;
    width: 380px;
    max-width: 100%;
  }

  .mw_wp_form dl dd input::-webkit-input-placeholder,
  .mw_wp_form dl dd textarea::-webkit-input-placeholder,
  .mw_wp_form dl dd select::-webkit-input-placeholder {
    color: rgba(137, 137, 137, 0.5);
  }

  .mw_wp_form dl dd input::-moz-placeholder,
  .mw_wp_form dl dd textarea::-moz-placeholder,
  .mw_wp_form dl dd select::-moz-placeholder {
    color: rgba(137, 137, 137, 0.5);
  }

  .mw_wp_form dl dd input:-ms-input-placeholder,
  .mw_wp_form dl dd textarea:-ms-input-placeholder,
  .mw_wp_form dl dd select:-ms-input-placeholder {
    color: rgba(137, 137, 137, 0.5);
  }

  .mw_wp_form dl dd input::-ms-input-placeholder,
  .mw_wp_form dl dd textarea::-ms-input-placeholder,
  .mw_wp_form dl dd select::-ms-input-placeholder {
    color: rgba(137, 137, 137, 0.5);
  }

  .mw_wp_form dl dd input::placeholder,
  .mw_wp_form dl dd textarea::placeholder,
  .mw_wp_form dl dd select::placeholder {
    color: rgba(137, 137, 137, 0.5);
  }



  .mw_wp_form dl.form2 {
    width: 980px;
    margin: auto auto 30px auto;
    border: 0;
  }

  .mw_wp_form dl.form2 dt {
    font-size: 2rem;
    width: 160px;
    max-width: 24%;
    padding: 0;
  }

  .mw_wp_form dl.form2 dt.noborder {
    border: 0;
  }

  .mw_wp_form dl.form2 dt.width100 {
    width: 100%;
    max-width: 100%;
  }

  .mw_wp_form dl.form2 dt.last {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mw_wp_form dl.form2 dd {
    padding: 0 0 0 30px;
    width: 72%;
    font-size: 1.7rem;
    /* font-family: " Hiragino Kaku Gothic W6 JIS2004", sans-serif; */
    font-style: normal;
  }

  .mw_wp_form .hissu {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
    height: 25px;
    padding: 3px 10px 4px 10px;
    background: var(--color-orange1);
    border-radius: 5px;
    white-space: nowrap;
    color: #fff;
    margin-right: 10px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    margin-left: 2px;
    margin-top: 6px;
    width: 45px;
  }

  .mw_wp_form .nini {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    white-space: nowrap;
    height: 20px;
    padding: 2px 6px;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
    font-size: 1.1rem;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    margin-left: 2px;
    margin-top: 6px;
    height: 21px;
    width: 3em;
    background: #898989;
  }

  .mw_wp_form .form_thanks {
    padding-bottom: 200px;
  }

  .mw_wp_form .form_thanks h2 {
    text-align: center;
    font-size: 4.3rem;
    letter-spacing: 3px;
    margin-bottom: 60px;
  }

  .mw_wp_form .form_thanks p {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
  }

  .mw_wp_form .form_send_box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
    margin-top: 50px;
  }

  .mw_wp_form .form_send_box input[type=submit] {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 1.8rem;
    -webkit-transition: all 0.10s cubic-bezier(0.51, 0.11, 0.4, 0.9);
    transition: all 0.10s cubic-bezier(0.51, 0.11, 0.4, 0.9);
    height: 60px;
    background: var(--color-orange1);
    border-radius: 100px;
    width: 400px;
    max-width: 100%;
    margin: auto;
    font-weight: 600;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    /* font-family: " Hiragino Kaku Gothic W6 JIS2004", sans-serif; */
    font-style: normal;
  }

  .mw_wp_form .form_send_box input[type=submit]:hover {
    background: #b0d476;
    color: #fff;
    opacity: 0.8;
  }

  .mw_wp_form .form_send_box_orange input[type=submit] {
    background: #e94709;
  }

  .mw_wp_form .form_send_box_orange input[type=submit]:hover {
    background: #e94709;
    color: #fff;
  }

  .mw_wp_form .mwform-radio-field {
    margin: 0.5rem;
  }

  .mw_wp_form .mwform-radio-field input[type=radio] {
    position: absolute;
    opacity: 0;
  }

  .mw_wp_form .mwform-radio-field input[type=radio]+.mwform-radio-field-text {
    position: relative;
  }

  .mw_wp_form .mwform-radio-field input[type=radio]+.mwform-radio-field-text:before {
    content: "";
    background: rgba(137, 137, 137, 0.11);
    border-radius: 100%;
    border: 1px solid rgba(34, 57, 20, 0.8);
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    z-index: 1;
  }

  .mw_wp_form .mwform-radio-field input[type=radio]+.mwform-radio-field-text:after {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }

  .mw_wp_form .mwform-radio-field input[type=radio]:checked+.mwform-radio-field-text:before {
    -webkit-box-shadow: inset 0 0 0 4px rgba(91, 151, 54, 0.11);
    box-shadow: inset 0 0 0 4px rgba(91, 151, 54, 0.11);
  }

  .mw_wp_form .mwform-radio-field input[type=radio]:checked+.mwform-radio-field-text:after {
    background-color: #036eb8;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 10px;
    position: absolute;
    top: 6px;
    left: 9px;
    z-index: 2;
  }

  .mw_wp_form .mwform-radio-field input[type=radio]:focus+.mwform-radio-field-text:before {
    outline: none;
    border-color: rgba(176, 212, 118, 0.81);
  }

  .mw_wp_form .mwform-radio-field input[type=radio]:disabled+.mwform-radio-field-text:before {
    -webkit-box-shadow: inset 0 0 0 4px rgba(176, 212, 118, 0.11);
    box-shadow: inset 0 0 0 4px rgba(176, 212, 118, 0.11);
    border-color: rgba(34, 57, 20, 0.81);
    background: rgba(73, 73, 73, 0.11);
  }

  .mw_wp_form .mwform-radio-field input[type=radio]+.mwform-radio-field-text:empty:before {
    margin-right: 0;
  }

  .mw_wp_form .mwform-checkbox-field {
    margin: 0.5rem;
    white-space: nowrap;
  }

  .mw_wp_form .mwform-checkbox-field input[type=checkbox] {
    position: absolute;
    opacity: 0;
  }

  .mw_wp_form .mwform-checkbox-field input[type=checkbox]+.mwform-checkbox-field-text {
    position: relative;
  }

  .mw_wp_form .mwform-checkbox-field input[type=checkbox]+.mwform-checkbox-field-text:before {
    content: "";
    background: white;
    border: 1px solid rgba(191, 191, 191, 0);
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 105, 52, 0.81);
    box-shadow: inset 0 0 0 2px rgba(0, 105, 52, 0.81);
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    margin-right: 0.5em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    z-index: 1;
  }

  .mw_wp_form .mwform-checkbox-field input[type=checkbox]+.mwform-checkbox-field-text:after {
    background-color: var(--color-orange1);
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    top: 6px;
    left: 5px;
    z-index: 2;
    -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
    transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
    opacity: 0;
  }

  .mw_wp_form .mwform-checkbox-field input[type=checkbox]:checked+.mwform-checkbox-field-text:before {
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 105, 52, 0.81);
    box-shadow: inset 0 0 0 2px rgba(0, 105, 52, 0.81);
  }

  .mw_wp_form .mwform-checkbox-field input[type=checkbox]:checked+.mwform-checkbox-field-text:after {
    opacity: 1;
  }

  .mw_wp_form .mwform-checkbox-field input[type=checkbox]:focus+.mwform-checkbox-field-text:before {
    outline: none;
    border-color: rgba(137, 137, 137, 0.11);
  }

  .mw_wp_form .mwform-checkbox-field input[type=checkbox]:disabled+.mwform-checkbox-field-text:before {
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 105, 52, 0.11);
    box-shadow: inset 0 0 0 2px rgba(0, 105, 52, 0.11);
    border-color: rgba(73, 73, 73, 0.11);
    background: rgba(73, 73, 73, 0.11);
  }

  .mw_wp_form .mwform-checkbox-field input[type=checkbox]+.mwform-checkbox-field-text:empty:before {
    margin-right: 0;
  }

  .mw_wp_form .kakunin_box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
  }

  .mw_wp_form .kakunin_box br {
    display: none;
  }

  .mw_wp_form .kakunin_box .kakunin_box_txt {
    font-size: 1.8rem;
    color: #036eb8;
    white-space: normal;
  }

  .mw_wp_form .kakunin_box .mwform-checkbox-field-text:before {
    top: -0.3em !important;
  }

  .mw_wp_form .your-type__box .horizontal-item+.horizontal-item,
  .mw_wp_form .your-type__box .mwform-checkbox-field {
    margin-left: 0.5rem;
    margin-right: 1em;
  }
}

.your-other {
  width: 200px !important;
}

.p-zip {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-zip span.nohife {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.p-zip input {
  width: 100px !important;
}

.mw_wp_form_disp,
.mw_wp_form_confirm_disp {
  display: none;
}

.mw_wp_form_confirm .mw_wp_form_confirm_disp {
  display: block;
}

.mw_wp_form_confirm dl dd {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mw_wp_form_confirm dl dd p {
  display: block;
}

.mw_wp_form_input .mw_wp_form_disp {
  display: block;
}

.mw_wp_form_confirm form {
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 1024px) {
  .mw_wp_form {
    padding: 0 0 20px 0;
  }

  .mw_wp_form .confirm_txt {
    display: block;
    color: #d51520;
    font-size: 1.4rem;
    text-align: center;
  }

  .mw_wp_form dl {
    margin: 30px auto 30px auto;
    max-width: 100%;
  }

  .mw_wp_form dl dt {
    font-size: 1.7rem;
    width: 100%;
    letter-spacing: -0.5px;
    padding: 20px;
    border-top: 1px solid rgba(159, 160, 160, 0.25);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mw_wp_form dl dt.noborder {
    border: 0;
  }

  .mw_wp_form dl dt.last {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mw_wp_form dl dd {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 20px 20px 20px;
    width: 100%;
    border: 0;
  }

  .mw_wp_form dl dd input,
  .mw_wp_form dl dd textarea,
  .mw_wp_form dl dd select {
    padding: 15px 10px;
    max-width: 100%;
    border: 1px solid rgba(137, 137, 137, 0.25);
    border-radius: 3px;
    width: 380px;
    max-width: 100%;
  }

  .mw_wp_form dl dd input::-webkit-input-placeholder,
  .mw_wp_form dl dd textarea::-webkit-input-placeholder,
  .mw_wp_form dl dd select::-webkit-input-placeholder {
    color: rgba(137, 137, 137, 0.5);
  }

  .mw_wp_form dl dd input::-moz-placeholder,
  .mw_wp_form dl dd textarea::-moz-placeholder,
  .mw_wp_form dl dd select::-moz-placeholder {
    color: rgba(137, 137, 137, 0.5);
  }

  .mw_wp_form dl dd input:-ms-input-placeholder,
  .mw_wp_form dl dd textarea:-ms-input-placeholder,
  .mw_wp_form dl dd select:-ms-input-placeholder {
    color: rgba(137, 137, 137, 0.5);
  }

  .mw_wp_form dl dd input::-ms-input-placeholder,
  .mw_wp_form dl dd textarea::-ms-input-placeholder,
  .mw_wp_form dl dd select::-ms-input-placeholder {
    color: rgba(137, 137, 137, 0.5);
  }

  .mw_wp_form dl dd input::placeholder,
  .mw_wp_form dl dd textarea::placeholder,
  .mw_wp_form dl dd select::placeholder {
    color: rgba(137, 137, 137, 0.5);
  }

  .mw_wp_form dl.form2 {
    width: 980px;
    margin: auto auto 30px auto;
    border: 0;
    display: block;
  }

  .mw_wp_form dl.form2 dt {
    font-size: 1.8rem;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }

  .mw_wp_form dl.form2 dt.noborder {
    border: 0;
  }

  .mw_wp_form dl.form2 dt.last {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mw_wp_form dl.form2 dd {
    padding: 20px;
    width: 100%;
    font-size: 1.4rem;
  }

  .mw_wp_form .horizontal-item {
    margin-left: 0;
  }

  .mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0;
  }

  .mw_wp_form .hissu {
    font-size: 1rem;
    height: 20px;
    padding: 3px 10px 4px 10px;
    margin-top: 6px;
    width: 40px;
  }

  .mw_wp_form .nini {
    font-size: 1rem;
    height: 20px;
    width: 3em;
  }

  .mw_wp_form .form_thanks {
    padding-bottom: 100px;
  }

  .mw_wp_form .form_thanks h2 {
    font-size: 2.4rem;
    margin-bottom: 4s0px;
  }

  .mw_wp_form .form_send_box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
    margin-top: 50px;
  }

  .mw_wp_form .form_send_box input[type=submit] {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 1.4rem;
    -webkit-transition: all 0.10s cubic-bezier(0.51, 0.11, 0.4, 0.9);
    transition: all 0.10s cubic-bezier(0.51, 0.11, 0.4, 0.9);
    height: 60px;
    background: var(--color-orange1);
    border-radius: 100px;
    width: 400px;
    max-width: 100%;
    margin: auto;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .mw_wp_form .form_send_box input[type=submit]:hover {
    background: #b0d476;
    color: #fff;
    opacity: 0.8;
  }

  .mw_wp_form .kakunin_box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
  }

  .mw_wp_form .kakunin_box br {
    display: none;
  }

  .mw_wp_form .kakunin_box .kakunin_box_txt {
    font-size: 1.6rem;
    color: #036eb8;
    white-space: normal;
  }

  .mw_wp_form .kakunin_box .mwform-checkbox-field-text:before {
    top: -0.3em !important;
  }

  .p-zip {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-zip span {
    display: block;
    margin-right: 10px;
  }

  .p-zip input {
    width: 100px !important;
  }
}

#autozip {
  display: none !important;
}

#zip_close {
  color: #fff !important;
}


@media only screen and (max-width: 767px) {
  .contact section {
    padding: 80px 0;
  }

  .mw_wp_form dl {
    display: block;
  }

  .mw_wp_form dl dt {
    width: 100%;
    margin: 0 0 5px;
    padding: 10px 15px 5px;
    border-bottom: 0 none;
  }

  .mw_wp_form dl dd {
    width: 100%;
    margin: 0 0 10px;
    padding: 0 15px 15px;
  }
}

.thanks section,
.confirm section {
  padding: 100px 0;
  text-align: center;
}

.thanks section h3,
.confirm section h3 {
  margin: 0 0 50px;
  font-size: 2rem;
  font-weight: 600;
}

.confirm .mw_wp_form dl+p {
  margin: 0 0 30px;
}

.confirm .mw_wp_form #submitBtn,
.confirm .mw_wp_form #backBtn {
  margin: 0 10px;
  display: inline-block;
}

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

  .thanks section,
  .confirm section {
    padding: 80px 0;
  }

  .thanks section h3,
  .confirm section h3 {
    font-size: 1.8rem;
  }
}


/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- news */

#newsList {
  padding: 130px 0;
}

#newsList dl dt {
  width: 28%;
  padding: 15px 0;
  border-bottom: 1px solid #3e3a39;
  display: flex;
  align-items: center;

}

#newsList dl dt .date {
  padding: 0 0 0 30px;
  font-weight: 600;
  letter-spacing: 0;
}

#newsList dl dt .cat {
  margin: 0 0 0 20px;
  padding: 8px 40px;
  text-align: center;
  font-family: "Bodoni Moda", serif;
  display: inline-block;
  color: #fff;
  line-height: 1;
}

#newsList dl dd {
  width: 72%;
  padding: 15px 30px 15px 0;
  border-bottom: 1px solid #3e3a39;
}

#newsList dl dd a {
  color: #3e3a39;
}

#newsList dl dd a:hover {
  border-bottom: 1px solid #3e3a39;
}

#newsList dl dd h3 {
  font-weight: 400;
}

#newsList #pager {
  margin: 50px auto 0;
}

@media only screen and (max-width: 767px) {
  #newsList {
    padding: 50px 0 70px;
  }

  #newsList dl dt {
    width: 100%;
    padding: 15px 0 0;
    border-bottom: 0 none;
  }

  #newsList dl dt .date {
    padding: 0;
  }

  #newsList dl dt .cat {
    padding: 5px 20px 3px;
  }

  #newsList dl dd {
    width: 100%;
    padding: 15px 0;
  }

  #newsList #pager {
    margin: 30px auto 0;
  }
}

#post {
  padding: 80px 0;
}

#post.inner {
  max-width: 800px;
}

#post #postHeader {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
}

#post #postHeader .date,
#post #postHeader .cat {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}

#post #postHeader .date {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}

#post #postHeader .cat {
  font-family: "Bodoni Moda", serif;
  margin: 0 0 0 20px;
  padding: 8px 40px;
  text-align: center;
  display: inline-block;
  color: #fff;
}

#post #postHeader h2 {
  margin: 10px 0 0;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
}

#post #postCont {}

#post #postCont h3 {
  margin: 0 0 20px;
  color: var(--color-orange2);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

#post #postCont h4 {
  margin: 0 0 10px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}

#post #postCont h5 {
  margin: 0 0 10px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

#post #postCont h6 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}

#post #postCont p {
  margin: 0 0 20px;
}

#post #postCont ul {
  margin: 0 0 20px;
  padding: 0 20px;
  list-style: disc;
}

#post #postCont ol {
  margin: 0 0 20px;
  padding: 0 20px;
  list-style: decimal;
}

#post #postCont figure {}

#post #postCont figure img {
  width: 100%;
}

#post #postCont figure figcaption {
  margin: 0;
  text-align: center;
}

#post #postCont blockquote {
  padding: 0 10px;
  border-left: 5px solid #fafafa;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  #post #postHeader .cat {
    padding: 5px 20px 3px;
  }

  #post #postHeader h2 {
    font-size: 2rem;
  }
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ----20220921追加--- */
#top_ourStaength {
  z-index: 0;
}

#top_ourStaength .inner .video {
  margin: -40px 0 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#top_ourStaength .inner video {
  width: calc(50% - (20px * 1 / 2));
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  #top_ourStaength .inner .video {
    margin: 0 0 40px;
    display: block;
  }

  #top_ourStaength .inner video {
    width: 100%;
  }

  #top_ourStaength .inner video:nth-of-type(1) {
    margin-bottom: 20px;
  }
}

/* ----20221208追加--- */
#top_ourStaength figure figcaption {
  margin-top: 36px;
}

header #gNav #headNav {
  width: 70%;
  max-width: 820px;
}

header #gNav #headNav li {
  width: 23%;
}

header #gNav #headNav li:nth-child(2),
header #gNav #headNav li:nth-child(3) {
  width: 18%;
}

header #gNav #headNav li:nth-child(2) a,
header #gNav #headNav li:nth-child(3) a {
  height: 100%;
  line-height: 1;
}

header #gNav #headNav li:nth-child(1) {
  min-width: 195px;
}

header #gNav #headNav li:nth-child(1) a {
  color: #3e3a39;
  line-height: 1.2;
  font-size: 23px;
	letter-spacing:-0.05em;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
  text-align: left;
  padding-left: 24px;
}

header #gNav #headNav li:nth-child(1) a span {
  font-size: 11px;
  color: var(--color-orange1);
  letter-spacing: 0.04em;
}

header #gNav #headNav li:nth-child(1) a:before {
  position: absolute;
  top: 50%;
  left: -5px;
  display: inline-block;
  width: 26px;
  height: 27px;
  margin-top: 8px;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("images/top/freedial@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen (min-width: 960px) {
  header #gNav #headNav li:nth-child(1) a:before {
    position: absolute;
    top: 50%;
    left: -5px;
    display: inline-block;
    width: 26px;
    height: 27px;
    margin-top: 8px;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("images/top/freedial.png");
    background-repeat: no-repeat;
    background-size: contain;
  }

}

@media only screen and (max-width: 1099px) and (min-width: 960px) {
  header #gNav #headNav li:nth-child(1) {
    width: 100%;
  }

  header #gNav #headNav li:nth-child(1) a {
    width: 170px;
    display: block;
    margin-left: auto;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
  header #gNav #headNav {
    width: 80%;
    align-items: center;
  }

  header #gNav #headNav li {
    width: 21%;
  }

  header #gNav #headNav li:nth-child(1) {
    min-width: 160px;
  }

  header #gNav #headNav li:nth-child(1) a {
    margin-top: -6px;
    font-size: 18px;
  }
}

header #gNav #mainNav #spNav li:nth-of-type(3) {
  width: 100%;
  margin-top: 20px;
}

header #gNav #mainNav #spNav li:nth-of-type(3) a {
  text-align: center;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 500;
}

header #gNav #mainNav #spNav li:nth-of-type(3) a span {
  font-size: 14px;
  line-height: 2.4;
  vertical-align: text-top;
}

footer #fNav li#ad #fSns li:nth-of-type(3) a img {
  width: 24px;
}

@media only screen and (max-width: 767px) {
  footer #fNav li#ad #fSns li:nth-of-type(3) a img {
    width: 25px;
  }
}

/* ----20221213追加--- */
#top_ourStaength h2+p {
  margin: 30px auto 100px;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  #top_ourStaength h2+p {
    margin: 30px auto 60px;
    font-size: 15px;
  }
}

/* ----20230220プライバシーポリシー追加--- */
#privacy {
  margin: 0 0 130px;
  padding: 100px 0 50px;
  position: relative;
}

#privacy h2 {
  font-size: 3rem;
  padding-top: 80px;
  margin-top: -80px;
}

#privacy .wrap:not(:last-of-type) {
  margin-bottom: 120px;
}

#privacy h3 {
  font-size: 16px;
  margin: 24px 0 4px;
}

#privacy .wrap1 p {
  margin-bottom: 20px;
}

#privacy .wrap2 p {
  margin-top: 20px;
}

#privacy .wrap2 h3+p {
  margin-top: 0;
}

#privacy br.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  #privacy h2 {
    font-size: 2.2rem;
  }

  #privacy h2:after {
    margin: 18px auto 0;
  }

  #privacy .wrap:not(:last-of-type) {
    margin-bottom: 100px;
  }

  #privacy br.sp {
    display: block;
  }
}

/* ----20230314--- */
#officialSupporter ul li .img:after {
  content: "";
  font-size: 14px;
}

/*=======20230712=======*/
#businessPageNav ul li:nth-child(4) {
  background: url(images/businesscontentsitem/pageNav05.png) no-repeat center / cover;
}

.a1_link {
  text-align: right;
  margin-top: 16px;
}

.a1_link a {
  color: #1f1f1f;
  padding: 0 24px 8px 20px;
  border-bottom: 1px solid #1f1f1f;
  background-image: url(images/businesscontentsitem/ar_right.svg);
  background-repeat: no-repeat;
  background-position: top 8px right;
}

.mv-wrapper {
  height: calc(100vh - 120px);
  margin-top: 120px;
  position: relative;
}

.mv-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mv-swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
}

.mv-swiper .swiper-slide a:hover {
  opacity: 1;
  /*打消し*/
}

.mv-swiper .txt {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.mv-swiper .txt h1 {
  font-size: 50px;
}

.mv-swiper .txt p {
  font-size: 20px;
}

.swiper_thumbnail {
  width: 224px;
  height: 45px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.swiper_thumbnail .swiper-slide {
  /*各サムネイル*/
  width: 64px !important;
  height: 37px !important;
  cursor: pointer;
}

.swiper-pagination {
  right: 8px;
  left: auto !important;
  width: 240px !important;
}

.swiper-pagination-bullet {
  /*各ドット*/
  width: 64px !important;
  height: 3px !important;
  position: relative;
  margin: 0 16px 0 0 !important;
  border-radius: 0 !important;
  background: none !important;
}

.swiper-pagination-bullet::before {
  content: "";
  width: 0%;
  height: 100%;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-pagination-bullet-active::before {
  animation: swiper-pagination 3.3s linear;
}

@keyframes swiper-pagination {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .mv-wrapper {
    height: calc(100vh - 60px);
    margin-top: 60px;
  }

  .mv-swiper .txt h1 {
    font-size: 40px;
  }

  .mv-swiper .txt p {
    font-size: 16px;
  }
}

/*=======20230925=======*/
.banner_wrap {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 120px;
}

.banner_lp,
.banner_catalog {
  max-width: 528px;
}

@media only screen and (max-width: 767px) {
  .banner_wrap {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
  }
}

/*=======20231020=======*/
.grecaptcha-badge {
  visibility: hidden;
}

/*=======20240305=======*/
.banner_recruit {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .banner_recruit {
    margin-bottom: 16px;
  }
}

/* PC版のみ MESSAGE画像を大きく */
@media screen and (min-width: 769px) {
  #message ul.flex li:last-child img {
    width: 100%;
    height: 450px;
    /* ← PCでの見せたい高さ */
    object-fit: cover;
    display: block;
  }
}

/* 会社概要テーブル下の画像ブロック */
#companyBanner.company-banner {
  padding: 0px 0 60px;
  /* 上下のコンテンツとの“ゆとり” */
}

#companyBanner .company-banner__figure {
  margin: 0;
  position: relative;
  text-align: center;
  /* figureのデフォルト余白を消す */
}

#companyBanner .company-banner__figure img {
  display: block;
  max-width: 100%;
  height: auto;
  /* 比率維持 */
}

#companyBanner .company-banner__figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

#companyBanner .company-banner__figure a:nth-of-type(1) {
  width: 17%;
  height: 50%;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}

#companyBanner .company-banner__figure a:nth-of-type(2) {
  width: 17%;
  height: 50%;
  top: 50%;
  left: 0;
}

#companyBanner .company-banner__figure a:nth-of-type(3) {
  width: 17%;
  height: 50%;
  top: 50%;
  left: 17%;
}



.moreBtn_orange a {
  padding: 10px 30px;
  background: var(--color-orange1);
  border: 1px solid var(--color-orange1);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  position: relative;
  font-family: "Bodoni Moda", serif;
  z-index: 1;
}

.moreBtn_orange a::before {
  background: #fff;
}

.moreBtn_orange a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.moreBtn_orange a:hover {
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  color: #3e3a39;
}

.moreBtn_orange a:hover::before {
  background: #3e3a39;
}

.moreBtn_orange a:hover::after {
  border-top: 1px solid #3e3a39;
  border-right: 1px solid #3e3a39;
}

.moreBtn_orange a::before,
.moreBtn_orange a::after {
  content: "";
  margin: auto;
  position: absolute;
  transition: 0.3s;
}

.moreBtn_orange a::before {
  width: 16px;
  height: 1px;
  top: 25px;
}

.moreBtn_orange a::after {
  width: 6px;
  height: 6px;
  top: 22px;
  transform: rotate(45deg);
}

.moreBtn_orange.btn1 a::before {
  right: 4px;
}

.moreBtn_orange.btn1 a::after {
  right: 4px;
}

.moreBtn_orange.btn1 a:hover::before {
  right: -10px;
}

.moreBtn_orange.btn1 a:hover::after {
  right: -10px;
}

.moreBtn_orange.btn2 {
  width: 220px;
  text-align: center;
}

.moreBtn_orange.btn2 a::before {
  right: 20px;
}

.moreBtn_orange.btn2 a::after {
  right: 20px;
}

.moreBtn_orange.btn2 a:hover::before {
  right: 10px;
}

.moreBtn_orange.btn2 a:hover::after {
  right: 10px;
}

#catalog {
  padding: 100px 0 50px;
  background: var(--color-orange1);
  margin-bottom: clamp(60px, 10vw, 120px);

}

#catalog .inner {
  max-width: 1280px;
}

@media only screen and (max-width: 767px) {
  #catalog {
    padding: 50px 0 50px;
    margin-bottom: clamp(60px, 10vw, 120px);

  }


}

.catalog_list {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-inline: auto;

}



@media only screen and (max-width: 1280px) and (min-width: 1024px) {
  .catalog_list {
    max-width: calc(100% - 40px);
  }

}

.catalog_list.catalog_list__spec {
  gap: 0;
  justify-content: center;
}

.catalog_list__item {
  background: var(--color-white1);
  padding: 30px 20px 30px 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.catalog_list.catalog_list__spec .catalog_list__item {
  box-shadow: none;
}

.catalog_list.catalog_list__spec .catalog_list__item:nth-child(1) {
  padding-right: 0;
}

.catalog_list.catalog_list__spec .catalog_list__item:nth-child(2) {
  padding-left: 0;
}

.catalog_list.catalog_list__spec .catalog_list__item table {
  width: 550px;
  max-width: 100%;
  border-bottom: 2px solid var(--color-gray3);
  border-spacing: 0;
}

.catalog_list.catalog_list__spec .catalog_list__item table tr {
  max-width: 100%;
}

.catalog_list.catalog_list__spec .catalog_list__item table tr th {
  background: var(--color-gray4);
  padding: 20px;
  width: 200px;
  vertical-align: middle;
  max-width: 38%;
  text-align: center;
  font-size: 1.4rem;
  border-top: 2px solid var(--color-gray3);
}

.catalog_list.catalog_list__spec .catalog_list__item table tr td {
  padding: 20px 0 20px 2.0em;
  line-height: 1.5;
  vertical-align: middle;
  letter-spacing: 0;
  font-size: 1.35rem;
  border-top: 2px solid var(--color-gray3);
}

.catalog_list__item figure {
  width: 200px;
  max-width: 40%;
  display: block;
}

.catalog_list__item>div {
  margin-top: 10px;
  width: calc(100% - 200px);
  max-width: 60%;
}

.catalog_list__item__title {
  margin-bottom: 5px;
}

.catalog_list__item__title h3 {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.catalog_list__item__title+p {
  line-height: 1.8;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.catalog_list__item__list {
  display: block;
  margin-bottom: 10px;
}

.catalog_list__item__list li {
  display: block;
  margin-bottom: 7px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.catalog_list__item__list li span {
  display: inline-block;
  color: var(--color-orange1);
  border: 1px solid var(--color-orange1);
  text-align: center;
  padding: 3px 4px;
  background: var(--color-orange4);
}

.catalog_list__item__list li:last-child {
  margin-bottom: 0;
}

.catalog_list__item__options {
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 100%;
  margin-top: 5px;
}


.catalog_list__item__options li {
  width: clamp(95px, 10vw, 120px);
  max-width: 25%;
  text-align: center;
  display: block;
}

.catalog_list__item__options li p {
  line-height: 1.4;
  margin-top: 8px;
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .catalog_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 768px;
    margin-inline: auto;
    max-width: 100%;

  }


  .catalog_list__item {
    width: 100%;
    flex-wrap: wrap;
    background: var(--color-white1);
    padding: 20px;
  }


  .catalog_list.catalog_list__spec .catalog_list__item table,
  .catalog_list.catalog_list__spec .catalog_list__item table tbody,
  .catalog_list.catalog_list__spec .catalog_list__item table tr {
    width: 100%;
    max-width: 100%;
    border: 0;
    display: block;
  }

  .catalog_list.catalog_list__spec .catalog_list__item table tr th {
    background: var(--color-gray4);
    padding: 15px;
    width: 100%;
    vertical-align: middle;
    max-width: 100%;
    text-align: center;
    font-size: 1.4rem;
    border: 0;
    display: block;
  }

  .catalog_list.catalog_list__spec .catalog_list__item table tr td {
    padding: 15px 0 15px 2em;
    line-height: 1.5;
    vertical-align: middle;
    letter-spacing: 0;
    font-size: 1.35rem;
    display: block;
    border: 0;
  }

  .catalog_list.catalog_list__spec .catalog_list__item:nth-child(1) {
    padding-right: 20px;
  }

  .catalog_list.catalog_list__spec .catalog_list__item:nth-child(2) {
    padding-left: 20px;
  }

  .catalog_list__item figure {
    width: 100%;
    text-align: center;
    max-width: 100%;
    display: block;
  }

  .catalog_list__item>div {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }

  .catalog_list__item__title {
    margin-bottom: 5px;
  }

  .catalog_list__item__title h3 {
    font-size: 2.4rem;
    text-align: center;
    font-weight: 900;
    margin-bottom: 5px;
  }

  .catalog_list__item__title+p {
    line-height: 1.8;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }

  .catalog_list__item__list {
    display: block;
    margin-bottom: 20px;
  }

  .catalog_list__item__list li {
    display: block;
    margin-bottom: 7px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .catalog_list__item__list li span {
    display: inline-block;
    color: var(--color-orange1);
    border: 1px solid var(--color-orange1);
    text-align: center;
    padding: 3px 4px;
    background: var(--color-orange4);
  }

  .catalog_list__item__list li:last-child {
    margin-bottom: 0;
  }

  .catalog_list__item .moreBtn_orange.btn2 {
    margin-inline: auto;

  }

  .catalog_list__item__options {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 30px;
  }

  .catalog_list__item__options li {
    width: 88px;
    max-width: 25%;
    text-align: center;
    display: block;
  }

  .catalog_list__item__options li p {
    line-height: 1.4;
    margin-top: 8px;
    font-size: 0.9rem;
    text-align: center;
  }


}


.catalog__dl {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 780px;
  margin: 50px auto 0 auto;
  background: var(--color-white1);
  padding: 30px 20px 30px 25px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.catalog__dl:before {
  content: "";
  display: block;
  width: 70px;
  height: 50px;
  background: url("images/businesscontentsitem/ico_catalog_1.svg") 0 0 no-repeat;
  background-size: 100%;
}

.catalog__dl>div {}

.catalog__dl>div h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.catalog__dl>div p {
  font-size: 1.3rem;
  line-height: 1.2;
}



.catalog__dl a {
  padding: 15px 30px 15px 60px;
  background: var(--color-orange1);
  background-image: url("images/businesscontentsitem/ico_catalog_2.svg");
  background-repeat: no-repeat;
  background-position: 35px 50%;
  background-size: 26px;
  border: 1px solid var(--color-orange1);
  color: #fff;
  display: flex;
  width: clamp(320px, 30vw, 350px);
  font-size: 1.8rem;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.catalog__dl a::before {
  background: #fff;
}

.catalog__dl a::after {
  border-top: 1px solid var(--color-white1);
  border-right: 1px solid var(--color-white1);
}

.catalog__dl a:hover {
  /* background: rgba(255, 255, 255, 1); */
  background-image: url("images/businesscontentsitem/ico_catalog_2.svg");
  background-repeat: no-repeat;
  background-position: 35px 50%;
  background-size: 26px;
  opacity: 1;
  /* color: #3e3a39; */
}

.catalog__dl a:hover::before {
  background: var(--color-white1);
}

.catalog__dl a:hover::after {
  /* border-top: 1px solid #3e3a39;
  border-right: 1px solid #3e3a39; */
}

.catalog__dl a::before,
.catalog__dl a::after {
  content: "";
  margin: auto;
  position: absolute;
  transition: 0.3s;
}

.catalog__dl a::before {
  width: 16px;
  height: 1px;
  top: 35px;
}

.catalog__dl a::after {
  width: 6px;
  height: 6px;
  top: 32px;
  transform: rotate(45deg);
}


.catalog__dl a::before {
  right: 20px;
}

.catalog__dl a::after {
  right: 20px;
}

.catalog__dl a:hover::before {
  right: 10px;
}

.catalog__dl a:hover::after {
  right: 10px;
}

@media screen and (max-width: 769px) {
  .catalog__dl {
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .catalog__dl a {
    padding: 15px 30px 15px 60px;
    background-position: 35px 50%;
    background-size: 26px;
    border: 1px solid var(--color-orange1);
    color: #fff;
    display: flex;
    width: clamp(320px, 30vw, 350px);
    font-size: 1.8rem;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    position: relative;
    z-index: 1;
  }

  .catalog__dl>div {
    text-align: center;
    margin: auto;
  }

  .catalog__dl:before {
    margin: auto;
  }

  .catalog__dl a::before {
    right: 16px;
    top: 28px;
  }

  .catalog__dl a::after {
    right: 16px;
    top: 28px;
  }

  .catalog__dl a:hover::before {
    right: 6px;
  }

  .catalog__dl a:hover::after {
    right: 6px;
  }


}

/* 3つの強み */

#smarthouse {
  padding: 100px 0 30px;
  background: var(--color-orange1);
}


#smarthouse ul {
  height: 350px;
  margin: 0 0 80px;
  position: relative;
}

#smarthouse ul li:nth-child(1) {
  width: 60%;
  padding: clamp(25px, 5vw, 40px);
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 1;
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#smarthouse ul li:nth-child(1) h3 {
  margin: 0 auto 10px;
  color: var(--color-orange1);
  font-size: 2.2rem;
  font-weight: 400;
}

#smarthouse ul li:nth-child(2) {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

#smarthouse ul li:nth-child(2) img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

#smarthouse ul:nth-of-type(even) li:nth-child(1) {
  left: auto;
  right: 0;
}

#smarthouse ul:nth-of-type(even) li:nth-child(2) {
  left: 0;
}

#advantage {
  padding: 80px 0 50px;
}

#advantage ul {
  margin: 0 auto 50px;
  justify-content: space-between;
  /* align-items: center; */
  text-align: left;
}

#advantage ul:nth-of-type(2) {
  flex-direction: row-reverse;
}

#advantage ul li {
  width: 52%;
}

#advantage ul li:nth-child(2) {
  width: 48%;
  line-height: 0;
  padding-top: 2em;
}

#advantage ul li h3 {
  margin: 0 auto 10px;
  color: var(--color-orange1);
  font-size: clamp(2.0rem, 2.5vw, 2.6rem);
  font-weight: 400;
  line-height: 1.5;
}

#advantage ul li p {
  line-height: 1.8;
}

#advantage ul li p small {
  margin: 10px 0 0;
  display: block;
}


@media only screen and (max-width: 767px) {
  #advantage {
    padding: 50px 0;
  }

  #advantage ul {
    margin: 0 auto 30px;
  }

  #advantage ul li {
    width: 100%;
  }

  #advantage ul li:nth-child(1) {
    margin: 0 auto 32px;
  }

  #advantage ul li:nth-child(2) {
    width: 100%;
    padding-top: 0;
  }

  #advantage ul li h3 {
    margin: 0 auto 24px;
    font-size: 2rem;
  }

  #advantage ul {
    padding: 10px 10px 0;
  }
}


.performancelist {
  text-align: center;
}

.performancelist p.text-center {
  text-align: center;
  width: 700px;
  margin: 0 auto 30px;
  max-width: 100%;
}

.performancelist p.text-bottom {
  width: 700px;
  text-align: left;
  margin: 0 auto 60px;
  max-width: 100%;
}

.performancelist ul {
  margin: 0 0 30px;
  display: flex;
  gap: 1.5%;
  justify-content: center;
}


.performancelist li {
  width: 23.5%;
  padding: 20px 15px;
  border: 1px solid rgba(244, 130, 33, 1);
  background: rgba(244, 130, 33, 0.1);
}

.performancelist li h3 {
  margin: 0 auto 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}

.performancelist li p {
  letter-spacing: 0.045em;
}

@media only screen and (max-width: 767px) {
  .performancelist ul {
    margin: 0 0 0;
  }

  .performancelist li {
    width: 100%;
    margin: 0 0 20px;
    padding: 15px 20px 20px;
  }

  .performancelist ul li h3 {
    margin: 0 auto 18px;
  }
}


#quality {
  padding: 100px 0 50px;
  background: var(--color-orange1);
  margin-bottom: clamp(60px, 10vw, 120px);

}

#quality ul {
  display: flex;
  gap: 60px;
  margin-top: 120px;
  justify-content: space-between;
}

#quality ul li {
  width: calc(50% - 30px);
  color: var(--color-white1);
}

#quality ul li figure {
  width: 100%;
  display: block;
}

#quality ul li figure figcaption p:nth-of-type(1) {
  text-align: center;
  font-size: 2rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

#quality ul li figure figcaption p:nth-of-type(2) {
  font-size: 1.6rem;
}


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

  #quality {
    padding: 50px 0 50px;
    margin-bottom: clamp(60px, 10vw, 120px);

  }

  #quality ul {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 60px;
  }

  #quality ul li {
    width: 100%;
  }


  #quality ul li figure figcaption p:nth-of-type(1) {
    text-align: center;
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #quality ul li figure figcaption p:nth-of-type(2) {
    font-size: 1.6rem;
  }

}

#faq {
  padding: 0 0 50px;
  margin-bottom: clamp(60px, 10vw, 120px);

}

#faq ul {
  margin-top: 80px;
  border-top: 2px solid var(--color-black1);
}

#faq ul li {
  padding: 20px 0px 20px 20px;
  width: 100%;
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid var(--color-black1);
}

#faq ul li h3 {
  font-size: 2.0rem;
  font-weight: 500;
  margin-bottom: 10px;
}

#faq ul li h3 span {
  color: var(--color-orange1);
  font-size: 2.0rem;
  font-weight: 500;
  margin-right: 10px;
  font-family: "Bodoni Moda", serif;
  display: inline-block;
}

#faq ul li div {
  padding: 20px;
  background: var(--color-gray5);
  display: none;
}

#faq ul li div p {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}

#faq ul li div p:last-child {
  margin-bottom: 0;
}

#faq ul li span.faq_toggle {
  position: absolute;
  top: 25px;
  right: 0;
  width: 40px;
  height: 40px;
  background: var(--color-black1);
  border-radius: 20px;
  /* transform: translateY(-50%); */
  display: flex;
  justify-self: unset;
  align-self: center;
}

#faq ul li span.faq_toggle:before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid var(--color-white1);
  border-bottom: 2px solid var(--color-white1);
  transform: translateY(-3px) rotate(315deg);
  margin: auto;
  transition: transform 0.3s ease;
}

#faq ul li.active span.faq_toggle {
  background: var(--color-gray4);
}

#faq ul li.active span.faq_toggle:before {
  transform: translateY(3px) rotate(135deg);
  border-left: 2px solid var(--color-black1);
  border-bottom: 2px solid var(--color-black1);
}

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

  #faq {
    padding: 0 0 40px;
    margin-bottom: clamp(50px, 10vw, 100px);

  }

  #faq ul {
    margin-top: 40px;
  }

  #faq ul li {
    padding: 15px 0 15px 0;
  }

  #faq ul li h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-right: 36px;
  }

  #faq ul li h3 span {
    font-size: 1.6rem;
  }

  #faq ul li div {
    padding: 15px;
  }

  #faq ul li div p {
    font-size: 1.2rem;
  }


  #faq ul li span.faq_toggle {
    top: 20px;
    right: 0;
    width: 30px;
    height: 30px;
  }

  #faq ul li span.faq_toggle:before {
    width: 10px;
    height: 10px;
  }



}


#case {
  padding: 0 0 60px;
  /* margin-bottom: clamp(20px, 2vw, 40px); */

}

#case p {
  text-align: center;
  font-size: clamp(2.0rem, 2vw, 2.6rem);
  font-weight: 500;
  margin-bottom: 40px;
}

#case ul.flex {
  margin-top: 40px;
  gap: 40px;
  justify-content: center;
}

#case ul.flex>li:nth-child(1) {
  width: 527px;
  max-width: 60%;
  position: relative;
  line-height: 0;
}

#case ul.flex>li:nth-child(2) {
  width: 430px;
  max-width: 40%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
}

#case ul.flex>li:nth-child(2) div {
  background: var(--color-orange5);
  padding: 15px 20px;
  width: 100%;
  border: 2px solid var(--color-orange1);

}

#case ul.flex>li:nth-child(2) div:nth-of-type(2) {
  transform: translateY(-3px);

}


#case ul.flex>li:nth-child(2) div h3 {
  border-bottom: 2px solid var(--color-gray3);
  padding-bottom: 12px;
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 15px;

}

#case ul.flex>li:nth-child(2) div dl {
  display: flex;
  gap: 40px;
  margin-bottom: 5px;
  font-size: 1.6rem;
}

#case ul.flex>li:nth-child(2) div dl {}

#case ul.flex>li:nth-child(2) div dl dt {
  display: flex;
  gap: 40px;
  width: 8em;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--color-orange1);
}

#case ul.flex>li:nth-child(2) div dl dd {
  display: flex;
  gap: 40px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;

}

#case ul.flex>li:nth-child(2) div ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 40px;
}

#case ul.flex>li:nth-child(2) div ul li {
  font-size: 1.7rem;
  font-weight: 500;
  width: 40%;
  margin-bottom: 10px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;

}

#case ul.flex>li:nth-child(2) div ul li:before {
  background: url("images/businesscontentsitem/ico_check.svg") no-repeat center / cover;
  width: 29px;
  height: 29px;
  content: "";
  flex-shrink: 0;
  display: inline-block;


}

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

  #case p {
    font-size: clamp(1.6rem, 2vw, 2.2rem);
    margin-bottom: 20px;
  }

  #case ul.flex {
    margin-top: 20px;
    gap: 20px;
  }

  #case ul.flex>li:nth-child(1) {
    width: 100%;
    max-width: 100%;
    line-height: 0;
  }

  #case ul.flex>li:nth-child(2) {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
  }

  #case ul.flex>li:nth-child(2) div {
    padding: 15px 20px;
    width: 100%;

  }



  #case ul.flex>li:nth-child(2) div h3 {
    padding-bottom: 10px;
    font-size: 1.8rem;
    margin-bottom: 15px;

  }

  #case ul.flex>li:nth-child(2) div dl {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    font-size: 1.4rem;
  }


  #case ul.flex>li:nth-child(2) div dl dt {
    display: flex;
    gap: 20px;
    width: 8em;
    font-size: 1.4rem;
  }

  #case ul.flex>li:nth-child(2) div dl dd {
    display: flex;
    gap: 20px;
    font-size: 1.4rem;
  }

  #case ul.flex>li:nth-child(2) div ul {
    gap: 10px 20px;
    font-size: 1.4rem;
    padding-left: 20px;
  }

  #case ul.flex>li:nth-child(2) div ul li {
    font-size: 1.4rem;
    width: 45%;
    margin-bottom: 10px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;

  }

  #case ul.flex>li:nth-child(2) div ul li:before {
    background: url("images/businesscontentsitem/ico_check.svg") no-repeat center / cover;
    width: 29px;
    height: 29px;
    content: "";
    flex-shrink: 0;
    display: inline-block;


  }
}


.l-inner1 {
  width: 768px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}

.l-inner1.inner_100 {
  max-width: 100%;
}

.l-inner2 {
  width: 1200px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}

.l-inner2.inner_100 {
  max-width: 100%;
}

.l-inner3 {
  width: 1440px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}

.l-inner3.inner_100 {
  max-width: 100%;
}

.l-inner4 {
  width: 1060px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}

.l-inner4.inner_100 {
  max-width: 100%;
}

.l-inner5 {
  width: 1100px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}

.l-inner5.inner_100 {
  max-width: 100%;
}

.l-inner6 {
  width: 1024px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}

.l-inner6.inner_100 {
  max-width: 100%;
}

.l-inner7 {
  width: 850px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}

.l-inner7.inner_100 {
  max-width: 100%;
}

.l-inner8 {
  width: 860px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}

.l-inner8.inner_100 {
  max-width: 100%;
}

.l-inner9 {
  width: 940px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}

.l-inner9.inner_100 {
  max-width: 100%;
}

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

  .l-inner1,
  .l-inner2,
  .l-inner3,
  .l-inner4,
  .l-inner5,
  .l-inner6,
  .l-inner7,
  .l-inner8,
  .l-inner9,
  .l-inner10,
  .l-inner11 {
    max-width: calc(100% - 40px);
  }

  .l-inner1.inner_100_sp,
  .l-inner2.inner_100_sp,
  .l-inner3.inner_100_sp,
  .l-inner4.inner_100_sp,
  .l-inner5.inner_100_sp,
  .l-inner6.inner_100_sp,
  .l-inner7.inner_100_sp,
  .l-inner8.inner_100_sp,
  .l-inner9.inner_100_sp,
  .l-inner10.inner_100_sp,
  .l-inner11.inner_100_sp {
    max-width: 100%;
  }
}


/*お問い合わせ*/

.p-contact__privacy {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 30px 15px;
}

.p-contact__privacy__midashi {
  width: 200px;
  font-size: 1.4rem;
  font-family: " Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-style: normal;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-contact__privacy__check {
  padding-left: 60px;
  font-size: 1.3rem;
}

@media screen and (max-width: 1024px) {
  .p-contact__privacy {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 15px 30px 15px;
  }

  .p-contact__privacy__midashi {
    width: 100%;
    font-size: 1.5rem;
    font-family: " Hiragino Kaku Gothic W6 JIS2004", sans-serif;
    font-style: normal;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 20px;
  }

  .p-contact__privacy__check {
    padding-left: 0;
    font-size: 1.3rem;
  }
}

.p-contact__privacy__doui {
  width: 135px;
  height: 50px;
  margin: 30px auto 0px auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  border: 1px solid #3e3a39;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-contact__privacy__box {
  padding: 0 15px 20px 15px;
}

.p-contact__privacy__box__text {
  overflow-y: scroll;
  height: 280px;
  padding-right: 40px;
}

.p-contact__privacy__box h4 {
  font-size: 1.8rem;

  font-style: normal;
  margin-bottom: 5px;
}

.p-contact__privacy__box table {
  border: 1px solid #efefef;
  width: 100% !important;
  border-collapse: collapse;

}

.p-contact__privacy__box table tbody {
  width: 100% !important;
  display: block;
}

.p-contact__privacy__box table tr {
  width: 100% !important;
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-contact__privacy__box table th {
  background: var(--color-gray1);
  padding: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #efefef;
  font-size: 1.3rem;
}

.p-contact__privacy__box table th.w30 {
  width: 30% !important;
}

.p-contact__privacy__box table th.w100 {
  width: 100% !important;
}

.p-contact__privacy__box table th:nth-of-type(2) {
  width: 70%;
}

.p-contact__privacy__box table td {
  border: 1px solid var(--color-gray1);
  padding: 10px;
  font-size: 1.3rem;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-contact__privacy__box table td.w30 {
  width: 30% !important;
}

.p-contact__privacy__box table td.w100 {
  width: 100% !important;
}

.p-contact__privacy__box table td:nth-of-type(2) {
  width: 70% !important;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .p-contact__privacy__box {
    padding: 0 15px 20px 15px;
  }

  .p-contact__privacy__box__text {
    height: 200px;
    padding-right: 0;
  }

  .p-contact__privacy__box h4 {
    font-size: 1.6rem;
  }

  .p-contact__privacy__box table tbody {
    width: 100% !important;
    display: block;
  }

  .p-contact__privacy__box table tr {
    width: 100% !important;
    display: block;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .p-contact__privacy__box table th {
    background: #fefcf2;
    padding: 10px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #efefef;
    font-size: 1.2rem;
  }

  .p-contact__privacy__box table th.w30 {
    width: 100% !important;
  }

  .p-contact__privacy__box table th.w100 {
    width: 100% !important;
  }

  .p-contact__privacy__box table th:nth-of-type(2) {
    width: 100%;
  }

  .p-contact__privacy__box table td {
    border: 1px solid #efefef;
    padding: 10px !important;
    font-size: 1.2rem;
    text-align: center;
    border-left: 0 !important;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-contact__privacy__box table td.w30 {
    width: 100% !important;
  }

  .p-contact__privacy__box table td.w100 {
    width: 100% !important;
  }

  .p-contact__privacy__box table td:nth-of-type(1) {
    font-family: " Hiragino Kaku Gothic W6 JIS2004", sans-serif;
    font-style: normal;
    font-size: 1.2rem;
  }

  .p-contact__privacy__box table td:nth-of-type(2) {
    width: 100% !important;
    text-align: left;
  }
}