/*top*/
.top_mainimg {/*TOPmainä½™ç™½*/
  height: 98.5rem;
  margin: 0 0 0 0 !important;
}
.index .mainimg {
  height: 34vh;
  margin: 0 0 24rem;
}

.index .mainimg .slider{
  width: 100%;
  height: 27vh;
  top:17%;
}
.index .mainimg .slider div{
  width:inherit;
  height:inherit;
}


.index .mainimg img {
  width:inherit;
  height:inherit;
  object-fit: cover;
  object-position: center;
}

/*.index_cnt1 {èƒŒæ™¯è‰²
  background: #242C2E;
}*/
/*.index_cnt1 .col2 {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  margin: 0 0 27rem;
}*/
.index_cnt1 .col2 {/*èƒŒæ™¯è‰²å¤‰æ›´ã«ã‚ˆã‚Š*/
  width: 98%;
  margin: auto;
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  /* margin: 0 0 27rem; */
  padding: 24rem 0 27rem 0;
  /*background: #242C2E;*/
}

.index_cnt1 :is(.left, .right) {
  width: 50%;
}
.index_cnt1 .col2 .left {
  /* text-align: center; */
  /*background: url(/system_panel/uploads/images/index_cnt1_1.png) no-repeat center;*//*èƒŒæ™¯ç”»åƒç¾åœ¨éžè¡¨ç¤º*/
  display: grid;
  align-content: center;
  /*padding: 0 18.75vw 0 0;*/
  /* padding: 0 0 0 18.75vw; *//*ç”»åƒã¨æ–‡è¨€ä½ç½®å¤‰æ›´ã«ã‚ˆã‚Špaddingå¤‰æ›´*/
}
.index_cnt1 .col2 .left h2 {
  font-size: 3.7rem;
  font-family: 'Hina Mincho', serif;
  letter-spacing: 2rem;
  margin: 0 0 10rem;
}
.blur-fade-in {
  font-size: 36px;
  font-weight: bold;
  color: transparent;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  /* ãƒ–ãƒ©ãƒ¼åŠ¹æžœã‚’ã‹ã‘ã‚‹ */
  animation-duration: 1s;
  animation-name: fade-in;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes fade-in {
  from {
      opacity: 0;
      text-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  }

  to {
      opacity: 1;
      text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}




.index_cnt1 .col2 .left .read {
  font-family: 'Hina Mincho', serif;
  font-size: 2.4rem;
  /* line-height: 2.5; */
  letter-spacing: 0.5rem;
    /*color: #fff;èƒŒæ™¯è‰²å¤‰æ›´ã«ã‚ˆã‚‹æ–‡å­—è‰²è¿½åŠ */
color: #000;
}
.index_cnt1 .col2 .right img {
  width: 100%;
}
.index_bg1 {
  width: 100%;
  height: 72rem;
  background: url(/system_panel/uploads/images/index_bg1.jpg);
  background-attachment: fixed;
  background-size: cover;
  /*margin: 0 0 26rem;*/
}
.index_cnt2 {/*èƒŒæ™¯è‰²+ä½™ç™½*/
  /*background: #fff7e4 url(/system_panel/uploads/images/index_cnt2_1.png) no-repeat 5rem 17rem;*/
background: url(/system_panel/uploads/images/index_cnt2_1.png) no-repeat 13rem 38rem;
  padding: 26rem 0 36rem 0;
}
/*.index_cnt2 {
  background: url(/system_panel/uploads/images/index_cnt2_1.png) no-repeat 5rem 17rem;
  padding: 0 0 36rem;
}*/
.index_cnt2 .inner {
  display: flex;
  justify-content: end;
  flex-direction: row-reverse;
}
.index_cnt2 .inner .title {
  margin: 0 0 0 10rem;
}
.index_cnt2 .inner .sub {
  text-align: right;
  line-height: 1.35;
}
.index_cnt2 .inner>p {
  writing-mode: vertical-rl;
  line-height: 2.916vw;
}
.index_cnt2 .buttonA {
  transform: rotate(90deg);
  top: 60%;
}
.index_bg2 {
  width: 100%;
  height: 72rem;
  background: url(/system_panel/uploads/images/index_bg2.jpg);
  background-attachment: fixed;
  background-size: cover;
  /*margin: 0 0 32rem;*/
}


/*.index_cnt3 {
  margin: 0 0 32rem;
}*/
.index_cnt3 {/*èƒŒæ™¯è‰²+ä½™ç™½*/
  padding: 32rem 0 32rem 0;
  /*background: #242C2E;*/
}
.index_cnt3 .inner {
  display: flex;
  justify-content: end;
  flex-direction: row-reverse;
}
.index_cnt3 .inner .title {
  margin: 0 0 0 10rem;
}
.index_cnt3 .inner .list {
  display: flex;
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
  justify-content:center;
}
.index_cnt3 .inner .list .dl {
  width: 32%;
  display: grid;
  gap: 3rem;
  align-content: baseline;
  margin: 0 0 9rem;
}
.index_cnt3 .inner .list .dt {
  aspect-ratio: 4/3;
  background-blend-mode: darken;
  background: rgba(0, 0, 0, 0.2);
  display: grid;
  place-items: center;
}
.index_cnt3 .inner .list .dl:nth-of-type(1) .dt {
  background: rgba(0, 0, 0, 0.2) url(/system_panel/uploads/images/index_cnt3_1.jpg) no-repeat;
  background-size: cover;
}
.index_cnt3 .inner .list .dl:nth-of-type(2) .dt {
  background: rgba(0, 0, 0, 0.2) url(/system_panel/uploads/images/index_cnt3_2.jpg) no-repeat;
  background-size: cover;
}
.index_cnt3 .inner .list .dl:nth-of-type(3) .dt {
  background: rgba(0, 0, 0, 0.2) url(/system_panel/uploads/images/index_cnt3_3_20231026.jpg) no-repeat;
  background-size: cover;
}
.index_cnt3 .inner .list .dt a {
  font-size: 3rem;
  font-family: 'Hina Mincho', serif;
  color: #fff;

}
/*.index_cnt3 .inner .list .dd {
  line-height: 2.5;
}*/
.index_cnt3 .inner .list .dd {
  line-height: 2.5;
  /*color: #fff;*/
}

.index_cnt3 .inner .list .buttonA {
  margin: auto;
}
.index_cnt4 {
  padding: 0 0 16rem;/*å…ƒã€…margin32*/
/*background: #242C2E;*//*èƒŒæ™¯è¿½åŠ */
}
.index_cnt4 .inner {
  display: flex;
}
.index_cnt4 .inner .title {
  margin: 0 13rem 0 7rem;
}
.index_cnt4 .inner .newworks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10rem;
  margin: 0 0 8rem;
}
.index_cnt4 .inner .newworks .webgene-blog {}
.index_cnt4 .inner .newworks .dl {
  display: grid;
}
.index_cnt4 .inner .newworks .webgene-blog:nth-of-type(odd) {
  transform: translate(0, -13rem);
}
.index_cnt4 .inner .newworks .dt {
  grid-row: 2/3;
  margin: 0 0 2rem;
}
.index_cnt4 .inner .newworks .dt a {
  color: #3e3e3e;
}
/*.index_cnt4 .inner .newworks .dt a
  color: #fff;
}*/
.index_cnt4 .inner .newworks .pic p {
  grid-row: 1/2;
  margin: 0 0 4rem;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.index_cnt4 .inner .newworks .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.index_cnt4 .inner .newworks .cate {
  font-size: 1.4rem;
  color: #fff;
  background: #424242;
  padding: 0.25em 1em;
  width: fit-content;
}
.index_cnt4 .buttonA {
  margin: auto;
}





/*about*/
/*.about_cnt1 {
  margin: 0 0 24rem;
}*/
.about_cnt1 {
  padding: 15.5rem 0 12rem 0;
  /*background: #242C2E;*/
}
.about_cnt1 .inner {
  /*background: url(/system_panel/uploads/images/about_cnt1_bg.png) left bottom no-repeat;*/
background: url(/system_panel/uploads/images/20230601132407228760.png) left bottom no-repeat;
  position: relative;
}
.about_cnt1 .inner>p {
  line-height: 2.5;
  width: 100%;
  padding: 0 0 15rem 47%;
  position: relative;
  right: 0;
  /*color: #fff;*/
}
.about_cnt1 .inner .col2 {
  display: flex;
  margin: 0 0 11rem;
}
.about_cnt1 .inner .col2 .left {
  width: 50%;
  padding: 9rem 0 0 10.416vw;
}
.about_cnt1 .inner .col2 .left .read {
  font-size: 2.4rem;
  font-family: 'Hina Mincho', serif;
  line-height: 2.5;
  text-align: center;
  letter-spacing: 0.125em;
  /*color: #fff;*/
}
.about_cnt1 .inner .col2 .right {
  width: 50%;
  text-align: right;
}
.about_cnt1 .inner .col2 .right img {
  width: 100%;
  max-width: 68rem;
}
.about_cnt2 {
  margin: 12rem 0 0 0;
}
.about_cnt2 .inner .title {
  margin: 0 auto 18rem;
}
.about_cnt2 .inner .title h3 {
  line-height: 2;
}
.about_cnt2 .inner .grid {
  width: 100%;
  max-width: 120rem;
  display: grid;
  gap: 13rem 10vw;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 36rem;
  padding: 0 7rem;
  background: linear-gradient(transparent 42%, #e2e2e2 42%, #e2e2e2 42.125%, transparent 42.125%);
}

.about_cnt2 .inner .grid .dl {
  width: 100%;
}
.about_cnt2 .inner .grid .dl::before {
  width: fit-content;
  height: fit-content;
  padding: 0.25em 0.5em;
  background: #424242;
  font-size: 1.4rem;
  color: #fff;
  display: block;
  margin: 0 0 4rem;
}
.about_cnt2 .inner .grid .dl:nth-of-type(1)::before {
  content: "POINT.01";
}
.about_cnt2 .inner .grid .dl:nth-of-type(2)::before {
  content: "POINT.02";
}
.about_cnt2 .inner .grid .dl:nth-of-type(3)::before {
  content: "POINT.03";
}
.about_cnt2 .inner .grid .dl:nth-of-type(4)::before {
  content: "POINT.04";
}
.about_cnt2 .inner .grid .dt {
  font-size: 2.4rem;
  font-family: 'Hina Mincho', serif;
  line-height: 1.75;
}
.about_cnt2 .inner .grid .dd {
  line-height: 2.5;
}

.about_bg1 {
  width: 100%;
  height: 72rem;
  background: url(/system_panel/uploads/images/about_bg1.jpg);
  background-attachment: fixed;
  background-size: cover;
  /*margin: 0 0 11rem;*/
}
.about_cnt3 {
  padding: 11rem 0 29rem 0;
  /*background: #fff7e4;*/
}
.about_cnt3 .inner .col2 {
  display: flex;
}
.about_cnt3 .inner .col2 .title {
  width:
      /*30rem*/
      15.625vw;
  margin: 0 5.208vw 0 0;
  text-align: center;
}
.about_cnt3 .inner .col2 .dl {
  display: grid;
}
.about_cnt3 .inner .col2>.dl>.dt {
  font-size: 3.5rem;
  font-family: 'Hina Mincho', serif;
  margin: 0 0 1rem;
  letter-spacing: 0.3em;
}
.p1684313211349 {
  font-weight: bold;
}
.about_cnt3 .inner .col2>.dl .kana {
  margin: 0 0 5rem;
}
.about_cnt3 .inner .col2>.dl .position {
  grid-row: 1/2;
  background: #424242;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.125em 1em;
  margin: 0 0 3.5rem;
  width: fit-content;
  height: fit-content;
  line-height: 1;
}
.about_cnt3 .inner .col2>.dl .position p {
  line-height: 1;
}
.about_cnt3 .inner .col2>.dl .dd {
  line-height: 2.5;
}
.dd_topma {
  margin: 3rem 0 0 0;
}
.about_cnt3 .inner .col2>.dl .dd p {}
.about_cnt3 .inner .col2>.dl>.dd .dl {
  display: flex;
  width: 100%;
}
.about_cnt3 .inner .col2>.dl>.dd .dl .dt {
  width: 8.5rem;
}
.about_cnt3 .inner .col2>.dl>.dd .dl .dt p::after {
  content: ":";
}




/*servicelist*/
.service .ul.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:
      /*5rem*/
      5%;
  margin: 0 auto 15rem;
  width: 80%;
  max-width: 100rem;
}
.service .ul.grid .li {
  background: #424242;
  list-style: none;
  height: 6rem;
}
.service .ul.grid .li p {
  width: inherit;
  height: inherit;
}
.service .ul.grid .li a {
  color: #fff;
  font-family: 'Hina Mincho', serif;
  width: inherit;
  height: inherit;
  display: grid;
  place-items: center;
}
.servicelist_cnt1 {
  position: relative;
  padding: 0 0 23.5rem;
}
.servicelist_cnt1 .inner {}
.servicelist_cnt1 .inner .col2 {
  display: flex;
}
.servicelist_cnt1 .inner .col2 .left {
  width: 50%;
  padding: 0 6.5rem 0 0;
}
.servicelist_cnt1 .inner::before {
  content: "01";
  font-size: 12rem;
  color: #efefef;
  display: block;
  font-family: initial;
  margin: 0 0 5rem;
}
.servicelist_cnt1 .inner .col2 .left h3 {
  font-size: 3.7rem;
  font-family: 'Hina Mincho', serif;
  margin: 0 0 7rem;
}
.servicelist_cnt1 .inner .col2 .left p {
  line-height: 2.5;
}
.servicelist_cnt1 .inner .col2 .left .buttonA {
  margin: 6.5rem 0 0;
  line-height: 1;
}
.servicelist_cnt1 .inner .col2 .right {
  width: 50%;
  min-height: 64rem;
}
.servicelist_cnt1 .inner .col2 .right img {
  width: 50vw;
  position: absolute;
  right: 0;
}

.servicelist_cnt2 {
  position: relative;
  padding: 14rem 0 23.5rem;
     background: #E5E6E5;
}
.servicelist_cnt2 .inner {}
.servicelist_cnt2 .inner {
  /*width: 50%;*/
  padding: 0 6.5rem 0 0;
}
.servicelist_cnt2 .inner::before {
  content: "02";
  font-size: 12rem;
  /*color: #f6edd9;*/
    color: #efefef;
  display: block;
  font-family: initial;
  margin: 0 0 5rem;
}
.servicelist_cnt2 .inner h3 {
  font-size: 3.7rem;
  font-family: 'Hina Mincho', serif;
  margin: 0 0 7rem;
}
.servicelist_cnt2 .inner p {
  line-height: 2.5;
}
.servicelist_cnt2 .inner .buttonA {
  margin: 6.5rem 0 0;
  line-height: 1;
}
.servicelist_bg1 {
  width: 100%;
  height: 72rem;
  background: url(/system_panel/uploads/images/servicelist_bg1.jpg);
  background-attachment: fixed;
  background-size: cover;
  /*margin: 0 0 26rem;*/
}

.servicelist_cnt3 {
  position: relative;
  padding: 26rem 0 23.5rem 0;
  /*background: #242C2E;*/
}
.servicelist_cnt3 .inner {}
.servicelist_cnt3 .inner .col2 {
  display: flex;
}
.servicelist_cnt3 .inner .col2 .left {
  width: 50%;
  padding: 0 6.5rem 0 0;
}
.servicelist_cnt3 .inner::before {
  content: "03";
  font-size: 12rem;
  color: #efefef;
  display: block;
  font-family: initial;
  margin: 0 0 5rem;
}
.servicelist_cnt3 .inner .col2 .left h3 {
  font-size: 3.7rem;
  font-family: 'Hina Mincho', serif;
  margin: 0 0 7rem;
  /*color: #fff;*/
}


.servicelist_cnt3 .inner .col2 .left p {
  line-height: 2.5;
  /*color: #fff;*/
}
.servicelist_cnt3 .inner .col2 .left .buttonA {
  margin: 6.5rem 0 0;
  line-height: 1;
}
.servicelist_cnt3 .inner .col2 .right {
  width: 50%;
  min-height: 64rem;
}
.servicelist_cnt3 .inner .col2 .right img {
  width: 50vw;
  position: absolute;
  right: 0;
}





/*service*/
.service_cnt2 {
  background: #E5E6E5;
  padding: 13rem 0 13rem;
  /*margin: 0 0 13rem;*/
}
:is(.service_cnt1, .service_cnt3) {}
:is(.service_cnt1, .service_cnt2, .service_cnt3) .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
:is(.service_cnt1, .service_cnt2, .service_cnt3) .inner .title {
  width: 21rem;
}
:is(.service_cnt1, .service_cnt2, .service_cnt3) .inner .col2 {
  width: 100%;
  max-width: 131rem;
  display: flex;
  gap: 4.6875vw;
  margin: 0 0 12rem;
  align-items: center;
}
:is(.service_cnt1, .service_cnt2, .service_cnt3) .inner .col2 .left {
  width: 50%;
}
:is(.service_cnt1, .service_cnt2, .service_cnt3) .inner .col2 .left h4{
  font-size: 2.7rem;
  margin: 0 0 3rem 0px;
}
:is(.service_cnt1, .service_cnt2, .service_cnt3) .inner .col2 .left p {
  line-height: 2.5;
}
:is(.service_cnt1, .service_cnt2, .service_cnt3) .inner .col2 .right {
  width: 50%;
}
:is(.service_cnt1, .service_cnt2, .service_cnt3) .inner .col2 .right img {
  width: 100%;
}
:is(.service_cnt1, .service_cnt2, .service_cnt3) .inner>.dl {
  width: 100%;
  display: grid;
  gap: 2.5rem;
  grid-template-rows: auto auto 1fr auto;
  margin: 0 0 13rem;
}
:is(.service_cnt1, .service_cnt2, .service_cnt3) .inner>.dl>.dt {
  font-size: 2.7rem;
  font-family: 'Hina Mincho', serif;
}
:is(.service_cnt1, .service_cnt2, .service_cnt3) .inner>.dl>.sub {
  grid-row: 1/2;
  background: #424242;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.125em 1em;
  width: fit-content;
  height: fit-content;
  line-height: 1;
}
:is(.service_cnt1, .service_cnt2, .service_cnt3) .inner>.dl>.sub p {
  line-height: 1;
}
:is(.service_cnt1, .service_cnt2, .service_cnt3) .inner>.dl>.pic {
  grid-row: 1/5;
  grid-column: 2/3;
}
:is(.service_cnt1, .service_cnt2, .service_cnt3) .inner>.dl>.pic img {
  width: 100%;
}
:is(.service_cnt1, .service_cnt2, .service_cnt3) .inner>.dl>.dd {
  line-height: 2.5;
}
:is(.service_cnt1, .service_cnt2, .service_cnt3) .inner>.dl>.dd>.line {
  border: 0.1rem solid #707070;
  padding: 3rem 4rem;
  position: relative;
}
:is(.service_cnt1, .service_cnt2, .service_cnt3) .inner>.dl>.dd>.line::after {
  content: "";
  border: 0.1rem solid #707070;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  width: 100%;
  height: 100%;
  display: block;
}
:is(.service_cnt1, .service_cnt2, .service_cnt3) .inner>.dl>.dd>.line .dl {
  display: flex;
}
:is(.service_cnt1, .service_cnt2, .service_cnt3) .inner>.dl>.dd>.line .dt {
  width: 9rem;
}
:is(.service_cnt1, .service_cnt2, .service_cnt3) .inner>.dl>.dd>.line .dt p::after {
  content: ":";
}
.service_cnt3 {
  padding: 2rem 0 17rem 0;
  /*background: #242C2E;*/
  /*color: #fff;*/
}
.service_cnt3 .inner .dl:last-of-type {
  margin: 0;
}

.service_cnt4 {
  margin: 17rem 0 19.5rem 0;
}
.service_cnt4 .inner {
  /*width: 100%;
  max-width: 100%;*/
width: 90%;
  max-width: 160rem;
  margin: auto;
}
.service_cnt4 .inner .read {
  font-size: 2.4rem;
  font-family: 'Hina Mincho', serif;
  text-align: center;
  line-height: 1;
  margin: 0 0 3rem;
}
.service_cnt4 .inner .read2 {
  font-size: 3.2rem;
  font-family: 'Hina Mincho', serif;
  text-align: center;
  line-height: 1;
  margin: 0 0 5rem;
}
.service_cnt4 .inner p:nth-of-type(3) {
  text-align: center;
  line-height: 2.5;
  margin: 0 0 8rem;
}

.service_cnt4 .inner .slick-dots .li button:before {
  font-size: 1.5rem;
  /*color: #fff;*/
}
/*
.service_cnt4 .inner .slick-dots .slick-active button:before {
  color: #eeea38;
}*/
.service_cnt4 .inner .buttonA {
  margin: 8rem auto 0;
}



/*medical,nursingå…±é€š*/
.caseSliderPanel .slick-track {
  /*margin: 0 0 11rem;*/
}
.caseSliderPanel {
  position: relative;
  /* margin: 0 0 18rem;*/
}
.caseSliderPanel .caseSlider .slick-slide {
  position: relative;
  /*margin: 0 1rem;*/
  padding: 0rem;
  border: 1.5rem solid transparent;
  transition: all 0.2s linear;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.caseSliderPanel .caseSlider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 3.5rem;
  /*height: 30vw;
  object-fit: cover;*/
}
.caseSliderPanel .caseSlider .slick-slide p {
  opacity: 0;
  /*position: absolute;
  left: 0;
  right: 0;*/
  /*bottom: -2rem;*/
  /*width: 80%;
  margin: 0 auto;
  padding: 0 1rem 0;*/
  text-align: center;
  background: #fff;
  transition: 0.6s;
}
.caseSliderPanel .caseSlider .slick-slide p {
  /*margin: 0 0 1rem;*/
  font-size: 1.7rem;
}


.caseSliderPanel .caseSlider .slick-current {
  /*border: 1.5rem solid #ead29c;*/
border: 1.5rem solid #efefef;
  /*transform: translateY(4rem);*/
}
.caseSliderPanel .caseSlider .slick-current p {
  opacity: 1;
}


.caseSliderPanel .caseSlider .is-active-next {
  /*border: 1.5rem solid #eeea38;*/
  /*transform: translateY(4rem);*/
  /*transition: all 0.2s linear;*/
}









/*blog*/
.blog_cnt2 {
  margin: 0 0 20rem;
}
.blog_cnt2 .inner {
  width: 90%;
  max-width: 138rem;
}
.blog_cnt2 .inner .webgene-blog {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6.5rem 3rem;
}
.blog_cnt2 .inner .webgene-blog .webgene-item .dl {
  display: grid;
  grid-template-columns: 1.5fr 0.5fr;
  gap: 1.5rem;
}
.blog_cnt2 .inner .webgene-blog .webgene-item .dl .dt {
  grid-column: 1/3;
  grid-row: 3/4;
}
.blog_cnt2 .inner .webgene-blog .webgene-item .dl .dt a {
  color: inherit;
}
.blog_cnt2 .inner .webgene-blog .webgene-item .dl .pic {
  grid-column: 1/3;
  aspect-ratio: 4/6;
  overflow: hidden;
}
.blog_cnt2 .inner .webgene-blog .webgene-item .dl .pic p{
  width: 100%;
  height:100%;
}
.blog_cnt2 .inner .webgene-blog .webgene-item .dl .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog_cnt2 .inner .webgene-blog .webgene-item .dl .cate {
  grid-column: 1/2;
  background: #424242;
  color: #fff;
  padding: 0.125em 1em;
  width: fit-content;
  font-size: 1.4rem;
}
.blog_cnt2 .inner .webgene-blog .webgene-item .dl .day {
  grid-column: 2/3;
  text-align: right;
}

.webgene-pagination {
  grid-column: 1/4;
  /*display: flex;
  width: 100%;
  padding: 7rem 26.5%;
  align-content: center;
  justify-content: space-between;
  margin:auto;*/
}

.webgene-pagination ul {
  width: fit-content;
  display: flex;
  margin: 10rem auto 0;
}
.webgene-pagination ul li {
  font-size: 1.7rem;
  border-radius: 0.5rem;
}
.webgene-pagination :is(.prev, .next) {
  width: 3em;
  height: 3em;
  background: #cdcdcd;
  list-style: none;
}
.webgene-pagination :is(.prev a, .next a) {
  display: grid;
  justify-content: center;
  align-content: center;
  width: inherit;
  height: inherit;
  color: inherit;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
}
.webgene-pagination ul .number {
  list-style: none;
  background: #cdcdcd;
  width: 3em;
  height: 3em;
  margin: 0 0.5em;
}
.webgene-pagination ul .number.selected {
  list-style: none;
  background: #424242;
  width: 3em;
  height: 3em;
  margin: 0 0.5em;
}
.webgene-pagination ul .number.selected a {
  color: #fff;
}
/*.topics_cnt3 ul .li a*/
.webgene-pagination ul .number a {
  display: grid;
  justify-content: center;
  align-content: center;
  width: inherit;
  height: inherit;
  color: inherit;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
}
/*blog,blogdetailå…±é€š*/

:is(.blog, .blogdetail) .mainimg {
  margin: 0 0 11.5rem;
}
:is(.blog_cnt1, .blogdetail_cnt1) {
  margin: 0 0 13rem;
}
:is(.blog_cnt1, .blogdetail_cnt1) .inner {
  width: 90%;
  max-width: 120rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
:is(.blog_cnt1, .blogdetail_cnt1) .inner h3 {
  font-size: 2.4rem;
  font-family: 'Hina Mincho', serif;
  width: 20rem;
  display: inline-flex;
  align-items: center;
}
:is(.blog_cnt1, .blogdetail_cnt1) .inner h3::after {
  content: "";
  width: 5.5rem;
  height: 0.1rem;
  background: #1c1c1c;
  display: inline-block;

}
:is(.blog_cnt1, .blogdetail_cnt1) .inner .webgene-blog {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
:is(.blog_cnt1, .blogdetail_cnt1) .inner .webgene-blog .webgene-item {}
:is(.blog_cnt1, .blogdetail_cnt1) .inner .webgene-blog .webgene-item a {
  color: inherit;
  text-decoration: underline;
}




/*blogdetail*/

.blogdetail_cnt2 {
  margin: 0 0 22rem;
}
.blogdetail_cnt2 .inner {
  width: 90%;
  max-width: 138rem;
}
.blogdetail_cnt2 .inner .webgene-blog {
  margin: 0 0 13rem;
}
.blogdetail_cnt2 .inner .webgene-blog .webgene-item .dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
}
.blogdetail_cnt2 .inner .webgene-blog .webgene-item .dl .dt {
  grid-column: 1/3;
  grid-row: 2/3;
  font-size: 3.7rem;
  font-family: 'Hina Mincho', serif;
}
.blogdetail_cnt2 .inner .webgene-blog .webgene-item .dl .dt a {
  color: inherit;
}
.blogdetail_cnt2 .inner .webgene-blog .webgene-item .dl .pic {
  grid-column: 1/3;
}
.blogdetail_cnt2 .inner .webgene-blog .webgene-item .dl .pic img {
  width: 100%;
}
.blogdetail_cnt2 .inner .webgene-blog .webgene-item .dl .cate {
  grid-row: 1/2;
  grid-column: 1/2;
  background: #424242;
  color: #fff;
  padding: 0.125em 1em;
  width: fit-content;
  font-size: 1.4rem;
}
.blogdetail_cnt2 .inner .webgene-blog .webgene-item .dl .day {
  grid-row: 1/2;
  grid-column: 2/3;
}
.blogdetail_cnt2 .inner .webgene-blog .webgene-item .dl .cmt {
  grid-column: 1/3;
  line-height: 2.5;
}
.blogdetail_cnt2 .inner .buttonA {
  margin: auto;
}





/*flow*/
.flow_cnt1 {
  padding: 20rem 0 15.5rem 0;
  /*background: #242C2E;*/
}
/*.flow_cnt1 {
  margin: 0 0 20rem;
}*/
.flow_cnt1 {
  padding: 20rem 0 15.5rem 0;
}
.flow_cnt1 .inner {
  width: 90%;
  max-width: 132rem;
}
.flow_cnt1 .inner .ul {
  /*display: flex;*/
  display:grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 3rem;
}
.flow_cnt1 .inner .ul .li {
  width: 100%;
  height: 100%;
  list-style: none;
  background: #dfdfdf;
  font-size: 2.3rem;
  font-family: 'Hina Mincho', serif;
  text-align: center;
  flex-grow: 1;
  aspect-ratio: 1/1.25;
  overflow: hidden;
  padding:1rem 0;
  display:grid;
}
/*
.flow_cnt1 .inner .ul .li::before{
  width:62.5%;
  height:auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  display: inline-grid;
  text-align: center;
  margin:-3.645vw auto 0;
  align-items:center;
  padding: 3rem 0 0 0;
}
.flow_cnt1 .inner .ul .li:nth-of-type(1)::before{
  content:"STEP.01";
}
.flow_cnt1 .inner .ul .li:nth-of-type(2)::before{
  content:"STEP.02";
}
.flow_cnt1 .inner .ul .li:nth-of-type(3)::before{
  content:"STEP.03";
}
.flow_cnt1 .inner .ul .li:nth-of-type(4)::before{
  content:"STEP.04";
}
.flow_cnt1 .inner .ul .li:nth-of-type(5)::before{
  content:"STEP.05";
}
*/


.flow_cnt1 .inner .ul .li .step {
    width: 62.5%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #fff;
    display: inline-grid;
    text-align: center;
    margin: -3.645vw auto 0;
    align-items: center;
    padding: 3rem 0 0 0;
}
.flow_cnt1 .inner .ul .li .pic {
    width: 6.25vw;
    min-width: 6rem;
    margin: auto;
}
.flow_cnt1 .inner .ul .li .pic img {
    width: 100%;
}

.flow_cnt1 .inner .ul .li p {
  width: inherit;
  height: inherit;
}
.flow_cnt1 .inner .ul .li:nth-of-type(even) {
  list-style: none;
  background: #ececec;
}
.flow_cnt1 .inner .ul .li p {
  color: inherit;
  display: grid;
  width: inherit;
  height: inherit;
  place-content: center;
}
.flow_cnt1 .inner .ul .li p a{
  color:inherit;
  display: grid;
  gap:3rem;
}
/*
.flow_cnt1 .inner .ul .li p a::before {
  content: "";
  display: block;
  margin:auto;
}
.flow_cnt1 .inner .ul .li:nth-of-type(1) p a::before {
  background: url(/system_panel/uploads/images/flow_cnt1_1.png) no-repeat center;
  width:
      6.25vw;
  height:
      4.479vw;
  min-width: 6rem;
  min-height: 4.3rem;
  max-width: 12rem;
  max-height: 8.6rem;
  background-size: 100%;
}
.flow_cnt1 .inner .ul .li:nth-of-type(2) p a::before {
  background: url(/system_panel/uploads/images/flow_cnt1_2.png) no-repeat center;
  width:
      8.541vw;
  height:
      6.145vw;
  min-width: 8.2rem;
  min-height: 5.9rem;
  max-width: 16.4rem;
  max-height: 11.8rem;
  background-size: 100%;
}
.flow_cnt1 .inner .ul .li:nth-of-type(3) p a::before {
  background: url(/system_panel/uploads/images/flow_cnt1_3.png) no-repeat center;
  width:
      5.989vw;
  height:
      5.208vw;
  min-width: 5.75rem;
  min-height: 5rem;
  max-width: 11.5rem;
  max-height: 10rem;
  background-size: 100%;
}
.flow_cnt1 .inner .ul .li:nth-of-type(4) p a::before {
  background: url(/system_panel/uploads/images/flow_cnt1_4.png) no-repeat center;
  width:
      5.72vw;
  height:
      6.25vw;
  min-width: 5.5rem;
  min-height: 6rem;
  max-width: 11rem;
  max-height: 12rem;
  background-size: 100%;
}
.flow_cnt1 .inner .ul .li:nth-of-type(5) p a::before {
  background: url(/system_panel/uploads/images/flow_cnt1_5.png) no-repeat center;
  width:
      6.04vw;
  height:
      5.468vw;
  min-width: 5.8rem;
  min-height: 5.25rem;
  max-width: 11.6rem;
  max-height: 10.5rem;
  background-size: 100%;
}
*/

.flow_cnt2 {
  /*background: #242C2E;*/
  padding: 0 0 10rem 0;
}
.flow_cnt2 .inner {
  width: 90%;
  max-width: 132rem;
}
.flow_cnt2 .inner .step {
  border: 0.1rem solid #707070;
  padding: 4.5rem;
  position: relative;
  display: flex;
  gap: 7rem;
  margin: 0 auto 10rem;
}

.flow_cnt2 .inner .step:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.flow_cnt2 .inner .step::before {
  width: 12rem;
  height: 12rem;
  background: #fff;
  border: 0.1rem solid #707070;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: absolute;
  top: -8rem;
  left: 3rem;
  z-index: 3;
  font-size: 2rem;
}
.flow_cnt2 .inner .step:nth-of-type(1)::before {
  content: "STEP.01";
}
.flow_cnt2 .inner .step:nth-of-type(2)::before {
  content: "STEP.02";
}
.flow_cnt2 .inner .step:nth-of-type(3)::before {
  content: "STEP.03";
}
.flow_cnt2 .inner .step:nth-of-type(4)::before {
  content: "STEP.04";
}
.flow_cnt2 .inner .step:nth-of-type(5)::before {
  content: "STEP.05";
}
.flow_cnt2 .inner .step:nth-of-type(6)::before {
  content: "STEP.06";
}
.flow_cnt2 .inner .step:nth-of-type(7)::before {
  content: "STEP.07";
}
.flow_cnt2 .inner .step:nth-of-type(8)::before {
  content: "STEP.08";
}
.flow_cnt2 .inner .step:nth-of-type(9)::before {
  content: "STEP.09";
}
.flow_cnt2 .inner .step:nth-of-type(10)::before {
  content: "STEP.10";
}
.flow_cnt2 .inner .step::after {
  content: "";
  border: 0.1rem solid #707070;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.flow_cnt2 .inner .step .left h3 {
  font-size: 2.2rem;
  font-family: 'Hina Mincho', serif;
  margin: 0 0 4rem;
}
.flow_cnt2 .inner .step .left p {
  line-height: 2.5;
}
.flow_cnt2 .inner .step .left {
  width: 61%;
  position:relative;
  z-index:3;
  /*color: #fff;*/
}
.flow_cnt2 .inner .step .right {
  width: 39%;
  position:relative;
  z-index:3;
}
.flow_cnt2 .inner .step .right img {
  width: 100%;
}




/*faq*/
.main.faq {
  /*background: #242C2E;*/
}
.faq .ul.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap:
      /*5rem*/
      3.70vw;
  margin: 0 auto 10rem;
  width: 80%;
  max-width: 135rem;
}
.faq .ul.grid .li {
  /*background: #fff;*/
background: #424242;
  list-style: none;
  /* width: 30rem; */
  height: 6rem;
}
.faq .ul.grid .li p {
  width: inherit;
  height: inherit;
}
.faq .ul.grid .li a {
  /*color: #000;*/
color: #fff;
  font-family: 'Hina Mincho', serif;
  width: inherit;
  height: inherit;
  display: grid;
  place-items: center;
}
.faq_cnt2 {
  padding: 0 0 25rem;
  /*background: #242C2E;*/
}
.faq_cnt2 .inner {
  width: 90%;
  max-width: 135rem;
}
.faq_cnt2 .inner h3 {
  width: 100%;
  height: 9rem;
  /*background: #fff7e4;*/
/*background: #EDE8DB;*/
background: #efefef;
  display: grid;
  place-items: center;
  margin: 14rem 0 4.5rem;
  position: relative;
  font-size: 2.2rem;
  font-family: 'Hina Mincho', serif;
}
.faq_cnt2 .inner h3:first-of-type {
  margin: 0 0 4.5rem;
}
.faq_cnt2 .inner h3::after {
  content: "";
  width: 3rem;
  height: 2rem;
  /*background: #ede8db;*/
background: #efefef;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  display: block;
  position: absolute;
  bottom: -2rem;
}
.faq_cnt2 .inner .dl {
  margin: 0 0 2rem;
}
.faq_cnt2 .inner .dl.last {
  margin: 0 0 5rem;
}
.faq_cnt2 .inner .dl .dt {
  /*background: #fffbf2;*/
background: #fafafa;
  padding: 3rem 4rem 3rem 9rem;
  font-size: 2.2rem;
  font-family: 'Hina Mincho', serif;
  position: relative;
    border: 1px solid;
}

.faq_cnt2 .inner .dl .dt::before {
  content: "Q.";
  font-size: 3.2rem;
  font-family: sans-serif;
  position: absolute;
  left: 4rem;
}
.faq_cnt2 .inner .dl .dd {
  padding: 4rem 4rem 4rem 9rem;
  line-height: 2.5;
  position: relative;
}
/*
.faq_cnt2 .inner .dl .dd::before{
  content: "A.";
  color: #ff3737;
  font-size: 2.7rem;
  position: absolute;
  left: 2em;
}
*/





/*company*/
.main.company {
  /*background: #fff7e4;*/
}
.company_cnt1 {
  margin: 0 0 38rem;
}
.company_cnt1 .inner {
  display: flex;
  flex-direction: row-reverse;
}
.company_cnt1 .inner .title {
  margin: 0 0 0
      /*10rem*/
      5.2vw;
}
.company_cnt1 .inner .col2 {
  display: flex;
  gap:
      /*12rem*/
      6.25vw;
}
.company_cnt1 .inner .col2 .left {}
.company_cnt1 .inner .col2 .left img {
  width: 100%;
}
.company_cnt1 .inner .col2 .right {}
.company_cnt1 .inner .col2 .right p {
  line-height: 2.5;
}
.company_cnt2 .inner .title {
  margin: 0 auto 7rem;
}
.company_cnt2 .inner .pic {
  height: 50rem;
  margin: 0 0 7rem;
}
.company_cnt2 .inner .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 -38rem;
}
.company_cnt2 .inner .dl {
  display: flex;
  padding: 2rem 0 2rem 5rem;
  border-bottom: 0.1rem solid #5b5b5b;
  width: 80%;
  max-width: 120rem;
  margin: 0 auto;
}
.company_cnt2 .inner .dl:last-of-type {
  margin: 0 auto 13.5rem;
}
.company_cnt2 .inner .dt {
  width: 32%;
}
.company_cnt2 .inner .dd {
  width: 68%;
}
.company_cnt2 .inner .dd a {
  color: inherit;
}
.company_cnt3 iframe {
  width: 100%;
  height: 57rem;
  border: none;
}





/*contact*/
.contact .mainimg {
  margin: 0 0 11rem;
}
.contact_cnt1 {
  margin: 0 0 12rem;
}
.contact_cnt1 .inner {}
.contact_cnt1 .inner>p {
  line-height: 2.5;
  text-align: center;
  margin: 0 0 11rem 0;
}

.contact_cnt1 .dl {
  width: 100%;
  display: flex;
  border-bottom: 0.1rem solid #5b5b5b;
}
.contact_cnt1 .dl .dt {
  width: 40%;
  padding: calc(0.5rem + 1em);
}
.contact_cnt1 .dl .dt p {
  display: inline-block;
}
.contact_cnt1 .dt .required {
  display: inline-block;
  background: #424242;
  padding: 0.5rem;
  color: #fff;
}
.contact_cnt1 .dl .dd {
  width: 60%;
  padding: 0.5rem;
  color: #aaaaaa;
}
.contact_cnt1 input[type="text"],
.contact_cnt1 input[type="email"],
.contact_cnt1 textarea {
  width: 100%;
}
.contact_cnt1 input.zipInput {
  width: 40%;
}
.contact_cnt1 input[type="text"],
.contact_cnt1 input[type="email"],
.contact_cnt1 input[type="checkbox"],
.contact_cnt1 textarea {
  padding: 1em;
  background: #eff1f2;
  border: none;
  color: #aaaaaa;
}
.contact_cnt1 textarea {
  height: 15rem;
}
.contact_cnt1 .dl .dd .selectArea div {
  width: fit-content;
  display: inline-block;
}
.contact_cnt1 .warnA {
  margin: 1rem 0;
  color: #aaaaaa;
}
.contact_cnt1 .warnB {
  margin: 1em 0 3em calc(0.5rem + 1em);
  color: #aaaaaa;
}
.contact_cnt1 .terms {
  background: #eff1f2;
  border: none;
  padding: 4rem;
  height: 27rem;
  overflow-y: scroll;
  margin: 0 0 5rem 0;
}
.contact_cnt1 .terms p {
  line-height: 2.35;
  color: #696969;
}
.contact_cnt1 .col {
  margin: 0 0 9.5rem;
}
.contact_cnt1 .col div {
  width: fit-content;
  margin: auto;
}
.contact_cnt1 .col div input {
  display: inline-block;
}
.contact_cnt1 .privacyLabel {
  /*width: 100%;*/
  text-align: center;
}
.contact_cnt1 button {
  margin: auto;
  display: block;
  border: none;
}

.service .inner a{
word-break: break-all;
}
