@charset "UTF-8";

/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Roboto:wght@400;700&display=swap');

/* common */
body{
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
}
img{
  vertical-align: bottom;
}
a{
  color: #000;
  text-decoration: none;
}
a:hover{
  opacity: .6;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
.pc-in{
  display: inline-block;
}
.sp-in{
  display: none;
}
.roboto{
  font-family: 'Roboto', sans-serif;
}

.h {
  position: relative;
  z-index: 10;
  height: 100px;
}
.h-wrap{
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  transition: .2s;
}
.h-wrap.fixed{
  background: rgba(255,255,255,.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.h-logo{
  padding: 0 25px;
}
.h-logo-atn{
  display: block;
  font-size: 11px;
  padding: 0 0 0 36px;
}
.h-menu{
  display: flex;
}
.h-menu-wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px 0 0;
}
.h-menu-links{
  display: flex;
  justify-content: flex-end;
  margin: 0 0 10px;
}
.h-menu-links ul{
  display: flex;
}
.h-menu-links ul li+ li{
  margin: 0 0 0 25px;
}
.h-menu-links ul li a{
  font-size: 12px;
  position: relative;
}
.h-menu-links ul li a:before{
  content: '>';
  color: #f01428;
  display: inline-block;
  margin: 0 6px 0 0;
}
.h-menu-nav ul{
  display: flex;
}
.h-menu-nav ul li{
  position: relative;
}
.h-menu-nav ul li+ li{
  margin: 0 0 0 25px;
}
.h-menu-nav ul li a{
  font-size: 14px;
  font-weight: bold;
}
.h-menu-nav ul li a.no-link{
  cursor: text;
}
.h-menu-nav ul li:hover{
  opacity: 1;
}
.h-menu-nav ul li:hover a,
.h-menu-nav ul li.current a{
  color: #f01428;
}
.h-menu-nav ul li a:after{
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(240,20,40,0);
  position: absolute;
  top: 20px;
  left: 0;
  transition: .2s;
  pointer-events: none;
}
.h-menu-nav ul li:hover a:after,
.h-menu-nav ul li.current a:after{
  background: rgba(240,20,40,1);
  top: 30px;
}
.in-child ul{
  display: none;
}
.h-menu-nav ul li .h-menu-nav-child li a{
  color: #000;
}
.h-menu-nav ul li .h-menu-nav-child li a:after{
  content: none;
}
.h-cv{
  display: flex;
}
.h-cv-dl{
}
.h-cv-dl a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #000;
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
  border-radius: 0 0 0 10px;
}
.h-cv-img{
  /* width: 30px; */
  margin: 0 0 5px;
}
.h-cv-img img{
  max-width: 100%;
}
.h-cv-txt {
  text-align: center;
}
.h-cv-tel{
}
.h-cv-tel a {
  background: #f01428;
  border-radius: 0 0 0 0;
}
.h-cv-tel .h-cv-img{
  /* width: 42px; */
}
.h-cv-tel .h-cv-img img{
  max-width: 100%;
}
@media screen and (max-width: 1250px) {
  .h{
    height: 75px;
  }
  .h-wrap{
    height: 75px;
  }
  .h-logo{
    padding: 0 15px 0 10px;
  }
  .h-logo img {
    width: 255px;
    height: auto;
  }
  .h-menu-wrap {
    padding: 0 15px 0 0;
  }
  .h-cv img{
    width: 75px;
    height: auto;
  }
  .h-cv-dl a{
    width: 75px;
    height: 75px;
  }
  .h-cv-dl .h-cv-img{
    width: 22px;
  }
  .h-cv-dl a img{
    width: 22px;
  }
  .h-cv-tel .h-cv-img{
    width: 30px;
  }
  .h-cv-tel a img{
    width: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .h-logo img {
    width: 193px;
    height: auto;
  }
  .h-logo-atn{
    padding: 0;
  }
  .h-menu-nav ul li a {
    font-size: 12px;
  }
  .h-menu-nav ul li+ li {
    margin: 0 0 0 15px;
  }
  .h-menu-nav ul li+ li.in-child {
    margin: 0 0 -30px 15px;
  }

}

@media screen and (min-width: 897px) {
  .in-child {
    margin: 0 0 -30px;
    position: relative;
  }
  .h-menu-nav ul li+ li.in-child{
    margin: 0 0 -30px 25px;
  }
  .h-menu-nav-child{
    width: 720px;
    box-sizing: border-box;
    display: none;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: absolute;
    top: 100%;
    left: calc(50% - 360px);
    padding: 20px 40px;
    background: rgba(210,220,230,.9);
  }
  .in-child-assignment .h-menu-nav-child{
    width: 952px;
    left: calc(50% - 476px);
  }
  .in-child-product .h-menu-nav-child{
    /* transform: translateX(-100px); */
  }
  .h-menu-nav-child:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-bottom: 16px solid rgba(210,220,230,.9);
    border-top: 0;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .in-child:hover .h-menu-nav-child{
    display: flex;
  }
  .h-menu-nav ul li .h-menu-nav-child li{
    margin: 0 10px 5px 0;
  }
  .h-menu-nav ul li.in-child-assignment .h-menu-nav-child li:nth-child(3n){
    margin: 0 0 5px 0;
  }
  .h-menu-nav ul li.in-child-assignment .h-menu-nav-child li{
    width: 284px;
  }
  .h-menu-nav ul li a.no-link:hover{
    opacity: 1;
  }
  .h-menu-nav ul li .h-menu-nav-child li a{
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 5px 1px #eee;
    padding: 10px;
  }
  .h-menu-nav-child-img{
    width: 100px;
    margin: 0 10px 0 0;
  }
  .h-menu-nav-child-ttl{
    width: calc(100% - 100px);
  }
}

@media screen and (min-width: 897px) and (max-width: 1140px) {
  .h-menu-nav-child {
    width: 542px;
    left: calc(50% - 271px);
  }
  .in-child-assignment .h-menu-nav-child {
    width: 658px;
    left: calc(50% - 329px);
  }
  .h-menu-nav ul li.in-child-assignment .h-menu-nav-child li:nth-child(3n) {
    margin: 0 10px 5px 0;
  }
  .h-menu-nav ul li.in-child-assignment .h-menu-nav-child li:nth-child(2n) {
    margin: 0 0 5px 0;
  }
}

.h-sp-menu{
}
.sp-menu-open{
}
.sp-menu-close{
}
.mv{
  max-width: 1480px;
  padding: 0 10px;
  margin: 0 auto;
  background-image: url(../img/mv-bg.webp);
  background-position: top right;
  background-repeat: no-repeat;
}
.mv-copy{
  padding: 92px 0 80px;
}
.mv-copy-logo{
  margin: 0 0 20px;
}
.mv-copy-logo-img {
  display: inline-block;
  text-align: center;
}
.mv-copy-logo-note01 {
  display: block;
  font-size: 14px;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  margin: 5px 0 0;
}
.mv-copy-catch{
  font-size: 42px;
  line-height: 1.25;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  margin: 0 0 10px;
}
.mv-copy-txt{
  font-size: 15px;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  margin: 0 0 10px;
}
.mv-copy-num {
  position: relative;
  padding: 0 0 0 14px;
  border-left: 2px solid #f01428;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
.mv-copy-num-ttl {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.mv-copy-num-num {
  display: inline-block;
  font-size: 49px;
  line-height: 1;
  font-weight: bold;
  color: #f01428;
  margin: 0 0 0 -3px;
}
.mv-copy-num-num img {
  display: block;
}
.mv-copy-num-sub {
  font-size: 12px;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 0 0 -5px;
}
.mv-copy-note{
  font-size: 14px;
  padding: 0 0 0 1em;
  position: relative;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  margin: 0 0 40px;
}
.mv-copy-note:before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.logo-line {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.slick-slider{
  margin: 0 auto 90px;
}
.logo-line-item {
  width: 175px;
  padding: 5px 15px;
  box-sizing: border-box;
  border-left: 1px solid #e6e6e6;
}
.logo-line-item:first-child {
  border-left: 0;
}
.logo-line.slick-initialized{
  display: flex;
  justify-content: center;
  display: block;
  overflow: auto;
}

.pri{
}
.pri-sec{
  padding: 90px 0;
}
.pri-assignment{
  background-image: url(../img/assignment-bg.webp);
  background-repeat: no-repeat;
  background-size: 1600px 740px;
  background-position: bottom center;
  padding: 0 0 90px;
}
.wrap{
  width: 100%;
  max-width:1200px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.pri-sec-ttl{
  text-align: center;
  margin: 0 0 20px;
}
.pri-sec-ttl-sub{
  font-size: 18px;
  font-weight: bold;
  color: #f01428;
}
.pri-sec-ttl-main{
  font-size: 34px;
  font-weight: bold;
}
.pri-sec-ttl-main span{
  font-size: 19px;
  display: block;
  margin: 0 0 -8px;
}
.pri-assignment-list{
  margin: 0 0 60px;
}
.pri-assignment-list ul{
  display: flex;
  justify-content: space-between;
}
.pri-assignment-list li {
  width: calc(100% / 6);
  background: #fff;
  position: relative;
}
.pri-assignment-list li:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 20px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pri-assignment-list-img img {
  width: 100%;
  height: auto;
}
.pri-assignment-list ul li+ li{
  margin: 0 0 0 12px;
}
.pri-assignment-list-img{
  display: block;
}
.pri-assignment-list-txt{
  display: block;
  box-sizing: border-box;
  height: 92px;
  padding: 15px 15px;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.pri-assignment-list-txt:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 20px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pri-assignment-conts{
}
.pri-assignment-conts-copy{
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 0 50px;
}
.pri-assignment-conts-desc{
  position: relative;
  text-align: center;
  margin: 0 0 25px;
}
.pri-assignment-conts-desc:before{
  content: '';
  width: 2px;
  height: 30px;
  background: #fff;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pri-assignment-conts-desc-ttl{
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 10px;
}
.pri-assignment-conts-desc-txt{
  color: #fff;
  line-height: 2;
}
.pri-btn{
  text-align: center;
}
.pri-btn a{
  display: inline-block;
  min-width: 450px;
  height: 60px;
  box-sizing: border-box;
  padding: 16px 30px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 100;
  color: #fff;
  background: #f01428;
  text-align: center;
  position: relative;
}
.pri-btn a:before{
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: rgba(255,255,255,.3);
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
}
.pri-btn a:after{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: rgba(255,255,255,1);
  position: absolute;
  right: 27px;
  top: calc(50% - 3px);
}
.pri-btn a.pri-btn-cv{
  padding: 16px 30px 16px 50px;
}
.pri-btn-cv span{
  position: relative;
}
.pri-btn-cv span:before{
  content: "";
  width: 23px;
  height: 18px;
  border-radius: 3px;
  background-image: url(../img/btn-contact-icon.webp);
  background-repeat: no-repeat;
  background-size: 23px 18px;
  position: absolute;
  left: -33px;
  top: calc(50% - 8px);
}
.pri-products{
}
.pri-products-list{
}
.pri-products-list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.pri-products-list ul li{
  width: calc((100% - 60px) / 3);
  border-left: 2px solid #f01428;
  box-sizing: border-box;
  box-shadow: 0 0 8px 1px #eee;
  margin: 0 30px 30px 0;
}
.pri-products-list ul li:nth-child(3n){
  margin: 0 0 30px 0;
}
.pri-products-list ul li a{
  display: block;
  padding: 10px 24px;
}
.pri-products-list-title{
  display: flex;
  align-items: center;
  min-height: 45px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 36px;
  margin: 0 0 3px;
}
.pri-products-list-title:before{
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../img/arrow-icon@2x.webp);
  background-repeat: no-repeat;
  background-size: 26px 26px;
  position: absolute;
  top: 10px;
  left: 0;
}
.pri-products-list-txt{
  font-size: 14px;
}
.pri-reason{
  background: #f2f6fa;
}
.pri-reason-list{
  margin: 0 0 40px;
}
.pri-reason-list ul{
  display: flex;
}
.pri-reason-list ul li{
  width: calc(100% / 4);
  box-sizing: border-box;
  border-right: 1px solid #d6dce4;
  text-align: center;
  padding: 0 0 15px;
}
.pri-reason-list ul li:last-child{
  border-right: 0;
}
.pri-reason-list ul li img{
  margin: 0 auto;
}
.pri-reason-list-img {
  display: block;
  text-align: center;
}
.pri-reason-list-num {
  display: block;
  text-align: center;
  margin: 0 0 5px;
}
.pri-reason-list-ttl {
  font-size: 21px;
  font-weight: bold;
  text-align: left;
}
.pri-case{
}
.pri-case-list{
  margin: 0 0 40px;
}
.pri-case-list ul{
}
.pri-case-list ul li{
  border-bottom: 1px solid #d6dce4;
}
.pri-case-list ul li:first-child{
  border-top: 1px solid #d6dce4;
}
.pri-case-list ul li a{
  display: flex;
  padding: 15px 80px 15px 20px;
  align-items: center;
  position: relative;
}
.pri-case-list ul li a:after{
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../img/arrow-icon@2x.webp);
  background-repeat: no-repeat;
  background-size: 26px 26px;
  position: absolute;
  top: calc(50% - 13px);
  right: 20px;
}
.pri-case-list-thumb{
  display: block;
  width: 330px;
  height: 230px;
  overflow: hidden;
  margin: 0 40px 0 0;
}
.pri-case-list-thumb img {
  height: 230px;
  width: auto;
}
.pri-case-list-conts {
  width: calc(100% - 370px);
}
.pri-case-list-conts-com{
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #f01428;
  margin: 0 0 10px;
}
.pri-case-list-ttl{
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px;
}
.pri-case-list-industry{
  display: block;
  font-size: 13px;
}
.pri-case-list-employees{
  display: block;
  font-size: 13px;
}
.pri-information{
}
.pri-information-list{
  margin: 0 0 40px;
}
.pri-information-list ul li{
  border-bottom: 1px solid #d6dce4;
}
.pri-information-list ul li:first-child{
  border-top: 1px solid #d6dce4;
}
.pri-information-list ul li a{
  display: flex;
  align-items: center;
  padding: 25px 30px 25px 10px;
  position: relative;
}
.pri-information-list ul li a:after{
  content: '>';
  color: #f01428;
  position: absolute;
  font-size: 18px;
  line-height: 1;
  top: calc(50% - 0.5em);
  right: 10px;
}
.pri-information-list-date{
  font-size: 13px;
  margin: 0 30px 0 0;
}
.pri-information-list-cat{
  display: inline-block;
  width: 120px;
  padding: 4px 0;
  text-align: center;
  border: 1px solid #f01428;
  box-sizing: border-box;
  font-size: 13px;
  color: #f01428;
  margin: 0 30px 0 0;
}
.pri-information-list-ttl{
  font-weight: bold;
  display: block;
  width: calc(100% - 240px);
}
.pri-contact{
  background-image: url(../img/contact-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pri-contact .pri-sec-ttl-sub,
.pri-contact .pri-sec-ttl-main {
  color: #fff;
}
.pri-conatct-txt{
  color: #fff;
  text-align: center;
  line-height: 2;
  margin: 0 0 40px;
}
.f01{
  padding: 60px 0;
}
.f01-wrap{
  display: flex;
  justify-content: space-between;
}
.f01-logo{
}
.f01-menu{
  display: flex;
}
.f01-menu-list{
  margin: 0 15px;
}
.f01-menu-list li{
  margin: 0 0 10px;
}
.f01-menu-list li a{
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 0 20px;
  position: relative;
}
.f01-menu-list li a.no-link{
  pointer-events: none;
}
.f01-menu-list li a:before{
  content: '';
  width: 8px;
  height: 11px;
  background-image: url(../img/f-menu-arrow.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 8px 11px;
  position: absolute;
  top: 6px;
  left: 0;
}
.f01-menu-list li a.no-link:before{
  content: none;
}
.f01-menu-list-l{
}
.in-child ul.f01-menu-list-child{
  display: block;
  margin: 10px 0 0;
}
.f01-menu-list-child li{
  margin: 0 0 6px;
}
.f01-menu-list-child li a{
  font-size: 12px;
  font-weight: normal;
  position: relative;
}
.f01-menu-list-child li a:before{
  content: '-';
  display: inline-block;
  margin: 0 1px 0 0;
  background: none;
  position: relative;
  top: auto;
  left: auto;
}
.f01-btn{
}
.f01-btn a{
  margin: 0 0 10px;
  color: #fff;
}
.f01-btn-cv {
  display: flex;
  align-items: center;
  width: 210px;
  height: 45px;
  box-sizing: border-box;
  background: #000;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 12px;
  position: relative;
}
.f01-btn-cv:after {
  content: "";
  width: 8px;
  height: 11px;
  background-image: url(../img/h-cv-arrow.webp);
  background-size: 8px 11px;
  background-repeat: no-repeat;
  position: absolute;
  right: 8px;
  top: calc(50% - 5px);
}
.f01-btn-cv.f01-btn-tel {
  background: #f01428;
}
.f01-btn-cv-img {
  width: 25px;
  text-align: center;
  margin: 0 8px 0 0;
}
.f01-btn-cv-img img{
  display: inline-block;
}
.f02{
  background: #000;
  padding: 30px 0;
}
.f02-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f02-logo{
}
.f02-menu{
  padding: 0 180px 0 0;
}
.f02-menu ul{
  display: flex;
}
.f02-menu ul li{
  margin: 0 20px 0 0;
}
.f02-menu ul li a{
  font-size: 12px;
  color: #fff;
}
.f02-cr{
  font-size: 10px;
  color: #fff;
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #000;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 10;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pri-head{
  text-align: center;
  padding: 130px 0 60px;
  background-image: url(../img/page-mv-bg.webp);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin: -100px 0 0;
}
.pri-head-sub{
  font-size: 20px;
  font-weight: bold;
}
.pri-head-ttl{
  font-size: 58px;
  line-height: 1.25;
  font-weight: bold;
}
.pri-head-en{
  font-size: 26px;
  font-weight: bold;
  color: #f01428;
  font-family: 'Roboto', sans-serif;
}
.pri-head-bread{
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.pri-head-bread-item{
  font-size: 12px;
  margin: 0 6px 0 0;
  position: relative;
}
.pri-head-bread-item+ .pri-head-bread-item:before{
  content: '>';
  display: inline-block;
  margin: 0 6px 0 0;
}
.pri-head-bread-item a{
  font-size: 12px;
}
.pri-page{
  overflow: hidden;
}
.pri-page-conts{
}
.pri-page-conts p{
  line-height: 1.8;
  margin: 0 20px 20px 0;
}
.pri-page-conts b,
.pri-page-conts strong{
  font-weight: bold;
  color: #f01428;
}
.pri-page-conts a{
  color: #2864a0;
  text-decoration: underline;
  display: inline-block;
}
.pri-page-conts img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 20px;
}
.pri-page-conts img+ figcaption{
  display: block;
  background: #f2f6fa;
  padding: 10px 15px;
  margin: -20px 0 20px;
}
.pri-page-conts h1{
  font-size: 36px;
  font-weight: bold;
  padding: 8px 0;
  border-top: 4px solid #f01428;
  border-bottom: 1px solid #f01428;
  margin: 0 0 20px;
}
.pri-page-conts h2{
  font-size: 32px;
  font-weight: bold;
  padding: 0 0 10px;
  position: relative;
  margin: 0 0 20px;
}
.pri-page-conts h2:before{
  content: '';
  width: 100%;
  height: 2px;
  background-color: #d6dce4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pri-page-conts h2:after{
  content: '';
  width: 26%;
  height: 2px;
  background-color: #f01428;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pri-page-conts h3{
  font-size: 28px;
  line-height: 1.25;
  font-weight: bold;
  padding: 0 0 0 15px;
  border-left: 4px solid #f01428;
  margin: 0 0 20px;
}
.pri-page-conts h4{
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
  padding: 0 0 0 35px;
  position: relative;
  margin: 0 0 20px;
}
.pri-page-conts h4:before{
  content: '';
  width: 20px;
  height: 4px;
  background: #f01428;
  position: absolute;
  top: 13px;
  left: 0;
}
.pri-page-conts h5{
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
  padding: 0 0 0 20px;
  position: relative;
  margin: 0 0 20px;
}
.pri-page-conts h5:before{
  content: '';
  width: 8px;
  height: 8px;
  background: #f01428;
  position: absolute;
  top: 10px;
  left: 0;
}
.pri-page-conts h6{
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
  margin: 0 0 20px;
}
.pri-page-conts ul{
  margin: 0 0 40px;
}
.pri-page-conts ul li{
  font-size: 18px;
  padding: 0 0 0 22px;
  position: relative;
}
.pri-page-conts ul li+ li{
  margin: 10px 0 0;
}
.pri-page-conts ul li:before{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #f01428;
  position: absolute;
  top: 8px;
  left: 0;
}
.pri-page-conts ol{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin: 0 0 40px;
}
ol ol{
  padding-left: 1em;
}
.pri-page-conts ol li{
  font-size: 18px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.pri-page-conts ol li+ li{
  margin: 10px 0 0;
}
.pri-page-conts ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .5em;
  font-weight: bold;
  color: #f01428;
}
.row{
  display: flex;
  margin: 0 0 40px;
}
.row-left{
}
.row-left .row-img{
  min-width: 420px;
  margin: 0 30px 0 0;
}
.row-txt{
  width: 100%;
}
.row-right{
  flex-direction: row-reverse;
}
.row-right .row-img{
  min-width: 420px;
  margin: 0 0 0 30px;
}
.row-left .row-img img,
.row-right .row-img img {
  max-width: none;
}
.flex{
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}
.flex-box{
  width: 380px;
  background: #fff;
  box-shadow: 0 0 8px 1px #eee;
}
.flex-box+ .flex-box{
  margin: 0 0 0 30px;
}
.pri-page-conts p.flex-box-img{
  margin: 0 0 20px;
}
.pri-page-conts p.flex-box-ttl{
  padding: 0 25px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 5px;
}
.pri-page-conts p.flex-box-txt{
  padding: 0 25px 25px;
  margin: 0;
}
.pri-page-conts table{
  width: 100%;
  margin: 0 0 40px;
  border: 1px solid #d6dce4;
}
.pri-page-conts table th,
.pri-page-conts table td{
  padding: 15px;
  border: 1px solid #d6dce4;
}
.pri-page-conts table th{
  text-align: center;
  background: #000;
  color: #fff;
  font-weight: bold;
}
.pri-page-conts table td{
}
.pri-page-conts th p,
.pri-page-conts td p{
  margin: 0;
}
.pri-page-conts th p+ p,
.pri-page-conts td p+ p{
  margin: 20px 0 0;
}
.assignment{
  background: #fff;
  box-shadow: 0 0 8px 1px #eee;
  padding: 25px 25px 25px 125px;
  margin: 0 0 20px;
  position: relative;
  border-left: 1px solid #f01428;
}
.assignment:before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 40px solid #f01428;
  border-bottom: 0;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.assignment-num{
  font-size: 49px;
  line-height: 1;
  font-weight: bold;
  color: #f01428;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: 25px;
  left: 25px;
}
.assignment-num p{
  margin: 0;
  line-height: 1;
}
.assignment-num span{
  display: block;
  padding: 7px;
  border: 1px solid #f01428;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}
.assignment-conts{
}
.assignment-conts-ttl{
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 5px;
}
.assignment-conts-txt{
  font-size: 15px;
}
.solution{
  background: #fff0f2;
  box-shadow: 0 0 8px 1px #eee;
  padding: 25px 25px 25px 125px;
  margin: 0 0 20px;
  position: relative;
  border-left: 1px solid #f01428;
  margin: 0 0 50px;
}
.solution-num{
  font-size: 49px;
  line-height: 1;
  font-weight: bold;
  color: #f01428;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: 25px;
  left: 25px;
}
.solution-num p{
  margin: 0;
  line-height: 1;
}
.solution-num span{
  display: block;
  padding: 7px;
  border: 1px solid #f01428;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}
.solution-conts{
}
.solution-conts-ttl{
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 5px;
}
.solution-conts-txt{
  font-size: 15px;
}
.small-btn {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}
.small-btn a{
  color: #f01428;
  font-size: 13px;
  text-decoration: none;
  padding: 10px 50px 10px 40px;
  border: 1px solid #f01428;
  border-radius: 30px;
  margin: 0 10px;
  position: relative;
}
.small-btn a:before{
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: rgba(240, 20, 40, 0.3);
  position: absolute;
  top: 11px;
  right: 11px;
}
.small-btn a:after{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background: #f01428;
  position: absolute;
  top: 18.5px;
  right: 18.5px;
}
.small-btn p{
  margin: 0;
}
.small-btn p+ p{
  margin: 0 0 0 25px;
}
.large-btn{
  text-align: center;
  margin: 0 0 40px;
}
.large-btn a{
  min-width: 450px;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  background: #f01428;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid #f01428;
  border-radius: 30px;
  padding: 15px 60px;
  position: relative;
}
.large-btn a:before{
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 17px;
  right: 20px;
}
.large-btn a:after{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 24px;
  right: 27px;
}
.bg-wrap{
  width: 100vw;
  background: #f2f6fa;
  padding: 40px 0;
  margin: 0 0 40px;
  position: relative;
  left: calc((100vw - 1180px) / -2);
}

@media screen and (max-width: 1219px) {
  .bg-wrap{
    width: 100%;
    padding: 40px 20px;
    margin: 0 0 40px -20px;
    position: relative;
    left: 0;
  }
}

.border-wrap{
  border: 1px solid #d6dce4;
  padding: 0 0 40px;
  margin: 40px 0;
}
.pri-page-conts .border-wrap h1{
  border-bottom: 1px solid #d6dce4;
  padding: 8px 40px;
}
.pri-page-conts .border-wrap h2,
.pri-page-conts .border-wrap h3,
.pri-page-conts .border-wrap h4,
.pri-page-conts .border-wrap h5,
.pri-page-conts .border-wrap h6,
.pri-page-conts .border-wrap ul,
.pri-page-conts .border-wrap ol,
.pri-page-conts .border-wrap p{
  margin-left:40px;
  margin-right:40px;
}
.pri-page-conts .border-wrap{
  
}
.border-wrap{
  
}

.pri-news{
}
.news-wrap{
  display: flex;
  justify-content: space-between;
}
.pri-news-m{
  max-width: 820px;
  width: 69%;
}
.pri-news-m-ttl{
  font-size: 36px;
  line-height: 1;
  padding: 20px 0;
  font-weight: bold;
  border-top: 4px solid #f01428;
  border-bottom: 1px solid #d6dce4;
  padding: 15px 0 14px;
  margin: 0 0 15px;
}
.pri-news-m-arch{
  margin: 0 0 30px;
}
.pri-news-m-arch-box{
  border-bottom: 1px solid #d6dce4;
}
.pri-news-m-arch-box a{
  padding: 15px 20px;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.pri-news-m-arch-box a:after{
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../img/arrow-icon@2x.webp);
  background-repeat: no-repeat;
  background-size: 26px 26px;
  position: absolute;
  top: calc(50% - 13px);
  right: 20px;
}
.pri-news-m-arch-box-img{
  width: 260px;
  height: 180px;
  overflow: hidden;
  margin: 0 30px 0 0;
}
.pri-news-m-arch-box-img img{
  width: auto;
  height: 180px;
}
.pri-news-m-arch-box-info{
  width: calc(100% - 290px);
}
.pri-news-m-arch-box-info-ttl{
  display: block;
  font-size: 22px;
  font-weight: bold;
  padding: 0 55px 0 0;
  margin: 0 0 10px;
}
.pri-news-m-arch-box-info-co{
  font-weight: bold;
  color: #f01428;
}
.pri-news-m-arch-box-info-author{
  display: block;
  font-size: 13px;
  margin: 0 0 5px;
}
span.pri-news-m-arch-box-info-in{
  display: flex;
}
.pri-news-m-arch-box-info-date{
  display: block;
  font-size: 13px;
}
.pri-news-m-pager{
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
}
.pri-news-m-pager a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #f01428;
  font-weight: bold;
  font-size: 18px;
  color: #f01428;
  margin: 0 10px;
}
.pri-news-m-pager span.current{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #f01428;
  background: #f01428;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin: 0 10px;
}
.pri-news-m-pager .prev {
  margin: 0 25px 0 0;
}
.pri-news-m-pager .next {
  margin: 0 0 0 25px;
}
.pri-news-s{
  max-width: 300px;
  width: 31%;
}
.pri-news-s-wrap{
  box-shadow: 0 0 5px 1px #eee;
  margin: 0 0 30px;
}
.pri-news-s-ttl{
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  border-top: 4px solid #f01428;
}
.pri-news-s-cat{
}
.pri-news-s-cat ul{
}
.pri-news-s-cat ul li{
  border-bottom: 1px solid #d6dce4;
}
.pri-news-s-cat ul li:first-child{
  border-top: 1px solid #d6dce4;
}
.pri-news-s-cat ul li a{
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 13px;
  position: relative;
}
.pri-news-s-cat ul li a:after{
  content: '';
  width: 8px;
  height: 11px;
  background-image: url(../img/side-arrow.webp);
  background-repeat: no-repeat;
  background-size: 8pa 11px;
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
}
.pri-news-s-pop{
  background: #f2f6fa;
  padding: 10px;
}
.pri-news-s-pop ul li+ li{
  margin: 5px 0 0;
}
.pri-news-s-pop ul li a{
  display: flex;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  position: relative;
}
.pri-news-s-pop ul li a:after{
  content: '';
  width: 8px;
  height: 11px;
  background-image: url(../img/side-arrow.webp);
  background-repeat: no-repeat;
  background-size: 8pa 11px;
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
}
.pri-news-s-pop-img{
  width: 100px;
}
.pri-news-s-pop-img img{
  width: 100%;
  height: auto;
}
.pri-news-s-pop-ttl{
  width: calc(100% - 128px);
  padding: 0 18px 0 10px;
  display: flex;
  align-items: center;
}

.pri-news-m-ttl h1{
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.pri-news-m-ttl-date{
  font-size: 13px;
  font-weight: normal;
  padding: 0 0 0 5px;
}
.pri-news-m-info{
  font-size: 13px;
  background: #f2f6fa;
  padding: 15px 20px;
  margin: -15px 0 30px;
}
.pri-news-m-info-cat{
}
.pri-news-m-info-txt{
}
.pri-news-m-conts{
}

.pri-faq{
}
.pri-faq-nav{
  margin: 0 0 90px;
}
.pri-faq-nav ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pri-faq-nav ul li{
  width: calc((100% - 60px) / 4);
  box-shadow: 0 0 5px 1px #eee;
  margin: 0 0 20px;
}
.pri-faq-nav ul li a{
  display: block;
  background: #fff;
  border-bottom: 2px solid #f01428;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 18px 40px 18px 20px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.pri-faq-nav ul li a:after{
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../img/arrow-icon-down@2x.webp);
  background-repeat: no-repeat;
  background-size: 26px 26px;
  position: absolute;
  top: 16px;
  right: 15px;
}
.pri-faq-box{
}
.pri-faq-box-ttl{
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  padding: 20px 0;
  border-top: 4px solid #f01428;
  border-bottom: 1px solid #d6dce4;
  margin: 0 0 30px;
}
.pri-faq-box ul{
  margin: 0 0 90px;
}
.pri-faq-box ul li{
  border: 1px solid #d6dce4;
}
.pri-faq-box ul li+ li{
  margin: 20px 0 0;
}
.pri-faq-box ul li a{
  display: block;
  padding: 20px 60px;
  position: relative;
}
.pri-faq-box ul li a:before{
  content: 'Q.';
  font-size: 28px;
  font-weight: bold;
  color: #f01428;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: 10px;
  left: 20px;
}
.pri-faq-box ul li a:after{
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../img/arrow-icon@2x.webp);
  background-repeat: no-repeat;
  background-size: 26px 26px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.pri-faq-conts{
  margin: 0 auto 50px;
}
.pri-page-conts h1.pri-faq-conts-q{
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  padding: 20px 20px 20px 60px;
  border-top: 4px solid #f01428;
  border-bottom: 1px solid #d6dce4;
  margin: 0 0 30px;
  position: relative;
}
.pri-page-conts .pri-faq-conts-q:before{
  content: 'Q.';
  font-size: 42px;
  font-weight: bold;
  color: #f01428;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: 18px;
  left: 4px;
}
.pri-faq-conts-a{
}
.pri-faq-conts-a-ttl{
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 40px;
  margin: 0 0 20px;
  position: relative;
}
.pri-faq-conts-a-ttl:before{
  content: 'A.';
  font-size: 28px;
  font-weight: bold;
  color: #f01428;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: 5px;
  left: 0;
}
.pri-faq-conts-a p{
  margin: 30px 0;
}
.pri-faq-conts-a p:first-child{
  margin: 0 0 30px;
}
.pri-faq-conts-a p:last-child{
  margin: 0;
}
.pri-page-conts .pri-faq-conts-a p:last-child{
  margin-left: 40px;
  margin-right: 40px;
}
.pri-faq-conts+ .small-btn{
  margin: 0;
}
.pri-faq-other{
  background: #f2f6fa;
  padding: 90px 0;
}
.pri-faq-other-ttl{
  font-size: 34px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin: 0 0 25px;
}
.pri-faq-other-list{
}
.pri-faq-other-list ul{
}
.pri-faq-other-list ul li{
  border: 1px solid #d6dce4;
}
.pri-faq-other-list ul li+ li{
  margin: 25px 0 0;
}
.pri-faq-other-list ul li a{
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 25px 60px;
  background: #fff;
  position: relative;
}
.pri-faq-other-list ul li a:before{
  content: 'Q.';
  font-size: 28px;
  font-weight: bold;
  color: #f01428;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: 20px;
  left: 20px;
}
.pri-faq-other-list ul li a:after{
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../img/arrow-icon.webp);
  background-repeat: no-repeat;
  background-size: 26px 26px;
  position: absolute;
  top: calc(50% - 13px);
  right: 20px;
}

.pri-news-m-conts-seminar {
  background: #f2f6fa;
  padding: 20px;
  margin: 0 0 30px;
}

.pri-news-m-conts-seminar-en {
  text-align: center;
  font-size: 13px;
  line-height: 1;
  color: #f01428;
  font-weight: bold;
}

.pri-news-m-conts-seminar-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px;
}
.pri-news-m-conts-seminar-list ul {
  margin: 0;
}
.pri-news-m-conts-seminar-list ul li{
background: #fff;
font-size: 16px;
padding: 10px 40px;
}
.pri-news-m-conts-seminar-list ul li+ li{
  margin: 5px 0 0;
}
.pri-news-m-conts-seminar-list ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: #f01428;
  position: absolute;
  top: 19px;
  left: 20px;
}
.speaker{
  padding: 20px;
  border: 1px solid #d6dce4;
  display: flex;
  margin: 0 0 40px;
}
.speaker-img {
  width: 160px;
  height: 160px;
  margin: 0 30px 0 0;
}
.speaker-info{
  width: calc(100% - 190px);
}
.speaker-info-ttl{
  font-size: 24px;
  margin: 0 0 10px;
}



@media screen and (max-width: 896px) {
  body{
    font-size: 15px;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .pc-in{
    display: none;
  }
  .sp-in{
    display: inline-block;
  }
  img{
    max-width: 100%;
    height: auto;
  }
  .wrap{
    width: 100%;
    max-width:100%;
    padding: 0;
  }

  .h {
    height: 50px;
  }
  .h-wrap {
    height: 50px;
  }
  .h-logo {
    padding: 0 15px;
  }
  .h-logo a img{
    width: 210px;
    height: auto;
  }
  .h-logo-atn{
    font-size: 10px;
    padding: 0;
  }
  .h-cv img {
    width: 100%;
  }
  .h-cv-txt{
    display: block;
    width: 100%;
    position: relative;
  }
  .h-cv-txt:after{
    content: "";
    width: 8px;
    height: 11px;
    background-image: url(../img/h-cv-arrow.webp);
    background-size: 8px 11px;
    background-repeat: no-repeat;
    position: absolute;
    right: 8px;
    top: calc(50% - 4px);
  }
  .h-cv-dl a{
    width: 100%;
    padding: 15px 0;
    border-radius: 8px;
  }
  .h-cv-dl .h-cv-img {
    width: 38px;
  }
  .h-cv-dl a img{
    width: 38px;
  }
  .h-cv-tel .h-cv-img {
    width: 50px;
  }
  .h-cv-tel a{
    width: 100%;
    border-radius: 8px;
  }
  .h-cv-tel a img{
    width: 50px;
  }
  .h-menu {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0,10,20,0.94);
    padding: 50px 0 0;
  }
  .h-menu-wrap {
    flex-direction: column-reverse;
    padding: 0;
  }
  .h-menu-nav ul {
    display: block;
  }
  .h-menu-nav ul li{
    border-bottom: 1px solid rgba(255,255,255,.3);
  }
  .h-menu-nav ul li.in-child{
    position: relative;
  }
  .h-menu-nav ul li a{
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 15px;
    position: relative;
  }
  .h-menu-nav ul li a:after {
    content: '';
    width: 8px;
    height: 11px;
    background-image: url(../img/sp-h-menu-arrow.webp);
    background-size: 8px 11px;
    position: absolute;
    top: 21px;
    right: 15px;
  }
  .h-menu-nav ul .h-menu-nav-child{
   display: none;
   padding: 10px 0;
   background: rgba(242, 246, 248, .08);
  }
  .h-menu-nav ul li+ li {
    margin: 0;
  }
  .h-menu-nav ul li:hover a,
  .h-menu-nav ul li.current a{
    color: #fff;
  }
  .h-menu-nav ul li+ li.in-child{
    margin: 0;
  }
  .h-menu-nav .h-menu-nav-child li{
    border-bottom: 0;
  }
  .h-menu-nav .h-menu-nav-child li a{
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    position: relative;
  }
  .h-menu-nav ul li .h-menu-nav-child li a{
    color: #fff;
  }
  .h-menu-nav .h-menu-nav-child li a:before{
    content: '-';
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .h-menu-links {
    display: block;
    margin: 0;
  }
  .h-menu-links ul {
    display: block;
  }
  .h-menu-links ul li{
    border-bottom: 1px solid rgba(255,255,255,.3);
  }
  .h-menu-links ul li+ li {
    margin: 0;
  }
  .h-menu-links ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 15px;
    position: relative;
  }
  .h-menu-links ul li a:before {
    content: none;
  }
  .h-menu-links ul li a:after {
    content: '';
    width: 8px;
    height: 11px;
    background-image: url(../img/sp-h-menu-arrow.webp);
    background-size: 8px 11px;
    position: absolute;
    top: 21px;
    right: 15px;
  }
  .h-menu-nav ul li a:after,
  .h-menu-nav ul li:hover a:after,
  .h-menu-nav ul li.current a:after {
    content: '';
    width: 8px;
    height: 11px;
    background-image: url(../img/sp-h-menu-arrow.webp);
    background-size: 8px 11px;
    position: absolute;
    top: 21px;
    left: auto;
    right: 15px;
    background-color: rgba(0,0,0,0);
  }
  .h-menu-nav ul li.in-child a:after,
  .h-menu-nav ul li.in-child:hover a:after,
  .h-menu-nav ul li.in-child.current a:after{
    content: none;
  }
  .h-menu-nav ul li.in-child-assignment a:after{
    content: none;
  }
  .h-menu-nav-child-img{
    display: none;
  }
  .h-cv {
    display: flex;
    padding: 6px;
    background: #fff;
    justify-content: space-between;
    margin: 15px;
    border-radius: 10px;
  }
  .h-cv-dl{
    width: 49%;
  }
  .h-cv-dl a img{
    max-width: 100%;
    height: auto;
  }

  .h-sp-menu {
    position: relative;
    z-index: 2;
  }
  .h-sp-menu img{
    width: 50px;
    height: auto;
  }
  .sp-menu-close{
    display: none;
  }

  .f01 {
    padding: 20px 0 0;
  }
  .f01-wrap,
  .f02-wrap {
    display: block;
  }
  .f01-menu{
    border-top: 1px solid #d6dce4;
  }
  .f01-menu-list {
    margin: 0;
  }
  .f01-menu-list li {
    margin: 0;
    border-bottom: 1px solid #d6dce4;
  }
  .f01-menu-list li a {
    display: block;
    font-size: 14px;
    padding: 15px;
  }
  .f01-menu-list li a:before{
    top: calc(50% - 4px);
    right: 15px;
    left: auto;
  }
  .f01-menu-list .in-child{
    position: relative;
  }
  .in-child-btn{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .in-child-btn-close{
    display: none;
  }
  .f01-menu-list .in-child a:before{
    background: none;
  }
  .in-child ul.f01-menu-list-child {
    margin: 0;
    padding: 15px;
    background: #f2f6f8;
    display: none;
  }
  .f01-menu-list-child li {
    border-bottom: 0;
  }
  .f01-menu-list-child li a{
    padding: 10px;
  }
  .f01-menu-list .in-child .f01-menu-list-child li a:before {
    background: none;
    width: auto;
    height: auto;
    right: 5px;
  }

  .mv {
    max-width: 100%;
    padding: 290px 0 0;
    background-image: url(../img/sp-mv.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mv-copy {
    padding: 0 20px;
  }
  .mv-copy-logo {
    margin: 0 0 10px;
  }
  .mv-copy-logo img {
    width: 220px;
    height: auto;
  }
  .mv-copy-logo-note01 {
    font-size: 12px;
    margin: 2px 0 0;
  }
  .mv-copy-catch {
    font-size: 26px;
  }
  .mv-copy-txt {
    margin: 0 0 20px;
  }
  .mv-copy-num {
    display: none;
  }
  .mv-copy-note {
    font-size: 12px;
    margin: 5px 0 0;
  }
  .scsk-line {
    width: 100%;
    height: 30px;
    background-image: url(../img/scsk-gray-logo.webp);
    background-repeat: repeat-x;
    background-size: auto 30px;
    background-position: center center;
  }
  .logo-line {
    width: 100%;
    /* overflow-x: hidden;
    display: flex;
    justify-content: center; */
  }
  .logo-line-item{
    width: 105px;
    padding: 5px 12px;
  }
  .pri-sec-ttl-sub {
    font-size: 14px;
  }
  .pri-sec-ttl-main {
    font-size: 24px;
  }
  .pri-sec-ttl-main span{
    font-size: 16px;
  }
  

  .pri-assignment {
    background-image: url(../img/sp-assignment-bg.webp);
  }
  .pri-assignment-list {
    background: #f2f6fa;
    padding: 10px;
    position: relative;
    margin: 0 0 40px;
  }
  .pri-assignment-list:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #f2f6fa;
    border-bottom: 0;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .pri-assignment-list ul {
    display: block;
  }
  .pri-assignment-list li {
    width: 100%;
  }
  .pri-assignment-list ul li a{
    position: relative;
  }
  .pri-assignment-list-img{
    width: 160px;
  }
  .pri-assignment-list-img img{
    width: 160px;
    height: auto;
  }
  .pri-assignment-list-txt {
    display: flex;
    align-items: center;
    width: calc(100% - 160px);
    height: 100px;
    padding: 15px 40px 15px 15px;
    font-size: 15px;
  }
  .pri-assignment-list ul li a:after{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../img/arrow-icon.webp);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
  }
  .pri-assignment-list ul li a {
    display: flex;
  }
  .pri-assignment-list ul li+ li{
    margin: 10px 0 0;
  }
  .pri-assignment-conts-desc-txt p+ p{
    margin: 10px 0 0;
  }
  .pri-assignment-list-txt:after{
    content: none;
  }
  .pri-assignment-conts-copy {
    font-size: 23px;
  }
  .pri-assignment-conts-desc-ttl {
    font-size: 19px;
  }
  .pri-assignment-conts-desc-txt {
    font-size: 14px;
    text-align: left;
  }

  .pri-reason-list {
    margin: 0 0 20px;
  }
  .pri-products-list ul {
    display: block;
  }
  .pri-products-list ul li,
  .pri-products-list ul li:nth-child(3n) {
    width: 96%;
    margin: 0 auto 12px;
  }
  .pri-reason-list ul {
    display: block;
  }
  .pri-reason-list ul li {
    width: 100%;
    padding: 10px 5px;
    margin: 0 auto;
    border: none;
    display: flex;
    border-bottom: 1px solid #d6dce4;
  }
  .pri-reason-list ul li:first-child {
    border-top: 1px solid #d6dce4;
  }
  .pri-reason-list-icon{
    width: 90px;
    margin: 0 12px 0 0;
  }
  .pri-reason-list-in{
    width: calc(100% - 102px);
    text-align: left;
  }
  .pri-reason-list-num{
    text-align: left;
    margin: 0 0 6px;
  }
  .pri-reason-list-ttl{
    font-size: 19px;
    text-align: left;
    line-height: 1.25;
  }
  .pri-case-list-conts{
    display: block;
    position: relative;
    width: 100%;
  }
  .pri-case-list-conts:after{
    content: '';
    width: 26px;
    height: 26px;
    background-image: url(../img/arrow-icon@2x.webp);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    position: absolute;
    top: calc(50% - 13px);
    right: 0;
  }
  .pri-case-list ul li a:after{
    content: none;
  }

  .pri-case-list-thumb {
    display: block;
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 0 0 10px;
  }
  .pri-case-list-thumb img{
    width: 100%;
    height: auto;
  }
  .pri-case-list-conts-com {
    font-size: 14px;
    margin: 0 0 5px;
  }
  .pri-case-list ul li a {
    display: block;
    padding: 15px;
  }

  .pri-information-list ul li a {
    display: block;
    padding: 20px 30px 20px 0;
  }
  .pri-information-list-date {
    font-size: 11px;
    margin: 0 15px 0 0;
  }
  .pri-information-list-cat {
    width: auto;
    padding: 2px 10px;
    font-size: 11px;
    margin: 0;
  }
  .pri-information-list-ttl {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 5px 0 0;
  }
  .pri-case-list-ttl {
    position: relative;
    font-size: 20px;
    padding: 0 30px 0 0;
    margin: 0 0 5px;
  }

  .pri-conatct-txt {
    font-size: 14px;
    text-align: left;
  }
  .pri-btn a{
    width: 100%;
    min-width: auto;
    height: 50px;
    padding: 12px 30px;
    border-radius: 25px;
  }
  .pri-btn a.pri-btn-cv {
    padding: 12px 30px 12px 40px;
  }

  .f01-logo{
    text-align: center;
    margin: 0 0 20px;
  }
  .f01-logo a{
    display: inline-block;
  }
  .f01-logo a img{
    width: 135px;
    height: auto;
  }

  .f01-menu {
    display: block;
  }
  .f01-btn {
    padding: 15px;
    display: flex;
    justify-content: space-between;
  }
  .f01-btn a {
    width: 49%;
    height: 105px;
    padding: 5px 0 0;
    margin: 0;
  }
  .f01-btn-cv {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: auto;
    height: 105px;
    padding: 0 30px;
    border-radius: 8px;
    font-size: 13px;
    position: relative;
  }
  .f01-btn-tel {
    background: #f01428;
  }
  .f01-btn-cv-img {
    width: 50px;
    text-align: center;
    margin: 0 0 10px;
  }
  .f01-btn-cv-img img{
    width: 38px;
    height: auto;
  }
  .f01-btn-tel .f01-btn-cv-img img{
    width: 50px;
    height: auto;
  }
  .f01-btn-cv:after{
    content: none;
  }
  .f01-btn-cv-txt {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .f01-btn-cv-txt:after {
    content: "";
    width: 8px;
    height: 11px;
    background-image: url(../img/h-cv-arrow.webp);
    background-size: 8px 11px;
    background-repeat: no-repeat;
    position: absolute;
    right: 8px;
    top: calc(50% - 6px);
}

  .f02-logo {
    text-align: center;
    margin: 0 0 30px;
  }
  .f02-menu {
    padding: 0;
    margin: 0 0 20px;
  }
  .f02-menu ul {
    display: block;
  }
  .f02-menu ul li {
    margin: 0;
    text-align: center;
  }
  .f02-menu ul li+ li {
    margin: 20px 0 0;
  }
  .f02-menu ul li a{
    font-size: 12px;
  }
  .f02-cr {
    text-align: center;
  }


  .pri-sec {
    padding: 45px 10px;
  }

  .pri-head {
    padding: 65px 0 10px;
    margin: -50px 0 0;
  }
  .pri-head-sub{
    font-size: 16px;
  }
  .pri-head-ttl{
    font-size: 30px;
  }
  .pri-head-en{
    font-size: 20px;
  }
  .pri-head-bread {
    position: relative;
    bottom: auto;
    left: auto;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    padding: 20px 12px 0;
  }
  .pri-head-bread-item a {
    font-size: 11px;
  }

  .pri-page-conts h1 {
    font-size: 26px;
    line-height: 1.25;
  }
  .pri-page-conts h2 {
    font-size: 24px;
  }
  .pri-page-conts h3 {
    font-size: 22px;
  }
  .pri-page-conts h4 {
    font-size: 21px;
  }
  .pri-page-conts h5,
  .pri-page-conts h6 {
    font-size: 18px;
  }
  .pri-page-conts ul li,
  .pri-page-conts ol li {
    font-size: 16px;
  }

  .row {
    display: block;
    margin: 0 0 40px;
  }
  .row-right .row-img {
    min-width: 100%;
    margin: 0 0 30px;
  }
  .row-left .row-img {
    min-width: 100%;
    margin: 0 0 30px;
  }
  .row-left .row-img img,
  .row-right .row-img img{
    max-width: 100%;
  }

  .flex {
    display: block;
  }
  .flex-box {
    width: 100%;
  }
  .flex-box+ .flex-box{
    margin: 20px 0 0;
  }
  .flex-box-img img{
    width: 100%;
    height: auto;
  }
  .assignment,
  .solution{
    padding: 25px 25px 25px 100px;
  }
  .assignment-conts-ttl,
  .solution-conts-ttl {
    font-size: 22px;
  }
  .assignment:before {
    content: '';
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid #f01428;
    bottom: -30px;
  }
  .pri-page-conts img+ figcaption {
    font-size: 0.9em;
  }

  .small-btn {
    display: block;
    text-align: center;
  }
  .small-btn p+ p {
    margin: 20px 0 0;
  }
  .large-btn a {
    width: 100%;
    min-width: auto;
    padding: 15px 40px;
  }
  .bg-wrap {
    width: calc(100% + 20px);
    padding: 40px 10px;
    box-sizing: border-box;
    left: -10px;
    margin: 40px 0;
  }
  .pri-page-conts .border-wrap h1 {
    padding: 8px 15px;
  }
  .pri-page-conts .border-wrap h2,
  .pri-page-conts .border-wrap h3,
  .pri-page-conts .border-wrap h4,
  .pri-page-conts .border-wrap h5,
  .pri-page-conts .border-wrap h6,
  .pri-page-conts .border-wrap ul,
  .pri-page-conts .border-wrap ol,
  .pri-page-conts .border-wrap p{
    margin-left: 15px;
    margin-right: 15px;
  }
  .pri-page-conts .pri-faq-conts-a p:last-child{
    margin-left: 15px;
    margin-right: 15px;
  }
  .pri-faq-nav ul{
    display: block;
  }
  .pri-faq-nav ul li{
    width: 100%;
  }
  .pri-faq-nav ul li+ li{
    margin: 15px 0 0;
  }
  .pri-faq-nav ul li a{
    display: block;
  }
  
  .news-wrap{
    display: block;
  }
  .pri-news-m{
    max-width: 100%;
    width: 100%;
  }
  .pri-news-s {
    max-width: 100%;
    width: 100%;
  }
  .pri-news-m-ttl {
    font-size: 24px;
  }

  .pri-news-m-arch-box-img {
    display: block;
    width: 100%;
    margin: 0 0 15px;
  }
  .pri-news-m-arch-box a {
    display: block;
    padding: 15px;
  }
  .pri-news-m-arch-box-img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
  }
  .pri-news-m-arch-box-img img {
    width: 100%;
    height: auto;
  }
  .pri-news-m-arch-box-info{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  .pri-news-m-arch-box-info-co {
    font-size: 14px;
    margin: 0 0 5px;
  }
  .pri-news-m-arch-box-info-ttl {
    font-size: 20px;
    padding: 0 30px 0 0;
    position: relative;
    margin: 0 0 5px;
  }
  .pri-news-m-arch-box-info-ttl:after {
    content: '';
    width: 26px;
    height: 26px;
    background-image: url(../img/arrow-icon@2x.webp);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    position: absolute;
    top: calc(50% - 13px);
    right: 0;
  }
  .pri-news-m-arch-box a:after {
    content: none;
  }

  .pri-news-m-conts-seminar-ttl {
    font-size: 20px;
  }

  .speaker {
    padding: 15px;
    margin: 0 0 30px;
  }
  p.speaker-img {
    width: 100px;
    height: 100px;
    margin: 0 15px 15px 0;
  }
  p.speaker-img img {
      width: 100%;
      height: auto;
  }
  .speaker-info {
      width: calc(100% - 120px);
  }
  .speaker-info-ttl {
      font-size: 18px;
      font-weight: bold;
  }
  p.speaker-info-txt {
      margin: 0;
  }

  .pri-news-m-pager .prev {
    margin: 0 8px 0 0;
  }
  .pri-news-m-pager .next {
    margin: 0 0 0 8px;
  }
  .pri-news-m-pager .prev img,
  .pri-news-m-pager .next img {
    width: 30px;
    height: 30px;
  }
  .pri-news-m-pager a,
  .pri-news-m-pager span.current{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 15px;
    margin: 0 5px;
  }

  .pri-faq-box-ttl{
    font-size: 30px;
  }





}



