@charset "UTF-8";
@media screen and (max-width: 768px) {

html {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-size: 12px;
  min-width: auto;
  width: 100%;
  overflow-x: hidden;
}

.inr {
  width: 90%;
  padding: 0;
}

.pc-inr {
  width: 100%;
  padding: 0;
}

.sp-inr {
  width: 90%;
  margin: 0 auto;
}

.narrow-inr {
  width: 90%;
}

.pc {display: none !important;}
.sp {display: block !important;}
.pc-inline {display: none !important;}
.sp-inline {display: inline !important;}
.pc-flex {display: none !important;}
.sp-flex {display: -webkit-box !important;display: -ms-flexbox !important;display: flex !important;}

.sp-ta-l {text-align: left !important;}
.sp-ta-r {text-align: right !important;}
.sp-ta-c {text-align: center !important;}

.sp-w100 {
  width: 100%;
  height: auto;
}

.wrapper {
  padding-top: 60px;
}


/******************************
 header
*******************************/
header {
  min-width: 100%;
  padding: 0;
  height: 60px;
/* overflow: auto;
 -webkit-overflow-scrolling: touch;*/
}

header .logo {
  margin-left: 15px;
  width: 170px;
}

header .menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
  z-index: 100000;
  width: 60px;
  height: 60px;
}

header .menu-btn span {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 30px;
  height: 2px;
  display: block;
  background: #5b94ea;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -13px;
}

header .menu-btn .top {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}

header .menu-btn .bottom {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}

header .menu-btn.is-open .middle {
  background: transparent !important;
}

header .menu-btn.is-open .top {
  -webkit-transform: rotate(-45deg) translateY(0px);
      -ms-transform: rotate(-45deg) translateY(0px);
          transform: rotate(-45deg) translateY(0px);
}

header .menu-btn.is-open .bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
      -ms-transform: rotate(45deg) translateY(0px);
          transform: rotate(45deg) translateY(0px);
}

nav {
  width: 100%;
  position: fixed;
  left: 0;
  top: 60px;
  display: none;
  background: #fff;
  padding-bottom: 100px;
  overflow-y: scroll;
  height: 100%;
  z-index: 1000;
}

nav .menu01 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

nav .menu01>li {
  width: 100%;
}

nav .menu01>li>a {
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack:start;
      -ms-flex-pack:start;
          justify-content:flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin: 0;
  width: 100%;
  padding: 15px 15px;
  background: #fff;
  border-bottom: 1px solid #eee;
}

nav .menu01>li>a.current,
nav .menu01>li>a:hover {
  color: #222;
}



/* nav .menu01>li.no-menu-wrap>a {
} */

nav .menu01>li.no-menu-wrap>a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


nav .menu01>li.menu-wrap>a:before,
nav .menu01>li.menu-wrap>a:after {
  content: '';
  display: inline-block;
  width: 1px !important;
  height: 15px !important;
  background: #999;
  position: absolute;
  top: 0;
  bottom: 0;
  left: initial !important;
  right: 20px !important;
  margin: auto;
  border-width: 0 !important;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;

}

nav .menu01>li.menu-wrap>a:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

nav .menu01>li.menu-wrap>a.is-open:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

nav .menu01>li.menu-wrap>a.is-open:after {
  display: none;
}

nav .menu02>li>a.is-open:after {
  display: none;
}

nav .menu01>li>a svg {
  width: 15px;
  height: 15px;
  fill: #999;
  margin: 0 10px 0 0;
} 

nav .menu01>li>a:hover svg {
  fill: #999;
}

nav .menu01>li.contact>a {
  margin: 30px auto 0;
  width: 90%;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 1rem;
  color: #fff !important;
}

nav .menu02 {
  -webkit-transition:none;
  -o-transition:none;
  transition: none;
  position: relative;
  top: initial;
  left: initial;
  text-align: left;
  display: block;
  opacity: 1;
  display: none;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: none;
  padding: 0 !important;
  height: auto;
}

nav .menu01>li:hover > .menu02 {
  display: none;
}

nav .menu02>li {
  width: 100%;
  margin: 0;
}

nav .menu02>li>a {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
  color: #222;
  padding: 12px 30px 12px 40px;
  background: #f2f2f2;
  border-bottom: 1px solid #eee;
}

nav .menu02>li>a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav .menu02>li>a .txt {
  font-size: 13px;
}

nav .menu02>li>a .bg {
  display: none;
}





/******************************
 footer
*******************************/
footer {
  padding: 20px 0;
}

.footer-block-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-block-wrap01 {
  margin-bottom: 0;
}

.footer-block {
  width: 100%;
  margin-bottom: 20px;
}

.footer-logo {
  width: 140px;
}

.footer-address {
  font-size: 10px;
  line-height: 1.6;
  margin: 5px 0 10px;
}

.footer-nav {
  font-size: 11px;
}

.footer-nav dt {
  font-size: 1.1em;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.footer-nav dd {
  margin-bottom: 5px;
}

.footer-link {
  font-size: 10px;
}

.copyright {
  font-size: 8px;
  margin-top: 20px;
}

.totop {
  width: 40px;
  height: 40px;
}

.totop:before {
  top: 4px;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}


/******************************
 common
*******************************/
.breadcrumbs {
  padding: 10px 0;
}

.breadcrumbs ul li {
  font-size: 11px;
  padding-left: 10px;
  margin-left: 5px;
  color: #222;
}

.breadcrumbs ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  top: 4px;
  border-color: #222;
}

.breadcrumbs ul li a {
  font-size: 11px;
  color: #222;
}


.btn-a {
  font-size: 13px;
  padding: 1.5em 4em;
  width: 100%;
}

.pagettl-block {
  padding: 0 0 20px;
  margin-bottom: 40px;
  background-image: url(/images/pagettl-sp-bg.png);
}

.pagettl-block .txt-area-wrap {
  width: 80%;
  height: auto;
  margin-top: 10px;
  -webkit-transform:skewX(-22deg);
      -ms-transform:skewX(-22deg);
          transform:skewX(-22deg);
}

.pagettl-block .txt-area {
  padding: 15px 25px;
  -webkit-transform:skewX(22deg);
      -ms-transform:skewX(22deg);
          transform:skewX(22deg);
}

.pagettl-block .pagettl {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.pagettl-block .lead {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 10px;
  text-align: left;
}

.ttl-a {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.ttl-b {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.ttl-b span {
  padding: 0 5px;
}

.ttl-b span:before,
.ttl-b span:after {
  width: 35px;
}

.ttl-c {
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.ttl-c:before {
  top: 1px;
  width: 3px;
  height: 18px;
}

.sec {
  padding-bottom: 50px;
}


/*list*/
.decimal-list02 li {
  padding-left: 28px;
  line-height: 1.5;
}

.decimal-list02 li:before{
  font-size: 11px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.accordion-list {
  line-height: 1.6;
}

.accordion-list dt {
  font-size: 13px;
  padding: 10px 30px 10px 10px;
}

.accordion-list dt .ico {
  width: 15px;
  height: 15px;
  right: 10px;
}

.accordion-list dt .ico:before {
  width: 7px;
  height: 1px;
}

.accordion-list dt .ico:after {
  width: 1px;
  height: 7px;
}

.accordion-list dd {
  padding: 10px 15px;
}



/*table*/
.table-a {
  border-bottom: none;
}

.table-a th,
.table-a td {
  display: block;
  width: 100% !important;
  padding: 0.5em 1em;
  border: none;
}
.table-a td {
  border-bottom: 1px solid #ccc;
  padding-top: 0;
}

.table-b tbody tr:first-child th {
  border-top: 1px solid #ccc;
}

.table-b th,
.table-b td {
  display: block;
  width: 100% !important;
  padding: 0;
  border: none;
}

.table-b th {
  padding-top: 0.5em;
}

.table-b td {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
}




/*form*/
.form-control {
  height: 40px;
  padding: 3px 5px;
  font-size: 12px;
  margin: 5px 0;
}

.select-a:after {
  top: 23px;
}

textarea.form-control {
  height: 100px;
}

.txt-required {
  width: 30px;
  height: 15px;
  line-height: 15px;
  font-size: 8px;
  margin: 0 2px;
}

table .form-label {
  padding-left: 0;
}

table .required-field .form-label {
  padding-left: 40px;
}

.required-field .form-label:before {
  content: '必須';
  top: -2px;
  width: 30px;
  height: 15px;
  line-height: 15px;
  font-size: 8px;
}







.layout-2col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.layout-2col .col {
  width: 100% !important;
}

.layout-2col .col + .col {
  margin-top: 10px;
}


/******************************
 index.html
*******************************/
.index-mv {
  height: calc(100vh - 60px);
}

.index-mv .mv-slider li {
  height: calc(100vh - 60px);
}

.index-mv .mv-slider .mv02 {background-position: 40% center;}
.index-mv .mv-slider .mv03 {background-position: 70% center;}

.index-mv .txt-block {
  padding: 0;
  text-align: center;
  width: 100%;
}

.index-mv .txt-block .catch {
  font-size: 50px;
  text-shadow: -3px -3px 0 rgba(0,27,77,0.5);
  margin-bottom: 20px;
  line-height: 1.1;
}

.index-mv .txt-block .description {
  font-size: 14px;
  margin-bottom: 20px;
}

.index-mv .scroll {
  bottom: 15px;
}

.index-mv .scroll .icon {
  width: 18px;
  height: 18px;
}

.index-mv .scroll p {
  font-size: 13px;
}

.index-sec {
  padding: 0 0 50px;
}

.index-sec .ttl {
  padding: 60px 0 30px;
  overflow-x: visible;
}

.index-sec .ttl .jp {
  font-size: 20px;
}

.index-sec .ttl .en {
  font-size: 100px;
  bottom: initial;
  right: 0;
  top: 0;
}

.index-recruit-sec .ttl .en {
  right: initial;
  left: 0;
}

.index-sec .lead {
  font-size: 13px;
  margin-bottom: 30px;
  text-align: justify;
}

.index-solution-sec .btn-a,
#solution .btn-modal .btn-a {
  font-size: 14px;
}

/*.mfp-index-solution {
  margin: 50px auto;
  padding: 25px 10px;
}

.mfp-index-solution .modal-ttl {
  font-size: 14px;
  margin-bottom: 10px;
}

.mfp-index-solution .modal-txt {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: left;
}

.mfp-close {
  font-size: 9px;
  padding: 15px 0 0;
  top: -50px;
  width: 30px;
}

.mfp-close:before,
.mfp-close:after {
  width: 1px;
  height: 16px;
}*/

.index-sec .block {
  margin-top: 40px;
}

.index-sec .subttl {
  font-size: 15px;
  margin-bottom: 20px;
}

.index-sec .subttl span {
  padding: 0 0.5em;
}

.index-sec .subttl span:before,
.index-sec .subttl span:after {
  width: 35px;
}

.index-sec .list li,
#solution .list li,
#solution_sub .list li {
  padding: 15px 10px;
  margin-bottom: 10px;
}

.index-sec .category-list li,
#solution_sub .category-list li {
  width: 49%;
}

.index-sec .solution-list,
#solution .solution-list {
  margin: 0;
  padding: 0 10px;
}

.index-sec .solution-list li,
#solution .solution-list li {
  margin: 0;
}

.index-sec .solution-list li.new:before,
#solution .solution-list li.new:before,
.index-sec .category-list li.new:before,
.bottom-menu .category-list li.new:before {
  border-width: 60px 60px 0 0;
}

.index-sec .solution-list li.new:after,
#solution .solution-list li.new:after,
.index-sec .category-list li.new:after,
.bottom-menu .category-list li.new:after {
  font-size: 15px;
  width: 60px;
  height: 60px;
  padding-bottom: 30px;
}



.index-sec .list .icon,
#solution .list .icon,
#solution_sub .list .icon {
  width: 30px;
  height: 30px;
  margin: 0 auto 10px;
}

.index-sec .list .txt01,
#solution .list .txt01,
#solution_sub .list .txt01 {
  font-size: 13px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.index-sec .list .txt02,
#solution .list .txt02,
#solution_sub .list .txt02 {
  font-size: 12px;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 10px;
}

.index-sec .list .btn-more,
#solution .list .btn-more,
#solution_sub .list .btn-more {
  padding: 5px;
  font-size: 13px;
}

.index-solution-sec .list .item05 .txt01,
#solution_sub .list .item05 .txt01 {
  margin-top: 10px;
}

.index-sec .solution-list .slick-arrow {
  width: 16px;
  height: 16px;
  border-top: solid 4px #ccc;
  border-right: solid 4px #ccc;
}

.index-sec .solution-list .slick-prev{
  left: -5px;
}

.index-sec .solution-list .slick-next{
  right: -5px;
}

.index-list {
  margin: 0 0 -15px; 
}

.index-list li {
  width: 48%;
  margin: 0 0 15px;
}

.index-list li a {
  height: 130px;
}

.index-list li .txt {
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0.05em;
  top: 0;
  position: relative;
  margin-bottom: 5px;
}

.index-list li .txt-s {
  font-size: 12px;
}

.index-recruit-sec .index-list li .txt {
  color: #fff;
}

.index-list li a .bg img {
  -ms-transform: translate(-50%,-50%) scale(1.15);
  -webkit-transform: translate(-50%,-50%) scale(1.15);
  transform: translate(-50%,-50%) scale(1.15);
  opacity: 1;
}






/******************************
 /solution/index.html
*******************************/
#solution .btn-modal {
  margin-bottom: 40px;
}

#solution .sec {
  padding: 30px 0;
}

#solution .list li {
  margin: 0 0 10px;
  width: 100%;
}

#solution .list:after{
  width: 0;
}

#solution .list .txt01 {
  font-size: 14px;
}


.solution-contact {
  padding: 30px 0;
}

.solution-contact .lead {
  font-size: 13px;
  margin-bottom: 10px;
}

.solution-contact .box-wrap {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.solution-contact .box {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}

.solution-contact .box-contact {
  font-size: 13px;
}


.solution-contact .box-tel .en {
  font-size: 18px;
}

.solution-contact .box .icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
#solution_sub .solution-nav .inr {
  width: 100%;
}

#solution_sub .solution-nav ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#solution_sub .solution-nav li {
  margin: 0;
  width: 50%;
  text-align: center;
}

#solution_sub .solution-nav a {
  font-size: 11px;
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
}

#solution_sub .solution-nav li:nth-child(odd) a {
  border-right: 1px solid #ccc;
}

#solution_sub .solution-nav a:hover {
  color: #fff !important;
}

#solution_sub .solution-nav a:after {
  height: 0;
}

#solution_sub .pagettl-block {
  height: auto;
  color: #fff;
  padding: 80px 0 40px;
  margin-bottom: 20px;
}

#solution_sub .breadcrumbs li,
#solution_sub .breadcrumbs a {
  color: #fff;
}

#solution_sub .breadcrumbs ul li:before {
  border-color: #fff;
}

#solution_sub .pagettl-block .cate {
  margin: 20px 0 10px;
  padding: 5px 10px;
  font-size: 10px;
}

#solution_sub .pagettl-block .pagettl {
  margin-bottom: 5px;
}

#solution_sub .pagettl-block .lead {
  margin: 0 0 20px;
}

#solution_sub .pagettl-block .btn-contact a {
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  height: 50px;
  font-size: 13px;
}

#solution_sub .pagettl-block .btn-contact a .icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

#solution_sub .ttl-a .num {
  font-size: 30px;
  margin-right: 0;
  display: block;
}

#solution_sub .comment-list {
  margin-bottom: -10px;
}

#solution_sub .comment-list li {
  width: 100%;
  margin-bottom: 10px;
}

#solution_sub .comment-list li>div {
  width: 50% !important;
}

#solution_sub .comment-list .q-block {
  padding: 10px 0;
}

#solution_sub .comment-list .q-block:after {
  border-width: 4px 0 4px 5px;
}

#solution_sub .comment-list .q-block .icon {
  width: 16px;
  height: 16px;
}

#solution_sub .comment-list .q-block .txt {
  font-size: 12px;
}

#solution_sub .comment-list .a-block {
  padding: 10px 15px;
}

#solution_sub .comment-list .a-block .ttl {
  font-size: 14px;
  margin-bottom: 5px;
}

#solution_sub .comment-list .a-block .ttl:after {
  height: 4px;
  margin-top: -6px;
}

#solution_sub .comment-list .a-block .txt {
  font-size: 11px;
}

#solution_sub .point-list {
  width: 100%;
}

#solution_sub .point-list > li {
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#solution_sub .point-list .ico-block {
  margin-right: 0;
  margin-bottom: 5px;
}

#solution_sub .point-list .ico-block img {
  width: 60px;
  height: auto;
}

#solution_sub .point-list .txt-block .ttl {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5px;
}

#solution_sub #sec03 table {
  width: 100%;
}

#solution_sub #sec03 table th {
  width: 30%;
}

#solution_sub #sec03 table th, 
#solution_sub #sec03 table td {
  padding: 0.5em;
}

#solution_sub #sec03 table .disc-list li {
  line-height: 1.6;
}

#solution_sub .bottom-menu {
  background: #f2f2f2;
  padding: 30px 0;
}


#solution_sub.solution05 .pagettl-block {
  height: auto;
  padding: 0 0 20px;
}

#solution_sub.solution05 .sec .layout-2col .ph {
  width: 70%;
  margin: 0 auto;
}

#solution_sub.solution05 .sec .layout-2col .txt {
  margin-bottom: 10px;
}

#solution_sub.solution05 .sec03 .ph-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

#solution_sub.solution05 .sec03 .ph-wrap .ph {
  width: 30%;
}


/******************************
 /recruit/newgraduate.html
*******************************/
#recruit_newgraduate .txt-message {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
  padding-top: 0;
}

.btn-mynavi a {
  padding: 10px 20px;
}

.btn-mynavi a img {
  width: 158px;
  height: auto;
}

#recruit_newgraduate .sec03 .table-b {
  font-size: 1em;
  border-bottom: 1px solid #ccc;
}

#recruit_newgraduate .sec03 .table-b tr {
  border-top: 1px solid #ccc;
}

#recruit_newgraduate .sec03 .table-b th {
  display: none;
}

#recruit_newgraduate .sec03 .table-b td {
  border: none;
  padding: 0;
}

#recruit_newgraduate .sec03 .table-b tbody td:first-child {
  padding-top: 0.5em;
}

#recruit_newgraduate .sec03 .table-b tbody td:last-child {
  padding-bottom: 0.5em;
}

#recruit_newgraduate .flow-list {
  width: 100%;
}

#recruit_newgraduate .flow-list li {
  width: 100%;
  height: 50px;
  font-size: 13px;
  margin-bottom: 30px;
  padding-top: 0;
}

#recruit_newgraduate .flow-list li:after {
  border-width: 10px 10px 0 10px;
  margin-top: 10px;
}


/******************************
 /recruit/shigotalk.html
*******************************/
#recruit_shigotalk .pagettl-block .lead span {
  display: block;
  text-align: center;
}

.shigotalk-index-list li {
  margin-bottom: 15px;
}

.shigotalk-index-list li a {
  height: auto;
  padding: 0;
  background-size: 210% auto;
  background-position: 95% -15px;
  padding-top: 50%;
}

.shigotalk-index-list .txt-block {
  background: #f2f2f2;
  padding: 10px 20px;
}

.shigotalk-index-list .catch {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.shigotalk-index-list .profile {
  position: relative;
  bottom: auto;
  left: auto;
}

.shigotalk-index-list .name {
  font-size: 13px;
  margin-bottom: 0;
}

.shigotalk-index-list .cate {
  font-size: 11px;
}

.shigotalk-index-list .more {
  width: 40px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.15em;
  font-size: 11px;
}

#recruit_shigotalk .mv {
  height: auto;
  margin-bottom: 50px;
  background-position: 80% top;
  background-size: auto 90%;
  padding-top: 250px;
}

#recruit_shigotalk .mv .txt-block {
  height: auto;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  z-index: 1;
  padding: 10px 20px;
}

#recruit_shigotalk .mv .catch {
  font-size: 15px;
  padding-bottom: 1em;
  letter-spacing: 0;
}

#recruit_shigotalk .mv .profile {
  position: relative;
  bottom: auto;
  left: auto;
}

#recruit_shigotalk .mv .name {
  font-size: 13px;
  margin-bottom: 5px;
}

#recruit_shigotalk .mv .cate {
  font-size: 11px;
}

#recruit_shigotalk .interview-ttl {
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}

#recruit_shigotalk .honne {
  font-size: 20px;
  padding-top: 6px;
  margin-bottom: 0;
  background-size: 24px auto;
}

#recruit_shigotalk .interview-txt {
  padding-top: 20px;
}

#recruit_shigotalk .sec-a .interview-txt {
  padding-left: 0;
}

#recruit_shigotalk .sec-b .interview-txt {
  padding-right: 0;
}

#recruit_shigotalk .interview-txt .ttl {
  font-size: 14px;
}

#recruit_shigotalk .interview-txt .txt {
  line-height: 1.8;
}

#recruit_shigotalk .interview-ph {
  width: 100%;
  height: auto;
  margin-top: -8px;
  float: none !important;
}

#recruit_shigotalk .sec-oneday {
  margin-bottom: 50px;
  padding-top: 50px;
}

#recruit_shigotalk .en-ttl {
  font-size: 90px;
  top: -30px;
}


#recruit_shigotalk .sec-oneday .en-ttl {
  right: -5px;
}

#recruit_shigotalk .sec-oneday .oneday-list {
  border-spacing: 15px 10px;
}

#recruit_shigotalk .sec-oneday .oneday-list .time {
  -webkit-transform: skewX(-15deg);
      -ms-transform: skewX(-15deg);
          transform: skewX(-15deg);
  padding: 2px 10px;
}

#recruit_shigotalk .sec-oneday .oneday-list .time span {
  -webkit-transform: skewX(15deg);
      -ms-transform: skewX(15deg);
          transform: skewX(15deg);
  font-size: 14px;
  letter-spacing: 0.05em;
}

#recruit_shigotalk .sec-oneday .oneday-list .txt {
  font-size: 12px;
  line-height: 1.4;
}

#recruit_shigotalk .sec-mycareer {
  padding-top: 79px;
  padding-bottom: 2px;
}

#recruit_shigotalk .sec-mycareer .en-ttl {
  left: -5px;
}

#recruit_shigotalk .sec-mycareer .txt {
  padding-right: 56%;
}

#recruit_shigotalk .sec-mycareer .ph {
  bottom: -1px;
  right: -4%;
  width: 60%;
  height: auto;
}

#recruit_shigotalk .bottom-menu {
  padding: 30px 0;
}

#recruit_shigotalk .bottom-menu-inr {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#recruit_shigotalk .bottom-menu-inr>* {
   -ms-flex-preferred-size: 33%;
       flex-basis: 33%;
}

#recruit_shigotalk .bottom-menu .person a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
}

#recruit_shigotalk .bottom-menu .person .ph {
  width: 80px;
  height: 80px;
}

#recruit_shigotalk .bottom-menu .txt-block {
  margin-left: 0;
}

#recruit_shigotalk .bottom-menu .name {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}

#recruit_shigotalk .bottom-menu .cate {
  font-size: 11px;
  line-height: 1.4;
}

#recruit_shigotalk .bottom-menu .all {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#recruit_shigotalk .bottom-menu .all svg {
  width: 40px;
  height: 40px;
  padding: 5px;
}

#recruit_shigotalk .bottom-menu .all span {
  font-size: 8px;
}


/******************************
 /recruit/kisculture.html
*******************************/
#recruit_kisculture .sec01 {
  padding-top: 120px;
  margin-top: -120px;
}

#recruit_kisculture .kisculture-list li+li {
  margin-top: 30px;
}

#recruit_kisculture .kisculture-list .num {
  font-size: 13px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  top: -17px;
}

#recruit_kisculture .kisculture-list .ttl {
  top: 15px;
  font-size: 12px;
  letter-spacing: 0.05em;
}

#recruit_kisculture .kisculture-list .ttl strong {
  font-size: 1.2em;
}

#recruit_kisculture .kisculture-list .img {
  padding-top: 20px;
  background: #fff;
}



#recruit_kisculture .kisculture-list li:nth-child(14) .ttl {
  font-size: 11px;
  letter-spacing: 0;
}



/******************************
 /recruit/training.html
*******************************/
#recruit_training .training-flow {
  margin-bottom: 10px;
}

#recruit_training .training-flow:before {
  width: 30px;
}

#recruit_training .training-flow .term {
  width: 30px;
  line-height: 30px;
  font-size: 13px;
}

#recruit_training .training-flow .step-list {
  width: auto;
  margin-left: 20px;
}

#recruit_training .training-flow .step-list:after {
  left: -46px;
  width: 22px;
  height: 22px;
  margin-top: -15px;
}

#recruit_training .training-flow .step-list li {
  margin-top: 15px;
}

#recruit_training .training-flow .step-list .ttl {
  margin-left: -5px;
  margin-right: 5px;
  font-size: 13px;
  padding: 3px 10px;
  border: 1px solid #339fb9;
}

#recruit_training .training-flow .step-list .txt {
  padding: 10px 15px;
  margin-top: -5px;
}

#recruit_training .box {
  padding: 0 15px 15px;
  margin-left: 0;
  margin-top: 10px;
}

#recruit_training .box .ttl {
  font-size: 13px;
  margin-top: -6px;
  margin-bottom: 10px;
}

#recruit_training .box .ttl span {
  padding: 0 10px;
}


/******************************
 /recruit/faq.html
*******************************/
#recruit_faq .accordion-list dt {
  padding-left: 30px;
}

#recruit_faq .accordion-list dt:before,
#recruit_faq .accordion-list dd:before {
  font-size: 20px;
  top: 2px;
  left: 10px;
}

#recruit_faq .accordion-list dt .txt-newgraduate {
  padding: 2px 8px;
  font-size: 9px;
}

#recruit_faq .accordion-list dd {
  padding: 10px 0 10px 30px;
}

#recruit_faq .accordion-list .txt {
  line-height: 1.5;
}



/******************************
 /recruit/career.html
*******************************/
#recruit_career .sec01 .box {
  padding: 10px;
}

#recruit_career .update-list li {
  padding-left: 0;
  margin-top: 5px;
}

#recruit_career .update-list li .date {
  position: relative;
  display: block;
}

#recruit_career form {
  margin-top: 10px;
}

#recruit_career form .btn-wrap,
#contact form .btn-wrap {
  margin-top: 10px;
}

/******************************
 /company/message.html
*******************************/
#company_message .pagettl-block {
  padding-bottom: 10px;
}

#company_message .mv {
  position: relative;
}

#company_message .mv .bg {
  vertical-align: bottom;
}

#company_message .mv .catch {
  position: relative;
  top: 0;
  left: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  width: 100%;
  padding: 10px;
  background: #1b4d9a;
}

#company_message .mv .pagettl {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 13px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 68px;
}

#company_message .part {
  margin-top: 1em;
}


/******************************
 /company/about.html
*******************************/
#company_about .sec01 .bg {
  margin-top: -20%;
}

#company_about .sec .table-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#company_about .sec .table-b {
  width: 100% !important;
  margin: 0;
}

#company_about .sec .table-b+.table-b tbody tr:first-child th {
  border-top: none;
}

.ggmap {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  margin-top: 10px;
}


/******************************
 /company/vision.html
*******************************/
#company_vision .logo-kanachu {
  margin-bottom: 40px;
}

#company_vision .logo-kanachu img {
  width: 106px;
  height: auto;
}

#company_vision .sec01 .txt {
  font-size: 13px;
}

#company_vision .decimal-list02 {
  width: 100%;
}

/******************************
 /company/history.html
*******************************/
#company_history .sec01 {
  padding-top: 120px;
  margin-top: -120px;
}

#company_history .history-list {
  width: 100%;
}

#company_history .history-list:before {
  height: calc(100% - 15px);
  left: 5px;
}

#company_history .history-list li {
  padding-left: 70px;
  height: auto;
  margin-bottom: 20px;
}

#company_history .history-list li:before {
  width: 10px;
  height: 10px;
  top: 2px;
}

#company_history .history-list li .year {
  font-size: 20px;
  width: 70px;
  padding-left: 10px;
  top: -4px;
}

/******************************
 /company/news.html
*******************************/
#company_news .pagettl {
  font-size: 16px;
}

#company_news .news-bn-list {
  line-height: 1.8;
}

#company_news .news-bn-list a {
  color: #5b94ea;
}

#company_news .news-bn-list a:hover {
  text-decoration: underline;
}




/******************************
 /contact/
*******************************/
#contact form table {
  margin: 20px 0;
}

#contact form table th {
  padding: 1em 0 0;
}

#contact form table td {
  padding: 0 0 1em;
}


/******************************
 /policy/
*******************************/
#policy .sec {
  font-size: 12px;
}

#policy .sec02 .decimal-list>li {
  margin-bottom: 1em;
}

/* 2021.01.05 add */

#solution_sub .solution-nav.item5 {
  background: none!important;
}
#solution_sub .solution-nav.item5 li {
  background-color: rgba(34,34,34,0.8);
}
#solution_sub .solution-nav.item5 ul::after {
  display: block;
  content:"";
  width: 50%;
  background-color: none;
}
#solution_sub .pagettl-block.item5 {
  padding-top: 117px;
}


/* 2022.03.11 add */
/******************************
 /solution/solution01-07.html
*******************************/
.sec-flow .inr {
  width: 100%;
}
.flow-list {
  padding: 5vw 5%;
}
.flow-item {
  display: block;
}
.flow-item:not(:last-child) {
  margin-bottom: 5vw;
}
.flow-item:not(:last-child)::after {
  height: 5vw;
  bottom: calc(-5vw - 1px);
}
.flow-title span {
  font-size: 13px;
  height: auto;
}
.flow-head {
  width: 100%;
  padding-bottom: 12px;
  padding-top: 34px;
}
.flow-body {
  width: 100%;
  padding: 0 22px 22px;
}
.flow-body h4 {
  font-size: 14px;
  margin-bottom: 4px;
}
.flow-body p {
  font-size: 11px;
}
.flow-step {
  margin: 0;
  position: absolute;
  left: 8px;
  top: 8px;
}
.flow-step span {
  font-size: 18px;
  margin-bottom: 3px;
}
.flow-step small {
  font-size: 5px;
}
.flow-thumb {
  position: inherit;
  left: inherit;
  top: inherit;
  bottom: inherit;
  padding: 15px;
  width: 100%;
}
.flow-thumb img {
  max-width: 370px;
  width: 60%;
  height: auto;
}
.has-thumb .flow-body {
  padding-right: 22px;
}
.flow-item.has-set1 {
  margin-bottom: 80px !important;
}
.flow-item.has-set1::after {
  height: 80px;
  bottom: -81px;
}
.flow-set2 {
  background-image: url(../images/solution01-07_img02sp.png);
  width: 234px;
  height: 90px;
  bottom: -91px;
}
.flow-group.flow-second {
  margin-top: 80px;
}
.flow-popup {
  display: block;
  background: #c2c2c2 url(../images/solution01-07_zoom02.png) no-repeat 11px center / 24px 24px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-decoration: none;
  border-radius: 8px 0 0 0;
}
.flow-head::after {
  display: none !important;
}
}
/* ======= */
/* @charset "UTF-8"; */
@media screen and (max-width: 768px) {

html {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-size: 12px;
  min-width: auto;
  width: 100%;
  overflow-x: hidden;
}

.inr {
  width: 90%;
  padding: 0;
}

.pc-inr {
  width: 100%;
  padding: 0;
}

.sp-inr {
  width: 90%;
  margin: 0 auto;
}

.narrow-inr {
  width: 90%;
}

.pc {display: none !important;}
.sp {display: block !important;}
.pc-inline {display: none !important;}
.sp-inline {display: inline !important;}
.pc-flex {display: none !important;}
.sp-flex {display: -webkit-box !important;display: -ms-flexbox !important;display: flex !important;}

.sp-ta-l {text-align: left !important;}
.sp-ta-r {text-align: right !important;}
.sp-ta-c {text-align: center !important;}

.sp-w100 {
  width: 100%;
  height: auto;
}

.wrapper {
  padding-top: 60px;
}


/******************************
 header
*******************************/
header {
  min-width: 100%;
  padding: 0;
  height: 60px;
/* overflow: auto;
 -webkit-overflow-scrolling: touch;*/
}

header .logo {
  margin-left: 15px;
  width: 170px;
}

header .menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
  z-index: 100000;
  width: 60px;
  height: 60px;
}

header .menu-btn span {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 30px;
  height: 2px;
  display: block;
  background: #5b94ea;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -13px;
}

header .menu-btn .top {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}

header .menu-btn .bottom {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}

header .menu-btn.is-open .middle {
  background: transparent !important;
}

header .menu-btn.is-open .top {
  -webkit-transform: rotate(-45deg) translateY(0px);
      -ms-transform: rotate(-45deg) translateY(0px);
          transform: rotate(-45deg) translateY(0px);
}

header .menu-btn.is-open .bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
      -ms-transform: rotate(45deg) translateY(0px);
          transform: rotate(45deg) translateY(0px);
}

nav {
  width: 100%;
  position: fixed;
  left: 0;
  top: 60px;
  display: none;
  background: #fff;
  padding-bottom: 100px;
  overflow-y: scroll;
  height: 100%;
  z-index: 1000;
}

nav .menu01 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

nav .menu01>li {
  width: 100%;
}

nav .menu01>li>a {
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack:start;
      -ms-flex-pack:start;
          justify-content:flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin: 0;
  width: 100%;
  padding: 15px 15px;
  background: #fff;
  border-bottom: 1px solid #eee;
}

nav .menu01>li>a.current,
nav .menu01>li>a:hover {
  color: #222;
}



/* nav .menu01>li.no-menu-wrap>a {
} */

nav .menu01>li.no-menu-wrap>a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


nav .menu01>li.menu-wrap>a:before,
nav .menu01>li.menu-wrap>a:after {
  content: '';
  display: inline-block;
  width: 1px !important;
  height: 15px !important;
  background: #999;
  position: absolute;
  top: 0;
  bottom: 0;
  left: initial !important;
  right: 20px !important;
  margin: auto;
  border-width: 0 !important;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;

}

nav .menu01>li.menu-wrap>a:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

nav .menu01>li.menu-wrap>a.is-open:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

nav .menu01>li.menu-wrap>a.is-open:after {
  display: none;
}

nav .menu02>li>a.is-open:after {
  display: none;
}

nav .menu01>li>a svg {
  width: 15px;
  height: 15px;
  fill: #999;
  margin: 0 10px 0 0;
} 

nav .menu01>li>a:hover svg {
  fill: #999;
}

nav .menu01>li.contact>a {
  margin: 30px auto 0;
  width: 90%;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 1rem;
  color: #fff !important;
}

nav .menu02 {
  -webkit-transition:none;
  -o-transition:none;
  transition: none;
  position: relative;
  top: initial;
  left: initial;
  text-align: left;
  display: block;
  opacity: 1;
  display: none;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: none;
  padding: 0 !important;
  height: auto;
}

nav .menu01>li:hover > .menu02 {
  display: none;
}

nav .menu02>li {
  width: 100%;
  margin: 0;
}

nav .menu02>li>a {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
  color: #222;
  padding: 12px 30px 12px 40px;
  background: #f2f2f2;
  border-bottom: 1px solid #eee;
}

nav .menu02>li>a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav .menu02>li>a .txt {
  font-size: 13px;
}

nav .menu02>li>a .bg {
  display: none;
}





/******************************
 footer
*******************************/
footer {
  padding: 20px 0;
}

.footer-block-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-block-wrap01 {
  margin-bottom: 0;
}

.footer-block {
  width: 100%;
  margin-bottom: 20px;
}

.footer-logo {
  width: 140px;
}

.footer-address {
  font-size: 10px;
  line-height: 1.6;
  margin: 5px 0 10px;
}

.footer-nav {
  font-size: 11px;
}

.footer-nav dt {
  font-size: 1.1em;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.footer-nav dd {
  margin-bottom: 5px;
}

.footer-link {
  font-size: 10px;
}

.copyright {
  font-size: 8px;
  margin-top: 20px;
}

.totop {
  width: 40px;
  height: 40px;
}

.totop:before {
  top: 4px;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}


/******************************
 common
*******************************/
.breadcrumbs {
  padding: 10px 0;
}

.breadcrumbs ul li {
  font-size: 11px;
  padding-left: 10px;
  margin-left: 5px;
  color: #222;
}

.breadcrumbs ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  top: 4px;
  border-color: #222;
}

.breadcrumbs ul li a {
  font-size: 11px;
  color: #222;
}


.btn-a {
  font-size: 13px;
  padding: 1.5em 4em;
  width: 100%;
}

.pagettl-block {
  padding: 0 0 20px;
  margin-bottom: 40px;
  background-image: url(/images/pagettl-sp-bg.png);
}

.pagettl-block .txt-area-wrap {
  width: 80%;
  height: auto;
  margin-top: 10px;
  -webkit-transform:skewX(-22deg);
      -ms-transform:skewX(-22deg);
          transform:skewX(-22deg);
}

.pagettl-block .txt-area {
  padding: 15px 25px;
  -webkit-transform:skewX(22deg);
      -ms-transform:skewX(22deg);
          transform:skewX(22deg);
}

.pagettl-block .pagettl {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.pagettl-block .lead {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 10px;
  text-align: left;
}

.ttl-a {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.ttl-b {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.ttl-b span {
  padding: 0 5px;
}

.ttl-b span:before,
.ttl-b span:after {
  width: 35px;
}

.ttl-c {
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.ttl-c:before {
  top: 1px;
  width: 3px;
  height: 18px;
}

.sec {
  padding-bottom: 50px;
}


/*list*/
.decimal-list02 li {
  padding-left: 28px;
  line-height: 1.5;
}

.decimal-list02 li:before{
  font-size: 11px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.accordion-list {
  line-height: 1.6;
}

.accordion-list dt {
  font-size: 13px;
  padding: 10px 30px 10px 10px;
}

.accordion-list dt .ico {
  width: 15px;
  height: 15px;
  right: 10px;
}

.accordion-list dt .ico:before {
  width: 7px;
  height: 1px;
}

.accordion-list dt .ico:after {
  width: 1px;
  height: 7px;
}

.accordion-list dd {
  padding: 10px 15px;
}



/*table*/
.table-a {
  border-bottom: none;
}

.table-a th,
.table-a td {
  display: block;
  width: 100% !important;
  padding: 0.5em 1em;
  border: none;
}
.table-a td {
  border-bottom: 1px solid #ccc;
  padding-top: 0;
}

.table-b tbody tr:first-child th {
  border-top: 1px solid #ccc;
}

.table-b th,
.table-b td {
  display: block;
  width: 100% !important;
  padding: 0;
  border: none;
}

.table-b th {
  padding-top: 0.5em;
}

.table-b td {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
}




/*form*/
.form-control {
  height: 40px;
  padding: 3px 5px;
  font-size: 12px;
  margin: 5px 0;
}

.select-a:after {
  top: 23px;
}

textarea.form-control {
  height: 100px;
}

.txt-required {
  width: 30px;
  height: 15px;
  line-height: 15px;
  font-size: 8px;
  margin: 0 2px;
}

table .form-label {
  padding-left: 0;
}

table .required-field .form-label {
  padding-left: 40px;
}

.required-field .form-label:before {
  content: '必須';
  top: -2px;
  width: 30px;
  height: 15px;
  line-height: 15px;
  font-size: 8px;
}







.layout-2col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.layout-2col .col {
  width: 100% !important;
}

.layout-2col .col + .col {
  margin-top: 10px;
}


/******************************
 index.html
*******************************/
.index-mv {
  height: calc(100vh - 60px);
}

.index-mv .mv-slider li {
  height: calc(100vh - 60px);
}

.index-mv .mv-slider .mv02 {background-position: 40% center;}
.index-mv .mv-slider .mv03 {background-position: 70% center;}

.index-mv .txt-block {
  padding: 0;
  text-align: center;
  width: 100%;
}

.index-mv .txt-block .catch {
  font-size: 50px;
  text-shadow: -3px -3px 0 rgba(0,27,77,0.5);
  margin-bottom: 20px;
  line-height: 1.1;
}

.index-mv .txt-block .description {
  font-size: 14px;
  margin-bottom: 20px;
}

.index-mv .scroll {
  bottom: 15px;
}

.index-mv .scroll .icon {
  width: 18px;
  height: 18px;
}

.index-mv .scroll p {
  font-size: 13px;
}

.index-sec {
  padding: 0 0 50px;
}

.index-sec .ttl {
  padding: 60px 0 30px;
  overflow-x: visible;
}

.index-sec .ttl .jp {
  font-size: 20px;
}

.index-sec .ttl .en {
  font-size: 100px;
  bottom: initial;
  right: 0;
  top: 0;
}

.index-recruit-sec .ttl .en {
  right: initial;
  left: 0;
}

.index-sec .lead {
  font-size: 13px;
  margin-bottom: 30px;
  text-align: justify;
}

.index-solution-sec .btn-a,
#solution .btn-modal .btn-a {
  font-size: 14px;
}

/*.mfp-index-solution {
  margin: 50px auto;
  padding: 25px 10px;
}

.mfp-index-solution .modal-ttl {
  font-size: 14px;
  margin-bottom: 10px;
}

.mfp-index-solution .modal-txt {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: left;
}

.mfp-close {
  font-size: 9px;
  padding: 15px 0 0;
  top: -50px;
  width: 30px;
}

.mfp-close:before,
.mfp-close:after {
  width: 1px;
  height: 16px;
}*/

.index-sec .block {
  margin-top: 40px;
}

.index-sec .subttl {
  font-size: 15px;
  margin-bottom: 20px;
}

.index-sec .subttl span {
  padding: 0 0.5em;
}

.index-sec .subttl span:before,
.index-sec .subttl span:after {
  width: 35px;
}

.index-sec .list li,
#solution .list li,
#solution_sub .list li {
  padding: 15px 10px;
  margin-bottom: 10px;
}

.index-sec .category-list li,
#solution_sub .category-list li {
  width: 49%;
}

.index-sec .solution-list,
#solution .solution-list {
  margin: 0;
  padding: 0 10px;
}

.index-sec .solution-list li,
#solution .solution-list li {
  margin: 0;
}



.index-sec .solution-list li.new:before,
#solution .solution-list li.new:before {
  border-width: 60px 60px 0 0;
}

.index-sec .solution-list li.new:after,
#solution .solution-list li.new:after {
  font-size: 15px;
  width: 60px;
  height: 60px;
  padding-bottom: 30px;
}



.index-sec .list .icon,
#solution .list .icon,
#solution_sub .list .icon {
  width: 30px;
  height: 30px;
  margin: 0 auto 10px;
}

.index-sec .list .txt01,
#solution .list .txt01,
#solution_sub .list .txt01 {
  font-size: 13px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.index-sec .list .txt02,
#solution .list .txt02,
#solution_sub .list .txt02 {
  font-size: 12px;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 10px;
}

.index-sec .list .btn-more,
#solution .list .btn-more,
#solution_sub .list .btn-more {
  padding: 5px;
  font-size: 13px;
}

.index-solution-sec .list .item05 .txt01,
#solution_sub .list .item05 .txt01 {
  margin-top: 10px;
}

.index-sec .solution-list .slick-arrow {
  width: 16px;
  height: 16px;
  border-top: solid 4px #ccc;
  border-right: solid 4px #ccc;
}

.index-sec .solution-list .slick-prev{
  left: -5px;
}

.index-sec .solution-list .slick-next{
  right: -5px;
}

.index-list {
  margin: 0 0 -15px; 
}

.index-list li {
  width: 48%;
  margin: 0 0 15px;
}

.index-list li a {
  height: 130px;
}

.index-list li .txt {
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0.05em;
  top: 0;
  position: relative;
  margin-bottom: 5px;
}

.index-list li .txt-s {
  font-size: 12px;
}

.index-recruit-sec .index-list li .txt {
  color: #fff;
}

.index-list li a .bg img {
  -ms-transform: translate(-50%,-50%) scale(1.15);
  -webkit-transform: translate(-50%,-50%) scale(1.15);
  transform: translate(-50%,-50%) scale(1.15);
  opacity: 1;
}






/******************************
 /solution/index.html
*******************************/
#solution .btn-modal {
  margin-bottom: 40px;
}

#solution .sec {
  padding: 30px 0;
}

#solution .list li {
  margin: 0 0 10px;
  width: 100%;
}

#solution .list:after{
  width: 0;
}

#solution .list .txt01 {
  font-size: 14px;
}


.solution-contact {
  padding: 30px 0;
}

.solution-contact .lead {
  font-size: 13px;
  margin-bottom: 10px;
}

.solution-contact .box-wrap {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.solution-contact .box {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}

.solution-contact .box-contact {
  font-size: 13px;
}


.solution-contact .box-tel .en {
  font-size: 18px;
}

.solution-contact .box .icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
#solution_sub .solution-nav .inr {
  width: 100%;
}

#solution_sub .solution-nav ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#solution_sub .solution-nav li {
  margin: 0;
  width: 50%;
  text-align: center;
}

#solution_sub .solution-nav a {
  font-size: 11px;
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
}

#solution_sub .solution-nav li:nth-child(odd) a {
  border-right: 1px solid #ccc;
}

#solution_sub .solution-nav a:hover {
  color: #fff !important;
}

#solution_sub .solution-nav a:after {
  height: 0;
}

#solution_sub .pagettl-block {
  height: auto;
  color: #fff;
  padding: 80px 0 40px;
  margin-bottom: 20px;
}

#solution_sub .breadcrumbs li,
#solution_sub .breadcrumbs a {
  color: #fff;
}

#solution_sub .breadcrumbs ul li:before {
  border-color: #fff;
}

#solution_sub .pagettl-block .cate {
  margin: 20px 0 10px;
  padding: 5px 10px;
  font-size: 10px;
}

#solution_sub .pagettl-block .pagettl {
  margin-bottom: 5px;
}

#solution_sub .pagettl-block .lead {
  margin: 0 0 20px;
}

#solution_sub .pagettl-block .btn-contact a {
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  height: 50px;
  font-size: 13px;
}

#solution_sub .pagettl-block .btn-contact a .icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

#solution_sub .ttl-a .num {
  font-size: 30px;
  margin-right: 0;
  display: block;
}

#solution_sub .comment-list {
  margin-bottom: -10px;
}

#solution_sub .comment-list li {
  width: 100%;
  margin-bottom: 10px;
}

#solution_sub .comment-list li>div {
  width: 50% !important;
}

#solution_sub .comment-list .q-block {
  padding: 10px 0;
}

#solution_sub .comment-list .q-block:after {
  border-width: 4px 0 4px 5px;
}

#solution_sub .comment-list .q-block .icon {
  width: 16px;
  height: 16px;
}

#solution_sub .comment-list .q-block .txt {
  font-size: 12px;
}

#solution_sub .comment-list .a-block {
  padding: 10px 15px;
}

#solution_sub .comment-list .a-block .ttl {
  font-size: 14px;
  margin-bottom: 5px;
}

#solution_sub .comment-list .a-block .ttl:after {
  height: 4px;
  margin-top: -6px;
}

#solution_sub .comment-list .a-block .txt {
  font-size: 11px;
}

#solution_sub .point-list {
  width: 100%;
}

#solution_sub .point-list > li {
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#solution_sub .point-list .ico-block {
  margin-right: 0;
  margin-bottom: 5px;
}

#solution_sub .point-list .ico-block img {
  width: 60px;
  height: auto;
}

#solution_sub .point-list .txt-block .ttl {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5px;
}

#solution_sub #sec03 table, #solution_sub.solution03-01 #sec04 table {
  width: 100%;
}

#solution_sub #sec03 table th, #solution_sub.solution03-01 #sec04 table th {
  width: 30%;
}

#solution_sub #sec03 table th, 
#solution_sub #sec03 table td {
  padding: 0.5em;
}
#solution_sub.solution03-01 #sec03 table th, #solution_sub.solution03-01 #sec03 table td {
  padding: 1em;
  line-height: 1.5;
}

#solution_sub #sec03 table .disc-list li {
  line-height: 1.6;
}

#solution_sub .bottom-menu {
  background: #f2f2f2;
  padding: 30px 0;
}


#solution_sub.solution05 .pagettl-block {
  height: auto;
  padding: 0 0 20px;
}

#solution_sub.solution05 .sec .layout-2col .ph {
  width: 70%;
  margin: 0 auto;
}

#solution_sub.solution05 .sec .layout-2col .txt {
  margin-bottom: 10px;
}

#solution_sub.solution05 .sec03 .ph-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

#solution_sub.solution05 .sec03 .ph-wrap .ph {
  width: 30%;
}


/******************************
 /recruit/newgraduate.html
*******************************/
#recruit_newgraduate .txt-message {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
  padding-top: 0;
}

.btn-mynavi a {
  padding: 10px 20px;
}

.btn-mynavi a img {
  width: 158px;
  height: auto;
}

#recruit_newgraduate .sec03 .table-b {
  font-size: 1em;
  border-bottom: 1px solid #ccc;
}

#recruit_newgraduate .sec03 .table-b tr {
  border-top: 1px solid #ccc;
}

#recruit_newgraduate .sec03 .table-b th {
  display: none;
}

#recruit_newgraduate .sec03 .table-b td {
  border: none;
  padding: 0;
}

#recruit_newgraduate .sec03 .table-b tbody td:first-child {
  padding-top: 0.5em;
}

#recruit_newgraduate .sec03 .table-b tbody td:last-child {
  padding-bottom: 0.5em;
}

#recruit_newgraduate .flow-list {
  width: 100%;
}

#recruit_newgraduate .flow-list li {
  width: 100%;
  height: 50px;
  font-size: 13px;
  margin-bottom: 30px;
  padding-top: 0;
}

#recruit_newgraduate .flow-list li:after {
  border-width: 10px 10px 0 10px;
  margin-top: 10px;
}


/******************************
 /recruit/shigotalk.html
*******************************/
#recruit_shigotalk .pagettl-block .lead span {
  display: block;
  text-align: center;
}

.shigotalk-index-list li {
  margin-bottom: 15px;
}

.shigotalk-index-list li a {
  height: auto;
  padding: 0;
  background-size: 210% auto;
  background-position: 95% -15px;
  padding-top: 50%;
}

.shigotalk-index-list .txt-block {
  background: #f2f2f2;
  padding: 10px 20px;
}

.shigotalk-index-list .catch {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.shigotalk-index-list .profile {
  position: relative;
  bottom: auto;
  left: auto;
}

.shigotalk-index-list .name {
  font-size: 13px;
  margin-bottom: 0;
}

.shigotalk-index-list .cate {
  font-size: 11px;
}

.shigotalk-index-list .more {
  width: 40px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.15em;
  font-size: 11px;
}

#recruit_shigotalk .mv {
  height: auto;
  margin-bottom: 50px;
  background-position: 80% top;
  background-size: auto 90%;
  padding-top: 250px;
}

#recruit_shigotalk .mv .txt-block {
  height: auto;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  z-index: 1;
  padding: 10px 20px;
}

#recruit_shigotalk .mv .catch {
  font-size: 15px;
  padding-bottom: 1em;
  letter-spacing: 0;
}

#recruit_shigotalk .mv .profile {
  position: relative;
  bottom: auto;
  left: auto;
}

#recruit_shigotalk .mv .name {
  font-size: 13px;
  margin-bottom: 5px;
}

#recruit_shigotalk .mv .cate {
  font-size: 11px;
}

#recruit_shigotalk .interview-ttl {
  font-size: 18px;
  letter-spacing: 0.1em;
}

#recruit_shigotalk .honne {
  font-size: 20px;
  padding-top: 6px;
  margin-bottom: 0;
  background-size: 24px auto;
}

#recruit_shigotalk .interview-txt {
  padding-top: 20px;
}

#recruit_shigotalk .sec-a .interview-txt {
  padding-left: 0;
}

#recruit_shigotalk .sec-b .interview-txt {
  padding-right: 0;
}

#recruit_shigotalk .interview-txt .ttl {
  font-size: 14px;
}

#recruit_shigotalk .interview-txt .txt {
  line-height: 1.8;
}

#recruit_shigotalk .interview-ph {
  width: 100%;
  height: auto;
  margin-top: -8px;
  float: none !important;
}

#recruit_shigotalk .sec-oneday {
  margin-bottom: 50px;
  padding-top: 50px;
}

#recruit_shigotalk .en-ttl {
  font-size: 90px;
  top: -30px;
}


#recruit_shigotalk .sec-oneday .en-ttl {
  right: -5px;
}

#recruit_shigotalk .sec-oneday .oneday-list {
  border-spacing: 15px 10px;
}

#recruit_shigotalk .sec-oneday .oneday-list .time {
  -webkit-transform: skewX(-15deg);
      -ms-transform: skewX(-15deg);
          transform: skewX(-15deg);
  padding: 2px 10px;
}

#recruit_shigotalk .sec-oneday .oneday-list .time span {
  -webkit-transform: skewX(15deg);
      -ms-transform: skewX(15deg);
          transform: skewX(15deg);
  font-size: 14px;
  letter-spacing: 0.05em;
}

#recruit_shigotalk .sec-oneday .oneday-list .txt {
  font-size: 12px;
  line-height: 1.4;
}

#recruit_shigotalk .sec-mycareer {
  padding-top: 70px;
  padding-bottom: 25px;
}

#recruit_shigotalk .sec-mycareer .en-ttl {
  left: -5px;
}

#recruit_shigotalk .sec-mycareer .txt {
  padding-right: 25%;
}

#recruit_shigotalk .sec-mycareer .ph {
  bottom: -25px;
  right: -4%;
  width: 60%;
  height: auto;
}

#recruit_shigotalk .bottom-menu {
  padding: 30px 0;
}

#recruit_shigotalk .bottom-menu-inr {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#recruit_shigotalk .bottom-menu-inr>* {
   -ms-flex-preferred-size: 33%;
       flex-basis: 33%;
}

#recruit_shigotalk .bottom-menu .person a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
}

#recruit_shigotalk .bottom-menu .person .ph {
  width: 80px;
  height: 80px;
}

#recruit_shigotalk .bottom-menu .txt-block {
  margin-left: 0;
}

#recruit_shigotalk .bottom-menu .name {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}

#recruit_shigotalk .bottom-menu .cate {
  font-size: 11px;
  line-height: 1.4;
}

#recruit_shigotalk .bottom-menu .all {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#recruit_shigotalk .bottom-menu .all svg {
  width: 40px;
  height: 40px;
  padding: 5px;
}

#recruit_shigotalk .bottom-menu .all span {
  font-size: 8px;
}


/******************************
 /recruit/kisculture.html
*******************************/
#recruit_kisculture .sec01 {
  padding-top: 120px;
  margin-top: -120px;
}

#recruit_kisculture .kisculture-list li+li {
  margin-top: 30px;
}

#recruit_kisculture .kisculture-list .num {
  font-size: 13px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  top: -17px;
}

#recruit_kisculture .kisculture-list .ttl {
  top: 15px;
  font-size: 12px;
  letter-spacing: 0.05em;
}

#recruit_kisculture .kisculture-list .ttl strong {
  font-size: 1.2em;
}

#recruit_kisculture .kisculture-list .img {
  padding-top: 20px;
  background: #fff;
}



#recruit_kisculture .kisculture-list li:nth-child(14) .ttl {
  font-size: 11px;
  letter-spacing: 0;
}



/******************************
 /recruit/training.html
*******************************/
#recruit_training .training-flow {
  margin-bottom: 10px;
}

#recruit_training .training-flow:before {
  width: 30px;
}

#recruit_training .training-flow .term {
  width: 30px;
  line-height: 30px;
  font-size: 13px;
}

#recruit_training .training-flow .step-list {
  width: auto;
  margin-left: 20px;
}

#recruit_training .training-flow .step-list:after {
  left: -46px;
  width: 22px;
  height: 22px;
  margin-top: -15px;
}

#recruit_training .training-flow .step-list li {
  margin-top: 15px;
}

#recruit_training .training-flow .step-list .ttl {
  margin-left: -5px;
  margin-right: 5px;
  font-size: 13px;
  padding: 3px 10px;
  border: 1px solid #339fb9;
}

#recruit_training .training-flow .step-list .txt {
  padding: 10px 15px;
  margin-top: -5px;
}

#recruit_training .box {
  padding: 0 15px 15px;
  margin-left: 0;
  margin-top: 10px;
}

#recruit_training .box .ttl {
  font-size: 13px;
  margin-top: -6px;
  margin-bottom: 10px;
}

#recruit_training .box .ttl span {
  padding: 0 10px;
}


/******************************
 /recruit/faq.html
*******************************/
#recruit_faq .accordion-list dt {
  padding-left: 30px;
}

#recruit_faq .accordion-list dt:before,
#recruit_faq .accordion-list dd:before {
  font-size: 20px;
  top: 2px;
  left: 10px;
}

#recruit_faq .accordion-list dt .txt-newgraduate {
  padding: 2px 8px;
  font-size: 9px;
}

#recruit_faq .accordion-list dd {
  padding: 10px 0 10px 30px;
}

#recruit_faq .accordion-list .txt {
  line-height: 1.5;
}



/******************************
 /recruit/career.html
*******************************/
#recruit_career .sec01 .box {
  padding: 10px;
}

#recruit_career .update-list li {
  padding-left: 0;
  margin-top: 5px;
}

#recruit_career .update-list li .date {
  position: relative;
  display: block;
}

#recruit_career form {
  margin-top: 10px;
}

#recruit_career form .btn-wrap,
#contact form .btn-wrap {
  margin-top: 10px;
}

/******************************
 /company/message.html
*******************************/
#company_message .pagettl-block {
  padding-bottom: 10px;
}

#company_message .mv {
  position: relative;
}

#company_message .mv .bg {
  vertical-align: bottom;
}

#company_message .mv .catch {
  position: relative;
  top: 0;
  left: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  width: 100%;
  padding: 10px;
  background: #1b4d9a;
}

#company_message .mv .pagettl {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 13px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 68px;
}

#company_message .part {
  margin-top: 1em;
}


/******************************
 /company/about.html
*******************************/
#company_about .sec01 .bg {
  margin-top: -20%;
}

#company_about .sec .table-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#company_about .sec .table-b {
  width: 100% !important;
  margin: 0;
}

#company_about .sec .table-b+.table-b tbody tr:first-child th {
  border-top: none;
}

.ggmap {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  margin-top: 10px;
}


/******************************
 /company/vision.html
*******************************/
#company_vision .logo-kanachu {
  margin-bottom: 40px;
}

#company_vision .logo-kanachu img {
  width: 106px;
  height: auto;
}

#company_vision .sec01 .txt {
  font-size: 13px;
}

#company_vision .decimal-list02 {
  width: 100%;
}

/******************************
 /company/history.html
*******************************/
#company_history .sec01 {
  padding-top: 120px;
  margin-top: -120px;
}

#company_history .history-list {
  width: 100%;
}

#company_history .history-list:before {
  height: calc(100% - 15px);
  left: 5px;
}

#company_history .history-list li {
  padding-left: 70px;
  height: auto;
  margin-bottom: 20px;
}

#company_history .history-list li:before {
  width: 10px;
  height: 10px;
  top: 2px;
}

#company_history .history-list li .year {
  font-size: 20px;
  width: 70px;
  padding-left: 10px;
  top: -4px;
}

/******************************
 /company/news.html
*******************************/
#company_news .pagettl {
  font-size: 16px;
}

#company_news .news-bn-list {
  line-height: 1.8;
}

#company_news .news-bn-list a {
  color: #5b94ea;
}

#company_news .news-bn-list a:hover {
  text-decoration: underline;
}




/******************************
 /contact/
*******************************/
#contact form table {
  margin: 20px 0;
}

#contact form table th {
  padding: 1em 0 0;
}

#contact form table td {
  padding: 0 0 1em;
}


/******************************
 /policy/
*******************************/
#policy .sec {
  font-size: 12px;
}

#policy .sec02 .decimal-list>li {
  margin-bottom: 1em;
}

/* 2021.01.05 add */

#solution_sub .solution-nav.item5 {
  background: none!important;
}
#solution_sub .solution-nav.item5 li {
  background-color: rgba(34,34,34,0.8);
}
#solution_sub .solution-nav.item5 ul::after {
  display: block;
  content:"";
  width: 50%;
  background-color: none;
}
#solution_sub .pagettl-block.item5 {
  padding-top: 117px;
}


/* 2022.03.11 add */
/******************************
 /solution/solution01-07.html
*******************************/
.sec-flow .inr {
  width: 100%;
}
.flow-list {
  padding: 5vw 5%;
}
.flow-item {
  display: block;
}
.flow-item:not(:last-child) {
  margin-bottom: 5vw;
}
.flow-item:not(:last-child)::after {
  height: 5vw;
  bottom: calc(-5vw - 1px);
}
.flow-title span {
  font-size: 13px;
  height: auto;
}
.flow-head {
  width: 100%;
  padding-bottom: 12px;
  padding-top: 34px;
}
.flow-body {
  width: 100%;
  padding: 0 22px 22px;
}
.flow-body h4 {
  font-size: 14px;
  margin-bottom: 4px;
}
.flow-body p {
  font-size: 11px;
}
.flow-step {
  margin: 0;
  position: absolute;
  left: 8px;
  top: 8px;
}
.flow-step span {
  font-size: 18px;
  margin-bottom: 3px;
}
.flow-step small {
  font-size: 5px;
}
.flow-thumb {
  position: inherit;
  left: inherit;
  top: inherit;
  bottom: inherit;
  padding: 15px;
  width: 100%;
}
.flow-thumb img {
  max-width: 370px;
  width: 60%;
  height: auto;
}
.has-thumb .flow-body {
  padding-right: 22px;
}
.flow-item.has-set1 {
  margin-bottom: 80px !important;
}
.flow-item.has-set1::after {
  height: 80px;
  bottom: -81px;
}
.flow-set2 {
  background-image: url(../images/solution01-07_img02sp.png);
  width: 234px;
  height: 90px;
  bottom: -91px;
}
.flow-group.flow-second {
  margin-top: 80px;
}
.flow-popup {
  display: block;
  background: #c2c2c2 url(../images/solution01-07_zoom02.png) no-repeat 11px center / 24px 24px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-decoration: none;
  border-radius: 8px 0 0 0;
}
.flow-head::after {
  display: none !important;
}

/* add solution03-01.html */
#solution_sub .plan-block {
  margin-top: 45px;
}
#solution_sub .plan-block >.ttl {
  font-size: 17px;
  padding-left: 24px;
  text-indent: -24px;
  padding-bottom: 10px;
}

#solution_sub .plan-block >.ttl::before {
  font-size: 25px;
}

#solution_sub .plan-block >.ttl span {
  font-size: 10px;
  padding: 3px 10px;
  margin-left: 10px;
}

#solution_sub .plan-block .list {
  gap: 0;
  margin-bottom: 20px;
}
#solution_sub .plan-block .img-list {
  gap: 24px;
}
#solution_sub .plan-block .img-list figure {
  max-width: 100% !important;
}
#solution_sub .plan-block .img-list figcaption {
  margin-top: 5px;
}
.pb200_sp150 {
	padding-bottom: 150px;
}

}
