@charset "utf-8";
:root {
  --color-baseRed: #DB002F;
  --color-lightRed: #FF0B4D;
}


#page-childCateList {
    margin: 100px 0;
    padding-top: 80px;
    border-top: solid 1px #CCCCCC;
}
#page-childCateList .sec-inner {
    display: flex;
    justify-content: space-between;
}
.page-childCateListHead {
    width: 315px;
}
.page-childCateListBody {
    width: calc(100% - 330px);
}	
ul.childCateLink {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}	
ul.childCateLink li {
    width: 48%;
    border-bottom: solid 1px #ccc;
}	
ul.childCateLink li a {
    display: block;
    text-align: left;
    padding: 20px 0;
    font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
    font-weight: 500;
    position: relative;
    line-height: 1.2em;
}	
ul.childCateLink li a span {
    color: var(--color-baseRed);
    font-size: 12px;
    margin-left: 15px;
}
ul.childCateLink li a::before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    transform: translateY(-50%);
    right: 13px;
    width: 8px;
    height: 8px;
    border-top: 0.1rem solid  var(--color-baseRed);
    border-right: 0.1rem solid  var(--color-baseRed);
    transform: rotate(45deg);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
ul.childCateLink li:hover a::before {
    right:0;
}
dl.linebox {
    width: 100%;
    border:solid 1px #ccc;
    margin:30px 0;
    padding: 30px 40px;
}	
dl.linebox dt {
    font-weight: 600;
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
    text-align: left;
    margin-bottom: 15px;
}		
dl.linebox dd {
    text-align: left;
}	

/*==TOP=============================================================*/

/*==mainvisual======*/
#mv {
    width: 100vw;
    height: 360px;
    box-sizing: border-box;
    position: relative;
}
@media(min-width: 1680px) {
    #mv {
        height: 450px;
    }
}
#mv .scroll {
    position: absolute;
    right: 25px;
    bottom:40px;
    color:  var(--color-baseRed);
    color: #222;
    font-size: 12px;
    z-index: 10;
}
#mv .scroll::before {
  animation: scroll 2s infinite;
  background-color:  var(--color-baseRed);
  background-color: #222;
  top: -100px;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#mv .scroll span {
    display: block;
    transform: rotate( 90deg );
}
.block {
    position: relative;
    line-height: 1.2;
    height: 100%;
}
.block .title {
    position: absolute;
    left: 50px;
    bottom: 40px;
}
@media(min-width: 1680px) {
    .block .title {
        position: absolute;
        left: 50px;
        bottom: 90px;
    }
}
.block .title h2 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: var(--color-baseRed);
    font-size: clamp(1rem, 0.6rem + 2vw, 3rem);
    /*
    animation: AnimationTitle 5s ease infinite, title_text 3.0s forwards linear;
    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    */
    letter-spacing: 0.18em;
    color:#222;
}
.block .title .text-split {
    opacity: 0;
    transform: translateY(20px);
    animation-name: fadeInimg;
    animation-duration: 1.5s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    font-family: "Poppins", sans-serif;
}
.block .title .text-split span {
    font-weight: 700;
    font-size:clamp(1.25rem, 0.225rem + 5.13vw, 6.375rem);
    color: #222;
    color: var(--color-baseRed);
    letter-spacing: 0.02em;
    margin-top: 10px;
    min-height: 50px;
    animation: AnimationTitle 5s ease infinite;
    background: linear-gradient(to right, #833ab4, #DB002F, #fcb045);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
@keyframes AnimationTitle {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes showTextFromBottom {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0px);
    }
}
.mv-header-cont-right {
    position: absolute;
    width: 10%;
    bottom:50px;
    right: 120px;
}
.mv-header-cont-right .next100 {
    opacity: 0;
    transform: translateY(20px);
    animation-name: fadeInimg;
    animation-duration: 1.5s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}
.anime-up {
    opacity: 0;
}
@keyframes showText {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.anime-up.displayed {
    opacity: 1;
}
.anime-up.displayed span {
    animation: showText 3s backwards;
    display: inline-block;
}
.anime-up.displayed > span {
    overflow: hidden;
}
.anime-up.displayed > span > span {
    animation: showTextFromBottom 0.5s backwards;
}


#mv-bg {
    position: relative;
    width: 100%;
    aspect-ratio: 837/226;
    overflow: hidden;
}
@keyframes changebox {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#img-100th {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    z-index: 1;
}
#img-100th img {
    width: 50%;
    max-width: 500px;
}
/* =========================================================
   #slide__list（共通設定）
========================================================= */
#slide__list {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #FFF;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1px;
  padding-left: 1px;
  animation-name: changebox;
  animation-duration: 1s;
  animation-delay: 10s;
  animation-fill-mode: forwards;
}

#slide__list li {
  width: calc((100% / 21) - 1px);
}

#slide__list li .imgbox {
  aspect-ratio: 345 / 493;
  overflow: hidden;
  position: relative;
}

#slide__list li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 0;
}

/* =========================================================
   fadeInUp（上方向）
========================================================= */
#slide__list .fadeInUp img:first-child {
  animation: showFirstImgUp 6s ease-in-out forwards;
  animation-delay: 2s;
}
#slide__list .fadeInUp img:nth-child(2) {
  animation: showSecondUp 6s ease-in-out forwards;
  animation-delay: 5s;
}
#slide__list .fadeInUp img:nth-child(3) {
  animation: showThirdUp 6s ease-in-out forwards;
  animation-delay: 8s;
}
#slide__list .fadeInUp img:only-child {
  animation: fadeInStayUp 1.5s ease-out forwards;
  animation-delay: 2s;
}

@keyframes showFirstImgUp {
  0% { opacity: 0; transform: translateY(100px); }
  20% { opacity: 1; transform: translateY(0); }
  70% { opacity: 1; transform: translateY(0); }
}
@keyframes showSecondUp {
  0% { opacity: 0; transform: translateY(100px); }
  20% { opacity: 1; transform: translateY(0); }
  70% { opacity: 1; transform: translateY(0); }
}
@keyframes showThirdUp {
  0% { opacity: 0; transform: translateY(100px); }
  30% { opacity: 1; transform: translateY(0); }
  100% { opacity: 1; transform: translateY(0); } /* ←最後は止める！ */
}
@keyframes fadeInStayUp {
  0% { opacity: 0; transform: translateY(100px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* =========================================================
   fadeInDown（下方向）
========================================================= */
#slide__list .fadeInDown img:first-child {
  animation: showFirstImgDown 6s ease-in-out forwards;
  animation-delay: 2s;
}
#slide__list .fadeInDown img:nth-child(2) {
  animation: showSecondDown 6s ease-in-out forwards;
  animation-delay: 5s;
}
#slide__list .fadeInDown img:nth-child(3) {
  animation: showThirdDown 6s ease-in-out forwards;
  animation-delay: 8s;
}
#slide__list .fadeInDown img:only-child {
  animation: fadeInStayDown 1.5s ease-out forwards;
  animation-delay: 2s;
}

@keyframes showFirstImgDown {
  0% { opacity: 0; transform: translateY(-100px); }
  20% { opacity: 1; transform: translateY(0); }
  70% { opacity: 1; transform: translateY(0); }
}
@keyframes showSecondDown {
  0% { opacity: 0; transform: translateY(-100px); }
  20% { opacity: 1; transform: translateY(0); }
  70% { opacity: 1; transform: translateY(0); }
}
@keyframes showThirdDown {
  0% { opacity: 0; transform: translateY(-100px); }
  30% { opacity: 1; transform: translateY(0); }
  100% { opacity: 1; transform: translateY(0); } 
}
@keyframes fadeInStayDown {
  0% { opacity: 0; transform: translateY(-100px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* =========================================================
   fadeInLeft（左方向）
========================================================= */
#slide__list .fadeInLeft img:first-child {
  animation: showFirstImgLeft 6s ease-in-out forwards;
  animation-delay: 2s;
}
#slide__list .fadeInLeft img:nth-child(2) {
  animation: showSecondLeft 6s ease-in-out forwards;
  animation-delay: 5s;
}
#slide__list .fadeInLeft img:nth-child(3) {
  animation: showThirdLeft 6s ease-in-out forwards;
  animation-delay: 8s;
}
#slide__list .fadeInLeft img:only-child {
  animation: fadeInStayLeft 1.5s ease-out forwards;
  animation-delay: 2s;
}

@keyframes showFirstImgLeft {
  0% { opacity: 0; transform: translateX(-100px); }
  20% { opacity: 1; transform: translateX(0); }
  70% { opacity: 1; transform: translateX(0); }
}
@keyframes showSecondLeft {
  0% { opacity: 0; transform: translateX(-100px); }
  20% { opacity: 1; transform: translateX(0); }
  70% { opacity: 1; transform: translateX(0); }
}
@keyframes showThirdLeft {
  0% { opacity: 0; transform: translateX(-100px); }
  30% { opacity: 1; transform: translateX(0); }
  100% { opacity: 1; transform: translateX(0); } 
}
@keyframes fadeInStayLeft {
  0% { opacity: 0; transform: translateX(-100px); }
  100% { opacity: 1; transform: translateX(0); }
}

/* =========================================================
   fadeInRight（右方向）
========================================================= */
#slide__list .fadeInRight img:first-child {
  animation: showFirstImgRight 6s ease-in-out forwards;
  animation-delay: 2s;
}
#slide__list .fadeInRight img:nth-child(2) {
  animation: showSecondRight 6s ease-in-out forwards;
  animation-delay: 5s;
}
#slide__list .fadeInRight img:nth-child(3) {
  animation: showThirdRight 6s ease-in-out forwards;
  animation-delay: 8s;
}
#slide__list .fadeInRight img:only-child {
  animation: fadeInStayRight 1.5s ease-out forwards;
  animation-delay: 2s;
}

@keyframes showFirstImgRight {
  0% { opacity: 0; transform: translateX(100px); }
  20% { opacity: 1; transform: translateX(0); }
  70% { opacity: 1; transform: translateX(0); }
}
@keyframes showSecondRight {
  0% { opacity: 0; transform: translateX(100px); }
  20% { opacity: 1; transform: translateX(0); }
  70% { opacity: 1; transform: translateX(0); }
}
@keyframes showThirdRight {
  0% { opacity: 0; transform: translateX(100px); }
  30% { opacity: 1; transform: translateX(0); }
  100% { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInStayRight {
  0% { opacity: 0; transform: translateX(100px); }
  100% { opacity: 1; transform: translateX(0); }
}




@keyframes fadeInimg {
    0% {
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}




/*==#our-survice =======*/

#our-survice {
    position: relative;
    /*min-height: 680px;
    background-color:  var(--color-baseRed);*/
    background: #FFFFFF;
background: linear-gradient(90deg,rgba(242, 242, 242, 1) 70%, rgba(255, 255, 255, 1) 70%);
}
#our-survice .sec-inner {
    padding: 80px 0;
    display: flex;
    justify-content: flex-end;
}

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
#our-survice .our-surviceImg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    width: 100%;
    z-index: -1;
    /*margin-left:calc(50% - 50vw);*/
}
#our-survice .our-surviceImg__wrap {
  display: flex;
  overflow: hidden;
}
#our-survice .our-surviceImg__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
#our-survice .our-surviceImg__list--left {
  animation: infinity-scroll-left 120s infinite linear 0.5s both;
}
#our-survice .our-surviceImg__item {
  width: 380px;
  margin: 0 10px;
}
#our-survice .our-surviceImg__item > img {
  width: 100%;
}
#our-survice .our-servieList {
    width: 500px;
    padding: 40px 60px;
    background: #FFF;
}
#our-survice .our-servieList ul {
    display: block;
    width: 100%;
    margin-top: 40px;
}
#our-survice .our-servieList ul li {
    width: 100%;
    position: relative;
}
#our-survice .our-servieList ul li a {
    padding: 22px 0;
    text-align: left;
    font-weight: 500;
    font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
    position: relative;
    border-bottom:solid 1px #CCC;
    display: flex;
    align-items: center;
}
#our-survice .our-servieList ul li a::before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    transform: translateY(-50%);
    right: 13px;
    width: 8px;
    height: 8px;
    border-top: 0.1rem solid var(--color-baseRed);
    border-right: 0.1rem solid var(--color-baseRed);
    transform: rotate(45deg);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
#our-survice .our-servieList ul li:hover a::before {
    right:0;
}
#our-survice .our-servieList ul li h3 span  {
    font-size: 12px;
    display: inline-block;
    margin-left: 20px;
    color: #666;
}
#our-survice .our-servieList ul li:last-child h3 span  {
    display: inline-block;
    margin-left: 20px;
    color: #666;
    font-size: 13px;
}


/*==#top-news ================*/
#top-news {
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    padding: 80px 0 20px;
}
#top-news .top-news_section {
    display: flex;
    justify-content: space-between;
}
#top-news .top-news_ssectionHead {
    width: 200px;
}
#top-news .top-news_ssectionBody {
    width: calc(100% - 300px);
}
#top-news .top-newstab {
    width: 100%;
    margin: 0 auto 50px;
}
#top-news label.tab_menu {
    width: calc(100%/3);
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    background-color: #FFF;
    border-top:solid 1px #CCC;
    border-bottom:solid 1px #CCC;
    border-left:solid 1px #CCC;
    display: block;
    float: left;
    text-align: center;
    font-weight: 500;
    cursor: pointer !important;
    position: relative;
}
#top-news .top-newstab input#tab-menu03 + label.tab_menu {
    border-right: solid 1px #CCC;
}
#top-news input[name="tab_menu"] {
  display: none;
}
#top-news .tab_contents {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}
#top-news #tab-menu01:checked ~ #tab-menu01,
#top-news #tab-menu02:checked ~ #tab-menu02,
#top-news #tab-menu03:checked ~ #tab-menu03 {
  display: block;
}
#top-news .top-newstab input:checked + label.tab_menu {
  background-color:  var(--color-baseRed);
  color: #fff;
  border:solid 1px  var(--color-baseRed);
}
#top-news .top-newstab input:checked + label.tab_menu::before {
    content:'';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid var(--color-baseRed);
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}
#top-news .top-newtab input#tab-menu03:checked + label.tab_menu {
    border-right: solid 1px var(--color-baseRed);
}
#top-news .top-newsList {
    text-align: left;
}
#top-news .top-newsList li {
    margin: 5px 0;
    border-bottom: solid 1px #CCC;
}
#top-news .top-newsList li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0 8px;
}
#top-news .top-newsList li a:hover p {
    text-decoration: underline;
}
#top-news .top-newsList li .headline{
    width: calc(100% - 225px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#top-news .top-newsList li .headline p {
    font-size: 15px;
    display: inline-block;
}
#top-news .top-newsList li .date {
    font-size: 14px;
    width: 85px;
    display: inline-block;
    margin-right: 5px;
}
#top-news .top-newsList li .cate {
    width: 110px;
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    border-radius: 12px;
    margin-right: 10px;
    line-height: 1em;
    padding: 4px 0;
}
/*==#top-business ================*/
#top-business {
    position: relative;
    padding-top: 80px;
    padding-bottom: 100px;
    background: #FFFFFF;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 55%, rgba(242, 242, 242, 1)55%);
}

#top-business .top-business_section {
    display: flex;
    justify-content: space-between;
    position: relative;
}
#top-business .top-business_Head {
    width: 570px;
}
#top-business .top-business_Head dl {
    margin-top: 60px;
    text-align: left;
}
#top-business .top-business_Head dl dt {
    font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
    font-weight: 500;
    line-height: 1.4em;
}
#top-business .top-business_Head dl dt span {
    display: block;
    color: var(--color-baseRed);
}
#top-business .top-business_Head dl dd {
    margin-top: 30px;
}
#top-business .top-business_Head dl dd p {
    margin: 0;
    line-height: 2.2em;
}
#top-business .top-business_Body {
    width: calc(100% - 200px);
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-right:calc(50% - 50vw);
    background: var(--color-baseRed);
    /*
    position: absolute;
    right:0;
    top: 50%;
    transform: translateY(-50%);
    */
}
#top-business ul.top-businessList {
    display: block;
    margin-left: 80px;
    width: 55%;
    margin: 40px 0 60px 80px;
}
#top-business ul.top-businessList li {
    border-bottom: solid 1px rgba(255,255,255,0.4);
    display: block;
    position: relative;
}
#top-business ul.top-businessList li a {
    display: block;
    padding: 22px 0;
    color: #FFF;
    text-align: left;
    font-weight: 500;
    font-size: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem);
    position: relative;
}
#top-business ul.top-businessList li a::before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    transform: translateY(-50%);
    right: 13px;
    width: 8px;
    height: 8px;
    border-top: 0.1rem solid #FFF;
    border-right: 0.1rem solid #FFF;
    transform: rotate(45deg);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
#top-business ul.top-businessList li:hover a::before {
    right:0;
}
#top-business ul.top-businessList li a span {
    display: inline-block;
    color:#EF9191;
    margin-left: 15px;
    font-size: 14px;
}


/*==POST=============================================================*/

#post-parentcateName {
    color: #222;
    font-weight: 500;
    margin: 15px 0 50px;
    font-size: 18px;
}
#post-parentcateName span {
    position: relative;
    display: inline-block;
    margin: 0 8px;

}

#post-childcateName {
    display: flex;
    justify-content: flex-start;
}
#post-childcateName li {
    display: inline-block;
}
#post-childcateName li+li {
    margin-left: 10px;
}
#post-childcateName a {
    display: block;
    padding: 10px 25px;
    border:solid 1px var(--color-baseRed);
    border-radius: 2px;
    color: var(--color-baseRed);
    margin-bottom: 40px;
    text-align: center;
}
#post-childcateName a:hover {
    color: var(--color-lightRed);
    border:solid 1px var(--color-lightRed);
}
#post-content h2#post-title {
    border-bottom: solid 1px #A3A3A3;
    padding-bottom: 12px;
    margin-bottom: 30px;
    color: #222;
    line-height: 1.4em;
}
#post-content #post-date {
    margin: 20px 0 0;
}
#post-content #post-textbox {
    margin: 40px 0;
}
#post-content #post-textbox p {
    line-height: 1.8em;
}
#post-content #post-textbox p a {
    text-decoration: underline;
}
#post-content #post-textbox p a:hover {
    color:  var(--color-baseRed);
}
#post-content .post-textbox__inn {
    display: flex;
    justify-content: space-between;
}
#post-content .post-textbox__inn .img {
    width: 320px;
}
#post-content .post-textbox__inn .img img {
    width: 100%;
}
#post-content .post-textbox__inn .text {
    width: calc(100% - 360px);
}
#post-content .link-pdf {
    display: inline-block;
    margin-top: 30px;
}
#post-content .link-pdf a {
    background: url(../img/icon/icon-pdf.svg) no-repeat 15px center;
    background-size: 24px auto;
    display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 200px;
	padding: 12px 0 12px 25px;
	font-weight: bold;
	color: var(--color-baseRed);
	border-bottom: 2px solid var(--color-baseRed);
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	transition: 0.2s;
}
#post-content .link-pdf a:hover {
    color: var(--color-lightRed);
    border-bottom: 2px solid var(--color-lightRed);
    /*
	transform: translateY(1px);
    box-shadow: 0 0 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .3);
    
    border:solid 1px #dfdfdf;
    */
}
#post-content .post-archivelist {
    margin-top: 40px;
}
#post-content .post-archivelist li {
    border-bottom: solid 1px #CCC;
    display: block;
    position: relative;
}
#post-content .post-archivelist li a {
    display: block;
    padding: 20px 0;
    text-align: left;
    font-weight: 500;
    position: relative;
}
#post-content .post-archivelist li a::before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    transform: translateY(-50%);
    right: 13px;
    width: 8px;
    height: 8px;
    border-top: 0.1rem solid var(--color-lightRed);
    border-right: 0.1rem solid var(--color-lightRed);
    transform: rotate(45deg);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
#post-content .post-archivelist li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: var(--color-baseRed);
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
#post-content .post-archivelist li:hover a::before {
    right:0;
}
/*
#post-content .post-archivelist li:hover a::after  {
   transform: scale(1, 1);
}
*/
#post-content .post-archivelist li .lst-head {
    margin-bottom: 5px;
}
#post-content .post-archivelist li .headline {
    display: flex;
    justify-content: flex-start;
}
#post-content .post-navigation {
    margin-top: 100px;
}
#post-content .post-navigation .screen-reader-text {
    display: none;
}
#post-content .post-navigation .nav-links {
    overflow: hidden;
}
#post-content .post-navigation .nav-subtitle {
    display: block;
    font-size: 12px;
    color: var(--color-baseRed);
}
#post-content .post-navigation .nav-previous,
#post-content .post-navigation .nav-next {
    width: 48%;
    padding: 0;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    border:solid 1px #CCC;
    position: relative;
}
#post-content .post-navigation .nav-previous a,
#post-content .post-navigation .nav-next a {
    display: block;
	vertical-align: middle;
	text-decoration: none;
	padding: 22px;
    width: 100%;
	font-weight: 500;
    line-height: 1.2em;
    background: #FFF;
    position: relative;
}

#post-content .post-navigation .nav-previous::before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    transform: translateY(-50%);
    left: 13px;
    width: 8px;
    height: 8px;
    border-top: 0.1rem solid var(--color-baseRed);
    border-right: 0.1rem solid var(--color-baseRed);
    transform: rotate(-135deg);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
#post-content .post-navigation .nav-next::before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    transform: translateY(-50%);
    right: 13px;
    width: 8px;
    height: 8px;
    border-top: 0.1rem solid var(--color-baseRed);
    border-right: 0.1rem solid var(--color-baseRed);
    transform: rotate(45deg);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
#post-content .post-navigation .nav-previous {
    float:left;
    padding-left: 20px;
    text-align: left;
    border-left:solid 3px var(--color-baseRed);
    
}
#post-content .post-navigation .nav-next {
    float: right;
    text-align: right;
    padding-right: 20px;
    border-right:solid 3px var(--color-baseRed);
}

#post-content .post-archivelist li .date {
    font-size: 14px;
    width: 85px;
    display: inline-block;
    margin-right: 5px;
}
#post-content .post-archivelist li .cate {
    width: 110px;
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    border-radius: calc(infinity * 1px);
    margin-right: 10px;
    line-height: 1em;
    padding: 4px 0;
}
.cate-whatsnew {
    background-color: #193D62;
    color: #FFF;
}
.cate-important_news {
    background-color: #881C33;
    color: #FFF;
}
.cate-child {
    background-color: #EFEFEF;
    color: #333 !important;
}
/*==NEWS=============================================================*/





/*==FAQ=============================================================*/
.toFormBanner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    text-align: left;
    padding: 40px;
    border:solid 1px #ccc;
}
.toFormBanner dl {
    margin: 0 !important;
}
.toFormBanner dl dt {
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}
.toFormBanner .toFormBanner-btn {
    display: inline-block;
}
.toFormBanner .toFormBanner-btn a {
    display: block;
    padding: 15px 30px;
    background: var(--color-baseRed);
    color: #FFF;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
    border-bottom: 2px solid var(--color-baseRed);
	border-radius: 4px;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
	transition: 0.2s;
}
.toFormBanner .toFormBanner-btn a:hover {
    background: var(--color-lightRed);
}
.faq-searchBox {
    background: #efefef;
    padding: 40px;
    margin-bottom: 60px;
    text-align: left;
}
.faq-searchBox button {
    border:none;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 15px !important;
    padding: 0 !important;
    vertical-align : top;
    width: 50px;
}
.faq-searchBox button img {
    filter: drop-shadow(0px 2px 2px #aaa);
}
.faq-searchBox button:hover img {
    filter: drop-shadow(0px 1px 1px #aaa);
}
.faq-searchBox dl {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 !important;
}
.faq-searchBox dl dt {
    font-weight: 600;
    color: #222;
    padding-right: 40px;
    display: inline-block;
}
.faq-searchBox dl dd {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    width: calc(100% - 180px) !important;
}
.faq-searchBox dl dd form {
    display: block;
    width: 100%;
}
.faq-searchBox dl dd .faq-searchBox-input {
    appearance: none !important;
    display: inline-block;
    width: calc(100% - 70px) !important;
    background-color: #FFF;
    border-radius: calc(infinity * 1px);
    padding: 16px 20px;
    border: none;
    vertical-align : top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#faqlistbox details {
    border-bottom:solid 1px #CCC;
}
#faqlistbox details:first-child {
    border-top:solid 1px #CCC;
}
#faqlistbox details summary {
    box-sizing: border-box;
    position: relative;
    display: block;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    padding: 30px 80px 30px 50px;
}
#faqlistbox details summary span {
    display: block;
}
#faqlistbox details summary span::before, 
#faqlistbox details summary span::after {
    content:'';
    position:absolute;
    right:10px;
    width:20px;
    height:1px;
    top:50%;
    background-color: var(--color-lightRed);
}
#faqlistbox details summary span::after {

  transform: rotate(-90deg);
}



#faqlistbox details summary::-webkit-details-marker {
  /* iOSで表示されるデフォルトの三角形アイコンを消す */
  display: none;
}

#faqlistbox details summary::before {
    content: "Q.";
    position: absolute;
    top: 29px;
    left: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: var(--color-lightRed);
}

#faqlistbox details summary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.5em;
  bottom: 0;
  display: block;
  width: var(--arrow-size);
  height: calc(var(--arrow-size) * 0.6);
  /*aspect-ratio: 1/0.6;*/
  margin: auto;
  background: #0a64be;
  clip-path: polygon(100% 13%, 50% 100%, 0 13%, 8% 0, 50% 73%, 92% 0);
}

#faqlistbox details[open] summary span::after {
  transform: rotate(180deg);
}

#faqlistbox details .ans_text{
  position: relative;
  padding: 30px 20px 80px 50px;
  border-top:dashed 1px #ccc;

}

#faqlistbox details .ans_text::before {
    content: "A.";
    position: absolute;
    top: 1em;
    left: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #666;
}
#faqlistbox .faqcateName {
    display: flex;
    justify-content: flex-start;
}
#faqlistbox .faqparentCateName {
    display: inline-block;
    width: 130px;
    font-size: 11px;
    border-radius: calc(infinity * 1px);
    background: #efefef;
    text-align: center;
    margin: 0 10px 5px 0;
    font-weight: 400;
    line-height: 1em;
    padding: 5px 0;
    color: #222;
}
#faqlistbox .faqChildCateName {
    display: inline-block;
    color: #666;
    font-size: 11px;
    font-weight: 400;
}
.child-category-list {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.child-category-list ul {
    display: flex;
    justify-content: flex-start;
    margin-left: 20px;
}
.child-category-list ul li {
    margin-right: 15px;
}
.child-category-list ul li a {
    color: var(--color-baseRed);
    text-decoration: underline;
}
.child-category-list ul li a:hover {
    text-decoration: none;
    color: var(--color-lightRed);
}
.child-category-list ul li.current a {
    text-decoration: none;
    color: #999;
}


/*==contact form=============================================================*/
#form-cont {
    margin-top: 60px;
}
#form-cont .sec-inner {
    border:solid 1px #ccc;
    padding: 60px 120px;
    position: relative;
}

#form-cont .bl_selectCont {
    display: block !important; /* ← Bownow初期化のために表示は必要 */
    visibility: hidden;
    height: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#form-cont .bl_selectCont.is_active {
    visibility: visible;
    height: auto;
    overflow: visible;
    position: static;
    z-index: auto;
}
#form-cont .bl_selectCont iframe {
    width: 100%;
    max-height: 1250px;
}


#form-cont dl {
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
}
#form-cont dl dt {
    margin-bottom: 15px;
    color: #222;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
}
#form-cont dl dt span {
    display: inline-block;
    background: #d81d2f;
    color: #fff;
    line-height: 1em;
    padding: 4px 6px;
    font-size: 12px;
    margin-right: 10px;
    font-weight: 400;
}
#form-cont input[type=text],
#form-cont select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#form-cont select {
    width: 100%;
    border:solid 1px #ddd;
    padding: 0.8em 2em 0.8em 0.8em;
    border-radius: 6px;
    background: url(../img/icon/icon-arrow_down.svg) no-repeat 99% 50%;
    background-size: 20px auto;
}



/*==message=============================================================*/
#top--message {
    text-align: center;
}
#top--message h3 {
    color: var(--color-baseRed);
    font-size: clamp(1.5rem, 0.864rem + 3.18vw, 3.25rem);
    text-align: center;
}
#top--message .h3-lead {
    text-align: center;
    margin: 10px 0 50px;
    font-size: clamp(1.125rem, 0.943rem + 0.91vw, 1.625rem);
}
#top--message h4 {
    font-size: clamp(1.125rem, 0.943rem + 0.91vw, 1.625rem);
    margin-bottom: 50px;
}
#top--message h4 span {
    font-size: 70%;
}
#top--message .messagebox {
    width: 100%;
    max-width: 700px;
    margin: 80px auto 80px;
    text-align: left;
    line-height: 2.5em;
}
#top--message .messagebox p+p {
    margin: 30px 0 0;
}
#top--message .ceo-name {
    display: flex;
    justify-content: flex-end;
}
#top--message .ceo-name img {
    width: 240px;
}
#top--message .ceo-interviewBanner {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 80px;
    position: relative;
}
#top--message .ceo-interviewBanner a {
    display: flex;
    align-items: center;
    background: #222937;
    padding: 60px 30px;
}
#top--message .ceo-interviewBanner::before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    transform: translateY(-50%);
    right: 25px;
    width: 8px;
    height: 8px;
    border-top: 0.1rem solid #FFF;
    border-right: 0.1rem solid #FFF;
    transform: rotate(45deg);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
#top--message .ceo-interviewBanner:hover {
    opacity: 0.8;
}


/*==outline=============================================================*/
#company_outline .sec-inner {
    max-width: ;
}
#company_outline .tabs {
    display: flex;
    flex-wrap: wrap;
}
#company_outline .tab_label {
    border-top: solid 1px #CCC;
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
    border-bottom:solid 1px #CCC;
    background-color: #efefef;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    padding: 15px 0;
    width: 200px;
    margin-right: 2px;
}
#company_outline .tab_label:hover {
    opacity: 0.75;
}
#company_outline .tab_content {
    flex: 100%;
    display: none;
    overflow: hidden;
    border-top:solid 1px #CCC;
    position: relative;
    top: -1px;
    padding: 80px 0;
}
#company_outline input[name="tab_switch"] {
    display: none;
}
#company_outline .tabs input:checked + .tab_label {
    background-color: #FFF !important;
    border-bottom:solid 1px #FFF;
}
#company_outline #tab01:checked ~ #tab01_content,
#company_outline #tab02:checked ~ #tab02_content,
#company_outline #tab03:checked ~ #tab03_content {
    display: block;
}
#company_outline .tab_content{
    position: relative;
    animation: fadeIn 1s ease;
}
#company_outline .tbl_block {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
#company_outline .tbl_block table ul li span{
    display: inline-block;
    margin-right: 10px;
}
#company_map ul {
    margin-top: 80px;
}
#company_map ul li {
    text-align: left;
    display: flex;
    justify-content: space-between;
}
#company_map ul li+li {
    margin-top: 50px;
}
#company_map ul li .area {
    width: 49%;
}
#company_map ul li .area h3 {
    margin-bottom: 10px;
}
#company_map ul li .area h3,
#company_map ul li .area p {
    padding-left: 3px;
}
#company_map ul li .area span.en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: var(--color-baseRed);
  font-size: clamp(1.375rem, 0.693rem + 3.41vw, 3.25rem);
  margin-bottom: 40px;
}
#company_map ul li .map {
    width: 49%;
}
#company_map ul li .map .iframe-wrap {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}
#company_map ul li .map .iframe-wrap iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*==History=============================================================*/
#company_history .history_mv {
    margin-bottom: 80px;
}
#company_history .award_list{
    margin-top: 40px;
    border-top: solid 1px #ccc;
}
#company_history .award_list li {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    padding: 20px 0;
    border-bottom: solid 1px #ccc;
}
#company_history .award_list li span {
    display: inline-block;
    width: 100px;
    color: var(--color-baseRed);
    font-weight: 600;
    padding-left: 20px;
}
#company_history .award_list li p {
    display: inline-block;
    width: calc(100% - 100px);
}
#company_timeline {
    margin-top: 80px;
}
#company_timeline .scroll-hint {
    display: none;
}
#company_timeline .timelinelist {
    margin-right:calc(50% - 50vw);
    margin-top: 40px;
    text-align: left;
}
#company_timeline .timelineitem {
    position: relative;
    min-width: 11000px;
    padding-right: 150px;
    display: flex;
}
#company_timeline .timelineitem::before {
    content: "";
    position: absolute;
    top: 10px;
    width: 100%;
    height:1px;
    background-color: #CCC;
}
#company_timeline .timelineitem dl {
    min-width: 240px;
    max-width: 400px;
    position: relative;
    padding-top: 25px;
}
#company_timeline .timelineitem dl::before {
    content:'';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/icon/icon-redcircle.svg) ;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 16px auto;
    position: absolute;
    top:2px;
    left: 0;
}
#company_timeline .timelineitem dl.year-numNone::before {
    display: none;
}
#company_timeline .timelineitem dl+dl {
    margin-left: 60px;
}
#company_timeline .timelineitem dl dt {
    color: var(--color-baseRed);
    font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
    font-weight: 600;
    min-height: 20px;
    padding-top: 10px;
}
#company_timeline .timelineitem dl dt span {
    color: #444;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
}
#company_timeline .timelineitem dl dd ul {
    margin-top: 20px;
}
#company_timeline .timelineitem dl dd ul li {
    padding: 10px 0;
}
#company_timeline .timelineitem dl dd ul li h4 {
    color: var(--color-baseRed);
    font-weight: 600;
    font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
    margin-bottom: 10px;
    margin-top: 0;
}
#company_timeline .timelineitem dl dd ul li p {
    font-size: 13px;
    line-height: 1.6em;
    padding-bottom: 10px;
}
#company_timeline .timelineitem dl dd ul li p img.w50 {
    width: 50%;
}
#company_timeline .timelineitem dl dd ul li p img.w70 {
    width: 70%;
}
#company_timeline .timelineitem dl dd ul li+li {
    border-top:solid 1px #ccc;
    padding-top: 20px;
}
#company_timeline .scroll__inner {
  background-color: #ffffff;
  padding: 0 0 20px 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
#company_timeline .scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
#company_timeline .simplebar-scrollbar {
    background: var(--color-baseRed);
    width: 45px;
    height: 35px;
    margin: 0;
    padding: 0;
}
#company_timeline .simplebar-scrollbar::before {
    content: '';
    background: none;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 89%;
    bottom: 0;
    margin: auto 0;
    border-radius: 0;
}
#company_timeline .simplebar-scrollbar::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #FFF;
    border-left: solid 2px #FFF;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto 0;
}
#company_timeline .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
}
#company_timeline .simplebar-track {
    background: #FFF;
    height: 35px !important;
    margin: 0;
    padding: 0;
}
#company_timeline .simplebar-track::before {
    content:'';
    width: 100%;
    height: 2px;
    background: #CCC;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


/*==Service=============================================================*/

#company_serviceoutline .serviceoutline-cont {
    background-color: #efefef;
    margin-right:calc(50% - 50vw);
    margin-top: 50px;
    margin-bottom: 100px;
}
#company_serviceList .service-cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}
#company_serviceList .service-cont:first-of-type {
    margin-top: 80px;
}
#company_serviceList .service-cont img {
    display: flex;
    justify-content: space-between;
    width: 460px;
}
#company_serviceList .service-cont .text {
    width: calc(100% - 550px);
    text-align: left;
}
#company_serviceList .service-cont .text h3 {
    color: var(--color-baseRed);
    font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin: 0 0 20px;
}
#company_serviceList .service-cont .text h3 span {
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    display: inline-block;
    margin-left: 15px;
}
#company_serviceList .service-cont .text .link {
    margin-top: 30px;
    text-align: right;
}
#company_serviceList .service-cont .text .link a {
    display: inline-block;
}


/*==project=============================================================*/

#company_projectMessage {

}
#company_projectMessage .sec-inner {
    /*
    background-image: url(../img/project/project-topbg01.png), url(../img/project/project-topbg02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right 10%, left 90%;
    background-size: 220px auto, 250px auto;
    position: relative;
    padding: 0;
    */
}
/*
#company_projectMessage .sec-inner::before {
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height:70%;
    border-radius: 12px;
    background-color: #F7F4EA;
    z-index: -1;
}
*/
#company_projectMessage .sec-inner .message {
    padding: 0;
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 50px auto 0;
}
#company_projectMessage .sec-inner .message .text {
    width: 55%;
    text-align: left;
}
#company_projectMessage .sec-inner .message .message-img {
    width: 42%;
}
#company_projectMessage .sec-inner h3 {
    text-align: left;
    margin-bottom: 50px;
}
#company_projectMessage .sec-inner h3 img {
    text-align: left;
    margin: 0;
    width: 80%;
}
#company_projectMessage .sec-inner .message .text p {
    text-align: left;
    line-height: 3em;
}
#company_projectList .project-cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
    background-color: #FFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    padding: 20px;
    border-radius: 8px;
}
#company_projectList .project-cont:first-of-type {
    margin-top: 80px;
}
#company_projectList .project-cont img {
    display: flex;
    justify-content: space-between;
    width: 460px;
}
#company_projectList .project-cont .text {
    width: calc(100% - 550px);
    text-align: left;
    padding: 20px 20px 0 0;
}
#company_projectList .project-cont .text h3 {
    font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin: 0 0 20px;
}
#company_projectList .project-cont .text h3 span {
    display: inline-block;
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    color: var(--color-baseRed);
    margin-bottom: 8px;
}
#company_projectList .project-cont .text .link {
    margin-top: 30px;
    text-align: right;
}
#company_projectList .project-cont .text .link a {
    display: inline-block;
}
#project-post {
    margin: 0 auto;
}
#project-post .project-Header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}
#project-post .project-num {
    width: 250px;
    position: relative;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
#project-post .project-num::before {
    content:'';
    width: 1px;
    height: 100%;
    background-color: var(--color-baseRed);
    position: absolute;
    top:0;
    right: 0;
    z-index: -1;
}
#project-post .project-num p {
    color: var(--color-baseRed);
    margin-bottom: 30px;
}
#project-post .project-num p span {
    display: block;
    color: var(--color-baseRed);
    font-size: clamp(1.75rem, 0.477rem + 6.36vw, 5.25rem);
    margin-top: 30px;
}
#project-post .project-body {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
#project-post .project-body h2.project-ttl {
    font-size: clamp(1.25rem, 0.523rem + 3.64vw, 3.25rem);
    letter-spacing: 0.1em;
    color: #222;
    padding-bottom: 20px;
    border-bottom: solid 1px var(--color-baseRed);
    margin-bottom: 80px;
}
#project-post .project-body h2.project-ttl span {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
#project-post .project-mv {
    width: calc(100% - 350px);
}
#project-post .project-mv img {
    width: 100%;
}
#project-post h3.lead {
    color: #222;
    margin: 15px 0 30px;
    font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
    letter-spacing: 0.2em;
    text-align: left;
}
#project-post h3.lead span {
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.2em;
}
#project-post .project-sectionttl {
    text-align: left;
    color: #222;
    margin: 15px 0 30px;
    padding-bottom: 15px;
    font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
    position: relative;
    border-bottom: solid 1px #A3A3A3;
}
#project-post .project-sectionttl::before {
    content:'';
    background: var(--color-baseRed);
    width: 200px;
    height: 1px;
    position: absolute;
    bottom:-1px;
    left: 0;
}
#project-post h5 {
    font-weight: 500;
    color: #222;
    font-size: 18px;
    text-align: left;
    margin-bottom: 15px;
}
#project-post p {
    text-align: left;
}
#project-post .item-section {
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
}
#project-post .item-section dl {
    width: 32%;
    position: relative;
}
#project-post .item-section dl::before {
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    border-radius: 5px;
    border:solid 1px #CCC;
    z-index: -1;
}
#project-post .item-section dl dt {
    background: var(--color-baseRed);
    width: 90%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    border-radius: 5px;
    margin: 0 auto;
}
#project-post .item-section dl dd {
    padding: 20px 15px;
}
#project-post .sp-tbl {
    border-collapse: collapse;
}
#project-post .sp-tbl th,
#project-post .sp-tbl td {
    display: table-cell;
    padding: 1em;
    text-align: left;
    border:solid 1px #ccc
}
#project-post .sp-tbl th {
    color: #222;
    text-align: center;
    background-color: #f9f9f9;
}
#project-post .sp-tbl th {
    color: #222;
    text-align: center;
    width: 180px;
}
#project-post .sp-tbl td h4 {
    font-weight: 500;
}
#project-post .sp-tbl td ul.list {
    margin: 10px 0 10px 15px;
}
#project-post .photolist {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
#project-post .photolist li {
    width: 32%;
    margin-bottom: 2%;
}
#project-post .photolist.column2 {
    margin-top: 15px;
}
#project-post .photolist.column2 li {
    width: 49%;
}
#project-post .accordion {
    width: 100%;
    padding: 0;
    margin: 0 auto;
	box-sizing: border-box;
}
#project-post .accordion .accordion_ttl {
    position: relative;
    background: #2a4073;
    color: #fff;
    font-size: 16px;
    padding: 15px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
#project-post .accordion .accordion_ttl:before, .accordion .accordion_ttl:after {
    content: "";
    display: block;
    position: absolute;
    transform: translate(0, -50%);
    width: 14px;
    height: 2px;
    background: #fff;
    transition: 0.2s ease transform;
}
#project-post .accordion .accordion_ttl:before {
    top: 50%;
    right: 15px;
}
#project-post .accordion .accordion_ttl:after {
    transform: translate(0, -50%) rotate(-90deg);
    top: 50%;
    right: 15px;
}
#project-post .accordion .accordion_ttl.active:after {
    transform: translate(0, -50%) rotate(0deg);
}
#project-post .accordion .accordion_cnt {
    line-height: 1.5;
    background: #f9f9f9;
    max-height: 0;
    overflow: hidden;
    transition: 0.2s ease max-height;
}
#project-post .accordion .accordion_cnt-inn {
    padding: 30px;
}
#project .accordion .accordion_cnt p {
    margin: 15px 0;
    line-height: 1.8;
}

/*==recruit=============================================================*/

#company_aboutus {
    margin-top: 50px;
}
#company_aboutus h4.num_ttl {
    text-align: center;
    color: #222;
    font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
    margin: 80px 0;
}
#company_aboutus h4.num_ttl span {
    text-align: center;
    font-size: 12px;
    margin: 20px 0 0;
    display: block;
}
#company_aboutus .aboutnumlist {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
}
#company_aboutus .aboutnumlist+.aboutnumlist {
    margin-top: 15px;
}
#company_aboutus .aboutnumlist.column03 li {
    width: 290px;
    height: 290px;
    background: #FFF;
    box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.6);
    border-radius: 4px;
    padding: 30px;
}
#company_aboutus .aboutnumlist.column02 li {
    width: 442px;
    height: 290px;
    background: #FFF;
    box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.6);
    border-radius: 4px;
    padding: 30px;
}
#company_aboutus .aboutnumlist li h5 {
    color: #222;
    font-size: 16px;
    margin-bottom: 15px;
}
#company_voice {
    margin: 120px 0;
}
#company_voice .company_voice-cont {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    
}
#company_voice .company_voice-cont .company_voice-img {
    width: 60%;
    text-align: right;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10px;
}
#company_voice .company_voice-cont .company_voice-img::before {
    content:'';
    width: 100%;
    height: 90%;
    background: var(--color-baseRed);
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
}
#company_voice .company_voice-cont .company_voice-img img {
    width: 98%;
}
#company_voice .company_voice-cont .company_voice-txt {
    width: 38%;
    text-align: left;
}
#company_voice .company_voice-cont .company_voice-txt h3 {
    color: #222;
    font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
    line-height: 1.6;
    margin-bottom: 30px;
}
#company_voice .company_voice-cont .company_voice-txt h3 span {
    color: var(--color-baseRed);
}
#company_voice .company_voice-cont .company_voice-txt .company_voice-more {
    max-width: 300px;
}
#company_job .accordion {
    width: 100%;
    padding: 0;
    margin: 0 auto;
	box-sizing: border-box;
}
#company_job .accordion .accordion_ttl {
    position: relative;
    background: var(--color-baseRed);
    color: #fff;
    font-size: 18px;
    padding: 25px 25px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    text-align: left;
    letter-spacing: 0.2em;
}
#company_job .accordion .accordion_ttl:before, .accordion .accordion_ttl:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(0, -50%);
    width: 14px;
    height: 2px;
    background: #fff;
    transition: 0.2s ease transform;
}
#company_job .accordion .accordion_ttl:after {
    transform: translate(0, -50%) rotate(-90deg);
}
#company_job .accordion .accordion_ttl.active:after {
    transform: translate(0, -50%) rotate(0deg);
}
#company_job .accordion .accordion_cnt {
    line-height: 1.5;
    background: #f9f9f9;
    max-height: 0;
    overflow: hidden;
    transition: 0.2s ease max-height;
}
#company_job .accordion .accordion_cnt-inn {
    padding: 80px 0;
}
#company_job .accordion .accordion_cnt p {
    margin: 15px 0;
    line-height: 1.8;
}
#company_job .job_tbl {
    width: 80%;
    margin: 0 auto;
    padding: 30px;
    background: #FFF;
}
#company_job .job_tbl table {
    border-collapse: collapse;
    width: 100%;
}
#company_job .job_tbl table th,
#company_job .job_tbl table td {
    display: table-cell;
    padding: 1em;
    text-align: left;
    border:solid 1px #ccc;
}
#company_job .job_tbl table th {
    color: #222;
    text-align: center;
    width: 180px;
    background-color: #f9f9f9;
}
#company_job .job_tbl table td ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
#company_job .job_tbl table td ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#company_job .job_tbl table td ul li span {
    display: block;
    margin: 0 10px 5px 0;
    padding: 2px 10px;
    background-color: #efefef;
    width: 140px;
    text-align: center !important;
}
#company_job .job_tbl table td ul li p {
    display: inline-block;
    margin: 0 !important;
}
#company_job .job_tbl table td ul li span > p {
    margin-top: 8px !important;
}
#company_job .job_tbl table td a {
    text-decoration: underline;
}
#company_job .job_tbl table td a:hover {
    text-decoration: none;
}


/*==catalog=============================================================*/
#cataloglist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#cataloglist .catalog-cont {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#cataloglist .catalog-cont:nth-child(n+3) {
    border-top: solid 1px #CCC;
    margin-top: 30px;
    padding-top: 30px;
}
#cataloglist .catalog-cont .catalog-img {
    width: 40%;
}
#cataloglist .catalog-cont img {
    width: 100%;
    border:solid 1px #ddd;
}
#cataloglist .catalog-cont .catalog-txt {
    width: 50%;
    text-align: left;
}
#cataloglist .catalog-cont .catalog-txt h3 {
    font-weight: 600;
    color: #222;
    line-height: 1.4em;
}
#cataloglist .catalog-cont .catalog-txt .catalog-viewBtn {
    margin-top: 30px;
}

/*==sitemap=============================================================*/
.sitemap-cont {
    display: flex;
    justify-content:space-between;
}
.sitemap-cont:nth-child(n+2) {
    margin-top: 80px;
}
.sitemap-cont h3 {
    width: 320px;
    text-align: left;
    color: #222;
}
.sitemap-cont ul {
    width: calc(100% - 320px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.sitemap-cont ul li {
    width: 46%;
    border-bottom: solid 1px #CCC;
}
.sitemap-cont ul li:nth-child(1),
.sitemap-cont ul li:nth-child(2) {
    border-top:solid 1px #CCC;
}
.sitemap-cont ul li a {
  display: block;
  padding: 20px 0;
  text-align: left;
  font-weight: 500;
  position: relative;
}
.sitemap-cont ul li a::before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  transform: translateY(-50%);
  right: 13px;
  width: 8px;
  height: 8px;
  border-top: 0.1rem solid var(--color-baseRed);
  border-right: 0.1rem solid var(--color-baseRed);
  transform: rotate(45deg);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.sitemap-cont ul li:hover a::before {
  right:0;
}
.bnr-digitalcatalog {
    text-align: center;
    width: 820px;
    margin: 80px auto 0;
}
.bnr-digitalcatalog a {
    display: block;
}
.bnr-digitalcatalog a img {
    width: 100%;
    border:solid 1px #ccc;
}
.bnr-digitalcatalog a:hover img {
    border:solid 1px #999;
}