@charset "UTF-8";

.side_menu{margin: 0;}


.top_side {
    display: block;
    background: #009ba7;
    padding: 10px;
    border-radius: 10px 10px 0 0px;
}

@media only screen and (max-width: 800px) {
    .top_side {/* display:none; */margin-top: 30px;}
    .menu_list{/* display:none; */width: 100%;}
}

.wp-block-column>*{
  margin-bottom:0;
}


.info_guide {
    margin-bottom: 10px;
}

.info_guide  h3 {
    border-bottom: 3px solid #00913a;
}

.info_guide  ul li::before {
    background-color: #00913a;
}

.info_guide {
    margin-right: 0;
    width: 100%;
    padding: 0;
    }

.name_wrap{display:flex;flex-direction: column;}
.name_wrap .img_logo{padding:10%}

.info_guide p {
    /* margin-top: 10px; */
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
}

.info_guide p.name {
  text-align:center;
  font-size:17px;
  line-height: 2;
}

.info_guide p.catch{text-align:left;}



@media only screen and (max-width: 800px) {
    .top_side {/* display:none; */margin-top: 30px;}
    .menu_list{/* display:none; */width: 100%;}
    .info_guide img{
      width: 100%;
      max-width:160px;
      padding: 10px 30px;
      margin: 0 auto;
      text-align:center;
      display:inline;
    }

    .name_wrap .img_logo{padding:10px;text-align: center;}
}


@media only screen and (max-width: 600px) {
    .top_side {margin-top: 0px;}
    .side_menu{margin-top:0px}

    .info_guide img{
      width: 50%;
      padding: 10px 30px;
      margin: 0 25%;
    }

}



@media only screen and (max-width: 800px) {
  .name_wrap{display:flex;flex-direction: row;align-items: center;}

.img_logo{width:40%}

.img_logo img{width:100%;padding:0}
.info_guide p.catch{width: 60%;padding: 10px;}

}



.info_guide img{
    /* width: 90%; */
    /* padding: 10px 30px; */
    margin: 0;
    }




.info_guide  p a{
    color:#fff;
    font-size: 15px;
    line-height: 1.2;
}



.info_guide  ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-left: 30px; */
    margin-top: 15px;
    width: 100%;
}

.info_guide  ul li {
    margin-top: 20px;
    padding-left: 10px;
    margin-right: 0;
    position: relative;
    font-size: 1.1rem;
    line-height: 1.3;
}

.info_guide ul li::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    top: 7px;
    left: 0px;
    width: 5px;
    height: 5px;
    background-color: #00913a;
    border-radius: 50%;
    display: none;
}


   
.menu_list{
    /* position: absolute; */
    /* top: 350px; */
    /* right: 0; */
    padding: 15px 15px;
    /* padding: min(30px,2vw) clamp(10px,1.2vw,70px) min(40px,5vw); */
    /* width: min(300px,28vw); */
    /* min-width:300px; */
    background: #f5f5f5;
    z-index:15;
    border-radius: 0 0 10px 10px;
    box-sizing:
    border-box;
}
.detail.menu_list{
    height: 466px;
    border-radius:0;
    border-left:1px solid #ebe5d5;
    border-bottom:1px solid #ebe5d5;
}


.menu_list a.b_link{
    position:
    relative;
    display:
    block;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    padding: 5px 0;
    /*     color: #ddd; */
    box-sizing:
    border-box;
    border-bottom: 1px solid #ddd;
    /* border-bottom:1px solid
    var(--base-link-color); */
}

.menu_list a.b_link span{
  font-size: 19px;
  padding-left:5px;
}



.menu_list a.b_link.fa-iconL{
    color: #00b300;
}

.menu_list a.b_link.fa-iconY{
    color: #ff0000;
}

.menu_list a.b_link.fa-iconF{
    color: #1b74e4;
}




.menu_list a:hover{
    color:#009ba7;
    padding-left: 23px;
}

.menu_list a.b_link:before{
    content:
    "\f061";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin:
    auto;
    font-size: 15px;
    font-family: 'Font Awesome 6 pro';
    /* color: #009ba7; */
    transition: left .4s var(--easeOutQuad);
}
.menu_list a.b_link:hover:before{
    left: 0;   
    transition: left .4s var(--easeOutQuad);
}


.menu_list a.s_link{
    position:relative;
    display:inline-block;    
    padding-left: 27px;
    box-sizing:border-box;
    margin-top: 50px;
}
.menu_list a.s_link:before{
    content:"";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background:url(../image/common/menu_s_link_icon01.png);
    background-size:cover;
}
.menu_list a.s_link:last-child:before{
    width: 13px;
    height: 16px;
    top: 0;
    background-image:url(../image/common/menu_s_link_icon02.png);
}
.menu_list a.s_link span{
    position: relative;
    font-size: 16px;
    font-weight: 500;
}
.menu_list a.s_link span:after{
    content:"";
    display: block;
    position: absolute;
    width:0;
    height: 1px;
    left:0;
    bottom:-3px;
    background:var(--base-link-color);
    z-index: 10;
    transition: width 0.4s var(--easeOutQuad);
}
.menu_list a.s_link:hover span:after{
    width: 100%;
    transition: width 0.4s var(--easeOutQuad);
}
    
.menu_list a.s_link:last-child{
    margin-left: 15px;
    padding-left: 20px;
    position:relative;
    display:inline-block;    
}


.fa-icon{width:40px;text-align:center;padding-right:10px}
.fa-colorL{color:#8fc767}
.fa-colorY{color:#ddd}
.fa-colorF{color:#ddd}
.top_side {
    display: block;
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    /* width: 300px; */
    /* width: min(300px,28vw); */
    /* min-width: 300px; */
    /* height: 350px; */
    /* cursor: pointer; */
    /* z-index: 99999; */
    /* transition: all .4s ease; */
    background: #009ba7;
    padding: 10px;
    border-radius: 10px 10px 0 0px;
}




/* -----------------------------------------------------------
#sub_works_area
----------------------------------------------------------- */

.sub_works_area {
    padding: 60px 0% 90px;
    background: #fff;
    margin: 0 auto;
    /* border-top: 1px solid #ddd; */
}

.sub_works_area:nth-child(1) {
    background: #fff;
}



.sub_works_area:nth-child(2) {
    background: #e5f6ff;
}

.sub_works_area:nth-child(3) {
    background: #ebfdff;
}





.sub_works_area .central {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media only screen and (max-width: 900px) {
    .sub_works_area {
        padding: 0;
    }
}

@media only screen and (max-width: 736px) {
    .sub_works_area {
        padding: 0;
    }
}
/* -----------------------------------------------------------
#sub_works／sub_keyword
----------------------------------------------------------- */

.sub_works,
.sub_keyword {
    /* float: right; */
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sub_keyword {
    padding: 30px 20px;
}



@media only screen and (max-width: 900px) {
    .sub_works,
    .sub_keyword  {
        width: 100%;

    }
}

@media only screen and (max-width: 736px) {
    .sub_works,
    .sub_keyword  {
        padding: 70px 23px;
    }
}

@media only screen and (max-width: 500px) {
    .sub_works,
    .sub_keyword  {
        padding: 70px 10px;
    }
}


.sub_works h2,
.sub_keyword h2 {
    margin-bottom: 20px;
    font-size: 28px;
    text-align: left;
    color:#009ba7;
    line-height: 1.5;
    font-weight: 600;
    padding-left: 5px;
    background: #fff;
    margin-top: 0;
}

.sub_works h2:after,
.sub_keyword h2:after {
    content:
    "";
    display:
    block;
   width:10em;
   height:4px;
    /* background-color: #009ba7; */
    position:
    absolute;
   bottom:-5px;
   left:0px;
}

.sub_works h2::before,
.sub_keyword h2::before {
border:none;
}





/* --------- .worksArea --------- */

.worksArea {
    /* z-index: 3; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    /* align-items: stretch; */
    /* padding: 2%; */
}

.worksArea .worksBox {
    /* flex: 0 0 23%; */
    width: 19%;
    align-items: stretch;
    background: #ffffff;
    border: 2px solid #009ba7;
    border-radius: 0.2em  0.2em 0;
    margin-bottom: 0.5em;
    margin: 0.5%;
}



.worksArea .worksBox:before {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    border: #fefefe 0 solid;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
}




.worksBox:hover {
    /* border: #00913a 5px solid; */
    /* border-radius: 0.5em; */
    background:#009ba7;
    color:#fff;
}

.worksBox:hover img {
    z-index:10;
    opacity:1;
}





/* --------- .worksArea --------- */

.worksArea {
    /* z-index: 3; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: flex-start; */
    /* align-items: stretch; */
    /* padding: 2%; */
}

.worksArea .businessBox {
    /* flex: 0 0 23%; */
    width: 24%;
    align-items: stretch;
    background: #ffffff;
    border: 2px solid #009ba7;
    border-radius: 0.2em  0 0;
    margin-bottom: 0.5em;
    margin: 0.5%;
}



.worksArea .businessBox:before {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    border: #fefefe 0 solid;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
}




.worksArea .search {
  width: 100%;
  position: relative;
  display: flex;
  align-items: stretch;
  font-size: 20px;
}

.worksArea .searchTerm {
  width: 100%;
  width: 300px;
  /* border: 3px solid #009ba7; */
  border-right: none;
  padding: 5px 10px;
  /* height: 35px; */
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #009ba7;
  font-size: 18px;
  font-weight: 600;
}

.worksArea .searchTerm:focus{
  color: #00B4CC;
}

.worksArea .searchButton {
  width: 60px;
  height: 50px;
  border: 1px solid #009ba7;
  background: #009ba7;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}


.worksArea .wrap{
  /*   width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  max-width: 600px;
  }







/* .inner */

.worksArea .worksBox .inner,
.worksArea .businessBox .inner{
    position: relative;
    padding: 8px 2.5% 8px;
    text-align: center;
    display: flex;
}

.worksArea .worksBox .inner .work_title,
.worksArea .businessBox .inner .work_title{
    font-size: 18px;
}


.worksArea .worksBox .inner .work_title:before,
.worksArea .businessBox .inner .work_title:before {
    font-family: 'Font Awesome 6 pro';
    padding-right: 5px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* line-height: 30px; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    /* content: "\f1b3"; */
}



.worksArea .worksBox .inner .serch_count,
.worksArea .businessBox .inner .serch_count{
    font-size: 14px;
    line-height: 2;
    padding-left: 5px;
}

.worksArea .worksBox .inner:after,
.worksArea .businessBox .inner:after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  /*   border-radius:0.1em 0.2em 0.3em 0; */
  border-bottom: 25px solid #009ba7;
  border-left: 25px solid transparent;
}



/* .50音で探す */


.worksArea .kanaBox {
    /* flex: 0 0 16%; */
    width: 13%;
    align-items: stretch;
    background: #ffffff;
    border: 2px solid #009ba7;
    border-radius: 0.2em  0.2em 0;
    margin-bottom: 0.5em;
    margin: 0.5%;
    /* width: 200px; */
}



.worksArea .kanaBox:before {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    border: #fefefe 0 solid;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
}




.kanaBox:hover {
    /* border: #00913a 5px solid; */
    /* border-radius: 0.5em; */
    background:#009ba7;
    color:#fff;
}

.kanaBox:hover img {
    z-index:10;
    opacity:1;
}





.worksArea .kanaBox .inner{
    position: relative;
    padding: 8px 1.5% 8px 1.5%;
    text-align: center;
    display: flex;
}


.worksArea .kanaBox .inner .work_title{
    font-size: 18px;
}



.worksArea .kanaBox .inner .work_title:before {
    font-family: 'Font Awesome 6 pro';
    padding-right: 5px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* line-height: 30px; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    /* content: "\f1b3"; */
}




.worksArea .kanaBox .inner{
    position: relative;
    padding: 8px 5% 8px 5%;
    text-align: center;
    display: flex;
}


.worksArea .kanaBox .inner .work_title{
    font-size: 18px;
}



.worksArea .kanaBox .inner .work_title:before {
    font-family: 'Font Awesome 6 pro';
    padding-right: 5px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* line-height: 30px; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    /* content: "\f1b3"; */
}

.worksArea .kanaBox .inner .work_title.work_icon13:before {
    content: "\e122";
    color: #fc7300;
}





.worksArea .kanaBox .inner .serch_count{
    font-size: 14px;
    line-height: 2;
    padding-left: 5px;
}

.worksArea .kanaBox .inner:after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  /*   border-radius:0.1em 0.2em 0.3em 0; */
  border-bottom: 25px solid #009ba7;
  border-left: 25px solid transparent;
}


















@media only screen and (max-width: 900px) {
    .worksArea .worksBox .inner {
        padding: 50px 7.5% 50px;
    }
    .worksArea .worksBox .inner:before {
        display: none;
    }
   
}

@media only screen and (max-width: 736px) {
    .worksArea .worksBox .inner {
        padding: 40px 7.5% 30px;
    }
    .worksArea .worksBox .inner:before {
        display: none;
    }
    /* ul.category */
    .worksArea .worksBox ul.category {
        margin-top: 0px;
        list-style: none;
        z-index: 2;
        display: block;
    }
    .worksArea .worksBox ul.category li {
        font-size: 11px;
        line-height: 25px;
        letter-spacing: 1px;
        padding: 0 10px 0 20px;
    }
    .worksArea .worksBox ul.category li:before {
        left: 5px;
        font-size: 1em;
    }

    .worksArea .worksBox p.date {
        top: 10px;
        left: 7.5%;
        line-height: 30px;
    }

    .worksArea .worksBox .inner h3 {
        font-size: 11px;
        line-height: 1.8;
        margin-top: 5px;
    }

     .worksArea .worksBox {
        flex: 0 0 49%;
        margin-bottom:10px;
     }
}


@media only screen and (max-width: 500px) {

    .worksArea .worksBox {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .worksArea .worksBox .inner {
        padding: 10px 7.5% 10px;
        display: flex;
    }
    .worksArea .worksBox .inner .imgArea .sub_title{
        padding-bottom: 10px;
    }
    .worksArea .businessBox {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .worksArea .businessBox .inner {
        padding: 20px 7.5% 10px;
    }
    .worksArea .businessBox .inner .imgArea .sub_title{
        padding-bottom: 10px;
    }


    .worksArea .kanaBox {
        flex: 0 0 32%;
        margin-bottom: 20px;
    }


  

}

@media only screen and (max-width: 414px) {
    .worksArea .worksBox p.date {
        letter-spacing: 0.5px;
    }
    .worksArea .worksBox .inner h3 {
        line-height: 1.8;
        display: block;
    }
    .worksArea .worksBox ul.category li {
        font-size: 9px;
        padding: 0 20px 0 20px;
    }
    .worksArea .worksBox .icon_award {
        top: 6px;
        right: 4%;
        width: 30px;
        height: 30px;
    }

     .worksArea .businessBox p.date {
        letter-spacing: 0.5px;
    }
    .worksArea .businessBox .inner h3 {
        line-height: 1.8;
        display: block;
    }
    .worksArea .businessBox ul.category li {
        font-size: 9px;
        padding: 0 20px 0 20px;
    }
    .worksArea .businessBox .icon_award {
        top: 6px;
        right: 4%;
        width: 30px;
        height: 30px;
    }
}







/* .section SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section {
  background: #F45B69;
  padding: 50px 0;
}

.section .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section h1 {
  font-size: 2.5rem;
}

.section h2 {
  font-size: 1.3rem;
}


/* Staff */


/*
----------------------------------------------------------
Page: Common
---------------------------------------------------------- */

.single-page {
    /*margin:0 45px;*/
}

.page-section {
    margin: 0px auto;
    width: 100%;
    max-width: 1280px;
    padding: 60px 3%;
    background: #fefefe;
    border: #f5f5f5 1px solid;
    /* border-left: none; */
    -webkit-border-radius: 0px 15px 0 0px;
    border-radius: 0px 15px 0 0px;
}

.page-section:first-child {
    margin-top: 30px;
}


/*
.page-section-sub:not(:first-child){border-top:1px solid #d9e3e5;padding-top:60px;margin-top:60px;}*/

@media (max-width:900px) {
    .page-section {
        margin: 50px 2.5%;
        padding: 60px 5%;
    }
}

@media (max-width:738px) {
    .page-section {
        margin: 40px 10px 0;
        padding: 50px 5%;
        border: #f0f0f0 1px solid;
    }
}

@media (max-width:414px) {
    .page-section {
        padding: 40px 4%;
        margin: 40px 0;
    }
}

.page-section.dashed {
    border: #111 1px dashed;
}

.page-section .lead-image {
    display: block;
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.page-section-header {
    text-align: center;
}

.page-section-header .lead {
    font-size: 30px;
/*     font-family: 'Noto Sans JP', sans-serif; */
    font-weight: 400;
    letter-spacing: 2px;
}

.page-section-header .caption {
    margin-top: 30px;
}




.section-body-lead {
    margin-top: -15px;
    text-align: center;
}

.section-body-lead p {
    font-size: 14px;
/*     font-family: 'Noto Sans JP', sans-serif; */
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1px;
}

.section-body-lead p br.mobile {
    display: none
}

;
@media only screen and (max-width: 738px) {
    .section-body-lead {
        text-align: center;
    }
    .section-body-lead p {
        display: inline-block;
        font-size: 13px;
        line-height: 1.9;
        font-weight: 400;
        /* ? text-align: left;*/
    }
}




/* ========================================================================================================= menu footer sitemap__list */

.sitemap__list {
    margin-bottom: 15px;
}

.sitemap__list>li {
    position: relative;
}

.sitemap__list>li a{
    color:#fff;
}




.sitemap__list>li:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-color: var(--colorW);
    height: 40px;
    width: 0;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-delay: .15s;
}

.menu--open .sitemap__list>li:after {
    width: 100%;
}

.move .sitemap__list>li:after {
    width: 0%;
}

.sitemap__list>li>dl>dt {
    position: relative;
    margin-bottom: 10px;
}

.sitemap__list>li>dl>dt:before,
.sitemap__list>li>dl>dt:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    background-color: #fff;
    background-color: var(--colorW);
}

.sitemap__list>li>dl>dt:before {
    opacity: 0;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}

.menu--open .sitemap__list>li>dl>dt:before {
    opacity: .28;
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
}

.sitemap__list>li>dl>dt:after {
    width: 0;
    left: auto;
    right: 0;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sitemap__list>li>dl>dt a {
    font-size: 14px;
    line-height: 40px;
    opacity: 0;
}

.move .sitemap__list>li>dl>dt a {
    opacity: 1;
}

.move--close .sitemap__list>li>dl>dt a {
    opacity: 1;
}

.sitemap__list>li>dl>dt .plusSp {
    display: none;
}

.sitemap__list>li>dl>dt:hover:after,
.sitemap__list>li>dl>dt:active:after {
    width: 100%;
    right: auto;
    left: 0;
}

.sitemap__list>li>dl>dd {
    opacity: 0;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-duration: 0.4s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.sitemap__list>li>dl>dd:nth-child(1) {
    transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
}

.sitemap__list>li>dl>dd:nth-child(2) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}

.sitemap__list>li>dl>dd:nth-child(3) {
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}

.sitemap__list>li>dl>dd:nth-child(4) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.sitemap__list>li>dl>dd:nth-child(5) {
    transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
}

.sitemap__list>li>dl>dd:nth-child(6) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.sitemap__list>li>dl>dd:nth-child(7) {
    transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
}

.sitemap__list>li>dl>dd:nth-child(8) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}

.sitemap__list>li>dl>dd:nth-child(9) {
    transition-delay: 0.45s;
    -webkit-transition-delay: 0.45s;
}

.sitemap__list>li>dl>dd:nth-child(10) {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}

.move .sitemap__list>li>dl>dd {
    opacity: 1;
}

.sitemap__list>li>dl>dd>a,
.sitemap__list>li>dl>dd>span {
    position: relative;
    display: block;
    font-size: 11px;
    line-height: 1.3;
    padding: 6px 11px 6px 0;
    opacity: .5;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sitemap__list>li>dl>dd>a:hover,
.sitemap__list>li>dl>dd>a:active,
.sitemap__list>li>dl>dd>span:hover,
.sitemap__list>li>dl>dd>span:active {
    opacity: 1;
}

.sitemap__list>li>dl>dd>a:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 9px;
    left: auto;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../img/btnIcon--arrowW.svg");
}

@media (prefers-color-scheme: light) {
    .sitemap__list>li>dl>dd>a:after {
        background-image: url("../img/btnIcon--arrowW.svg");
    }
}

@media (prefers-color-scheme: dark) {
    .sitemap__list>li>dl>dd>a:after {
        background-image: url("../img/btnIcon--arrowB.svg");
    }
}

.sitemap__list>li>dl>dd>a[target="_blank"]:after {
    background-image: url("../img/btnIcon--blankW.svg");
}

@media (prefers-color-scheme: light) {
    .sitemap__list>li>dl>dd>a[target="_blank"]::after {
        background-image: url("../img/btnIcon--blankW.svg");
    }
}

@media (prefers-color-scheme: dark) {
    .sitemap__list>li>dl>dd>a[target="_blank"]::after {
        background-image: url("../img/btnIcon--blankB.svg");
    }
}

.sitemap__list>li>dl>dd>span {
    cursor: pointer;
}

.sitemap__list>li>dl>dd>span:before,
.sitemap__list>li>dl>dd>span:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 9px;
    height: 1px;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #fff;
    background-color: var(--colorW);
}

.sitemap__list>li>dl>dd>span:after {
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sitemap__list>li>dl>dd>span.active {
    opacity: 1;
}

.sitemap__list>li>dl>dd>span.active:after {
    transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
}

.sitemap__list>li>dl>dd>ul {
    display: none;
}

.sitemap__list>li>dl>dd>ul>li {
    position: relative;
    opacity: .5;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sitemap__list>li>dl>dd>ul>li:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 9px;
    left: auto;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../img/btnIcon--arrowW.svg");
}

@media (prefers-color-scheme: light) {
    .sitemap__list>li>dl>dd>ul>li:after {
        background-image: url("../img/btnIcon--arrowW.svg");
    }
}

@media (prefers-color-scheme: dark) {
    .sitemap__list>li>dl>dd>ul>li:after {
        background-image: url("../img/btnIcon--arrowB.svg");
    }
}

.sitemap__list>li>dl>dd>ul>li>a {
    font-size: 11px;
    line-height: 1.3;
    padding: 6px 11px;
}

.sitemap__list>li>dl>dd>ul>li:hover,
.sitemap__list>li>dl>dd>ul>li:active {
    opacity: 1;
}

.sitemap__list>li>dl>dd.none:after {
    display: none;
}

.sitemap__list--sub {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: 10px;
    margin-top: 30px;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    opacity: 0;
}

.move .sitemap__list--sub {
    opacity: 1;
}

.sitemap__list--sub>li {
    margin-right: 25px;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sitemap__list--sub>li>a {
    font-size: 13px;
    line-height: 40px;
}

.sitemap__list--sub>li:hover,
.sitemap__list--sub>li:active {
    opacity: .7;
}


.btn01 {
    display:block;
    float:left;
    min-width:168px;
    position:relative;
    font-size:14px;
    text-align:left;
    background-color: #eba31d;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    padding-top:4px;
    padding-bottom:6px;
    padding-left:24px;
    box-sizing:border-box;
    color: #fff;
    }
    .btn01:before {
    content:"";
    width:63px;
    position:absolute;
    top:50%;
    margin-top:-1px;
    right:-32px;
    border-top:2px solid #000000;
    box-sizing:border-box;
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    }
    .btn01:after {
    content:"";
    height:4px;
    position:absolute;
    top:50%;
    right:-30px;
    margin-top:-4px;
    border-left:3px solid #3e3a39;
    -webkit-transform:skewX(45deg);
    -moz-transform:skewX(45deg);
    transform:skewX(45deg);
    box-sizing:border-box;
    z-index:1;
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    }
    .btn01:hover:before {
    width:73px;
    right:-42px;
    }
    .btn01:hover:after {
    right:-40px;
    }

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  /* width: 700px; */
  max-width: 1200px;
  margin: 0 auto 0px;
  /* border: 1px solid #ddd; */
  }

/*タブのスタイル*/
.tab_item {
  width: 100%;
  height: 50px;
  border-bottom: 3px solid #009ba7;
  background-color: #ddf1f3;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 10px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content,
#multiple:checked ~ #multiple_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #009ba7;
  color: #fff;
}@charset "UTF-8";

/* -----------------------------------------------------------
#sub_works_area
----------------------------------------------------------- */

.sub_works_area {
    padding: 10px 0% 10px;
    background: #fff;
    margin: 0 auto;
    /* border-top: 1px solid #ddd; */
}

.sub_works_area:nth-child(1) {
    background: #fff;
}



.sub_works_area:nth-child(2) {
    background: #e5f6ff;
}

.sub_works_area:nth-child(3) {
    background: #ebfdff;
}





.sub_works_area .central {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media only screen and (max-width: 900px) {
    .sub_works_area {
        padding: 0;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 736px) {
    .sub_works_area {
        /* padding: 0; */
    }

    .tab_item {
        width: 100%;
    }
}
/* -----------------------------------------------------------
#sub_works／sub_keyword
----------------------------------------------------------- */

.sub_works,
.sub_keyword {
    /* float: right; */
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.sub_keyword {
    padding: 30px 0px;
}


.sub_keyword h2{
  background:#fff;
  border:none;
}


position: absolute;
    display: block;
    pointer-events: none;
    content: "";
    top: -4px;
    left: 0;
    width: 100%;
    height: calc(100% + 4px);
    box-sizing: content-box;
    border-top: solid 2px var(--color_htag);
    border-bottom: solid 2px var(--color_htag);
}






.sub_keyword h2::before {
    position: absolute;
    display: block;
    pointer-events: none;
    content: "";
    top: -4px;
    left: 0;
    width: 100%;
    height: calc(100% + 4px);
     border:none;
}


.sub_keyword h2::before {
     border:none;
}



@media only screen and (max-width: 900px) {
    .sub_works,
    .sub_keyword  {
        width: 100%;

    }
}

@media only screen and (max-width: 736px) {
    .sub_works,
    .sub_keyword  {
        padding: 70px 23px;
    }
}

@media only screen and (max-width: 500px) {
    .sub_works,
    .sub_keyword  {
        padding: 20px 10px;
    }
}




/* --------- .worksArea --------- */

.worksArea {
    /* z-index: 3; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    /* align-items: stretch; */
    /* padding: 2%; */
}

.worksArea .worksBox {
    /* flex: 0 0 23%; */
    width: 24%;
    align-items: stretch;
    background: #ffffff;
    border: 2px solid #009ba7;
    border-radius: 0.2em  0.2em 0;
    margin-bottom: 0.5em;
    margin: 0.5%;
}



.worksArea .worksBox:before {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    border: #fefefe 0 solid;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
}




.worksBox:hover {
    /* border: #00913a 5px solid; */
    /* border-radius: 0.5em; */
    background:#009ba7;
    color:#fff;
}

.worksBox:hover img {
    z-index:10;
    opacity:1;
}





/* --------- .worksArea --------- */

.worksArea {
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    /* padding: 2%; */
    width: 100%;
    margin: 0;
    padding: 1%;
}

.worksArea .businessBox {
    /* flex: 0 0 23%; */
    width: 24%;
    align-items: stretch;
    background: #ffffff;
    border: 2px solid #009ba7;
    border-radius: 0.2em  0 0;
    margin-bottom: 0.5em;
    margin: 0.5%;
}



.worksArea .businessBox:before {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    border: #fefefe 0 solid;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
}




.worksArea .search {
  width: 100%;
  position: relative;
  display: flex;
  align-items: stretch;
  font-size: 20px;
}

.worksArea .searchTerm {
  width: 100%;
  width: 300px;
  /* border: 3px solid #009ba7; */
  border-right: none;
  padding: 5px 10px;
  /* height: 35px; */
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #009ba7;
  font-size: 18px;
  font-weight: 600;
}

.worksArea .searchTerm:focus{
  color: #00B4CC;
}

.worksArea .searchButton {
  width: 60px;
  height: 50px;
  border: 1px solid #009ba7;
  background: #009ba7;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}


.worksArea .wrap{
  /*   width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  max-width: 600px;
  width: 100%;
  }








.businessBox:hover {
    /* border: #00913a 5px solid; */
    /* border-radius: 0.5em; */
    background:#009ba7;
    color:#fff;
}

.businessBox:hover img {
    z-index:10;
    opacity:1;
}





/* .inner */

.worksArea .worksBox .inner,
.worksArea .businessBox .inner{
    position: relative;
    padding: 8px 2.5% 8px;
    text-align: center;
    display: flex;
}

.worksArea .worksBox .inner .work_title,
.worksArea .businessBox .inner .work_title{
    font-size: 18px;
}


.worksArea .worksBox .inner .work_title:before,
.worksArea .businessBox .inner .work_title:before {
    font-family: 'Font Awesome 6 pro';
    padding-right: 5px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* line-height: 30px; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    /* content: "\f1b3"; */
}

.worksArea .worksBox .inner:hover,
.worksArea .businessBox .inner:hover{
  color:#fff;
}



.worksArea .worksBox .inner .work_title.work_icon2:before,
.worksArea .businessBox .inner .work_title.work_icon2:before{
    content: "\e414";
    color: #fc7300;
}
.worksArea .worksBox .inner .work_title.work_icon1:before,
.worksArea .businessBox .inner .work_title.work_icon1:before {
    content: "\f3b3";
    color: #fc7300;
}
.worksArea .worksBox .inner .work_title.work_icon8:before,
.worksArea .businessBox .inner .work_title.work_icon8:before {
    content: "\f5d3";
    color: #fc7300;
}
.worksArea .worksBox .inner .work_title.work_icon4:before,
.worksArea .businessBox .inner .work_title.work_icon4:before {
    content: "\f54e";
    color: #fc7300;
}
.worksArea .worksBox .inner .work_title.work_icon5:before,
.worksArea .businessBox .inner .work_title.work_icon5:before {
    content: "\f2e7";
    color: #fc7300;
}
.worksArea .worksBox .inner .work_title.work_icon6:before,
.worksArea .businessBox .inner .work_title.work_icon6:before {
    content: "\f4dc";
    color: #fc7300;
}
.worksArea .worksBox .inner .work_title.work_icon7:before,
.worksArea .businessBox .inner .work_title.work_icon7:before {
    content: "\f51e";
    color: #fc7300;
}
.worksArea .worksBox .inner .work_title.work_icon3:before,
.worksArea .businessBox .inner .work_title.work_icon3:before {
    content: "\f594";
    color: #fc7300;
}
.worksArea .worksBox .inner .work_title.work_icon8:before,
.worksArea .businessBox .inner .work_title.work_icon8:before {
    content: "\f5d3";
    color: #fc7300;
}
.worksArea .worksBox .inner .work_title.work_icon9:before,
.worksArea .businessBox .inner .work_title.work_icon9:before {
    content: "\f80d";
    color: #fc7300;
}

.worksArea .worksBox .inner .work_title.work_icon10:before,
.worksArea .businessBox .inner .work_title.work_icon10:before {
    content: "\e49d";
    color: #fc7300;
}



.worksArea .worksBox .inner .work_title.work_icon11:before {
    content: "\f21d";
    color: #fc7300;
}

.worksArea .worksBox .inner .work_title.work_icon12:before {
    content: "\f59f";
    color: #fc7300;
}


.worksArea .worksBox .inner .work_title.work_icon13:before {
    content: "\f5a0";
    color: #fc7300;
}

.worksArea .worksBox .inner .work_title.work_icon14:before {
    content: "\f0ac";
    color: #fc7300;
}

.worksArea .worksBox .inner .work_title.work_icon15:before {
    content: "\e122";
    color: #fc7300;
}




.worksArea .worksBox .inner .serch_count,
.worksArea .businessBox .inner .serch_count{
    font-size: 14px;
    line-height: 2;
    padding-left: 5px;
}

.worksArea .worksBox .inner:after,
.worksArea .businessBox .inner:after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  /*   border-radius:0.1em 0.2em 0.3em 0; */
  border-bottom: 25px solid #009ba7;
  border-left: 25px solid transparent;
}








/* .50音で探す */

.worksArea .kanaBox {
    /* flex: 0 0 16%; */
    width: 13%;
    align-items: stretch;
    background: #ffffff;
    border: 2px solid #009ba7;
    border-radius: 0.2em  0.2em 0;
    margin-bottom: 0.5em;
    margin: 0.5%;
    /* width: 200px; */
}



.worksArea .kanaBox:before {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    border: #fefefe 0 solid;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
}




.kanaBox:hover {
    /* border: #00913a 5px solid; */
    /* border-radius: 0.5em; */
    background:#009ba7;
    color:#fff;
}

.kanaBox:hover img {
    z-index:10;
    opacity:1;
}





.worksArea .kanaBox .inner{
    position: relative;
    padding: 8px 1.5% 8px 1.5%;
    text-align: center;
    display: flex;
}


.worksArea .kanaBox .inner .work_title{
    font-size: 18px;
}



.worksArea .kanaBox .inner .work_title:before {
    font-family: 'Font Awesome 6 pro';
    padding-right: 5px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* line-height: 30px; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    /* content: "\f1b3"; */
}




.worksArea .kanaBox .inner{
    position: relative;
    padding: 8px 5% 8px 5%;
    text-align: center;
    display: flex;
}


.worksArea .kanaBox .inner .work_title{
    font-size: 18px;
}



.worksArea .kanaBox .inner .work_title:before {
    font-family: 'Font Awesome 6 pro';
    padding-right: 5px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* line-height: 30px; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    /* content: "\f1b3"; */
}

.worksArea .kanaBox .inner .work_title.work_icon15:before {
    content: "\e122";
    color: #fc7300;
}





.worksArea .kanaBox .inner .serch_count{
    font-size: 14px;
    line-height: 2;
    padding-left: 5px;
}

.worksArea .kanaBox .inner:after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  /*   border-radius:0.1em 0.2em 0.3em 0; */
  border-bottom: 25px solid #009ba7;
  border-left: 25px solid transparent;
}

















@media only screen and (max-width: 900px) {
    .worksArea .worksBox .inner {
        padding: 50px 7.5% 50px;
    }
    .worksArea .worksBox .inner:before {
        display: none;
    }
   
}

@media only screen and (max-width: 736px) {
    .worksArea .worksBox .inner {
        padding: 40px 7.5% 30px;
    }
    .worksArea .worksBox .inner:before {
        display: none;
    }
    /* ul.category */
    .worksArea .worksBox ul.category {
        margin-top: 0px;
        list-style: none;
        z-index: 2;
        display: block;
    }
    .worksArea .worksBox ul.category li {
        font-size: 11px;
        line-height: 25px;
        letter-spacing: 1px;
        padding: 0 10px 0 20px;
    }
    .worksArea .worksBox ul.category li:before {
        left: 5px;
        font-size: 1em;
    }

    .worksArea .worksBox p.date {
        top: 10px;
        left: 7.5%;
        line-height: 30px;
    }

    .worksArea .worksBox .inner h3 {
        font-size: 11px;
        line-height: 1.8;
        margin-top: 5px;
    }

     .worksArea .worksBox {
        flex: 0 0 49%;
        margin-bottom:10px;
     }
}


@media only screen and (max-width: 500px) {

    .worksArea .worksBox {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .worksArea .worksBox .inner {
        padding: 10px 7.5% 10px;
        display: flex;
    }
    .worksArea .worksBox .inner .imgArea .sub_title{
        padding-bottom: 10px;
    }
    .worksArea .businessBox {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .worksArea .businessBox .inner {
        padding: 10px 7.5% 10px;
    }
    .worksArea .businessBox .inner .imgArea .sub_title{
        padding-bottom: 10px;
    }


    .worksArea .kanaBox {
        flex: 0 0 32%;
        margin-bottom: 20px;
    }


  

}

@media only screen and (max-width: 414px) {
    .worksArea .worksBox p.date {
        letter-spacing: 0.5px;
    }
    .worksArea .worksBox .inner h3 {
        line-height: 1.8;
        display: block;
    }
    .worksArea .worksBox ul.category li {
        font-size: 9px;
        padding: 0 20px 0 20px;
    }
    .worksArea .worksBox .icon_award {
        top: 6px;
        right: 4%;
        width: 30px;
        height: 30px;
    }

     .worksArea .businessBox p.date {
        letter-spacing: 0.5px;
    }
    .worksArea .businessBox .inner h3 {
        line-height: 1.8;
        display: block;
    }
    .worksArea .businessBox ul.category li {
        font-size: 9px;
        padding: 0 20px 0 20px;
    }
    .worksArea .businessBox .icon_award {
        top: 6px;
        right: 4%;
        width: 30px;
        height: 30px;
    }
}

.interview_nm {
    margin: 0px 0;
    padding: 10px 0px 0;
    position:relative;
    z-index:1;
    text-align: right;
    /* background: #fbfbfb; */
    /* border-bottom: 1px solid #e1e1e1; */
}
.interview_nm ul {
    /* font-size: 0; */
    /* margin: 0; */
    /* padding: 0; */
    /* line-height: 1.8; */
    /* line-height:1; */
	padding-left:0;
}
.interview_nm li {
    display: flex;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    list-style: none;
    font-size: 15px;
    /* font-family: 'Noto Sans JP', sans-serif; */
    /* font-weight: 400; */
    /* margin: 0; */
    /* padding: 0; */
    /* letter-spacing: 0.5px; */
    /* height:20px; */
    /* line-height:20px; */
    border: none;
}
.interview_nm li:after {
    color: #009ba7;
    font-size: 10px;
    font-family: 'Font Awesome 6 pro';
    content: "\f054";
    font-weight: normal;
    margin: 0 8px;
    height:20px;
    line-height:20px;
}
.interview_nm li:last-child:after {
    display:none;
}
.interview_nm li i {
    font-size: 16px;
    padding-right: 5px;
    font-weight: normal;
    line-height: 1.3;
}
.interview_nm li a {
    z-index:1;
    border-bottom: 1px solid #ddd;
}
.interview_nm li img {
    padding:5px;
}
.interview_nm li a:hover {
    color: #009ba7;
}
.interview_nm li:first-child a:before {
    /*     padding-right:5px;
    color: #189d3d;
    font-size: 14px;
    font-family: 'Font Awesome 6 pro';
    content: "\f65e"; */
}
.interview_nm li a:after {
    position: relative;
    bottom: -0px;
    left: 0;
    width: 100%;
    height: 0;
    display: block;
    border-bottom: #009ba7 1px solid;
    content: "";
    z-index: -1;
    -webkit-transform-origin:right top;
    -moz-transform-origin:right top;
    -o-transform-origin:right top;
    -ms-transform-origin:right top;
    transform-origin : right top;
    -webkit-transform:scale(0, 1);
    -moz-transform:scale(0, 1);
    -o-transform:scale(0, 1);
    -ms-transform:scale(0, 1);
    transform : scale(0, 1);
    -webkit-transition:transform .3s ease;
    -moz-transition:transform .3s ease;
    -o-transition:transform .3s ease;
    transition : transform .3s ease
}
.interview_nm li a:hover:after {
    -webkit-transform-origin:left top;
    -moz-transform-origin:left top;
    -o-transform-origin:left top;
    -ms-transform-origin:left top;
    transform-origin:left top;
    -webkit-transform:scale(1, 1);
    -moz-transform:scale(1, 1);
    -o-transform:scale(1, 1);
    -ms-transform:scale(1, 1);
    transform:scale(1, 1)
}
@media only screen and (max-width: 900px) {
    .interview_nm {
        margin: 0px 0 0;
        padding:20px 5%;
        border-top:none;
    }
    .interview_nm:before {
        display:none;
    }
    .interview_nm li a:hover {
        color: #189d3d;
    }
    .interview_nm li a:hover:after {
        display:none;
    }
}
@media only screen and (max-width: 414px) {
    .interview_nm {
        padding: 5px 1%;
        /* border: 1px solid #ddd; */
        border-left: none;
        border-right: none;
        width: 100%;
    }
    .interview_nm ol {
        /* font-size: 0; */
        margin: -10px auto 0;
        padding: 0;
        display:block;
        text-align:left;
    }
    .interview_nm li {
        font-size: 13px;
        margin: 0;
        padding: 0;
        letter-spacing: 1px;
        margin-top: 0;
    }
    .interview_nm li:after {
        margin: 0 5px;
    }
    .interview_nm li:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        /* width:10em; */
    }
    .interview_nm li:first-child a {
        font-size: 13px;
        width:auto;
        padding-bottom: 0;
        height: 35px;
    }
    .interview_nm li:first-child a:before {
        padding-right:0;
        font-size: 13px;
    }
    .interview_nm li:first-child a:before {
        padding-right:5px;
        /* color: #322961; */
        font-size: 16px;
        /* font-family: 'Font Awesome 6 pro'; */
        /* content: "\f80a"; */
    }
}
@media only screen and (max-width: 320px) {
    .interview_nm li:last-child {
        width:6em;
    }
}




/*
------------------------------ テーブル */

table {
    border-collapse: collapse;
    width: 100%;
}

table th,
table td {
    border-bottom: 1px solid #ccc;
    padding: 10px 10px;
    font-size: 1rem;
    line-height: 2;
    /* border-left: 1px solid #ccc; */
}

@media screen and (max-width: 1024px) {
    table th,
    table td {
        padding: 10px;
    }
}

@media screen and (max-width: 767px) {
    table th,
    table td {
        padding: 5px;
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 320px) {
    table th,
    table td {
        padding: 3px;
    }
}

table .border-none {
    border-bottom: none;
}


table {
    border: 1px solid #ddd;
}

table td {
    /* background: #f9f6f0; */
}

table tr:nth-child(odd) td {
    background: #fff;
}




@media only screen and (max-width: 414px) {

    table {
        border-collapse: collapse;
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        display: block;
    }
}

table.voice {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: none;
    margin: 20px 0px;
}



table.voice tr:first-child {
    background-color: #009ba7;
    color: #fff;
}

table.voice th,
table.voice td {
    /*   width: 25%; */
    padding: 10px 10px;
    font-size: 16px;
    text-align: left;
}

table.voice td a {
    color: #009ba7;
    border-bottom: 1px dashed;
}

table.voice td.icon {
    background-size: 35px;
    background-position: left 5px center;
    background-repeat: no-repeat;
    padding-left: 30px;
}

table.voice td.icon {
    /* font-size:20px; */
}

table.voice td.icon.mark:before {
    font-family: 'Font Awesome 6 pro';
    content: '\f178';
    padding-right: 10px;
    color: #009ba7;
    font-size: 13px;
}

table.voice td.icon.whale {
    background-image: url(icon-whale.png)
}

table.voice td.icon.crab {
    background-image: url(icon-crab.png)
}
    table.voice {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        border: none;
    }
    table.voice tr{
        border-bottom: solid 1px #eee;
        cursor: pointer;
    }

    table.voice tr:hover {
      background: #675555;
      color:#000;
    }
    table.voice th,
    table.voice td {
        text-align: center;
        width: 25%;
        padding: 10px 0;
        font-size: 16px;
    }
    table.voice td a {
        color: #009ba7;
        border-bottom: 1px dashed;
    }

    table.voice td a:hover {
        color: #fff;
        border-bottom: 1px dashed;
    }


table.voice tr:nth-child(odd) td {
	background: #dfdfdf;
}

table.voice tr::nth-child(odd) hover {
	background: #a93a3a;
}


    table.voice tr::nth-child(odd) hover {
      background-color: #6b3838;
      color:#000;
    }



    table.voice tr::nth-child(even) hover {
      background-color: #6b3838;
    }



    table.voice tr:nth-child(odd) hover{
      background-color: #c78686;
    }

.vkfs__label-name {
    color: #009ba7;
}

.vkfs__labels {
    margin-top: 20px;
}