@charset "UTF-8";
/* common
==========================================================*/
html {
  font-size: 14px;
  background: #fff;
}

body {
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding: 0;
  color: #333;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05em;
}

li,
.block {
  display: block;
}

.ilb {
  display: inline-block;
}

.ofh {
  overflow: hidden;
}

a,
button {
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}

.hoverset a:hover {
  opacity: 0.7;
}

.hoverbig:hover {
  transform: scale(1.03);
}

a *,
:after,
:before,
.trans03 {
  transition: all 0.3s;
}

img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.flex-center img,
.flex-aic img {
  vertical-align: middle;
}

video {
  vertical-align: bottom;
}

:focus {
  outline: 0;
}

button[type=submit] {
  background: #fff;
  cursor: pointer;
}

dt {
  font-weight: inherit;
}

.wide {
  width: 100%;
  height: auto;
}

.txl {
  text-align: left !important;
}

.txr {
  text-align: right;
}

.txc {
  text-align: center;
}

.txj {
  text-align: justify;
}

.bold {
  font-weight: bold;
}

.tellink {
  pointer-events: none;
}

.nolink {
  opacity: 0.5;
  pointer-events: none;
}

a.txtlink {
  text-decoration: underline;
}

a.txtlink:hover {
  text-decoration: none;
}

.txtbreak {
  word-break: break-all;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.after,
.before {
  position: relative;
}

.after:after,
.before:before {
  content: "";
  position: absolute;
}

.sp-show,
.sp-show-flex,
.show-1200,
.show-1000,
.show-800,
.show-700,
.show-750,
.show-600,
.show-500 {
  display: none !important;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .hide-1200 {
    display: none !important;
  }
  .show-1200 {
    display: block !important;
  }
}
@media screen and (max-width: 1100px) {
  .hide-1100 {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 12px;
  }
  .sp-hide {
    display: none !important;
  }
  .sp-show {
    display: block !important;
  }
  .sp-show-flex {
    display: flex !important;
  }
  .hide-1000 {
    display: none !important;
  }
  .show-1000 {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  .hide-800 {
    display: none !important;
  }
  .show-800 {
    display: block !important;
  }
}
@media screen and (max-width: 750px) {
  .hide-750 {
    display: none !important;
  }
  .show-750 {
    display: block !important;
  }
  .tellink {
    pointer-events: auto;
  }
}
@media screen and (max-width: 700px) {
  .hide-700 {
    display: none !important;
  }
  .show-700 {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  .hide-600 {
    display: none !important;
  }
  .show-600 {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 11px;
  }
  .hide-500 {
    display: none !important;
  }
  .show-500 {
    display: block !important;
  }
}
@media screen and (max-width: 400px) {
  .hide-400 {
    display: none !important;
  }
  .show-400 {
    display: block !important;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-nowrap {
  display: flex;
}

.flex-jcs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-jca {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.flex-jce {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-aic {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-aie {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.flex-ais {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.flex-jcc {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flex-fdc {
  display: flex;
  flex-direction: column;
}

.pore {
  position: relative;
}

.poab {
  position: absolute;
}

.sticky {
  position: sticky;
}

:has(.sticky) {
  position: relative;
}

.centerposi,
.centerposi-pc {
  position: absolute;
  top: 50%;
  left: 50%; /* Safariç”¨ */
  transform: translate(-50%, -50%);
}

.centertate,
.centertate-pc {
  position: absolute;
  top: 50%; /* Safariç”¨ */
  transform: translateY(-50%);
}

.centeryoko,
.centeryoko-pc {
  position: absolute;
  left: 50%; /* Safariç”¨ */
  transform: translateX(-50%);
}

@media screen and (max-width: 1000px) {
  .centerposi-pc,
  .centeryoko-pc,
  .centertate-pc {
    position: inherit;
    top: 0;
    left: 0; /* Safariç”¨ */
    transform: translate(0, 0);
  }
  .centeryoko-sp {
    position: absolute;
    left: 50%; /* Safariç”¨ */
    transform: translateX(-50%);
  }
}
ol.listol li {
  padding-left: 1.75em;
  position: relative;
}

ol.listol li:not(:last-child) {
  margin-bottom: 5px;
}

ol.listol li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

ol.listol li:nth-child(1)::after {
  content: "1.";
}

ol.listol li:nth-child(2)::after {
  content: "2.";
}

ol.listol li:nth-child(3)::after {
  content: "3.";
}

ol.listol li:nth-child(4)::after {
  content: "4.";
}

ol.listol li:nth-child(5)::after {
  content: "5.";
}

ol.listol li:nth-child(6)::after {
  content: "6.";
}

ol.listol li:nth-child(7)::after {
  content: "7.";
}

ol.listol li:nth-child(8)::after {
  content: "8.";
}

ol.listol li:nth-child(9)::after {
  content: "9.";
}

ol.listol li:nth-child(10)::after {
  content: "10.";
}

.inner {
  width: calc(100% - 80px);
  margin: 0 auto;
}

.inner1500 {
  max-width: 1500px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

.inner1300 {
  max-width: 1300px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

.inner1100 {
  max-width: 1100px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

.inner1000 {
  max-width: 1000px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

.inner940 {
  max-width: 940px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

.inner800 {
  max-width: 800px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

.inner780 {
  max-width: 780px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

.inner1100max {
  max-width: 1100px;
  margin: 0 auto;
}

.inner1000max {
  max-width: 1000px;
  margin: 0 auto;
}

.inner940max {
  max-width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .inner,
  .inner1500,
  .inner1300,
  .inner1100,
  .inner1000,
  .inner940,
  .inner800,
  .inner780 {
    width: calc(100% - 40px);
  }
}
.rad10 {
  border-radius: 10px;
  overflow: hidden;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

.w700 {
  font-weight: 700;
}

.tbud {
  font-family: "tbudgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lh1 {
  line-height: 1;
}

.lh2 {
  line-height: 2;
}

.lh15 {
  line-height: 1.5;
}

.ls0 {
  letter-spacing: 0 !important;
}

.ls1 {
  letter-spacing: 1em;
  padding-left: 1em;
}

.lc2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.zind2 {
  z-index: 2;
}

.bg-bl {
  background: #8299AD;
  color: #fff;
}

.bg-lb {
  background: #E8EDF3;
}

.bg-gr {
  background: #5C5C5C;
  color: #fff;
}

.bg-ls {
  background: #87B597;
  color: #fff;
}

.bg-ls10 {
  background-color: rgba(135, 181, 151, 0.1);
}

.bg-ft,
.fivetrees .bg-lb {
  background: #F3F2EB;
}

.border-ls {
  border-color: #87B597;
}

.border-et {
  border-color: #336D7E;
}

.bg-lls {
  background: #F3F8F5;
}

.bg-et {
  background: #336D7E;
  color: #fff;
}

.bg-lg {
  background: #E5E5E5;
}

.bg-wh {
  background: #fff;
}

.fc-bl {
  color: #8299AD;
}

.fc-red {
  color: #D64545;
}

.fc-black {
  color: #333;
}

.fc-ls {
  color: #87B597;
}

.exterior .fc-ls,
.fc-et {
  color: #336D7E;
}

.fc-ln {
  color: #85CDD0;
}

.fc-ft {
  color: #BFBB99;
}

.fc-wh {
  color: #fff;
}

.txtshadowwrap * {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

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

.fitwrap img {
  transform: scale(1.003);
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.containwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.containwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

@media screen and (max-width: 1000px) {
  .fitwrap-sp {
    position: relative;
    overflow: hidden;
  }
  .fitwrap-sp img {
    transform: scale(1.003);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
a:hover .fitwrap img,
a.fitwrap:hover > img {
  transform: scale(1.05);
}

a.bg-gr:hover {
  background: #909090;
}

a.bg-bl:hover {
  background: #A8B8C6;
}

.fs12 {
  font-size: 0.8571428571rem;
}

.fs13 {
  font-size: 0.9285714286rem;
}

.fs14 {
  font-size: 1rem;
}

.fs16 {
  font-size: 1.1428571429rem;
}

.fs17 {
  font-size: 1.2142857143rem;
}

.fs18 {
  font-size: 1.2857142857rem;
}

.fs20 {
  font-size: 1.4285714286rem;
}

.fs22 {
  font-size: 1.5714285714rem;
}

.fs24 {
  font-size: 1.7142857143rem;
}

.fs25 {
  font-size: 1.7857142857rem;
}

.fs26 {
  font-size: 1.8571428571rem;
}

.fs28 {
  font-size: 2rem;
  line-height: 1.5;
}

.fs30 {
  font-size: 2.1428571429rem;
  line-height: 1.5;
}

.fs34 {
  font-size: 2.4285714286rem;
  line-height: 1.5;
}

.fs35 {
  font-size: 2.5rem;
  line-height: 1.5;
}

.fs40 {
  font-size: 2.8571428571rem;
  line-height: 1.5;
}

.fs50 {
  font-size: 3.5714285714rem;
  line-height: 1;
}

.fs60 {
  font-size: 4.2857142857rem;
  line-height: 1;
}

.fs80 {
  font-size: 5.7142857143rem;
  line-height: 1;
}

.fs100 {
  font-size: 7.1428571429rem;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .rad10 {
    border-radius: 5px;
  }
  .fs12 {
    font-size: 11px;
  }
  .fs14 {
    font-size: 1rem;
  }
  .fs16 {
    font-size: 1.0666666667rem;
  }
  .fs17 {
    font-size: 1.1333333333rem;
  }
  .fs18 {
    font-size: 1.2rem;
  }
  .fs20 {
    font-size: 1.3333333333rem;
  }
  .fs22 {
    font-size: 1.375rem;
  }
  .fs24 {
    font-size: 1.5rem;
  }
  .fs25 {
    font-size: 1.5625rem;
  }
  .fs26 {
    font-size: 1.5294117647rem;
  }
  .fs28 {
    font-size: 1.6470588235rem;
  }
  .fs30 {
    font-size: 1.7647058824rem;
  }
  .fs34 {
    font-size: 1.8888888889rem;
  }
  .fs35 {
    font-size: 1.8421052632rem;
  }
  .fs40 {
    font-size: 2rem;
  }
  .fs50 {
    font-size: 4.5454545455rem;
  }
  .fs60 {
    font-size: 2.7272727273rem;
  }
  .fs80 {
    font-size: 3.4782608696rem;
  }
  .fs100 {
    font-size: 4.1666666667rem;
  }
}
#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
  .mt10 {
    margin-top: 5px;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mt15 {
    margin-top: 15px;
  }
  .mt40 {
    margin-top: 20px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mt80 {
    margin-top: 40px;
  }
  .mb10 {
    margin-bottom: 5px;
  }
  .mb15 {
    margin-bottom: 8px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
}
.pt20 {
  padding-top: 20px;
}

.pt40 {
  padding-top: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pt80 {
  padding-top: 80px;
}

.pt100 {
  padding-top: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

@media screen and (max-width: 1000px) {
  .pt20 {
    padding-top: 10px;
  }
  .pt40 {
    padding-top: 20px;
  }
  .pt60 {
    padding-top: 30px;
  }
  .pt80 {
    padding-top: 40px;
  }
  .pt100 {
    padding-top: 50px;
  }
  .pt150 {
    padding-top: 70px;
  }
  .pb50 {
    padding-bottom: 25px;
  }
  .pb60 {
    padding-bottom: 30px;
  }
  .pb80 {
    padding-bottom: 40px;
  }
  .pb100 {
    padding-bottom: 50px;
  }
  .pb150 {
    padding-bottom: 70px;
  }
}
/* header
==========================================================*/
@media screen and (min-width: 1201px) {
  #header {
    width: 100%;
    height: 100px;
    padding-left: 80px;
    padding-right: 25px;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    z-index: 9999;
  }
  .nomain {
    padding-top: 100px;
  }
  .linkanchor {
    padding-top: 120px;
    margin-top: -120px;
  }
  .logo {
    width: 210px;
  }
  .sp-headicoul {
    display: none;
  }
  #g-nav,
  #g-nav-list,
  #g-nav-list > div,
  #g-nav-list ul,
  #g-nav-list ul li {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .headmenuul > li > a {
    height: 100%;
    padding: 0 20px;
    border-bottom: none !important;
  }
  .headmenuul > li > a::after {
    bottom: 25px;
    height: 3px;
    width: 0;
    left: 50%;
    background: #8299AD;
  }
  .headmenuul > li > a:hover::after {
    width: 30px;
    left: calc(50% - 15px);
  }
  .headmenuul > li > a:hover {
    color: #8299AD;
  }
  .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    padding: 40px 0;
  }
  .dropdown,
  .dropdown * {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .headmenuul li:hover .dropdown,
  .headmenuul li:hover .dropdown * {
    opacity: 1;
    visibility: visible;
  }
}
#g-nav-list .noto {
  font-weight: 500;
}

.dropdownul {
  margin-left: -20px;
  margin-bottom: -20px;
  align-items: flex-start !important;
}

.dropdownul li {
  width: 200px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.dropdownulimg {
  margin-bottom: 10px;
  aspect-ratio: 3/2;
}

.dropdownul li a p {
  line-height: 1.5;
}

.headsnsul {
  margin-left: 30px;
}

.headsnsul li {
  margin-left: 10px;
}

.headsnsul li a:hover {
  opacity: 0.7;
}

.headbtnul {
  margin-left: 10px;
}

.headbtnul li {
  margin-left: 15px;
}

.headbtnul li a {
  width: 190px;
  height: 50px;
  border-radius: 5px;
  color: #fff;
}

.headbtnul li a .headbtnico {
  width: 28px;
  margin-right: 8px;
}

.headbtnul li a p {
  line-height: 1;
}

@media screen and (min-width: 1201px) and (max-width: 2000px) {
  #header {
    height: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .nomain {
    padding-top: 70px;
  }
  .logo {
    width: 120px;
  }
  .headmenuul {
    font-size: 13px;
  }
  .headmenuul > li > a {
    padding: 0 8px;
  }
  .headmenuul > li > a::after {
    bottom: 15px;
  }
  .headsnsul {
    margin-left: 10px;
  }
  .headsnsul li {
    width: 28px;
    margin-left: 4px;
  }
  .headbtnul {
    font-size: 11px;
    margin-left: 10px;
  }
  .headbtnul li {
    margin-left: 5px;
  }
  .headbtnul li a {
    width: 130px;
    height: 40px;
  }
  .headbtnul li a .headbtnico {
    width: 16px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1300px) {
  .headmenuul > li > a {
    padding: 0 5px;
  }
  .headsnsul {
    margin-left: 5px;
  }
  .headsnsul li {
    margin-left: 3px;
  }
  .headbtnul {
    margin-left: 5px;
  }
}
@media screen and (max-width: 1200px) {
  #header {
    display: block;
  }
  .nomain {
    padding-top: 50px;
  }
  .logo {
    width: 100vw;
    height: 50px;
    display: flex;
    align-items: center;
    background: #fff;
    position: fixed;
    z-index: 99999;
  }
  .logo a {
    width: 100px;
    margin-left: 10px;
    display: block;
  }
  .sp-headicoul {
    right: 60px;
    font-size: 12px;
    position: fixed;
    z-index: 99999;
    display: flex;
    align-items: center;
  }
  .sp-headicoul li a {
    height: 50px;
    padding: 0 10px;
    display: flex;
    align-items: center;
  }
  .sp-headicoul li a div {
    width: 15px;
    margin-right: 4px;
  }
  .openbtn {
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 99999;
    cursor: pointer;
    background: #000;
  }
  .openbtn span {
    left: 14px;
    width: 45%;
    height: 1px;
    border-radius: 5px;
    background: #fff;
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
  }
  .openbtn span:nth-of-type(1) {
    top: 13px;
  }
  .openbtn span:nth-of-type(2) {
    top: 19px;
  }
  .openbtn span:nth-of-type(3) {
    top: 25px;
  }
  .openbtn span:nth-of-type(3)::after {
    top: 5px;
    left: -1px;
    font-size: 0.68rem;
    position: absolute;
    content: "MENU";
    letter-spacing: 0;
    color: #fff;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(3)::after {
    top: 6px;
    left: 6px;
    content: "CLOSE";
    transform: translateY(0) rotate(-45deg);
  }
  #g-nav {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
    background: #E8EDF3;
  }
  #g-nav.panelactive {
    right: 0;
  }
  #g-nav.panelactive #g-nav-list {
    padding-top: 50px;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .headmenuul {
    width: 100%;
  }
  .headmenuul > li {
    border-bottom: 1px solid #fff;
  }
  .headmenuul > li > a {
    height: 50px;
    padding: 0 20px;
    position: relative;
  }
  .headmenuul > li > a::after {
    width: 4px;
    height: 4px;
    top: calc(50% - 2px);
    right: 27px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
    z-index: 2;
    content: "";
    position: absolute;
  }
  .dropdown {
    border-top: 1px solid #fff;
  }
  .dropdown .inner1000max {
    max-width: 100%;
  }
  .dropdownul {
    margin: 0;
  }
  .dropdownul li {
    width: 50%;
    margin: 0;
  }
  .dropdownul li:nth-last-child(n+3) {
    border-bottom: 1px solid #fff;
  }
  .dropdownul li:nth-child(2n-1) {
    border-right: 1px solid #fff;
  }
  .dropdownul li a {
    padding: 0 10px;
    height: 70px;
    display: flex;
    align-items: center;
  }
  .dropdownulimg {
    width: 50px;
    margin: 0 10px 0 0;
    aspect-ratio: 1/1;
  }
  .dropdownul li p {
    width: calc(100% - 60px);
  }
  .headsnsbtwrap {
    padding: 40px 0 120px;
    width: calc(100% - 30px);
    margin: 0 auto;
    flex-direction: column-reverse;
  }
  .headbtnul {
    font-size: 13px;
    width: 100%;
    margin-left: -10px;
  }
  .headbtnul li {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
  .headbtnul li a {
    width: 100%;
  }
  .headbtnul li a .headbtnico {
    width: 24px;
    margin-right: 8px;
  }
  .headsnsul {
    margin-top: 30px;
    margin-left: -10px;
  }
  .headsnsul li {
    width: 40px;
  }
}
/* footer
==========================================================*/
footer a {
  display: block;
}

.foot-tul li {
  width: 33.3333333333%;
  position: relative;
}

.foot-tul li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 70px;
  top: calc(50% - 35px);
  right: 0;
  position: absolute;
  background: #fff;
  z-index: 2;
}

.foot-tul li a {
  height: 100px;
}

.foot-tulico {
  width: 50px;
  margin-right: 20px;
}

.foot-tul li a p {
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .foot-tul li a {
    flex-direction: column;
  }
  .foot-tulico {
    width: 30px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .foot-tul li a p {
    height: 2.6em;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
  }
  .foot-tul li:last-child p {
    line-height: 2.6em;
  }
  .foot-tulico {
    width: 25px;
    margin: 0 0 10px;
  }
}
.foot-m {
  padding: 60px 0;
}

.footlogo {
  width: 210px;
  margin-bottom: 50px;
}

.foot-m-l {
  width: calc(75% - 24px);
}

.foot-m-r {
  width: calc(25% - 24px);
}

.foot-mul {
  width: calc(33.3333333333% - 12px);
}

.foot-mul.x2 {
  width: calc((33.3333333333% - 12px) * 2 + 12px);
}

.foot-m-r .foot-mul {
  width: 100%;
}

.foot-m-l .foot-mul {
  margin-bottom: 60px;
}

.foot-mulmid {
  border-bottom: 1px solid #8299AD;
}

.foot-m-l .foot-mulmid {
  margin-bottom: 15px;
}

.foot-mulmid > a,
.foot-mulmid > div {
  padding: 15px;
  padding-left: 30px;
  line-height: 1.3;
  display: block;
}

.foot-mul.x2 .foot-minul {
  width: 50%;
}

.foot-minul > li:has(.foot-minul02) {
  margin-bottom: 20px;
}

.foot-minul01 {
  padding-left: 30px;
}

.foot-minul01 a {
  padding: 2px 0;
  display: block;
}

.foot-minul02 {
  padding-left: calc(30px + 1em);
}

.foot-minul03 {
  padding-left: calc(30px + 2em);
}

.foot-minul02 a,
.foot-minul02 div,
.foot-minul03 a {
  padding-left: 1em;
  position: relative;
}

.foot-minul02 a::before,
.foot-minul02 div::before,
.foot-minul03 a::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.foot-minul03 a::before {
  content: "－";
}

.footsnsul {
  margin-left: 10px;
}

.footsnsul li {
  width: 40px;
  margin-left: 10px;
}

.foot-mbtnul li {
  width: calc(33.3333333333% - 15px);
}

.foot-mbtnul li a {
  height: 50px;
  border: 1px solid #8299AD;
  border-radius: 10px;
}

.foot-mbtnul li a:hover {
  background: #8299AD;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .foot-m {
    padding: 40px 0;
  }
  .footlogo {
    width: 160px;
    margin-bottom: 30px;
  }
  .foot-m-l {
    width: 100%;
  }
  .foot-m-r {
    width: 100%;
  }
  .foot-m-l .foot-mul {
    margin-bottom: 30px;
  }
  .foot-mulmid > a,
  .foot-mulmid > div {
    padding: 15px 0;
    padding-left: 0;
  }
  .foot-minul01 {
    padding-left: 0;
  }
  .foot-minul02 {
    padding-left: 1em;
  }
  .foot-minul03 {
    padding-left: 2em;
  }
  .footsnsul {
    margin-left: -10px;
  }
  .foot-mbtnul {
    letter-spacing: 0;
    font-size: 13px;
  }
  .foot-mbtnul li {
    width: calc(33.3333333333% - 5px);
  }
}
@media screen and (max-width: 750px) {
  .foot-mcol {
    display: block;
  }
  .foot-mbtnul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .foot-mul {
    width: 100% !important;
  }
  .show-750 .foot-mulmid {
    border: none;
  }
  .show-750 .foot-mulmid > div {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 500px) {
  .footlogo {
    width: 120px;
    margin-bottom: 20px;
  }
  .foot-m-l .foot-mul {
    margin-bottom: 10px;
  }
  .foot-mbtnul {
    margin-top: 20px;
  }
}
.foot-bul,
.foot-bul li {
  position: relative;
}

.foot-bul::after,
.foot-bul li::after {
  width: 1px;
  height: 20px;
  top: 10px;
  left: 0;
  position: absolute;
  background: #fff;
  content: "";
}

.foot-bul::after {
  left: inherit;
  right: 0;
}

.foot-bul li a {
  height: 40px;
  padding: 0 40px;
}

@media screen and (max-width: 1000px) {
  .foot-b {
    padding: 10px 0;
  }
  .foot-b .inner1100 {
    flex-direction: column;
  }
  .foot-bul li a {
    height: 40px;
    padding: 0 15px;
  }
  .copy {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1;
  }
}
@media screen and (max-width: 500px) {
  .foot-b {
    padding-bottom: 15px;
  }
  .foot-bul {
    justify-content: center;
  }
  .foot-bul::after,
  .foot-bul li::after {
    display: none;
  }
  .foot-bul li a {
    height: inherit;
    padding: 5px 10px;
  }
  .copy {
    margin-top: 10px;
  }
}
.page-sitemap .sitemap .footsnsulwrap {
  display: none;
}

.page-sitemap .sitemap .foot-mcol {
  display: block;
}

.page-sitemap .sitemap .foot-m-l,
.page-sitemap .sitemap .foot-m-r {
  width: 100%;
}

.page-sitemap .sitemap .foot-mul {
  width: 100%;
}

.page-sitemap .foot-m .nofoot {
  display: none;
}

.page-sitemap .sitemap li.works,
.page-sitemap .sitemap li.solution,
.page-sitemap .sitemap li.news,
.page-sitemap .sitemap li.brand {
  display: none;
}

footer .contact-form,
footer .contact-catalog-form,
footer .sitepolicy,
footer .privacypolicy,
footer .sitemap {
  display: none;
}

/* index
==========================================================*/
@media screen and (max-width: 1200px) {
  .indmain {
    padding-top: 50px;
  }
}
.mainslide {
  position: relative;
}

.mainslide .slick-dots {
  bottom: 10px;
  margin-left: -15px;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
}

.mainslide .slick-dots li {
  margin-left: 15px;
}

.slick-dots li button {
  position: relative;
}

.mainslide .slick-dots li button {
  width: 30px;
  height: 2px;
  font-size: 0;
  background: #fff;
  opacity: 1;
}

.slick-dots li.slick-active button::after {
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #8299AD;
  content: "";
  position: absolute;
  animation: mainslidepaginationafter 3s ease forwards;
}

@keyframes mainslidepaginationafter {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.indmid {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
}

.indmid .noto {
  margin-right: 20px;
  line-height: 1.1;
}

.flex-jcc:has(> .commonbtn) {
  margin-left: -40px;
}

.flex-jcc:has(> .commonbtn) > .commonbtn {
  margin-left: 40px;
}

.commonbtn {
  height: 52px;
  padding-left: 40px;
  padding-right: 90px;
  line-height: 1;
}

.commonbtn::before,
.commonbtn::after {
  width: 9px;
  height: 52px;
  top: 0;
  background-size: cover !important;
}

.commonbtn::before {
  left: 0;
  background: url(../images/common/commonbtn-l.png) no-repeat center;
}

.commonbtn::after {
  right: 0;
  background: url(../images/common/commonbtn-r.png) no-repeat center;
}

.commonbtn-wh::before {
  background: url(../images/common/commonbtn-l-wh.png) no-repeat center;
}

.commonbtn-wh::after {
  background: url(../images/common/commonbtn-r-wh.png) no-repeat center;
}

.yajiparent {
  position: relative;
}

.yajiparent::before,
.yajiparent::after {
  position: absolute;
  content: "";
}

.yajiparent::before {
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-top: 1px solid #5C5C5C;
  border-right: 1px solid #5C5C5C;
  transform: rotate(45deg);
  z-index: 2;
}

.yajiparent::after {
  top: calc(50% - 12.5px);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #5C5C5C;
}

.commonbtn-wh .yajiparent::before,
.commonbtn-wh .yajiparent::after {
  border-color: #fff;
}

.commonbtn .yajiparent::before {
  right: -39px;
}

.commonbtn .yajiparent::after {
  right: -50px;
}

a.commonbtn:hover,
button.commonbtn:hover {
  color: #8299AD;
}

a.commonbtn:hover .yajiparent::before,
a:hover div.commonbtn .yajiparent::before,
button.commonbtn:hover .yajiparent::before {
  border-color: #fff;
}

a.commonbtn:hover .yajiparent::after,
a:hover div.commonbtn .yajiparent::after,
button.commonbtn:hover .yajiparent::after {
  border-color: #8299AD;
  background: #8299AD;
}

@media screen and (min-width: 1001px) {
  a.commonbtn:hover .yajiparent::before,
  a:hover div.commonbtn .yajiparent::before,
  button.commonbtn:hover .yajiparent::before {
    right: -49px;
  }
  a.commonbtn:hover .yajiparent::after,
  a:hover div.commonbtn .yajiparent::after,
  button.commonbtn:hover .yajiparent::after {
    right: -60px;
  }
}
a.commonbtn-wh:hover .yajiparent::before,
a:hover div.commonbtn-wh .yajiparent::before {
  border-color: #333;
}

a.commonbtn-wh:hover .yajiparent::after,
a:hover div.commonbtn-wh .yajiparent::after {
  background: #fff;
}

@media screen and (max-width: 1000px) {
  .indmid {
    margin-bottom: 15px;
    display: block;
  }
  .indmid .noto {
    margin-bottom: 5px;
  }
  .commonbtn {
    height: 52px;
    padding-left: 25px;
    padding-right: 50px;
  }
  .yajiparent::before {
    top: calc(50% - 2px);
    width: 4px;
    height: 4px;
  }
  .yajiparent::after {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
  .commonbtn .yajiparent::before {
    right: -21px;
  }
  .commonbtn .yajiparent::after {
    right: -30px;
  }
  .flex-jcc:has(> .commonbtn) {
    margin-left: -20px;
  }
  .flex-jcc:has(> .commonbtn) > .commonbtn {
    margin-left: 20px;
  }
}
.indnews {
  padding-top: 80px;
}

.indnewscol {
  margin-bottom: 50px;
}

.indnews-l {
  width: 200px;
  min-height: 150px;
  border-right: 1px solid #000;
}

.indnews-r {
  width: calc(100% - 200px);
  padding-left: 40px;
}

.newslistul > li {
  border-bottom: 1px solid #999;
}

.newslistul > li > a {
  padding: 20px 0;
}

.newslistdate {
  width: 200px;
  text-align: center;
}

.newslist-r {
  width: calc(100% - 200px);
}

.newslistcatul {
  font-weight: bold;
}

.newslistcatul li {
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  padding: 0 15px;
  border: 1px solid #5C5C5C;
  margin-right: 10px;
}

.newslistttl {
  margin-top: 15px;
}

.indnews .newslistul {
  margin-bottom: -20px;
}

.indnews .newslistul > li {
  border: none;
  margin-bottom: 20px;
}

.indnews .newslistul > li > a {
  padding: 0;
}

.indnews .newslistdate {
  width: 120px;
  text-align: left;
  font-size: 16px;
}

.indnews .newslist-r {
  width: calc(100% - 120px);
  display: flex;
  align-items: center;
  flex-direction: row;
}

.indnews .newslist-r .newslistcatul {
  flex: 0 0 auto;
  font-size: 10px;
}

.indnews .newslist-r .newslistcatul li {
  height: 24px;
  line-height: 20px;
  border-radius: 12px;
  padding: 0 10px;
}

.indnews .newslistttl {
  margin: 0;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1000px) {
  .indnews {
    padding-top: 40px;
  }
  .indnewscol {
    margin-bottom: 30px;
    width: calc(100% + 20px);
    align-items: stretch;
  }
  .indnews-l {
    width: 120px;
    margin-left: -20px;
  }
  .indnews-r {
    width: calc(100% - 120px);
    padding-left: 20px;
  }
  .newslistul > li > a {
    padding: 15px 0;
  }
  .newslistdate {
    width: 100%;
    text-align: left;
  }
  .newslist-r {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .newslistcatul li {
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    padding: 0 12px;
    margin-right: 5px;
  }
  .newslistttl {
    margin: 10px 0;
  }
  .indnews .newslistttl {
    padding-left: 5px;
  }
}
@media screen and (max-width: 750px) {
  .newslistdate {
    width: 100% !important;
  }
  .indnews .newslistdate {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .indnews .newslist-r {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .indnews-l {
    width: 80px;
  }
  .indnews-l .fs40 {
    font-size: 18px;
  }
  .indnews-r {
    width: calc(100% - 70px);
    padding-left: 10px;
  }
  .indnews .newslist-r .newslistcatul li {
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    padding: 0 5px;
    font-size: 8px;
  }
  .indnews .newslistul > li {
    margin-bottom: 10px;
  }
  .indnews .newslistdate {
    margin-bottom: 7px;
    font-size: 10px;
  }
}
.indsp,
.indpickwrap,
.indlstab,
.indprodwrap,
.indconcept,
.indbrand,
.indmz,
.indcompany,
.indot,
.indrec {
  padding-top: 100px;
}

@media screen and (max-width: 1000px) {
  .indsp,
  .indpickwrap,
  .indlstab,
  .indprodwrap,
  .indconcept,
  .indbrand,
  .indmz,
  .indcompany,
  .indot,
  .indrec {
    padding-top: 60px;
  }
}
.indspslide-l {
  width: 42.5925925926%;
}

.indspslide-r {
  width: 50%;
  position: relative;
  z-index: 2;
}

.indspslideno {
  font-size: 170px;
  top: -10px;
  right: -40px;
  color: #E8EDF3;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  z-index: -1;
}

.indspslidedl {
  margin-bottom: 20px;
}

.indspslidedl dt {
  width: 110px;
  height: 30px;
  line-height: 30px;
  margin-right: 20px;
  border-radius: 3px;
  text-align: center;
}

.indspslidedl dd {
  line-height: 30px;
}

.indspslide-r h3 {
  margin-bottom: 20px;
}

.indspslideimg {
  margin-bottom: 30px;
}

.indspslidetxt {
  margin-bottom: 40px;
}

.indspslide .slick-dots {
  margin-top: 40px;
  margin-left: -20px;
  font-size: 20px;
  display: flex;
  justify-content: center;
}

.indspslide .slick-dots li {
  margin-left: 20px;
  color: #C2C2C2;
}

.indspslide .slick-dots li.slick-active {
  color: #8299AD;
}

.indspslide .slick-dots li button::before {
  width: 100%;
  height: 2px;
  background: #C2C2C2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1000px) {
  .indspslideno {
    font-size: 17vw;
    top: -5px;
    right: -20px;
    width: auto !important;
  }
}
@media screen and (max-width: 750px) {
  .indspslide .slick-slide > div {
    position: relative;
  }
  .indspslide-l {
    max-height: 260px;
    aspect-ratio: 1/1;
    position: absolute;
  }
  .indspslide-r {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .indspslide-r > * {
    width: 50%;
  }
  .indspslidedl {
    margin-bottom: 15px;
  }
  .indspslidedl dt {
    width: 80px;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
  }
  .indspslidedl dd {
    line-height: 24px;
  }
  .indspslide-r h3 {
    margin-bottom: 20px;
  }
  .indspslideimg {
    margin-bottom: 20px;
  }
  .indspslidetxt {
    width: 100%;
    margin-bottom: 30px;
  }
  .indspslide .slick-dots {
    margin-top: 30px;
    margin-left: -20px;
    font-size: 18px;
  }
  .indspslide .flex:has(.commonbtn) {
    width: 100%;
    justify-content: center;
  }
}
.indlswrap .busilistul > li:nth-child(1) .busilistimg {
  height: inherit;
}

.indlsmid {
  width: 170px;
  height: 170px;
  left: 20px;
  top: -20px;
  border-radius: 50%;
  z-index: 2;
  letter-spacing: 0;
  line-height: 1;
}

.busilistul > li:nth-child(2n) .indlsmid {
  left: inherit;
  right: 20px;
}

.indlsmid h3 {
  margin: 10px 0;
}

.indlstxt {
  top: 220px;
  width: 100%;
  padding-left: 70px;
  text-align: center;
  color: #fff;
}

.busilistul > li:nth-child(2n) .indlstxt {
  padding-left: inherit;
  padding-right: 70px;
}

.indlstxt h3 {
  margin-bottom: 30px;
}

.indlstxt p {
  line-height: 2.5;
}

.indlsslide {
  margin-bottom: 20px;
}

.indlsslide .slick-slide {
  height: 500px;
}

.indlsslide-nav .slick-slide {
  margin-right: 15px;
}

.slick-nav .slick-slide {
  opacity: 0.7;
  cursor: pointer;
}

.slick-nav .slick-slide.slick-current {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 1200px) {
  .indlsmid {
    transform: scale(0.7);
    left: 0;
    top: -40px;
  }
  .busilistul > li:nth-child(2n) .indlsmid {
    left: inherit;
    right: 0;
  }
  .indlstxt {
    top: 160px;
  }
  .indlstxt h3 {
    margin-bottom: 20px;
  }
  .indlsslide .slick-slide {
    height: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .indlsmid {
    width: 150px;
    height: 150px;
  }
  .indlstxt {
    top: 80px;
    padding-left: 30px;
  }
  .busilistul > li:nth-child(2n) .indlstxt {
    padding-left: inherit;
    padding-right: 30px;
  }
  .indlstxt h3 {
    margin-bottom: 20px;
  }
  .indlstxt p {
    line-height: 2;
  }
  .indlsslide {
    margin-bottom: 10px;
  }
  .indlsslide .slick-slide {
    height: 45vw;
  }
  .indlsslide-nav .slick-slide {
    margin-right: 5px;
  }
}
@media screen and (max-width: 750px) {
  .indlswrap .busilistul > li:nth-child(2) .busilistimg {
    height: inherit;
    aspect-ratio: 137/60;
  }
  .indlsmid {
    top: -35px;
  }
  .indlstxt {
    position: inherit;
    color: #333;
    top: 0;
    padding: 0;
    margin-bottom: 30px;
  }
  .indlstxt * {
    text-shadow: none;
  }
  .indlstxt p {
    font-weight: normal;
  }
  .indlsslide .slick-slide {
    height: 250px;
  }
}
.indpickul {
  margin-bottom: 60px;
}

.indpickul > li {
  width: calc(50% - 20px);
}

.indpickimg {
  margin-bottom: 20px;
}

.indpickttl {
  margin-bottom: 15px;
  line-height: 1.5;
}

a:hover .indpickttl {
  color: #87B597;
}

.indpickcatul {
  margin-left: -10px;
  margin-bottom: -4px;
  margin-left: -5px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
}

.indpickcatul li {
  width: 100px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  margin-bottom: 4px;
  margin-left: 5px;
  background: #5C5C5C;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.indpickcatul li.grc,
.indpickcatul li.frp {
  font-size: 10px;
}

.indpickcatul li.planter {
  font-size: 9px;
}

@media screen and (max-width: 1000px) {
  .indpickul {
    margin-bottom: 10px;
  }
  .indpickul > li {
    width: calc(50% - 10px);
    margin-bottom: 30px;
  }
  .indpickimg {
    margin-bottom: 20px;
  }
  .indpickttl {
    margin-bottom: 15px;
  }
  a:hover .indpickttl {
    color: #87B597;
  }
}
@media screen and (max-width: 500px) {
  .indpickcatul {
    font-size: 10px;
  }
  .indpickcatul li {
    width: auto;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
  }
}
.indls02slide {
  padding-top: 80px;
}

.indls02slide .slick-dots {
  width: 100%;
  padding: 0 40px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #87B597;
}

.indls02slide .slick-dots li {
  width: calc(25% - 10px);
  height: 80px;
  padding: 10px;
  border: 1px solid #87B597;
  border-bottom: 10px solid #fff;
}

.indls02slide .slick-dots li.slick-active {
  border-bottom: none;
  position: relative;
}

.indls02slide .slick-dots li.slick-active::after {
  top: 100%;
  left: calc(50% - 6px);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #87B597 transparent transparent transparent;
  border-width: 10.39px 6px 0px 6px;
  content: "";
  position: absolute;
}

.indls02slide .slick-dots li.c-et.slick-active::after {
  border-color: #336D7E transparent transparent transparent;
}

.indls02slide .slick-dots li button,
.indls02slide .slick-dots li a {
  width: 100%;
  height: calc(100% + 10px);
  font-size: 20px;
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.3;
  color: #87B597;
  position: relative;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.indls02slide .slick-dots li button:hover,
.indls02slide .slick-dots li a:hover,
.indls02slide .slick-dots li.slick-active button,
.indls02slide .slick-dots li a:hover,
.indls02slide .slick-dots li.slick-active a {
  background: #87B597;
  color: #fff;
}

.indls02slide .slick-dots li.slick-active button::before,
.indls02slide .slick-dots li.slick-active button::after,
.indls02slide .slick-dots li.slick-active a::before,
.indls02slide .slick-dots li.slick-active a::after {
  width: 10px !important;
  height: 1px;
  background: #fff;
  top: inherit;
  bottom: -1px;
  left: -10px;
  content: "";
  position: absolute;
}

.indls02slide .slick-dots li.slick-active button::before,
.indls02slide .slick-dots li.slick-active a::before {
  left: inherit;
  right: -10px;
}

.indls02slidecol {
  padding: 100px 50px 0;
}

.indls02slide-l {
  width: 48.9361702128%;
}

.indls02slide-l h3 {
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.indls02slide-l h4 {
  margin-bottom: 15px;
  letter-spacing: 0;
}

.indls02slide-l p {
  margin-bottom: 30px;
}

.indls02slideul > div {
  line-height: 1;
}

.indls02slideul > div a {
  padding: 10px;
  padding-left: 30px;
  display: block;
}

.indls02slideul > div a::before {
  left: 6px;
  top: calc(50% - 3px);
  border-color: #87B597;
}

.indls02slideul > div a::after {
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 0;
  background: #fff;
  border-color: #87B597;
}

.indls02slideul > div a:hover {
  color: #87B597;
}

.indls02slideul > div a:hover::before {
  border-color: #fff;
}

.indls02slideul > div a:hover::after {
  background: #87B597;
}

.indls02slide-r {
  width: 46.8085106383%;
}

.indls02slidebtn {
  height: 150px;
  width: calc(100% - 100px);
  margin: 80px auto 0;
  border-radius: 10px;
  overflow: hidden;
}

.indls02slidebtn-l {
  width: calc(100% - 450px);
  height: 100%;
}

.indls02slidebtn-r {
  width: 450px;
  height: 100%;
  color: #fff;
  text-align: center;
}

.indls02slidebtn-r::after {
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #87B597 transparent transparent;
  border-width: 0px 40px 150px 0px;
}

.indls02slidebtn-r.bg-et::after {
  border-color: transparent #336D7E transparent transparent;
}

.indls02slidebtn-r br {
  display: none;
}

.indls02slidebtn-r .fs28 {
  margin-bottom: 10px;
  line-height: 1.3;
}

.indls02slidebtn-r .fs16 {
  display: inline-block;
  line-height: 1.5;
}

.indls02slidebtn-r .fs16::before,
.indls02slidebtn-r .fs16::after {
  border-color: #fff;
}

.indls02slidebtn-r .fs16::before {
  right: -29px;
}

.indls02slidebtn-r .fs16::after {
  right: -40px;
}

.indls02slidebtn:hover .indls02slidebtn-r .fs16::before {
  border-color: #87B597;
}

.indls02slidebtn:hover .indls02slidebtn-r.bg-et .fs16::before {
  border-color: #336D7E;
}

.indls02slidebtn:hover .indls02slidebtn-r .fs16::after {
  background: #fff;
}

.indls02slidebtn:hover .fs28 {
  color: #fff !important;
}

@media screen and (min-width: 1001px) {
  .indls02slidebtn:hover .indls02slidebtn-r .fs16::before {
    right: -39px;
  }
  .indls02slidebtn:hover .indls02slidebtn-r .fs16::after {
    right: -50px;
  }
}
@media screen and (max-width: 1000px) {
  .indls02slide {
    padding-top: 60px;
  }
  .indls02slide .slick-dots {
    padding: 0;
  }
  .indls02slide .slick-dots::before,
  .indls02slide .slick-dots::after {
    width: 20px;
    bottom: -1px;
    height: 1px;
    background: #87B597;
    content: "";
    position: absolute;
  }
  .indls02slide .slick-dots::before {
    left: -20px;
  }
  .indls02slide .slick-dots::after {
    right: -20px;
  }
  .indls02slide .slick-dots li {
    width: calc(25% - 5px);
    height: 60px;
    padding: 5px;
    border-bottom: 5px solid #fff;
  }
  .indls02slide .slick-dots li button,
  .indls02slide .slick-dots li a {
    height: calc(100% + 5px);
    font-size: 15px;
  }
  .indls02slide .slick-dots li.slick-active button::before,
  .indls02slide .slick-dots li.slick-active button::after,
  .indls02slide .slick-dots li.slick-active a::before,
  .indls02slide .slick-dots li.slick-active a::after {
    width: 5px !important;
    left: -5px;
  }
  .indls02slide .slick-dots li.slick-active button::before,
  .indls02slide .slick-dots li.slick-active a::before {
    left: inherit;
    right: -5px;
  }
  .indls02slidecol {
    padding: 30px 0 0;
  }
  .indls02slide-l {
    width: 50%;
  }
  .indls02slide-l h3 {
    margin-bottom: 15px;
  }
  .indls02slide-l h4 {
    margin-bottom: 15px;
  }
  .indls02slide-l p {
    margin-bottom: 20px;
  }
  .indls02slideul > div a::before {
    left: 7px;
    top: calc(50% - 2px);
  }
  .indls02slide-r {
    width: 46.8085106383%;
  }
  .indls02slidebtn {
    height: 120px;
    width: 100%;
    margin: 40px auto 0;
    border-radius: 5px;
  }
  .indls02slidebtn-l {
    width: calc(100% - 280px);
  }
  .indls02slidebtn-r {
    width: 280px;
    height: 100%;
  }
  .indls02slidebtn-r * {
    margin-left: -15px;
  }
  .indls02slidebtn-r::after {
    border-width: 0px 30px 120px 0px;
  }
  .indls02slidebtn-r .fs28 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .indls02slidebtn-r .fs16 {
    font-size: 12px;
    letter-spacing: 0;
  }
  .indls02slidebtn-r .fs16::before {
    right: -21px;
  }
  .indls02slidebtn-r .fs16::after {
    right: -30px;
  }
}
@media screen and (max-width: 550px) {
  .indls02slidecol {
    position: relative;
  }
  .indls02slide-l {
    width: 100%;
  }
  .indls02slide-lmid {
    width: 50%;
  }
  .indls02slide-r {
    aspect-ratio: 16/9;
    top: 10px;
    right: 10px;
    width: calc(50% - 20px);
    position: absolute;
  }
  .indls02slidebtn {
    width: calc(100% - 20px);
  }
  .indls02slidebtn-l {
    width: calc(100% - 200px);
  }
  .indls02slidebtn-r {
    width: 200px;
  }
  .indls02slidebtn-r * {
    margin: 0;
  }
  .indls02slidebtn-r > div {
    margin-left: -15px;
  }
  .indls02slidebtn-r .yajiparent::before,
  .indls02slidebtn-r .yajiparent::after {
    display: none;
  }
  .indls02slidebtn-r br {
    display: inline;
  }
}
@media screen and (max-width: 500px) {
  .indls02slide {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .indls02slide .slick-dots li {
    height: 50px;
  }
  .indls02slide .slick-dots li button,
  .indls02slide .slick-dots li a {
    font-size: 12px;
    letter-spacing: 0;
  }
  .indls02slide-l {
    padding: 0 10px;
  }
}
@media screen and (max-width: 400px) {
  .indls02slide-r {
    aspect-ratio: 3/2;
  }
  .indls02slide .slick-dots li a {
    font-size: 10px;
  }
}
.indprodslideblock {
  width: calc(50% - 10px);
  margin-bottom: 50px;
}

.indprodmid {
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  text-align: center;
}

.indprodslide,
.indprodslide02 {
  width: calc(100% - 140px - 10px);
}

.indprodslide a,
.indprodslide02 a {
  display: block;
  height: calc(100% - 10px);
}

.slick-vertical .slick-slide {
  border: none;
}

.indprodslide .slick-list,
.indprodslide02 .slick-list,
.indprodslide .slick-track,
.indprodslide02 .slick-track {
  height: 100%;
}

.indprodslide-nav,
.indprodslide02-nav {
  width: 140px;
  aspect-ratio: 14/10;
}

.indprodslide-nav .slick-slide,
.indprodslide02-nav .slick-slide {
  margin-bottom: 10px;
  opacity: 0;
  transition: 0.3s;
}

.indprodslide-nav .slick-slide.slick-active,
.indprodslide02-nav .slick-slide.slick-active {
  opacity: 1;
}

.indprodul {
  margin-bottom: 30px;
  margin-left: -20px;
}

.indprodul li {
  width: calc(25% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
}

.indprodslide .slick-prev,
.indprodslide .slick-next,
.indprodslide02 .slick-prev,
.indprodslide02 .slick-next {
  font-size: 0;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: none;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 30px);
}

.indprodslide .slick-prev:hover,
.indprodslide .slick-next:hover,
.indprodslide02 .slick-prev:hover,
.indprodslide02 .slick-next:hover {
  background: #336D7E;
}

.indprodslide .slick-prev,
.indprodslide02 .slick-prev {
  left: 0;
}

.indprodslide .slick-next,
.indprodslide02 .slick-next {
  right: 0;
}

.indprodslide .slick-prev:after,
.indprodslide02 .slick-prev:after,
.indprodslide .slick-next:after,
.indprodslide02 .slick-next:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.indprodslide .slick-prev:after,
.indprodslide02 .slick-prev:after {
  left: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.indprodslide .slick-next:after,
.indprodslide02 .slick-next:after {
  left: 7px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

@media screen and (max-width: 1000px) {
  .indprodslideblock {
    width: calc(50% - 10px);
    margin-bottom: 30px;
  }
  .indprodmid {
    margin-bottom: 5px;
  }
  .indprodslide,
  .indprodslide02 {
    width: calc(100% - 100px - 5px);
  }
  .indprodslide a,
  .indprodslide02 a {
    display: block;
    height: calc(100% - 5px);
  }
  .slick-vertical .slick-slide {
    border: none;
  }
  .indprodslide-nav,
  .indprodslide02-nav {
    width: 100px;
  }
  .indprodslide-nav .slick-slide,
  .indprodslide02-nav .slick-slide {
    margin-bottom: 5px;
  }
  .indprodul {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .indprodslideblock {
    width: 100%;
    margin-bottom: 20px;
  }
  .indprodul {
    margin-left: -5px;
  }
  .indprodul li {
    width: calc(50% - 5px);
    margin-left: 5px;
  }
  .indprodul .indprodmid {
    margin-bottom: 2px;
  }
  .indprodulimg {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 500px) {
  .indprodslide,
  .indprodslide02 {
    width: calc(100% - 50px - 5px);
  }
  .indprodslide-nav,
  .indprodslide02-nav {
    width: 50px;
  }
}
.indstwrap {
  padding-top: 200px;
}

.indstbg {
  padding: 100px 40px;
  background: url(../images/ind/solutionbg.jpg) no-repeat center;
  background-size: cover;
}

.indstmiden {
  margin-bottom: 20px;
}

.indsttxt h2 {
  margin-bottom: 20px;
  letter-spacing: 0;
}

.indsttxt p.fs16 {
  line-height: 2.5;
}

@media screen and (max-width: 1000px) {
  .indstwrap {
    padding-top: 100px;
  }
  .indstbg {
    padding: 50px 20px;
  }
  .indstmiden {
    margin-bottom: 15px;
  }
  .indsttxt h2 {
    margin-bottom: 15px;
  }
  .indsttxt p.fs16 {
    line-height: 2;
  }
}
.indconceptul,
.indbrandul {
  margin-left: -1px;
}

.indconceptul > li {
  width: calc(33.3333333333% - 1px);
  margin-left: 1px;
}

.indconceptulimg {
  margin-bottom: 20px;
}

.indconceptultxt {
  padding: 0 10px;
}

.indconceptulttl {
  margin-bottom: 15px;
}

a:hover .indconceptulttl,
a:hover .indmzttl {
  color: #8299AD;
}

.indconceptultxt .indpickcatul > li {
  max-width: calc(33.3333333333% - 10px);
  min-width: 100px;
  margin-bottom: 5px;
}

.indconceptultxt > p {
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  .indconceptul {
    margin-bottom: -20px;
  }
  .indconceptul > li {
    width: calc(50% - 1px);
    margin-bottom: 20px;
  }
  .indconceptulimg {
    margin-bottom: 15px;
  }
  .indconceptulttl {
    margin-bottom: 10px;
  }
}
.indbrandul > li {
  width: calc(33.3333333333% - 1px);
  margin-left: 1px;
}

.indbrandulimg {
  margin-bottom: 30px;
}

.indbrandlogo {
  width: 66.6666666667%;
  margin: 0 auto 30px;
}

.indbrandul p {
  padding: 0 10px;
}

@media screen and (max-width: 1000px) {
  .indbrandulimg {
    margin-bottom: 20px;
  }
  .indbrandlogo {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 550px) {
  .indbrandul {
    margin-bottom: -20px;
  }
  .indbrandul > li {
    width: calc(50% - 1px);
    margin-left: 1px;
    margin-bottom: 20px;
  }
}
.indmzul {
  margin-left: -20px;
}

.indmzul > li {
  width: calc(33.3333333333% - 20px);
  margin-left: 20px;
  margin-bottom: 40px;
}

.indmzimg {
  margin-bottom: 20px;
}

.indmzttl {
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .indmzul > li {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}
.indcompany a {
  height: 450px;
}

.indcompanyimg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.indcompanytxtwrap {
  width: 100%;
  padding: 0 20px;
}

.indcompanytxt {
  margin-bottom: 30px;
}

.indcompanytxt h2 {
  margin-bottom: 20px;
}

.indcompanytxt p {
  line-height: 2.5;
}

@media screen and (max-width: 1000px) {
  .indcompany a {
    padding: 50px 0;
    height: auto;
    background: url(../images/ind/companybg.jpg) no-repeat center;
  }
  .indcompanyimg {
    display: none;
  }
  .indcompanytxt {
    margin-bottom: 25px;
  }
  .indcompanytxt h2 {
    margin-bottom: 15px;
  }
  .indcompanytxt p {
    line-height: 2;
  }
}
.indotherul li {
  width: calc(50% - 20px);
}

.indotherul li div {
  margin-bottom: 20px;
}

.indotherul li a:hover p {
  color: #8299AD;
}

@media screen and (max-width: 1000px) {
  .indotherul li {
    width: calc(50% - 10px);
  }
  .indotherul li div {
    margin-bottom: 15px;
  }
}
.indrec-l {
  width: calc(50% - 40px);
}

.indrec-r {
  width: 50%;
}

.indrec-r h2 {
  margin-bottom: 30px;
}

.indrec-r h3 {
  margin-bottom: 30px;
}

.indrec-r > div > p {
  margin-bottom: 40px;
  line-height: 2.5;
}

@media screen and (max-width: 1000px) {
  .indrec-l {
    width: calc(50% - 20px);
  }
  .indrec-r {
    width: calc(50% - 10px);
  }
  .indrec-r h2 {
    margin-bottom: 15px;
  }
  .indrec-r h3 {
    margin-bottom: 15px;
  }
  .indrec-r > div > p {
    margin-bottom: 30px;
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  .indrec-l {
    width: 100%;
    height: 45vw;
    margin-bottom: 30px;
  }
  .indrec-r {
    width: 100%;
  }
}
.indinsta {
  padding: 80px 0;
}

@media screen and (max-width: 1000px) {
  .indinsta {
    padding: 40px 0;
  }
}
/* kasou
==========================================================*/
.panwrap {
  padding: 15px 0;
}

.mainimg {
  max-height: 600px;
  height: 41.6666666667vw;
}

.mainimg img {
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  .mainimg {
    margin-top: 50px;
  }
}
/* business list
==========================================================*/
.panul {
  line-height: 1;
  margin-bottom: -10px;
}

.panul li {
  margin-bottom: 10px;
}

.panul li:not(:last-child) a {
  padding-right: 30px;
  margin-right: 10px;
  position: relative;
}

.panul li:last-child a {
  pointer-events: none;
  color: #336D7E;
}

.panul li a:hover {
  color: #8299AD;
}

.panul li:not(:last-child) a::after {
  content: "〉";
  top: calc(50% - 0.5em);
  right: 0;
  position: absolute;
}

.panul li p,
.panul li h1 {
  opacity: 0.7;
}

.busittl {
  padding-top: 100px;
}

.busittl .fs60 {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.busittl .fs30 {
  line-height: 1.5;
}

.busittl .fs30:not(:last-child) {
  margin-bottom: 25px;
  line-height: 1.8;
}

.busittl p {
  line-height: 2.5;
}

.busittlimg {
  margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
  .busittl {
    padding-top: 50px;
  }
  .busittl .fs60 {
    margin-bottom: 15px;
  }
  .busittl .fs30:not(:last-child) {
    margin-bottom: 15px;
  }
  .busittlimg {
    width: 180px;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 500px) {
  .busittlimg {
    width: 150px;
  }
}
.busilistul > li {
  padding-top: 120px;
}

.busilistoverwrap {
  width: calc(100% + (100vw - 1100px) / 2);
  margin: 0 auto;
  border-top: 10px solid #87B597;
  padding-top: 50px;
}

.busilistul > li:nth-child(2) .busilistoverwrap {
  border-color: #336D7E;
}

.busilistul > li:nth-child(3) .busilistoverwrap {
  border-color: #85CDD0;
}

.busilistul > li:nth-child(4) .busilistoverwrap {
  border-color: #BFBB99;
}

.busilistmiden {
  width: 70px;
  top: 50px;
  left: 0;
}

.busilistimg {
  margin-left: 130px;
  margin-bottom: 40px;
  height: 500px;
  overflow: visible;
}

.busilisttxtwrap {
  margin-left: 130px;
}

.busilistmidjp {
  margin-bottom: 15px;
}

.busilisttxt {
  margin-bottom: 40px;
  line-height: 2.5;
}

.busilistul > li:nth-child(2n) .busilistoverwrap {
  margin-left: calc(-1 * (100vw - 1100px) / 2);
}

.busilistul > li:nth-child(2n) .busilistmiden {
  left: inherit;
  right: 0;
}

.busilistul > li:nth-child(2n) .busilistimg {
  margin-left: inherit;
  margin-right: 130px;
}

.busilistul > li:nth-child(2n) .busilisttxtwrap {
  margin-left: inherit;
  margin-right: 130px;
}

.busilistul li .commonbtn .yajiparent::before,
.landscape .commonbtn .yajiparent::before,
.exterior .commonbtn .yajiparent::before,
.lifeness .commonbtn .yajiparent::before,
.fivetrees .commonbtn .yajiparent::before,
.busiinfoul a:hover .yajiparent::before {
  border-color: #fff !important;
}

.busilistul li:nth-child(1) .commonbtn .yajiparent::after,
.landscape .commonbtn .yajiparent::after,
.exterior .commonbtn .yajiparent::after,
.lifeness .commonbtn .yajiparent::after,
.fivetrees .commonbtn .yajiparent::after,
.landscape .busiinfoul a:hover .yajiparent::after {
  background: #87B597 !important;
  border-color: #87B597 !important;
}

.busilistul li:nth-child(1) .commonbtn:hover,
.landscape .commonbtn:hover,
.landscape .busiinfoul a:hover,
.landscape a:hover .bold:not(.bg-ls) {
  color: #87B597;
}

.exterior .busiinfoul a:hover {
  color: #336D7E;
}

.busilistul li:nth-child(2) .commonbtn .yajiparent::after,
.exterior .commonbtn .yajiparent::after,
.exterior .busiinfoul a:hover .yajiparent::after {
  background: #336D7E !important;
  border-color: #336D7E !important;
}

.busilistul li:nth-child(2) .commonbtn:hover,
.exterior .commonbtn:hover {
  color: #336D7E;
}

.busilistul li:nth-child(3) .commonbtn .yajiparent::after,
.lifeness .commonbtn .yajiparent::after {
  background: #85CDD0 !important;
  border-color: #85CDD0 !important;
}

.busilistul li:nth-child(3) .commonbtn:hover,
.lifeness .commonbtn:hover {
  color: #85CDD0;
}

.busilistul li:nth-child(4) .commonbtn .yajiparent::after,
.fivetrees .commonbtn .yajiparent::after {
  background: #BFBB99 !important;
  border-color: #BFBB99 !important;
}

.busilistul li:nth-child(4) .commonbtn:hover,
.fivetrees .commonbtn:hover {
  color: #BFBB99;
}

@media screen and (max-width: 1200px) {
  .busilistoverwrap {
    width: calc(100vw - 40px);
    padding-top: 30px;
    border-width: 7px 0 0 0;
  }
  .busilistul > li:nth-child(2n) .busilistoverwrap {
    margin-left: -40px;
  }
  .busilistmiden {
    width: 40px;
    top: 30px;
  }
  .busilistimg {
    margin-left: 60px;
    margin-bottom: 40px;
    height: 400px;
  }
  .busilisttxtwrap {
    margin-left: 60px;
  }
  .busilistul > li:nth-child(2n) .busilistimg {
    margin-right: 60px;
  }
  .busilistul > li:nth-child(2n) .busilisttxtwrap {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .busilistul > li {
    padding-top: 60px;
  }
  .busilistoverwrap {
    width: calc(100vw - 20px);
  }
  .busilistul > li:nth-child(2n) .busilistoverwrap {
    margin-left: -20px;
  }
  .busilistimg {
    height: 45vw;
    margin-bottom: 30px;
  }
  .busilistmidjp {
    margin-bottom: 15px;
  }
  .busilisttxt {
    margin-bottom: 30px;
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  .busilistoverwrap {
    padding-top: 20px;
    border-width: 5px 0 0 0;
  }
  .busilistmiden {
    width: 25px;
    top: 20px;
  }
  .busilistimg {
    margin-left: 40px;
    height: 220px;
  }
  .busilisttxtwrap {
    margin-left: 40px;
  }
  .busilistul > li:nth-child(2n) .busilistimg {
    margin-right: 40px;
  }
  .busilistul > li:nth-child(2n) .busilisttxtwrap {
    margin-right: 40px;
  }
}
/* business detail
==========================================================*/
.landscape .indmid .fs40,
.landscape .busiexul > li a:hover .fs18 {
  color: #87B597;
}

.exterior .indmid .fs40,
.exterior .busiexul > li a:hover .fs18 {
  color: #336D7E;
}

.lifeness .indmid .fs40,
.lifeness .busiexul > li a:hover .fs18 {
  color: #85CDD0;
}

.fivetrees .busiexul > li a:hover .fs18 {
  color: #BFBB99;
}

.businavul {
  margin-left: -10px;
}

.businavul li {
  width: calc(25% - 10px);
  margin-left: 10px;
}

.businavul li a {
  height: 70px;
  border: 1px solid #87B597;
  color: #87B597;
  line-height: 1;
}

.businavul li a:hover {
  color: #fff;
  background: #87B597;
}

@media screen and (max-width: 1000px) {
  .businavul {
    margin-left: -5px;
    margin-bottom: -30px;
  }
  .businavul li {
    width: calc(50% - 5px);
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .businavul li a {
    height: 60px;
  }
}
.busimid {
  padding-top: 150px;
}

.busimid h2 {
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #87B597;
}

.busimid h2::after {
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 5px;
  background: #87B597;
}

.busimidimg {
  margin-bottom: 40px;
}

.busimid h3 {
  margin-bottom: 20px;
  text-align: center;
}

.busimid .fs16 {
  line-height: 2.5;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .busimid {
    padding-top: 80px;
  }
  .busimid h2 {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .busimid h2::after {
    height: 3px;
  }
  .busimidimg {
    margin-bottom: 30px;
  }
  .busimid h3 {
    margin-bottom: 15px;
  }
}
.busifeatureul {
  margin-left: -30px;
  margin-bottom: -30px;
}

.busifeatureul li {
  width: calc(33.3333333333% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
}

.busifeatureimg {
  margin-bottom: 20px;
}

.busifeaturemid {
  margin-bottom: 10px;
  height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .busifeatureul {
    margin-left: -20px;
    margin-bottom: -20px;
  }
  .busifeatureul li {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .busifeatureul li {
    width: 100%;
  }
  .busifeaturemid {
    height: auto;
  }
}
.busitlcimg {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .busitlcimg {
    aspect-ratio: 21/9;
    margin-bottom: 25px;
  }
}
.busiexul {
  margin-left: -20px;
  margin-bottom: -40px;
}

.busiexul > li {
  width: calc(25% - 20px);
  margin-left: 20px;
  margin-bottom: 40px;
}

.busiexulimg {
  aspect-ratio: 1/1;
  margin-bottom: 20px;
}

.busiexul > li .fs18 {
  margin-bottom: 15px;
  line-height: 1.5;
}

.indexincwrap .busiexul > li {
  width: calc(50% - 20px);
}

.indexincwrap .busiexulimg {
  aspect-ratio: 520/300;
}

@media screen and (max-width: 750px) {
  .busiexul {
    margin-bottom: -20px;
  }
  .busiexul > li {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .busiexulimg {
    margin-bottom: 15px;
  }
  .busiexul > li .fs18 {
    margin-bottom: 10px;
  }
}
.busiinfoul {
  margin-left: -20px;
}

.busiinfoul li {
  width: calc(50% - 20px);
  margin-left: 20px;
  border-bottom: 1px solid #333;
}

.busiinfoul li a {
  padding: 20px 30px;
}

.busiinfoul li .yajiparent::before {
  right: 11px;
}

.busiinfoul li .yajiparent::after {
  right: 0;
}

.busiinfoul li .fs20 {
  width: 100%;
  line-height: 1;
}

@media screen and (min-width: 1001px) {
  .busiinfoul li a:hover .yajiparent::before {
    right: 1px;
  }
  .busiinfoul li a:hover .yajiparent::after {
    right: -10px;
  }
}
@media screen and (max-width: 1000px) {
  .busiinfoul li a {
    padding: 20px 0;
  }
  .busiinfoul li .yajiparent::before {
    right: 9px;
  }
  .busiinfoul li .yajiparent::after {
    right: 0;
  }
}
@media screen and (max-width: 550px) {
  .busiinfoul li {
    width: 100%;
  }
}
.busicheck .fs30 {
  margin-bottom: 40px;
  padding: 20px 0 15px;
  border-top: 3px solid #87B597;
  border-bottom: 3px solid #87B597;
}

.exterior .fs30 {
  border-color: #6D95A1;
}

.busicheck-l {
  width: 38.1818181818%;
}

.busicheck-r {
  width: 56.3636363636%;
}

.busicheck-r h5 {
  margin-bottom: 15px;
}

.busicheck-r .fs16 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .busicheck .fs30 {
    margin-bottom: 30px;
    padding: 10px 0;
    border-width: 2px 0;
  }
  .busicheck-r h5 {
    margin-bottom: 10px;
  }
  .busicheck-r .fs16 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 750px) {
  .busicheckcol {
    align-items: -start;
  }
}
@media screen and (max-width: 550px) {
  .busicheck .fs30 {
    margin-bottom: 20px;
  }
  .busicheck-l {
    width: 100%;
    aspect-ratio: 21/9;
    margin-bottom: 15px;
  }
  .busicheck-r {
    width: 100%;
  }
}
.fiveaimul li:not(:last-child) {
  margin-bottom: 40px;
}

.fiveaimulimg {
  width: 600px;
  margin-right: 40px;
}

@media screen and (max-width: 1200px) {
  .fiveaimulimg {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .fiveaimul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .fiveaimulimg {
    margin-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .fiveaimul li {
    flex-direction: column;
  }
  .fiveaimulimg {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .fiveaimul li > p {
    text-align: center;
  }
}
.fiveaccess-l {
  width: 38.8888888889%;
}

.fiveaccesstab th {
  width: 80px;
  text-align: center;
}

.fiveaccesstab th,
.fiveaccesstab td {
  padding-bottom: 10px;
}

.fiveaccesstxt {
  padding-top: 30px;
  margin-top: 10px;
  border-top: 1px solid #999;
}

.fiveaccesstxt p:not(:last-child) {
  margin-bottom: 20px;
}

.fiveaccess-r {
  width: 55.5555555556%;
}

.fiveaccess-r iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .fiveaccess-l {
    width: calc(50% - 30px);
  }
  .fiveaccesstab th {
    width: 70px;
  }
  .fiveaccesstab td {
    padding-left: 5px;
  }
  .fiveaccesstab th,
  .fiveaccesstab td {
    padding-bottom: 5px;
  }
  .fiveaccesstxt {
    padding-top: 15px;
    margin-top: 10px;
  }
  .fiveaccesstxt p:not(:last-child) {
    margin-bottom: 10px;
  }
  .fiveaccess-r {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .fiveaccess-l,
  .fiveaccess-r {
    width: 100%;
  }
  .fiveaccess-r {
    height: 50vw;
    margin-top: 20px;
  }
}
/* TLC
==========================================================*/
.tlcspace-mainsubul {
  margin-left: -20px;
  margin-bottom: -20px;
}

.tlcspace-mainsubul li {
  width: calc(20% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
}

.tlcspace-mainsubul li div {
  margin-bottom: 15px;
}

@media screen and (max-width: 800px) {
  .tlcspace-mainsubul li {
    width: calc(33.3333333333% - 20px);
  }
}
.tlcspace-arbancol:not(:last-child) {
  margin-bottom: 50px;
}

.tlcspace-arban-l {
  width: calc(50% - 20px);
}

.tlcspace-arban-r {
  width: calc(50% - 20px);
}

.tlcspace-arbanfig {
  max-width: 360px;
  width: calc(100% - 40px);
  margin: 0 auto 30px;
}

.tlcspace-arbanfig.flex {
  width: 100%;
  max-width: inherit;
}

.tlcspace-arbanfig.flex div {
  width: 160px;
  margin: 0;
}

.tlcspace-arbanfig.flex p {
  padding: 15px 0 0 40px;
  width: calc(100% - 160px);
}

.tlcspace-arbandl dt {
  padding: 5px;
  margin-bottom: 5px;
}

.tlcspace-arbandlmid {
  padding: 15px 40px;
  border-bottom: 1px solid #999;
}

.tlcspace-arbandlmid p:first-child {
  margin-right: 40px;
}

.tlcspace-arbantab {
  width: 100%;
}

.tlcspace-arbantab th,
.tlcspace-arbantab td {
  padding: 15px 40px;
  border-bottom: 1px solid #999;
}

.tlcspace-arbantab02 th {
  padding-right: 0;
}

.tlcspace-arbantabtxt {
  padding: 15px 0 0 40px;
}

@media screen and (max-width: 1200px) {
  .tlcspace-arbanfig.flex p {
    padding: 15px 0 0 15px;
  }
  .tlcspace-arbandlmid {
    padding: 15px;
  }
  .tlcspace-arbandlmid p:first-child {
    margin-right: 0;
  }
  .tlcspace-arbantab th,
  .tlcspace-arbantab td {
    padding: 15px;
  }
  .tlcspace-arbantabtxt {
    padding: 15px 0 0 15px;
  }
}
@media screen and (max-width: 800px) {
  .tlcspace-arbancol:not(:last-child) {
    margin-bottom: 30px;
  }
  .tlcspace-arban-l {
    width: calc(50% - 10px);
  }
  .tlcspace-arban-r {
    width: calc(50% - 10px);
  }
  .tlcspace-arbanfig {
    width: 100%;
    margin: 0 auto 15px;
  }
  .tlcspace-arbanfig.flex div {
    width: 100px;
  }
  .tlcspace-arbanfig.flex p {
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
  }
  .tlcspace-arbandlmid {
    padding: 10px 0 15px;
  }
  .tlcspace-arbandlmid p:first-child {
    margin-bottom: 5px;
  }
  .tlcspace-arbantab {
    width: 100%;
    margin-bottom: 15px;
  }
  .tlcspace-arbantab th,
  .tlcspace-arbantab td {
    display: block;
  }
  .tlcspace-arbantab th {
    border: none;
    padding: 10px 0 0;
  }
  .tlcspace-arbantab td {
    padding: 0 0 10px;
  }
  .tlcspace-arbantab02 th {
    padding: 0;
  }
  .tlcspace-arbantab02 th:first-child {
    padding-top: 10px;
  }
  .tlcspace-arbantabtxt {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .tlcspace-arban-l {
    width: 100%;
    margin-bottom: 20px;
  }
  .tlcspace-arban-r {
    width: 100%;
  }
}
.tlcspace-gardenul {
  margin-left: -40px;
}

.tlcspace-gardenul li {
  width: calc(33.3333333333% - 40px);
  margin-left: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
  .tlcspace-gardenul {
    margin-left: -15px;
  }
  .tlcspace-gardenul li {
    width: calc(33.3333333333% - 15px);
    margin-left: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .tlcspace-gardenul li {
    width: calc(50% - 15px);
  }
}
/* ORDER
==========================================================*/
.oerdermaincol > div {
  width: calc(50% - 20px);
}

@media screen and (max-width: 1000px) {
  .oerdermaincol > div {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 750px) {
  .oerdermaincol {
    margin-bottom: -30px;
  }
  .oerdermaincol > div {
    width: 100%;
    margin-bottom: 30px;
  }
  .oerdermaincolimg {
    aspect-ratio: 16/9;
  }
}
.ordersceneul {
  margin-left: -30px;
  margin-bottom: -30px;
}

.ordersceneul li {
  width: calc(50% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
  height: 80px;
  border: 1px solid #999;
}

.ordersceneul li div {
  width: 50px;
  margin-right: 30px;
  margin-left: 20px;
}

@media screen and (max-width: 1000px) {
  .ordersceneul {
    margin-bottom: -10px;
  }
  .ordersceneul li {
    width: 100%;
    margin-bottom: 10px;
    height: 60px;
  }
  .ordersceneul li div {
    width: 40px;
    margin-right: 15px;
    margin-left: 10px;
  }
}
.orderflowul li:not(:last-child) {
  margin-bottom: 80px;
}

.orderflowulimg {
  width: 420px;
  margin-right: 40px;
}

.orderflowulimg.after::after {
  left: calc(50% - 12.5px);
  top: calc(100% + 30px);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #5C5C5C transparent transparent transparent;
  border-width: 21.65px 12.5px 0px 12.5px;
}

.orderflowultxt h3 {
  margin-bottom: 20px;
}

.orderflowultxt p:not(:last-child) {
  margin-bottom: 10px;
}

.orderflowultxt table td {
  padding: 5px;
  padding-right: 20px;
}

@media screen and (max-width: 1000px) {
  .orderflowul li:not(:last-child) {
    margin-bottom: 40px;
  }
  .orderflowulimg {
    width: 40%;
    margin-right: 0;
  }
  .orderflowulimg.after::after {
    left: calc(50% - 7.5px);
    top: calc(100% + 15px);
    border-width: 12.99px 7.5px 0px 7.5px;
  }
  .orderflowultxt {
    width: 60%;
    padding-left: 20px;
  }
  .orderflowultxt h3 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .orderflowul li {
    display: block;
  }
  .orderflowul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .orderflowulimg {
    width: 100%;
  }
  .orderflowulimg.after::after {
    display: none;
  }
  .orderflowultxt {
    margin-top: 20px;
    width: 100%;
    padding: 0;
  }
}
.orderex01ul {
  margin-left: -40px;
}

.orderex01ul li {
  width: calc(33.3333333333% - 40px);
  margin-left: 40px;
}

.orderex01ul li div.after::after {
  top: calc(50% - 7.5px);
  left: calc(100% + 12px);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #5C5C5C;
  border-width: 7.5px 0px 7.5px 12.99px;
}

.orderex01block {
  padding: 10px 70px;
  margin-top: 40px;
  border: 1px solid #999;
  border-radius: 10px;
}

.orderex01blocktab {
  width: 100%;
}

.orderex01blocktab th,
.orderex01blocktab td {
  padding: 30px 0;
}

.orderex01blocktab tr:not(:last-child) th,
.orderex01blocktab tr:not(:last-child) td {
  border-bottom: 1px solid #999;
}

.orderex01blocktab th {
  text-align: center;
}

.orderex01blocktab td {
  width: 650px;
}

@media screen and (max-width: 1200px) {
  .orderex01block {
    padding: 10px 40px;
  }
  .orderex01blocktab th {
    width: 160px;
  }
  .orderex01blocktab td {
    width: calc(100% - 160px);
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .orderex01ul {
    padding: 0 10px;
    margin-bottom: -20px;
  }
  .orderex01ul li {
    width: calc(50% - 40px);
    margin-bottom: 20px;
  }
  .orderex01block {
    padding: 0 20px;
  }
  .orderex01blocktab th {
    width: 100%;
    padding-bottom: 0;
    display: block;
    border: none !important;
  }
  .orderex01blocktab td {
    width: 100%;
    padding-top: 15px;
    padding-left: 0;
    display: block;
  }
}
.orderex02img {
  max-width: 800px;
  margin: 0 auto;
}

.ordercol2ul li {
  width: calc(50% - 20px);
}

.orderfinishcol4ul {
  margin-left: -30px;
  margin-bottom: -40px;
}

.orderfinishcol4ul li {
  width: calc(25% - 30px);
  margin-left: 30px;
  margin-bottom: 40px;
}

.orderfinishcol5ul {
  margin-left: -20px;
  margin-bottom: -20px;
}

.orderfinishcol5ul li {
  width: calc(20% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
}

.custommadecol2 {
  width: calc(50% - 20px);
}

.custommadecol2txt {
  padding-top: 40px;
  top: 60px;
}

.custommadecol2txt::before {
  width: 0;
  left: calc(50% - 7.5px);
  top: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #5C5C5C;
  border-width: 7.5px 0px 7.5px 12.99px;
}

@media screen and (max-width: 1000px) {
  .ordercol2ul li {
    width: calc(50% - 10px);
  }
  .orderfinishcol4ul {
    margin-left: -15px;
    margin-bottom: -20px;
  }
  .orderfinishcol4ul li {
    width: calc(25% - 15px);
    margin-left: 15px;
    margin-bottom: 20px;
  }
  .orderfinishcol5ul {
    margin-left: -10px;
    margin-bottom: -10px;
  }
  .orderfinishcol5ul li {
    width: calc(20% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .custommadecol2 {
    width: calc(50% - 30px);
  }
  .custommadecol2txt {
    top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .ordercol2ul {
    margin-bottom: -20px;
  }
  .ordercol2ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .custommadecol2 {
    width: 100%;
  }
  .custommadecol2:not(:last-child) {
    margin-bottom: 80px;
  }
  .custommadecol2txt {
    padding: 0;
    top: calc(50% - 40px);
  }
  .custommadecol2txt::before {
    width: 0;
    top: calc(100% + 10px);
    height: 0;
    border-style: solid;
    border-color: #5C5C5C transparent transparent transparent;
    border-width: 12.99px 7.5px 0px 7.5px;
  }
}
@media screen and (max-width: 550px) {
  .orderfinishcol4ul li {
    width: calc(33.3333333333% - 15px);
  }
  .orderfinishcol5ul li {
    width: calc(25% - 10px);
  }
}
.orderpointtabwrap {
  padding: 0 60px;
  border: 1px solid #999;
  border-radius: 10px;
}

.oerderpointtab {
  width: 100%;
}

.oerderpointtab th,
.oerderpointtab td {
  padding: 40px 0;
}

.oerderpointtab tr:not(:last-child) th,
.oerderpointtab tr:not(:last-child) td {
  border-bottom: 1px solid #999;
}

.oerderpointtab th {
  width: 250px;
  text-align: center;
}

.oerderpointtab td {
  padding-left: 20px;
}

@media screen and (max-width: 1000px) {
  .orderpointtabwrap {
    padding: 0 20px;
    border-radius: 5px;
  }
  .oerderpointtab th,
  .oerderpointtab td {
    display: block;
  }
  .oerderpointtab th {
    padding: 20px 0 5px;
    width: 100%;
    text-align: left;
    border: none !important;
  }
  .oerderpointtab td {
    padding: 0 0 20px;
    padding-left: 0;
  }
}
/* PROCESS
==========================================================*/
.processol {
  margin-left: -40px;
  margin-bottom: -60px;
}

.processol li {
  margin-bottom: 60px;
  width: calc(33.3333333333% - 40px);
  margin-left: 40px;
}

.processolimg {
  margin-bottom: 20px;
}

.processolimg .poab {
  padding: 12px;
  top: 0;
  left: 0;
  line-height: 1;
}

.processoltxt {
  letter-spacing: 0;
  line-height: 1.7;
}

.processoltxtwrap .processoltxt {
  width: calc(100% - 90px - 20px);
}

.processolimgsub {
  width: 90px;
}

@media screen and (max-width: 1000px) {
  .processol {
    margin-left: -15px;
    margin-bottom: -30px;
  }
  .processol li {
    margin-bottom: 30px;
    width: calc(33.3333333333% - 15px);
    margin-left: 15px;
  }
  .processolimg {
    margin-bottom: 15px;
  }
  .processolimg .poab {
    padding: 8px;
  }
  .processoltxtwrap .processoltxt {
    width: calc(100% - 60px - 10px);
  }
  .processolimgsub {
    width: 60px;
  }
}
@media screen and (max-width: 700px) {
  .processol li {
    width: calc(50% - 15px);
  }
  .tax-category_landscape .processol li:nth-child(3) {
    display: none;
  }
}
.connectol {
  align-items: flex-end;
  margin-bottom: -30px;
}

.connectol li {
  width: 48.1481481481%;
  margin-bottom: 30px;
}

.connectolmid {
  margin-bottom: 15px;
  line-height: 1.5;
}

.connectolimg.after::after {
  content: "▶";
  right: -20px;
  top: calc(50% - 0.5em);
}

.connectolimg .poab {
  top: 0;
  left: 0;
  padding: 14px;
  line-height: 1;
}

.connectolimg .poab span {
  color: #333;
}

.connectol li p.fs16 {
  margin-top: 15px;
}

.connectol li.w100 {
  width: 100%;
}

.connectolimg .poab:nth-child(2) {
  left: 51.8518518519%;
}

@media screen and (max-width: 1000px) {
  .connectolmid {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 700px) {
  .connectol li {
    width: 100%;
  }
  .connectolimg.after::after {
    content: "▼";
    right: calc(50% - 0.5em);
    top: calc(100% + 15px + 2em);
  }
}
.assemtxt {
  margin-bottom: 30px;
}

.assemdl dt {
  padding: 5px 5px 3px;
  margin-bottom: 30px;
  line-height: 1.3;
  text-align: center;
}

.assemdl dd:not(:last-child) {
  margin-bottom: 50px;
}

.assemdlimg {
  max-width: 450px;
  width: calc(100% - 540px);
}

.assemdlimgno {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
  line-height: 1;
}

.assemdltxt {
  margin-left: 40px;
}

.assemdltxt p:last-child {
  margin-top: 15px;
}

.assemdlol {
  margin-bottom: -5px;
  letter-spacing: 0;
}

.assemdlol li {
  line-height: 1.4;
  margin-bottom: 5px;
}

.assemdlol li .big {
  font-size: 1.2em;
}

.assemdlol li .fc-ls {
  padding-left: 0.5em;
}

@media screen and (max-width: 1000px) {
  .assemtxt {
    margin-bottom: 20px;
  }
  .assemdl dt {
    margin-bottom: 20px;
  }
  .assemdl dd {
    justify-content: space-between;
  }
  .assemdl dd:not(:last-child) {
    margin-bottom: 30px;
  }
  .assemdlimg {
    width: 40%;
  }
  .assemdltxt {
    width: 58%;
    margin-left: 0;
  }
  .assemdltxt p:last-child {
    margin-top: 10px;
  }
}
@media screen and (max-width: 700px) {
  .assemdl dt {
    margin-bottom: 15px;
  }
  .assemdlimg {
    width: 100%;
    margin-bottom: 20px;
  }
  .assemdltxt {
    width: 100%;
  }
}
/* product-TLC
==========================================================*/
.prodtlc01col:not(:last-child) {
  margin-bottom: 40px;
}

.prodtlc01mid {
  line-height: 1.6;
  margin-bottom: 20px;
}

.prodtlc01txt .fs16 {
  line-height: 2.5;
}

.flex-jcs .prodtlc01txt {
  width: 56.4814814815%;
}

.flex-jcs .prodtlc01img {
  width: 38.8888888889%;
}

.prodtlc02ul {
  margin-left: -40px;
  margin-bottom: 80px;
}

.prodtlc02ul li {
  width: calc(33.3333333333% - 40px);
  margin-left: 40px;
}

@media screen and (max-width: 1000px) {
  .prodtlc01col:not(:last-child) {
    margin-bottom: 20px;
  }
  .prodtlc01mid {
    margin-bottom: 10px;
  }
  .prodtlc01txt .fs16 {
    line-height: 2;
  }
  .flex-jcs .prodtlc01txt {
    width: 100%;
  }
  .flex-jcs .prodtlc01img {
    width: 100%;
    margin-top: 20px;
  }
  .prodtlc02ul {
    margin-left: -20px;
    margin-bottom: 20px;
  }
  .prodtlc02ul li {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
/* download
==========================================================*/
.ttlwrap {
  padding-top: 120px;
}

.ttlwrap .fs60 {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1000px) {
  .ttlwrap {
    padding-top: 60px;
  }
  .ttlwrap .fs60 {
    margin-bottom: 15px;
  }
}
.catnavwrap {
  margin-bottom: -60px;
}

.catnav {
  margin-bottom: 60px;
}

.catnavul {
  margin-left: -20px;
  margin-bottom: -20px;
}

.catnavul li {
  width: calc(25% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
}

.catnavul li a,
.catnavul li > div {
  height: 70px;
  border: 1px solid #999;
  line-height: 1;
}

.catnavul li > div {
  opacity: 0.3;
}

.catnavul li a::after,
.catnavul li div::after {
  width: 5px;
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
}

.exterior .catnavul li a::after,
.exterior .catnavul li div::after {
  background: #336D7E;
}

.landscape .catnavul li a::after,
.landscape .catnavul li div::after {
  background: #87B597;
}

.catnavul li a:hover {
  background: #333;
  color: #fff;
}

.exterior .catnavul li a:hover {
  background: #336D7E;
  color: #fff;
}

.landscape .catnavul li a:hover {
  background: #87B597;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .catnavul {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .catnavwrap {
    margin-bottom: -30px;
  }
  .catnav {
    margin-bottom: 30px;
  }
  .catnavul {
    margin-left: -10px;
    margin-bottom: -10px;
  }
  .catnavul li {
    width: calc(33.3333333333% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .catnavul li a,
  .catnavul li > div {
    height: 50px;
  }
}
@media screen and (max-width: 750px) {
  .catnavul li {
    width: calc(50% - 10px);
  }
  .catnavul li a,
  .catnavul li > div {
    height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .catnavul li {
    width: 100%;
  }
  .catnavul li a,
  .catnavul li > div {
    height: 40px;
  }
}
.dlmid {
  padding: 100px 0 10px;
  margin-bottom: 30px;
  color: #87B597;
  border-bottom: 4px solid #87B597;
}

.exterior .dlmid {
  color: #336D7E;
  border-bottom: 4px solid #336D7E;
}

.dltab {
  width: 100%;
}

.dltab tr {
  scroll-margin-top: 100px;
}

.dltab th,
.dltab td {
  border-bottom: 1px solid #999;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
}

.dltab td {
  border-left: 1px solid #999;
}

.dltab thead {
  font-size: 1.125em;
  background: #E7F0EA;
}

.exterior .dltab thead {
  background: rgba(51, 109, 126, 0.2);
}

.dltab thead th,
.dltab thead td {
  padding: 5px;
  font-weight: bold;
}

.dltab tbody td:nth-last-child(1),
.dltab tbody td:nth-last-child(2) {
  width: 100px;
}

.dltab tbody td:nth-child(n+2):nth-child(-n+4) {
  width: 160px;
}

.dltab tbody th,
.dltab tbody td a,
.dltab tbody td div {
  padding: 15px;
}

.dltab tbody td a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dltab tbody td a:hover {
  background: #E7F0EA;
}

.exterior .dltab tbody td a:hover {
  background: rgba(51, 109, 126, 0.2);
}

@media screen and (max-width: 1200px) {
  .dltab tbody td:nth-last-child(1),
  .dltab tbody td:nth-last-child(2) {
    width: 70px;
  }
  .dltab tbody td:nth-child(n+2):nth-child(-n+4) {
    width: 110px;
  }
}
@media screen and (max-width: 1000px) {
  .dlmid {
    padding: 50px 0 5px;
    margin-bottom: 20px;
    border-bottom-width: 3px;
  }
  .dltab thead {
    font-size: 1em;
  }
  .dltab tbody td:nth-last-child(1),
  .dltab tbody td:nth-last-child(2) {
    width: 50px;
  }
  .dltab tbody td:nth-child(n+2):nth-child(-n+4) {
    width: 70px;
  }
}
@media screen and (max-width: 550px) {
  .dltab tbody th,
  .dltab tbody td a,
  .dltab tbody td div {
    padding: 10px;
  }
  .dltab tbody th {
    text-align: left;
    padding-left: 0;
    padding-right: 5px;
  }
}
@media screen and (max-width: 500px) {
  .dltabwrap {
    width: 100%;
    overflow-x: scroll;
  }
  .dltab {
    width: 500px;
  }
}
/* example
==========================================================*/
.exmain {
  padding: 60px 0;
}

.exmainttl {
  margin-bottom: 30px;
}

.exmainimgwrap {
  max-width: 940px;
  margin: 0 auto;
  overflow: visible;
}

.exmainimgwrap .poab {
  width: 42px;
  top: 0;
  left: -70px;
}

.exmainimg {
  margin-bottom: 40px;
  width: calc(100% + (100vw - 940px) / 2);
}

.exmaintxt {
  margin-bottom: 20px;
  line-height: 1.5;
}

.exmainmid {
  margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
  .exmainimgwrap {
    max-width: inherit;
    padding-left: 100px;
  }
  .exmainimgwrap .poab {
    width: 32px;
    top: 0;
    left: 40px;
  }
  .exmainimg {
    width: 100%;
  }
  .exmaintxt {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .exmain {
    padding: 40px 0;
  }
  .exmainttl {
    margin-bottom: 20px;
  }
  .exmainimgwrap {
    padding-left: 60px;
  }
  .exmainimgwrap .poab {
    width: 24px;
    left: 16px;
  }
  .exmainimg {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .exmainimgwrap {
    padding-left: 50px;
  }
  .exmainimgwrap .poab {
    width: 18px;
    left: 16px;
  }
}
.exnavul {
  margin-left: -40px;
}

.exnavul li {
  height: 82px;
  width: calc(33.3333333333% - 40px);
  margin-left: 40px;
}

.exnavul li::before,
.exnavul li::after {
  width: 9px;
  height: 82px;
  top: 0;
  background-size: auto 100% !important;
}

.exnavul li::before {
  left: 0;
  background: url(../images/product/exnav-l.png) no-repeat;
}

.exnavul li::after {
  right: 0;
  background: url(../images/product/exnav-r.png) no-repeat;
}

.exnavul li a {
  height: 100%;
}

.exnavul li a .fs20 {
  margin-bottom: 13px;
}

.exnavul li a:hover {
  background: #F3F8F5;
}

@media screen and (max-width: 1000px) {
  .exnavul {
    margin-left: -20px;
    margin-bottom: -10px;
  }
  .exnavul li {
    height: 65.6px;
    width: calc(33.3333333333% - 20px);
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .exnavul li::before,
  .exnavul li::after {
    width: 7.2px;
    height: 65.6px;
  }
}
@media screen and (max-width: 750px) {
  .exnavul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 400px) {
  .exnavul li {
    width: 100%;
  }
}
.expddl dt {
  width: 260px;
}

.expddl dd {
  width: calc(100% - 260px);
}

.expddl dt,
.expddl dd {
  padding: 60px 0;
}

.expddl dt:not(:nth-last-child(2)),
.expddl dd:not(:last-child) {
  border-bottom: 1px solid #999;
}

.expddlico {
  width: 60px;
  text-align: right;
}

.expddlico img {
  width: 30px;
}

.expddlmid {
  width: calc(100% - 80px);
}

@media screen and (max-width: 1000px) {
  .expddl dt {
    width: 170px;
  }
  .expddl dd {
    width: calc(100% - 170px);
  }
  .expddl dt,
  .expddl dd {
    padding: 30px 0;
  }
  .expddlico {
    width: 30px;
  }
  .expddlico img {
    width: 20px;
  }
  .expddlmid {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 500px) {
  .expddl dt {
    flex-direction: column;
    justify-content: center;
    width: 90px;
  }
  .expddl dd {
    width: calc(100% - 90px);
  }
  .expddl dt,
  .expddl dd {
    padding: 0;
  }
  .expddl dt:not(:nth-last-child(2)),
  .expddl dd:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .expddl dd {
    padding-left: 20px;
  }
  .expddlico {
    width: 20px;
    margin-bottom: 5px;
  }
  .expddlmid {
    width: 100%;
  }
}
.exwideimgul li {
  margin-bottom: 60px;
}

@media screen and (min-width: 1001px) {
  .exwideimgultxt {
    padding: 15px;
    min-width: 400px;
    max-width: calc(100% - 20px);
    left: 0;
    bottom: 0;
    background: #fff;
  }
}
.ex50imgul {
  margin-left: -40px;
  margin-bottom: -40px;
}

.ex50imgul li {
  width: calc(50% - 40px);
  margin-left: 40px;
  margin-bottom: 40px;
}

.ex50imgul li > div:nth-child(1) {
  aspect-ratio: 4/3;
}

@media screen and (max-width: 1000px) {
  .exwideimgul li {
    margin-bottom: 30px;
  }
  .exwideimgultxt {
    position: inherit;
    margin-top: 10px;
  }
  .ex50imgul {
    margin-left: -20px;
  }
  .ex50imgul li {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.commontabdl {
  border-top: 1px solid #999;
}

.commontabdl dt,
.commontabdl dd {
  padding: 15px;
  border-bottom: 1px solid #999;
}

.commontabdl dt {
  width: 250px;
  background: #E5E5E5;
  text-align: center;
}

.commontabdl dd {
  width: calc(100% - 250px);
  padding-left: 30px;
}

@media screen and (max-width: 1000px) {
  .commontabdl dt,
  .commontabdl dd {
    padding: 10px;
  }
  .commontabdl dt {
    width: 150px;
  }
  .commontabdl dd {
    width: calc(100% - 150px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 550px) {
  .commontabdl dt {
    width: 100%;
    padding: 5px 10px;
  }
  .commontabdl dd {
    width: 100%;
    padding: 15px 0;
  }
}
/* product
==========================================================*/
.prodmaincatdl {
  border-width: 0 0 2px 0;
  margin-bottom: 25px;
}

.prodmaincatdl dt {
  height: 40px;
  padding: 0 30px;
  border-radius: 2px 2px 0 0;
}

.prodmaincatdl dd {
  margin-left: 20px;
}

.prodttlwrap {
  margin-bottom: 20px;
  align-items: flex-start;
}

.prodttl {
  margin-right: 80px;
}

.prodtypeul {
  margin: 10px 0 -5px;
  align-items: center;
}

.prodtypeul li {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  border-radius: 2px;
  margin-bottom: 5px;
}

.prodslidewrap {
  margin-bottom: 40px;
}

.prodslide {
  width: 80.9090909091%;
}

.prodslideimg {
  margin-bottom: 15px;
  aspect-ratio: 880/600;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

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

.prodslide-nav {
  width: 13.6363636364%;
}

.prodslide-nav .slick-prev {
  display: none !important;
}

.prodslide-nav .slick-next {
  width: 100%;
  text-align: center;
}

.prodslide-nav .slick-slide {
  margin-bottom: 10px;
  aspect-ratio: 154/116;
}

.prodslideimg,
.prodslide-nav .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prodslideimg img,
.prodslide-nav img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 1200px) {
  .prodtypeul li {
    padding: 0 6px;
    height: 25px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .prodmaincatdl {
    border-width: 0 0 1px 0;
    margin-bottom: 15px;
  }
  .prodmaincatdl dt {
    height: 30px;
    padding: 0 15px;
  }
  .prodmaincatdl dd {
    margin-left: 10px;
  }
  .prodttlwrap {
    margin-bottom: 10px;
  }
  .prodttl {
    margin-right: 20px;
  }
  .prodslidewrap {
    margin-bottom: 20px;
  }
  .prodslide {
    width: 83.6363636364%;
  }
  .prodslide-nav .slick-slide {
    margin-bottom: 5px;
  }
}
.prodcommondl > dt {
  padding: 0 0.5em 0 0.75em;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  line-height: 1;
}

.prodcommondl > dt::before {
  content: "[";
  position: absolute;
  top: 0;
  left: 0;
}

.prodcommondl > dt::after {
  content: "]";
  position: absolute;
  top: 0;
  right: -0.2em;
}

.prodcommondl dd:not(:last-child) {
  margin-bottom: 40px;
}

.prodcolorul {
  text-align: center;
}

.prodcolorul li {
  margin-right: 40px;
  margin-bottom: 15px;
}

.prodcolorul li div {
  width: 100px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #999;
}

.prodcolorul li p {
  letter-spacing: 0;
}

@media screen and (max-width: 1000px) {
  .prodcommondl > dt {
    margin-bottom: 15px;
  }
  .prodcommondl dd:not(:last-child) {
    margin-bottom: 30px;
  }
  .prodcolorul li {
    margin-right: 20px;
  }
  .prodcolorul li div {
    width: 70px;
    margin: 0 auto 10px;
  }
  .prodcolorul li p {
    font-size: 12px;
  }
}
.prodspectab {
  width: 100%;
  min-width: 1000px;
  border-top: 1px solid #999;
}

.prodspectab02 {
  width: 100%;
  border-top: 1px solid #999;
}

.prodspectab th,
.prodspectab td {
  padding: 10px 5px;
  border-bottom: 1px solid #999;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}

.prodspectab02 th,
.prodspectab02 td {
  padding: 20px 0;
  border-bottom: 1px solid #999;
  vertical-align: middle;
}

.prodspectab02 th {
  text-align: center;
}

.prodspectab thead th,
.prodspectab thead td,
.prodspectab02 th {
  background: #E5E5E5;
}

.prodspectab02 td {
  padding-left: 20px;
}

.prodspectab02 td p:not(:last-child) {
  margin-bottom: 15px;
}

.prodspectab th {
  font-weight: bold;
}

.prodspectab02 th {
  width: 250px;
}

.prodspectab th p.min {
  font-size: 12px;
  font-weight: normal;
}

.prodfreewrap {
  margin-top: 40px;
  padding: 30px;
  background: #F5F5F5;
}

.prodfreewrap h2:not(:first-child),
.prodfreewrap h3:not(:first-child) {
  margin-top: 20px;
}

.prodfreewrap h2,
.prodfreewrap h3 {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 1.1428571429em;
  line-height: 1.5;
}

.landscape .prodfreewrap h2,
.landscape .prodfreewrap h3 {
  color: #87B597;
  border-bottom: 2px solid #87B597;
}

.exterior .prodfreewrap h2,
.exterior .prodfreewrap h3 {
  color: #336D7E;
  border-bottom: 2px solid #336D7E;
}

.prodfreewrap h2:not(:last-child),
.prodfreewrap h3:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
  .prodspectabwrap {
    overflow: scroll;
  }
  .prodfreewrap {
    margin-top: 30px;
    padding: 15px;
  }
  .prodfreewrap h2:not(:first-child),
  .prodfreewrap h3:not(:first-child) {
    margin-top: 10px;
  }
  .prodfreewrap h2,
  .prodfreewrap h3 {
    padding-bottom: 3px;
  }
  .prodfreewrap h2:not(:last-child),
  .prodfreewrap h3:not(:last-child) {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 750px) {
  .prodspectab02 th,
  .prodspectab02 td {
    width: 100%;
    display: block;
  }
  .prodspectab02 th {
    padding: 10px;
  }
}
.prodrssdl dt,
.prodrssdl dd {
  padding: 30px 0;
  border-bottom: 1px solid #999;
}

.prodrssdl dt {
  width: 350px;
}

.prodrssdl dd {
  width: calc(100% - 350px);
}

.prodrssul {
  margin-bottom: -10px;
}

.prodrssul li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.prodrssul li a {
  height: 40px;
  border-radius: 20px;
  padding: 0 20px;
  border: 1px solid #5C5C5C;
}

.prodrssul li a:hover {
  background: #5C5C5C;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .prodrssdl dt,
  .prodrssdl dd {
    padding: 15px 0;
  }
  .prodrssdl dt {
    width: 170px;
  }
  .prodrssdl dd {
    width: calc(100% - 170px);
    padding-left: 20px;
  }
  .prodrssul li a {
    height: 30px;
    border-radius: 15px;
    padding: 0 15px;
  }
}
.prodbrand a {
  width: 100%;
  height: 325px;
  background-size: cover !important;
  position: relative;
}

.prodbrand a > div {
  padding-right: 100px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.prodbrandlogo {
  margin-bottom: 30px;
}

.prodbrand.nutral .prodbrandlogo {
  width: 305px;
}

.prodbrand a > div p:nth-child(2) {
  margin-bottom: 15px;
  line-height: 1.3;
  letter-spacing: 0;
}

@media screen and (max-width: 1000px) {
  .prodbrand a {
    height: 260px;
  }
  .prodbrand a > div {
    padding-right: 30px;
  }
  .prodbrandlogo {
    margin-bottom: 15px;
  }
  .prodbrand.nutral .prodbrandlogo {
    width: 274.5px;
  }
  .prodbrand a > div p:nth-child(2) {
    margin-bottom: 10px;
  }
}
.prodcatcol {
  border: 1px solid #999;
  border-radius: 10px;
  overflow: hidden;
}

.prodcat-l {
  padding: 50px;
  width: 67.962962963%;
}

.prodcat-lcat {
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 2px;
  line-height: 1;
  display: inline-block;
}

.prodcat-l h3 {
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.prodcat-r {
  width: 32.037037037%;
}

@media screen and (max-width: 1000px) {
  .prodcatcol {
    border-radius: 5px;
  }
  .prodcat-l {
    padding: 20px;
  }
  .prodcat-lcat {
    padding: 8px 10px;
    margin-bottom: 15px;
  }
  .prodcat-l h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.prodcc a {
  width: calc(50% - 15px);
  height: 155px;
}

.prodcc a:nth-child(2n) {
  margin-left: 30px;
}

.prodcc a:hover {
  background: #F3F8F5;
}

.exterior .prodcc a:hover {
  background: rgba(51, 109, 126, 0.1);
}

.prodcc a::before,
.prodcc a::after {
  width: 9px;
  height: 100%;
  background-size: auto 100% !important;
  top: 0;
}

.prodcc a::before {
  background: url(../images/product/prodcc-l.png) no-repeat center;
  left: 0;
}

.prodcc a::after {
  background: url(../images/product/prodcc-r.png) no-repeat center;
  right: 0;
}

.prodccdl {
  width: 380px;
}

.prodccdl dt {
  height: 34px;
  border-radius: 17px;
  margin-bottom: 20px;
}

.prodccddimg {
  width: 70px;
}

.prodccddimg img {
  width: 40px;
}

.prodccddtxt {
  width: calc(100% - 70px);
  padding-right: 20px;
}

.prodccddtxt .fs16 {
  letter-spacing: 0.5em;
}

.prodccddtxt::before {
  right: 11px;
  top: inherit;
  bottom: 15px;
}

.prodccddtxt::after {
  top: inherit;
  bottom: 5px;
  right: 0;
}

a:hover .yajiparent.hoverls::before {
  border-color: #fff;
}

a:hover .yajiparent.hoverls::after {
  background: #87B597;
  border-color: #87B597;
}

.exterior a:hover .yajiparent.hoverls::after {
  background: #336D7E;
  border-color: #336D7E;
}

@media screen and (min-width: 1001px) {
  a:hover .prodccddtxt::before {
    right: 1px;
  }
  a:hover .prodccddtxt::after {
    right: -10px;
  }
}
@media screen and (max-width: 1000px) {
  .prodcc a {
    width: calc(50% - 10px);
    height: 108.5px;
  }
  .prodcc a:nth-child(2n) {
    margin-left: 20px;
  }
  .prodcc a::before,
  .prodcc a::after {
    width: 7px;
  }
  .prodccdl {
    width: 300px;
  }
  .prodccdl dt {
    height: 28px;
    border-radius: 14px;
    margin-bottom: 10px;
  }
  .prodccddimg {
    width: 35px;
  }
  .prodccddimg img {
    width: 25px;
  }
  .prodccddtxt {
    width: calc(100% - 35px);
  }
  .prodccddtxt::before {
    right: 9px;
    bottom: 10px;
  }
  .prodccddtxt::after {
    bottom: 2px;
  }
}
@media screen and (max-width: 750px) {
  .prodcc {
    flex-direction: column;
    align-items: center;
  }
  .prodcc a {
    margin-bottom: 30px;
    width: 100%;
    max-width: 400px;
    margin-left: 0 !important;
  }
  .prodccdl {
    width: 240px;
  }
}
.prodoptionblock:not(:last-child) {
  margin-bottom: 100px;
}

.prodoptiontab {
  width: 100%;
  border-top: 1px solid #999;
  line-height: 1.5;
}

.prodoptiontab th,
.prodoptiontab td {
  padding: 10px;
  border-bottom: 1px solid #999;
  text-align: center;
  vertical-align: middle;
}

.prodoptiontab th:not(:last-child),
.prodoptiontab04 td:not(:last-child),
.prodoptiontab05 td:not(:nth-child(5)),
.prodoptiontab06 td:not(:nth-child(6)) {
  border-right: 1px solid #999;
}

.prodoptiontab06 tr:has(td[colspan="2"]) td:nth-child(5) {
  border-right: none;
}

.prodoptiontab th {
  background: #E5E5E5;
}

h3.prodoptionttl {
  margin-bottom: 30px;
  padding: 5px;
}

.prodcasterimgwrap {
  max-width: 310px;
}

.prodcasterimgwrap > div {
  width: calc(50% - 5px);
}

.prodcasterimg {
  margin-bottom: 10px;
}

.prodcastertxt {
  width: 580px;
  margin-left: 60px;
}

.prodcastertxt h4 {
  margin-bottom: 20px;
}

.prodcasterspectab {
  margin-right: 80px;
  margin-bottom: 15px;
}

.prodcasterspectab th {
  padding-right: 1em;
}

.prodcasterspectab td span {
  padding-right: 0.5em;
}

.prodcastertabwrap {
  margin-top: 40px;
}

.prodcastertab {
  border-top: 1px solid #999;
  width: 50%;
}

.prodcastertab thead {
  background: #E5E5E5;
}

.prodcastertab:nth-child(2n) thead {
  background: #C2C2C2;
}

.prodcastertab th,
.prodcastertab td {
  padding: 10px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  vertical-align: middle;
  line-height: 1.5;
  text-align: center;
}

.prodcastertab:last-child tr:last-child th:last-child,
.prodcastertab:last-child tr:last-child td:last-child,
.prodcastertab:last-child thead tr:nth-last-child(2) th:last-child {
  border-right: none;
}

.prodcastertab tbody th,
.prodcastertab tbody td {
  padding: 15px 10px;
}

@media screen and (max-width: 1050px) {
  .prodcastercol {
    justify-content: space-between;
  }
  .prodcasterimgwrap {
    width: 300px;
  }
  .prodcastertxt {
    width: calc(100% - 300px - 40px);
    margin: 0;
  }
  .prodcasterspectab {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .prodoptionblock:not(:last-child) {
    margin-bottom: 50px;
  }
  h3.prodoptionttl {
    margin-bottom: 20px;
    padding: 5px;
  }
  .prodoptiontabwrap {
    overflow: scroll;
  }
  .prodoptiontab {
    min-width: 920px;
  }
  .prodoptiontab th,
  .prodoptiontab td {
    padding: 5px;
  }
  .prodcasterimg {
    margin-bottom: 5px;
  }
  .prodcastertxt h4 {
    margin-bottom: 10px;
  }
  .prodcastertabwrap {
    margin-top: 20px;
  }
  .prodcastertab {
    width: 100%;
    margin-bottom: 15px;
  }
  .prodcastertab th,
  .prodcastertab td {
    padding: 5px;
  }
  .prodcastertab tbody th,
  .prodcastertab tbody td {
    padding: 10px 5px;
  }
  .prodcastertab tr:last-child th:last-child,
  .prodcastertab tr:last-child td:last-child,
  .prodcastertab thead tr:nth-last-child(2) th:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 750px) {
  .prodcastercol {
    flex-direction: column;
    align-items: center;
  }
  .prodcasterimgwrap {
    margin-bottom: 20px;
  }
  .prodcastertxt {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .prodcasterimgwrap {
    max-width: 100%;
  }
}
.pwpoint {
  padding: 40px 60px;
  margin-bottom: 50px;
  border: 1px solid #333;
  border-radius: 10px;
}

.pwpoint-l {
  width: 39.4736842105%;
}

.pwpoint-r {
  width: 57.8947368421%;
}

.pwpoint-r h4 {
  margin-bottom: 20px;
}

.pwpoint-rdl dt:not(:nth-last-child(2)),
.pwpoint-rdl dd:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
}

.pwpoint-rdl dt {
  width: 140px;
}

.pwpoint-rdl dd {
  width: calc(100% - 140px);
}

.pwimgul {
  margin-top: 30px;
  margin-left: -30px;
}

.pwimgul li {
  width: calc(33.3333333333% - 30px);
  margin-left: 30px;
}

.pwpartsimg {
  width: 41.6666666667%;
  margin-right: 40px;
}

.pwpartstxtul {
  line-height: 1.5;
}

.pwtankul {
  margin-left: -30px;
}

.pwtankul li {
  width: calc(33.3333333333% - 30px);
  margin-left: 30px;
}

.pwtankimg {
  margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
  .pwpoint {
    padding: 20px 30px;
    margin-bottom: 25px;
    border-radius: 5px;
  }
  .pwpoint-l {
    max-width: 250px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .pwpoint-r {
    width: 100%;
  }
  .pwpoint-r h4 {
    margin-bottom: 20px;
  }
  .pwpoint-rdl dt:not(:nth-last-child(2)),
  .pwpoint-rdl dd:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .pwpoint-rdl dt {
    width: 90px;
    justify-content: flex-start;
  }
  .pwpoint-rdl dd {
    width: calc(100% - 90px);
  }
  .pwimgul {
    margin-top: 15px;
    margin-left: -15px;
    margin-bottom: -15px;
  }
  .pwimgul li {
    width: calc(33.3333333333% - 15px);
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .pwpartsimg {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .pwtankul {
    margin-left: -15px;
  }
  .pwtankul li {
    width: calc(33.3333333333% - 15px);
    margin-left: 15px;
  }
  .pwtankimg {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .pwimgul li,
  .pwpartsimg,
  .pwtankul li {
    width: calc(50% - 15px);
  }
}
.prodcombicol:not(:last-child) {
  margin-bottom: 40px;
}

.prodcombiimg {
  width: 35.1851851852%;
}

.prodcombitxt {
  width: 62.037037037%;
}

h3.prodoptionttl {
  text-align: center;
}

.prodcombimid {
  padding-bottom: 20px;
}

.prodcombimid .fs18 {
  margin-right: 20px;
}

.prodcombidl {
  border-top: 1px solid #999;
}

.prodcombidl dt {
  width: 130px;
  background: #E5E5E5;
}

.prodcombidl dd {
  width: calc(100% - 130px);
}

.prodcombidl dt,
.prodcombidl dd {
  border-bottom: 1px solid #999;
}

.prodcombidl dd {
  padding: 20px;
  padding-right: 0;
}

@media screen and (max-width: 1000px) {
  .prodcombicol:not(:last-child) {
    margin-bottom: 20px;
  }
  .prodcombimid {
    padding-bottom: 15px;
  }
  .prodcombimid .fs18 {
    margin-right: 10px;
  }
  .prodcombidl dt {
    width: 100%;
    pad: 5px;
  }
  .prodcombidl dd {
    width: 100%;
    padding: 10px;
    padding-right: 0;
    display: block;
  }
  .prodcombidl dd .fs18 {
    text-align: right;
  }
}
@media screen and (max-width: 750px) {
  .prodcombiimg {
    width: calc(50% - 15px);
  }
  .prodcombitxt {
    width: 50%;
  }
  .prodcombimid {
    display: block;
  }
  .prodcombimid .fs18 {
    margin-bottom: 10px;
  }
}
.prodetlistul {
  margin-left: -30px;
  margin-bottom: -30px;
}

.prodetlistul li {
  width: calc(33.3333333333% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
}

.prodetlistulimg {
  margin-bottom: 15px;
}

.prodetlistul li p {
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .prodetlistul {
    margin-left: -15px;
    margin-bottom: -15px;
  }
  .prodetlistul li {
    width: calc(33.3333333333% - 15px);
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .prodetlistulimg {
    margin-bottom: 10px;
  }
}
/* company
==========================================================*/
.comlistul {
  margin-left: -40px;
  margin-bottom: -40px;
}

.comlistul li {
  width: calc(33.3333333333% - 40px);
  margin-left: 40px;
  margin-bottom: 40px;
}

.comlistulimg {
  margin-bottom: 10px;
}

.ftwrap .fs60 {
  margin-bottom: 60px;
}

.ftimg {
  margin-bottom: 40px;
}

.fttxt {
  padding: 0 50px;
  margin-bottom: 50px;
}

.fttxt .fs30 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .comlistul {
    margin-left: -20px;
    margin-bottom: -20px;
  }
  .comlistul li {
    width: calc(33.3333333333% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .ftwrap .fs60 {
    margin-bottom: 30px;
  }
  .ftimg {
    margin-bottom: 20px;
  }
  .fttxt {
    padding: 0 20px;
    margin-bottom: 25px;
  }
  .fttxt .fs30 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .comlistul li {
    width: calc(50% - 20px);
  }
}
.phimid {
  text-align: center;
}

.phimiden {
  padding: 15px 0;
  margin-bottom: 60px;
  border-top: 1px solid #8299AD;
  border-bottom: 1px solid #8299AD;
  line-height: 1.3;
}

.phiul {
  margin-bottom: -60px;
}

.phiul li {
  margin-bottom: 60px;
}

.phiul li:nth-child(2n) {
  flex-direction: row-reverse;
}

.phiulimg {
  width: 38.8888888889%;
}

.phiultxt {
  width: 57.4074074074%;
}

.phiultxt .fs40 {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.phiultxt .fs26 {
  margin-bottom: 20px;
}

.phiultxt .fs16 {
  line-height: 2.5;
}

@media screen and (max-width: 1100px) {
  .phiul li {
    align-items: stretch;
  }
  .phiulimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .phiultxt .fs16 {
    line-height: 2.2;
  }
}
@media screen and (max-width: 800px) {
  .phimiden {
    margin-bottom: 30px;
  }
  .phiulimg {
    width: 43.5185185185%;
  }
  .phiultxt {
    width: 52.7777777778%;
  }
  .phiultxt .fs40 {
    margin-bottom: 10px;
  }
  .phiultxt .fs26 {
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .phiultxt .fs16 {
    line-height: 1.8;
  }
  .phiultxt .fs16 br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .phimidjp {
    line-height: 1.5;
  }
  .phimidjp span:not(:last-child) {
    margin-bottom: 10px;
  }
  .phiul {
    margin-bottom: -30px;
  }
  .phiul li {
    margin-bottom: 30px;
  }
  .phiulimg {
    margin-bottom: 20px;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .phiultxt {
    width: 100%;
  }
}
.companynav {
  padding: 70px 0;
}

.companynavul {
  margin-left: -20px;
  margin-bottom: -20px;
}

.companynavul li {
  width: calc(25% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
}

.companynavul li a {
  height: 90px;
  border-radius: 5px;
  background: #fff;
}

.companynavul li a .fs20 {
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  .companynav {
    padding: 30px 0;
  }
  .companynavul {
    margin-left: -5px;
    margin-bottom: -5px;
  }
  .companynavul li {
    width: calc(25% - 5px);
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .companynavul li a {
    height: 60px;
  }
  .companynavul li a .fs20 {
    margin-bottom: 8px;
  }
  .companynavul li a .fs16 {
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  .companynavul li {
    width: calc(33.3333333333% - 5px);
  }
}
@media screen and (max-width: 600px) {
  .companynavul li {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 370px) {
  .companynavul li {
    width: 100%;
  }
}
.numbersul {
  margin-left: -30px;
  margin-bottom: -30px;
}

.numbersul li {
  max-width: 292px;
  width: calc(33.3333333333% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
  background-color: rgba(130, 153, 173, 0.2);
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.numbersulico {
  width: 50px;
  margin: -40px 0 20px;
}

.numbersultxt .fs26 {
  line-height: 1.5;
}

.numbersultxt .fs40 {
  font-weight: 700;
}

.numbersultxt .centeryoko {
  top: calc(100% + 5px);
  white-space: nowrap;
  line-height: 1.4;
}

@media screen and (max-width: 1000px) {
  .numbersul {
    margin-left: -15px;
    margin-bottom: -15px;
  }
  .numbersul li {
    max-width: 240px;
    width: calc(33.3333333333% - 15px);
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .numbersulico {
    width: 35px;
    margin: -40px 0 15px;
  }
}
@media screen and (max-width: 700px) {
  .numbersul {
    margin-left: -10px;
    margin-bottom: -10px;
  }
  .numbersul li {
    max-width: 180px;
    width: calc(33.3333333333% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .numbersulico {
    width: 25px;
    margin: -30px 0 10px;
  }
  .numbersultxt .fs24,
  .numbersultxt .fs26 {
    font-size: 16px;
    letter-spacing: 0;
  }
  .numbersultxt .fs40 {
    font-size: 25px;
  }
  .numbersultxt .centeryoko {
    letter-spacing: 0;
    font-size: 10px;
  }
}
@media screen and (max-width: 600px) {
  .numbersulico {
    width: 20px;
    margin: -35px 0 10px;
  }
  .numbersultxt .fs24,
  .numbersultxt .fs26 {
    font-size: 12px;
  }
  .numbersultxt .fs40 {
    font-size: 20px;
  }
  .numbersultxt .centeryoko {
    top: calc(100% + 2px);
  }
}
@media screen and (max-width: 500px) {
  .numbersul li {
    max-width: 160px;
    width: calc(50% - 10px);
  }
}
.messagecol {
  margin-bottom: 40px;
}

.messagecol-l {
  max-width: 680px;
  width: 61.8181818182%;
}

.messagecol-r .fs40 {
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.companydl > dt {
  border-bottom: 4px solid #8299AD;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.companydl > dt.pt80:first-child {
  padding-top: 0 !important;
}

.companydl > dt.fc-ls {
  border-color: #87B597;
}

.companydl > dt.fc-et {
  border-color: #336D7E;
}

.companydl > dt h2 {
  margin-right: 40px;
  line-height: 1.5;
}

.companydl > dt.fc-ls p {
  color: #333;
}

.companydl > dd > p,
.lh25 {
  line-height: 2.5;
}

.companydl > dd > p:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .messagecol {
    margin-bottom: 20px;
  }
  .messagecol-l {
    max-width: 680px;
    width: calc(100% - 260px);
  }
  .messagecol-r .fs40 {
    margin-bottom: 15px;
  }
  .companydl > dt {
    border-bottom: 2px solid #8299AD;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .companydl > dd {
    margin-bottom: -15px;
  }
  .companydl > dd > p,
  .lh25 {
    line-height: 2;
  }
  .companydl > dd > p:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 700px) {
  .messagecol-l {
    width: 100%;
    margin-bottom: 20px;
  }
  .messagecol-r .fs40 {
    margin-bottom: 5px;
  }
  .messagecol-r .fs40 br {
    display: none;
  }
}
.ship .exwideimgultxt {
  min-width: inherit;
}

.profiledl dt,
.profiledl dd {
  padding: 20px 0;
  border-bottom: 1px solid #999;
}

.profiledl dt {
  width: 200px;
  text-align: center;
}

.profiledl dd {
  width: calc(100% - 200px);
}

.profiledl dd.flex > div {
  width: 250px;
}

.profiledl dd table th,
.profiledl dd table td {
  padding: 5px 0;
}

.profiledl dd table th {
  padding-right: 1em;
}

.accessmap {
  width: 100%;
  height: 580px;
}

.accessmap iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .profiledl dt {
    padding: 15px 0 5px;
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
  .profiledl dd {
    padding: 0 0 15px;
    width: 100%;
    border-bottom: 1px solid #999;
  }
  .profiledl dd.flex > div {
    width: 200px;
  }
  .profiledltab th {
    padding-bottom: 0 !important;
    display: block;
  }
  .profiledltab td {
    padding-top: 0 !important;
    display: block;
  }
  .accessmap {
    width: 100%;
    height: 50vw;
  }
  .accessmap iframe {
    width: 100%;
    height: 100%;
  }
}
.historydl dt,
.historydl dd {
  padding-bottom: 15px;
}

.historydl dt {
  width: 240px;
  line-height: 1.8;
}

.historydl dd {
  width: calc(100% - 240px);
  padding-left: 50px;
}

.historydl dt::after {
  width: 20px;
  height: 2px;
  right: -10px;
  top: 12px;
  background: #8299AD;
  z-index: 2;
}

.historydl dd::after {
  width: 1px;
  height: 100%;
  left: 0;
  top: 12px;
  background: #333;
}

.historydl dd:last-child:after {
  height: 50%;
}

.historydlimgul {
  margin-top: 20px;
  margin-left: -20px;
  margin-bottom: -20px;
}

.historydlimgul li {
  margin-left: 20px;
  margin-bottom: 20px;
}

.historydlimgul li img {
  height: 200px;
  width: auto;
}

.historydl dd .bg-lb {
  margin: 30px 0 20px;
  padding: 15px;
}

@media screen and (max-width: 1150px) {
  .historydlimgul li img {
    height: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .historydl dt,
  .historydl dd {
    padding-bottom: 10px;
  }
  .historydl dt {
    width: 120px;
    font-size: 14px;
  }
  .historydl dt span {
    font-size: 0.7em;
    display: inline-block;
    margin-left: 4px;
  }
  .historydl dd {
    width: calc(100% - 120px);
    padding-left: 15px;
  }
  .historydl dt::after {
    width: 10px;
    height: 2px;
    right: -5px;
    top: 10px;
  }
  .historydl dd::after {
    top: 10px;
  }
  .historydlimgul {
    margin-top: 10px;
    margin-left: -10px;
    margin-bottom: -10px;
  }
  .historydlimgul li {
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .historydl dd .bg-lb {
    margin: 15px 0 10px;
    padding: 10px;
  }
}
@media screen and (max-width: 750px) {
  .historydlimgul li img {
    height: 110px;
  }
}
@media screen and (max-width: 550px) {
  .historydl dt {
    width: 70px;
  }
  .historydl dt span {
    margin: 0;
    display: block;
  }
  .historydl dd {
    width: calc(100% - 70px);
  }
  .historydlimgul {
    margin-left: -5px;
    margin-bottom: -5px;
  }
  .historydlimgul li {
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .historydlimgul li img {
    height: 90px;
  }
}
.officedl dt {
  padding-bottom: 20px;
  border-bottom: 4px solid #8299AD;
}

.officedl dt h2 {
  margin-right: 30px;
  line-height: 1.5;
}

.officedl dd:not(:last-child) {
  margin-bottom: 70px;
}

.officeul li {
  padding: 20px 0;
  border-bottom: 1px solid #999;
}

h3.officeul-name {
  width: 180px;
  text-align: center;
}

.officeul-l .fs16 {
  padding-left: 20px;
}

.officeul-r {
  margin-left: -1em;
}

.officeul-r > div {
  margin-left: 1em;
}

@media screen and (max-width: 1200px) {
  .officedl dt {
    padding-bottom: 10px;
    display: block;
    border-bottom: 2px solid #8299AD;
  }
  .officedl dt h2 {
    margin-right: 0;
  }
  .officedl dd:not(:last-child) {
    margin-bottom: 40px;
  }
  .officeul li {
    padding: 20px 0 15px;
    display: block;
  }
  .officeul-l {
    display: block;
  }
  h3.officeul-name {
    width: inherit;
    text-align: left;
  }
  .officeul-l .fs16 {
    padding-left: 0;
  }
  .officeul-r {
    margin-top: 10px;
    display: block;
  }
}
.bordermid {
  padding: 15px;
  border-top: 2px solid #8299AD;
  border-bottom: 2px solid #8299AD;
  text-align: center;
}

.landscape .bordermid {
  border-color: #87B597;
}

.exterior .bordermid {
  border-color: #336D7E;
}

.fivetrees .bordermid {
  border-color: #BFBB99;
}

.lifeness .bordermid {
  border-color: #85CDD0;
}

.sdgsul {
  margin-top: 60px;
}

.sdgsul > li:not(:last-child) {
  margin-bottom: 60px;
}

.sdgsico {
  width: 200px;
}

.sdgsdl {
  width: calc(100% - 250px);
}

.sdgsdl dt {
  margin-bottom: 20px;
}

.sdgsdl dd.flex > .dotul li:not(:last-child) {
  margin-right: 80px;
}

.dotul li {
  position: relative;
  padding-left: 1em;
}

.dotul li:not(:last-child) {
  margin-bottom: 5px;
}

.dotul li:after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.sdgsimg2 {
  margin-top: 30px;
  margin-left: -30px;
  margin-bottom: -30px;
}

.sdgsimg2 div {
  width: calc(50% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
}

.sdgsimg4 {
  margin-top: 30px;
  margin-left: -20px;
  margin-bottom: -20px;
}

.sdgsimg4 div {
  width: calc(25% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
}

.sdgsinsta {
  margin-top: 40px;
  padding: 25px;
  padding-left: 40px;
}

.sdgsinstaico {
  width: 60px;
}

.sdgsinstatxt {
  width: calc(100% - 60px - 30px);
  margin-left: 30px;
}

.sdgsinstatxt span {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 1000px) {
  .bordermid {
    padding: 10px;
  }
  .sdgsul {
    margin-top: 40px;
  }
  .sdgsul > li:not(:last-child) {
    margin-bottom: 40px;
  }
  .sdgsico {
    width: 150px;
  }
  .sdgsdl {
    width: calc(100% - 180px);
  }
  .sdgsdl dt {
    margin-bottom: 10px;
  }
  .sdgsdl dt br {
    display: none;
  }
  .sdgsimg2 {
    margin-top: 20px;
    margin-left: -14px;
    margin-bottom: -14px;
  }
  .sdgsimg2 div {
    width: calc(50% - 14px);
    margin-left: 14px;
    margin-bottom: 14px;
  }
  .sdgsimg4 {
    margin-top: 20px;
    margin-left: -14px;
    margin-bottom: -14px;
  }
  .sdgsimg4 div {
    width: calc(25% - 14px);
    margin-left: 14px;
    margin-bottom: 14px;
  }
  .sdgsinsta {
    margin-top: 20px;
    padding: 15px;
    padding-left: 20px;
  }
  .sdgsinstaico {
    width: 30px;
  }
  .sdgsinsta .fs16 {
    width: calc(100% - 30px - 20px);
    margin-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .sdgsico {
    width: 100px;
  }
  .sdgsdl {
    width: calc(100% - 120px);
  }
  .sdgsimg2 div {
    width: calc(100% - 14px);
  }
  .sdgsimg4 div {
    width: calc(50% - 14px);
  }
}
@media screen and (max-width: 500px) {
  .sdgsdl {
    width: 100%;
    margin-top: 15px;
  }
}
.warrantydl {
  margin-top: 60px;
}

.warrantydl dt,
.warrantydl dd {
  padding: 25px 0 30px;
  border-bottom: 1px solid #999;
}

.warrantydl dt {
  width: 200px;
  text-align: center;
}

.warrantydl dd {
  width: calc(100% - 200px);
}

.warrantydl dd p:not(:last-child) {
  margin-bottom: 20px;
}

.listmaru li,
.listkome li {
  padding-left: 1.2em;
  position: relative;
}

.listkakko li {
  padding-left: 2em;
  position: relative;
}

.listmaru li::after,
.listkome li::after,
.listkakko li::after {
  position: absolute;
  top: 0;
  left: 0;
}

.listkome li::after {
  content: "※";
}

.listmaru li:nth-child(1)::after {
  content: "①";
}

.listmaru li:nth-child(2)::after {
  content: "②";
}

.listmaru li:nth-child(3)::after {
  content: "③";
}

.listmaru li:nth-child(4)::after {
  content: "④";
}

.listmaru li:nth-child(5)::after {
  content: "⑤";
}

.listkakko li:nth-child(1)::after {
  content: "1)";
}

.listkakko li:nth-child(2)::after {
  content: "2)";
}

.listkakko li:nth-child(3)::after {
  content: "3)";
}

.listkakko li:nth-child(4)::after {
  content: "4)";
}

.listkakko li:nth-child(5)::after {
  content: "5)";
}

.listkakko li:nth-child(6)::after {
  content: "6)";
}

.listkakko li:nth-child(7)::after {
  content: "7)";
}

.listkakko li:nth-child(8)::after {
  content: "8)";
}

.listkakko li:nth-child(9)::after {
  content: "9)";
}

.listkakko li:nth-child(10)::after {
  content: "10)";
}

.listkakko li:nth-child(11)::after {
  content: "11)";
}

.listkakko li:nth-child(12)::after {
  content: "12)";
}

.listkakko li:nth-child(13)::after {
  content: "13)";
}

@media screen and (max-width: 1000px) {
  .warrantydl {
    margin-top: 15px;
  }
  .warrantydl dt {
    width: 100%;
    text-align: left;
    padding: 15px 0 5px;
    border: none;
  }
  .warrantydl dd {
    width: 100%;
    padding: 0 0 20px;
    border-bottom: 1px solid #999;
  }
}
.companylink.indls02slide.col3 .slick-dots li {
  width: calc(33.3333333333% - 5px);
}

.companylink.indls02slide .slick-active a {
  pointer-events: none;
}

.indls02slide .slick-dots li.c-et {
  border-color: #336D7E;
  border-bottom-color: #fff;
}

.indls02slide .slick-dots li.c-et a {
  color: #336D7E;
}

.indls02slide .slick-dots li.c-et a:hover,
.indls02slide .slick-dots li.slick-active.c-et a {
  background: #336D7E;
  color: #fff;
}

.faqmid {
  padding: 50px 0 30px;
}

.faqdl {
  border-bottom: 1px solid #999;
}

.faqdl dt {
  padding: 20px 0;
  cursor: pointer;
}

.faqdl dd {
  padding-bottom: 20px;
  display: none;
}

.faqdl dt:not(:first-child) {
  border-top: 1px solid #999;
}

.faqdl .yajiparent::after {
  right: 50px;
  top: 4px;
}

.faqdl .yajiparent::before {
  right: 60px;
  top: 13px;
  border-top: none;
  border-bottom: 1px solid #5C5C5C;
}

.faqdl dt.active .yajiparent::before {
  transform: rotate(225deg);
  top: 15px;
}

.faqdlen {
  width: 100px;
  text-align: center;
}

.faqdljp {
  width: calc(100% - 100px);
}

.faqdljp p {
  padding-right: 100px;
}

@media screen and (max-width: 1000px) {
  .faqmid {
    padding: 30px 0 15px;
  }
  .faqdl dt {
    padding: 15px 0;
  }
  .faqdl dd {
    padding-bottom: 15px;
    display: none;
  }
  .faqdl .yajiparent::after {
    right: 0;
    top: 4px;
  }
  .faqdl .yajiparent::before {
    right: 8px;
    top: 11px;
  }
  .faqdl dt.active .yajiparent::before {
    top: 13px;
  }
  .faqdlen {
    width: 30px;
    text-align: left;
  }
  .faqdljp {
    width: calc(100% - 30px);
  }
  .faqdljp p {
    padding-right: 50px;
  }
}
/* product
==========================================================*/
.prodsearchdl dt,
.prodsearchdl dd {
  margin-bottom: 40px;
}

.prodsearchdl dt {
  width: 140px;
  min-height: 50px;
  border-right: 1px solid #333;
}

.prodsearchdl dd {
  width: calc(100% - 140px);
  padding-left: 40px;
}

.prodsearchbtnwrap .commonbtn p {
  color: #333;
  font-weight: normal !important;
}

@media screen and (max-width: 1000px) {
  .prodsearchdl dt {
    margin-bottom: 15px;
    width: inherit;
    min-height: inherit;
    border-right: none;
  }
  .prodsearchdl dd {
    margin-bottom: 20px;
    width: 100%;
    padding-left: 0;
  }
}
/* 全体のリスト */
.prodsearchdlul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 各リストアイテム */
.prodsearchdlul li {
  display: flex;
  align-items: center;
}

/* ラベル部分 */
.prodsearchdlul li label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
}

/* チェックボックス・ラジオボタンの共通スタイル */
.prodsearchdlul input[type=checkbox],
.prodsearchdlul input[type=radio] {
  -moz-appearance: none;
       appearance: none; /* ブラウザデフォルトリセット */
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1.5px solid #999;
  border-radius: 2px; /* 四角にしたい場合は2px、丸くしたい場合は50% */
  background-color: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* チェック時の背景色 */
.prodsearchdlul input[type=checkbox]:checked,
.prodsearchdlul input[type=radio]:checked {
  border-color: #333;
  background-color: #333;
}

/* チェックマーク表示 */
.prodsearchdlul input[type=checkbox]:checked::after,
.prodsearchdlul input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

/* チェック時のラベル文字色強調 */
.prodsearchdlul input[type=checkbox]:checked + span,
.prodsearchdlul input[type=radio]:checked + span {
  font-weight: 600;
  color: #000;
}

/* 小画面対応 */
@media screen and (max-width: 600px) {
  .prodsearchdlul li label {
    font-size: 14px;
    gap: 5px;
  }
  .prodsearchdlul input[type=checkbox],
  .prodsearchdlul input[type=radio] {
    width: 16px;
    height: 16px;
  }
}
.prodlistul {
  margin-left: -20px;
  margin-bottom: -40px;
  line-height: 1.5;
}

.prodlistul > li {
  width: calc(25% - 20px);
  margin-left: 20px;
  margin-bottom: 40px;
}

.prodlistulimg {
  margin-bottom: 15px;
}

.prodlistulttl {
  margin-bottom: 20px;
}

.prodlistcatul {
  margin-bottom: 10px;
}

.prodlistcatul li {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 10px;
  line-height: 1;
  line-height: 24px;
  border-radius: 12px;
}

.prodlistcatul li.tag-partly-custom-order,
.prodlistcatul li.tag-custom-order {
  background: #87B597;
}

.prodlistultxt p {
  margin-bottom: 2px;
}

@media screen and (max-width: 1000px) {
  .prodlistul {
    margin-bottom: -20px;
    margin-left: -10px;
  }
  .prodlistul > li {
    width: calc(25% - 10px);
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .prodlistulttl {
    margin-bottom: 15px;
  }
  .prodlistcatul li {
    line-height: 22px;
    border-radius: 11px;
  }
}
@media screen and (max-width: 750px) {
  .prodlistul > li {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 500px) {
  .prodlistul > li {
    width: calc(50% - 10px);
  }
}
/* toshin
==========================================================*/
.strengthul li {
  padding: 30px 0;
  padding-left: 70px;
}

.strengthul li:not(:last-child) {
  border-bottom: 1px solid #999;
}

.strengthul li::before {
  top: calc(50% - 1em);
  left: 20px;
  color: #8299AD;
  font-size: 24px;
  font-weight: bold;
}

.strengthul li:nth-child(1):before {
  content: "1";
}

.strengthul li:nth-child(2):before {
  content: "2";
}

.strengthul li:nth-child(3):before {
  content: "3";
}

.strengthul li:nth-child(4):before {
  content: "4";
}

.strengthul li:nth-child(5):before {
  content: "5";
}

.strengthulimg {
  width: 280px;
}

.strengthdl {
  width: calc(100% - 280px);
  padding-left: 30px;
}

.strengthdl dt {
  margin-bottom: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .strengthul li {
    padding: 20px 0;
    padding-left: 30px;
  }
  .strengthul li::before {
    left: 0;
    font-size: 20px;
  }
  .strengthulimg {
    width: 180px;
  }
  .strengthdl {
    width: calc(100% - 180px);
    padding-left: 20px;
  }
  .strengthdl dt {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 550px) {
  .strengthul li {
    padding: 0 0 30px;
    padding-left: 0;
    border: none !important;
  }
  .strengthul li::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .strengthulimg {
    width: 100%;
  }
  .strengthdl {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.toshinbusiul li:not(:last-child) {
  margin-bottom: 30px;
}

.toshinbusiulimg {
  width: 38.8888888889%;
}

.toshinbusiultxt {
  width: 57.4074074074%;
}

.toshinbusiultxt h3 {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #87B597;
}

.toshinbusiultxt h3.fc-et {
  border-color: #336D7E;
}

.toshinbusiultxt h3.fc-ln {
  border-color: #85CDD0;
}

.toshinbusiultxt h3.fc-ft {
  border-color: #BFBB99;
}

@media screen and (max-width: 1000px) {
  .toshinbusiulimg {
    width: 100%;
  }
  .toshinbusiultxt {
    width: 100%;
    margin-top: 15px;
  }
  .toshinbusiultxt h3 {
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}
.toshinbrandul {
  margin-left: -40px;
}

.toshinbrandul li {
  width: calc(33.3333333333% - 40px);
  margin-left: 40px;
}

@media screen and (max-width: 1000px) {
  .toshinbrandul {
    margin-left: -20px;
  }
  .toshinbrandul li {
    width: calc(33.3333333333% - 20px);
    margin-left: 20px;
  }
}
.toshinshipincwrap .exwideimgul li {
  margin-bottom: 30px;
}

.toshinshipincwrap .ex50imgul {
  margin: 0;
}

.toshinshipincwrap .ex50imgul li {
  width: 25%;
  margin: 0;
}

.toshinshipincwrap .ex50imgul li > div:nth-child(1) {
  margin-bottom: 10px;
}

.toshinshipincwrap .ex50imgul .exwideimgultxt {
  position: inherit;
  padding: 0;
}

@media screen and (max-width: 1000px) {
  .toshinshipincwrap .ex50imgul li {
    width: 50%;
    margin: 0 0 20px;
  }
}
.toshinhistoryol li:not(:last-child) {
  padding-bottom: 80px;
}

.toshinhistoryol li:not(:last-child):after {
  left: calc(50% - 12.5px);
  bottom: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #999 transparent transparent transparent;
  border-width: 21.65px 12.5px 0px 12.5px;
}

.toshinhistoryolimg {
  width: 300px;
}

.toshinhistoryoltxt {
  width: calc(100% - 300px - 30px);
}

.toshinhistoryoltxt h4 {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 4px solid #8299AD;
}

.toshinhistoryoltxt h3 {
  margin-bottom: 20px;
  line-height: 1.5;
}

.toshinhistoryincwrap .historydlimgul,
.toshinhistoryincwrap .bg-lb {
  display: none;
}

@media screen and (max-width: 1000px) {
  .toshinhistoryol li:not(:last-child) {
    padding-bottom: 40px;
  }
  .toshinhistoryol li:not(:last-child):after {
    left: calc(50% - 6px);
    bottom: 15px;
    border-width: 12px 8px 0px 8px;
  }
  .toshinhistoryolimg {
    width: 120px;
  }
  .toshinhistoryoltxt {
    width: calc(100% - 120px - 20px);
  }
  .toshinhistoryoltxt h4 {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 2px solid #8299AD;
  }
  .toshinhistoryoltxt h3 {
    margin-bottom: 15px;
  }
  .toshinhistoryincwrap .historydlimgul,
  .toshinhistoryincwrap .bg-lb {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .toshinhistoryolimg {
    width: 100px;
    margin-left: -20px;
  }
  .toshinhistoryoltxt {
    width: calc(100% - 90px);
  }
}
.pagination a,
.pagination span {
  display: inline-block;
  width: 25px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  color: #8299AD;
}

.pagination a {
  font-weight: bold;
}

.pagination a:hover {
  background: #F3F8F5;
}

.pagination .prev,
.pagination .next {
  font-size: 0.8em;
}

/* news
==========================================================*/
.newsdate {
  margin-right: 20px;
}

.news-body h1,
.news-body h2 {
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 3px solid #8299AD;
  border-bottom: 3px solid #8299AD;
  font-size: 2.1428571429rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

.news-body h3 {
  padding-bottom: 15px;
  margin-bottom: 30px;
  color: #8299AD;
  border-bottom: 3px solid #8299AD;
  font-size: 1.8571428571rem;
  font-weight: bold;
}

.news-body h4 {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid #333;
  font-size: 1.8571428571rem;
  font-weight: bold;
}

.news-body h5 {
  margin-bottom: 20px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
}

.news-body h5::after {
  content: "●";
  font-size: 0.5em;
  color: #8299AD;
  position: absolute;
  top: 0.75em;
  left: 0;
}

.news-body h6 {
  margin-bottom: 20px;
  color: #8299AD;
  font-size: 1.4285714286rem;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .news-body h3 {
    padding-bottom: 10px;
  }
  .news-body h4 {
    padding-bottom: 10px;
  }
  .news-body h5 {
    margin-bottom: 15px;
  }
  .news-body h6 {
    margin-bottom: 15px;
  }
}
.news-body p {
  margin-bottom: 1.5em;
}

.news-body strong,
.news-body b {
  font-weight: bold;
}

.news-body em,
.news-body i {
  font-style: italic;
}

.news-body u {
  text-decoration: underline;
}

.news-body del {
  text-decoration: line-through;
}

.news-body mark {
  background-color: #fffa9c;
  padding: 0 4px;
}

.news-body small {
  font-size: 0.85em;
}

.news-body blockquote {
  margin: 2em 0;
  padding: 1em 1.5em;
  background: #eee;
  border-left: 5px solid #999;
  font-style: italic;
}

.news-body ul,
.news-body ol {
  margin: 1em 0 1.5em 2em;
}

.news-body ul li,
.news-body ol li {
  margin-bottom: 0.5em;
}

.news-body a {
  text-decoration: underline;
}

.news-body a:hover {
  text-decoration: none;
}

.news-body img {
  max-width: 100%;
  height: auto;
  margin: 1.5em 0;
  display: block;
}

.news-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
}

.news-body table th,
.news-body table td {
  border: 1px solid #C2C2C2;
  padding: 0.75em;
  text-align: left;
}

.news-body table th {
  background-color: #eee;
}

.news-body pre {
  background: #eee;
  padding: 1em;
  overflow-x: auto;
  margin: 1.5em 0;
}

.news-body code {
  background: #eee;
  padding: 2px 4px;
  border-radius: 3px;
}

/* catalog
==========================================================*/
.catalogcol-l {
  width: 300px;
}

.catalogcol-r {
  width: calc(100% - 360px);
  line-height: 2.5;
}

.catalogul {
  margin-left: -30px;
}

.catalogul li {
  width: calc(25% - 30px);
  margin-left: 30px;
}

@media screen and (max-width: 1000px) {
  .catalogcol {
    margin-top: 25px;
  }
  .catalogcol-l {
    width: calc(25% - 10px);
  }
  .catalogcol-r {
    width: calc(75% - 10px);
    line-height: 2;
  }
  .catalogul {
    margin-left: -10px;
    margin-bottom: -10px;
  }
  .catalogul li {
    width: calc(25% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 650px) {
  .catalogcol-l {
    width: 50%;
    margin: 0 auto 20px;
    max-width: 180px;
  }
  .catalogcol-r {
    width: 100%;
  }
  .catalogul li {
    width: calc(50% - 10px);
  }
}
/* checkpoint
==========================================================*/
.checktab01 {
  width: 100%;
}

.checktab01 thead {
  background: rgba(135, 181, 151, 0.2);
}

.checktab01 th,
.checktab01 td {
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px solid #999;
  vertical-align: middle;
  line-height: 1.4;
}

.checktab01 thead th {
  padding: 25px 10px;
}

.checktab01 th:not(:last-child),
.checktab01 td:not(:last-child) {
  border-right: 1px solid #999;
}

.checktab02 {
  width: 100%;
}

.checktab02 th,
.checktab02 td {
  border-bottom: 1px solid #999;
}

.checktab02 th {
  padding: 10px;
  width: 300px;
  text-align: center;
  background: rgba(135, 181, 151, 0.2);
  vertical-align: middle;
}

.checktab02 td {
  padding: 10px 30px;
}

@media screen and (max-width: 1000px) {
  .checktab01wrap {
    overflow-x: scroll;
  }
  .checktab01 {
    width: 100%;
    min-width: 800px;
  }
  .checktab01 th,
  .checktab01 td {
    padding: 5px;
  }
  .checktab01 thead th {
    padding: 10px 5px;
  }
  .checktab02 th,
  .checktab02 td {
    display: block;
    padding: 10px 15px;
  }
  .checktab02 th {
    width: 100%;
    padding: 5px;
  }
}
.dotmid {
  padding-left: 0.75em;
  margin-bottom: 15px;
}

.dotmid::before {
  content: "●";
  left: 0;
  font-size: 0.5em;
  top: 0.8em;
  color: #87B597;
}

.landscape .dotmid::before {
  color: #87B597;
}

.exterior .dotmid::before {
  color: #336D7E;
}

.checkul {
  margin-left: -30px;
  margin-bottom: -15px;
}

.companydl p + .checkul {
  margin-top: -10px;
}

.checkul li {
  width: calc(25% - 30px);
  margin-left: 30px;
  margin-bottom: 15px;
}

.companydl p + .dotul {
  margin: -20px 0 30px;
}

@media screen and (max-width: 1000px) {
  .dotmid {
    margin-bottom: 7px;
  }
  .dotmid::before {
    top: 0.9em;
  }
  .checkul {
    margin-left: -15px;
  }
  .companydl p + .checkul {
    margin-top: -5px;
  }
  .checkul li {
    width: calc(33.3333333333% - 15px);
    margin-left: 15px;
  }
  .companydl p + .dotul {
    margin: -10px 0 15px;
  }
}
.checkdischargeblock {
  padding: 50px 70px;
  border: 1px solid #999;
  border-radius: 10px;
}

.checkdischargeblockul {
  width: 75%;
  margin-left: -20px;
}

.checkdischargeblockul li {
  width: calc(33.3333333333% - 20px);
  margin-left: 20px;
}

.checkdischargeblockul li p {
  height: 35px;
}

.checkdischargeblockdl {
  width: 25%;
  margin-bottom: 35px;
  border-bottom: 1px solid #999;
}

.checkdischargeblockdl dd {
  padding: 15px 0;
}

@media screen and (max-width: 1200px) {
  .checkdischargeblock {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .checkdischargeblockul {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
  .checkdischargeblockul li {
    width: calc(33.3333333333% - 10px);
    margin: 0;
  }
  .checkdischargeblockul li p {
    margin-top: 15px;
    height: inherit;
    line-height: 1.5;
  }
  .checkdischargeblockdl {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 0;
    border: none;
  }
  .checkdischargeblockdl dd {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .checkdischargeblock {
    padding: 15px 20px;
    border-radius: 5px;
  }
  .checkdischargeblockul li {
    width: calc(33.3333333333% - 5px);
  }
}
/* tlcworks
==========================================================*/
.tlcworksul {
  margin-left: -40px;
  margin-bottom: -40px;
}

.tlcworksul li {
  width: calc(50% - 40px);
  margin-left: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
  .tlcworksul li {
    width: 100%;
  }
  .tlcworksul {
    margin-bottom: -20px;
  }
  .tlcworksul li {
    margin-bottom: 20px;
  }
}
/* tlccrosssection
==========================================================*/
.tlccrosssectionul {
  margin-left: -30px;
  margin-bottom: -30px;
}

.tlccrosssectionul li {
  width: calc(33.3333333333% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .tlccrosssectionul {
    margin-left: -15px;
    margin-bottom: -15px;
  }
  .tlccrosssectionul li {
    width: calc(50% - 15px);
    margin-left: 15px;
    margin-bottom: 15px;
  }
}
/* plant
==========================================================*/
.planttab {
  width: 100%;
}

.planttab thead {
  background: rgba(135, 181, 151, 0.2);
}

.planttab th,
.planttab td {
  border-bottom: 1px solid #999;
  vertical-align: middle;
}

.planttab th:not(:last-child),
.planttab td:not(:last-child) {
  border-right: 1px solid #999;
}

.planttab th {
  padding: 15px 0;
  text-align: center;
}

.planttab td {
  padding: 15px;
}

.planttab thead th[colspan="2"] {
  width: 50%;
}

.planttab tbody th {
  width: 10%;
}

@media screen and (max-width: 1000px) {
  .planttabwrap {
    overflow-x: scroll;
  }
  .planttab {
    min-width: 800px;
  }
  .planttab th {
    padding: 5px 0;
  }
  .planttab td {
    padding: 5px;
  }
  .planttab tbody th {
    width: 7%;
  }
}
/* lifeness
==========================================================*/
.lifenessul > li:not(:last-child) {
  margin-bottom: 50px;
}

.lifenessulimg {
  width: 420px;
}

.lifenessultxt {
  width: calc(100% - 420px - 40px);
}

.linenesslogoul {
  margin-left: -40px;
  margin-bottom: -30px;
}

.linenesslogoul li {
  width: calc(14.2857142857% - 40px);
  margin-left: 40px;
  margin-bottom: 30px;
}

.telwrap {
  margin-left: -40px;
}

.telwrap .commonbtn {
  padding: 0;
  width: calc(33.3333333333% - 40px);
  height: 70px;
  margin-left: 40px;
}

.telwrap .commonbtn::before,
.telwrap .commonbtn::after {
  width: 12.1153846154px;
  height: 70px;
}

.telwrap .commonbtn p.fs20 {
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  .lifenessul > li {
    align-items: flex-start;
  }
  .lifenessul > li:not(:last-child) {
    margin-bottom: 25px;
  }
  .lifenessulimg {
    width: 50%;
  }
  .lifenessultxt {
    width: calc(50% - 20px);
  }
  .linenesslogoul {
    margin-left: -30px;
    margin-bottom: -15px;
  }
  .linenesslogoul li {
    width: calc(14.2857142857% - 30px);
    margin-left: 30px;
    margin-bottom: 15px;
  }
  .telwrap {
    max-width: 350px;
    width: 100%;
    margin: 0 auto -20px !important;
  }
  .telwrap .commonbtn {
    height: 60px;
    margin: 0 0 20px !important;
    width: 100%;
  }
  .telwrap .commonbtn::before,
  .telwrap .commonbtn::after {
    width: 10.3846153846px;
    height: 60px;
  }
  .telwrap .commonbtn p.fs20 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 750px) {
  .lifenessulimg {
    width: 100%;
    margin-bottom: 15px;
  }
  .lifenessultxt {
    width: 100%;
  }
  .linenesslogoul li {
    width: calc(20% - 30px);
  }
}
@media screen and (max-width: 500px) {
  .linenesslogoul li {
    width: calc(33.3333333333% - 30px);
  }
}
/* solution
==========================================================*/
.solutionul {
  margin-left: -40px;
  margin-bottom: -40px;
}

.solutionul li {
  width: calc(50% - 40px);
  margin-left: 40px;
  margin-bottom: 40px;
  border: 5px solid #8299AD;
}

.solutionulimg {
  aspect-ratio: 3/2;
}

.solutionulen {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  top: -5px;
  left: -5px;
  z-index: 3;
}

.solutionulmid {
  left: 30px;
  bottom: 25px;
  width: calc(100% - 60px);
  color: #fff;
  z-index: 3;
  line-height: 1.6;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
}

.indconcept .solutionul {
  margin-left: -20px;
  margin-bottom: -20px;
}

.indconcept .solutionul li {
  width: calc(33.3333333333% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
}

.indconcept .solutionul li:last-child {
  display: none;
}

.indconcept .solutionulmid {
  left: 15px;
  bottom: 15px;
  width: calc(100% - 26px);
}

.indconcept .solutionulmid br {
  display: none;
}

@media screen and (max-width: 1000px) {
  .solutionul {
    margin-left: -20px;
    margin-bottom: -20px;
  }
  .solutionul li {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
    border-width: 3px;
  }
  .solutionulen {
    top: -3px;
    left: -3px;
  }
  .solutionulmid {
    left: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
  }
  .indconcept .solutionul {
    margin-left: -10px;
    margin-bottom: -10px;
  }
  .indconcept .solutionul li {
    width: calc(50% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .indconcept .solutionul li:last-child {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .solutionul li {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .indconcept .solutionul li {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */