@charset "UTF-8";
/*
theme: 和田防水
*/
/* CSS Document */
/* all content
* --------------------------------------- */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
  font-size: 18px;
  line-height: 2;
  text-decoration: none;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  list-style: none;
  color: #092a4a;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
main {
  flex: 1;
}
img {
  vertical-align: top;
  width: 100%;
}
sup {
  vertical-align: super !important;
  font-size: smaller !important;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #092a4a;
}
::-webkit-selection {
  color: #fff;
  background: #0074BF;
}
::-moz-selection {
  color: #fff;
  background: #0074BF;
}
::selection {
  background-color: #cccccc;
  color: #092a4a;
  text-shadow: none;
}
.main-u-page {
  padding-top: 120px;
}
#about, #price, #faq, #cases, #info, #contact {
  padding-top: 120px;
  margin-top: -120px;
}
.common-1300-width {
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1200-width {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1100-width {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-120-padding {
  padding: 120px 0;
}
.common-80-padding {
  padding: 80px 0;
}
.common-60-padding {
  padding: 60px 0;
}
.bottom-120-padding {
  padding: 0 0 120px;
}
.bottom-80-padding {
  padding: 0 0 80px;
}
.pc_none {
  display: none !important;
}
.common-items__title {
  margin-bottom: 60px;
}
.common-items__title span {
  text-transform: uppercase;
  font-size: 77px;
  font-weight: 500;
  font-family: "Viga", sans-serif;
  line-height: 1;
  color: #14589B;
  margin-bottom: 16px;
  display: block;
}
.common-items__title h2 {
  font-weight: 600;
  font-size: 18px;
}
.common-items__title._white span, .common-items__title._white h2 {
  color: #fff;
}
.common-items__title._center h2, .common-items__title._center span {
  text-align: center;
}
.common-items__title._flex {
  display: flex;
  align-items: baseline;
  gap: 0 20px;
}
.common-btn__wrap a {
  max-width: 500px;
  position: relative;
  background: linear-gradient(270deg, #14589B 0%, #14589B 40px, #000000 40px, #000000 100%);
  padding: 33px 45px;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}
.common-btn__wrap a::after {
  content: "";
  position: absolute;
  background-image: url("../img/icon-arrow_white.svg");
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  background-repeat: no-repeat;
  height: 10px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.page-title__wrap {
  background-color: #14589B;
  background-image: url("../img/emblem-large.svg");
  background-position: right -150px top -150px;
  background-size: 640px auto;
  background-repeat: no-repeat;
  padding: 270px 0 40px;
}
.page-title__box span {
  font-size: 70px;
  line-height: 1;
  display: block;
  color: #fff;
  font-family: "Viga", sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.page-title__box h2, .page-title__box h1 {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
}
.page-title__box {
  margin-bottom: 130px;
}
@media screen and (max-width: 941px) {
  .main-u-page {
    padding-top: 80px;
  }
  #about, #price, #faq, #cases, #info, #contact {
    padding-top: 80px;
    margin-top: -80px;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
    font-size: 15px;
    line-height: 1.8
  }
  .common-120-padding {
    padding: 60px 0;
  }
  .bottom-120-padding {
    padding: 0 0 60px;
  }
  .common-80-padding {
    padding: 60px 0;
  }
  .common-60-padding {
    padding: 46px 0;
  }
  .common-items__title {
    margin-bottom: 48px;
  }
  .common-items__title span {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .common-items__title h2 {
    font-size: 16px;
    font-weight: 500;
  }
  .common-items__title._flex {
    text-align: center;
    display: block;
  }
  .common-btn__wrap a {
    padding: 24px 30px;
    max-width: 300px;
    text-align: left;
    font-size: 15px;
    background: linear-gradient(270deg, #14589B 0%, #14589B 25px, #000000 25px, #000000 100%);
  }
  .common-btn__wrap a::after {
    width: 32px;
    height: 9px;
    right: 8px;
  }
  .page-title__wrap {
    background-position: right -50px top -50px;
    background-size: 280px auto;
    background-repeat: no-repeat;
    padding: 200px 0 24px;
  }
  .page-title__box span {
    font-size: 45px;
    margin-bottom: 5px
  }
  .page-title__box h2, .page-title__box h1 {
    font-size: 16px;
  }
  .page-title__box {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .common-items__title {
    margin-bottom: 32px;
  }
  .common-items__title span {
    font-size: 45px;
  }
}
@media screen and (max-width: 426px) {
  .common-btn__wrap a {
    padding: 16px 25px;
    max-width: 220px;
    font-size: 13px;
    background: linear-gradient(270deg, #14589B 0%, #14589B 15px, #000000 15px, #000000 100%);
  }
  .common-btn__wrap a::after {
    width: 24px;
    height: 7px;
    right: 6px;
  }
}
/* メニュー
* --------------------------------------- */
.header .nav-section {
  padding: 15px 0 0 0;
}
.global-nav__pc .dropmenu {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  margin-left: 20px;
  gap: 0 40px;
}
.global-nav__pc .dropmenu li {
  position: relative;
  line-height: 1;
}
.global-nav__pc .dropmenu li.parentmenu {
  cursor: pointer;
  padding: 39px 0;
  font-size: 16px;
  align-items: center;
  display: flex;
}
.global-nav__pc .dropmenu li a {
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 17px 0;
  font-weight: 500;
}
.global-nav__pc .dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 95px;
  right: 50%;
  margin: 0;
  background-color: #fff;
  width: 280px;
  box-sizing: border-box;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
}
.global-nav__pc .dropmenu li.parentmenu:hover ul {
  padding: 8px 24px 24px 24px;
}
.global-nav__pc .dropmenu li ul li a {
  margin: 0;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  border-bottom: solid 1px #000000;
  display: flex;
  justify-content: space-between;
}
.global-nav__pc {
  position: fixed;
  top: 35px;
  z-index: 100;
  max-width: 1800px;
  left: 50%;
  margin: 0 auto;
  width: calc(100% - 40px);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#dropmenu li ul li {
  overflow: hidden;
  height: 0;
  transition: .4s;
}
#dropmenu li:hover ul li {
  overflow: visible;
  height: auto;
}
.dropmenu li .icon {
  display: block;
  margin: 0 auto;
}
.nav-outer-block {
  display: flex;
  padding-left: 10px;
}
.header-logo__wrap a img {
  width: 80px;
  vertical-align: top;
}
.global-nav__sp {
  display: none;
}
.global-contect__wrap {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  width: 100%;
  padding: 0 30px;
  height: 100px;
  box-sizing: border-box;
  border-radius: 5px;
}
.header-logo__wrap {
  margin-right: auto;
}
.global-nav__pc .dropmenu li.parentmenu img {
  margin-left: 10px;
  width: 14px;
}
.global-nav__pc .dropmenu li._contact a {
  color: #fff;
  background: #14589B;
  width: 180px;
  padding: 20px 0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .global-nav__pc .dropmenu li._contact a {
    width: 115px;
    padding: 11px 0;
    font-size: 14px;
    font-weight: 400;
  }
  .global-nav__pc .dropmenu {
    gap: 0 18px;
  }
  .global-nav__pc .dropmenu li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 941px) {
  .global-nav__pc {
    display: none;
  }
  .global-nav__sp {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    display: block;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
  }
  .gnav-items__wrap {
    max-width: 941px;
    margin-left: auto;
  }
  .global-nav__list {
    padding: 30px 20px 200px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
  }
  .gnav-items__wrap {
    display: none;
    height: 100vh;
    background: #14589B;
    overflow-y: scroll;
  }
  .gnav-items__wrap .trigger {
    z-index: 0;
    background-color: #fff;
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
  }
  .gnav-items__wrap .trigger a {
    position: relative;
    display: block;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: .35s all ease;
    transition: .35s all ease;
    font-size: 16px;
  }
  .gnav-items__wrap .target {
    z-index: 1;
    display: none;
    margin: 0 auto;
    padding: 0;
    color: #fff;
  }
  .gnav-items__wrap .target .target a {
    background-color: #2c363a;
  }
  .gnav-items__wrap .target .target a:hover {
    background-color: #374449;
  }
  .gnav-items__wrap .target .trigger a {
    background-color: #161b1d;
  }
  .gnav-items__wrap .target .trigger a:before, .gnav-items__wrap .target .trigger a:after {
    background-color: #fff;
  }
  .gnav-items__wrap .target .trigger a:before {
    top: .5em;
    right: 16px;
  }
  .gnav-items__wrap .target .trigger a:after {
    top: .85em;
    right: 16px;
  }
  .gnav-items__wrap .target .active a {
    padding-left: 1.5em;
    padding-right: 1.5em;
    color: #fff;
  }
  .gnav-items__wrap .target .active a:hover {
    background-color: #2c363a;
  }
  .gnav-items__wrap .target .active a:before, .gnav-items__wrap .target .active a:after {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .gnav-items__wrap .target .active a:before {
    top: .65em;
    left: 1em;
    width: 3px;
    height: 12px;
  }
  .gnav-items__wrap .target .active a:after {
    display: none;
  }
  .gnav-items__wrap .target a {
    display: block;
    -webkit-transition: .35s all ease;
    transition: .35s all ease;
    font-size: 15px;
    display: flex;
    align-items: flex-end;
  }
  .gnav-items__wrap > ul > li {
    animation: fadeInDown 0.5s cubic-bezier(.17, .67, .57, .99) forwards;
    pointer-events: auto;
    position: relative;
    padding: 0;
    background: #fff;
  }
  .gnav-items__wrap > ul > li a {
    display: block;
    padding: 20px 10px;
    transition: 0.3s;
    line-height: 1;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
  }
  .gnav-items__wrap > ul > li a::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: contain;
    vertical-align: middle;
    background-image: url(../img/icon-arrow.svg);
    background-repeat: no-repeat;
  }
  .gnav-items__wrap > ul > li h3 {
    display: block;
    padding: 20px 14px;
    transition: 0.3s;
  }
  .btn_hamburger {
    padding: 24px 0;
    background: #ffffff;
    cursor: pointer;
  }
  .btn_hamburger a {
    position: relative;
    display: block;
    height: 30px;
    width: 30px;
    margin-left: auto;
    margin-right: 15px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
  }
  .btn_hamburger .active {
    box-shadow: none;
  }
  .js-sub-btn {
    width: 100%;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .js-sub-btn img {
    width: 17px;
    position: absolute;
    top: 16px;
    right: 30px;
  }
  .gnav-items__wrap .active span img {
    transform: rotate(90deg);
  }
  .target ul li {
    position: relative;
  }
  .target ul li a {
    border-bottom: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
    border-bottom: solid 1px #9A9A9A;
    padding-right: 0;
    padding-left: 0;
  }
  .target ul li:nth-last-child(1) a {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 18px;
  }
  .header-logo__wrap {
    top: 4px;
    left: 10px;
    position: absolute;
  }
  .header-logo__wrap a img {
    width: 70px;
  }
  .js-sub-btn::before, .js-sub-btn::after {
    content: '';
    width: 15px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .js-sub-btn::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
  }
  .trigger.active .js-sub-btn::after {
    transform: translateY(-50%) rotate(0);
  }
  .target._last ul li:nth-last-child(1) {
    border-bottom: solid 1px #1A0E04;
  }
  .global-btn__wrap a {
    color: #fff;
  }
  .gnav-items__wrap::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 426px) {}
/* キービジュアル
* --------------------------------------- */
.outset-area__group {
  background: linear-gradient(180deg, #fff 0%, #fff 25%, #14589B 25%, #14589B 100%);
  position: relative;
  overflow: hidden;
}
.outset-area__group::before {
  content: '';
  display: inline-block;
  width: 900px;
  height: 900px;
  background-size: contain;
  vertical-align: middle;
  background-image: url(../img/emblem-large.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 30%;
  right: -100px;
}
.keyvisual-area__group {
  background-image: url(../img/keyvisual--image_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 87vh;
  position: relative;
  box-sizing: border-box;
  margin: 140px 48px 0px 48px;
  border-radius: 16px;
}
.keyvisual-catchcopy__wrap {
  position: absolute;
  left: 46px;
  bottom: 46px;
}
.keyvisual-catchcopy__wrap span {
  color: #fff;
  font-size: 120px;
  display: block;
  line-height: 1;
}
.keyvisual-catchcopy__wrap span:nth-child(1) {
  margin-bottom: 16px;
}
.keyvisual-text__wrap {
  position: absolute;
  right: 46px;
  bottom: 46px;
}
.keyvisual-text__wrap p {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1301px) {
  .keyvisual-catchcopy__wrap span {
    font-size: 80px;
  }
  .keyvisual-text__wrap p {
    font-size: 20px;
  }

}
@media screen and (max-width: 941px) {
  .keyvisual-area__group {
    background-image: url(../img/keyvisual--image_sp.jpg);
    height: 60vh;
    padding: 0;
    margin: 100px 16px 0px 16px;
  }
  .keyvisual-catchcopy__wrap {
    position: absolute;
    left: 24px;
    bottom: auto;
    top: 32px;
  }
  .keyvisual-catchcopy__wrap span {
    font-size: 46px;
  }
  .keyvisual-text__wrap p {
    font-size: 16px;
  }

  .keyvisual-text__wrap {
    right: auto;
    bottom: 32px;
    left: 24px;
  }
  .outset-area__group::before {
    width: 300px;
    height: 300px;
    top: 25%;
  }
  .outset-area__group {
    background: linear-gradient(180deg, #fff 0%, #fff 20%, #14589B 20%, #14589B 100%);
    position: relative;
  }
}
/* サービスについて
* --------------------------------------- */
.about-text__wrap {
  max-width: 600px;
}
.about-text__wrap h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 600
}
.about-text__wrap p {
  color: #fff;
}
@media screen and (max-width: 941px) {
  .about-text__wrap h1 {
    font-size: 21px;
    margin-bottom: 16px;
  }
}
/* 選ばれる理由
* --------------------------------------- */
.seasons-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
}
.seasons-items__box {
  width: 31%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  box-sizing: border-box;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  padding: 0 20px;
}
.seasons-items__box._1ver {
  background-image: url("../img/seasons-image01.jpg");
}
.seasons-items__box._2ver {
  background-image: url("../img/seasons-image02.jpg");
}
.seasons-items__box._3ver {
  background-image: url("../img/seasons-image03.jpg");
}
.seasons-items__text {
  background-color: #fff;
  padding: 46px 24px 32px;
  box-sizing: border-box;
}
.seasons-items__text span {
  font-family: "Viga", sans-serif;
  color: #14589B;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.seasons-items__text h3 {
  font-size: 21px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 16px;
}
.seasons-items__text p {
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 941px) {
  .seasons-items__box {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .seasons-items__box {
    width: 100%;
  }
  .seasons-items__text h3 {
    font-size: 18px;
  }
  .seasons-items__text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 426px) {
  .seasons-items__box {
    padding: 0 16px;
    min-height: 466px;
    background-position: 0 -120px;
  }
  .seasons-items__text {
    padding: 46px 20px 0 20px;
  }
  .seasons-items__block {
    gap: 32px 0;
  }
}
/* 
* --------------------------------------- */
.price-area__group {
  background-image: url(../img/price-bgi.svg);
  background-repeat: no-repeat;
  background-size: 1550px auto;
  background-position: left bottom;
  box-sizing: border-box;
}
.price-tabs__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.price-tab__list {
  width: 30%;
}
.price-tab__item {
  position: relative;
  background: linear-gradient(270deg, #E2E7EE 0%, #E2E7EE 40px, #fff 40px, #fff 100%);
  padding: 33px 45px;
  font-size: 18px;
  box-sizing: border-box;
  cursor: pointer;
  border-top: solid 1px #EBF0F6;
  border-left: solid 1px #EBF0F6;
}
.price-tab__item:nth-last-child(1) {
  border-bottom: solid 1px #EBF0F6;
}
.price-tab__item::after {
  content: "";
  position: absolute;
  background-image: url("../img/icon-arrow_blue.svg");
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  background-repeat: no-repeat;
  height: 10px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.price-tab__content {
  width: 67%;
}
.price-tab__panel {
  display: none;
}
.price-tab__item.active {
  opacity: 1;
  background: linear-gradient(270deg, #14589B 0%, #14589B 40px, #000 40px, #000 100%);
  color: #fff;
}
.price-tab__item.active::after {
  background-image: url("../img/icon-arrow_white.svg");
}
.price-tab__panel.active {
  display: block;
  background: #fff;
  padding: 46px 52px;
  box-sizing: border-box;
}
.price-tab__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
}
.price-items__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.price-items__table th {
  padding: 15px 20px;
  border: solid 1px #E2E7EE;
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
  background-color: #125392;
  color: #fff;
}
.price-items__table td {
  padding: 15px 20px;
  border: solid 1px #E2E7EE;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
}
.price-tab__title {
  display: flex;
  align-items: baseline;
  gap: 0 16px;
  margin-bottom: 16px;
}
.price-tab__title h3 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.price-tab__title span {
  color: #14589B;
  font-family: "Viga", sans-serif;
  text-transform: uppercase;
}
.price-tab__text {
  margin-bottom: 16px;
}
@media screen and (max-width: 941px) {
  .price-area__group {
    background-color: #EBF0F6;
  }
  .price-tab__item {
    padding: 20px 20px;
    font-size: 16px;
    background: linear-gradient(270deg, #E2E7EE 0%, #E2E7EE 25px, #fff 25px, #fff 100%);
  }
  .price-tab__item.active {
    background: linear-gradient(270deg, #14589B 0%, #14589B 25px, #000 25px, #000 100%);
  }
  .price-tab__item::after {
    width: 28px;
    height: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .price-tab__list {
    width: 100%;
  }
  .price-tab__content {
    width: 100%;
  }
  .price-tabs__wrap {
    gap: 16px 0;
  }
  .price-tab__list {
    gap: 8px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .price-tab__item {
    padding: 10px;
    width: 32%;
  }
  .price-tab__item {
    font-size: 14px;
    background: linear-gradient(270deg, #E2E7EE 0%, #E2E7EE 15px, #fff 15px, #fff 100%);
  }
  .price-tab__item.active {
    background: linear-gradient(270deg, #14589B 0%, #14589B 15px, #000 15px, #000 100%);
  }
  .price-tab__item::after {
    width: 18px;
    height: 6px;
    right: 8px;
  }
  .price-tab__title h3 {
    font-size: 21px;
  }
  .price-tab__title {
    margin-bottom: 10px;
  }
  .price-tab__panel.active {
    padding: 24px;
  }
  .price-items__table th {
    padding: 10px;
    font-size: 14px;
  }
  .price-items__table td {
    padding: 10px;
    font-size: 14px;
  }
}
/* よくあるご質問
* --------------------------------------- */
.faq-image__wrap {
  background-image: url("../img/faq-bgi_pc.jpg");
  background-size: cover;
  background-position: center;
  height: 500px;
  position: relative;
}
.faq-image__wrap::after {
  content: "";
  position: absolute;
  vertical-align: middle;
  display: inline-block;
  width: 1300px;
  height: 50px;
  background-color: #fff;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  margin: 0 20px;
}
.faq-items__wrapr {
  width: 100%;
}
.faq-lists__box:not(:first-child) {
  margin-top: 16px;
}
.accordion-title {
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 5px;
  background-color: #14589B;
  padding: 30px 70px 30px 40px;
}
.accordion-title span {
  display: block;
  width: 37px;
  height: 37px;
  position: relative;
  margin-left: auto;
  background-color: #ffffff82;
  border-radius: 100px;
  position: absolute;
  right: 24px;
}
.accordion-title span:before {
  position: absolute;
  content: '';
  top: 49%;
  right: 10px;
  height: 2px;
  width: 17px;
  background: #14589B;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.accordion-title span:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 10px;
  height: 2px;
  width: 17px;
  background: #14589B;
  transition: all .3s ease-in-out;
}
.accordion-title.open span:before {
  transform: rotate(180deg);
}
.accordion-title.open span:after {
  opacity: 0;
}
.accordion-title b {
  font-family: "Viga", sans-serif;
}
.accordion-text {
  display: none;
  background-color: #D1E3EF;
  padding: 30px 40px;
}
.accordion-text p {}
@media screen and (max-width: 1300px) {
  .faq-image__wrap::after {
    height: 0;
  }
}
@media screen and (max-width: 941px) {
  .accordion-title {
    font-size: 18px;
    padding: 24px 70px 24px 24px;
  }
  .faq-image__wrap {
    background-image: url("../img/faq-bgi_sp.jpg");
    height: 300px;
  }
  .accordion-title b {
    display: none
  }
  .accordion-text p {
    font-size: 16px;
  }
  .accordion-text {
    display: none;
    background-color: #D1E3EF;
    padding: 24px 24px;
  }
}
@media screen and (max-width: 768px) {
  .accordion-text p {
    font-size: 14px;
  }
  .accordion-title {
    font-size: 15px;
    padding: 16px 50px 16px 20px;
  }
  .accordion-text {
    padding: 16px 20px;
  }
  .accordion-title span {
    width: 25px;
    height: 25px;
    right: 15px;
    top: 17px;
  }
  .accordion-title span:before {
    right: 5px;
    height: 2px;
    width: 15px;
  }
  .accordion-title span:after {
    right: 5px;
    width: 15px;
  }
  .faq-lists__box:not(:first-child) {
    margin-top: 10px;
  }
  .faq-image__wrap {
    background-image: url("../img/faq-bgi_sp.jpg");
    height: 200px;
  }
}
/* 施工事例
* --------------------------------------- */
.cases-items__thumbnail ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 85%;
  border: solid 1px #e7edf4
}
.cases-items__thumbnail ._thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cases-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.cases-items__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
.cases-items__box {
  margin: 0 16px;
  position: relative;
}
.cases-items__text {
  background: #e7edf4;
  padding: 20px;
  box-sizing: border-box;
}
.cases-items__text ._category {
  color: #8B8B8B;
  font-weight: 500;
}
.cases-items__text p {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.7;
}
.cases-items__text time {
  font-family: "Viga", sans-serif;
  color: #14589B;
  text-align: right;
  display: block;
}
.cases-items__wrap {
  box-sizing: border-box;
  padding: 0 24px;
}
.cases-items__block {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 2%;
}
.cases-items__block .cases-items__box {
  width: 32%;
  margin: 0;
}
.single-cases__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
  margin-bottom: 48px;
}
.single-cases__box {
  width: 49%;
}
.single-cases__box span {
  display: block;
  text-align: center;
  font-family: "Viga", sans-serif;
  font-size: 28px;
  color: #fff;
  background-color: #092a4a;
}
.single-cases__box:nth-child(2) span {
  background-color: #14589B;
}
.single-cases__image ._image {
  position: relative;
  overflow: hidden;
  padding-top: 400px;
  border: solid 1px #e7edf4
}
.single-cases__image ._image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 941px) {
  .cases-items__block {
    justify-content: space-between;
    gap: 32px 0;
  }
  .cases-items__block .cases-items__box {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .cases-items__box:nth-last-child(1) {
    margin-bottom: 0;
  }
  .cases-items__box {
    display: flex;
    margin: 0 0 16px;
    box-sizing: border-box;
  }
  .cases-items__thumbnail {
    width: 30%
  }
  .cases-items__text {
    width: 70%;
    box-sizing: border-box;
    background: #e7edf4;
    padding: 24px;
  }
  .cases-items__text ._category {
    font-size: 13px;
  }
  .cases-items__text p {
    margin-bottom: 0;
    font-size: 15px;
  }
  .cases-items__text time {
    display: none
  }
  .cases-items__wrap {
    padding: 0 20px;
  }
  .cases-items__block .cases-items__box {
    width: 100%;
  }
  .cases-items__block {
    gap: 16px 0;
  }
  .single-cases__block {
    margin-bottom: 32px;
  }
  .single-cases__box {
    width: 100%;
  }
  .single-cases__box span {
    font-size: 18px;
  }
  .single-cases__image ._image {
    padding-top: 200px;
  }
}
@media screen and (max-width: 426px) {
  .cases-items__thumbnail ._thumbnail {
    padding-top: 100%;
  }
  .cases-items__text {
    padding: 10px 16px;
  }
  .cases-items__text p {
    margin-bottom: 0;
    font-size: 14px;
  }
  .cases-items__text ._category {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .cases-items__box {
    margin: 0 0 10px;
  }
}
/* お知らせ
* --------------------------------------- */
.info-area__group {
  background-color: #D1E3EF;
}
.info-lists__wrap {
  background-color: #fff;
  padding: 46px 60px;
  box-sizing: border-box;
  border-radius: 10px;
}
.info-title__wrap {
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #000;
}
.info-title__wrap span {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.info-title__wrap ._date {
  width: 200px;
  font-family: 'Viga', sans-serif;
}
.info-title__wrap ._title {
  width: 83%;
  font-family: 'Viga', sans-serif;
}
.info-lists__box li {
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: dashed 1px #000;
}
.info-lists__box li:nth-last-child(1) {
  margin-bottom: 0;
}
.info-lists__box li span {
  display: block;
  font-family: 'Viga', sans-serif;
  font-size: 19px;
  width: 200px;
}
.info-lists__box li a {
  width: 83%;
  font-weight: 500;
}
.info-lists__wrap {
  margin-bottom: 50px;
}
.info-archive__group .info-lists__box:nth-child(1) {
  padding-top: 24px;
  border-top: solid 1.5px #000;
}
@media screen and (max-width: 789px) {
  .info-lists__wrap {
    margin-bottom: 32px;
  }
  .info-lists__wrap {
    padding: 0;
    border-radius: 0;
    background-color: #ffffff00;
  }
  .info-title__wrap {
    display: none
  }
  .info-lists__box li {
    margin-bottom: 16px;
    padding-bottom: 16px;
    flex-direction: column;
  }
  .info-archive__group .info-lists__box:nth-child(1) {
    padding-top: 16px;
    border-top: solid 1px #000;
  }
  .info-lists__box li span {
    font-size: 15px;
    width: 100%;
  }
  .info-lists__box li a {
    width: 100%;
  }
}
/* フッター
* --------------------------------------- */
.footer-items__content {
  background-color: #092a4a;
}
.footer-items__logo {
  width: 160px;
  margin-bottom: 24px
}
.footer-items__deta h2 {
  color: #fff;
  margin-bottom: 10px;
}
.footer-items__deta address {
  color: #fff;
  font-style: normal;
}
.footer-items__deta ._tel a {
  color: #fff;
}
.footer-items__map iframe {
  width: 100%;
  height: 300px;
}
.footer-items__copy {
  display: block;
  background-color: #06253C;
  color: #fff;
  text-align: center;
  padding: 46px 20px;
  font-size: 16px;
  font-family: "Viga", sans-serif;
}
.footer-contact__wrap {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #092a4a 50%, #092a4a 100%);
}
.footer-contact__wrap a {
  display: flex;
  justify-content: space-between;
  background-color: #14589B;
  padding: 46px 50px;
  border-radius: 10px;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 40px);
  box-sizing: border-box;
}
.footer-contact__wrap a:hover {
  opacity: 1;
  background-color: #06253C;
}
.footer-items__title span {
  display: block;
  color: #FFF;
  font-size: 65px;
  font-family: "Viga", sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
}
.footer-items__title {
  display: flex;
  gap: 0 10px;
  align-items: baseline;
}
.footer-items__title h2 {
  color: #FFF;
  font-size: 21px;
}
.footer-items__btn {
  color: #fff;
  width: 236px;
  border: solid 1.5px #fff;
  text-align: center;
  border-radius: 100px;
  padding: 13px 0;
  background: #ffffff59;
}
@media screen and (max-width: 941px) {
  .footer-items__title span {
    font-size: 50px;
  }
  .footer-items__title h2 {
    font-size: 18px;
  }
  .footer-items__btn {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .footer-items__logo {
    width: 100px;
    margin-bottom: 16px;
  }
  .footer-items__deta h2 {
    font-size: 14px
  }
  .footer-items__deta address {
    font-size: 14px
  }
  .footer-items__deta ._tel a {
    font-size: 14px
  }
  .footer-items__map iframe {
    height: 180px;
  }
  .footer-items__copy {
    padding: 32px 20px;
    font-size: 12px;
    display: block;
    line-height: 2;
  }
  .footer-contact__wrap a {
    padding: 32px 24px 24px 24px;
    flex-direction: column;
  }
  .footer-items__title {
    margin-bottom: 16px;
    display: block;
    text-align: center;
  }
  .footer-items__title span {
    font-size: 38px;
  }
  .footer-items__title h2 {
    font-size: 16px;
  }
  .footer-items__btn {
    width: 200px;
    font-size: 14px;
    padding: 10px 0;
  }
}
/* お問い合わせ
* --------------------------------------- */
.contact-area__group {
  margin: 0 46px 46px 46px;
  background-color: #fff;
  border-radius: 30px;
}
.form-items__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 23px 0;
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
.form-items__title {
  width: 25%;
  padding-right: 30px;
  box-sizing: border-box;
  font-size: 19px;
  letter-spacing: 0.05em;
}
.form-items__editor {
  width: 75%;
}
.required {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 0;
  background-color: #D70C18;
  padding: 4px 10px;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
}
.any {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  background-color: #707070;
  text-align: center;
  padding: 4px 10px;
  border-radius: 5px 5px 0px 0px;
}
.btn-success {
  background: #0C1828;
  border-radius: 100px;
  color: #fff;
  max-width: 320px;
  font-size: 16px;
  text-align: center;
  position: relative;
  padding: 24px;
  border: none;
  width: 100%;
  margin: 32px auto 0;
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #B1000A;
  color: #fff;
  border: none;
  opacity: .7;
}
.form-items__editor input {
  box-shadow: none;
  border: 1px solid #E3E3E3;
  height: 90px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 0;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.form-items__editor textarea {
  box-shadow: none;
  border: 1px solid #E3E3E3;
  height: 200px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 0;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.form-items__editor input:active, .form-items__editor input:focus {
  outline: none;
  box-shadow: none;
  border-color: #D70C18;
}
.form-items__editor textarea:active, .form-items__editor textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #D70C18;
}
.acceptance-send__wrap {
  text-align: center;
  text-align: center;
}
.acceptance-send__wrap p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
}
.acceptance-send__wrap input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0;
}
.acceptance-send__wrap .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 52%;
  left: -1.5em;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  background: #FFF;
  cursor: pointer;
  transition: all 0.3s;
}
.acceptance-send__wrap .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 52%;
  left: -1.5em;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: transparent url(画像のパス) no-repeat center center/contain;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #000;
}
.acceptance-send__wrap a {
  text-decoration: underline;
}
.form-send__wrap {
  position: relative;
  text-align: center;
  max-width: 313px;
  margin: 32px auto 0;
}
.form-send__wrap input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 18px;
  cursor: pointer;
  width: 100%;
  border: none;
  max-width: 290px;
  text-decoration: none;
  padding: 24px 40px;
  box-sizing: border-box;
  color: #fff;
  background-color: #14589B;
  font-weight: 400;
  position: relative;
  border-radius: 100px;
}
.form-send__wrap input:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: ripple 1.5s infinite;
  color: #fff;
  opacity: 1;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #14589B;
  }
  70% {
    box-shadow: 0 0 0 10px rgb(242 144 39 / 0%);
  }
  100% {
    box-shadow: 0 0 0 0 rgb(242 144 39 / 0%);
  }
}
.form-send__wrap span.wpcf7-spinner {
  display: none;
}
@media screen and (max-width: 1100px) {
  .contact-area__group {
    margin: 0 24px 24px 24px;
  }
  .contact-items__wrap {
    padding: 0;
  }
}
@media screen and (max-width: 941px) {
  .contact-area__group {
    margin: 0 10px 24px 10px;
    border-radius: 18px;
  }
  .form-items__title {
    width: 100%;
    padding-right: 0;
    font-size: 15px;
  }
  .form-items__wrap {
    gap: 5px 0;
  }
  .form-items__editor {
    width: 100%;
    position: relative;
  }
  .any, .required {
    font-size: 13px;
    padding: 2px 10px;
    position: absolute;
    top: -26px;
    right: 0;
  }
  .form-items__editor input {
    height: 60px;
    font-size: 15px;
    padding: 10px;
  }
  .form-send__wrap input[type="submit"] {
    font-size: 14px;
    padding: 21px 10px;
    max-width: 230px;
  }
}
/* パンくず
* --------------------------------------- */
.breadcrumbs-items__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.breadcrumbs-items__wrap span, .breadcrumbs-items__wrap a {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
}
.breadcrumbs-items__wrap span[property="itemListElement"]:last-child {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .breadcrumbs-items__wrap span, .breadcrumbs-items__wrap a {
    font-size: 13px;
    font-weight: 500
  }
  .breadcrumbs-items__wrap {
    gap: 3px;
  }
}
/* ページング
* --------------------------------------- */
.single-peger-items {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 15px;
}
.single-peger-items .pre a {
  border: solid 1px #444D5A;
  background-color: #444D5A;
  color: #fff;
}
.single-peger-items .next a {
  border: solid 1px #444D5A;
  background-color: #444D5A;
  color: #fff;
}
.single-peger-items li:nth-child(2) a {
  background-color: #14589B;
  color: #fff;
  border: solid 1px #14589B;
  width: 80px;
}
.single-peger-items li a {
  border: solid 1px #008649;
  background-color: #008649;
  color: #fff;
  width: 80px;
  text-align: center;
  padding: 6px 0;
  border-radius: 4px;
  font-size: 15px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 10px;
}
.wp-pagenavi .current {
  background-color: #14589B;
  color: #fff;
  border: solid 1px #14589B;
  width: 48px;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
  font-size: 15px;
}
.wp-pagenavi a {
  border: solid 1px #444D5A;
  background-color: #444D5A;
  color: #fff;
  width: 48px;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
  font-size: 15px;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 80px;
  font-size: 14px;
  padding: 10px 0;
}
@media screen and (max-width: 941px) {
  .single-peger-items li a {
    width: 80px;
  }
  .wp-pagenavi a {
    font-size: 14px;
    width: 33px;
    padding: 2px 0
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    width: 60px;
    font-size: 13px;
    padding: 2px 0
  }
  .wp-pagenavi .current {
    font-size: 13px;
    width: 33px;
    padding: 2px 0
  }
  .single-peger-items {
    margin-top: 30px;
  }
  .wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }
}
/* 詳細ページ
* --------------------------------------- */
.common-post__title time, .common-post__title span {
  display: block;
  font-family: "Viga", sans-serif;
  padding-left: 23px;
  position: relative;
  color: #14589B;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.common-post__title time::before, .common-post__title span::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #14589B;
  border-radius: 50%;
  top: 8px;
  left: 0;
}
.common-post__title h1 {
  font-size: 35px;
  line-height: 1.5;
  font-weight: 500;
}
.common-post__title {
  margin-bottom: 46px;
}
.common-single__post h2 {
  font-weight: 500;
  font-size: 26px;
  margin-top: 2em;
  margin-bottom: .5em;
  padding: 8px 16px;
  position: relative;
  background-color: #e9eff6;
  border-left: solid 4px #14589B;
}
.common-single__post h3 {
  font-size: 24px;
  margin-top: 1em;
  margin-bottom: .5em;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: solid 3px #e9eff6;
  position: relative;
}
.common-single__post h3::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #14589B;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.common-single__post ul {
  margin-top: 1em;
  margin-bottom: .5em;
}
.common-single__post ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
  box-sizing: border-box;
}
.common-single__post ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #14589B;
  border-radius: 50%;
  top: 13px;
  left: 0;
}
.common-single__post ol {
  margin-top: 1em;
  margin-bottom: .5em;
}
.common-single__post ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
}
.common-single__post ol {
  padding-left: 20px;
}
.common-single__post p {
  margin-bottom: 1.5em;
}
.common-single__post a {
  display: inline-block;
  text-decoration: underline;
  color: #14589B;
  padding: 0 5px;
}
.common-single__post a:hover {
  text-decoration: none;
}
.common-single__post img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .common-post__area {
    border-radius: 16px;
    padding: 24px 0 60px;
  }
  .common-single__post h2 {
    font-size: 19px;
    margin-top: 1em;
    padding: 4px 12px;
    border-left: solid 3px #14589B;
  }
  .common-single__post h3 {
    font-size: 18px;
    margin-top: 1em;
    margin-bottom: .8em;
    border-bottom: solid 2px #F7F4EE;
  }
  .common-single__post h3::after {
    height: 2px;
    bottom: -2px;
  }
  .common-single__post ul li::before {
    top: 9px;
    width: 7px;
    height: 7px;
  }
  .common-single__post ul li {
    padding-left: 14px;
  }
  .common-single__post ul {
    margin-top: 1em;
  }
  .common-single__post p {
    margin-bottom: .3em;
  }
  .common-post__title {
    margin-bottom: 32px;
  }
  .common-post__title time, .common-post__title span {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .common-post__title time::before, .common-post__title span::before {
    width: 8px;
    height: 8px;
    top: 5px;
  }
  .common-post__title h1 {
    font-size: 24px;
  }
}
/* 会社情報
* --------------------------------------- */
.company-items__block {
  display: flex;
  justify-content: space-between;
  gap: 46px 0;
}
.company-items__image {
  width: 30%;
}
.company-items__image ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 130%;
}
.company-items__image ._thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-items__wrap {
  width: 65%;
}
.company-items__table {
  width: 100%;
}
.company-items__table tr {
  background-color: #EDF4FA;
  margin-top: 10px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
}
.company-items__table tr:nth-child(1) {
  margin-top: 0;
}
.company-items__table th {
  text-align: left;
  width: 200px;
  font-weight: 500;
}
.company-items__table td {
  text-align: left;
  width: 68%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .company-items__table tr {
    margin-top: 8px;
    padding: 10px 16px;
    align-items: baseline;
    flex-direction: column;
  }
  .company-items__table th {
    width: 100%;
  }
  .company-items__table td {
    width: 100%;
    font-weight: 400;
  }
  .company-items__block {
    gap: 16px 0;
    flex-direction: column-reverse;
  }
  .company-items__wrap {
    width: 100%;
  }
  .company-items__image {
    width: 100%;
  }
  .company-items__image ._thumbnail {
    padding-top: 130px;
  }
}
/* 求人情報
* --------------------------------------- */
.recruit-items__table {
  width: 100%;
}
.recruit-items__table tr:nth-child(1) {
  border-top: solid 2px #000;
}
.recruit-items__table tr {
  display: block;
  border-bottom: dashed 1px #000;
  padding: 32px 0;
}
.recruit-items__table tr th {
  width: 250px;
  text-align: left;
  box-sizing: border-box;
  font-weight: 500;
  color: #000;
}
.recruit-items__table tr td {
  box-sizing: border-box;
  color: #000;
}
@media screen and (max-width: 768px) {
  .recruit-items__table tr {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    padding: 25px 0;
    width: 100%;
  }
}
/* アニメーション
* --------------------------------------- */
[data-animate] {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .7s ease, transform .8s cubic-bezier(.2, .8, .2, 1);
  will-change: transform, opacity;
}
.is-inview {
  opacity: 1;
  transform: none;
}
[data-animate="fade-up"] {
  transform: translate3d(0, 20px, 0);
}
@media screen and (max-width: 768px) {
  [data-animate="fade-up"] {
    transform: translate3d(0, 0, 0);
  }
}
/* ローディング
* --------------------------------------- */
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  text-align: center;
}
#loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loading_logo img {
  width: 240px;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 941px) {
  #loading_logo img {
    width: 150px;
  }
}
/* 追従
* --------------------------------------- */
.smartphone-fixd__wrap .smartphone-fixd__block {
  display: none;
}
@media screen and (max-width: 941px) {
  .desktop-fixd__wrap {
    display: none !important;
  }
  .smartphone-fixd__block {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background: #ffffffba;
  }
  .smartphone-fixd__box a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px 0;
    color: #fff;
    font-size: 16px;
    border-radius: 14px;
  }
  .smartphone-fixd__wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
  }
  .smartphone-fixd__box {
    width: 50%;
  }
  .smartphone-fixd__box:nth-child(1) a {
    background-color: #14589B;
    border-radius: 100px 0 0 100px;
  }
  .smartphone-fixd__box:nth-child(2) a {
    background-color: #222222;
    border-radius: 0 100px 100px 0;
  }
}