@charset "UTF-8";

@import url(reset.css);
@import url(utility.css);
@import url(base.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Outfit:wght@400;700&display=swap');


/*-----------------------------------------------------------

  =Global Layout

-----------------------------------------------------------*/
html {
  font-family: 'Outfit', 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  color: #111;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased !important;
}
body{
  background: #fff;
  width: 100%;
  font-size: 1.6rem;
  font-feature-settings: 'palt' 1;
  letter-spacing:.05em;
  line-height: 2;
}

/* 2023.01.26 add takayuki.nagai */
.viewSP { display: none; }

@media only screen and ( max-width:1024px) {
  body{
    font-size: 1.4rem;
  }

  .viewSP { display: none; }

}
@media screen and (max-width: 768px){
  body {
    min-width: 320px;
  }

  .viewSP { display: block; }

}
/* Lexend*/
.f-ty01{
  font-family: 'Outfit', sans-serif;
}

/* Frame Format
---------------------------------*/
#wrapper {
  width: 100%;
  position: relative;
  padding-top: 120px;
}
.content-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.wrap {
  padding: 120px 0;
}
.wrap-less {
  padding: 0px 0 120px;
}

#main-column {
  width: 70%;
}
#side-column {
  width: 25%;
}
#side-column aside:nth-of-type(n+2) {
  margin-top: 60px;
}
#page-top {
  position: absolute;
  top: -40px;
  right: 10px;
  width: 80px;
  z-index: 2;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
#page-top:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media screen and ( max-width:1100px) {
  #wrapper {
    padding-top: 60px;
  }
  .wrap {
    padding:70px 0 ;
  }
  .wrap-less {
    padding: 0px 0 70px;
  }
  #main-column {
    width: 100%;
    margin-bottom: 70px;
  }
  #side-column {
    width: 100%;
  }
  #page-top {
    top: -30px;
    width: 60px;
  }
}

/* Font Format
---------------------------------*/
.section-heading{
  margin-bottom:50px;
  text-align: center;
}
.section-heading .en{
  color:#b7b5c1;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.44;
  padding-bottom:5px;
}
.section-heading .jp{
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  display: block;
  line-height: 1.11;
}
#top-info .section-heading .jp{
  font-size: 3rem;
}
.ttl-bg .section-heading{
  margin-bottom:0px;
}
.ttl-bg .section-heading .en{
  font-size: 1.4rem;
}
.ttl-bg .section-heading .jp{
  font-size: 3rem;
}
.page-links .section-heading{
  margin-bottom:30px;
}
.page-links .section-heading .en{
  font-size: 1.6rem;
  padding-bottom:15px;
}
.page-links .section-heading .jp{
  font-size: 3rem;
}
.paragraph li {
  font-size: 12px;
  margin-top: 15px;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 3px 0 3px 1em;
  text-indent: -1em;
}
.tx-kensyu{
  color:#a96b33;
}
.tx-shiryo{
  color:#00a0e9;
}
.tx-doc{
  color:#e4007f;
}
.tx-meet{
  color:#6fba2c;
}

@media screen and ( max-width:768px) {
  .section-heading{
    margin-bottom:30px;
  }
  .footer-contact .section-heading{
    margin-bottom:20px;
  }
  .section-heading .en{
    font-size: 1.4rem;
  }
  .section-heading .jp{
    font-size: 2.8rem;
  }
  #top-info .section-heading .jp{
    font-size: 2.4rem;
  }
  .ttl-bg .section-heading .en{
    font-size: 1.4rem;
  }
  .ttl-bg .section-heading .jp{
    font-size: 3rem;
  }
  .page-links .section-heading{
    margin-bottom:20px;
  }
  .page-links .section-heading .en{
    font-size: 1.4rem;
  }
  .page-links .section-heading .jp{
    font-size: 2.4rem;
   }
}

.ttl-bg {
  /* background-color: #f7f7f7; */
  width: 100%;
  height: 180px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: rgba(0,0,0,.08) solid 1px;
  margin-bottom:70px;
}
.ttl-bg_wrap {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 2rem;
  transform: translate(-50%,-50%);
  text-align: center;
}
@media screen and ( max-width:750px) {
  .ttl-bg {
    height: 120px;
    margin-bottom:40px;
  }
}

/* ----------------------------------------------------
	Hedder
-------------------------------------------------------
*/
#header {
  background: rgba(255,255,255, 1);
  display: flex;
  align-items: end;
  justify-content: space-between;
  height: 120px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .logo{
  max-width: 290px;
  padding:40px 20px;
}
@media screen and ( max-width:1100px) {
  #header {
    height: 60px;
    align-items: center;
    background: rgba(255,255,255, 1);
  }
  #header .logo{
    max-width: 200px;
    padding:0 0 0 20px;
  }
}

/* G-nav */
#g-nav{
  /* mix-blend-mode: difference; */
  margin-right:20px;
}
#g-nav ul{
  display: flex;
  justify-content: center;
  font-size: 14px;
}
#g-nav ul ul{
  display: block;
}
#g-nav ul li{
  position: relative;
  margin:20px 15px;
}
#g-nav li a{
  display: block;
  text-decoration: none;
  color: #111;
  transition: .2s ease-in-out;
  position: relative;
  overflow: hidden;
  line-height: 1.1;
}
@media screen and (min-width: 1101px){
  #g-nav ul{
    align-items: center;
  }
  #g-nav li .g-nav-link{
    color:#111;
    font-weight: 700;
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1;
    padding: 0.2em 0;
  }
  #g-nav li .g-nav-link::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 100%;
    height: 1px;
    background: rgba(05,0,0,.4);
    transition: .4s ease-in-out;
    transform: scale(0, 1);
    transform-origin: left top;
  }

  #g-nav li .g-nav-link_off{
    color:#111;
    font-weight: 700;
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1;
    padding: 0.2em 0;
  }
  #g-nav li .g-nav-link_off::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 100%;
    height: 1px;
    background: rgba(05,0,0,.4);
    transition: .4s ease-in-out;
    transform: scale(0, 1);
    transform-origin: left top;
  }

  
  #g-nav li .g-nav-link:hover::before {
    transform: scale(1, 1);
  }
  #g-nav ul li .g-nav-link:hover{
      color:#777;
  }
  

  /* #gnav-contact,#gnav-login,#gnav-member,#gnav-search,#gnav-request {
    display:none;
  } */
  #gnav-login .g-nav-link span{
    padding-left:22px;
    position: relative;
  }
  #gnav-login .g-nav-link span::before {
    content: url(../img/icon-login.svg);
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 2px;
    left: 0;
}
  #g-nav li.current a{
   /* color:#00a0e9; */
   opacity: .4;
  }
  /* current nav */
  #about #gnav-konpasu a{
    opacity: .4;
  }
  #guide #gnav-guide a{
    opacity: .4;
  }
  #flow #gnav-flow a{
    opacity: .4;
  }
  #case #gnav-case{
    opacity: .4;
  }
  #service #gnav-service .g-nav-link{
    opacity: .4;
  }
  #consultant #gnav-consult-info{
    opacity: .4;
  }
  #faq #gnav-faq{
    opacity: .4;
  }
}
@media screen and (max-width:1100px) {
  #g-nav{
    padding: 0;
    position:fixed;
    z-index: 999;
    top:-120%;
    left:0;
    width:100%;
    height: 100vh;
    background:rgba(255,255,255,1);
    transition: all 0.6s;
  }
  #g-nav ul{
    display: block;
  }
  #g-nav ul li{
    margin:0px;
  }
  #g-nav ul li a{
    padding:20px 20px;
  }
  #g-nav ul .g-nav-link{
    padding:15px 20px;
  }
  #g-navi ul .g-nav-link::after {
    display: none;
  }
  #g-nav ul li li a{
    padding:10px 20px;
  }
  .g-nav-list{
    border-top:1px solid rgba(0,0,0,.1);
  }
  .g-nav-list li a{
    border-bottom:1px solid rgba(0,0,0,.1);
  }
  .g-nav-list__item a::before{
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -3px;
    border-top: solid 2px rgba(0,0,0,.1);
    border-right: solid 2px rgba(0,0,0,.1);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
  }
}
#gnav-consul a {
  color: #e10072!important;
  justify-content: center;
  align-items: center;
  display: flex!important;
  border: 2px solid #e10072;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
  height: 46px;
  padding:0 12px;
}
#gnav-consul a:hover {
  border: 2px solid #ed66aa;;
  color:#fff!important;
  background-color:#ed66aa !important;
}
#gnav-search a {
  color: #0148cb!important;
  justify-content: center;
  align-items: center;
  display: flex!important;
  border: 2px solid #0148cb;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
  height: 46px;
  padding:0 12px;
}
#gnav-search a:hover {
  border: 2px solid #6791e0;
  color:#fff!important;
  background: #6791e0 !important;

}
#gnav-request a {
  color: #fff!important;
  justify-content: center;
  align-items: center;
  display: flex!important;
  background-color: #0148cb;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
  height: 46px;
  padding:0 12px;
}
#gnav-request a:hover {
  background: #6791e0!important;
}
#g-nav .cta-circle {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  font-size: 10px;
  color: #111;
  line-height: 30px;
}

@media screen and (min-width: 1101px){
  /* #g-nav #gnav-contact,
  #g-nav #gnav-login, */
  #g-nav #gnav-consul,
  #g-nav #gnav-search,
  #g-nav #gnav-request {
    display: none;
  }
}
@media screen and (max-width:1100px){
  #g-nav #gnav-search a,
  #g-nav  #gnav-request a,
  #g-nav  #gnav-consul{
    width: 70%;
    margin: 20px auto 0;
}
}

/* G-nav has-child */
#g-nav li.has-child ul{
  position: absolute;
  right:-40%;
  top:30px;
  z-index: 4;
  background:#f5f5f5;
  width:210px;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  font-size:14px;
  overflow: hidden;
  border: 1px solid #ddd;
  background: #fff;
}
#g-nav #gnav-login.has-child ul{
  width:180px;
}
#g-nav li.has-child ul li{
  margin: 0;
}
#g-nav li.has-child:hover > ul,
#g-nav li.has-child ul li:hover > ul,
#g-nav li.has-child:active > ul,
#g-nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}
#g-nav li.has-child ul li a{
  color: #111;
  opacity: 1;
  padding: 15px 15px;
}
#g-nav li.has-child ul li.drop-kensyu a .tx-kensyu{
  color:#a96b33;
}
#g-nav li.has-child ul li.drop-document a .tx-shiryo{
  color:#00a0e9;
}
#g-nav li.has-child ul li.drop-doc a .tx-doc{
  color:#e4007f;
}
#g-nav li.has-child ul li.drop-meet a .tx-meet{
  color:#70bb2f;
}
#g-nav li.has-child ul li a::before {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-top: solid 1px rgba(255,255,255,0.3);
  border-right: solid 1px rgba(255,255,255,0.3);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}
#g-nav li.has-child ul li:last-child a{
  border-bottom:none;
}
/* #g-nav li.has-child ul li a:hover,
#g-nav li.has-child ul li a:active{
  color:#666;
} */


#g-nav li.has-child ul li a:first-child {
  border-bottom: 1px solid #e0e0e0;
}
#g-nav li.has-child ul li a::before{
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-top: solid 1px rgba(0,0,20,0.3);
  border-right: solid 1px rgba(0,0,0,0.3);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
}
#g-nav li.has-child ul li a:hover{
  color:#666 !important;
}
@media screen and (max-width:1100px){
  #g-nav li.has-child ul{
    border:none;
    background:#f5f5f5;
  }
  #g-nav ul li.has-child::before{
    content:'';
    position: absolute;
    width:8px;
    height:8px;
    border-top: 2px solid rgba(0,0,0,.3);
    border-right:2px solid rgba(0,0,0,.3);
    transform: rotate(135deg);
    top:16px;
    right:20px;
  }
  #g-nav ul li.has-child.active::before{
    transform: rotate(-45deg);
  }
  #g-nav li a:hover{
    background:#f6f8fb;
  }
  #g-nav li.has-child ul li a::before {
    right: 30px;
  }
  #g-nav.panelactive{
    top: 0;
  }
  #g-nav.panelactive #nav-wrap{
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav ul {
    width: 100%;
    margin:60px auto 70px;
  }
  #g-nav ul ul{
    width: 100%;
    margin: 0;
  }
  #g-nav ul li.has-child ul{
    position: relative;
    left:0;
    top:0;
    width:100% !important;
    visibility:visible;
    opacity:1;
    display: none;
    transition:none;
    transform: none;
    padding:0;
    border-radius: 0;
    background-color: #fff;
  }
  #g-nav li.has-child ul li a {
    padding: 15px 30px;
  }
  #g-nav li.has-child ul li a:hover{
    color:#eaf2fb;
  }
}

/* G-nav-openbtn */
.g-nav-openbtn{
  display: none;
}
@media screen and (max-width:1100px) {
  .g-nav-openbtn{
    display: block;
    position:fixed;
    z-index: 9999;
    /* background-color: #111; */
    top:0px;
    right: 0px;
    cursor: pointer;
    width: 60px;
    height:60px;
  }
  .g-nav-openbtn .openbtn-area{
    transition: all .4s;
  }
  .g-nav-openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 18px;
    height: 2px;
    background: #111;
    width: 45%;
    z-index: 9999;
  }
  .g-nav-openbtn span:nth-of-type(1) {
    top:18px;
  }
  .g-nav-openbtn span:nth-of-type(2) {
    top:26px;
  }
  .g-nav-openbtn span:nth-of-type(3) {
    top:34px;
  }
  .g-nav-openbtn.active .openbtn-area{
    transform: rotateY(-360deg);
  }
  .g-nav-openbtn.active span:nth-of-type(1) {
    top: 24px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 45%;
    background: #111;
  }
  .g-nav-openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .g-nav-openbtn.active span:nth-of-type(3){
    top: 36px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 45%;
    background: #111;
  }
}

.sub-nav{
  display: block;
  position: absolute;
  top:0;
  right:20px;
}
.sub-nav ul{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:14px;
}
.sub-nav ul li {
  position: relative;
  margin: 10px 6px;
}
.sub-nav a{
  color:#666;
}
.sub-nav a:hover{
  color:#00a0e9;
}
.sub-nav__consultant{
  display: block;
  font-weight: 700;
  transition: 0.5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  position:relative;
}
.sub-nav__consultant a{
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 3rem;
  height: 42px;
  border: 2px solid #e10072;
  color: #e10072!important;
  padding: 0px 14px;
}
.sub-nav__consultant a:hover {
  border: 2px solid #ed66aa;
  background: #ed66aa;
  color: #fff!important;
}
.sub-nav__search{
  display: block;
  font-weight: 700;
  transition: 0.5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  position:relative;
}
.sub-nav__search a{
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 3rem;
  height: 42px;
  border: 2px solid #0148cb;
  color: #0148cb!important;
  padding: 0px 14px;
}
.sub-nav__search a:hover {
  border: 2px solid #6791e0;
  color: #fff!important;
  background: #6791e0 !important;
}
.sub-nav__request{
  display: block;
  font-weight: 700;
  transition: 0.5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}
.sub-nav__request a{
  justify-content: center;
  align-items: center;
  display: flex;
  height: 42px;
  border-radius: 3rem;
  background-color: #0148cb;
  color: #fff!important;
  padding: 0px 14px;
}
.sub-nav__request a:hover {
  background: #6791e0;

}
.sub-nav .cta-circle {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  font-size: 10px;
  color: #111;
  line-height: 30px;
}
@media screen and (max-width:1100px) {
  .sub-nav{
    display: none;
  }
}

/* breadcrumbs
-----------------------------------------------------*/
.breadcrumbs{
  font-size: 14px;
  color:#111;
  text-align: left;
  background-color: #f6f8fb;
  overflow-x: auto;
  overflow-y: hidden;
  padding:10px 20px;
}
.breadcrumb-list{
  padding:0px!important ;
}
.breadcrumbs ol{
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs a{
  color:#111;
}
.breadcrumbs a:focus,
.breadcrumbs a:active,
.breadcrumbs a:hover {
  color: #666;
  text-decoration: underline;
}
.breadcrumbs li:nth-child(n+2):before {
  content: "/";
  margin: 0 0.2em;
}
[data-ruby]{
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.5em;
  left: 50%;
  right: 0;
  margin-left: -2.5em;
  font-size: 8px;
  width: 5em;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 1169px) {
 .breadcrumbs {
  font-size: 12px;
    padding:5px 20px;
  }
  .breadcrumbs .inner{
    padding:0;
  }
}


/* ----------------------------------------------------
	Footer
-------------------------------------------------------
*/
/* #footer{
  margin-bottom:150px;
} */

.footer-utility{
  background-color: #f6f8fb;
  padding:60px 0;
}

.footer-utility .footer-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-utility .footer-nav .footer-nav-item{
  width: 23%;
  font-size: 13px;
}
.footer-utility .footer-nav .footer-nav-item .ttl{
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #111;
  padding-bottom:5px;
  margin-bottom:15px;
}
.footer-contact{
  margin-top:70px;
}
.footer-contact a{
  color: #111!important;
  display: block;
  padding: 10px 20px;
  border-radius: 6px;
  border:1px solid #111;
  transition: 0.5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  background: #fff;
  position: relative;
  text-align: center;
}
.footer-contact a:hover{
  background: rgba(8,163,233,0.1);
}
.footer-contact a span {
  padding-left: 20px;
  position: relative;
}
.footer-contact span::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/common/ico_contact.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0px;
  left: 0;
}

.footer-company{
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;
  margin:50px 0;
  padding:25px 0;
}
.footer-company .footer-logo{
  width: 20%;
}
.footer-company .footer-logo img{
  width:220px;
}
.foonter-privacy{
  width: 86px;
}

.copyright{
  margin: 20px auto 20px;
  font-size: 12px;
  text-align: center;
}

@media screen and ( min-width:751px) {
  .footer-utility .footer-nav li:nth-of-type(n+2){
    margin-top: 6px;
  }
}
@media screen and ( max-width:750px) {
  .footer-utility{
    padding:40px 0;
  }
  .footer-utility .footer-logo{
    width: 100%;
    margin-bottom:20px;
    text-align: center;
  }
  .foonter-privacy{
    width: 86px;
    margin: 0 auto;
  }
  .footer-utility .footer-nav{
    width: 100%;
  }
  .footer-utility .footer-nav .footer-nav-item{
    width: 100%;
    font-size: 12px;
  }
  .footer-utility .footer-nav .footer-nav-item:nth-of-type(n+2){
    margin-top:30px;
  }
  .footer-utility .footer-nav .footer-nav-item .ttl{
  font-size: 14px;
  margin-bottom:8px;
}
  .footer-utility .footer-nav .footer-nav-item li{
    width: 100%;
    border-bottom:1px solid #ddd;
  }
  .footer-utility .footer-nav .footer-nav-item li a {
    display: block;
    font-size: 12px;
    line-height: 1;
    padding: 16px 0;
  }
  .footer-contact{
    margin-top:25px;
  }
}

#fix_contact {
  z-index: 100;
  position: fixed;
  bottom: -999px;
  right: 0;
  width: 300px;
  text-align: center;
  color:#fff;
  line-height:1.4;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
#fix_contact.show{
  bottom: -5px;
}
@media screen and ( max-width:750px) {
  #fix_contact{
    display: none;
  }
}


/* Top Mv
-----------------------------------------------------*/
#top-mv{
  color: #111;
  background-color: #f7f7f7;
  background-image: url(../img/top/mv-bg_pc.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
#top-mv .mv-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 50px 20px;
  position: relative;
}
#top-mv .text-box {
  width: 50%;
  text-align: center;
}
#top-mv .mv-object {
  position: absolute;
  right: -40px;
  top: 60px;
  max-width: 530px;
}
#top-mv .mv-subcopy01{
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
  text-align: center;
}
#top-mv .mv-subcopy01::before, #top-mv .mv-subcopy01::after {
  content: '';
  width: 3px;
  height: 20px;
  background-color: #111;
}
#top-mv .mv-subcopy01::before {
  margin-right: 15px;
  transform: rotate(-35deg);
}
#top-mv .mv-subcopy01::after {
  margin-left: 15px;
  transform: rotate(35deg);
}
#top-mv .mv-subcopy02{
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
}
#top-mv .mv-catch{
  font-size: 6.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
  margin-bottom:15px;
  font-feature-settings: "palt";
}
.mv-copy{
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.66;
  background: linear-gradient(transparent 95%, #111 0%);
  display: inline;
  padding-bottom: 0.2em;
}
.mv-point{
  margin-top:30px;
}
/* .mv-medal{
  position: absolute;
  right: -40px;
  bottom: -50px;
  max-width: 140px;
} */
.mv-medal{
  position: absolute;
  right: 36%;
  top: 20px;
  max-width: 140px;
}

@media screen and (max-width: 768px){
  #top-mv{
    background-image: url(../img/top/mv-bg_sp.jpg);
  }
  #top-mv .mv-inner {
    padding: 30px 20px;
  }
  #top-mv .text-box {
    width: 100%;
  }
  .mv-point {
    margin-top: 20px;
  }
  #top-mv .mv-object {
    position: static;
    width: 70%;
    margin: 15px auto 0;
  }
  #top-mv .mv-subcopy01{
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  #top-mv .mv-subcopy01::before, #top-mv .mv-subcopy01::after {
    content: '';
    width: 2px;
    height: 14px;
    background-color: #111;
  }
  #top-mv .mv-subcopy02{
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  #top-mv .mv-catch{
    font-size: 4.4rem;
    margin-bottom:10px;
  }
  .mv-copy{
    font-size: 2rem;
  }
  /* .mv-medal{
    position: absolute;
    right: 0px;
    bottom: -50px;
    max-width: 100px;
  } */
  .mv-medal{
    position: absolute;
    right: 10px;
    top: 57%;
    max-width: 90px;
  }
}


/* Cta
-----------------------------------------------------*/
.cta-inquiry{
  background-color: #0148cb;
  padding:40px 20px;
}
.cta-inquiry_inner{
  background-color: #fff;
  border-radius: 10px;
  max-width: 1040px;
  margin:0 auto;
  padding:30px;
  text-align: center;
}
.cta-inquiry .heading{
  color:#0148cb;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.44;
  margin-bottom:20px;
}
.cta-btns-2row {
  max-width: 940px;
  margin: 0 auto 0;
}
.cta-btns-2row li {
  width: 49%;
}
.cta-btns-2row .radius-btn{
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size:1.8rem;
  font-weight: 700;
  transition: all 0.3s;
  letter-spacing: 0;
  margin-top:0;
  height: 70px;
}
.btn-search{
  border:2px solid #0148cb!important;
  color:#0148cb!important;
  background-color: #fff!important;
}
.btn-request{
  border:2px solid #0148cb!important;
  background-color:#0148cb ;
  color:#fff;
}
.btn-search:hover{
  border:2px solid #6791e0!important;
  color:#fff!important;
  background-color: #6791e0!important;
}
.btn-request:hover{
  color:#fff!important;
  border:2px solid #6791e0 !important;
  background-color:#6791e0 ;
}
.cta-circle{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff000;
  margin-right:10px;
  font-size:12px;
  color:#111;
  text-align:center;
  line-height: 40px;
}

@media screen and ( max-width:750px) {
  .cta-inquiry{
    padding:20px 15px;
  }
  .cta-inquiry_inner{
    padding:20px 12px;
  }
  .cta-inquiry .heading{
    font-size: 1.6rem;
    margin-bottom:20px;
  }
  .cta-btns-2row {
    width: 95%;
    margin: 0 auto 0;
  }
  .cta-btns-2row li {
    width: 100%;
  }
  .cta-btns-2row .radius-btn{
    width: 100%;
    font-size:1.6rem;
    height: 56px;
  }
  .cta-btns-2row li:first-child .radius-btn{
    margin-bottom:20px;
  }
}


/*Loop-Logo
-----------------------------------------------------------*/
.loop-slide{
  margin-top:30px;
}
.loop-slide{
  opacity: 0;
  transition: opacity .3s linear;
}
.loop-slide.slick-initialized{
  opacity: 1;
}
.loop-slide__item {
  padding: 0 10px;
  max-width: 220px!important;
}
@media screen and ( max-width:750px) {
  .loop-slide__item {
    padding: 0 10px;
    max-width: 160px!important;
  }
}


/*Top-intro
-----------------------------------------------------------*/
#top-intro{
  background-color:#f6f8fb;
  text-align: center;
}
#top-intro .heading{
  margin-bottom:50px;
}
#top-intro .heading .sub{
  background: linear-gradient(transparent 90%, #e10072 0%);
  color:#e10072;
  display: inline;
  padding-bottom:.2em;
  font-size:2rem;
  font-weight: 700;
  line-height: 1.66;
}
#top-intro .heading .main{
  display: block;
  font-size:3.4rem;
  font-weight: 700;
}
#top-intro .heading .main span{
  margin:20px auto 10px;
  font-size:5rem;
  display: block;
}
.top-intro-list li{
  display: flex;
  flex-direction: column;
}
.top-intro-list li a{
  background-color: #fff;
  border-radius: 6px;
  padding:25px 20px;
}
.top-intro-list li .ttl{
  font-size:1.6rem;
  font-weight: 700;
  line-height: 1.66;
  margin-bottom:20px;
}

@media screen and ( min-width:751px) {
  .top-intro-list li a{
    transition: all 0.4s;
  }
  .top-intro-list li a:hover {
    transform: translate3d(0,-4px,0);
  }
  .top-intro-list li .ttl{
    min-height: 76px;
  }
}
.top-intro-list li img{
  max-width: 160px;
  margin: 0 auto 20px;
}
.top-intro-list li .summary-ttl{
  margin-top: auto;
  font-size:1.4rem;
  line-height: 1.66;
  font-weight: 700;
}
.top-intro-list li .summary-ttl .intro-border-txt{
  display: inline-block;
  border-bottom: 1px solid #111;
  /* background: linear-gradient(transparent 97%,#111 97%); */
  font-size:2rem;
  font-weight: 700;
  margin: 2px 0 7px;
}


@media screen and ( max-width:750px) {
  #top-intro .heading{
    margin-bottom:35px;
  }
  #top-intro .heading .sub{
    font-size:1.6rem;
  }
  #top-intro .heading .main{
    font-size:2.8rem;
  }
  #top-intro .heading .main span{
    font-size:4.4rem;
    margin:15px auto;
  }
  .top-intro-list li:nth-of-type(n+2){
    margin-top:20px !important;
  }
  .top-intro-list li a{
    padding:20px;
  }
  .top-intro-list li .ttl{
    font-size:1.6rem;
  }
}


/*Top about
-----------------------------------------------------------*/
#top-about{
  text-align: center;
}
#top-about .heading{
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.44;
  margin-bottom:50px;
}
.top-about-box{
  background-color: #fff;
  border-radius: 10px;
  padding:50px;
  /* margin-bottom:70px; */
}
.top-about_service-img{
  max-width: 900px;
  margin: 0 auto ;
}
.top-about-list li img{
  border-radius: 6px;
  overflow: hidden;
}
.top-about-list li .ttl{
  margin-top:20px;
  line-height: 1.66;
}
.top-about-list li .ttl span{
  font-size:2.0rem;
  font-weight: 700;
}
@media screen and ( max-width:750px) {
  #top-about .heading{
    font-size: 1.8rem;
    margin-bottom:25px;
  }
  .top-about-box{
    padding:20px;
    /* margin-bottom:60px; */
  }
  .top-about-list li:nth-of-type(n+2){
    margin-top:30px !important;
  }
  .top-about-list li .ttl span{
    font-size:1.6rem;
  }
}
.top-about-consultation .ttl{
  font-size:2.8rem;
  font-weight: 700;
  margin-bottom:30px;
}
.top-about-consultation .ttl span{
  color:#e4007f;
}
.about-consultation_trouble{
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
  position: relative;
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (min-width: 1025px){
  .about-consultation_trouble {
    min-height: 268px;
  }
}


.about-consultation_trouble::after {
  content: '';
  width: 16px;
  height: 18px;
  background: url(../img/top/about-consultation.svg) no-repeat center top;
  background-size: contain;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.about-consultation_trouble .sub-ttl{
  border-bottom: 1px solid #111;
  display: inline-block;
  font-size:2.0rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom:15px;
}
.trouble-list{
  text-align: left;
  font-size:1.4rem;
}
.trouble-list li {
  line-height: 1.6;
  position: relative;
  padding: .4em 0 .4em 22px;
}
.trouble-list li:before {
  content: url(../img/top/ico-about-check.svg);
  display: inline-block;
  width: 15px;
  height: auto;
  position: absolute;
  top: .6em;
  left: 0;
}
.about-consultation_solution {
  background-color: #fff;
  border-radius: 6px;
  padding: 0 20px 20px;
  position: relative;
  text-align: center;
}
.about-consultation_solution .sub-ttl {
  background-color: #e4007f;
  border-radius: 24px;
  color:#fff;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  padding:0 12px;
  height: 28px;
  top: -14px;
  margin-bottom: -7px;
  z-index: 2;
  position: relative;
}
.about-consultation_solution .img{
  max-width: 180px;
  margin:0 auto 20px;
}
.about-consultation_solution .catch{
  color: #e4007f;
  font-size: 1.6rem;
  line-height: 1.66;
  font-weight: 700;
}
.about-consultation_solution .catch span{
  display: block;
  font-size: 2.0rem;
}
@media screen and ( max-width:750px) {
  .about-consultation-list .row:nth-of-type(n+2){
    margin-top:40px !important;
  }
  .trouble-list{
    font-size:1.3rem;
  }
  .top-about-consultation .ttl{
    font-size:2.2rem;
    margin-bottom:20px;
  }
  .about-consultation_solution .catch{
    font-size: 1.4rem;
  }
  .about-consultation_solution .catch span{
    font-size: 2rem;
  }
  .about-consultation_trouble .sub-ttl{
    font-size:2rem;
  }
}

.top-about-consul{
  margin:40px auto 80px;
  max-width: 800px;
  border:5px solid #00a0e9;
  border-radius: 10px;
  padding:25px;
  font-size:1.4rem;
  text-align: center;
}
.top-about-consul .ttl{
  color:#00a0e9;
  background: linear-gradient(transparent 96%, #00a0e9 0%);
  display: inline;
  font-size:2.0rem;
  font-weight: 700;
  line-height: 1.44;
}
.top-about-consul .txt{
  margin-top:12px;
}
@media screen and ( max-width:750px) {
  .top-about-consul{
    width: calc(100%-40px);
    margin:40px 20px 80px;
    border:2px solid #00a0e9;
    padding:20px;
    font-size:1.3rem;
  }
  .top-about-consul .ttl{
    font-size:1.8rem;
  }
  .top-about-consul .txt{
    text-align: left;
  }
}


/*Top-Service
-----------------------------------------------------------*/
.service-list{
  display: flex;
  flex-wrap: wrap;
}
.service-list .item{
  border-radius: 6px;
  padding:25px;

  width: 49%;
}
.service-list .item a{
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 751px){
  .service-list .item a {
    height: 425px;
  }
}

.service-list__subttl{
  background-color: #fff;
  border:1px solid #cacaca;
  border-radius: 4px;
  padding:8px 10px;
  margin-bottom:20px;
  font-size:1.6rem;
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
}
.service-list__row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.service-list__row .item-pic{
  width:49%;
  border-radius: 4px;
  overflow: hidden;
}
.service-list__row .item-txt{
  width:49%;
}
.service-list .item-icon {
  text-align: center;
}
.service-list .item-icon img{
  height: 40px;
}
.service-list .item-heading{
  font-size: 2.0rem;
  line-height: 1.44;
  font-weight: 700;
  text-align: center;
  margin:15px 0 0;
}
.service-list .item-heading span{
  display: block;
  font-size: 2.8rem;
}
.service-list .item-disc-list{
  margin-top:30px;
  margin-bottom:30px;
  border-top: 1px solid #e4e4e4;
  font-size:1.4rem;
}
.plan-meet .item-disc-list{
  margin-bottom:0 !important;
}
.plan-meet .paragraph{
  margin-bottom:30px;
}
.service-list .item-disc-list li {
  padding: 12px 0 12px 25px;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  line-height: 1.44;
}
.service-list .item-disc-list li:before {
  content: url(../img/top/service-checkmark.svg);
  display: inline-block;
  width: 20px;
  height: auto;
  position: absolute;
  top: 12px;
  left: 0;
}
.service-btn{
  margin-top: auto;
  text-align: center;
}
.service-list li a:hover .radius-btn {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #111!important;
}
.service-list li a:hover .radius-btn__arrow{
  background-color: #111;
}
.service-list li a:hover .radius-btn__arrow svg {
  fill: #fff;
}
@media only screen and (min-width: 751px) {
  .service-list .item:nth-child(odd) {
    margin:0 1% 0px 0;
  }
  .service-list .item:nth-child(even) {
    margin:0 0 0px 1%;
  }
  .service-list .item:nth-of-type(n+3){
    margin-top: 20px!important;
  }
}
@media screen and ( max-width:750px) {
  .service-list .item{
    padding:20px;
    width: 100%;
  }
  .service-list .item:nth-of-type(n+2){
    margin-top: 20px!important;
  }
  .service-list__subttl{
    padding:8px 10px;
    margin-bottom:20px;
    font-size:1.4rem;
  }
  .service-list .item-heading{
    font-size: 1.4rem;
    margin:10px 0 0px;
  }
  .service-list .item-heading span{
    font-size: 20px;
    font-size: 2.0rem;
  }
  .service-list .item-disc-list{
    margin-top:30px;
    margin-bottom:30px;
    /* font-size:1.2rem; */
  }
  .service-list .item-disc-list li {
    padding: 12px 0 12px 20px;
  }
  .service-list .item-disc-list li:before {
    width: 14px;
    height: auto;
    top: 16px;
  }
  .service-list .item-icon img{
    height: 32px;
  }
}
.service-list .plan-doc{
  background: rgba(228,0,127,.06);
}
.service-list .plan-meet{
  background: rgba(112,187,47,.06);
}
.service-list .plan-document{
  background: rgba(0,160,233,.06);
}
.service-list .plan-training{
  background: rgba(169,107,51,.06);
}
.plan-doc .item-heading span{
  color: #e4007f;
}
.plan-meet .item-heading span{
  color: #6fba2c;
}
.plan-document .item-heading span{
  color: #00a0e9;
}
.plan-training .item-heading span{
  color: #a96b33;
}

.service-flow{
  max-width: 1040px;
  margin:80px auto 0;
  text-align: center;
}
.service-ttl{
  font-size:24px;
  font-weight: 700;
  background: linear-gradient(transparent 90%, #111 0%);
  display: inline;
  padding: 0.2em;
}
.service-flow .img{
  margin:30px auto 20px;
}
.service-flow-list li{
  width: 23%;
  font-size:1.2rem;
  font-weight: 700;
}
.service-flow-list li a{
  display: inline-block;
  padding: 0 25px 0 0;
  font-size: 12px;
  transition: 0.3s;
  position: relative;
  text-align: center;
}
.service-flow-list li a::before {
  content: url(../img/btn-arrow.svg);
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0.2em;
  right: 0;
}
@media screen and ( max-width:750px) {
  .service-flow{
    margin-top:60px;
  }
  .service-ttl{
    font-size:18px;
  }
  .service-flow .img{
    margin:20px auto 20px;
  }
  .service-flow-list li{
    width: 100%;
    font-size:1.2rem;
    font-weight: 700;
    background-color: #fff;
    border-radius: 4px;
    border:1px solid #ddd
  }
  .service-flow-list li a{
    padding: 10px;
    display: block;
  }
  .service-flow-list li a:hover{
    background-color: #f5f5f5;
  }
  .service-flow-list li a::before {
    top: 15px;
    right:10px;
  }
  .service-flow-list li:nth-of-type(n+2){
    margin-top: 10px!important;
  }
}


/*Top-Case
-----------------------------------------------------------*/
#top-case{
  position: relative;
  overflow: hidden;
  background: #f6f8fb;
}
#top-case .content-inner{
  position: relative;
}
#top-case .swiper-wrap {
  position: relative;
  max-width: 100%;
  margin: 0 auto 0;
  width: 1140px;
  overflow: visible;
}
@media screen and (min-width: 1141px){
  #top-case .swiper {
    overflow: inherit;
  }
  #top-case .swiper-scrollbar {
    position: relative;
    /* margin-right: calc(50% - 680px); */
  }
  #top-case .swiper-horizontal > .swiper-scrollbar {
    z-index: 2;
    height: 1px;
  }
}
.top-case__thumb {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.top-case__body {
  padding: 30px 0 0;
}
.top-case__body .sub-ttl{
  font-size:1.2rem;
  font-weight: 700;
  margin-bottom:.2em;
}
.top-case__body .ttl{
  font-size:1.8rem;
  font-weight: 700;
  margin:0 0 15px;
}
.top-case__body .ttl span{
  font-size:1.2rem;
  padding-right:10px;
}
.top-case__body .top-case__txt{
  font-size:1.4rem;
  line-height: 1.66;
}
.top-case-btn{
  text-align: right;
  margin-top:10px;
}
.top-case-btn a {
  color: #111;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.top-case-btn a img {
  width: 18px;
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
}
.top-case-btn a:hover{
  text-decoration: underline;
}
.top-case__body .top-case__txt{
  height:210px;
  padding-right: 15px;
  overflow-x: hidden;
  overflow-y:auto;
}
@media screen and ( max-width:750px) {
  /* #top-case .section-heading{
    text-align: left;
  } */
}


/*Top-Consultant
-----------------------------------------------------------*/
#top-consultant .pic img{
  border-radius: 6px;
  overflow: hidden;
}
#top-consultant .txt .catch{
  font-size:24px;
  font-weight: 700;
  line-height: 1.44;
  margin-bottom:20px;
}
#top-consultant .txt .catch span{
  color:#e4007f;
}
#top-consultant .radius-btn{
  margin-top:30px;
}
@media screen and ( max-width:750px) {
  #top-consultant{
    text-align: center;
  }
  #top-consultant .txt .catch{
    font-size:18px;
    margin-top:20px;
    margin-bottom:20px;
  }
  #top-consultant .txt p{
    text-align: left;
  }
  #top-consultant .radius-btn{
    margin:30px auto 0;

  }
}
#top-info {
  margin: 0 auto;
  position: relative;
}




/*Service
-----------------------------------------------------------*/
.bg-glay{
  background-color: #f6f8fb;
}
.page-ttl {
  width: 100%;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  padding:60px 0 100px;
}
#page-ttl-kensyu{
  background-image:url(../skills/img/mv-bg.jpg) ;
}
#page-ttl-shiryo{
  background-image:url(../document/img/mv-bg.jpg) ;
}
#page-ttl-doc{
  background-image:url(../doc_meet/img/mv-bg.jpg) ;
}
#page-ttl-consultant{
  background-image:url(../consultants/img/mv-bg.jpg) ;
  padding:60px 0;
}
.page-ttl .heading{
  font-size:4.6rem;
  font-weight: 700;
  line-height: 1.22;
  margin-bottom:20px;
  text-shadow: 1px 1px 7px rgba(0,0,0,.8);
}
.page-ttl .lead-copy {
  text-shadow: 1px 1px 5px rgba(0,0,0,.8);
}
.page-ttl .lead-copy span{
  font-size:1.2rem;
}
@media screen and ( max-width:750px) {
  .page-ttl {
    padding:25px 0;
  }
  #page-ttl-consultant{
    padding:30px 0;
  }
  .page-ttl .heading{
    font-size:2.8rem;
    margin-bottom: 14px;
  }
  .page-ttl .lead-copy{
    text-align: left;
  }
}

/* Recommend */
.se-feature{
  position: relative;
}
.feature-recommend{
  background-color: #fff;
  border-radius: 6px;
  padding:40px 50px;
  position: relative;
  top:-50px;
  margin-bottom:-50px;
}
.feature-recommend .heading{
  font-size:2.2rem;
  font-weight: 700;
  text-align: center;
  width: 45%;
}
.feature-recommend .heading span{
  background: linear-gradient(transparent 94%,#111 94%);
}
.feature-recommend-list{
  width: 50%;
}
.feature-recommend-list li{
  font-size:1.8rem;
  font-weight: 700;
  position: relative;
  line-height: 1.44;
  padding: 7px 0 7px 26px;
}
.feature-recommend-list li:before {
  content: url(../img/top/service-checkmark.svg);
  display: inline-block;
  width: 20px;
  height: auto;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and ( max-width:750px) {
  .feature-recommend{
    padding:20px;
    border-radius: 0;
    top:0px;
    margin-bottom:0px;
  }
  .feature-recommend .heading{
    font-size:1.8rem;
    text-align: center;
    width: 100%;
    margin-bottom:8px;
  }
  .feature-recommend-list{
    width: 100%;
  }
  .feature-recommend-list li{
    font-size:1.4rem;
    font-weight: 700;
    position: relative;
    padding: 7px 0 7px 26px;
  }
  .feature-recommend-list li:before {
    content: url(../img/top/service-checkmark.svg);
    display: inline-block;
    width: 20px;
    height: auto;
    position: absolute;
    top: 8px;
    left: 0;
  }
}

/* Frature */
.featurelist-heading{
  margin-bottom: 20px;
}
.featurelist-heading .txt-num {
  font-size: 4.2rem;
  line-height: 1.22;
  font-weight: 700;
  display: block;
  padding-bottom:10px;
}
.featurelist-heading .txt-jp{
  font-size: 2.6rem;
  line-height: 1.44;
  font-weight: 700;
}
.se-feature-list .featurelist-item:nth-of-type(n+2){
  margin-top: 80px!important;
}
.featurelist-heading .caption{
  font-size:1.2rem;
}
.featurelist-item__pic{
  border-radius: 6px;
  overflow: hidden;
}
.se-feature-list .paragraph li{
  margin-top:5px;
}
@media screen and ( max-width:750px) {
  .se-feature-list .featurelist-item:nth-of-type(n+2){
    margin-top: 50px!important;
  }
  .featurelist-heading{
    margin-top:20px;
    margin-bottom: 14px;
  }
  .featurelist-heading .txt-num {
    font-size: 3.2rem;
   }
   .featurelist-heading .txt-jp{
    font-size: 2.0rem;
  }
}

/* Progmam */
.se-program-list li:nth-of-type(n+4) {
  margin-top: 40px!important;
}
.se-program-list .img{
  border-radius: 6px;
  overflow:hidden ;
}
.se-program-list .heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 20px 0 12px;
  text-align: center;
}
.se-program-list .txt{
  font-size: 1.4rem;
}
.program-more{
  margin-top:90px;
  text-align: center;
}
.program-more .baloon-block__more{
  position: relative;
  display: inline-block;
  margin: 0em 0 1em;
  padding: 7px 25px;
  max-width: 100%;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.44;
  background: #a96b33;
  border-radius: 60px;
}
.program-more .baloon-block__more:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #a96b33;
}
.program-more .baloon-block__more-heading{
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.33;
}
.program-more .baloon-block__more-heading span{
  background: linear-gradient(transparent 90%,#111 90%);
}
@media screen and ( max-width:750px) {
  .se-program-list  li {
    width: 48%!important;
  }
  .se-program-list li:nth-child(odd) {
    margin:0 2% 0px 0;
  }
  .se-program-list li:nth-child(even) {
    margin:0 0 0px 2%;
  }
  .se-program-list li:nth-of-type(n+3) {
    margin-top: 30px!important;
  }
  .se-program-list .heading {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 15px 0 10px;
    text-align: center;
  }
  .se-program-list .txt{
    font-size: 1.2rem;
  }
  .program-more{
    margin-top:50px;
  }
  .program-more .baloon-block__more{
    margin: 0em 0 1em;
    padding: 5px 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .program-more .baloon-block__more-heading{
    font-size: 2rem;
  }
}


/* teacher */
.se-teacher-list{
  border-top: rgba(0,0,0,.08) solid 1px;
}
.se-teacher-list li{
  padding:30px 0;
  border-bottom: rgba(0,0,0,.08) solid 1px;
}
.se-teacher-list .row-txt{
  padding: 0 4rem 0 0;
  width: 83%;
  text-align: left;
}
.se-teacher-list .row-pic{
  width: 15%;
}
.se-teacher-list .teacher-name{
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.66;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
.se-teacher-list .teacher-name .teacher-name_company {
  font-size: 1.4rem;
  display: block;
  font-weight: 400;
}
.se-teacher-list .program-teacher-ttl{
  opacity: 0.6;
  font-size: 1.4rem;
  padding-top:10px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.se-teacher-list .program-teacher-ttl::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
  background-color: #111;
  opacity: 0.6;
  border-radius: 50%;
}
.se-teacher-list .program-teacher-history{
  opacity: 0.6;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.44;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.se-teacher-list .program-teacher-history dt {
  width: 4.6em;
  padding: 2px 0;
  display: flex;
  align-items: center;
}
.se-teacher-list .program-teacher-history dd {
  width: calc(100% - 4.8em);
  padding: 2px 0;
}
@media screen and ( max-width:750px) {
  .se-teacher-list li{
    padding:20px 0;
  }
  .se-teacher-list .row-txt{
    padding: 0;
    width: 100%;
  }
  .se-teacher-list .row-pic{
    width: 30%;
    margin:0 auto 20px;
  }
  .se-teacher-list .teacher-name{
    font-size: 1.8rem;
    margin-bottom: 12px;
    text-align:center;
  }
  .se-teacher-list .teacher-name .teacher-name_company {
    font-size: 1.2rem;
  }
  .se-teacher-list .program-teacher-history{
    font-size: 1.2rem;
  }
}


/* Flow */
.se-flow .lead-copy{
  text-align: center;
  margin-bottom:30px;
  line-height: 1.22;
}
.se-flow-list .item{
  position:relative;
  text-align:center;
}
.se-flow-list .num {
  font-size: 18px;
  font-weight:700;
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 46px;
  position:relative;
  z-index:1;
}
.se-flow-list .num-kensyu{
  background: #a96b33;
}
.se-flow-list .num-shiryo{
  background: #00a0e9;
}
.se-flow-list .num-doc{
  background: #e4007f;
}
.se-flow-list .img{
  position: relative;
  top: -23px;
  margin-bottom: -23px;
  border-radius:6px;
  overflow:hidden;
}
.se-flow-list .heading{
  font-size: 1.6rem;
  line-height: 1.44;
  font-weight: 700;
  text-align: center;
  margin:20px 0 0px;
}
.se-flow-list .caption{
  margin-top:10px;
  font-size:1.2rem;
  line-height: 1.22;
  text-align: left;
}

@media screen and ( max-width:750px) {
  .se-flow .lead-copy{
    margin-bottom:15px;
  }
  .se-flow-list .item:nth-of-type(n+3){
    margin-top: 30px!important;
  }
  .se-flow-list .num {
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .se-flow-list .heading{
    margin:15px 0 0px;
    font-size: 1.4rem;
  }
}


/* Voice */
.se-voice-list .se-voice-list__item{
  background-color: #fff;
  padding:50px;
  border-radius: 6px;
}
.se-voice-list .se-voice-list__item:nth-of-type(n+2){
  margin-top:40px;
}
.se-voice-list .pic-row{
  width: 31%;
}
.se-voice-list .pic-row img{
  border-radius: 3px;
  overflow: hidden;
}
.se-voice-list .txt-row{
  width: 64%;
}
.voice-company{
  margin-top:15px;
  opacity: 0.6;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.44;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.voice-company dt {
  width: 4.5em;
  padding: 3px 0;
  display: flex;
  /* align-items: center; */
}
.voice-company dd {
  width: calc(100% - 4.5em);
  padding: 3px 0;
}
.se-voice-list .txt-row .item-heading{
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.44;
  font-weight: 700;
  margin-bottom: 5px;
}
.se-voice-list .txt-row .item-profile{
  opacity: 0.6;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.44;
  margin-bottom: 20px;
}

@media screen and ( max-width:750px) {
  .se-voice-list .se-voice-list__item:nth-of-type(n+2){
    margin-top:20px;
  }
  .se-voice-list .se-voice-list__item{
    padding:20px;
  }
  .se-voice-list .pic-row{
    width: 100%;
    margin-top:20px;
  }
  .se-voice-list .txt-row{
    width: 100%;
  }
  .se-voice-list .txt-row .item-heading{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .se-voice-list .txt-row .item-profile{
    font-size: 12px;
    font-size: 1.2rem;
  }
}



/* Faq */
.faq_contents{
  text-align: left;
  padding: 17px 20px ;
  background-color: #f6f8fb;
  border-radius: 6px;
}
.faq_contents:nth-of-type(n+2) {
  margin-top: 20px !important;
}
.faq-head {
  position: relative;
  cursor: pointer;
  font-size:1.8rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.icon-faq {
  font-size: 1.8rem;
}
.faq-head p {
  width: calc(100% - 24px);
  letter-spacing: 1px;
}
.toggle_icon {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.toggle_icon:before, .toggle_icon:after {
  display: block;
  content: '';
  background-color: #111;
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toggle_icon:before {
  width: 2px;
  height: 15px;
}
.faq-head.selected .toggle_icon:before {
  content: normal;
}
.faq_contents dd {
  display: none;
}
.faq-body{
  background-color: #fff;
  margin-top: 10px;
  border-radius: 6px;
  padding: 20px ;
}
.faq-body p {
  letter-spacing: 1px;
  line-height: 1.66;
}
.faq-body a {
  color: #111;
  text-decoration: underline;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}
.faq-body a:focus,
.faq-body a:active,
.faq-body a:hover {
  color: #666;
  text-decoration: none;
}

@media screen and ( max-width:750px) {
  .faq_contents{
    padding: 15px ;
  }
  .faq-head {
    padding: 0 50px 0 0;
    font-size:1.6rem;
  }
  .toggle_icon:before,
  .toggle_icon:after {
    display: block;
    content: '';
    background-color: #111;
    position: absolute;
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .toggle_icon:before {
    width: 2px;
    height: 12px;
  }
  .faq-body{
    padding: 15px 15px;
  }
  .icon-faq {
    font-size: 16px;
  }
}


.page-links{
  border-top: rgba(0,0,0,.08) solid 1px;
  padding:70px 0;
}
.page-links_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 45px;
}
.page-links_list .item{
  width: 30.3%;
}
.page-links_list .item a{
  border-radius: 6px;
  background-color: #f6f8fb;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding:20px;
}
@media screen and (min-width: 751px){
  .page-links_list .item a{
    height: 380px;
  }
}
.page-links_list__img{
  border-radius: 6px;
  overflow: hidden;
}
.page-links_list .heading{
  font-weight: 700;
  line-height: 1.44;
  margin:20px 0 12px;
}
.page-links_list .heading span{
  font-size:2.2rem
}
.page-links_list .txt{
  font-size: 1.4rem;
  margin-bottom:20px;
}
.page-links_list .page-links-btn{
  margin-top:auto;
}
.page-links_list li:hover .radius-btn {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #111!important;
}
.page-links_list li:hover .radius-btn__arrow{
  background-color: #111;
}
.page-links_list li:hover .radius-btn__arrow svg {
  fill: #fff;
}

@media screen and ( max-width:750px) {
  .page-links{
    padding:40px 0;
  }
  .page-links_list{
    gap:0px;
  }
  .page-links_list .item{
    width: 100%;
  }
  .page-links_list li:nth-of-type(n+2) {
    margin-top: 30px !important;
  }
  .page-links_list .heading{
    font-size: 1.4rem;
  }
  .page-links_list .heading span{
    font-size:1.8rem
  }
  .page-links_list .txt{
    font-size: 1.2rem;
    margin-bottom:20px;
  }
}


#service-consultant{
  padding:80px 0 120px;
}
#service-consultant .lead-copy{
  text-align: center;
  margin-bottom:30px;
}
.consultant-list .consultant-list-item{
  background-color: #fff;
  padding:30px 50px;
  border-radius:6px;
  border:2px solid #f4f4f4;
}
.consultant-list .consultant-list-item:nth-of-type(n+2) {
  margin-top: 50px !important;
}
.consultant-list .row-pic {
  width: 14%;
}
.consultant-list .row-txt {
  padding: 0 4rem 0 0;
  width: 85%;
  text-align: left;
}
.service-tag{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size:1.2rem;
  font-weight: 700;
  margin-bottom:25px;
}
.service-tag li a {
  padding: 0.2em 0.8em;
  border-radius: 60px;
  display: inline-block;
}
.service-tag .service-kensyu a{
  background: rgba(169,107,51,.06);
}
.service-tag .service-kensyu a:hover{
  background: rgba(169,107,51,.2);
}
.service-tag .service-shiryo a{
  background: rgba(0,160,233,.06);
}
.service-tag .service-shiryo a:hover{
  background: rgba(0,160,233,.2);
}
.service-tag .service-doc a{
  background: rgba(228,0,127,.06);
}
.service-tag .service-doc a:hover{
  background: rgba(228,0,127,.1);
}
.service-tag .service-meet a{
  background: rgba(112,187,47,.06);
}
.service-tag .service-meet a:hover{
  background: rgba(112,187,47,.2);
}
.consultant-list .consultant-name{
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.66;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
.consultant-list .consultant-name .consultant-name_company {
  font-size: 1.4rem;
  display: block;
  font-weight: 400;
}
.consultant-list .consultant-ttl{
  opacity: 0.6;
  font-size: 1.4rem;
  padding-top:10px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.consultant-list .consultant-ttl::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
  background-color: #111;
  opacity: 0.6;
  border-radius: 50%;
}
.consultant-list .consultant-skill{
  opacity: 0.6;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.44;
  text-align: left;
}
.consultant-list .consultant-history{
  opacity: 0.6;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.44;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.consultant-list .consultant-history dt {
  width: 4.6em;
  padding: 2px 0;
  display: flex;
  align-items: center;
}
.consultant-list .consultant-history dd {
  width: calc(100% - 4.8em);
  padding: 2px 0;
}
@media screen and ( max-width:750px) {
  #service-consultant{
    padding:40px 0 70px;
  }
  .consultant-list .consultant-list-item{
    padding:20px;
  }
  .consultant-list .consultant-list-item:nth-of-type(n+2) {
    margin-top: 20px !important;
  }
  .service-tag{
    font-size:1rem;
    margin-bottom:15px;
    justify-content: center;
  }
  .consultant-list .row-txt{
    padding: 0;
    width: 100%;
  }
  .consultant-list .row-pic{
    width: 30%;
    margin:0 auto 20px;
  }
  .consultant-list .consultant-name{
    font-size: 1.8rem;
    margin-bottom: 12px;
    text-align:center;
  }
  .consultant-list .consultant-skill{
    font-size: 1.2rem;
  }
  .consultant-list .consultant-history{
    font-size: 1.2rem;
  }
}



.different-box{
  overflow: hidden;
}
.se-different table{
  font-size: 1.4rem;
  line-height: 1.66;
  width: 100%;
  width: 1140px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.se-different table th {
  padding: 1.2em;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-size:1.6rem;
  font-weight: 700;
}
.se-different table thead th:not(:first-child) {
  width: 334px !important;
}
.se-different table tbody td:not(:first-child) {
  width: 334px !important;
}
.se-different table th:last-child{
  border-right: none;
}
.se-different table td {
  padding: 1.2em;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: left;
  white-space: normal;
  vertical-align:top;
  letter-spacing: .1em;
}
.se-different table .th-own{
  background-color:#00a0e9 ;
  font-size:2rem;
  color:#fff;
}
.se-different table .th-ttl{
  text-align: left !important;
  vertical-align: top;
}
.se-different table .td-own{
  background-color:#e5f5fd;
  font-size:1.6rem;
  font-weight: 700;
}
.se-different table span{
  font-size:1.2rem;
}
@media screen and ( max-width:750px) {
  .se-different table{
    font-size: 1.2rem;
    width: 900px;
  }
  .se-different table th {
    padding: 0.8em;
    font-size:1.4rem;
  }
  .se-different table td {
    padding: 0.8em;
  }
  .se-different table .th-own{
    font-size:1.6rem;
  }
  .se-different table .td-own{
    font-size:1.4rem;
  }
  .table-scroll{
    padding-bottom:1.4em;
  }
}

.se-cosultant{
  margin-top:60px;
  height: 340px;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
}
.se-cosultant a {
  background-image: url(../img/service/consultants-bg.jpg);
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
}
.se-cosultant .in {
  position: absolute;
  bottom: 50%;
  left: 5%;
  width: 90%;
  transform: translateY(50%);
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  text-align: center;
}
.se-cosultant .in .heading{
  font-size:2.8rem;
  font-weight: 700;
  line-height: 1.44;
  margin-bottom:30px;
}
.se-cosultant .radius-btn {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #111!important;
  width: 260px;
}
.se-cosultant .radius-btn__arrow{
  background-color: #111;
}
.se-cosultant .radius-btn__arrow svg {
  fill: #fff;
}
.se-cosultant a:hover .radius-btn {
  background-color: #111;
  border: 1px solid #111;
  color: #fff!important;
}
.se-cosultant a:hover .radius-btn__arrow{
  background-color: #fff;
}
.se-cosultant a:hover .radius-btn__arrow svg {
  fill: #111;
}
@media screen and ( max-width:750px) {
  .se-cosultant{
    margin-top:40px;
    height: 260px;
  }
  .se-cosultant .in .heading{
    font-size:1.8rem;
    margin-bottom:15px;
  }
  .se-cosultant .radius-btn {
    width: 200px;
  }
}



.example-list li{
  border:1px solid #ddd;
  border-radius: 6px;
  padding:15px;
  font-size:1.8rem;
  font-weight: 700;
  text-align: center;
}
.example-list.col-3 .row{
  width: 32.3%;
  margin: 0 1.5% 0 0;
}
.example-list.col-3 .row:nth-child(3n) {
  margin: 0 0 0 0;
}
.example-list.col-3 .row:nth-of-type(n+4) {
  margin-top: 15px !important;
}
@media screen and ( max-width:750px) {
  .example-list li{
    padding:10px;
    font-size:1.4rem;
    font-weight: 700;
    text-align: center;
    width: 100%!important;
    margin:0!important;
  }
  .example-list.col-3 .row:nth-of-type(n+2) {
    margin-top: 10px !important;
  }
}
