@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;
  }
	#top-case .section-heading,
	#top-example .section-heading{
		text-align: left;
	}
  .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: 200px;
  padding:30px 20px;
}
@media screen and ( max-width:1100px) {
  #header {
    height: 60px;
    align-items: center;
    background: rgba(255,255,255, 1);
  }
  #header .logo{
    max-width: 130px;
    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;
  }
	#consultation_cases #gnav-example{
    opacity: .4;
  }
	#column #gnav-column{
    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; */
	white-space: nowrap;
}
.breadcrumb-list li {
	display: inline;
}
.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:30px;
}
.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:160px;
}
.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: 100%;
}

.service-margin {
  padding-top: 30px;
}

/* .service-list .item a{
  display: flex;
  flex-direction: column;
} */
/* @media screen and (min-width: 751px){
  .service-list .item a {
    height: 425px;
  }

} */


@media screen and (max-width: 750px){
  .service-list{
    /*display: flex;*/
    flex-wrap: wrap;
  }
}



.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-2column {
  display: flex;
  flex-direction: row;
  gap: 4%;
}

.service_responsive {
  width: 48%;
}

@media (max-width: 750px) {
  .service_responsive {
    width: 100%;
  }
  .service-2column {
    flex-direction: column;
  }
}

.service_responsive img {
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}

.service-list__row .item-txt{
  width:100%;
}
.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;
  margin-top: 0 !important;
}

@media (max-width: 1040px) {
  .plan-meet .item-disc-list{
    margin-top: 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 1% 0px 0%;
  }
  .service-list .item:nth-of-type(n+3){
    /*margin-top: 20px!important;*/
    margin-top: 0px!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-column{
  background-image:url(../column/img/mv-bg.jpg) ;
  padding:60px 0;
}
#page-ttl-consultation_cases {
	background-image: url(../consultation_cases/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,
	#page-ttl-column,
	#page-ttl-consultation_cases
	{
    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 .num-advice{
  background: #6fba2c;
}
.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;
  }
}



/*Top-carousel-slider
-----------------------------------------------------------*/
#top-carousel-slider{
	padding:0px 0;
	background-color: #f6f8fb;
	overflow: hidden;
}
#top-carousel-slider  .inner{
	max-width: 700px;
}
#top-carousel-slider .swiper{
	overflow: visible;
}
@media screen and (min-width: 751px) {
	.mv-carousel-slider .swiper-slide {
		max-width: 700px !important;
		padding:0 30px 30px;
	}
}

#top-carousel-slider .slider-arrow-prev,
#top-carousel-slider .slider-arrow-next {
	display: grid;
	cursor: pointer;
  place-content: center;
  transform: scale(1);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border:2px solid #dedede;
	background-color: #fff;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  z-index: 2;
	cursor: pointer;
}
#top-carousel-slider .slider-arrow-prev,
#top-carousel-slider .slider-arrow-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
#top-carousel-slider .slider-arrow-prev {
	top:0;
	left: 0px;
}
#top-carousel-slider .slider-arrow-next {
	top: 0;
	right: 0px;
}
#top-carousel-slider .slider-arrow-prev:hover,
#top-carousel-slider .slider-arrow-next:hover{
  border:2px solid #333;
  transform: scale(1.1);
}

#top-carousel-slider .swiper-pagination-fraction,
#top-carousel-slider .swiper-pagination-custom,
#top-carousel-slider .swiper-horizontal > .swiper-pagination-bullets,
#top-carousel-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -10px;
}
#top-carousel-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
#top-carousel-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}
#top-carousel-slider .swiper-pagination-bullet-active {
	transform: scale(1.6);
	background: #111;
}
@media screen and (max-width: 750px) {
	#top-carousel-slider{
		padding:30px 0;
	}
  #top-carousel-slider .swiper-slide {
    width: 92% !important;
    padding:0 20px 30px;
  }
	#top-carousel-slider .slider-arrow-prev {
		left: 10px;
	}
	#top-carousel-slider .slider-arrow-next {
		right: 10px;
	}
	#top-carousel-slider .carousel-slider-progress{
		width: calc(100% - 40px);
		left: 20px;
		position: absolute;
		/* overflow: hidden; */
	}
	#top-carousel-slider .slider-arrow-prev,
	#top-carousel-slider .slider-arrow-next {
    width: 45px;
    height: 45px;
  }
  #top-carousel-slider .slider-arrow-prev:before,
  #top-carousel-slider .slider-arrow-next:before {
    background-size: 14px auto;
    content: "";
    position: absolute;
    width: 14px;
    height: 12px;
  }
}

/*相談事例
-----------------------------------------------------------*/
#top-example{
	padding-top:80px;
	padding-bottom:120px;
	position: relative;
  overflow: hidden;
}
#top-example .content-inner{
  position: relative;
}
#top-example .swiper-wrap {
  position: relative;
  max-width: 100%;
  margin: 0 auto 0;
  width: 1180px;
  overflow: visible;
}
@media screen and (min-width: 1141px){
  #top-example .swiper {
    overflow: inherit;
  }
  #top-example .swiper-scrollbar {
    position: relative;
    /* margin-right: calc(50% - 680px); */
  }
  #top-example .swiper-horizontal > .swiper-scrollbar {
    z-index: 2;
    height: 1px;
  }
}
.consultation-cases-list {
	display: flex;
	flex-wrap: wrap;
}
.consultation-cases-list .item,
#top-example .item{
	background-color: #f4f8fb;
	padding:25px 20px;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
}
.consultation-cases-list .row:nth-of-type(n+4){
	margin-top:40px !important;
}
.consultation-cases-ttl{
	font-size:1.8rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 12px;
}
#top-example .consultation-cases-ttl{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 2.4em;
}
.consultation-cases-txt{
	font-size: 1.4rem;
	line-height: 1.66;
	margin-bottom:20px;
}
@media screen and (min-width: 751px) {
	.consultation-cases-list .consultation-cases-txt,
	#top-example .consultation-cases-txt{
		height: 90px;
		padding-right: 15px;
		overflow-x: hidden;
		overflow-y: auto;
	}
}

.consultation-cases-profile{
	margin-top: auto;
	border-top:1px solid #ddd;
	padding-top:15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.consultation-cases-profile .icon{
	width: 40px;
}
.consultation-cases-profile .txt {
	width: calc(100% - 50px);
	line-height: 1.66;
	font-size:1.2rem;
	color:#666;
}
.consultation-cases-profile .txt span{
	display: block;
	color:#111;
}
#top-example .radius-btn{
	margin-top:50px;
}
@media screen and (max-width: 750px) {
	.consultation-cases-list .item,
	#top-example .item{
		padding:20px 15px;
	}
	.consultation-cases-list .row:nth-of-type(n+2){
		margin-top:30px !important;
	}
	.consultation-cases-ttl{
		font-size:1.6rem;
		margin-bottom: 10px;
	}
	#top-example .consultation-cases-txt{
		height: 95px;
		padding-right: 15px;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.consultation-cases-list .consultation-cases-txt{
		max-height: 70px;
		padding-right: 15px;
		overflow-x: hidden;
		overflow-y: auto;
	}
}


/*相談事例
-----------------------------------------------------------*/
#consultation-cases{
	padding: 80px 0 120px;
}
@media screen and (max-width: 750px) {
	#consultation-cases{
		padding: 40px 0 70px;
	}
}


/*コラム
-----------------------------------------------------------*/
#page-column{
	padding: 80px 0 120px;
}
/* タブ */
.column-tab{
	max-width:1140px ;
	margin:0 auto;
}
.column-tab .row{
	width: 25%;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	border-right:1px solid #fff;
	transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
}
.column-tab .row:last-child{
	border: none !important;
}
.column-tab li a {
	width: 100%;
	background: #111;
	display: block;
	color:#fff;
	display: inline-block;
	position: relative;
	padding: 20px;
	cursor: pointer;
}
.column-tab li.current a{
	background-color: #e4007f;
}
.column-tab li a:hover{
	background-color: #e4007f;
}
.column-tab li span{
	position: relative;
	padding-left:25px;
}
.column-tab li span::before {
	content: url(../column/img/ico-arrow.svg);
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 1px;
	left: 0;
}
@media screen and (max-width: 750px) {
	#page-column{
		padding: 40px 0 70px;
	}
	.column-tab .row{
		width: 50%;
		font-size: 1.3rem;
	}
	.column-tab li a {
		padding: 15px;
	}
	.column-tab li span{
		padding-left:20px;
	}
	.column-tab li span::before {
		width: 14px;
		height: 14px;
		top: 1px;
	}
	.column-tab .row:nth-child(2){
		border-right: none !important;
	}
	.column-tab .row:nth-child(1),
	.column-tab .row:nth-child(2){
		border-bottom:1px solid #fff;
	}
}

/* コラム一覧 もっと見る */
.accordion_box {
	padding: 0 0 100px;
	position: relative;
}
.accordion_box .entry-list > li.none {
	display: none; /* 必須 */
}
.accordion_box .trigger {
	display: none; /* 必須 */
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	max-width: 360px;
	padding: 13px 0;
	margin: 0 auto 0;
	border: 2px solid #333;
	border-radius: 60px;
	cursor: pointer;
	font-weight: 700;
	text-align: center;
	transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
}
.accordion_box .trigger:hover{
	border: 2px solid #ddd;
}
.accordion_box .trigger .txt{
	position:relative;
	width: 360px;
}
.accordion_box .trigger .txt:before{
	content: url(../column/img/btn-more.svg);
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 3px;
	right: 20px;
}

/* 人気のタグ */
.popular-tag-box{
	background-color: #f6f8fb;
	padding:30px 30px 60px;
	margin-bottom:60px;
}
.popular-tag-box .ttl{
	font-weight: 700;
	margin-bottom:10px;
}
.popular-tag__list{
  font-size: 1.2rem;
  letter-spacing: .02em;
  line-height: 1.1;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
.popular-tag__list a{
  border-radius: 20px;
  background: #c3c3c3;
  color: #fff;
  padding: 0.6em 0.8em;
  margin: 0 8px 8px 0;
  display: inline-block;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  position: relative;
}
.popular-tag__list a:hover {
  background: #e4007f;
  color:#fff !important;
}
.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-trigger {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 20px;
  color: #111;
  font-size: 1.3rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
}
.grad-trigger span::after {
  content: "VIEW MORE"
}
.grad-trigger:hover {
  color: #666;
}
.grad-trigger span{
	position: relative;
	padding-right:40px;
}
.grad-trigger span::before{
	content: url(../column/img/btn-more.svg);
	display: inline-block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: -4px;
	right: 20px;
}
.grad-trigger.is-show span::after {
  content: "CLOSE"
}
.grad-trigger.is-show span::before{
	content: url(../column/img/btn-close.svg);
	display: inline-block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: -4px;
	right: 20px;
}
.grad-trigger.is-show + .grad-item::before {
  display: none;
}
.grad-item {
  position: relative;
  overflow: hidden;
}
.grad-item.is-hide {
  height: 70px;
}
@media screen and (max-width: 750px) {
	.grad-item.is-hide {
		height: 35px;
	}
	.popular-tag-box{
		padding:20px 20px 60px;
		margin-bottom:40px;
	}
	.grad-trigger {
		padding: 12px 0 12px;
		background-color: #111;
		color: #fff !important;
	}
	.grad-trigger span::before{
		content: url(../column/img/btn-more-w.svg);
	}
	.grad-trigger.is-show span::before{
		content: url(../column/img/btn-close-w.svg);
	}
}


/* コラム一覧 */
#column-main{
	width:68.42%;
}
#column-side{
	width:25.4% ;
}
#column-side .nav-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 150px;
}
@media screen and (max-width: 750px) {
	#column-main{
		width:100% ;
		margin-bottom:80px;
	}
	#column-side{
		width:100% ;
	}
}

.entry-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.entry-list.col-2 .row:nth-child(odd) {
	margin: 0 3% 0 0;
}
.entry-list.col-2 .row:nth-child(even) {
	margin: 0 0 0 3%;
}
.entry-list.col-2 .row:nth-of-type(n+3) {
	margin-top: 50px!important;
}
.entry-list article {
	position: relative;
}
.entry-list .entry-list__link {
	display: block;
}
.label-new:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 0;
	border-color: #e4007f transparent transparent transparent;
	z-index: 1;
}
.label-new:after {
	position: absolute;
	content: "NEW";
	font-weight: 700;
	transform: rotate(315deg);
	display: block;
	font-size: 11px;
	white-space: pre;
	color: #fff;
	top: 12px;
	left: 4px;
	text-align: center;
	z-index: 1;
	line-height: 1.2;
}
.entry-list .entry-list__img  {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 0;
	padding-bottom: 68.5%;
	overflow: hidden;
	position: relative;
}
.entry-list .entry-list__img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.entry-list .entry-list__body {
	padding: 2rem 0 0 0;
}
.entry-list .entry-list__body .entry-ttl {
	color:#111;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.66;
	margin-bottom:8px;
}
.archive-entry-head{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #ababab;
	margin-bottom:8px;
}
.entry-date{
	letter-spacing: 0;
	line-height: 2;
}
.archive-entry-head .entry-date{
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
	.archive-entry-head{
		font-size: 1rem;
	}
	.entry-list .entry-list__body {
		padding: 1rem 0 0 0;
	}
	.archive-entry-head .entry-date{
		margin:0 10px 0 0;
	}
}




/* Related */
.related-entry{
	margin-top:100px;
}
.related-entry .entry-list{
	margin-top:10px;
}
.related-entry .entry-list .entry-list__body .entry-ttl {
	font-size: 1.4rem;
	margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
	/* .entry-list.col-2 .entry-list__item{
		width: 100%!important;
		margin:0!important;
	}
	.entry-list.col-2 .entry-list__item:nth-of-type(n+2) {
		margin-top: 40px!important;
	} */
	.entry-list.col-2 .entry-list__item{
		width: 47%!important;
	}
	.entry-list.col-3 .entry-list__item{
		width: 100%;
	}
	.entry-list.col-3 .row:nth-of-type(n+2) {
		margin-top: 50px!important;
	}
	.entry-list .entry-list__body .entry-ttl{
    font-size: 1.4rem;
    margin-bottom:10px;
  }
}


/* カテゴリ */
.entry-category,.entry-category-nolink{
  font-size: 1.2rem;
  line-height: 1.44;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  z-index: 2;
}
.entry-category li a{
  border-radius: 60px;
  display: inline-block;
	position: relative;
  text-align: left;
  letter-spacing: 0;
  padding: 0.3em 0.8em;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  color: #111;
	outline: none;
}
.entry-category li a:hover{
  background-color: #e4007f;
	border: 1px solid #e4007f;
  color:#fff;
}
.entry-category-nolink li{
  border-radius: 60px;
  display: inline-block;
  text-align: left;
  letter-spacing: 0;
  padding: 0.3em 0.8em;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  color: #111;
}
@media screen and (max-width: 750px) {
	.entry-category,.entry-category-nolink{
		font-size: 1rem;
	}
}


/* タグ　*/
.entry-taglist,
.entry-taglist-nolink,
.entry-round-taglist {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.44;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  z-index: 2;
  position: relative;
}
.entry-taglist li a {
	color: rgba(27,27,27,.4);
  display: inline-block;
	outline: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  position: relative;
}
.entry-taglist li a:before {
  content: '#';
	color: rgba(27,27,27,.4);
  display: inline-block;
  padding-right: 0.3em;
}
.entry-taglist-nolink li {
  color: rgba(27,27,27,.4);
  display: inline-block;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  position: relative;
}
.entry-taglist-nolink li:before {
	content: '#';
  color: rgba(27,27,27,.4);
  display: inline-block;
  padding-right: 0.3em;
}
.entry-round-taglist li a {
  color:#fff;
  border-radius: 60px;
  border:1px solid #7a7a7a;
  padding: 0.2em 0.8em .4em;
  display: inline-block;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  position: relative;
}
.entry-round-taglist li a:before {
  content: '#';
  color: #fff;
  display: inline-block;
  padding-right: 0.3em;
}
.entry-round-taglist li a:hover {
  border:1px solid #fff;
}
@media screen and (max-width: 750px) {
	.entry-taglist,
	.entry-taglist-nolink,
	.entry-round-taglist {
		font-size: 1rem;
	}
}

/* コラムサイド */
#column-side aside:nth-of-type(n+2) {
	margin-top: 60px;
}
.column-sub-ttl {
	color: #111;
	border-top: 1px solid #d8d8d8;
	line-height: 1.44;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 20px 0 20px;
	position: relative;
}
.column-sub-ttl:after {
	width: 100px;
	content: "";
	width: 30px;
	height: 1px;
	position: absolute;
	top: -1px;
	left: 0;
	background: #e4007f;
}
.side-entry-list li a {
  padding: 10px 0 10px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  color:#111;
}
.side-entry-list li .archive-entry-head {
	margin-bottom: 6px;
}
.side-entry-list li .entry-ttl {
	font-size:14px;
	font-weight: 700;
	line-height: 1.44;
	overflow: hidden;
	color:#111;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.side-entry-list li:hover .entry-ttl{
  color:#333;
}
.side-entry-list li .side-entry-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.side-entry-list li .archive-thumb {
	width: 90px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
	.side-entry-list li .archive-thumb{
		height: 63px;
	}
}
.side-entry-list li .archive-thumb::before {
  content: "";
  padding-top: 68.5%;
  display: block;
  width: 100%;
}
.side-entry-list li .archive-thumb img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side-entry-list li .archive-body {
	width: calc(100% - 105px);
  line-height: 1.44;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media screen and (max-width: 750px) {
	.side-entry-list li .archive-thumb {
		width: 90px;
	}
	.side-entry-list li .archive-thumb{
		height: 62px;
	}
	.side-entry-list li .archive-body {
		width: calc(100% - 105px);
	}
}

.side-service__list li{
	border-radius: 6px;
	background-color: #f6f8fb;
	text-align: center;
	padding: 20px;
	transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
}
.side-service__list li:nth-of-type(n+2) {
	margin-top: 30px !important;
}
.side-service__list li a{
	display: block;
}
.side-service__list .heading{
	font-size:2rem;
	font-weight: 700;
	line-height: 1.44;
	margin:15px 0 10px;
}
.side-service__list .txt{
	font-size:1.4rem;
	line-height: 1.22;
}
.side-service__list a:hover{
	opacity: .6;
}
@media screen and (max-width: 750px) {
	.side-service__list .heading{
		font-size:1.8rem;
		margin:10px 0 10px;
	}
	.side-service__list .txt{
		font-size:1.2rem;
	}
}


/* 人気の記事 */
.popular_posts {
  counter-reset: rank;
}
.popular_posts .item {
  position: relative;
	counter-increment: rank;
}
.popular_posts .item::before {
  content: counter(rank) ;
  background: #e4007f;
  color: #fff;
  font-family: 'Outfit', 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
}
.popular_posts li:nth-child(1) a{
	padding: 10px 0 15px;
}
.popular_posts li:nth-child(1) .archive-thumb{
  display: block;
  width:100%;
  padding:0;
  /* overflow: hidden; */
  margin-bottom:15px;
	height: 100%;
}
.popular_posts li:nth-child(1) .archive-body{
  display: block!important;
  width:100%;
  padding:0;
}
.popular_posts li:nth-child(1):before {
  font-size: 18px;
	height: 30px;
  line-height: 30px;
  width: 30px;
}
.popular_posts li:nth-child(1) .entry-ttl {
  font-size: 16px;
}


/* 記事詳細 */
.sigle-article_content{
	margin-bottom:100px;
}
.sigle-article_header{
  padding:0 0 60px;
}
.sigle-article_header .entry-title{
	margin:15px 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.44;
}
.sigle-article_header .entry-info{
	margin-top:30px;
	padding-top:20px;
	border-top: 1px solid #d8d8d8;
	align-items: center;
	display: flex;
	justify-content:flex-end;
}
.sigle-article_header .entry-info dl {
  display: flex;
  flex-wrap: wrap;
	font-size:1.2rem;
}
.sigle-article_header .entry-info dl dt {
  width: 4em;
}
.sigle-article_header .entry-info dl dd {
	width: calc(100% - 4em);
}
.sigle-article_header .entry-info__updateday{
	padding-left:15px;
}
@media screen and (max-width: 750px) {
	.sigle-article_content{
		margin-bottom:70px;
	}
	.sigle-article_header{
		padding:0 0 40px;
	}
	.sigle-article_header .entry-title{
		margin:10px 0;
		font-size: 2.4rem;
	}
	.sigle-article_header .entry-info{
		margin-top:20px;
		padding-top:10px;
	}
}

.sigle-article_body .article-mv {
  text-align: center;
  margin-bottom: 20px;
}
.sigle-article_body > *:first-child{
  margin-top: 0;
}
.sigle-article_body > *:last-child{
  margin-bottom: 0;
}
.sigle-article_body h2{
	background: #fdf0f7;
  padding: 12px 20px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 70px;
  margin-bottom: 20px;
}
.sigle-article_body h3{
	border-bottom: 2px solid #d8d8d8;
	line-height: 1.44;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 0 0 20px;
	position: relative;
	margin-top: 50px;
	margin-bottom: 20px;
}
.sigle-article_body h3:after {
	width: 100px;
	content: "";
	width: 30px;
	height: 2px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #e4007f;
}
.sigle-article_body h4{
	font-size: 2rem;
	line-height: 1.6;
	font-weight: bold;
	padding-left: 10px;
	border-left: 5px solid #e4007f;
	margin-top: 30px;
	margin-bottom: 15px;
}
@media screen and (max-width:750px) {
	.sigle-article_header .entry-title{
		font-size: 2.2rem;
	}
	.sigle-article_body h2{
		font-size: 2rem;
		padding: 10px 20px;
		margin-top: 40px;
	}
	.sigle-article_body h3{
		font-size: 1.8rem;
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.sigle-article_body h4{
		font-size:1.6rem;
		margin-top: 30px;
		margin-bottom: 10px;
	}
}

.sigle-article_body p {
  margin-top: 25px;
}
.sigle-article_body a  {
  color: #244ccd;
  text-decoration: underline;
}
.sigle-article_body a:focus,
.sigle-article_body a:active,
.sigle-article_body a:hover{
  color: #244ccd;
  text-decoration: none;
}
.sigle-article_body h2 + p,
.sigle-article_body h3 + p,
.sigle-article_body h4 + p,
.sigle-article_body h5 + p,
.sigle-article_body h6 + p,
.sigle-article_body h2 + .wp-block-image,
.sigle-article_body h3 + .wp-block-image,
.sigle-article_body h4 + .wp-block-image,
.sigle-article_body h5 + .wp-block-image,
.sigle-article_body h6 + .wp-block-image {
  margin-top: 0;
}
.sigle-article_body ul {
  margin-top: 25px;
  margin-bottom: 25px;
}
.sigle-article_body ul > li  {
  position: relative;
  padding-left: 15px;
  line-height: 1.6;
}
.sigle-article_body ul > li::after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #111;
}
.sigle-article_body ol {
  counter-reset: number;
  margin-top: 25px;
  margin-bottom: 25px;
}
.sigle-article_body ol > li {
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}
.sigle-article_body ol > li::after {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  display: inline-block;
  content: counter(number) '.';
}
.sigle-article_body strong{
  font-weight: bold;
}
.sigle-article_body .wp-block-quote {
  padding: 30px;
  margin: 25px 0;
  background: #f6f8fb;
  border-radius: 6px;
  font-size: 1.4rem;
  line-height: 1.66;
  border: none;
}
.sigle-article_body .wp-block-quote cite{
  opacity: .6;
	margin-top:20px;
  font-size: 1.2rem;
}
.sigle-article_body .wp-block-quote > :first-child {
  margin-top: 0;
}
.sigle-article_body .wp-block-quote > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width:750px) {
	.sigle-article_body p {
		margin-top: 20px;
	}
	.sigle-article_body ul {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.sigle-article_body ol {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.sigle-article_body .wp-block-quote {
		padding: 20px;
		margin: 20px 0;
	}
}

/* linkcard */
.sigle-article_body .link-card{
	border:2px solid #e6e6e6;
	border-radius: 6px;
	padding:30px;
	margin-top:25px;
}
.sigle-article_body .link-card a{
	display: flex;
  align-items: flex-start;
	text-decoration: none;
	color:#111;
}
.sigle-article_body .link-card a:hover{
	color:#111;
	opacity: .6;
}
.sigle-article_body .link-card .link-card__img{
	width: 200px;
	flex-shrink: 0;
}
.sigle-article_body .link-card .link-card__img .thumbnail {
	position: relative;
	overflow: hidden;
	display: block;
	padding-bottom: 62.5%;
}
.sigle-article_body .link-card .link-card__img .thumbnail img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.sigle-article_body .link-card .link-card__body {
	padding: 0 0 0 3rem;
	flex-grow: 1;
}
.sigle-article_body .link-card__ttl{
	margin: 0 0 10px 0;
	font-weight: 700;
	line-height: 1.66;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.sigle-article_body .link-card__txt{
	font-size:1.4rem;
	line-height: 1.66;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	opacity: .6;
}
@media screen and (max-width:750px) {
	.sigle-article_body .link-card{
		padding:12px;
		margin-top:20px;
	}
	.sigle-article_body .link-card .link-card__img{
		width: 25%;
	}
	.sigle-article_body .link-card .link-card__body {
		padding: 0 0 0 2rem;
	}
	.sigle-article_body .link-card__txt{
		font-size:1.2rem;
	}
}

/* Point Block */
.sigle-article_body .point-block{
	background-color: #f6f8fb;
	padding: 30px;
	border-radius: 6px;
	margin-top:25px;
}
.sigle-article_body .point-block p{
	margin:0;
}
.sigle-article_body .point-block-ttl{
	font-weight: 700;
}
.sigle-article_body .point-block .point-block-ttl:nth-of-type(n+2) {
	margin-top: 20px !important;
}
@media screen and (max-width:750px) {
	.sigle-article_body .point-block{
		padding: 20px;
		margin-top:20px;
	}
}

/* Single 2row */
.sigle-article_body .single-2row{
	margin-top:25px;
}
.sigle-article_body .single-2row p{
	margin:0;
}
@media screen and (max-width:750px) {
	.sigle-article_body .single-2row{
		margin-top:20px;
	}
	.sigle-article_body .single-2row .img-row{
		margin-bottom:10px;
	}
}


/* table */
.sigle-article_body table  {
  margin: 0;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  color:#111;
	margin-top: 25px;
}
.sigle-article_body table th,
.sigle-article_body table td{
  vertical-align: middle;
  line-height: 1.6;
  font-size: 1.4rem;
  padding: 15px 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sigle-article_body table th > *:first-child{
  margin-top: 0;
}
.sigle-article_body table th > *:last-child {
  margin-bottom: 0;
}
.sigle-article_body table th{
  background: #efefef;
  font-weight: bold;
  text-align: center;
}
.sigle-article_body table td {
  background: #fff;
}
.sigle-article_body table thead th {
  background: #efefef;
}
.sigle-article_body table caption {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
	.sigle-article_body table  {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sigle-article_body table th {
    font-size: 1.2rem;
    padding: 15px 10px;
  }
}


/* Writter Profile */
.writter-profile{
  width: 100%;
  border: 2px solid #f9cce3;
	border-radius: 6px;
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 25px;
  padding: 50px 25px 25px;
  position: relative;
}
.writter-profile__head {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
	line-height: 1.2;
  text-transform: uppercase;
  background: #e4007f;
  padding: 10px 10px;
	border-radius: 6px 0 0 0;
  position: absolute;
  left: -2px;
  top: -2px;
	z-index: 1;
}
.writter-profile__thumb{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.writter-profile__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.writter-profile__body {
  font-size: 1.4rem;
  line-height: 1.6;
}
.writter-profile__body .writter__name {
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
	.writter-profile {
		display: block;
		margin-top: 30px;
		padding: 30px 15px 15px;
		border-width: 4px;
		}
		.writter-profile__head {
			font-size: 1.2rem;
		}
		.writter-profile__thumb {
		width: 80px;
		height: 80px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:15px;
		}
		.writter-profile__body {
		font-size: 1.2rem;
		line-height: 1.6;
	}
}


/* CTA */
.single-cat-list li:nth-of-type(n+2) {
	margin-top: 40px !important;
}
.single-cat-list .item{
	height: 290px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}
.single-cat-list .item.service01{
	background-image: url(../column/img/cta-service01.jpg);
}
.single-cat-list .item.service02{
	background-image: url(../column/img/cta-service02.jpg);
}
.single-cat-list .item.service03{
	background-image: url(../column/img/cta-service03.jpg);
}
.single-cat-list .item .ttl{
	color:#fff;
	font-size:3rem;
	font-weight: 700;
	line-height: 1.22;
	margin-bottom:20px;
}
.single-cat-list .item .txt{
	color:#fff;
}
.single-cat-list .item .radius-btn{
	margin-top:20px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #111!important;
}
.single-cat-list .item .radius-btn__arrow{
  background-color: #111;
}
.single-cat-list .item .radius-btn__arrow svg {
  fill: #fff;
}
.single-cat-list .item:hover{
	opacity: .6;
}
/* .single-cta:hover .radius-btn {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #111!important;
}
.single-cta:hover .radius-btn__arrow{
  background-color: #111;
}
.single-cta:hover .radius-btn__arrow svg {
  fill: #fff;
} */
@media screen and (max-width: 750px) {
	.single-cat-list .item{
		height: auto;
		padding:30px 20px;
	}
	.single-cat-list .item .ttl{
		font-size:2.2rem;
		margin-bottom:10px;
	}
}
