@charset "utf-8";

/*========================================================================*\

$main

\*========================================================================*/

#topmain {
  margin: 0 ;
  position: relative;
}

#topmain #mainInner,
#lowermain #mainInner {
  height: calc(100vh - 32px);
  margin-left: auto;
  overflow: hidden;
  width: calc(100% - 140px);
  z-index: 2;
}

#topmain .swiper-img.main_01 {
  background-image: url(https://125naroom.com/demo/img/simple01.jpg);
}

#topmain .swiper-img.main_02 {
  background-image: url(https://125naroom.com/demo/img/simple02.jpg);
}

#topmain .swiper-img.main_03 {
  background-image: url(https://125naroom.com/demo/img/simple03.jpg);
}

#topmain .swiper-container {
  padding-right: 0 !important;
  position: relative;
}

#topmain .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

#topmain .swiper-slide-active .swiper-img,
#topmain .swiper-slide-duplicate-active .swiper-img,
#topmain .swiper-slide-prev .swiper-img {
  animation: zoomUp 8s linear 0s;
  animation-fill-mode: both;
}

#topmain .swiper-img {
  background-position: center center;
  background-size: cover;
  height: 100vh;
}

#topmain .swiper-slide-active .swiper-text .swiper-text__inner.slide-in {
  animation-delay: 1s;
  animation-name: fadeInUpSmall;
}

#topmain .swiper-text {
  bottom: 25%;
  color: #ffffff;
  font-weight: bold;
  left: 64px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

#topmain .swiper-text h2 {
  color: #ffffff;
  display: block;
  font-size: 6.5rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

#topmain .swiper-text p {
  color: #ffffff;
  display: block;
  font-size: 3.6rem;
  line-height: 1.6;
}

.scrolldown {
  bottom: 30px;
  height: 90px;
  left: 5rem;
  position: absolute;
  z-index: 1;
}

.scrolldown:before {
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  background: #000000;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 7px;
  left: -3px;
  position: absolute;
  width: 7px;
}

.scrolldown:after {
  background: #000000;
  bottom: 0;
  content: "";
  height: 90px;
  left: 0;
  position: absolute;
  width: 1px;
}

.scrolldown span {
  bottom: 0;
  color: #000000;
  font-family: "Work Sans", sans-serif !important;
  font-size: 1.0rem;
  font-weight: 700;
  left: -9px;
  letter-spacing: .05em;
  position: absolute;
  position: absolute;
  top: -52px;
  writing-mode: vertical-rl;
}

@keyframes circlemove {
  0% {
    bottom: 85px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: .9;
  }
  100% {
    opacity: 0;
  }
}

#lowermain #mainInner {
  background-image: url(https://125naroom.com/demo/img/simple01.jpg);
  height: 480px;
  position: relative;
}

#lowermain #mainInner #textBox {
  bottom: 10%;
  color: #ffffff;
  font-weight: bold;
  left: 64px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

#lowermain #mainInner #textBox h2 {
  color: #ffffff;
  display: block;
  font-size: 5rem;
  line-height: 1.3;
  margin-bottom: 0rem;
}

#lowermain #mainInner #textBox p::first-letter {
  color: #007524;
}

#lowermain #mainInner #textBox p {
  color: #ffffff;
  display: block;
  font-size: 2rem;
  line-height: 1.6;
}

@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 70px, 0) ;
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media only screen and (max-width: 1140px) {
  #topmain #mainInner,
  #lowermain #mainInner {
    width: calc(100% - 80px) !important;
  }

  .scrolldown {
    left: 4rem;
  }
}


/*========================================================================*\

$newsSection

\*========================================================================*/

#topmain #kvNews {
  position: fixed;
  right: .78125vw;
  top: calc(100vh - 2.55469vw);
  transform: translateY(-100%);
  z-index: 10;
}

#topmain #kvNews.none {
  animation: fadeout .3s ease 0s 1 forwards;
  z-index: -10;
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#topmain #kvNewsBox {
  align-items: center;
  border-radius: .4rem;
  display: flex;
  transition: opacity .8s ease-out 1s;
  width: 57.7rem;
}

#topmain #kvNewsBox .kvNewsInner {
  align-items: center;
  background-color: #007524;
  border-radius: 10px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 2.6rem 2.8rem;
  text-decoration: none;
  transition: opacity .8s ease-out 1s;
  transition: all .3s;
}

#topmain #kvNewsBox .kvNewsInner:hover {
  background: rgba(0,117,36,.8);
  transition: all .3s;
}

#index #topmain #kvNewsBox .kvNewsInner h2 {
  color: #ffffff;
  font-family: "Work Sans", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 2.5rem;
  text-align: left;
}

#index #topmain #kvNewsBox .kvNewsInner .kvNewsdetail {
  border-left: 1px solid #ffffff;
  padding-left: 2.5rem;
}

#index #topmain #kvNewsBox .kvNewsInner h3 {
  color: rgba(255,255,255,.8);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
}

#index #topmain #kvNewsBox .kvNewsInner p {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 0;
  text-align: left;
}


/*========================================================================*\

$index

\*========================================================================*/

#index .tll .sub,
#Co .tll .sub,
#Co .tll .sub {
  color: #007524;
  font-family: "Work Sans", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.6rem;
}

#index .tll h2,
#Co .tll h2,
#Co .tll h2 {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: .8;
  margin-bottom: 4rem;
  position: relative;
}

#Co .detailSection .tll h2 {
  line-height: 1.2;
  margin-bottom: 1rem;
}

#index #Co .flex-start {
  align-items: flex-end;
  display: flex;
  margin-bottom: 6rem;
}

#index #Co .flex-start .box02Inner:first-child {
  margin-right: 5rem;
}

#index #Co .flex-start .box02Inner h2 {
  margin-bottom: 1.2rem;
}



/*========================================================================*\

$Co

\*========================================================================*/

#Co section {
  position: relative;
}

#Co .box03Inner p.photo {
  margin-bottom: 1rem;
}

#Co .bgcolor {
  background: #f8f8f8;
}



/*========================================================================*\

$flow

\*========================================================================*/

#Co .flow {
  animation: scroll-left 40s infinite linear;
  bottom: 0;
  color: #ffffff;
  font-size: 30rem;
  font-style: italic;
  font-weight: 700;
  left: 0;
  letter-spacing: -2rem;
  position: absolute;
  -webkit-text-stroke: 1px rgba(21,115,182,.2);
  z-index: -1;
}

#Co .flow_v {
  animation: scroll-top 40s infinite linear;
  right: -178px;
  top: 0;
  transform: rotate(-90deg);
  writing-mode: vertical-rl;
}

/*左*/
@keyframes scroll-left {
  from {
    transform: translateX(110%);
  }
  to {
    transform: translateX(-200%);
  }
}

/*右*/
@keyframes scroll-right {
  from {
    transform: translateX(-110%);
  }
  to {
    transform: translateX(200%);
  }
}

@keyframes scroll-top {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}

/*========================================================================*\

$companySection

\*========================================================================*/

#Co #rankingSection .box05Inner,
#Co #longSellerSection .box02Inner,
#Co #longSellerSection .box04Inner,
#Co #popSection .box02,
#Co #popSection .box02Inner,
#Co #newSection .textBoxInner {
  color: #121212;
  text-decoration: none;
}


/*========================================================================*\

$companySection

\*========================================================================*/

#Co #companySection {
  position: relative;
}

#Co #companySection .sectionInner {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 10rem 0;
  width: 100%;
}

#Co #companySection .sectionInner .imgArea {
  left: 0;
  padding-bottom: 9.375vw;
  padding-left: 7.8vw;
  position: absolute;
  width: 100%;
}

#Co #companySection .sectionInner .imgArea .img_01 {
  height: 600px;
  position: relative;
  width: 900px;
  z-index: 3;
}

#Co #companySection .sectionInner .imgArea .img_02 {
  bottom: 0;
  height: 422px;
  left: 0;
  position: absolute;
  width: 292px;
  z-index: 1;
}

#Co #companySection .titleBox {
  background-color: #ffffff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 5.4vw;
  padding-bottom: 4vw;
  padding-left: 5vw;
  padding-top: 3.75vw;
  position: relative;
  width: 54vw;
  z-index: 3;
}

#Co #companySection .titleBox .titleBoxInner {
  letter-spacing: .18em;
  line-height: 2;
  margin-bottom: 32px;
  width: 28.5vw;
}

@media only screen and (max-width: 1140px) {
  #Co #companySection {
    position: relative;
  }

  #Co #companySection::before {
    height: calc(100% - 50vw);
    width: 94%;
  }

  #Co #companySection .sectionInner {
    display: block;
    margin: 0 !important;
  }

  #Co #companySection .sectionInner .imgArea {
    left: 0;
    padding-bottom: 9vw;
    padding-left: 0;
    position: relative;
    width: 100%;
  }

  #Co #companySection .sectionInner .imgArea .img_01 {
    height: auto;
    padding-left: 16%;
    position: relative;
    width: 100%;
  }

  #Co #companySection .sectionInner .imgArea .img_02 {
    bottom: 0;
    height: 165px;
    left: 0;
    width: 30%;
  }

  #Co #companySection .titleBox {
    margin-top: 3rem;
    padding: 0 2rem;
    width: 100%;
  }

  #Co #companySection .titleBox .titleBoxInner {
    letter-spacing: .18em;
    line-height: 2;
    margin-bottom: 0;
    padding: 4rem 0 0 0;
    width: 100%;
  }
}


/*========================================================================*\

$workSection

\*========================================================================*/

#Co #workSection {
  overflow: hidden;
  position: relative;
}

#Co #workSection .sectionInner .sliderBox a {
  color: #000000;
  text-decoration: none;
}

#Co #workSection .swiper-container {
  list-style: none;
  margin: 0 auto;

/* overflow: hidden;*/
  padding-right: 30rem;
  position: relative;
  width: calc(1000px + 50vw);
  z-index: 1;
}

#Co #workSection .photo {
  margin-bottom: .5rem;
}

#Co #workSection .title {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: .5rem;
  padding-left: 2.6rem;
  position: relative;
}

#Co #workSection .title:before {
  background-color: #000000;
  content: "";
  display: block;
  height: 16px;
  left: 10px;
  -webkit-mask-image: url(../images/arrow.svg);
          mask-image: url(../images/arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 56%;
  transform: translate(-50%, -50%);
  transition: background-color .4s;
  width: 16px;
}

#Co #workSection .ss {
  color: #666666;
  line-height: 1.3rem;
}

#Co #workSection .swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}

#Co #workSection .swiper-slide {
  width: 405px !important;
}

#Co #workSection .swiper-slide img {
  height: auto;
  width: 100%;
}

#Co #workSection .optionBox {
  margin: 6.5rem 0 5rem auto;
  padding: 0 10%;
  position: relative;
  text-align: right;
  width: 100%;
}

#Co #workSection .swiper-button-prev,
#Co #workSection .swiper-button-next {
  background: #ffffff;
  border: 1px #007524 solid;
  border-radius: 50%;
  display: block;
  height: 60px;
  left: auto;
  position: relative;
  top: auto;
  width: 60px;
}

#Co #workSection .swiper-button-prev {
  margin-right: 2rem;
}

#Co #workSection .swiper-button-prev:hover,
#Co #workSection .swiper-button-next:hover {
  background: #007524;
  border: 1px #007524 solid;
}

#Co #workSection .swiper-button-prev:after,
#Co #workSection .swiper-button-next:after {
  background-color: #007524;
  content: "";
  display: block;
  height: 16px;
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: background-color .4s;
  width: 16px;
}

#Co #workSection .swiper-button-prev:hover:after,
#Co #workSection .swiper-button-next:hover:after {
  background-color: #ffffff;
}

#Co #workSection .swiper-button-prev:after {
  -webkit-mask-image: url(../images/arrow-left.svg);
          mask-image: url(../images/arrow-left.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}

#Co #workSection .swiper-button-next:after {
  -webkit-mask-image: url(../images/arrow-right.svg);
          mask-image: url(../images/arrow-right.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}

#Co #workSection .swiper-scrollbar {
  background: rgba(29, 43, 59, .08);
  height: 2px !important;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 400px);
}

#Co #workSection .swiper-scrollbar .swiper-scrollbar-drag {
  background: #007524;
}

#Co #workSection .arrowBox {
  display: flex;
  position: absolute;
  right: 0;
  top: 13rem;
}

#Co #workSection .btnBox {
  padding-top: 5rem;
}


/*========================================================================*\

$newsSection

\*========================================================================*/

#Co #newsSection {
  background-color: #f5f8f8;
  background-image: radial-gradient(#e2e4e4 10%, transparent 10%);
  background-size: 27px 27px;
  padding: 0 10%;
  position: relative;
}


#Co #newsSection .sectionInner .newsArea {
  background: #ffffff;
  padding: 5rem;
}

#Co #newsSection .newsBox {
  position: relative;
}

#Co #newsSection .newsBox .newsBoxInner,
#Co #newsPage #newsCo .sectionInner .newsBoxInner {
  border-bottom: 1px solid rgba(0,0,0,.1);
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  position: relative;
  text-decoration: none;
  width: 100%;
}

#Co #newsSection .newsBox .newsBoxInner:after,
#Co #newsPage #newsCo .sectionInner .newsBoxInner:after {
  border-right: solid 2px #000000;
  border-top: solid 2px #000000;
  content: "";
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: .3s;
  width: 8px;
}

#Co #newsSection .newsBox .newsBoxInner:hover:after,
#Co #newsPage #newsCo .sectionInner .newsBoxInner:hover:after {
  border-right: solid 2px #007524;
  border-top: solid 2px #007524;
  right: 5px;
}

#Co #newsSection .newsBox .newsBoxInner dl,
#Co #newsPage #newsCo .sectionInner .newsBoxInner dl {
  align-items: center;
  display: flex;
  width: 100%;
}

#Co #newsSection .newsBox .newsBoxInner dl dt {
  align-items: center;
  color: #007524;
  display: flex;
}

#Co #newsSection .newsBox .newsBoxInner dl dd {
  color: #121212;
  line-height: 1.6;
  padding: 0 4rem 0 2rem;
  text-decoration: none;
}

#Co #newsSection .newsBox .newsBoxInner:hover dl dd,
#Co #newsPage #newsCo .sectionInner .newsBoxInner:hover dd {
  color: #007524;
}

#Co #newsSection .newsAreaInner .btn {
  margin: 3rem 0 0 0 ;
  text-align: right;
  width: auto;
}

#Co #newsSection .btn a {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #000000;
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 ;
  padding: 0 0 0 2rem;
  position: relative;
  text-align: right;
  width: auto;
}

#Co #newsSection .btn a:hover {
  color: #007524;
}

#Co #newsSection .btn a:before {
  background-color: #000000;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  -webkit-mask-image: url(../images/ico_itiran.svg);
          mask-image: url(../images/ico_itiran.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 56%;
  transform: translate(-50%, -50%);
  transition: background-color .4s;
  width: 16px;
}

#Co #newsSection .btn a:hover:before {
  background-color: #007524;
}

#Co #newsSection .btn a:after {
  content: none;
}

@media only screen and (max-width: 1140px) {
  #Co #newsSection {
    padding: 0;
  }

  #Co #newsSection .newsBox .newsBoxInner dl,
  #Co #newsPage #newsCo .sectionInner .newsBoxInner dl {
    flex-wrap: wrap;
  }

  #Co #newsSection .newsBox .newsBoxInner dl dt {
    margin-bottom: 1rem;
  }

  #Co #newsSection .newsBox .newsBoxInner dl dt,
  #Co #newsSection .newsBox .newsBoxInner dl dd {
    padding: 0;
    width: 100%;
  }
}



/*========================================================================*\

$contactSection

\*========================================================================*/

#contactSection {
  position: relative;
  z-index: 10;
}

#contactSection .box02 {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
}

#contactSection .box02::after {
  content: none;
}

#contactSection .box02 li {
  margin: 0;
  position: relative;
  width: 50%;
}

#contactSection .box02 li .link_text {
  bottom: 5rem;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  left: 5rem;
  letter-spacing: .5px;
  line-height: 120%;
  position: absolute;
  z-index: 3;
}

#contactSection .box02 li .link_text .link_item_en {
  display: block;
  font-family: "Work Sans", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.6rem;
}

#contactSection .box02 li .link_text .link_item_jp {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: .8;
}

#contactSection .box02 li a .btn {
  border: 1px solid #ffffff;
  border-radius: 50%;
  bottom: 58px;
  display: block;
  height: 58px;
  position: absolute;
  right: 5rem;
  transition: all .3s;
  width: 58px;
  z-index: 1;
}

#contactSection .box02 li a:hover .btn {
  background: #007524;
  border: 1px solid #007524;
  transform: scale(1.2);
  transition: all .3s;
}

#contactSection .box02 li .btn:after {
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transition: .3s;
  width: 8px;
}



/*========================================================================*\

$footer

\*========================================================================*/
footer {
  background: #ffffff;
}

footer a {
  text-decoration: none;
}

footer #footerInner {
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 8rem 2rem;
  position: relative;
  width: 100%;
}

footer #footerInner,
footer #footerBottom #footerBottomInner {
  max-width: 1140px;
}

footer #footerInner #footerL {
  border-right: 1px solid rgba(0,0,0,.1);
  padding-right: 5%;
  width: 40%;
}

footer #footerInner #footerL h2 {
  margin: 0 0 3rem 0;
  width: 200px;
}

footer #footerInner #footerL address {
  border-bottom: 1px solid rgba(0,0,0,.1);
  font-size: 1.6rem;
  font-style: normal;
  line-height: 2.4rem;
  margin: 0 0 1.5rem 0;
  padding: 0 0 1.5rem 0;
}

footer #footerInner #footerL address .mapLink {
  color: #70635f;
  font-family: "Work Sans", sans-serif !important;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .04em;
  margin-left: 1.5rem;
}

footer #footerInner #footerL p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
}

footer #footerInner #footerR {
  padding-left: 5%;
  width: 60%;
}

footer #footerInner #footerR .footerMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 ;
}

footer #footerInner #footerR .footerMenu::after {
  content: "";
  display: block;
  width: 30%;
}

footer #footerInner #footerR .footerMenu li {
  margin: 0 0 1.5rem 0 ;
  width: 30%;
}

footer #footerInner #footerR .footerMenu li:nth-child(n+2),
ol li {
  margin-top: 0 !important;
}

footer #footerInner #footerR .footerMenu li a {
  color: #121212;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 0 0 2.2rem;
  position: relative;
}

footer #footerInner #footerR .footerMenu li a:after {
  background-color: #007524;
  content: "";
  display: block;
  height: 14px;
  left: 10px;
  -webkit-mask-image: url(../images/arrow.svg);
          mask-image: url(../images/arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 56%;
  transform: translate(-50%, -50%);
  transition: background-color .4s;
  width: 14px;
}

footer #footerBottom {
  background: #007524;
}

footer #footerBottom #footerBottomInner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1.5rem 2rem;
  position: relative;
  width: 100%;
}

footer #footerBottom #footerBottomInner .footerMenu_s {
  display: flex;
  margin: 0;
}

footer #footerBottom #footerBottomInner .footerMenu_s li {
  margin-right: 2rem;
}

footer #footerBottom #footerBottomInner .footerMenu_s li:nth-child(n+2) {
  margin-top: 0 !important;
}

footer #footerBottom #footerBottomInner .footerMenu_s li a {
  color: #ffffff;
  font-size: 1.2rem;
  padding: 0;
  position: relative;
}

footer #footerBottom #footerBottomInner .footerMenu_s li a::before {
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  content: "";
  display: inline-block;
  height: 0;
  margin-right: 8px;
  width: 0;
}

footer #footerBottom #footerBottomInner #copy {
  color: rgba(255,255,255,.6);
  font-size: 1.2rem;
  line-height: 1;
}

@media only screen and (max-width: 1140px) {
  footer #footerInner,
  footer #footerBottom #footerBottomInner {
    max-width: 100%;
    width: 100%;
  }
}


/*========================================================================*\

$page

\*========================================================================*/

#Co .page .colorBox h4,
#Co .page .otherBox h4,
#Co .page .borderBox h4 {
  margin: 0 0 2rem 0 !important;
}

#Co .page .otherBox {
  background: #f2f2f2;
  margin: 2.4rem 0 0 0;
  padding: 3rem;
}

#Co .page .centerBox h2 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
  text-align: center;
}

#Co .page .centerBox h3 {
  border: none;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
  margin: 2.5rem 0 !important;
  padding: 0;
  text-align: center;
}

#Co .page .centerBox h3:before {
  content: none;
}

#Co .page .centerBox p {
  text-align: center;
}




/*========================================================================*\

$aboutPage

\*========================================================================*/

#Co #aboutPage .name {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
}

#Co #aboutPage .name .ss {
  font-size: 1.4rem;
}

/*========================================================================*\

$companyPage

\*========================================================================*/

#Co .page .chartBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#Co .page .chartBox .chartBoxInner {
  width: 35%;
}

#Co .page .chartBox .chartBoxInner:first-child {
  width: 60%;
}

#Co .page .chartBox tspan.donut-chart-title-header {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-size: 2em;
  font-weight: 700;
}

#Co .page .chartBox .chartBoxInner ul li {
  font-size: 1.6rem;
  margin: 0 0 .5rem 0;
  padding: 0 0 0 2rem;
  position: relative;
  width: 100%;
}

#Co .page .chartBox .chartBoxInner ul li.last {
  border-top: 1px dotted #cccccc;
  font-size: 2rem;
  font-weight: 600;
  padding: 10px 0 0 0;
}

#Co .page .chartBox .chartBoxInner ul li:before {
  background: #00bce7;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 10px;
}

#Co .page .chartBox .chartBoxInner ul li.last:before {
  content: none;
}

#Co .page .chartBox .chartBoxInner ul li:nth-child(2):before {
  background: #ff7376;
}

#Co #companyPage .otherBox {
  margin: 0;
}

/*========================================================================*\

$worksPage

\*========================================================================*/

#Co #worksPage .box02 .text {
  font-weight: 700;
  margin-top: .5rem;
  padding-left: 2.5rem;
  position: relative;
}

#Co #worksPage .box02 .text:before,
#Co #worksPage .box02 .text:after {
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  top: 55%;
  transform: translateY(-50%) ;
  vertical-align: middle;
}

#Co #worksPage .box02 .text:before {
  background: #007524;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}

#Co #worksPage .box02 .text:after {
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  height: 6px;
  left: 4px;
  top: 46%;
  transform: rotate(45deg);
  width: 6px;
}



/*========================================================================*\

$businessPage

\*========================================================================*/

#Co #businessPage .wideSection {
  margin-bottom: 10rem;
  padding: 0 10rem;
  position: relative;
  width: 100%;
}

#Co #businessPage .mainContent {
  padding: 5rem 0;
  position: relative;
}

#Co #businessPage .mainContent .bg-photo > img {
  display: none;
}

#Co #businessPage .mainContent .bg {
  background-image: url(https://theo-corp.jp/wp-content/uploads/2020/10/about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  z-index: -1;
}

#Co #businessPage .mainContent.reverse .bg {
  background-image: url(https://theo-corp.jp/wp-content/uploads/2020/10/about.jpg);
  left: 0;
  right: auto;
}

#Co #businessPage .mainContent .wrap {
  background-color: #ffffff;
  min-width: 600px;
  padding: 5rem 5rem 10rem;
  width: 50%;
}

#Co #businessPage .mainContent.reverse .wrap {
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 1140px) {
  #Co #businessPage .wideSection {
    margin: 4rem auto 0 auto;
    padding: 0;
    position: relative;
    width: 96%;
  }

  #Co #businessPage .mainContent {
    padding: 0;
  }

  #Co #businessPage .mainContent .bg-photo > img {
    display: block;
  }

  #Co #businessPage .mainContent .bg {
    background-image: none;
    position: static;
    width: 100%;
    z-index: 0;
  }

  #Co #businessPage .mainContent.reverse .bg {
    position: static;
  }

  #Co #businessPage .mainContent .wrap {
    min-width: auto;
    padding: 3rem;
    width: 100%;
  }

  #Co #businessPage .mainContent .wrap .btn {
    margin: 3rem auto 0 auto ;
  }

  #Co #businessPage .mainContent.reverse .wrap {
    margin: 0 ;
  }
}

/*========================================================================*\

$worksPage

\*========================================================================*/


#Co #worksPage .sectionInner .tll h2 {
  margin-bottom: 2rem;
}


/*========================================================================*\

$contactPage

\*========================================================================*/

#Co #contactPage .box03 li {
  padding-left: 2.5rem;
  width: auto;
}

#Co #contactPage .box03 li:first-child {
  padding-left: 0;
}


/*========================================================================*\

$newsPage

\*========================================================================*/


#Co #newsPage .sectionInner .pageInner {
  padding: 5rem;
}

#Co #newsPage #newsCo .sectionInner {
  display: flex;
  justify-content: space-between;
}

#Co #newsPage #newsCo .sectionInner .newsBoxInner dt {
  color: #007524;
  width: 28%;
}

#Co #newsPage #newsCo .sectionInner .newsBoxInner dd {
  color: #121212;
  line-height: 1.6;
  padding: 0 5% 0 3%;
  text-decoration: none;
  width: 69%;
}

#Co #newsPage #CoR {
  margin-left: 5rem;
  width: 320px;
}

#Co #newsPage #CoR .sideBox h3 {
  background: #007524;
  border: none;
  border-radius: 8px 8px 0 0;
  color: #ffffff;
  font-size: 1.8rem;
  margin: 0 !important;
  padding: .6em 0;
  text-align: center;
}

#Co #newsPage #CoR .sideBox h3::before {
  content: none;
}

#Co #newsPage #CoR .sideBoxInner {
  background: #ffffff;
  border-radius: 0 0 8px 8px;
  margin: 0 0 1.5em;
  padding: 0;
  text-align: left;
}

#Co #newsPage #CoR .sideBoxInner ul {
  margin: 0;
  padding: 0;
}

#Co #newsPage #CoR .sideBoxInner ul li {
  margin: 0;
  padding: 0;
}

#Co #newsPage #CoR .sideBoxInner ul li a {
  border-top: 2px solid rgba(0, 0, 0, .05);
  color: #000000;
  display: block;
  padding: 1.2rem 2.6rem;
  position: relative;
  text-decoration: none;
}

#Co #newsPage #CoR .sideBoxInner ul li:first-child a {
  border-top: none;
}

#Co #newsPage #CoR .sideBoxInner ul li a:hover {
  color: #007524;
}

#Co #newsPage #CoR .sideBoxInner ul li a:before,
#Co #newsPage #CoR .sideBoxInner ul li a:after {
  content: "";
  margin: auto;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) ;
  vertical-align: middle;
}

#Co #newsPage #CoR .sideBoxInner ul li a:before {
  background: #007524;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}

#Co #newsPage #CoR .sideBoxInner ul li a:after {
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  height: 6px;
  right: 16px;
  top: 46%;
  transform: rotate(45deg);
  width: 6px;
}

.wp-block-table thead {
  border: none !important;
}

mark {
  font-style: normal;
}

#Co #newsPage .detailSection #CoL .day {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: right;
}

#Co #newsPage .detailSection #CoL p {
  margin-bottom: 20px;
}

#Co #newsPage .detailSection #CoL li {
  margin-bottom: 0;
}
