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

body {
  line-height: 1.8;
  font-family: Verdana, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  padding: 0;
  color: #111;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05em;
}

li,
.block {
  display: block;
}

.ilb {
  display: inline-block;
}

.ofh {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: var(--color-theme);
  outline: none;
  transition: all 0.3s;
}

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

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

video {
  vertical-align: bottom;
}

:focus {
  outline: 0;
}

.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-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: 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: 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) {
  .hide-500 {
    display: none !important;
  }
  .show-500 {
    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-ais {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.flex-aie {
  display: flex;
  align-items: flex-end;
  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 li {
  padding-left: 1.75em;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inner1500max {
  max-width: 1500px;
  margin: 0 auto;
}

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

@media screen and (max-width: 1650px) {
  .inner1500,
  .inner1300,
  .inner1100 {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1000px) {
  .inner,
  .inner1500,
  .inner1300,
  .inner1100 {
    width: calc(100% - 8vw);
  }
}
.rad10 {
  border-radius: 10px;
  overflow: hidden;
}

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

.lex {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
}

.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;
}

.zind2 {
  z-index: 2;
}

.fc-red {
  color: #E71F19;
}

.fc-gr {
  color: #7A7A7A;
}

.bg-red {
  background: #E71F19;
}

.bg-gray {
  background: #F0F0F0;
}

.bg-black {
  background: #333;
}

.bg-wh {
  background: #fff;
}

.fc-wh {
  color: #fff;
}

.fs16 {
  font-size: 1.1428571429rem;
}

.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;
}

.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;
  }
  .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;
  }
  .fs28 {
    font-size: 1.75rem;
  }
  .fs30 {
    font-size: 1.7647058824rem;
  }
  .fs34 {
    font-size: 2rem;
  }
  .fs35 {
    font-size: 2.0588235294rem;
  }
  .fs40 {
    font-size: 2.2222222222rem;
  }
  .fs50 {
    font-size: 2.7777777778rem;
  }
  .fs60 {
    font-size: 3.1578947368rem;
  }
  .fs80 {
    font-size: 3.6363636364rem;
  }
  .fs100 {
    font-size: 4.1666666667rem;
  }
}
#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.pt20 {
  padding-top: 20px;
}

.pt40 {
  padding-top: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pt80 {
  padding-top: 80px;
}

.pt100 {
  padding-top: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt20 {
  margin-top: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb150 {
  margin-bottom: 150px;
}

@media screen and (max-width: 1000px) {
  .pt40 {
    padding-top: 20px;
  }
  .pt60 {
    padding-top: 30px;
  }
  .pt80 {
    padding-top: 40px;
  }
  .pt100 {
    padding-top: 50px;
  }
  .pt150 {
    padding-top: 70px;
  }
  .pb150 {
    padding-bottom: 70px;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .mb150 {
    margin-bottom: 70px;
  }
  .sp-pt60 {
    padding-top: 60px;
  }
}
/* header
==========================================================*/
@media screen and (min-width: 1201px) {
  #header {
    width: 100%;
    height: 100px;
    padding: 0 40px;
    background: #fff;
    position: fixed;
    z-index: 9999;
  }
  .linkanchor {
    padding-top: 120px;
    margin-top: -120px;
  }
  main {
    padding-top: 100px;
  }
  .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%;
  }
  #g-nav-list .noto {
    font-weight: 500;
  }
  .headmenuul > li > a {
    height: 100%;
    padding: 0 20px;
    border-bottom: none !important;
  }
  .headmenuul > li > a:hover,
  .headmenuul > li:has(.dropdown:hover) > a {
    background: #E71F19;
    color: #fff;
  }
  .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background: #E71F19;
  }
  li:hover .dropdown {
    padding: 30px 0;
    display: block;
  }
  .dropdownul {
    margin-left: -10px;
    margin-bottom: -10px;
  }
  .dropdownul li {
    width: calc(33.3333333333% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .dropdownul li a {
    width: 100%;
    height: 80px;
    background: #fff;
  }
  .dropdownul li a:hover {
    color: #E71F19;
  }
  .dropdownulimg {
    overflow: hidden;
    width: 100px;
    height: 100%;
  }
  .dropdownul li a p {
    width: calc(100% - 100px);
    padding: 0 15px;
    font-weight: 700;
  }
}
@media screen and (max-width: 1200px) {
  main {
    padding-top: 50px;
  }
}
.dropdownul li.compliance p,
.dropdownul li.contractemployee p {
  padding-right: 30px;
  position: relative;
}

.dropdownul li.compliance p::after,
.dropdownul li.contractemployee p::after {
  top: calc(50% - 0.9em);
  right: 20px;
  position: absolute;
  font-size: 0.9em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f35d";
}

.headbtnul {
  margin-left: 20px;
}

.headbtnul > li {
  margin-left: 20px;
}

.headbtnul > li > a {
  width: 180px;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #E71F19;
}

.headbtnul > li > a .headbtnico {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  top: 1px;
  position: relative;
  background: url(../images/common/head-info.png) no-repeat center;
  background-size: 100% auto !important;
}

.headbtnul li:nth-child(1) a .headbtnico {
  background: url(../images/common/head-info.png) no-repeat center;
}

.headbtnul li:nth-child(2) a .headbtnico {
  background: url(../images/common/head-contact.png) no-repeat center;
}

.headbtnul li:nth-child(3) a .headbtnico {
  background: url(../images/ico/people1-r.png) no-repeat center;
}

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

.headbtnul > li > a:hover {
  background: #E71F19;
}

.headbtnul > li > a:hover p {
  color: #fff;
}

.headbtnul > li:nth-child(1) a:hover .headbtnico {
  background: url(../images/common/head-info-wh.png) no-repeat center;
}

.headbtnul > li:nth-child(2) a:hover .headbtnico {
  background: url(../images/common/head-contact-wh.png) no-repeat center;
}

.headbtnul > li:nth-child(3) a:hover .headbtnico {
  background: url(../images/ico/people1-wh.png) no-repeat center;
}

.hovercontact {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
}

.hovercontact.is-visible {
  display: block;
}

.hovercontactul {
  margin: 40px 0;
  margin-left: -20px;
}

.hovercontactul li {
  margin-left: 20px;
}

.hovercontactul li a {
  width: 320px;
  height: 60px;
  border: none;
  background: #fff;
  color: #333;
}

.hovercontactul li a:hover {
  color: #E71F19;
}

.hovercontactul li a:after {
  background: #E71F19;
}

.hovercontactul li a::before {
  border-color: #fff;
}

@media screen and (max-width: 1850px) {
  .headbtnul > li > a .headbtnico {
    width: 19.6px;
    height: 19.6px;
    margin-right: 6px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1850px) {
  #header {
    height: 80px;
    padding: 0 20px;
  }
  .logo {
    width: 200px;
  }
  .headmenuul {
    font-size: 16px;
  }
  .headmenuul > li > a {
    padding: 0 10px;
  }
  .headbtnul {
    margin-left: 10px;
  }
  .headbtnul > li {
    margin-left: 10px;
  }
  .headbtnul > li > a {
    width: 140px;
    height: 50px;
    border-radius: 25px;
  }
  .headbtnul > li > a p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1450px) {
  #header {
    height: 60px;
    padding: 0 10px;
  }
  .logo {
    width: 170px;
  }
  .headmenuul {
    font-size: 14px;
    letter-spacing: 0;
  }
  .headbtnul > li {
    margin-left: 6px;
  }
  .headbtnul > li > a {
    width: 90px;
    height: 40px;
    border-radius: 20px;
    border-width: 1px;
  }
  .headbtnul > li > a .headbtnico {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
  .headbtnul > li > a p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1200px) {
  #header {
    display: block;
  }
  .logo {
    width: 100vw;
    height: 50px;
    display: flex;
    align-items: center;
    background: #fff;
    position: fixed;
    z-index: 99999;
  }
  .logo a {
    width: 170px;
    margin-left: 10px;
    display: block;
  }
  .sp-headicoul {
    right: 50px;
    margin-right: 10px;
    position: fixed;
    z-index: 99999;
    display: flex;
    align-items: center;
  }
  .sp-headicoul li a {
    height: 50px;
    padding: 0 10px;
  }
  .sp-headicoul li a div {
    width: 20px;
  }
  .openbtn {
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #E71F19;
    cursor: pointer;
  }
  .openbtn span {
    left: 14px;
    width: 45%;
    height: 2px;
    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: -4px;
    font-size: 0.8rem;
    position: absolute;
    color: #fff;
    content: "MENU";
  }
  .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: 0;
    content: "CLOSE";
    transform: translateY(0) rotate(-45deg);
  }
  #g-nav {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: #F0F0F0;
    transition: all 0.6s;
  }
  #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 {
    margin-top: 1px;
  }
  .headmenuul > li {
    margin-bottom: 1px;
  }
  .headmenuul > li > a {
    height: 50px;
    padding: 0 20px;
    background: #E71F19;
    color: #fff;
    position: relative;
  }
  .headmenuul > li > a::before {
    width: 16px;
    height: 16px;
    right: 20px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    content: "";
  }
  .headmenuul > li > a::after {
    width: 4px;
    height: 4px;
    top: calc(50% - 2px);
    right: 27px;
    border-top: 1px solid #E71F19;
    border-right: 1px solid #E71F19;
    transform: rotate(45deg);
    z-index: 2;
    content: "";
    position: absolute;
  }
  .dropdown {
    margin: -1px 0;
    padding: 20px 0;
    background: #F0F0F0;
  }
  .dropdown .inner1500 {
    width: calc(100% - 40px);
  }
  .dropdownul {
    margin-left: -10px;
    margin-bottom: -10px;
  }
  .dropdownul li {
    width: calc(50% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
  .dropdownul li a {
    width: 100%;
    height: 60px;
    background: #fff;
  }
  .dropdownulimg {
    overflow: hidden;
    height: 100%;
    aspect-ratio: 1/1;
  }
  .dropdownul li a p {
    width: calc(100% - 60px);
    padding: 0 10px;
    line-height: 1.2;
    font-weight: 500;
  }
  .dropdownul li a p span {
    display: inline-block;
    font-size: 0.8em;
    margin: 0 0.1em;
  }
  .headbtnul {
    width: calc(100% - 40px);
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
  }
  .headbtnul li {
    width: calc(50% - 5px);
    margin: 0;
  }
  .headbtnul li a {
    width: 100%;
    background: #fff;
  }
  .dropdownul li.compliance p::after,
  .dropdownul li.contractemployee p::after {
    top: calc(50% - 0.45em);
    right: 10px;
  }
  #header .headbtnul {
    display: block;
  }
  #header .headbtnul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .dropdownul li {
    width: 100%;
  }
}
/* footer / sitemap
==========================================================*/
.foott {
  padding: 30px 0;
  overflow: hidden;
}

.foott .line {
  top: calc(50% - 15px);
  right: calc(-50vw + 600px);
  width: 750px;
}

.foott .line::after {
  background-color: #E71F19;
}

.footlogo {
  width: 80px;
}

.hoverscale {
  transition: 0.3s;
}

.hoverscale:hover {
  transform: scale(1.05);
}

.foottname {
  margin: 0 40px;
}

.footttxt {
  line-height: 1.7;
  font-weight: 500;
}

.footttxt span {
  display: inline-block;
  padding: 0 0.5em 0 0;
}

.footb {
  padding-top: 100px;
}

.footbcol {
  align-items: flex-start;
}

.footbcol:not(:last-child) {
  padding-bottom: 100px;
}

.footbmid {
  width: 200px;
  margin-bottom: 20px;
}

.footbmid:hover {
  color: #E71F19;
}

.footbmid p:nth-child(1) {
  letter-spacing: 0;
}

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

.footbserviceul li:not(:last-child) {
  margin-bottom: 40px;
}

.footbserviceulmid {
  margin: 5px 0 20px;
}

.footbserviceulmid::before {
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #E71F19;
}

.footbserviceulmid > a {
  padding: 0 10px;
  margin-left: -10px;
  display: inline-block;
}

.footbserviceulmid > a:hover {
  color: #333;
}

.footbservicedl {
  width: 25%;
  padding-right: 10px;
}

.footbservicedl dt {
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 20px;
  border-left: 6px solid #E71F19;
  line-height: 1.5;
}

.footbservicedl dt span {
  font-size: 0.9em;
  display: inline-block;
}

.footbservicedl dd {
  margin-left: 16px;
  font-size: 13px;
}

.footbservicedl dd a {
  padding: 6px 0;
  display: block;
  line-height: 1.5;
}

.footbservicedl dd a:hover {
  color: #E71F19;
}

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

.footbcompanyulwrap {
  width: 75%;
}

.flex > .footbcompanyul {
  width: 25%;
}

.footbcompanyulwrap.flex > .footbcompanyul {
  width: 33.3333333333%;
}

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

.footbcompanyul li a {
  display: inline-block;
  padding: 4px 0;
}

.footbcompanyul li a:hover {
  color: #E71F19;
}

.footbcompanyul li a.fc-red:hover {
  color: #333;
}

.footbcompanyul li a.after:after {
  top: 5px;
  right: -20px;
  font-size: 0.9em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f35d";
}

.footbother {
  width: 25%;
}

.footcopy {
  padding: 10px;
  font-weight: 300;
}

.sitemapwrap .bg-gray {
  background: #fff;
}

.sitemapwrap .footb.bg-gray {
  padding-top: 40px;
  background: none;
  position: relative;
  z-index: 2;
}

.sitemap-contact {
  margin-bottom: 30px;
}

@media screen and (max-width: 1600px) {
  .foott .line {
    width: calc(100% - 600px);
    right: -25vw;
  }
}
@media screen and (max-width: 1400px) {
  .foott .inner1500 {
    width: calc(100% - 40px);
  }
  .foott .line {
    right: -20vw;
  }
  .footlogo {
    width: 60px;
  }
  .foottname {
    margin: 0 20px;
    font-size: 18px;
  }
  .footbcol:not(:last-child) {
    padding-bottom: 40px;
  }
  .footbmid,
  .footbservice,
  .footbcompany {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .foott {
    padding: 20px 0;
    text-align: center;
  }
  .foott > .flex-aic {
    flex-direction: column;
  }
  .foott .line {
    display: none;
  }
  .footlogo {
    width: 60px;
  }
  .foottname {
    margin: 10px 0 5px;
  }
  .footttxt span {
    display: inline-block;
    padding: 0 0.5em;
  }
  .footb {
    padding-top: 0;
  }
  .footb .inner1500 {
    width: 100%;
  }
  .footbcol:not(:last-child) {
    padding-bottom: 0;
  }
  .footbmid {
    margin-bottom: 0;
    padding: 15px 4vw;
    background: #ddd;
    border-bottom: 1px solid #fff;
  }
  .footbservice {
    padding: 4vw;
  }
  .footbserviceul li {
    margin-bottom: 20px;
  }
  .footbserviceul li:last-child {
    margin-bottom: 0;
  }
  .footbserviceulmid {
    margin-bottom: 20px;
  }
  .footbservicedl {
    width: 100%;
    padding-right: 0;
  }
  .footbservicedl:not(:last-child) {
    margin-bottom: 20px;
  }
  .footbservicedl dt {
    margin-bottom: 10px;
  }
  .footbservicedl dd {
    font-size: 12px;
  }
  .footbcompany {
    padding: 4vw;
  }
  .footbcompanyulwrap {
    width: 100%;
  }
  .footbcompanyulwrap.flex > .footbcompanyul {
    width: 100%;
  }
  .footbother {
    width: 100%;
  }
  .footcopy {
    padding: 8px;
  }
  .sitemapwrap .footbmid {
    background: #F0F0F0;
  }
}
/* index
==========================================================*/
/* main */
.indmain {
  padding-top: 100px;
}

.indmain .line {
  top: 0;
  right: -10px;
  width: 61.1458333333%;
}

.line::after {
  transition: width 1s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.indmain .line::after,
.indcompanywrap .line::after,
.indblogwrap .line::after,
.rinen01wrap .line::after,
.profilewrap .line::after,
.indexwrap .line::after,
.foott .line::after {
  left: inherit;
  right: 0;
}

.line.started::after {
  width: 0;
}

.indmainmid {
  margin-bottom: 40px;
}

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

#slider1 {
  transform: rotate(-5deg);
  width: 120%;
  margin-left: -10%;
}

#slider1::before {
  bottom: -80px;
  height: calc(100% - 80px);
  width: 100%;
  background: linear-gradient(135deg, #E71F19 0%, #E71F19 50%, #96000E 100%);
}

#slider1 .slick-slide {
  transform: rotate(5deg);
  margin: 0 15px;
}

#slider1 .slick-dots {
  right: 15%;
  bottom: -30px;
  font-size: 0;
  position: absolute;
  display: flex;
  justify-content: flex-end;
}

#slider1 .slick-dots li {
  margin-left: 5px;
}

#slider1 .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  border: 1px solid #fff;
  cursor: default;
}

#slider1 .slick-dots li.slick-active button {
  background: #fff;
}

@media screen and (max-width: 1650px) {
  .indmain .line {
    top: 3vw;
    width: 45vw;
  }
  #slider1::before {
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .indmain .line {
    top: 8vw;
  }
}
@media screen and (max-width: 1000px) {
  .indmain {
    padding-top: 50px;
  }
  #slider1::before {
    bottom: -40px;
    height: calc(100% - 1.5vw);
  }
  #slider1 .slick-slide {
    margin: 0 8px;
  }
  #slider1 .slick-dots {
    right: 13%;
    bottom: -12px;
  }
  #slider1 .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 800px) {
  .indmainmidjp {
    font-size: 5.1vw;
  }
  .indmainmiden {
    font-size: 3.4vw;
  }
  .indmain .line {
    top: 15vw;
  }
}
@media screen and (max-width: 500px) {
  .indmainmidjp {
    font-size: 6.3vw;
  }
  .indmain .line {
    top: 25vw;
    width: 60vw;
  }
}
/* about */
.indaboutwrap {
  padding: 300px 0;
  position: relative;
  z-index: 4;
}

.indaboutwrap .inner1500 .indaboutbg {
  width: 90%;
  aspect-ratio: 1388/1310;
  left: -160px;
  background: url(../images/ind/aboutbg01.png) no-repeat;
  z-index: 2;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.indaboutwrap .inner1500 .indaboutbg::before {
  background: url(../images/ind/aboutbg02.png) no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in-out 0.5s;
}

.indaboutwrap .inner1500 .indaboutbg::after {
  background: url(../images/ind/aboutbg03.png) no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in-out 1s;
}

.indaboutwrap .inner1500 .indaboutbg.started,
.indaboutwrap .inner1500 .indaboutbg.started::before,
.indaboutwrap .inner1500 .indaboutbg.started::after {
  opacity: 1;
}

.indaboutwrap .inner1500 .indaboutbg::before,
.indaboutwrap .inner1500 .indaboutbg::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.indaboutwrap .inner1500 .indaboutbg,
.indaboutwrap .inner1500 .indaboutbg::before,
.indaboutwrap .inner1500 .indaboutbg::after {
  background-size: cover !important;
}

.indaboutmiden {
  margin-bottom: 40px;
}

.indaboutmidjp {
  margin-bottom: 40px;
  line-height: 2;
}

.indabouttxt {
  margin-bottom: 120px;
}

.indabouttxt p {
  line-height: 3;
  margin-bottom: 30px;
}

.btn {
  min-width: 240px;
  width: 240px;
  height: 70px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 2px solid #333;
  background: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.w50 {
  width: 50%;
}

.wauto {
  width: auto;
}

.btn.wauto {
  padding-left: 60px;
  padding-right: 30px;
}

.indaboutwrap .btn {
  width: 260px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.btn.bg-red {
  background: #E71F19;
  border-color: #E71F19;
}

.btn.bg-wh {
  background: #fff;
  border-color: #fff;
  color: #333;
}

a.btn:hover,
a:hover div.btn {
  background: #fff;
  color: #333;
}

a.btn.bg-red:hover,
a:hover div.btn.bg-red {
  color: #E71F19;
}

.btn::after,
.newslistul li a::after {
  width: 26px;
  height: 26px;
  left: 20px;
  top: calc(50% - 13px);
  border-radius: 50%;
  background: #fff;
}

.btn.bg-wh::after {
  background: #333;
}

a.btn:hover::after,
a:hover div.btn::after {
  left: 25px;
}

.btn::before,
.newslistul li a::before {
  left: 27px;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  z-index: 2;
}

.btn.bg-red::before {
  border-color: #E71F19;
}

.btn.bg-wh::before {
  border-color: #fff;
}

a.btn:hover::before,
a:hover div.btn::before {
  left: 32px;
}

.indaboutwrap .btn {
  letter-spacing: -0.01em;
}

@media screen and (max-width: 1000px) {
  .indaboutwrap {
    padding: 100px 0;
  }
  .indaboutwrap .inner1500 .indaboutbg {
    max-width: 600px;
    left: -10vw;
    background: url(../images/ind/aboutbg01-sp.png) no-repeat;
  }
  .indaboutmiden {
    margin-bottom: 30px;
  }
  .indaboutmidjp {
    margin-bottom: 20px;
  }
  .indabouttxt {
    margin-bottom: 40px;
  }
  .indabouttxt p {
    line-height: 2.5;
    margin-bottom: 20px;
  }
  .btn {
    height: 60px;
    border-radius: 30px;
  }
  .btn::after,
  .newslistul li a::after {
    left: 15px;
  }
  .btn::before,
  .newslistul li a::before {
    left: 22px;
  }
}
@media screen and (max-width: 800px) {
  .indaboutwrap .inner1500 .indaboutbg {
    left: -20vw;
  }
}
/*service*/
.indservicewrap {
  position: relative;
  z-index: 3;
}

.indservicewrap .line {
  bottom: 65px;
  left: 540px;
  width: calc(50vw + 240px);
}

.indservicewrap .indmid {
  margin-bottom: 20px;
}

.indmiden {
  margin-bottom: 10px;
}

.indmiden div.bg-wh {
  padding-right: 15px;
}

.indmiden span {
  display: inline-block;
  padding-left: 0.25em;
}

.indservicewrap .indmidnextwrap {
  margin-bottom: 60px;
}

.indmidnextwrap.flex-jcs .indmidnext {
  width: calc(100% - 240px - 40px);
}

/*tabの形状*/
.tab {
  display: flex;
  flex-wrap: wrap;
}

.tab li {
  margin: 0 4px;
  width: calc(20% - 8px);
}

.tab li a {
  padding: 15px 20px;
  border-radius: 10px 10px 0 0;
  height: 100%;
  display: block;
  background: #ddd;
  border: 2px solid #ddd;
  border-bottom: none !important;
}

.tab li a:hover {
  border-color: #333;
}

.tab li.active a {
  pointer-events: none;
  background: #E71F19;
  border-color: #E71F19;
}

.tab li a::after {
  top: 15px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

.tab li.active a::after {
  border-color: #fff;
}

.tabno {
  width: 60px;
  height: 30px;
  border-radius: 15px;
  margin-bottom: 10px;
  line-height: 1;
  border: 1px solid #333;
  font-weight: 400;
}

.tabno.noto {
  font-weight: 700;
}

.tab li.active .tabno {
  border-color: #fff;
  background: #fff !important;
  color: #E71F19 !important;
}

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

.tabmid {
  line-height: 1.5;
}

.tab li.active .tabmid p {
  color: #fff;
}

@media screen and (max-width: 1650px) {
  .indservicewrap .line {
    width: calc(100vw - 540px - 40px);
  }
  .tabwrap {
    width: calc(100% + 60px);
    margin-left: -30px;
    padding-right: 2px;
  }
  .tab li {
    margin: 0 2px;
    width: calc(20% - 4px);
  }
  .tab li a {
    padding: 15px 10px;
  }
  .tabno {
    width: 50px;
    height: 24px;
    border-radius: 12px;
    font-size: 18px;
  }
  .tabno.noto {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  .indservicewrap .line {
    left: 480px;
    width: calc(100% - 480px + 60px);
  }
}
@media screen and (max-width: 1000px) {
  .indservicewrap .inner1500 {
    width: calc(100% - 40px);
  }
  .indservicewrap .line {
    bottom: 50px;
    left: 290px;
    width: calc(100vw - 290px);
  }
  .indservicewrap .indmid {
    margin-bottom: 20px;
  }
  .indmiden {
    line-height: 1.1;
  }
  .indmiden span {
    width: 100%;
    padding-left: 0;
  }
  .indmidnextwrap.flex-jcs {
    justify-content: flex-end;
  }
  .indservicewrap .indmidnextwrap {
    margin-bottom: 40px;
  }
  .indmidnextwrap.flex-jcs .indmidnext {
    width: 100%;
  }
  .indservicewrap .indmidnextwrap .btn {
    display: none;
  }
  .tabwrap {
    width: calc(100% + 40px);
    margin-left: -19px;
  }
  .tab {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .tab li {
    margin: 0 1px;
    width: calc(20% - 2px);
  }
  .tab li a {
    padding: 10px 10px 15px;
  }
  .tab li a::after {
    top: 15px;
    right: 20px;
    width: 8px;
    height: 8px;
  }
  .tabno {
    font-size: 14px;
    width: 40px;
    height: 20px;
    border-radius: 10px;
    margin-bottom: 8px;
  }
  .tabmid p:nth-child(2) {
    font-size: 12px;
    letter-spacing: 0;
  }
  .indservicewrap .btn {
    margin-top: 60px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 800px) {
  .tabwrap {
    width: 100vw;
    overflow: scroll;
  }
  .tab {
    width: 810px;
  }
  .tab li {
    width: 160px;
  }
}
@media screen and (max-width: 500px) {
  .indservicewrap .line {
    bottom: 50px;
    left: 180px;
    width: calc(100vw - 180px - 3vw);
  }
}
/* コンテンツエリアのスタイル */
.area {
  opacity: 0;
  display: none;
  position: absolute;
}

.area.is-active {
  opacity: 1;
  display: block;
  position: relative;
}

.indservicehead {
  border-top: 10px solid #E71F19;
  overflow: hidden;
  min-height: 330px;
}

.indservicehead::after {
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

#indservice01 .indservicehead::after {
  background: url(../images/ind/indservice01.jpg) no-repeat center;
  background-size: cover;
}

#indservice02 .indservicehead::after {
  background: url(../images/ind/indservice02.jpg) no-repeat center;
  background-size: cover;
}

#indservice03 .indservicehead::after {
  background: url(../images/ind/indservice03.jpg) no-repeat center;
  background-size: cover;
}

#indservice04 .indservicehead::after {
  background: url(../images/ind/indservice04.jpg) no-repeat center;
  background-size: cover;
}

#indservice05 .indservicehead::after {
  background: url(../images/ind/indservice05.jpg) no-repeat center;
  background-size: cover;
}

.indserviceheadtxtwrap {
  padding: 40px;
  padding-left: 0;
  width: 50%;
  min-height: 300px;
}

.indserviceheadtxtwrap::after {
  height: 200%;
  width: 600px;
  right: -60px;
  top: -50%;
  border-radius: 50%;
  background: #E71F19;
  z-index: 2;
}

.indserviceheadtxtwrap .zind2 {
  z-index: 3;
}

.indserviceheadmid {
  margin-bottom: 20px;
}

.indserviceheadmid span {
  font-size: 0.6em;
  display: inline-block;
  position: relative;
  top: -4px;
  left: 10px;
}

@media screen and (max-width: 1000px) {
  .indservicehead {
    padding-top: 20vw;
    border-top: none;
  }
  .indservicehead .inner1500 {
    width: calc(100% - 40px);
  }
  .indservicehead::after {
    top: 0;
    right: 0;
    width: 100%;
    height: 20vw;
  }
  .indserviceheadtxtwrap {
    padding: 20px 0 30px;
    width: 100%;
    min-height: inherit;
  }
  .indserviceheadtxtwrap::after {
    display: none;
  }
  .indserviceheadmid {
    margin-bottom: 10px;
  }
  .indserviceheadmid span {
    top: -2px;
    left: 6px;
  }
}
@media screen and (max-width: 750px) {
  .indservicehead {
    padding-top: 25vw;
  }
  .indservicehead::after {
    height: 25vw;
  }
}
.indservicecol.flex-jcs {
  padding-top: 60px;
  align-items: flex-start;
}

.custom-pagination {
  width: calc(50% + 40px);
  margin-top: 10px;
}

.custom-pagination > div {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}

.custom-paginationmid {
  border-radius: 20px;
  padding: 6px 20px;
  margin-bottom: 20px;
  line-height: 1.2;
  background: #333;
  color: #fff;
}

.custom-dot {
  padding: 0 10px 0 40px;
  margin-bottom: 10px;
  cursor: pointer;
}

.custom-dot a {
  pointer-events: none;
}

.custom-dot::before {
  width: 26px;
  height: 26px;
  left: 0;
  top: 2px;
  border: 1px solid #333;
  border-radius: 50%;
}

.custom-dot::after {
  left: 8px;
  top: 12px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

.custom-dot.active {
  color: #E71F19;
  font-weight: bold;
}

.custom-dot.active::before {
  background: #E71F19;
  border-color: #E71F19;
}

.custom-dot.active::after {
  border-color: #fff;
}

.indservicecol .btn {
  margin-top: 80px;
}

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

.indserviceslider {
  width: 100% !important;
}

.indserviceslider .splide__pagination {
  justify-content: center;
}

.indserviceslider .splide__pagination li {
  margin-right: 10px;
}

.indserviceslider .splide__pagination li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #333;
}

.indserviceslider .splide__pagination li button.is-active {
  background: #E71F19;
  border-color: #E71F19;
}

.indserviceslider .splide__arrow {
  top: calc(50% - 10px);
  position: absolute;
}

.indserviceslider .splide__arrow svg {
  display: none;
}

.indserviceslider .splide__arrow--prev {
  left: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #333 transparent transparent;
  border-width: 10px 17.32px 10px 0px;
}

.indserviceslider .splide__arrow--next {
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #333;
  border-width: 10px 0px 10px 17.32px;
}

.indserviceslide {
  margin: 10px 10px 20px;
  height: calc(100% - 30px);
  border-radius: 10px;
  overflow: hidden;
  display: block;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

a.shadow:hover {
  box-shadow: none;
}

.indserviceslide:hover {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

.indserviceslidemid {
  padding: 20px;
}

.indserviceslidecontent {
  padding: 30px;
}

.indserviceslidetxt {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.indserviceslideexmid {
  margin-bottom: 15px;
}

.indserviceslideexmid::after {
  left: 0;
  width: 100%;
  height: 1px;
  background: #E71F19;
  top: 50%;
}

.indserviceslideexmid p {
  padding: 0 10px;
  display: inline-block;
  background: #fff;
  line-height: 1;
}

.indserviceslideex {
  margin-bottom: 20px;
}

.indserviceslideex > div.flex-aic {
  padding: 15px 10px 15px 20px;
  width: calc(50% - 4px);
  margin-bottom: 8px;
  border-radius: 10px;
  background: #F0F0F0;
}

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

.indserviceslideextxt {
  width: calc(100% - 50px - 20px);
  line-height: 1.3;
}

.indserviceslidebtn {
  width: 200px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #333;
  line-height: 1;
}

.indserviceslidebtn::after {
  right: 40px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

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

a:hover .indserviceslidebtn::after {
  border-color: #fff;
  right: 30px;
}

@media screen and (max-width: 1500px) {
  .custom-pagination {
    width: calc(50% - 60px);
  }
  .custom-pagination > div {
    width: 100%;
  }
  .indservicesliderwrap {
    width: 50%;
  }
}
@media screen and (max-width: 1300px) {
  .indserviceslideex > div.flex-aic {
    padding: 10px;
    width: 100%;
  }
  .indserviceslideeximg {
    width: 30px;
    margin-right: 10px;
  }
  .indserviceslideextxt {
    width: calc(100% - 30px - 10px);
  }
}
@media screen and (max-width: 1000px) {
  .indservicecol.flex-jcs {
    padding-top: 20px;
    width: calc(100% - 40px);
  }
  .custom-pagination {
    width: 180px;
  }
  .custom-pagination > div {
    margin-bottom: 10px;
  }
  .custom-paginationmid {
    font-size: 16px;
    border-radius: 10px;
    padding: 6px 10px;
    margin-bottom: 15px;
    letter-spacing: 0;
  }
  .custom-paginationmid span {
    font-size: 0.8em;
    display: inline-block;
    position: relative;
  }
  .custom-dot {
    font-size: 11px;
    padding: 0 10px 0 25px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .custom-dot span {
    display: inline-block;
    font-size: 10px;
  }
  .custom-dot::before {
    width: 18px;
    height: 18px;
    top: -1px;
  }
  .custom-dot::after {
    left: 5px;
    top: 5px;
    width: 6px;
    height: 6px;
  }
  .indservicecol .btn {
    margin-top: 20px;
  }
  .indservicesliderwrap {
    width: calc(100% - 200px);
  }
  .indserviceslider .splide__pagination li {
    margin-right: 6px;
  }
  .indserviceslider .splide__pagination li button {
    width: 8px;
    height: 8px;
  }
  .indserviceslider .splide__arrow {
    top: calc(50% - 20px);
  }
  .indserviceslider .splide__arrow--prev {
    left: -10px;
    border-width: 15px 25.98px 15px 0px;
    z-index: 2;
  }
  .indserviceslider .splide__arrow--next {
    right: -10px;
    border-width: 15px 0px 15px 25.98px;
    z-index: 2;
  }
  .indserviceslide {
    margin: 10px 10px 20px;
    height: calc(100% - 30px);
    border-radius: 10px;
  }
  .shadow {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
  .indserviceslide:hover {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  }
  .indserviceslidemid {
    padding: 10px 12px;
    line-height: 1.3;
  }
  .indserviceslidemid span {
    font-size: 0.8em;
    display: inline-block;
    position: relative;
    top: -1px;
    margin: 0 0.1em;
  }
  .indserviceslidecontent {
    padding: 20px;
  }
  .indserviceslidetxt {
    margin-bottom: 15px;
  }
  .indserviceslideex {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .custom-pagination {
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
  }
  .custom-pagination > div {
    width: calc(50% - 5px);
  }
  .custom-dot a {
    pointer-events: inherit;
  }
  .indservicesliderwrap {
    width: 100%;
  }
  .indserviceslider {
    padding-top: 70px;
    margin-top: -70px;
  }
}
/* company */
.indcompanywrap {
  padding-top: 150px;
  position: relative;
  z-index: 3;
}

.indcompanywrap .line {
  bottom: 85px;
  right: 1100px;
  width: calc(50vw - 330px);
}

.indcompanyblock {
  padding: 80px 0 100px;
  margin-top: 60px;
}

.indcompanyimgwrap {
  padding: 60px 0;
  margin-top: 60px;
}

.indcompanyimgmid {
  margin-bottom: 40px;
}

.indcompanyimgmid div {
  width: 180px;
  margin-right: 20px;
  height: 45px;
  border-radius: 0 10px 10px 0;
  padding-right: 20px;
}

.indcompanyimgmid p {
  width: calc(100% - 180px - 20px);
  padding-right: 20px;
}

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

.indcompanyno {
  margin-top: 60px;
}

.indcompanynomid {
  margin-bottom: 40px;
}

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

.indcompanynoul li {
  width: calc(33.3333333333% - 20px);
  height: 160px;
  border-radius: 80px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.indcompanynoul li p {
  margin-bottom: 5px;
  line-height: 1;
}

.indcompanynoul li div {
  line-height: 1;
}

.indcompanynoul li div span.lex {
  letter-spacing: -0.02em;
  margin: 0.02em;
}

@media screen and (max-width: 1550px) {
  .indcompanywrap .line {
    bottom: 85px;
    right: calc(50vw + 300px);
    width: calc(50vw - 300px - 30px);
  }
}
@media screen and (max-width: 1400px) {
  .indcompanywrap .line {
    bottom: 80px;
    right: calc(50vw + 280px);
    width: calc(50vw - 280px - 30px);
  }
}
@media screen and (max-width: 1000px) {
  .indcompanywrap {
    padding-top: 100px;
  }
  .indcompanywrap .line {
    bottom: 110px;
    right: calc(50vw + 100px);
    width: calc(50vw - 100px - 2vw);
  }
  .indcompanyblock {
    padding: 40px 0 50px;
    margin-top: 30px;
  }
  .indcompanyblock .indmidnextwrap {
    justify-content: center;
  }
  .indcompanyblock .indmidnext {
    margin-bottom: 30px;
  }
  .indcompanyblock .btn {
    width: 100%;
  }
  .indcompanyimgwrap {
    padding: 20px 0;
    margin-top: 40px;
  }
  .indcompanyimgmid {
    margin-bottom: 15px;
  }
  .indcompanyimgmid div {
    width: 100px;
    margin-right: 20px;
    height: 35px;
    padding-right: 10px;
  }
  .indcompanyimgmid p {
    width: calc(100% - 100px - 20px);
    padding-right: 10px;
  }
  .indcompanyno {
    margin-top: 40px;
  }
  .indcompanynomid {
    margin-bottom: 30px;
  }
  .indcompanynoul {
    margin-left: -10px;
    margin-bottom: -15px;
  }
  .indcompanynoul li {
    width: calc(50% - 10px);
    height: 80px;
    border-radius: 40px;
    margin-left: 10px;
    margin-bottom: 15px;
  }
  .indcompanynoul li p {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .indcompanynoul li div span.lex {
    font-size: 40px;
  }
}
/* example */
.indexwrap {
  padding-top: 150px;
}

.indexwrap .line {
  top: 25px;
  right: -12vw;
  width: calc(50vw + 350px);
}

.indexwrap .indmid {
  margin-bottom: 20px;
}

.filtersmid {
  margin-bottom: 20px;
}

.filtersmiden {
  border-left: 10px solid #E71F19;
  padding-left: 20px;
  margin-right: 15px;
  line-height: 1;
}

.filtersmidjp {
  line-height: 1.4;
}

.filterswrap {
  margin: 60px 0 40px;
}

#filters > form > div {
  width: 33.3333333333%;
  padding: 20px 0;
}

#filters > form > div:not(:first-child) {
  padding-left: 40px;
  border-left: 1px solid #999;
}

.filtersul {
  position: relative;
  z-index: 5;
}

.filtersul li {
  margin-top: 5px;
}

.filtersul li:has(:checked) span {
  color: #E71F19;
}

#filters label,
.wpcf7-form label {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}

#filters input[type=radio],
.wpcf7-form input[type=radio],
.wpcf7-form input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  line-height: 1;
  border: 1px solid #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  top: 2px;
}

#filters input[type=radio]:checked,
.wpcf7-form input[type=radio]:checked,
.wpcf7-form input[type=checkbox]:checked {
  border-color: #E71F19;
}

#filters input[type=radio]::after,
.wpcf7-form input[type=radio]::after,
.wpcf7-form input[type=checkbox]::after {
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #E71F19;
}

#filters input[type=radio]:checked::after,
.wpcf7-form input[type=radio]:checked::after,
.wpcf7-form input[type=checkbox]:checked::after {
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
}

#filters label span {
  display: inline-block;
  width: calc(100% - 18px - 6px);
}

.indexwrap .btn {
  margin-top: 80px;
}

@media screen and (max-width: 1600px) {
  .indexwrap .line {
    right: -100px;
  }
}
@media screen and (max-width: 1400px) {
  .indexwrap .line {
    top: 30px;
    right: -80px;
    width: calc(100vw - 380px);
  }
}
@media screen and (max-width: 1200px) {
  .filtersmid {
    margin-bottom: 20px;
    display: block;
  }
  .filtersmiden {
    padding-left: 15px;
    margin-right: 0;
  }
  .filtersmidjp {
    padding-left: 25px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .indexwrap {
    padding-top: 80px;
  }
  .indexwrap .line {
    top: 1.5em;
    right: -50px;
    width: calc(100vw - 250px);
  }
  .indexwrap .indmid {
    margin-bottom: 20px;
  }
  .filterswrap {
    margin: 30px 0;
  }
  #filters > form > div {
    width: 100%;
    padding: 15px 0;
    display: flex;
  }
  #filters > form > div:not(:first-child) {
    padding-left: 0;
    border: none;
    border-top: 1px solid #F0F0F0;
  }
  .filtersmid {
    width: 150px;
    margin: 0;
  }
  .filtersmiden {
    border-left: 5px solid #E71F19;
    padding-left: 10px;
    margin-right: 0;
  }
  .filtersmidjp {
    padding-left: 15px;
  }
  .filtersul {
    width: calc(100% - 150px);
    margin-bottom: -4px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #filters label,
  .wpcf7-form label {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 15px 0 12px;
    margin: 0 4px 6px 0;
    align-items: center;
    background: #F0F0F0;
  }
  #filters label span {
    font-size: 0.8em;
  }
  #filters label span,
  .wpcf7-form label span {
    width: inherit;
  }
  #filters input[type=radio],
  .wpcf7-form input[type=radio] {
    top: 0;
    background: #fff;
    border: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
  .indexwrap .btn {
    margin-top: 40px;
  }
  .indexwrap .btn {
    width: 100%;
  }
}
/* logo */
.pickLogoulwrap {
  max-width: 700px;
  margin: 0 auto;
}

.pickLogoul {
  margin-left: -30px;
  margin-bottom: 10px;
}

.pickLogoul li {
  margin-left: 30px;
  margin-bottom: 10px;
}

.pickLogoul li img {
  height: 80px;
  width: auto;
}

@media screen and (max-width: 1000px) {
  .pickLogoul {
    margin-left: -20px;
  }
  .pickLogoul li {
    margin-left: 20px;
    margin-bottom: 5px;
  }
  .pickLogoul li img {
    height: 70px;
  }
}
@media screen and (max-width: 600px) {
  .pickLogoul li img {
    height: 60px;
  }
}
/* bnr */
.indbnrwrap {
  padding-top: 150px;
}

a.indbnr {
  margin-bottom: 40px;
}

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

.hoverbigwrap {
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.hoverbig {
  transition: 0.5s;
}

a:hover .hoverbig {
  transform: scale(1.1);
}

.indbnr50 {
  width: calc(50% - 15px);
  height: 300px;
  aspect-ratio: 635/300;
}

.indbnrtxt {
  width: 280px;
  height: 250px;
  border-radius: 0 10px 10px 0;
  text-align: center;
}

.indbnrtxt .fs28 {
  margin-bottom: 10px;
}

.indbnrtxt .fs18 {
  padding: 0 10px;
  line-height: 1.5;
  font-weight: 500;
}

.indbnrbtn {
  width: 180px;
  height: 30px;
  padding-right: 20px;
  border-radius: 15px;
  margin: 20px auto 0;
}

.indbnrbtn::after {
  right: 20px;
  top: calc(50% - 3px);
  width: 8px;
  height: 8px;
  border-top: 2px solid #E71F19;
  border-right: 2px solid #E71F19;
  transform: rotate(45deg);
}

a:hover .indbnrbtn::after {
  right: 15px;
}

.indbnr100 {
  width: 100%;
  height: 200px;
}

.indbnr100bg {
  width: calc(100% - 650px);
  height: 100%;
}

.indbnr100txtwrap {
  width: 650px;
  height: 100%;
  z-index: 2;
}

.indbnr100txtwrap::after {
  width: 400px;
  height: 400px;
  right: -30px;
  border-radius: 50%;
  background: #E71F19;
  z-index: -1;
}

.indbnr100img {
  margin-right: 20px;
}

.indbnr100txt .indbnrbtn {
  padding: 0 35px 0 15px;
  display: inline-block;
  width: inherit;
}

@media screen and (max-width: 1200px) {
  .indbnr100bg {
    width: calc(50% + 5px);
  }
  .indbnr100txtwrap {
    width: calc(50% - 5px);
    min-width: 300px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .indbnr100img {
    width: 30px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .indbnr100txt .fs28 {
    font-size: 18px;
  }
  .indbnr100txt .indbnrbtn {
    padding: 0 30px 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  .indbnrwrap {
    padding-top: 80px;
  }
  a.indbnr {
    margin-bottom: 10px;
  }
  .indbnr50 {
    width: calc(50% - 5px);
  }
  .indbnrtxt {
    width: 180px;
    border-radius: 0 10px 10px 0;
    text-align: center;
  }
  .indbnrtxt .fs28 {
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .indbnrbtn {
    width: 150px;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    margin: 15px auto 0;
    letter-spacing: 0;
  }
  .indbnrbtn::after {
    right: 15px;
    top: calc(50% - 3px);
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 700px) {
  .indbnr50 {
    width: 100%;
    height: 200px;
  }
  .indbnr50:nth-child(2n) {
    justify-content: flex-end;
  }
  .indbnrtxt {
    width: 250px;
    height: 200px;
    border-radius: 0;
  }
  .indbnr100bg {
    width: calc(100% - 250px);
  }
  .indbnr100txtwrap {
    width: 250px;
    min-width: inherit;
  }
  .indbnr100txt .fs28 {
    font-size: 16px;
    padding-left: 10px;
  }
  .indbnr100txt .fs28 br {
    display: none;
  }
}
/* news */
.indnewswrap {
  padding-top: 150px;
}

a.indnews-l {
  width: 33.3333333333%;
  padding-top: 40px;
}

a.indnews-l .btn {
  margin: 0 auto 40px;
}

.indnews-r {
  width: 63.3333333333%;
}

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

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

.newslistul li a.flex-aic {
  height: 100px;
  padding: 0 100px 0 20px;
}

.newslistul li a::before {
  left: inherit;
  right: 40px;
}

.newslistul li a::after {
  left: inherit;
  right: 30px;
  border: 1px solid #333;
}

.newslistdate {
  width: 100px;
}

.newslistdate,
.bloglistdate {
  font-weight: 300;
}

.newslistcat {
  width: 110px;
  padding: 5px;
  border-radius: 15px;
  line-height: 1.3;
  border: 1px solid #333;
  font-size: 12px;
  letter-spacing: 0;
}

.newslistttl {
  width: calc(100% - 100px - 110px);
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newslistul li a:hover .newslistdate,
.newslistul li a:hover .newslistcat,
.newslistul li a:hover .newslistttl {
  color: #E71F19;
}

.newslistul li a:hover .newslistcat {
  border-color: #E71F19;
}

.newslistul li a:hover::before {
  right: 30px;
  border-color: #fff;
}

.newslistul li a:hover::after {
  right: 20px;
  border-color: #E71F19;
  background: #E71F19;
}

@media screen and (max-width: 1000px) {
  .indnewswrap {
    padding-top: 80px;
  }
  a.indnews-l {
    height: 160px;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }
  a.indnews-l .btn {
    margin: 0;
    width: 180px;
    padding-left: 25px;
    letter-spacing: 0.05em;
  }
  .indnews-r {
    width: 100%;
  }
  .home .newslistul {
    border-top: none;
  }
  .newslistul li a.flex-aic {
    height: inherit;
    padding: 20px 0;
  }
  .newslistul li a::before,
  .newslistul li a:hover::before {
    right: 11px;
  }
  .newslistul li a::after,
  .newslistul li a:hover::after {
    right: 0;
  }
  .newslistdate {
    width: 85px;
    line-height: 24px;
    margin-right: 0;
    font-size: 13px;
  }
  .newslistcat {
    min-width: 100px;
    width: inherit;
    height: 24px;
    line-height: 1;
    border-radius: 12px;
    font-size: 11px;
  }
  .newslistttl {
    margin-top: 15px;
    width: 100%;
    padding: 0;
    padding-right: 40px;
  }
}
@media screen and (max-width: 450px) {
  a.indnews-l {
    height: inherit;
    padding: 30px 10px 20px;
    flex-direction: column;
  }
  a.indnews-l .btn {
    margin-top: 15px;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.pagination a,
.pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

.pagination a:hover {
  background-color: #f2f2f2;
}

.pagination .current {
  color: #E71F19;
}

.pagination .prev,
.pagination .next {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .prev:hover,
.pagination .next:hover {
  background: inherit;
}

.pagination .prev::before,
.pagination .next::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}

.pagination .prev::before {
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
}

.pagination .next::before {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

@media screen and (max-width: 1000px) {
  .pagination {
    margin-top: 40px;
    position: relative;
  }
  .pagination a,
  .pagination span,
  .pagination .prev,
  .pagination .next {
    width: 30px;
  }
}
/* blog */
.indblogwrap {
  padding-top: 150px;
}

.indblogwrap .line {
  bottom: 80px;
  right: 900px;
  width: calc(50vw - 150px);
}

.indblogcatch {
  margin: 30px 0 60px;
  line-height: 2;
}

.bloglistul {
  margin-left: -30px;
  margin-bottom: -50px;
}

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

.bloglistimg {
  aspect-ratio: 1920/1080;
  margin-bottom: 20px;
}

#caselist .bloglistimg {
  border: 1px solid #999;
}

#caselist .bloglistimg .hoverbigwrap {
  padding: 5px;
  display: flex;
  align-items: center;
}

.bloglistdate {
  margin-bottom: 5px;
}

.bloglistttl {
  margin: 5px 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* ← ここで2行に制限 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.bloglistservice {
  margin-bottom: 10px;
}

.bloglistservice div {
  height: 20px;
  border-radius: 10px;
  font-size: 10px;
  padding: 0 8px;
  margin-right: 4px;
  margin-bottom: 3px;
  background: #333;
  color: #fff;
  line-height: 1;
}

.bloglistul li a:hover .bloglistservice div {
  background: #E71F19;
}

.indblogwrap .btn {
  margin-top: 50px;
}

@media screen and (max-width: 1550px) {
  .indblogwrap .line {
    right: calc(50vw + 80px);
    width: calc(50vw - 120px);
  }
}
@media screen and (max-width: 1000px) {
  .indblogwrap {
    padding-top: 100px;
  }
  .indblogwrap .line {
    bottom: 60px;
    right: calc(50vw + 50px);
    width: calc(50vw - 60px);
  }
  .indblogcatch {
    margin: 30px 0 40px;
  }
  .bloglistul {
    margin-left: -20px;
    margin-bottom: -30px;
  }
  .bloglistul li {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 30px;
  }
  .indblogwrap .btn {
    margin-top: 40px;
    width: 100%;
  }
}
/* recruit */
.indrecwrap {
  margin-top: 150px;
  height: 750px;
  background: url(../images/ind/indrecruit.jpg) no-repeat center;
  background-size: cover;
}

.indrecrad {
  width: 600px;
  height: 600px;
  margin-right: 40px;
  border-radius: 50%;
}

.indrecmiden {
  margin-bottom: 20px;
}

.indrectxt {
  max-width: 390px;
}

.indrecwrap .btn {
  margin-top: 40px;
}

.indrecrad:hover .btn {
  color: #E71F19;
}

.indrecrad:hover .btn::after {
  background: #E71F19;
}

.indrecrad:hover .btn::before {
  border-color: #fff;
}

@media screen and (max-width: 1500px) {
  .indrecwrap {
    height: 600px;
  }
  .indrecrad {
    width: 500px;
    height: 500px;
    margin-right: 20px;
  }
  .indrecmiden {
    font-size: 70px;
  }
  .indrecwrap .btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .indrecwrap {
    margin: 120px 0 80px;
    background-size: 100% auto;
    background-position: top center;
    height: inherit;
    position: relative;
  }
  .indrecrad {
    margin: calc(39.0625vw + 20px) 0 0;
    color: #333;
    width: inherit;
    height: inherit;
    background: none;
    border-radius: 0;
  }
  .indrecmid {
    width: 180px;
    height: 180px;
    top: -30px;
    right: 4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    background: #E71F19;
    color: #fff;
  }
  .indrecmiden {
    font-size: 40px;
  }
  .indrectxt {
    max-width: 100%;
    padding: 0 4vw;
  }
  .indrecwrap .btn {
    width: calc(100% - 8vw);
    background: #333;
    color: #fff;
    border-color: #333;
    font-size: 1.3333333333rem;
  }
  .indrecwrap .btn::after {
    background: #fff;
  }
  .indrecwrap .btn::before {
    border-color: #333;
  }
  .indrecwrap a:hover .btn {
    background: #fff;
    color: #333;
  }
  .indrecwrap a:hover .btn::after {
    background: #fff;
  }
  .indrecwrap a:hover .btn::before {
    border-color: #333;
  }
}
@media screen and (max-width: 600px) {
  .indrecmid {
    top: -50px;
    width: 140px;
    height: 140px;
  }
  .indrecmiden {
    font-size: 30px;
  }
}
/* logo */
.indlogowrap {
  padding: 80px 0;
}

.indlogowrap img {
  vertical-align: middle;
}

.lindlogoul li {
  width: 130px;
  display: flex;
  align-items: center;
}

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

.lindlogoul li:nth-child(1) {
  width: 160px;
  flex-direction: column;
  align-items: flex-start;
}

.lindlogo01img {
  margin-bottom: 5px;
}

.indlogo01txt {
  font-size: 7px;
  line-height: 1.25;
  white-space: nowrap;
}

.lindlogoul li:nth-child(2) a {
  height: 100%;
  padding: 0 15px;
}

@media screen and (max-width: 1000px) {
  .indlogowrap {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .indlogowrap {
    width: 320px;
    margin: 0 auto;
  }
  .lindlogoul li {
    width: 160px;
    justify-content: center;
    margin-bottom: 20px;
  }
  .lindlogoul li:nth-child(2n) {
    border-right: none;
  }
  .lindlogoul li img {
    width: 100px;
    height: auto;
  }
  .lindlogoul li:nth-child(2) img {
    width: 80px;
  }
  .indlogo01txt {
    font-size: 6.5px;
  }
}
/* service
==========================================================*/
/*archive*/
.servicearwrap {
  padding-bottom: 150px;
}

.servicearwrap .indservicewrap {
  margin-top: 150px;
}

@media screen and (max-width: 1000px) {
  .servicearwrap {
    padding-bottom: 80px;
  }
  .servicearwrap .indservicewrap {
    margin-top: 80px;
  }
}
/*single*/
.servicettlwrap {
  padding-top: 80px;
  margin-bottom: 40px;
}

.topicttlwrap {
  padding-top: 40px;
  margin-bottom: 40px;
}

.line-service-s {
  top: 0.25em;
  left: 400px;
  width: calc(50vw + 400px);
}

.line-service-m {
  top: 0.25em;
  left: 650px;
  width: calc(50vw + 150px);
}

.line-service-l {
  top: 0.25em;
  left: 950px;
  width: calc(50vw - 100px);
}

.servicettl01 {
  margin-bottom: 10px;
}

.servicettl01 .tabno {
  padding: 0 15px;
  width: auto;
  border: none;
  margin: 0;
  margin-right: 10px;
}

.servicettl01 h2 {
  margin-right: 15px;
}

p.servicettl02 {
  margin-bottom: 10px;
}

.servicettl03.w100 {
  max-width: 100% !important;
}

.servicettl03 span {
  display: inline-block;
  padding-left: 0.25em;
}

.servicettl03 span.on {
  display: block;
  padding-left: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1400px) {
  .line-service-s {
    top: 0.5em;
    left: 360px;
    width: calc(50vw + 360px);
  }
  .line-service-m {
    top: 0.5em;
    left: 585px;
    width: calc(50vw + 135px);
  }
  .line-service-l {
    top: 0.5em;
    left: 712.5px;
    width: calc(50vw - 40px);
  }
  .servicettl03 {
    max-width: calc(50vw + 150px);
  }
  .servicettl03:has(span.on) {
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .servicettlwrap {
    padding-top: 60px;
    margin-bottom: 20px;
  }
  .topicttlwrap {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  .servicettlwrap .line {
    display: none;
  }
  .servicettl03 span {
    display: block;
    font-size: 0.85em;
  }
  .servicettl03 {
    max-width: 100%;
  }
}
.panwrap {
  padding: 10px 0;
}

.panul {
  padding: 5px 0;
  line-height: 1.3;
}

.panul li {
  margin-right: 20px;
}

.panul li::after {
  right: -15px;
  top: calc(50% - 0.6em);
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.panul li:last-child::after {
  display: none;
}

.panul li a {
  padding: 5px 0;
  display: inline-block;
}

.panul li:nth-child(1) a {
  padding-left: 0;
}

.panul li a:hover {
  color: #333;
}

.panul li:last-child a {
  pointer-events: none;
}

.kasoucol {
  padding-bottom: 150px;
}

.kasou-r {
  padding-top: 60px;
  width: 1060px;
  float: right;
}

.servicenav {
  padding-top: 60px;
  width: 300px;
  float: left;
  position: sticky;
  top: 40px;
  left: 0;
}

.servicenav > div {
  padding: 50px 20px 50px 40px;
  background: #FAD2D1;
}

.servicenavul {
  padding-left: 25px;
  border-left: 5px solid #fff;
}

.servicenavul::after {
  width: 5px;
  height: 40px;
  top: 0;
  left: -5px;
  background: #E71F19;
}

.servicenavul.active01::after {
  top: 0;
}

.servicenavul.active02::after {
  top: 40px;
}

.servicenavul.active03::after {
  top: 80px;
}

.servicenavul.active04::after {
  top: 120px;
}

.servicenavul.active05::after {
  top: 160px;
}

.servicenavul.active06::after {
  top: 200px;
}

.servicenavul.active07::after {
  top: 240px;
}

.servicenavul.active08::after {
  top: 280px;
}

.servicenavul.active09::after {
  top: 320px;
}

.servicenavul li {
  height: 40px;
}

.servicenavul li a {
  height: 100%;
  display: flex;
  align-items: center;
}

.servicenavul li.active a {
  color: #E71F19;
}

.solutiontext {
  white-space: pre-wrap !important;
}

@media screen and (max-width: 1500px) {
  .kasou-r {
    width: calc(100% - 180px);
  }
  .servicenav {
    width: 180px;
    margin-left: -40px;
  }
  .servicenav > div {
    padding: 20px 10px 20px 15px;
    border-radius: 0 10px 10px 0;
  }
  .servicenavul {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .kasoucol {
    padding-bottom: 80px;
  }
  .kasou-r {
    width: 100%;
    float: none;
  }
  .servicenav {
    padding-top: 20px;
    width: 100%;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
  }
  .servicenav > div {
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .servicenavul {
    padding-left: 0;
    border-left: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .servicenavul li {
    width: calc(50% - 1px);
    margin-bottom: 2px;
  }
  .servicenavul::after {
    display: none;
  }
  .servicenavul li {
    height: 40px;
    position: relative;
  }
  .servicenavul li a {
    padding: 0 10px;
    background: #FAD2D1;
    border-radius: 3px;
  }
  .servicenavul li a::before {
    font-size: 12px;
    position: absolute;
    right: 10px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107";
  }
}
.kasousection:not(:last-child) {
  margin-bottom: 120px;
}

.h2outer {
  margin-bottom: 40px;
  border-bottom: 1px solid #E71F19;
}

.h2outer h2 {
  padding: 0 10px 20px;
  border-bottom: 5px solid #E71F19;
  position: relative;
  display: inline-block;
  margin-bottom: 0 !important;
}

.kasousection > p.fs16 {
  line-height: 2.2;
}

.kasousection .headbtnul {
  margin: 0 !important;
  display: flex !important;
  justify-content: space-between !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.kasousection .headbtnul.flex-jcc {
  justify-content: center !important;
}

.kasousection .headbtnul li {
  width: calc(50% - 10px) !important;
  margin: 0 !important;
}

.kasousection .headbtnul li.wide {
  width: 100% !important;
}

.kasousection .headbtnul li a {
  border-width: 3px;
  width: 100% !important;
  height: 100px !important;
  border-radius: 50px !important;
}

.kasousection .headbtnul li a .headbtnico {
  width: 42px !important;
  height: 34.5px !important;
  margin-right: 12px !important;
}

.kasousection .headbtnul li a .headbtnico.price {
  height: 42px !important;
  background: url(../images/ico/momey2-r.png) no-repeat center;
}

.kasousection .headbtnul li a:hover .headbtnico.price {
  background: url(../images/ico/momey2-wh.png) no-repeat center;
}

.kasousection .headbtnul li a p {
  font-size: 24px !important;
}

.serviceicoul {
  margin-left: -10px;
  margin-bottom: -10px;
}

.serviceicoul li {
  width: calc(25% - 10px);
  height: 80px;
  padding: 0 15px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.serviceicoulimg {
  width: 50px;
}

p.serviceicoultxt {
  line-height: 1.5;
  width: calc(100% - 50px - 15px);
}

@media screen and (max-width: 1400px) {
  .serviceicoul li {
    width: calc(50% - 10px);
  }
  .kasousection .headbtnul li a {
    border-width: 2px;
    height: 80px !important;
    border-radius: 40px !important;
  }
  .kasousection .headbtnul li a .headbtnico {
    width: 33.6px !important;
    height: 27.6px !important;
    margin-right: 9.6px !important;
  }
  .kasousection .headbtnul li a p {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 1000px) {
  .kasousection:not(:last-child) {
    margin-bottom: 60px;
  }
  .h2outer {
    margin-bottom: 30px;
  }
  .h2outer h2 {
    padding: 0 5px 15px;
  }
  .kasousection .headbtnul {
    width: 100% !important;
    display: block !important;
    margin-top: 20px !important;
  }
  .kasousection .headbtnul li {
    width: 100% !important;
    margin: 0 0 10px !important;
  }
  .kasousection .headbtnul li a {
    height: 60px !important;
    border-radius: 30px !important;
  }
  .kasousection .headbtnul li a .headbtnico {
    width: 28px !important;
    height: 23px !important;
    margin-right: 8px !important;
  }
  .kasousection .headbtnul li a p {
    font-size: 18px !important;
  }
  .serviceicoul {
    margin-left: -10px;
    margin-bottom: -10px;
  }
  .serviceicoul li {
    width: 100%;
    height: 60px;
    padding: 0 10px;
  }
  .serviceicoulimg {
    width: 30px;
  }
  p.serviceicoultxt {
    width: calc(100% - 30px - 10px);
    line-height: 1.3;
  }
}
.serviceprovideul li {
  padding: 0 15px 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #999;
}

.serviceprovideulmid {
  width: 320px;
}

.serviceprovideulmidimg {
  width: 50px;
}

p.serviceprovideulmidtxt {
  width: calc(100% - 70px);
  line-height: 1.5;
}

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

@media screen and (max-width: 1400px) {
  .serviceprovideulmid {
    width: 240px;
  }
  .serviceprovideulmidimg {
    width: 40px;
  }
  p.serviceprovideulmidtxt {
    width: calc(100% - 50px);
  }
  .serviceprovideultxt {
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 1000px) {
  .serviceprovideul li {
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .serviceprovideulmid {
    margin-bottom: 8px;
    width: 100%;
    padding-left: 0;
  }
  .serviceprovideulmidimg {
    width: 30px;
  }
  p.serviceprovideulmidtxt {
    width: calc(100% - 40px);
  }
  p.serviceprovideulmidtxt br {
    display: none;
  }
  .serviceprovideultxt {
    width: 100%;
  }
}
.servicepriceul {
  margin-left: -40px;
}

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

.servicepriceulttl {
  height: 50px;
}

.servicepriceulcontent {
  padding: 20px;
}

.servicepriceulmid {
  margin-bottom: 30px;
}

.servicepriceulmid h3 {
  line-height: 1.3;
}

.servicepriceulimg {
  max-width: 170px;
  width: calc(100% - 60px);
  margin: 0 auto 40px;
}

.servicepriceuldl dt.flex-center,
.servicepriceulopen {
  height: 30px;
  border-radius: 15px;
  line-height: 28px;
  margin-bottom: 10px;
  border: 1px solid #333;
}

.servicepriceuldl dd {
  width: 100%;
  padding: 0 10px 0 15px;
  margin-bottom: 30px;
}

.listul li {
  padding-left: 1em;
}

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

.servicepriceulprice {
  text-align: center;
}

.servicepriceulprice span.noto {
  font-weight: 900;
  padding: 0 0.25em;
}

.servicepriceulprice span.lex {
  letter-spacing: -0.03em;
}

.servicepriceulopen {
  background: #333;
  color: #fff;
  cursor: pointer;
}

.servicepriceulopen::before {
  width: 2px;
  height: 10px;
  background: #fff;
}

.servicepriceulopen::after {
  width: 10px;
  height: 2px;
  background: #fff;
}

.servicepriceulopen::before {
  top: calc(50% - 5px);
  right: 15px;
}

.servicepriceulopen::after {
  top: calc(50% - 1px);
  right: 11px;
}

.servicepriceulopen.active::before {
  transform: rotate(90deg);
}

.servicepriceuldetail {
  padding-top: 20px;
  display: none;
}

.servicepriceulbtn {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #E71F19;
  border-color: #E71F19;
}

.servicepriceulbtn:hover {
  border-color: #333;
}

.servicepriceulbtn::after {
  left: 10px;
}

.servicepriceulbtn::before {
  left: 17px;
  border-color: #E71F19;
}

.servicepriceulbtn:hover::before {
  border-color: #333;
}

@media screen and (max-width: 1400px) {
  .servicepriceul {
    margin-left: -10px;
  }
  .servicepriceul > li {
    width: calc(33.3333333333% - 10px);
    margin-left: 10px;
  }
  .servicepriceulcontent {
    padding: 20px 15px;
  }
  .servicepriceulmid h3 {
    font-size: 20px;
  }
  .servicepriceuldl dd {
    padding: 0;
  }
  .servicepriceulprice span.noto {
    font-size: 11px;
    padding: 0 0.15em;
  }
  .servicepriceulprice span.lex {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .servicepriceul > li {
    width: 100%;
  }
  .servicepriceul > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .servicepriceulttl {
    padding: 8px 16px;
    height: inherit;
  }
  .servicepriceulcontent {
    padding: 20px;
  }
  .servicepriceulmid {
    margin-bottom: 20px;
  }
  .servicepriceulimg {
    max-width: 120px;
    margin: 0 auto 30px;
  }
  .servicepriceuldl dd {
    margin-bottom: 20px;
  }
}
.servicecol2 {
  margin-bottom: -30px;
}

.serviceex {
  width: calc(50% - 20px);
  margin-bottom: 30px;
}

.serviceeximg {
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .serviceex {
    width: 100%;
  }
}
.servicerelateul {
  margin-left: -20px;
  margin-bottom: -70px;
}

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

.servicerelateul li a {
  display: block;
  height: calc(100% + 70px);
}

.servicerelateulimg {
  margin-bottom: 20px;
  width: 100%;
  aspect-ratio: 330/250;
}

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

.servicerelateultxt .fs22 span {
  display: inline-block;
}

.servicerelateultxt p.fs16 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.centeryoko:has(.indserviceslidebtn) {
  bottom: 0;
}

@media screen and (max-width: 1000px) {
  .servicerelateul li {
    width: calc(50% - 20px);
  }
  .centeryoko:has(.indserviceslidebtn),
  .indserviceslidebtn {
    width: 100%;
  }
}
.servicecaseul li {
  padding: 10px;
}

.servicecaseul li:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #999;
}

.servicecaseul li a::before {
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 10px;
  border-radius: 50%;
  border: 1px solid #333;
}

.servicecaseul li a::after {
  right: 23px;
  bottom: 11px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

.servicecaseul li a:hover::before {
  right: 0;
  border-color: #E71F19;
  background: #E71F19;
}

.servicecaseul li a:hover::after {
  right: 13px;
  border-color: #fff;
}

.servicecaseulimg {
  width: 330px;
  aspect-ratio: 330/250;
}

.servicecaseultxt {
  width: calc(100% - 330px - 40px);
  padding-top: 10px;
}

.servicecaseultxt h3 {
  margin-bottom: 15px;
}

.servicecaseultxt p {
  line-height: 2.2;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.noposttxt {
  text-align: center;
  padding-top: 100px;
}

@media screen and (max-width: 1000px) {
  .servicecaseul li {
    padding: 0;
  }
  .servicecaseul li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .servicecaseul li a::before {
    width: 24px;
    height: 24px;
    bottom: -5px !important;
    right: 0 !important;
  }
  .servicecaseul li a::after {
    right: 11px !important;
    bottom: 4px !important;
    width: 6px;
    height: 6px;
  }
  .servicecaseulimg {
    width: 200px;
  }
  .servicecaseultxt {
    width: calc(100% - 200px - 20px);
    padding-top: 0;
  }
  .servicecaseultxt h3 {
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .servicecaseultxt p {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .servicecaseulimg {
    width: 150px;
    aspect-ratio: 1/1;
  }
  .servicecaseultxt {
    width: calc(100% - 150px - 20px);
  }
}
/* corporate
==========================================================*/
.corplistul li:not(:last-child) {
  margin-bottom: 40px;
}

.corplistul li a {
  width: 100%;
  min-height: 250px;
  aspect-ratio: 16/5;
  overflow: hidden;
  position: relative;
}

.corplistul li img {
  transition: 0.5s;
}

.corplistul li a:hover img {
  transform: scale(1.05);
}

.corplistul li a .centerposi {
  width: 100%;
  text-align: center;
}

.corplistul li h2 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1000px) {
  .corplistul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
/* rinen
==========================================================*/
.panwraptsume {
  margin-bottom: -100px;
}

.panwraptsume2 {
  margin-bottom: -50px;
}

.kasouttlwrap {
  padding: 80px 0;
}

.kasouttlwrapline {
  top: 0;
  right: -50px;
  height: 50vw;
  animation: expandWidth 1.5s ease-out forwards;
  width: 0;
  overflow: hidden;
  position: absolute;
}

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 100vw;
  }
}
.kasouttlwrapline::after {
  width: calc(50vw + 450px);
  top: 0;
  right: 0;
  aspect-ratio: 6306/1297;
  background: url(../images/common/line-kasouttl.png) no-repeat center;
  background-size: auto 96%;
  z-index: 999;
}

.kasouttlwrapline02::after {
  width: calc(50vw + 200px);
  top: 0;
  right: 0;
  aspect-ratio: 4730/1302;
  background: url(../images/common/line-kasouttl02.png) no-repeat center;
  background-size: auto 96%;
  z-index: 999;
}

@media screen and (max-width: 1500px) {
  .kasouttlwrapline::after {
    width: calc(100vw - 300px);
  }
  .kasouttlwrapline02::after {
    width: calc(100vw - 600px);
  }
}
@media screen and (max-width: 1400px) {
  .panwraptsume {
    margin-bottom: -5vw;
  }
  .panwraptsume2 {
    margin-bottom: -2.5vw;
  }
  .kasouttlwrap {
    padding: 4vw 0;
  }
  .kasouttlwrapline {
    top: 0.75vw;
    right: -30px;
  }
}
@media screen and (max-width: 1200px) {
  .kasouttlwrapline02::after {
    width: calc(100vw - 550px);
  }
}
@media screen and (max-width: 1000px) {
  .panwraptsume {
    margin-bottom: -100px;
  }
  .panwraptsume2 {
    margin-bottom: -50px;
  }
  .kasouttlwrap {
    padding: 80px 0 25px;
  }
  .kasouttlwrapline {
    right: -20px;
  }
  .kasouttlwrapline::after {
    width: calc(100vw - 220px);
  }
  .kasouttlwrapline02::after {
    width: calc(100vw - 400px);
  }
}
@media screen and (max-width: 750px) {
  .kasouttlwrapline {
    top: 2vw;
  }
}
.kasoumain {
  max-height: 600px;
  height: 31.25vw;
  min-height: 250px;
}

.kasoumain h2 {
  width: 100%;
  padding: 0 20px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.company01wrap {
  padding: 150px 0;
}

.rinen01wrap .line {
  top: 40px;
  right: 1000px;
  width: calc(50vw - 430px);
}

.rinen01img {
  margin-top: 100px;
}

@media screen and (max-width: 1400px) {
  .rinen01wrap .line {
    right: 950px;
    width: calc(50vw - 380px);
  }
}
@media screen and (max-width: 1200px) {
  .rinen01wrap .line {
    right: calc(50vw + 350px);
  }
}
@media screen and (max-width: 1000px) {
  .kasoumain {
    height: 40vw;
  }
  .kasoumain h2 {
    line-height: 1.2;
  }
  .company01wrap {
    padding: 10vw 0 75px;
  }
  .rinen01wrap .line {
    top: 25px;
    right: calc(50vw + 130px);
    width: calc(50vw - 160px);
  }
  .rinen01img {
    margin-top: 50px;
  }
}
@media screen and (max-width: 800px) {
  .rinen01wrap .line {
    width: calc(50vw - 150px);
  }
}
@media screen and (max-width: 550px) {
  .rinen01wrap .line {
    display: none;
  }
}
.rinen02wrap {
  padding-top: 150px;
}

.rinen02 {
  margin-bottom: 150px;
  background-size: cover !important;
}

.rinen02::after {
  width: 100px;
  height: 100%;
  background: #fff;
  top: 0;
}

.rinen02:nth-child(1)::after {
  left: 0;
}

.rinen02:nth-child(2)::after {
  right: 0;
}

.rinen02 .inner1100 {
  max-height: 700px;
  min-height: 500px;
  height: 40.625vw;
}

.rinen02:nth-child(1) {
  background: url(../images/corporate/purpose.jpg) no-repeat 100px center;
}

.rinen02:nth-child(2) {
  background: url(../images/corporate/vision.jpg) no-repeat right 100px center;
}

.rinen02mid {
  margin-bottom: 20px;
}

.rinen02mid p.lex {
  margin-bottom: 10px;
}

.rinen02mid h2 {
  font-weight: 500;
}

.rinen02midico {
  width: 80px;
  margin-left: 30px;
}

.rinen02txtwrap .fs35 {
  margin-bottom: 20px;
  line-height: 1.8;
}

.rinen02txtwrap .fs25 {
  margin-top: 5px;
  line-height: 2;
}

@media screen and (max-width: 1400px) {
  .rinen02 .inner1100 {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1000px) {
  .rinen02 {
    margin-bottom: 75px;
  }
  .rinen02::after {
    width: 30px;
  }
  .rinen02:nth-child(1) {
    background-position: 30px center;
  }
  .rinen02:nth-child(2) {
    background-position: right 30px center;
  }
  .rinen02 .inner1100 {
    min-height: 350px;
    padding: 0;
  }
  .rinen02:nth-child(1) .inner1100 {
    padding-left: 30px;
  }
  .rinen02:nth-child(2) .inner1100 {
    padding-right: 30px;
  }
  .rinen02mid {
    margin-bottom: 20px;
  }
  .rinen02mid h2 {
    font-size: 16px;
  }
  .rinen02mid p.lex {
    margin-bottom: 5px;
  }
  .rinen02midico {
    width: 60px;
    margin-left: 20px;
  }
  .rinen02txtwrap .fs35 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .rinen02txtwrap .fs25 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .rinen02:nth-child(1) {
    margin-bottom: 60px;
  }
  .rinen02midico {
    width: 50px;
    margin-left: 10px;
  }
  .rinen02txtwrap .fs25 {
    line-height: 1.8;
  }
  .rinen02:nth-child(2) {
    background-position: right 30% center;
  }
}
.rinen03-lmid {
  margin-bottom: 80px;
}

.rinen03-lmid .fs22 {
  font-weight: 500;
}

.rinen03-lmidico {
  margin-left: 25px;
  width: 80px;
  position: relative;
  top: -5px;
}

.rinen03-limg {
  width: 670px;
}

.rinen03-r {
  max-width: 940px;
  width: calc(100% - 670px);
}

.rinen03-rdl dt,
.rinen03-rdl dd {
  padding-left: 80px;
}

.rinen03-rdl dt {
  margin-bottom: 20px;
}

.rinen03-rdl dt::after {
  font-size: 30px;
  top: 0;
  left: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #E71F19;
}

.rinen03-rdl dt:nth-child(1)::after {
  content: "01";
}

.rinen03-rdl dt:nth-child(3)::after {
  content: "02";
}

.rinen03-rdl dt:nth-child(5)::after {
  content: "03";
}

.rinen03-rdl dt:nth-child(7)::after {
  content: "04";
}

.rinen03-rdl dt:nth-child(9)::after {
  content: "05";
}

.rinen03-rdl dt:nth-child(11)::after {
  content: "06";
}

.rinen03-rdl dt:nth-child(13)::after {
  content: "07";
}

.rinen03-rdl dt:nth-child(15)::after {
  content: "08";
}

.rinen03-rdl dt:nth-child(17)::after {
  content: "09";
}

.rinen03-rdl dt:nth-child(19)::after {
  content: "10";
}

.rinen03-rdl dt:nth-child(21)::after {
  content: "11";
}

.rinen03-rdl dd {
  padding-bottom: 30px;
}

.rinen03-rdl dd:not(:last-child) {
  margin-bottom: 30px;
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 1500px) {
  .rinen03-limg {
    width: 40vw;
  }
  .rinen03-r {
    width: calc(100% - 40vw);
  }
}
@media screen and (max-width: 1000px) {
  .rinen03-lmid {
    margin-bottom: 40px;
  }
  .rinen03-lmidico {
    margin-left: 20px;
    width: 50px;
    top: 0;
  }
  .rinen03-r {
    max-width: inherit;
    width: 100%;
  }
  .rinen03-rdl dt,
  .rinen03-rdl dd {
    padding-left: 40px;
  }
  .rinen03-rdl dt {
    margin-bottom: 15px;
  }
  .rinen03-rdl dt::after {
    font-size: 22px;
  }
  .rinen03-rdl dd {
    padding-bottom: 20px;
  }
  .rinen03-rdl dd:not(:last-child) {
    margin-bottom: 20px;
  }
  .rinen03-rdl dd:last-child {
    border-bottom: none;
  }
  .rinen03-spimg {
    aspect-ratio: 3/2;
  }
}
.rinen04wrap {
  padding-top: 150px;
  overflow: hidden;
}

.rinen04wrap .line,
.historywrap .line {
  top: 20px;
  left: 400px;
  width: calc(50vw + 350px);
}

.rinen04wrap .inner1300 {
  margin-top: 80px;
}

.rinen04txt p {
  line-height: 2.2;
  margin-bottom: 40px;
}

p.rinen04txr {
  margin-top: 80px;
}

p.rinen04txr span {
  font-size: 1.4em;
  padding-left: 0.4em;
  display: inline-block;
}

@media screen and (max-width: 1500px) {
  .rinen04wrap .line,
  .historywrap .line {
    top: 30px;
    width: calc(100vw - 450px);
  }
}
@media screen and (max-width: 1000px) {
  .rinen04wrap {
    padding-top: 75px;
  }
  .rinen04wrap .line,
  .historywrap .line {
    top: 15px;
    left: 220px;
    width: calc(50vw + 240px);
  }
  .rinen04wrap .inner1300 {
    margin-top: 40px;
    width: 100%;
  }
  .rinen04txt p {
    margin-bottom: 25px;
  }
  p.rinen04txr {
    margin-top: 40px;
    line-height: 2;
  }
  p.rinen04txr span {
    width: 100%;
    line-height: 1;
    font-size: 1.6em;
  }
}
/* outline
==========================================================*/
.profilewrap .line,
.office01wrap .line {
  top: 40px;
  right: 1150px;
  width: calc(50vw - 400px);
}

@media screen and (max-width: 1500px) {
  .profilewrap .line,
  .office01wrap .line {
    right: calc(50vw + 300px);
    width: calc(50vw - 350px);
  }
}
@media screen and (max-width: 1000px) {
  .profilewrap .line,
  .office01wrap .line {
    top: 25px;
    right: calc(50vw + 80px);
    width: calc(50vw - 110px);
  }
}
.outlinewideimg {
  margin: 100px 0;
}

.outlinedl > dt {
  width: 200px;
  padding: 25px 0;
  line-height: 1;
  text-align: center;
  position: relative;
}

.outlinedl > dt::after {
  top: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #E71F19;
  position: absolute;
}

.outlinedl > dd {
  width: calc(100% - 200px);
  padding: 22px 40px 20px;
  line-height: 1.5;
  border-top: 1px solid #333;
}

.outlinedl > dd .indserviceslidebtn {
  margin-top: 15px;
}

.outlinedl > dd .indserviceslidebtn::after,
.office02ultxt .indserviceslidebtn::after {
  right: 25px !important;
}

.outlinedl > dd:has(.outlineindl) {
  padding-top: 0;
  padding-bottom: 0;
}

.outlinedl a:has(.indserviceslidebtn) {
  width: 200px;
}

.outlineindl {
  width: calc(100% + 80px);
  margin-left: -40px;
}

.outlineindl > dt,
.outlineindl > dd {
  padding: 22px 0 20px;
}

.outlineindl > dt {
  width: 240px;
  padding-left: 40px;
}

.outlineindl > dd {
  width: calc(100% - 240px);
}

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

.historywrap .outlineindl > dt {
  width: 130px;
  padding-left: 40px;
}

.historywrap .outlineindl > dd {
  width: calc(100% - 130px);
}

@media screen and (max-width: 1000px) {
  .outlinewideimg {
    margin: 50px 0;
    height: 30vw;
    min-height: 150px;
  }
  .outlinedl > dt {
    width: 150px;
    padding: 25px 0;
  }
  .outlinedl > dd {
    width: calc(100% - 150px);
    padding: 22px 0 20px 20px;
  }
  .outlineindl {
    width: calc(100% + 20px);
    margin-left: -20px;
  }
  .outlineindl > dt {
    width: 180px;
    padding-left: 20px;
  }
  .outlineindl > dd {
    width: calc(100% - 180px);
  }
  .historywrap .outlineindl > dt {
    width: 80px;
    padding-left: 20px;
  }
  .historywrap .outlineindl > dd {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 500px) {
  .outlinedl > dt {
    width: 100%;
    padding: 15px 0;
  }
  .outlinedl > dd {
    width: 100%;
    padding: 17px 0;
  }
  .outlineindl {
    width: 100%;
    margin-left: 0;
  }
  .outlineindl > dt {
    width: 100%;
    padding-left: 0;
    border: none !important;
    padding-bottom: 5px;
  }
  .outlineindl > dd {
    width: 100%;
    padding-top: 0;
  }
  .outlinedl a:has(.indserviceslidebtn) {
    margin: 0 auto;
  }
  .historywrap .outlineindl > dt {
    width: 50px;
    padding: 10px 0 0;
    border-bottom: 1px solid #333 !important;
  }
  .historywrap .outlineindl > dd {
    width: calc(100% - 50px);
    padding: 10px 0;
    border-bottom: 1px solid #333 !important;
  }
}
/* office
==========================================================*/
.office01maptxt {
  top: -30px;
  left: 0;
}

.office01maptxt h3 {
  margin-bottom: 40px;
}

.office01mapimg {
  margin-top: 150px;
}

@media screen and (max-width: 1200px) {
  .office01maptxt {
    top: -100px;
    left: 0;
  }
  .office01maptxt h3 {
    font-size: 2.0588235294rem;
  }
  .office01maptxt p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .office01maptxt {
    text-align: center;
    margin-top: 8vw;
    position: inherit;
    top: 0;
    left: 0;
  }
  .office01maptxt br {
    display: none;
  }
  .office01maptxt h3 {
    margin-bottom: 20px;
  }
  .office01mapimg {
    margin-top: 60px;
  }
}
.office02ul {
  width: 100%;
  margin-bottom: -40px;
}

.office02ul > li {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}

.office02ulimg {
  width: 50%;
}

.office02ultxt {
  padding-top: 20px;
  width: calc(50% - 30px);
}

.office02ultxt h3 {
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 0;
}

.office02ultxt p {
  margin-bottom: 20px;
}

.office-gmap {
  margin-top: 50px;
  min-height: 300px;
  width: 100%;
  aspect-ratio: 1500/600;
}

.office-gmap iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .office02ul {
    width: 100%;
  }
  .office02ul > li {
    width: 100%;
  }
  .office02ulimg {
    width: 200px;
  }
  .office02ultxt {
    padding-top: 0;
    width: calc(100% - 230px);
  }
  .office02ultxt h3 {
    margin-bottom: 10px;
  }
  .office02ultxt p {
    margin-bottom: 10px;
  }
  .office02ultxt p:nth-last-child(3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .office02ul > li {
    padding-bottom: 70px;
    position: relative;
  }
  .office02ul > li.nobtn {
    padding-bottom: 0;
  }
  .office02ulimg {
    width: 150px;
  }
  .office02ultxt {
    padding-top: 0;
    width: calc(100% - 170px);
  }
  .office02btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .office02btn .indserviceslidebtn {
    margin: 0;
  }
  .office-gmap {
    margin-top: 30px;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.3s ease;
  justify-content: center;
  align-items: center;
}

.modal.show {
  display: flex;
}

.modal-content {
  animation: scaleIn 0.3s ease;
  position: relative;
}

.modal-gmap {
  width: 600px;
  max-width: calc(100vw - 80px);
  aspect-ratio: 3/2;
}

.modal-gmap iframe {
  width: 100%;
  height: 100%;
}

.close-btn {
  right: -20px;
  top: -20px;
  width: 50px;
  height: 50px;
  font-size: 30px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E71F19;
  color: #fff;
  border-radius: 50%;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.close-btn-foot {
  width: 200px;
  height: 50px;
  margin: 30px auto 0;
  border-radius: 25px;
  font-size: 16px;
  line-height: 1;
  background: #E71F19;
  color: #fff;
  font-weight: bold;
}

.close-btn-foot:hover {
  color: #E71F19;
  background: #fff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* privacy
==========================================================*/
.privacywrap .kasousection:not(:last-child) {
  margin-bottom: 80px;
}

.privacywrap .kasousection p:not(:last-child) {
  margin-bottom: 30px;
}

.borderframe {
  margin: 10px 0;
  border: 1px solid #ddd;
  padding: 10px;
}

@media screen and (max-width: 1000px) {
  .privacywrap .kasousection:not(:last-child) {
    margin-bottom: 40px;
  }
  .privacywrap .kasousection p:not(:last-child) {
    margin-bottom: 20px;
  }
}
/* info
==========================================================*/
.indexwrap:has(.panwrap) {
  padding-top: 0;
}

.infomainimg {
  margin: 40px auto 60px;
}

.infomainimg img {
  width: 100%;
}

.infolistul {
  margin-top: 40px;
  margin-left: -40px;
}

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

.info_reco,
.postwrap .h2outer {
  margin-top: 60px;
}

.info_reco ul,
.info_reco ol {
  font-size: 16px;
}

.info_reco ul li {
  padding-left: 1.5em;
  position: relative;
}

.info_reco ul li::after {
  top: 0;
  left: 0;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  color: #E71F19;
}

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

.info_reco ol ul li::after {
  content: "・";
}

.infodlbtn {
  margin-top: 20px;
  padding: 0 60px;
  height: 100px;
  border-radius: 50px;
  background: #E71F19;
  color: #fff !important;
  text-decoration: none !important;
}

.infodlbtn::before {
  display: none;
}

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

.infodlbtn::after {
  margin-left: 10px;
  content: "\f019";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

@media screen and (max-width: 1000px) {
  .indexwrap:has(.panwrap) {
    padding-top: 50px;
  }
  .infomainimg {
    margin: 20px auto 30px;
  }
  .infolistul {
    margin-top: 20px;
    margin-left: -30px;
  }
  .infolistul li {
    width: calc(50% - 30px);
    margin-left: 30px;
  }
  .info_reco,
  .postwrap .h2outer {
    margin-top: 40px;
  }
  .info_reco ul,
  .info_reco ol {
    font-size: 14px;
  }
  .infodlbtn {
    margin-top: 10px;
    padding: 0 40px;
    height: 80px;
    border-radius: 40px;
  }
}
/* case
==========================================================*/
.casemain {
  margin-top: 60px;
  max-height: 800px;
  height: 41.6666666667vw;
  width: 100%;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.casemain img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1000px) {
  .casemain {
    margin-top: 40px;
    height: 60vw;
  }
}
@media screen and (max-width: 650px) {
  .casemain {
    height: 400px;
    overflow-x: auto;
    white-space: nowrap;
    display: block;
  }
  .casemain img {
    width: 600px;
    height: 100%;
    max-width: none;
    display: block;
  }
}
.casenavwrap {
  padding-top: 60px;
  width: 300px;
}

.casenav:not(:last-child) {
  margin-bottom: 60px;
}

.casenavmid {
  padding: 5px 0;
  padding-left: 20px;
  margin-bottom: 30px;
  border-left: 10px solid #E71F19;
}

.casenavmid p {
  line-height: 1;
}

.casenavmid p.fs34 {
  margin-bottom: 10px;
}

.casenavul {
  border-bottom: 1px solid #333;
  letter-spacing: 0;
}

.casenavul li {
  border-top: 1px solid #333;
}

.casenavul li a {
  padding: 15px 0;
  padding-left: 30px;
  line-height: 1.5;
}

.casenavul li a:hover {
  background: #F0F0F0;
}

.kasoucol.flex-jcs .kasou-r {
  max-width: calc(100% - 300px);
}

@media screen and (max-width: 1500px) {
  .casenavwrap {
    width: 240px;
    margin-left: -40px;
  }
  .casenavul {
    font-size: 14px;
  }
  .casenavul li a {
    padding-left: 15px;
  }
  .kasoucol.flex-jcs .kasou-r {
    max-width: calc(100% - 240px);
  }
}
@media screen and (max-width: 1000px) {
  .kasoucol.flex-jcs {
    flex-direction: column-reverse;
  }
  .kasoucol.flex-jcs .kasou-r {
    max-width: 100%;
  }
  .casenavwrap {
    margin: 0;
    width: 100%;
  }
  .casenav:not(:last-child) {
    margin-bottom: 40px;
  }
  .casenavmid {
    padding: 2px 0;
    padding-left: 15px;
    margin-bottom: 20px;
    border-left: 8px solid #E71F19;
  }
  .casenavul li a {
    padding: 15px 0;
    padding-left: 23px;
  }
}
.casekadaidlwrap {
  margin-top: 40px;
}

.casekadaidl dt {
  width: 100px;
  border-radius: 5px;
  color: #fff;
}

.casekadaidl dt::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
}

.casekadaidl:nth-child(1) dt::before {
  background: #999;
}

.casekadaidl:nth-child(2) dt::before {
  background: #F38D8B;
}

.casekadaidl:nth-child(3) dt::before {
  background: #E71F19;
}

.casekadaidl dt.after::before {
  height: calc(100% - 30px);
  border-radius: 5px 5px 0 0;
}

.casekadaidl:nth-child(3) dt.after::before {
  border-radius: 5px;
}

.casekadaidl dt.after {
  border-radius: 5px 5px 0 0;
}

.casekadaidl dt.after::after {
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #999 transparent transparent transparent;
  border-width: 30px 50px 0px 50px;
}

.casekadaidl:nth-child(3) dt::after {
  display: none;
}

.casekadaidl:nth-child(2) dt::after {
  border-color: #F38D8B transparent transparent transparent;
}

.casekadaidl dt.after p {
  margin-top: -30px;
}

.casekadaidl dd {
  padding: 20px 0;
  width: calc(100% - 100px - 40px);
}

.casekadaidl:not(:last-child) dd {
  border-bottom: 1px solid #333;
}

.casekadaiul li {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}

.casekadaiul li:after {
  width: 6px;
  height: 6px;
  top: 0.75em;
  left: 0;
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #333;
}

@media screen and (max-width: 1000px) {
  .casekadaidlwrap {
    margin-top: 20px;
  }
  .casekadaidl dt {
    width: 60px;
  }
  .casekadaidl dt p {
    font-size: 15px;
  }
  .casekadaidl dt.after::before {
    height: calc(100% - 20px);
  }
  .casekadaidl dt.after::after {
    border-width: 20px 30px 0px 30px;
  }
  .casekadaidl dt.after p {
    margin-top: -20px;
  }
  .casekadaidl dd {
    padding: 20px 0;
    width: calc(100% - 60px - 30px);
  }
  .casekadaiul li:after {
    top: 0.7em;
  }
}
.caseinfowrap {
  margin-top: 60px;
  padding: 30px;
  padding-right: 20px;
  border-radius: 10px;
  border: 1px solid #333;
}

.caseinfomid {
  width: 250px;
}

.caseinfomidimg {
  width: 40px;
  margin-right: 15px;
}

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

.caseinfool li {
  padding-left: 0;
}

.caseinfool li::after {
  display: none;
}

.caseinfooldl {
  align-items: flex-start;
}

.caseinfooldl dt {
  width: 120px;
}

.caseinfooldl dt .caseinfooldtno {
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
}

.caseinfooldl dd {
  width: calc(100% - 120px);
}

@media screen and (max-width: 1000px) {
  .caseinfowrap {
    margin-top: 30px;
    padding: 20px;
  }
  .caseinfomid {
    width: 100%;
    margin-bottom: 5px;
  }
  .caseinfomidimg {
    width: 30px;
    margin-right: 10px;
  }
  .caseinfocont {
    width: 100%;
  }
  .caseinfool li {
    padding: 0;
  }
  .caseinfooldl {
    margin-top: 10px;
    display: block;
  }
  .caseinfooldl dt .caseinfooldtno {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
  }
  .caseinfooldl dd {
    padding-left: 25px;
    width: 100%;
  }
}
.cacevoiceul li {
  margin-top: 50px;
}

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

.cacevoiceulicowrap {
  width: 200px;
}

.cacevoiceulicoimg {
  width: 120px;
  margin: 0 auto 10px;
}

.cacevoiceulicotxt {
  padding: 0 10px;
}

.cacevoicetxtwrap {
  padding: 30px 40px;
  width: calc(100% - 200px);
  border: 1px solid #333;
  border-radius: 10px;
}

.cacevoicetxtwrap::before,
.cacevoicetxtwrap::after {
  left: -24px;
  top: calc(50% - 12px);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #333 transparent transparent;
  border-width: 10px 24px 10px 0px;
}

.cacevoicetxtwrap::after {
  left: -21px;
  border-color: transparent #fff transparent transparent;
}

.cacevoiceul li:nth-child(2n) .cacevoicetxtwrap::before,
.cacevoiceul li:nth-child(2n) .cacevoicetxtwrap::after {
  left: inherit;
  right: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #333;
  border-width: 10px 0px 10px 24px;
}

.cacevoiceul li:nth-child(2n) .cacevoicetxtwrap::after {
  right: -21px;
  border-color: transparent transparent transparent #fff;
}

.cacevoicetxtwrap h3 {
  margin-bottom: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .cacevoiceul li {
    margin-top: 30px;
  }
  .cacevoiceulicowrap {
    width: 150px;
  }
  .cacevoiceulicoimg {
    width: 80px;
  }
  .cacevoicetxtwrap {
    padding: 20px;
    width: calc(100% - 150px);
  }
  .cacevoicetxtwrap::before,
  .cacevoicetxtwrap::after {
    left: -20px;
    top: calc(50% - 10px);
    border-width: 8px 20px 8px 0px;
  }
  .cacevoicetxtwrap::after {
    left: -18px;
  }
  .cacevoiceul li:nth-child(2n) .cacevoicetxtwrap::before,
  .cacevoiceul li:nth-child(2n) .cacevoicetxtwrap::after {
    right: -20px;
    border-width: 8px 0px 8px 20px;
  }
  .cacevoiceul li:nth-child(2n) .cacevoicetxtwrap::after {
    right: -18px;
  }
}
@media screen and (max-width: 500px) {
  .cacevoiceul li {
    margin-top: 20px;
  }
  .cacevoiceulicowrap {
    width: 90px;
  }
  .cacevoiceulicoimg {
    width: 60px;
    margin-left: 0;
  }
  .cacevoiceul li:nth-child(2n) .cacevoiceulicoimg {
    margin-left: auto;
    margin-right: 0;
  }
  .cacevoiceulicotxt {
    text-align: left;
    padding: 0 20px 0 0;
  }
  .cacevoiceul li:nth-child(2n) .cacevoiceulicotxt {
    text-align: right;
    padding: 0 0 0 20px;
  }
  .cacevoicetxtwrap {
    padding: 20px;
    width: calc(100% - 90px);
  }
}
/* topic
==========================================================*/
.topiclist-l {
  width: 200px;
}

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

.topic-year-list {
  line-height: 1;
}

.topic-year-list li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.topic-year-list li a {
  padding: 15px;
  display: block;
  position: relative;
  background: #f0f0f0;
}

.topic-year-list li a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

.topic-year-list li a:hover {
  color: #E71F19;
}

.topic-year-list li a:hover::after {
  right: 15px;
}

@media screen and (max-width: 1200px) {
  .topic-year-list {
    font-size: 16px;
  }
  .topiclist-l {
    width: 150px;
  }
  .topiclist-r {
    width: calc(100% - 150px - 30px);
  }
}
@media screen and (max-width: 600px) {
  .topiclistwrap {
    flex-direction: column-reverse;
  }
  .topiclist-l {
    width: 100%;
    margin-top: 40px;
  }
  .topic-year-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .topic-year-list li {
    width: calc(50% - 1px);
    margin-bottom: 1px;
  }
  .topiclist-r {
    width: 100%;
  }
}
.topic-date {
  margin-top: 10px;
}

.postwrap h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.postwrap h2 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.postwrap h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 12px;
}

.postwrap h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.postwrap h5 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.postwrap h6 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 6px;
}

.postwrap p {
  margin-bottom: 16px;
}

.postwrap pre {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
  overflow-x: auto;
  font-family: monospace;
}

.postwrap strong {
  font-weight: bold;
}

.postwrap em {
  font-style: italic;
}

.postwrap ul {
  margin-bottom: 16px;
}

.postwrap ul li {
  list-style-type: disc;
  margin-bottom: 6px;
}

.postwrap ol {
  margin-bottom: 16px;
}

.postwrap ol li {
  list-style-type: decimal;
  margin-bottom: 6px;
}

.postwrap blockquote {
  border-left: 4px solid #ccc;
  padding-left: 16px;
  font-style: italic;
  margin: 20px 0;
}

.postwrap table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.postwrap th,
.postwrap td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.postwrap th {
  font-weight: bold;
  background: #f2f2f2 !important;
}

.postwrap tr:nth-child(2n-1) td {
  background: #f9f9f9;
}

.postwrap a {
  color: #E71F19;
  text-decoration: underline;
}

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

a[href$=".pdf"]::before {
  content: "\f15b";
  font-family: "Font Awesome 6 Free";
  font-weight: 500;
  margin-right: 5px;
}

.pnwrap {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #333;
}

.pnwrap a {
  height: 40px;
  border-radius: 20px;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.pnwrap a.back {
  background: #333;
  color: #fff;
}

.pnwrap a:hover {
  background: #f2f2f2;
  color: #333;
}

.pnbtn.prev {
  left: 0;
}

.pnbtn.next {
  right: 0;
}

.pnbtn.prev a::after {
  left: 25px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotate(45deg);
  content: "";
  position: absolute;
}

.pnbtn.next a::after {
  right: 25px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  content: "";
  position: absolute;
}

.pnbtn.prev a:hover::after {
  left: 20px;
}

.pnbtn.next a:hover::after {
  right: 20px;
}

@media screen and (max-width: 500px) {
  .pnwrap {
    margin-top: 40px;
  }
  .pnwrap a {
    padding: 0 30px;
  }
  .pnwrap a:hover {
    background: inherit;
  }
  .pnwrap a.back:hover {
    background: #333;
    color: #fff;
  }
  .pnbtn.prev a {
    padding-left: 15px;
  }
  .pnbtn.next a {
    padding-right: 15px;
  }
  .pnbtn.prev a::after {
    left: 0;
  }
  .pnbtn.next a::after {
    right: 0;
  }
  .pnbtn.prev a:hover::after {
    left: 0;
  }
  .pnbtn.next a:hover::after {
    right: 0;
  }
}
/* organization
==========================================================*/
.orgtabwrap {
  margin-top: 60px;
  text-align: center;
}

.orgtabwrap ::before {
  background: #ccc;
}

.orgtabwrap ::after {
  background: #ccc;
}

.org01wrap {
  position: relative;
}

.org {
  margin-left: 100px;
  width: 300px;
  height: 50px;
  margin-bottom: 20px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1.3;
}

.org01 {
  margin-left: 0 !important;
  background: #E71F19;
  color: #fff;
}

.org02 {
  background: #EE625E;
  color: #fff;
}

.org03 {
  background: #F38F8C;
}

.org04 {
  background: #FBDBDA;
}

.org.after::after,
.org.before::before {
  width: 50px;
  height: 4px;
  right: 100%;
}

.org.before::before {
  right: inherit;
  left: 100%;
}

.org01wrap .org:last-child {
  margin-bottom: 0;
}

.org01wrap::after {
  top: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 100%;
}

.orgtab td {
  vertical-align: middle !important;
}

.orgtab td.after:after {
  width: 4px;
  top: 23px;
  right: -54px;
}

.orgtab td[rowspan="7"].after:after {
  height: 420px;
}

.orgtab td[rowspan="6"].after:after {
  height: 350px;
}

.orgtab td[rowspan="2"].after:after {
  height: 70px;
}

.orgtab tr:nth-child(1) td[rowspan="7"].before:before {
  top: 23px;
  height: 4px;
  width: 850px;
  left: 50px;
}

.orgtab td[rowspan="6"] .org03.after::after {
  width: 450px;
  left: inherit;
  right: 100%;
}

.org02wrap {
  bottom: 90px;
}

.org02wrap::after {
  width: 4px;
  height: 315px;
  top: -130px;
  right: -54px;
}

.org02wrap::before {
  width: 4px;
  height: 680px;
  left: 50px;
  bottom: 23px;
}

@media screen and (max-width: 1600px) {
  .orgtabwrap {
    width: 980px;
    margin: 60px auto 0;
  }
  .org {
    margin-left: 60px;
    width: 200px;
  }
  .org.after::after,
  .org.before::before {
    width: 30px;
  }
  .orgtab td.after:after {
    right: -34px;
  }
  .orgtab tr:nth-child(1) td[rowspan="7"].before:before {
    width: 550px;
    left: 30px;
  }
  .orgtab td[rowspan="6"] .org03.after::after {
    width: 290px;
  }
  .org02wrap::after {
    right: -34px;
  }
  .org02wrap::before {
    left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .orgtabwrap {
    width: 490px;
    font-size: 12px;
  }
  .org {
    height: 40px;
    margin-left: 30px;
    width: 100px;
    margin-bottom: 5px;
  }
  .org.after::after,
  .org.before::before {
    width: 15px;
  }
  .orgtab td.after:after {
    top: 20px;
    right: -19px;
  }
  .orgtab td[rowspan="7"].after:after {
    height: 270px;
  }
  .orgtab td[rowspan="6"].after:after {
    height: 225px;
  }
  .orgtab td[rowspan="2"].after:after {
    height: 45px;
  }
  .orgtab tr:nth-child(1) td[rowspan="7"].before:before {
    top: 23px;
    height: 4px;
    width: 275px;
    left: 15px;
  }
  .orgtab td[rowspan="6"] .org03.after::after {
    width: 145px;
  }
  .org02wrap::after {
    height: 200px;
    top: -47px;
    right: -19px;
  }
  .org02wrap::before {
    height: 400px;
    left: 15px;
    bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .orgtabwrap-scaler {
    height: 576px;
  }
  .orgtabwrap {
    transform: scale(0.8);
    transform-origin: left top;
  }
}
@media screen and (max-width: 450px) {
  .orgtabwrap-scaler {
    height: 504px;
  }
  .orgtabwrap {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 380px) {
  .orgtabwrap-scaler {
    height: 432px;
  }
  .orgtabwrap {
    transform: scale(0.6);
  }
}
/* disclosure
==========================================================*/
#office_list ul {
  display: flex;
  flex-wrap: wrap;
}

#office_list li {
  margin-left: 10px;
  margin-right: 20px;
}

#office_list li a {
  display: block;
  padding: 10px 0;
}

/* collaboration
==========================================================*/
.Form-1c {
  max-width: 100% !important;
}

.Form-1c h3 {
  font-size: 18px;
  padding: 5px 15px;
}

.Form-Item-Label-Required,
.Form-Item-Label-Any {
  border-radius: 3px;
  margin-right: 8px;
  font-size: 11px;
  width: 32px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  background: #E71F19;
  color: #fff;
  position: relative;
  top: -2px;
}

.Form-Item-Label-Any {
  background: #999;
}

.Form-Item-1c {
  padding: 30px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}

.Form-Item-Label-1c {
  width: 100%;
  max-width: 248px;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.Form-Item-1c > p:last-child {
  width: calc(100% - 248px);
}

.Form-Item-Input-1c,
.Form-Item-Input-2c,
.Form-Item-Input-3c,
.Form-1c select {
  padding: 0 15px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 50px;
  flex: 1;
  background: #f1f1f1;
  font-size: 14px;
}

.Form-Item-Input-2c {
  width: 45%;
}

.Form-Item-Input-3c {
  width: 25%;
  width: 100px;
}

.Form-Item-Textarea-1c {
  padding: 15px;
  width: 100%;
  border: 1px solid #ddd;
  background: #f1f1f1;
  border-radius: 3px;
}

.Form-Btn-div {
  margin-top: 60px;
  text-align: center;
}

.Form-Btn-div a {
  color: #E71F19;
  text-decoration: underline;
}

.Form-Btn-div a:hover {
  text-decoration: none;
}

.Form-Btn {
  margin-top: 30px;
  font-size: 16px;
  width: 320px;
  height: 80px;
  border-radius: 40px;
  border: 2px solid #E71F19;
  line-height: 1.5;
  background: #E71F19;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  transition: 0.3s;
}

.Form-Btn:hover {
  background: #fff;
  color: #E71F19;
}

.wpcf7 form .wpcf7-response-output {
  margin: 40px 0 0 !important;
  padding: 15px !important;
  color: #E71F19 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #E71F19 !important;
}

.Form-1c select {
  width: 100px;
  display: inline-block;
}

.wpcf7-form-control-wrap:has(select) {
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

.wpcf7-form-control-wrap:has(select)::after {
  width: 6px;
  height: 6px;
  right: 15px;
  top: calc(50% - 3px);
  content: "";
  position: absolute;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}

.wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}

.wpcf7-list-item-label {
  line-height: 20px;
}

.wpcf7-form-control-wrap {
  display: inline-block;
  position: relative;
}

.wpcf7-form-control-wrap:has(.Form-Item-Input-1c),
.wpcf7-form-control-wrap:has(.Form-Item-Textarea-1c) {
  width: 100%;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
}

@media screen and (max-width: 1000px) {
  .Form-Item-1c {
    padding: 30px 0;
    display: block;
  }
  .Form-Item-Label-1c {
    margin-bottom: 15px;
  }
  .Form-Item-1c > p:last-child {
    width: 100%;
  }
}
/* recruit
==========================================================*/
.idealwrap {
  margin-top: 100px;
  overflow: hidden;
}

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

.idealimg {
  width: calc(50% + 150px);
  position: relative;
}

.idealcol:nth-child(2n-1) .idealimg {
  left: -200px;
  margin-right: -200px;
}

.idealcol:nth-child(2n) .idealimg {
  right: -200px;
  top: -150px;
  margin-left: -200px;
}

.idealtxt {
  padding-top: 60px;
  width: calc(50% - 50px);
}

.idealul li:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.idealcol dl dt {
  margin-bottom: 20px;
}

@media screen and (max-width: 1600px) {
  .idealimg {
    width: calc(50% + 25px);
  }
  .idealcol:nth-child(2n-1) .idealimg {
    left: -50px;
    margin-right: -50px;
  }
  .idealcol:nth-child(2n) .idealimg {
    right: -50px;
    top: -50px;
    margin-left: -50px;
  }
  .idealtxt {
    width: calc(50% - 25px);
  }
  .idealcol:nth-child(2n-1) .idealtxt {
    padding-right: 25px;
  }
  .idealcol:nth-child(2n) .idealtxt {
    padding-left: 25px;
  }
}
@media screen and (max-width: 1300px) {
  .idealcol:nth-child(2n) .idealimg {
    top: 0;
  }
  .idealtxt {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .idealwrap {
    margin-top: 40px;
  }
  .idealwrap .inner1500max {
    width: calc(100% - 8vw);
  }
  .idealcol {
    display: block;
  }
  .idealimg {
    aspect-ratio: 2/1;
    margin: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    width: 100%;
    overflow: hidden;
  }
  .idealimg img {
    -o-object-fit: fit;
       object-fit: fit;
  }
  .idealtxt {
    padding: 40px 0;
    width: 100%;
  }
  .idealcol:last-child .idealtxt {
    padding-bottom: 0;
  }
}
.trainingcol {
  border: 4px solid #E71F19;
  border-top: none;
}

.trainingcol:nth-child(1) {
  width: 33.3333333333%;
}

.trainingcol:nth-child(2) {
  width: 63.3333333333%;
  border-color: #F38D8B;
}

.trainingmid {
  height: 80px;
  color: #fff;
}

.trainingcol:nth-child(2) .trainingmid {
  background: #F38D8B;
}

.trainingulwrap {
  padding: 40px;
}

.trainingul {
  margin-bottom: -14px;
}

.trainingul li {
  height: 70px;
  margin-bottom: 14px;
  background: #FBDBDA;
}

.trainingul.flex-jcs li {
  width: calc(50% - 7px);
}

@media screen and (max-width: 1200px) {
  .trainingwrap {
    display: block;
  }
  .trainingcol:nth-child(1) {
    width: 100%;
  }
  .trainingcol:nth-child(2) {
    width: 100%;
    margin-top: 30px;
  }
  .trainingmid {
    height: 60px;
  }
  .trainingulwrap {
    padding: 20px;
  }
  .trainingul {
    margin-bottom: -5px;
  }
  .trainingul li {
    height: 50px;
    margin-bottom: 5px;
  }
  .trainingul.flex-jcs li {
    width: 100%;
  }
}
.jobdetailwrap h2 {
  padding: 10px 20px;
  background: #E71F19;
  color: #fff;
}

.jobdetailwrap table {
  width: 100%;
}

.jobdetailwrap th {
  padding: 25px 0;
  width: 200px;
  font-size: 20px;
  border-bottom: 3px solid #E71F19;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.jobdetailwrap td {
  padding: 25px;
  padding-left: 50px;
  font-size: 16px;
  border-bottom: 3px solid #ddd;
}

@media screen and (max-width: 1000px) {
  .jobdetailwrap th,
  .jobdetailwrap td {
    display: block;
  }
  .jobdetailwrap th {
    font-size: 18px;
    padding: 25px 0 15px;
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
  .jobdetailwrap td {
    padding: 0 0 25px;
    font-size: 14px;
  }
}
/* SATORI
==========================================================*/
#satori__creative_container button,
#satori__creative_container input,
#satori__creative_container optgroup,
#satori__creative_container select,
#satori__creative_container textarea {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
}

#satori__creative_container textarea {
  min-height: 200px;
}

/* strength
==========================================================*/
.str01ul {
  margin-top: 50px;
}

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

.str01ulcol-l {
  width: 260px;
  height: 80px;
  border: 1px solid #E71F19;
  border-radius: 10px;
  text-align: center;
}

.str01ulcol-l p {
  line-height: 1.5;
}

.str01ulcol-l p span {
  font-size: 0.9em;
}

.str01ulcol-r {
  width: calc(100% - 300px);
}

.str01ulcol-r h3 {
  margin-bottom: 10px;
}

.str01ulimg {
  margin: 50px 0;
}

.str02ul {
  margin-top: 50px;
}

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

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

.str02ulimg {
  width: calc(50% - 30px);
}

.str02ultxt {
  width: calc(50% - 10px);
}

.str02ultxt h3 {
  margin-bottom: 10px;
  line-height: 1.5;
}

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

.str03ulico {
  width: 150px;
}

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

.str03ultxt h3 {
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  .str01ul {
    margin-top: 30px;
  }
  .str01ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .str01ulcol-l {
    width: 200px;
    height: 70px;
    border-radius: 6px;
  }
  .str01ulcol-r {
    width: calc(100% - 220px);
  }
  .str01ulcol-r h3 {
    margin-bottom: 5px;
  }
  .str01ulimg {
    margin: 30px 0;
  }
  .str02ul {
    margin-top: 30px;
  }
  .str02ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .str02ulimg {
    width: calc(50% - 15px);
  }
  .str02ultxt {
    width: calc(50% - 15px);
  }
  .str03ul li {
    padding: 20px 0;
    align-items: flex-start;
  }
  .str03ulico {
    width: 28px;
  }
  .str03ulico img {
    width: 28px;
  }
  .str03ultxt {
    width: calc(100% - 38px);
  }
}
@media (max-width: 1000px) and (min-width: 601px) {
  .str01ulcol-l p:has(span) {
    font-size: 1em;
  }
}
@media screen and (max-width: 600px) {
  .str01ulcol-l {
    width: 100%;
    height: 60px;
    margin-bottom: 15px;
  }
  .str01ulcol-r {
    width: 100%;
  }
  .str01ulimg {
    margin: 15px 0 30px;
  }
  .str02ulimg {
    margin-bottom: 15px;
    width: 100%;
  }
  .str02ultxt {
    width: 100%;
  }
}
.recordtab-t {
  margin-bottom: 20px;
}

.recordtab-t li {
  margin-left: 20px;
}

.recordtab-tico {
  margin-right: 8px;
}

.recordtab {
  width: 100%;
}

.recordtab th {
  padding: 10px 0 10px 15px;
  background: #F0F0F0;
}

.recordtab td {
  padding: 20px 0 20px 15px;
  line-height: 1.5;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}

.recordtab td:last-child {
  padding-right: 0 !important;
}

.recordtabul {
  margin-left: -15px;
}

.recordtabul li {
  margin-left: 15px;
  opacity: 0;
}

.recordtabul li.active {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .recordtab th {
    padding: 5px 0 5px 10px;
  }
  .recordtab td {
    padding: 10px 0 10px 10px;
  }
  .recordtab th:nth-child(4),
  .recordtab td:nth-child(4) {
    text-align: center;
  }
  .recordtab td:nth-child(5) {
    padding-left: 10px;
  }
  .recordtabul {
    margin-left: -10px;
  }
  .recordtabul li {
    margin-left: 10px;
  }
  .recordtabul li img {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 700px) {
  .recordtab {
    font-size: 11px;
  }
  .recordtab th:nth-child(1) {
    width: 60px;
  }
  .recordtab th:nth-child(2) {
    width: 50px;
  }
  .recordtab th:nth-child(2) {
    text-align: center;
  }
  .recordtab td {
    padding-right: 0;
  }
  .recordtabul {
    flex-direction: column;
    align-items: center;
    margin-bottom: -10px;
  }
  .recordtabul li {
    margin-bottom: 10px;
    display: none;
  }
  .recordtabul li.active {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .recordtab th {
    letter-spacing: 0;
  }
  .recordtab th:nth-last-child(1) {
    width: 60px;
  }
  .recordtab th:nth-last-child(2) {
    width: 50px;
  }
  .recordtab td:nth-child(3) br {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */