@charset "UTF-8";
/*!
Theme Name: SHIRAGATA test202212
Author: CARABINER inc.
Description: このstyle.cssはSCSSで生成されています。asstes/sass/style.scssをご確認ください。
*/
body, .tooltip, .popover,
button, input, optgroup, select, textarea,
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Open Sans", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400; }

/*--------------------------------------
base
---------------------------------------*/
body {
  position: relative;
  text-align: justify;
  font-feature-settings: "palt"; }

ol, ul, li {
  padding-left: 0;
  list-style: none; }

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

.cf:after {
  content: "";
  display: block;
  clear: both; }

a {
  color: #333333;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  a:focus, a:hover {
    color: #1a1a1a;
    text-decoration: none; }

ul, ol, dl,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
p {
  margin-bottom: 0; }

.btn {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000; }
  .btn:hover, .btn:active {
    background-color: transparent;
    color: #000000;
    border-color: #000000; }
  .btn:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }

@media all and (max-width: 991px) {
  .pc {
    display: none; } }

@media all and (min-width: 992px) {
  .sp {
    display: none; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #333; }

.hamburger-box {
  width: 20px;
  height: 17px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 3px;
    background-color: #333;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 7px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 14px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(-45deg); }

body {
  background-image: url(assets/img/bg.png); }

@media all and (max-width: 991px) {
  .pc {
    display: none; } }

@media all and (min-width: 992px) {
  .sp {
    display: none; } }

.gf-montserrat, .viewmore, body#index section h2.section-title .en, body#index section#profile .name span:last-child, body#index section#news .news-cat, body#archive section#news .news-cat, body:not(#index) #kv .page-title .en, body#archive .category-btn a, body#post section#news .post-pager .pager-title, body#post section#news .side-title, body#training section.training .block-title .point, body#column-list .side-wrap .side-title, body#column .side-wrap .side-title {
  font-family: 'Montserrat', sans-serif; }

#load {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background-color: #FFFFFF;
  transition: all .3s ease; }
  #load.hide {
    height: 0; }

.scroll {
  transition: all 1s ease;
  opacity: 0; }
  .scroll.active {
    opacity: 1; }

header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .3s ease; }
  @media all and (max-width: 1199px) {
    header#header {
      background-color: #FFFFFF; } }
  header#header.header-scroll {
    background-color: rgba(255, 255, 255, 0.75); }
  header#header .logo {
    margin-left: 15px;
    padding: 15px 0; }
    @media all and (max-width: 1199px) {
      header#header .logo {
        padding: 10px 0; } }
    header#header .logo a {
      display: block; }
      header#header .logo a:hover {
        opacity: 0.5; }
      @media all and (max-width: 1199px) {
        header#header .logo a img {
          width: 180px; } }

.hamburger {
  padding-top: 10px; }
  @media all and (min-width: 1200px) {
    .hamburger {
      display: none; } }

nav#gnav {
  font-size: 0.875rem; }
  @media all and (max-width: 1199px) {
    nav#gnav {
      display: none;
      position: fixed;
      top: 50px;
      left: 0;
      width: 100%;
      height: calc(100vh - 50px);
      background-color: white;
      overflow-y: scroll; } }
  nav#gnav .gnav-list {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media all and (max-width: 1199px) {
      nav#gnav .gnav-list {
        flex-direction: column; } }
  nav#gnav .gnav-item {
    line-height: 1; }
    @media all and (max-width: 1199px) {
      nav#gnav .gnav-item {
        width: 100%; } }
  nav#gnav .gnav-link {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 0.875rem;
    padding: 28px 10px; }
    @media all and (max-width: 1199px) {
      nav#gnav .gnav-link {
        border-top: 1px solid #E0E0E0;
        padding: 14px 28px; } }
    nav#gnav .gnav-link::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 0;
      height: 3px;
      background-color: #FF7300;
      transition: all .3s ease; }
      @media all and (max-width: 1199px) {
        nav#gnav .gnav-link::after {
          display: none; } }
    nav#gnav .gnav-link:hover {
      color: #FF7300; }
      nav#gnav .gnav-link:hover::after {
        width: 100%; }
  nav#gnav .gnav-link-btn {
    position: relative;
    display: block;
    font-weight: bold;
    padding: 28px;
    color: #FFFFFF;
    text-align: center; }
    @media all and (max-width: 1199px) {
      nav#gnav .gnav-link-btn {
        padding: 14px 28px; } }
    nav#gnav .gnav-link-btn::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1;
      transition: all .3s ease; }
  nav#gnav .gnav-link-btn01::before {
    background: linear-gradient(140deg, #234098 0%, #142559 100%); }
  nav#gnav .gnav-link-btn02::before {
    background: linear-gradient(140deg, #FFB600 0%, #FF5A5A 100%); }
  nav#gnav .gnav-link-btn:hover {
    color: #FF7300; }
  nav#gnav .gnav-link-btn:hover::before {
    height: 3px; }
  @media all and (min-width: 1200px) {
    nav#gnav .gnav-sub {
      transition: all .3s ease;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: #FF7300;
      color: #FFFFFF;
      opacity: 0;
      visibility: hidden; } }
  @media all and (max-width: 1199px) {
    nav#gnav .gnav-sub {
      display: none; } }
  @media all and (min-width: 1200px) {
    nav#gnav .gnav-sub.is-active {
      opacity: 1;
      visibility: visible; } }
  @media all and (min-width: 1200px) {
    nav#gnav .gnav-sub-list {
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center; } }
  nav#gnav .gnav-sub-item {
    padding: 0 1.5em; }
    @media all and (max-width: 1199px) {
      nav#gnav .gnav-sub-item {
        padding: 0; } }
    @media all and (min-width: 1200px) {
      nav#gnav .gnav-sub-item:not(:last-child) {
        border-right: 1px solid #FFFFFF; } }
  nav#gnav .gnav-sub-link {
    font-weight: bold; }
    @media all and (min-width: 1200px) {
      nav#gnav .gnav-sub-link {
        display: block;
        color: #FFFFFF; } }
    @media all and (max-width: 1199px) {
      nav#gnav .gnav-sub-link {
        padding: 14px 28px;
        border-top: 1px solid #E0E0E0;
        display: block;
        text-indent: 1em; } }
    @media all and (max-width: 1199px) {
      nav#gnav .gnav-sub-link:hover {
        color: #FF7300; } }

footer#footer nav#fnav {
  background-color: #FFFFFF; }
  @media all and (max-width: 991px) {
    footer#footer nav#fnav {
      display: none; } }
  footer#footer nav#fnav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  footer#footer nav#fnav li {
    line-height: 1; }
    @media all and (max-width: 991px) {
      footer#footer nav#fnav li {
        width: 100%; } }
  footer#footer nav#fnav a {
    display: block;
    font-weight: bold;
    font-size: 0.875rem;
    padding: 23px 15px; }
    @media all and (max-width: 1199px) {
      footer#footer nav#fnav a {
        padding: 23px 10px; } }
    @media all and (max-width: 991px) {
      footer#footer nav#fnav a {
        padding: 14px 28px; } }
    footer#footer nav#fnav a:hover {
      background-color: #FF7300;
      color: #FFFFFF; }
footer#footer .copyright {
  background-color: #333333; }
  footer#footer .copyright .logo {
    padding: 4rem 0;
    text-align: center; }
  footer#footer .copyright p.cr {
    padding: 1rem 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 1px; }

.viewmore {
  display: block;
  margin: 40px auto 0;
  padding: 15px 0 13px;
  max-width: 350px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: #FFFFFF;
  background: linear-gradient(140deg, #FFB600 0%, #FF5A5A 100%);
  position: relative; }
  @media all and (max-width: 991px) {
    .viewmore {
      font-size: 1rem; } }
  .viewmore::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all .3s ease;
    background-color: rgba(255, 255, 255, 0.25); }
  .viewmore::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #FFFFFF transparent;
    transition: all .3s ease; }
  .viewmore:hover {
    color: #FFFFFF; }
    .viewmore:hover::before {
      width: 100%; }
    .viewmore:hover::after {
      right: 0;
      bottom: 0; }

@media all and (max-width: 991px) {
  body section#kv {
    margin-top: 50px; } }

body#index section h2.section-title {
  line-height: 1;
  margin-bottom: 2.5rem; }
  body#index section h2.section-title .en p, body#index section h2.section-title .ja p {
    position: relative;
    display: inline-block; }
    body#index section h2.section-title .en p::after, body#index section h2.section-title .ja p::after {
      z-index: 1;
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 19px;
      background-color: rgba(255, 115, 0, 0.3); }
    body#index section h2.section-title .en p span, body#index section h2.section-title .ja p span {
      position: relative;
      display: block;
      font-weight: bold;
      z-index: 2; }
  body#index section h2.section-title .en {
    margin-bottom: 0.5rem;
    font-size: 1rem; }
  body#index section h2.section-title .ja {
    font-size: 2.5rem;
    letter-spacing: 4px; }
    @media all and (max-width: 575px) {
      body#index section h2.section-title .ja {
        font-size: 2rem; } }
body#index section#kv #kv-slider {
  line-height: 0; }
body#index section#kv .kv-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 56.25vw; }
  body#index section#kv .kv-slide img {
    width: 100%; }
  @media all and (max-width: 991px) {
    body#index section#kv .kv-slide {
      height: 133.3333vw; } }
body#index section#kv .kv-slide01 {
  background-image: url(assets/img/slide_01.jpg); }
  @media all and (max-width: 991px) {
    body#index section#kv .kv-slide01 {
      background-image: url(assets/img/slide_01sp.jpg); } }
body#index section#kv .kv-slide02 {
  background-image: url(assets/img/slide_02.jpg); }
  @media all and (max-width: 991px) {
    body#index section#kv .kv-slide02 {
      background-image: url(assets/img/slide_02sp.jpg); } }
body#index section#kv .kv-slide03 {
  background-image: url(assets/img/slide_03.jpg); }
  @media all and (max-width: 991px) {
    body#index section#kv .kv-slide03 {
      background-image: url(assets/img/slide_03sp.jpg); } }
body#index section#kv .kv-slide04 {
  background-image: url(assets/img/slide_04.jpg); }
  @media all and (max-width: 991px) {
    body#index section#kv .kv-slide04 {
      background-image: url(assets/img/slide_04sp.jpg); } }
body#index section#bnr #bnr-slider {
  line-height: 0; }
body#index section#bnr .bnr {
  display: block;
  width: 40vw; }
  @media all and (max-width: 545px) {
    body#index section#bnr .bnr {
      width: 92vw; } }
  body#index section#bnr .bnr:hover {
    opacity: 0.6; }
  body#index section#bnr .bnr img {
    width: 100%; }
body#index section#bnr .slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none;
  padding: 0 10px;
  background: none;
  z-index: 2; }
body#index section#bnr .slick-prev {
  left: calc(30vw - 40px); }
  @media all and (max-width: 545px) {
    body#index section#bnr .slick-prev {
      left: 0; } }
body#index section#bnr .slick-next {
  right: calc(30vw - 40px); }
  @media all and (max-width: 545px) {
    body#index section#bnr .slick-next {
      right: 0; } }
body#index section#bnr .slick-slide {
  opacity: 0.6; }
  body#index section#bnr .slick-slide.slick-active {
    opacity: 1; }
body#index section.client {
  background-color: #FFF;
  padding-top: 80px;
  padding-bottom: 60px; }
  body#index section.client .client-wrap {
    max-width: 1270px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px; }
  body#index section.client .client-list {
    margin-right: -5px;
    margin-left: -5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  body#index section.client .client-item {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 20px; }
body#index section.voice {
  padding-top: 80px;
  padding-bottom: 80px; }
  body#index section.voice .section-title {
    text-align: center; }
  body#index section.voice .voice-box {
    display: block;
    position: relative;
    padding-bottom: 35px; }
    @media all and (max-width: 991px) {
      body#index section.voice .voice-box {
        margin-bottom: 40px; } }
    body#index section.voice .voice-box:hover {
      opacity: 0.6; }
    body#index section.voice .voice-box::after {
      content: "";
      display: block;
      background: linear-gradient(135deg, #ffb600 0%, #ff5a5a 100%);
      width: 100%;
      height: 5px;
      position: absolute;
      bottom: 0;
      left: 0; }
  body#index section.voice .voice-thumb {
    padding-top: 66.66666%;
    margin-bottom: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  body#index section.voice .voice-title {
    font-size: 18px;
    color: #FF7300;
    margin-bottom: 8px; }
  body#index section.voice .voice-company {
    font-size: 14px;
    color: #6C6C6C; }
  body#index section.voice .viewmore {
    max-width: 460px; }
body#index section#mean {
  background-color: rgba(255, 115, 0, 0.03);
  padding-top: 5rem;
  padding-bottom: 5rem; }
  body#index section#mean h2.section-title {
    text-align: center; }
  body#index section#mean .mean {
    position: relative; }
    @media (min-width: 576px) and (max-width: 1199px) {
      body#index section#mean .mean {
        margin-bottom: -240px; } }
  body#index section#mean .mean-img {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16)); }
  body#index section#mean .mean-box-wrap {
    position: absolute;
    z-index: 2;
    filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.16));
    top: 60px;
    width: 84.4%; }
    @media all and (max-width: 991px) {
      body#index section#mean .mean-box-wrap {
        position: relative;
        top: -240px;
        width: 100%; } }
    @media all and (max-width: 575px) {
      body#index section#mean .mean-box-wrap {
        top: -20px; } }
  body#index section#mean .mean-box {
    padding: 84px 60px;
    background-color: #FFF; }
    @media all and (max-width: 1199px) {
      body#index section#mean .mean-box {
        padding: 30px 30px; } }
    @media all and (max-width: 991px) {
      body#index section#mean .mean-box {
        padding: 2rem 15px; } }
  body#index section#mean .mean-title {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 1rem; }
    @media all and (max-width: 1199px) {
      body#index section#mean .mean-title {
        font-size: 1.5rem; } }
    @media all and (max-width: 991px) {
      body#index section#mean .mean-title {
        font-size: 1.25rem; } }
  body#index section#mean .mean-text {
    line-height: 2; }
    @media all and (max-width: 1199px) {
      body#index section#mean .mean-text {
        font-size: 0.875rem; } }
  body#index section#mean .mean01 {
    padding-bottom: 5rem; }
    @media (min-width: 992px) and (max-width: 1199px) {
      body#index section#mean .mean01 {
        padding-bottom: 15rem; } }
    body#index section#mean .mean01 .mean-box-wrap {
      right: 0; }
    body#index section#mean .mean01 .mean-box {
      padding-left: 30px;
      clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%); }
      @media all and (min-width: 576px) {
        body#index section#mean .mean01 .mean-box {
          padding-left: 27%;
          clip-path: polygon(27% 0, 100% 0, 100% 100%, 0 100%); } }
  @media all and (max-width: 575px) {
    body#index section#mean .mean02 {
      top: -20px; } }
  body#index section#mean .mean02 .mean-img {
    text-align: right; }
  body#index section#mean .mean02 .mean-box-wrap {
    left: 0; }
  body#index section#mean .mean02 .mean-box {
    padding-right: 30px;
    clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%); }
    @media all and (min-width: 576px) {
      body#index section#mean .mean02 .mean-box {
        padding-right: 27%;
        clip-path: polygon(0 0, 100% 0, 73% 100%, 0 100%); } }
body#index section#vision {
  background-image: url(assets/img/index_bg_vision.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media all and (max-width: 991px) {
    body#index section#vision {
      margin-top: 0; } }
  @media all and (max-width: 991px) {
    body#index section#vision .wrap {
      padding-right: 15px;
      padding-left: 15px; } }
  body#index section#vision h2.section-title {
    text-align: center; }
  body#index section#vision .vision {
    margin-top: 5rem;
    text-align: center; }
    @media all and (max-width: 991px) {
      body#index section#vision .vision {
        margin-top: 2.5rem; } }
  body#index section#vision .vision-title {
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 2px; }
    @media all and (max-width: 1199px) {
      body#index section#vision .vision-title {
        font-size: 2rem; } }
    @media all and (max-width: 991px) {
      body#index section#vision .vision-title {
        font-size: 1.5rem; } }
  body#index section#vision .vision-text {
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 2px; }
    @media all and (max-width: 1199px) {
      body#index section#vision .vision-text {
        font-size: 1rem; } }
body#index section#group {
  background-image: url(assets/img/index_bg_group.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  body#index section#group .wrap {
    position: relative;
    background-color: rgba(255, 255, 255, 0.89);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.32));
    margin: auto;
    max-width: 1140px;
    padding: 60px 30px; }
    @media all and (max-width: 1199px) {
      body#index section#group .wrap {
        max-width: 960px; } }
    @media all and (max-width: 991px) {
      body#index section#group .wrap {
        margin: 0 15px;
        padding: 30px 15px; } }
  body#index section#group .group-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 2.5rem; }
    @media all and (max-width: 991px) {
      body#index section#group .group-title {
        font-size: 1.25rem;
        margin-bottom: 1.5rem; } }
  body#index section#group .group-text {
    line-height: 2;
    margin-bottom: 2.5rem; }
    @media all and (max-width: 991px) {
      body#index section#group .group-text {
        margin-bottom: 1.5rem; } }
  body#index section#group .group-img {
    position: relative;
    width: 100%;
    margin-bottom: 51px; }
  body#index section#group .gs-box {
    background-color: #FFFFFF;
    border-radius: .5rem;
    padding: 2rem;
    display: flex; }
    @media all and (max-width: 991px) {
      body#index section#group .gs-box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center; } }
    body#index section#group .gs-box:not(:last-child) {
      margin-bottom: 1rem; }
  body#index section#group .gs-doc {
    width: 100%;
    position: relative; }
    @media all and (min-width: 992px) {
      body#index section#group .gs-doc {
        padding-left: 35px; } }
  body#index section#group .gs-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem; }
  body#index section#group .gs-text {
    font-size: 0.875rem;
    color: #838383; }
    @media all and (max-width: 991px) {
      body#index section#group .gs-text {
        margin-bottom: 1rem; } }
  body#index section#group .gs-link {
    display: block;
    width: 100%;
    max-width: 320px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 3px;
    font-weight: bold;
    padding: 13px 0;
    position: relative;
    margin: auto; }
    @media all and (min-width: 992px) {
      body#index section#group .gs-link {
        position: absolute;
        right: 0;
        bottom: 0; } }
    body#index section#group .gs-link::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      transition: all .3s ease;
      background-color: rgba(255, 255, 255, 0.25); }
    body#index section#group .gs-link::after {
      content: "";
      display: block;
      position: absolute;
      right: 10px;
      bottom: 10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 10px 10px;
      border-color: transparent transparent #FFFFFF transparent;
      transition: all .3s ease; }
    body#index section#group .gs-link:hover::before {
      width: 100%; }
    body#index section#group .gs-link:hover::after {
      right: 0;
      bottom: 0; }
  @media all and (max-width: 991px) {
    body#index section#group .gs01 {
      margin-bottom: 2rem; } }
  body#index section#group .gs01 .gs-title {
    color: #2F97CE; }
  body#index section#group .gs01 .gs-link {
    background: linear-gradient(100deg, #2F97CE 0%, #2F3BCE 100%); }
  @media all and (max-width: 991px) {
    body#index section#group .gs02 {
      margin-bottom: 2rem; } }
  body#index section#group .gs02 .gs-title {
    color: #FF7300; }
  body#index section#group .gs02 .gs-link {
    background: linear-gradient(100deg, #FFB600 0%, #FF5A5A 100%); }
  body#index section#group .gs03 .gs-title {
    color: #00C853; }
  body#index section#group .gs03 .gs-link {
    background: linear-gradient(100deg, #00C853 0%, #24831C 100%); }
  body#index section#group .gs04 .gs-title {
    color: #1D57AA; }
  body#index section#group .gs04 .gs-link {
    background: linear-gradient(100deg, #1D57AA 0%, #022352 100%); }
  body#index section#group .group-lead {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin-top: 2.5rem; }
    @media all and (max-width: 991px) {
      body#index section#group .group-lead {
        font-size: 1.25rem; } }
  body#index section#group .arrow {
    position: absolute;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.32));
    opacity: 0.80;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    border-color: transparent; }
  body#index section#group .arrow-top-left {
    top: -10px;
    left: -10px;
    border-top-width: 64px;
    border-right-width: 64px;
    border-top-color: #FF7300; }
    @media all and (max-width: 991px) {
      body#index section#group .arrow-top-left {
        border-top-width: 48px;
        border-right-width: 48px; } }
  body#index section#group .arrow-top-right {
    top: -10px;
    right: -10px;
    border-right-width: 64px;
    border-bottom-width: 64px;
    border-right-color: #FF7300; }
    @media all and (max-width: 991px) {
      body#index section#group .arrow-top-right {
        border-right-width: 48px;
        border-bottom-width: 48px; } }
  body#index section#group .arrow-bottom-right {
    bottom: -10px;
    right: -10px;
    border-bottom-width: 64px;
    border-left-width: 64px;
    border-bottom-color: #FF7300; }
    @media all and (max-width: 991px) {
      body#index section#group .arrow-bottom-right {
        border-bottom-width: 48px;
        border-left-width: 48px; } }
  body#index section#group .arrow-bottom-left {
    bottom: -10px;
    left: -10px;
    border-top-width: 64px;
    border-left-width: 64px;
    border-left-color: #FF7300; }
    @media all and (max-width: 991px) {
      body#index section#group .arrow-bottom-left {
        border-top-width: 48px;
        border-left-width: 48px; } }
  body#index section#group a.viewmore {
    max-width: 460px; }
body#index section#profile {
  position: relative;
  padding-top: 7.5rem; }
  body#index section#profile .profile-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  body#index section#profile .profile-doc, body#index section#profile .profile-img {
    width: 49%; }
    @media all and (max-width: 991px) {
      body#index section#profile .profile-doc, body#index section#profile .profile-img {
        width: 100%; } }
  body#index section#profile .profile-doc {
    position: relative;
    z-index: 4; }
    @media all and (max-width: 991px) {
      body#index section#profile .profile-doc {
        margin-bottom: 2rem; } }
  body#index section#profile .profile-img {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; }
    @media all and (max-width: 991px) {
      body#index section#profile .profile-img {
        margin-bottom: 0; } }
  body#index section#profile .position {
    font-size: 0.875rem;
    margin-bottom: 1rem; }
  body#index section#profile .name {
    margin-bottom: 1rem;
    line-height: 1;
    font-weight: bold; }
    body#index section#profile .name span:first-child {
      font-size: 2.5rem; }
      @media all and (max-width: 991px) {
        body#index section#profile .name span:first-child {
          font-size: 2rem; } }
  body#index section#profile .text {
    line-height: 2.2; }
  body#index section#profile a.viewmore {
    margin: 40px 0 40px 0; }
  body#index section#profile .delta01, body#index section#profile .delta02 {
    position: absolute;
    bottom: 0;
    right: 0; }
  body#index section#profile .delta01 {
    z-index: 1;
    width: 100%;
    height: 700px;
    background-color: rgba(255, 115, 0, 0.05);
    -webkit-clip-path: polygon(0 36%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 36%, 100% 0, 100% 100%, 0% 100%); }
  body#index section#profile .delta02 {
    z-index: 3;
    width: 67.5%;
    height: 351px;
    background-color: #FFDFC4;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
body#index section#company {
  background-image: url(assets/img/index_bg_company.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  body#index section#company dl {
    font-size: 0.875rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    display: flex;
    flex-wrap: wrap; }
    body#index section#company dl dt, body#index section#company dl dd {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding: 14px 0 12px; }
    body#index section#company dl dt {
      width: 30%;
      font-weight: 400; }
    body#index section#company dl dd {
      width: 70%;
      margin-bottom: 0;
      text-align: left; }
      body#index section#company dl dd a:hover {
        color: #FF7300; }
body#index section#access iframe {
  width: 100%;
  height: 400px;
  display: block;
  line-height: 1; }
body#index #seminer {
  background: linear-gradient(135deg, #2f97ce 0%, #2672ae 100%);
  border-radius: 8px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  max-width: 280px;
  width: 100%;
  color: #FFF;
  padding: 20px 10px;
  z-index: 9000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  transition: all .75s ease; }
  @media all and (max-width: 767px) {
    body#index #seminer {
      max-width: none;
      bottom: 0;
      right: 0;
      border-radius: 0;
      padding: 5px 0 0; } }
  body#index #seminer.is-active {
    bottom: -300px; }
  body#index #seminer #seminer-close {
    position: absolute;
    top: 0;
    right: 7px;
    z-index: 2; }
  body#index #seminer .seminer-label {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 7px; }
    @media all and (max-width: 767px) {
      body#index #seminer .seminer-label {
        font-size: 16px;
        margin-bottom: 4px; } }
    body#index #seminer .seminer-label::before, body#index #seminer .seminer-label::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 36px;
      height: 1px;
      background-color: #FFF; }
      @media all and (max-width: 767px) {
        body#index #seminer .seminer-label::before, body#index #seminer .seminer-label::after {
          width: calc(50% - 85px); } }
    body#index #seminer .seminer-label::before {
      left: 10px; }
      @media all and (max-width: 767px) {
        body#index #seminer .seminer-label::before {
          left: 30px; } }
    body#index #seminer .seminer-label::after {
      right: 10px; }
      @media all and (max-width: 767px) {
        body#index #seminer .seminer-label::after {
          right: 30px; } }
  body#index #seminer .seminer-date {
    text-align: center; }
    @media all and (max-width: 767px) {
      body#index #seminer .seminer-date {
        font-size: 14px; } }
  body#index #seminer .seminer-title {
    text-align: center;
    margin-bottom: 10px; }
    @media all and (max-width: 767px) {
      body#index #seminer .seminer-title {
        font-size: 14px;
        margin-bottom: 4px;
        padding-right: 10px;
        padding-left: 10px; } }
    @media all and (max-width: 767px) {
      body#index #seminer .seminer-title br {
        display: none; } }
  body#index #seminer .seminer-link {
    text-align: center;
    background-color: #FF7300;
    color: #FFF;
    display: block;
    padding-top: 11px;
    padding-bottom: 13px;
    border-radius: 50vh; }
    @media all and (max-width: 767px) {
      body#index #seminer .seminer-link {
        border-radius: 0;
        padding-top: 6px;
        padding-bottom: 7px; } }
    body#index #seminer .seminer-link:hover {
      background-color: #FFF;
      color: #FF7300; }

body#index section#news, body#archive section#news {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  body#index section#news .news-list, body#archive section#news .news-list {
    border-top: 1px solid #E0E0E0; }
  body#index section#news .news-item, body#archive section#news .news-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E0E0E0;
    padding-top: 10px;
    padding-bottom: 10px; }
    body#index section#news .news-item a, body#archive section#news .news-item a {
      display: block;
      line-height: 1; }
  body#index section#news .news-cat, body#archive section#news .news-cat {
    background-color: #868686;
    padding: 11px 0 9px;
    width: 160px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold; }
    @media all and (max-width: 991px) {
      body#index section#news .news-cat, body#archive section#news .news-cat {
        padding: 6px 0 4px;
        width: 50%;
        font-size: 0.75rem; } }
    body#index section#news .news-cat:hover, body#archive section#news .news-cat:hover {
      background-color: #FF7300; }
  body#index section#news .news-date, body#archive section#news .news-date {
    width: 120px;
    font-size: 0.875rem;
    font-weight: bold;
    position: relative;
    text-align: center; }
    @media all and (max-width: 991px) {
      body#index section#news .news-date, body#archive section#news .news-date {
        padding: 4px 0;
        width: 50%;
        background-color: #FFFFFF; } }
  body#index section#news .news-title, body#archive section#news .news-title {
    padding: 10px 0;
    width: calc(100% - 280px);
    font-size: 0.875rem;
    font-weight: bold;
    position: relative; }
    @media all and (min-width: 992px) {
      body#index section#news .news-title, body#archive section#news .news-title {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; } }
    @media all and (max-width: 991px) {
      body#index section#news .news-title, body#archive section#news .news-title {
        margin-top: 10px;
        width: 100%; } }
    body#index section#news .news-title::after, body#archive section#news .news-title::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 1px;
      background-color: rgba(255, 115, 0, 0.3);
      transition: all .3s ease; }
    body#index section#news .news-title:hover, body#archive section#news .news-title:hover {
      color: #FF7300; }
      body#index section#news .news-title:hover::after, body#archive section#news .news-title:hover::after {
        width: 100%; }

body:not(#index) #kv {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media all and (min-width: 992px) {
    body:not(#index) #kv {
      padding-top: 70px; } }
  body:not(#index) #kv .cover {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.17;
    background: linear-gradient(135deg, #FFB600 0%, #FF5A5A 100%); }
  body:not(#index) #kv .page-title {
    position: relative;
    z-index: 2;
    padding: 9rem 0;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 1; }
    @media all and (max-width: 991px) {
      body:not(#index) #kv .page-title {
        padding: 4.5rem 0; } }
    body:not(#index) #kv .page-title .ja {
      font-size: 1.25rem;
      margin-bottom: 0.5rem; }
    body:not(#index) #kv .page-title .en {
      font-size: 4rem; }
      @media all and (max-width: 991px) {
        body:not(#index) #kv .page-title .en {
          font-size: 2.5rem; } }
body:not(#index) section .page-subtitle {
  text-align: center;
  font-size: 2rem;
  color: #FF7300;
  margin-bottom: 1.75rem; }
  @media all and (max-width: 991px) {
    body:not(#index) section .page-subtitle {
      font-size: 1.5rem; } }
body:not(#index) section .page-lead {
  text-align: center;
  line-height: 2;
  margin-bottom: 3rem; }

body#archive .category-btn {
  margin-bottom: 1rem;
  display: flex; }
  @media all and (max-width: 991px) {
    body#archive .category-btn {
      margin-bottom: 0;
      flex-direction: column; } }
  body#archive .category-btn a {
    display: block;
    margin-right: 1rem;
    width: 240px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    padding: .5rem 0;
    background-color: #868686;
    border-radius: .25rem; }
    @media all and (max-width: 991px) {
      body#archive .category-btn a {
        margin-right: 0;
        margin-bottom: 1rem;
        width: 100%; } }
    body#archive .category-btn a.is-active {
      background-color: #FF7300; }

body#archive #kv, body#post #kv {
  background-image: url(assets/img/kv_news.png); }

body#post section#news {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  body#post section#news .post-title {
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.1; }
    @media all and (max-width: 991px) {
      body#post section#news .post-title {
        font-size: 1.5rem; } }
  body#post section#news .post-thumbnails {
    margin-bottom: 2.5rem; }
  body#post section#news .post-content {
    line-height: 2;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #E0E0E0; }
  body#post section#news .post-pager {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #E0E0E0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    body#post section#news .post-pager .next, body#post section#news .post-pager .prev {
      width: 45%; }
      @media all and (max-width: 991px) {
        body#post section#news .post-pager .next, body#post section#news .post-pager .prev {
          width: 100%; } }
    @media all and (max-width: 991px) {
      body#post section#news .post-pager .next {
        margin-bottom: 1rem; } }
    body#post section#news .post-pager .pager-title {
      margin-bottom: 13px;
      padding: 10px 0;
      text-align: center;
      background-color: #868686;
      color: #FFFFFF;
      font-weight: bold;
      line-height: 1; }
    body#post section#news .post-pager a {
      display: block;
      line-height: 1;
      font-size: 0.875rem; }
      body#post section#news .post-pager a:hover {
        color: #FF7300; }
  body#post section#news .side-title {
    margin-bottom: 1.25rem;
    padding: 10px 0;
    text-align: center;
    background-color: #868686;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1; }
  body#post section#news .side-item {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #E0E0E0; }
    body#post section#news .side-item a:hover {
      color: #FF7300; }

body#voice-list #kv, body#voice #kv {
  background-image: url(assets/img/kv_voice.png); }
body#voice-list section.voice, body#voice section.voice {
  padding-top: 5rem;
  padding-bottom: 5rem; }

body#voice-list section.voice li.test {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 2; }
body#voice-list section.voice li.voice-item {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
  padding-bottom: 2rem; }
body#voice-list section.voice a {
  display: block; }
@media all and (max-width: 991px) {
  body#voice-list section.voice a.voice-thumb {
    margin-bottom: 1rem; } }
body#voice-list section.voice a.voice-thumb:hover {
  opacity: 0.75; }
body#voice-list section.voice a.voice-thumb img {
  width: 100%; }
body#voice-list section.voice .voice-detail {
  position: relative; }
body#voice-list section.voice a.voice-title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px; }
  @media all and (max-width: 991px) {
    body#voice-list section.voice a.voice-title {
      font-size: 1.75rem; } }
  body#voice-list section.voice a.voice-title:hover {
    color: #FF7300; }
body#voice-list section.voice a.voice-company {
  font-size: 0.75rem;
  color: #999;
  margin-bottom: 10px; }
body#voice-list section.voice .voice-lead {
  font-size: 0.875rem;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden; }
  @media all and (max-width: 1199px) {
    body#voice-list section.voice .voice-lead {
      -webkit-line-clamp: 4; } }
@media all and (min-width: 992px) {
  body#voice-list section.voice a.viewmore {
    position: absolute;
    right: 15px;
    bottom: 0;
    margin: 0;
    width: 240px;
    font-size: 1rem;
    padding: 8px 0 6px; } }

body#voice section.voice .voice-title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem; }
  @media all and (max-width: 991px) {
    body#voice section.voice .voice-title {
      font-size: 1.5rem; } }
body#voice section.voice .voice-company {
  color: #999;
  text-align: center;
  margin-bottom: 1.25rem; }
body#voice section.voice .voice-keyvisual {
  margin-bottom: 1.5rem; }
  body#voice section.voice .voice-keyvisual img {
    width: 100%; }
body#voice section.voice .voice-lead,
body#voice section.voice .voice-doc-title,
body#voice section.voice .voice-doc-text,
body#voice section.voice .voice-doc-img {
  max-width: 730px;
  margin: 0 auto 2rem; }
body#voice section.voice .voice-lead {
  color: #777;
  line-height: 2; }
body#voice section.voice .voice-doc {
  padding-top: 2rem;
  border-top: 1px dashed rgba(0, 0, 0, 0.2); }
body#voice section.voice .voice-doc-title {
  font-size: 2rem;
  font-weight: bold; }
  @media all and (max-width: 991px) {
    body#voice section.voice .voice-doc-title {
      font-size: 1.25rem; } }
body#voice section.voice .voice-doc-text {
  line-height: 2; }
body#voice section.voice .voice-doc-text a {
  color: #2F3BCE; }
body#voice section.voice .voice-doc-text a:hover {
  color: #5da0ff; }

body#books #kv {
  background-image: url(assets/img/kv_books.png); }
body#books section.books {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  body#books section.books .book-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.5rem; }
  body#books section.books .book-img {
    border: 1px solid #E0E0E0;
    padding: 4px 0;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; }
    @media all and (min-width: 992px) {
      body#books section.books .book-img {
        width: 350px; } }
    @media all and (max-width: 991px) {
      body#books section.books .book-img {
        margin-bottom: 1.25rem; } }
  body#books section.books .book-detail {
    position: relative; }
    @media all and (min-width: 992px) {
      body#books section.books .book-detail {
        width: calc(100% - 380px); } }
  body#books section.books .book-title {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1.25rem; }
    @media all and (max-width: 991px) {
      body#books section.books .book-title {
        margin-bottom: .75rem; } }
  body#books section.books .book-lead, body#books section.books .book-price {
    font-size: 0.875rem;
    line-height: 2; }
  body#books section.books a.amazon {
    display: block;
    margin-top: 1rem;
    text-align: center; }
    @media all and (min-width: 992px) {
      body#books section.books a.amazon {
        position: absolute;
        right: 0;
        bottom: 0; } }

body#training #kv {
  background-image: url(assets/img/kv_training.png); }
body#training section.training {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  body#training section.training .training-block {
    position: relative;
    padding: 40px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media all and (max-width: 991px) {
      body#training section.training .training-block {
        margin-right: -15px;
        margin-left: -15px;
        padding: 15px; } }
  body#training section.training .block-title {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    line-height: 1; }
    @media all and (max-width: 991px) {
      body#training section.training .block-title {
        flex-wrap: wrap; } }
    body#training section.training .block-title .point {
      width: 180px;
      background: linear-gradient(135deg, #FFB600 0%, #FF5A5A 100%);
      font-size: 1.5rem;
      font-weight: bold;
      text-align: center;
      color: #FFFFFF;
      padding: 11px 0 9px; }
      @media all and (max-width: 991px) {
        body#training section.training .block-title .point {
          width: 100%;
          margin-bottom: 10px; } }
    body#training section.training .block-title .text {
      font-size: 1.75rem;
      font-weight: bold;
      color: #FF7300;
      margin-left: 20px; }
      @media all and (max-width: 991px) {
        body#training section.training .block-title .text {
          margin-left: 0;
          font-size: 1.5rem; } }
  body#training section.training .block-text {
    line-height: 1.8; }
    @media all and (min-width: 992px) {
      body#training section.training .block-text {
        width: calc(100% - 330px); } }
    @media all and (min-width: 992px) {
      body#training section.training .block-text:last-child {
        text-align: right; } }
  body#training section.training .block-img {
    margin-top: 20px;
    width: 100%; }
    @media all and (min-width: 992px) {
      body#training section.training .block-img {
        margin-top: 0;
        width: 300px; } }
    body#training section.training .block-img img {
      width: 100%; }
  body#training section.training .training-block.block01 .block-text {
    width: 100%; }
  body#training section.training .training-block.block01 .block-img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%; }
  body#training section.training .plus {
    margin: 30px 0;
    text-align: center; }

body#contact #kv {
  background-image: url(assets/img/kv_contact.png); }
body#contact section.contact {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  body#contact section.contact form {
    margin: 0 auto;
    padding: 2.5rem 6rem;
    border-radius: 0.5rem;
    max-width: 730px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    @media all and (max-width: 991px) {
      body#contact section.contact form {
        padding: 1rem; } }
    body#contact section.contact form dt {
      color: #FF7300;
      font-size: 0.875rem; }
    body#contact section.contact form dd {
      margin-bottom: 1.5rem; }
    body#contact section.contact form button.btn {
      padding: 1rem 0;
      width: 100%;
      background-color: #FF7300;
      border-color: #FF7300; }
      body#contact section.contact form button.btn:hover {
        background-color: #FFFFFF;
        color: #FF7300; }

body#column-list #kv, body#column #kv {
  background-image: url(assets/img/kv_column.jpg); }
body#column-list section.contents, body#column section.contents {
  padding-top: 80px;
  padding-bottom: 120px; }
  @media all and (max-width: 545px) {
    body#column-list section.contents, body#column section.contents {
      padding-top: 15px;
      padding-bottom: 30px; } }
body#column-list .side-wrap, body#column .side-wrap {
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 40px; }
  body#column-list .side-wrap ul, body#column .side-wrap ul {
    padding: 0 20px 18px; }
  body#column-list .side-wrap li, body#column .side-wrap li {
    border-bottom: 1px solid #B7B2B2;
    padding-top: 16px;
    padding-bottom: 16px; }
  body#column-list .side-wrap a, body#column .side-wrap a {
    display: block;
    font-size: 14px; }
    body#column-list .side-wrap a:hover, body#column .side-wrap a:hover {
      opacity: 0.6; }
  body#column-list .side-wrap .side-title, body#column .side-wrap .side-title {
    background-color: #F0F0F0;
    text-align: center;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 12px; }
  body#column-list .side-wrap .side-cat-link, body#column .side-wrap .side-cat-link {
    padding: 3px 0 5px 15px;
    position: relative; }
    body#column-list .side-wrap .side-cat-link::before, body#column .side-wrap .side-cat-link::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 5px;
      height: 100%;
      background-color: #E3E3E3;
      z-index: 1; }
  body#column-list .side-wrap .side-column-data, body#column .side-wrap .side-column-data {
    display: flex;
    margin-bottom: 8px; }
  body#column-list .side-wrap .side-column-date, body#column .side-wrap .side-column-date {
    padding-right: 1em; }
  body#column-list .side-wrap .side-column-title, body#column .side-wrap .side-column-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }

body#document-list #kv, body#document #kv {
  background-image: url(assets/img/kv_document.jpg); }
body#document-list section.contents, body#document section.contents {
  padding-top: 80px;
  padding-bottom: 120px; }
  @media all and (max-width: 545px) {
    body#document-list section.contents, body#document section.contents {
      padding-top: 15px;
      padding-bottom: 30px; } }

body#column section.contents article.post-article {
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  margin-bottom: 40px; }
  @media all and (max-width: 545px) {
    body#column section.contents article.post-article {
      padding: 10px;
      margin-bottom: 20px; } }
body#column section.contents .post-data {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 20px; }
  @media all and (max-width: 545px) {
    body#column section.contents .post-data {
      flex-wrap: wrap; } }
body#column section.contents .post-data-left {
  display: flex;
  justify-content: center;
  align-items: center; }
body#column section.contents .post-cat {
  background-color: #9F9F9F;
  color: #FFF;
  text-align: center;
  width: 138px;
  padding-top: 4px;
  padding-bottom: 4px; }
body#column section.contents .post-date {
  padding-left: 15px; }
body#column section.contents .post-author {
  margin-left: auto;
  display: flex;
  align-items: center; }
  @media all and (max-width: 545px) {
    body#column section.contents .post-author {
      flex-direction: row-reverse;
      margin-left: 0;
      margin-top: 10px; } }
body#column section.contents .post-author-name {
  padding-right: 10px; }
  @media all and (max-width: 545px) {
    body#column section.contents .post-author-name {
      padding-right: 0;
      padding-left: 10px; } }
body#column section.contents .post-author-img {
  border-radius: 100vh;
  overflow: hidden;
  width: 44px; }
body#column section.contents h1.post-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 32px; }
  @media all and (max-width: 545px) {
    body#column section.contents h1.post-title {
      font-size: 20px;
      margin-bottom: 20px; } }
body#column section.contents .post-thumbnails {
  margin-bottom: 12px; }
  body#column section.contents .post-thumbnails img {
    width: 100%; }
body#column section.contents .post-sns {
  display: flex;
  margin-bottom: 60px; }
  @media all and (max-width: 545px) {
    body#column section.contents .post-sns {
      justify-content: center;
      margin-bottom: 12px; } }
body#column section.contents .post-sns-item {
  display: flex;
  margin-right: 12px; }
  @media all and (max-width: 545px) {
    body#column section.contents .post-sns-item {
      margin-right: 6px;
      margin-left: 6px; } }
body#column section.contents .post-sns-fb {
  background-color: #3b5998; }
body#column section.contents .post-sns-tw {
  background-color: #1da1f2; }
body#column section.contents .post-sns-ht {
  background-color: #29A4DE; }
body#column section.contents .post-sns-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px; }
  @media all and (max-width: 545px) {
    body#column section.contents .post-sns-icon {
      height: 44px; } }
body#column section.contents .post-sns-title {
  color: #FFF;
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 8px;
  padding-right: 20px; }
  @media all and (max-width: 545px) {
    body#column section.contents .post-sns-title {
      display: none; } }
body#column section.contents .post-sns-last {
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  position: relative; }
  @media all and (max-width: 545px) {
    body#column section.contents .post-sns-last {
      margin-top: 12px;
      padding-top: 12px;
      margin-bottom: 10px; } }
  body#column section.contents .post-sns-last::before {
    content: "";
    display: block;
    max-width: 350px;
    width: 100%;
    height: 1px;
    background-color: #CBCBCB;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto; }
  body#column section.contents .post-sns-last .post-sns-item {
    margin-right: 6px;
    margin-left: 6px; }
body#column section.contents .post-content {
  padding-top: 53px;
  position: relative; }
  @media all and (max-width: 545px) {
    body#column section.contents .post-content {
      padding-top: 12px; } }
  body#column section.contents .post-content::before {
    content: "";
    display: block;
    width: 350px;
    width: 100%;
    height: 1px;
    background-color: #CBCBCB;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto; }
  body#column section.contents .post-content > * {
    margin-bottom: 40px; }
    @media all and (max-width: 545px) {
      body#column section.contents .post-content > * {
        margin-bottom: 20px; } }
  body#column section.contents .post-content p {
    line-height: 2; }
  body#column section.contents .post-content a {
    color: #0066c0; }
  body#column section.contents .post-content a:hover {
    text-decoration: underline;}
  body#column section.contents .post-content h2 {
    margin-top: 60px;
    margin-bottom: 40px;
    background-color: #FFDEC3;
    border-left: 10px solid #FF7300;
    font-weight: bold;
    padding: 12px 25px 15px 12px; }
    @media all and (max-width: 545px) {
      body#column section.contents .post-content h2 {
        font-size: 20px; } }
  body#column section.contents .post-content h3 {
    margin-top: 60px;
    margin-bottom: 40px;
    background-color: #eeeeee;
    border-bottom: 2px solid #999999;
    font-weight: bold;
    padding: 12px 25px 15px 12px;
    font-size: 1.5em; }
    @media all and (max-width: 545px) {
      body#column section.contents .post-content h3 {
        font-size: 18px; } }
  body#column section.contents .post-content h4, body#column section.contents .post-content h5 {
    margin-top: 60px;
    margin-bottom: 40px;
    background-color: none;
    border-bottom: 2px solid #666666;
    font-weight: bold;
    padding: 12px 25px 15px 12px;
    font-size: 1.3em; }
    @media all and (max-width: 545px) {
      body#column section.contents .post-content h4, body#column section.contents .post-content h5 {
        font-size: 18px; } }
  body#column section.contents .post-content blockquote {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: #eeeeee 0 3px 3px;
    border-radius: 10px;
    padding: 30px; }
    body#column section.contents .post-content blockquote a {
      color: #2F3BCE; }
    body#column section.contents .post-content blockquote a:hover {
      color: #5da0ff; }
    @media all and (max-width: 545px) {
      body#column section.contents .post-content blockquote {
        padding: 10px; } }
    body#column section.contents .post-content blockquote p {
      margin-bottom: 1.5em; }
  body#column section.contents .post-content img {
    max-width: 100%;
    height: auto; }
  body#column section.contents .post-content table {
    font-size: 0.75rem; }
    body#column section.contents .post-content table tr {
      border-bottom: 1px solid #CCC; }
    body#column section.contents .post-content table th, body#column section.contents .post-content table td {
      padding-top: 0.5em;
      padding-bottom: 0.5em; }
    body#column section.contents .post-content table td.has-text-align-center {
      text-align: center; }
  body#column section.contents .post-content ul li {
    margin-bottom: 1em;
    position: relative;
    padding-left: 1em;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #DDD; }
    body#column section.contents .post-content ul li::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: calc(1em - 5px);
      width: 4px;
      height: 4px;
      background-color: #000000; }
body#column section.contents .post-pager {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px; }
  @media all and (max-width: 545px) {
    body#column section.contents .post-pager {
      margin-bottom: 30px; } }
  body#column section.contents .post-pager .next, body#column section.contents .post-pager .prev {
    width: 48%; }
    body#column section.contents .post-pager .next a, body#column section.contents .post-pager .prev a {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      display: block;
      width: 100%;
      background-color: #FFF;
      color: #888;
      font-size: 14px;
      padding: 21px 20px; }
      @media all and (max-width: 545px) {
        body#column section.contents .post-pager .next a, body#column section.contents .post-pager .prev a {
          padding: 12px 20px; } }
      body#column section.contents .post-pager .next a:hover, body#column section.contents .post-pager .prev a:hover {
        background-color: #888;
        color: #FFF; }
  body#column section.contents .post-pager .prev {
    text-align: right; }
body#column section.contents .post-recent-wrap {
  display: flex;
  margin-right: -2px;
  margin-left: -3px; }
  @media all and (max-width: 991px) {
    body#column section.contents .post-recent-wrap {
      margin-bottom: 60px; } }
  @media all and (max-width: 545px) {
    body#column section.contents .post-recent-wrap {
      flex-wrap: wrap;
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 30px; } }
body#column section.contents .post-recent-box {
  padding-right: 2px;
  padding-left: 3px;
  width: 33.33333%; }
  @media all and (max-width: 545px) {
    body#column section.contents .post-recent-box {
      padding-right: 0;
      padding-left: 0;
      width: 100%;
      margin-bottom: 20px; } }
body#column section.contents .post-recent-link {
  display: block;
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative; }
  body#column section.contents .post-recent-link:hover {
    opacity: 0.6; }
body#column section.contents .post-recent-cat {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 14px;
  background-color: #9F9F9F;
  color: #FFF;
  padding: 4px 27px 4px; }
body#column section.contents .post-recent-img {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  body#column section.contents .post-recent-img::before {
    content: "";
    display: block;
    padding-top: 66.66666%; }
body#column section.contents .post-recent-title {
  padding: 6px 8px 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }
body#column section.contents .post-recent-date {
  font-size: 14px;
  color: #888;
  padding: 0 8px 13px; }

body#column-list section.contents .column-item {
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  margin-bottom: 40px; }
  @media all and (max-width: 545px) {
    body#column-list section.contents .column-item {
      padding: 10px;
      margin-bottom: 20px; } }
body#column-list section.contents .column-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px; }
  @media all and (max-width: 545px) {
    body#column-list section.contents .column-title {
      font-size: 18px;
      margin-bottom: 10px; } }
body#column-list section.contents .column-wrap {
  display: flex; }
  @media all and (max-width: 545px) {
    body#column-list section.contents .column-wrap {
      flex-direction: column; } }
body#column-list section.contents .column-img {
  width: 49%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media all and (max-width: 545px) {
    body#column-list section.contents .column-img {
      width: 100%;
      margin-bottom: 10px; } }
  body#column-list section.contents .column-img::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 66.6666%; }
body#column-list section.contents .column-data {
  padding-left: 20px;
  width: 51%;
  font-size: 14px;
  display: flex;
  flex-direction: column; }
  @media all and (max-width: 545px) {
    body#column-list section.contents .column-data {
      padding-left: 0;
      width: 100%; } }
body#column-list section.contents .column-data-head {
  display: flex;
  align-items: center; }
body#column-list section.contents .column-cat {
  background-color: #9F9F9F;
  color: #FFF;
  text-align: center;
  width: 138px;
  padding-top: 4px;
  padding-bottom: 4px; }
body#column-list section.contents .column-date {
  padding-left: 15px; }
body#column-list section.contents .column-data-foot {
  margin-top: auto;
  display: flex;
  justify-content: space-between; }
  @media all and (max-width: 767px) {
    body#column-list section.contents .column-data-foot {
      flex-wrap: wrap; } }
body#column-list section.contents .column-excerpt {
  margin-top: 17px;
  margin-bottom: 17px;
  line-height: 1.77;
  color: #8D8D8D;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; }
  @media all and (max-width: 1199px) {
    body#column-list section.contents .column-excerpt {
      -webkit-line-clamp: 3; } }
  @media all and (max-width: 767px) {
    body#column-list section.contents .column-excerpt {
      display: none; } }
body#column-list section.contents .column-author {
  display: flex;
  align-items: center; }
  @media all and (max-width: 767px) {
    body#column-list section.contents .column-author {
      margin-bottom: 10px; } }
  @media all and (max-width: 545px) {
    body#column-list section.contents .column-author {
      margin-top: 10px; } }
body#column-list section.contents .column-author-img {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 10px; }
body#column-list section.contents .column-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(140deg, #FFB600, #FF5A5A, #FFB600);
  color: #FFF;
  font-weight: bold;
  padding: 0 17px;
  text-align: center;
  background-size: 200% 100%;
  background-position: 0% 0%; }
  @media all and (max-width: 767px) {
    body#column-list section.contents .column-link {
      width: 100%;
      padding: 12px 0; } }
  body#column-list section.contents .column-link:hover {
    background-position: 100% 0%; }

body#document-list section#kv {
  margin-bottom: 80px; }
body#document-list section.contents .space {
  background-color: #E0E0E0;
  height: 8px;
  width: 100%;
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 60px;
  margin-bottom: 60px; }
@media all and (max-width: 767px) {
  body#document-list section.contents .space2 {
    display: none; } }
@media all and (min-width: 992px) {
  body#document-list section.contents .space2 {
    display: none; } }
@media all and (max-width: 991px) {
  body#document-list section.contents .space3 {
    display: none; } }
body#document-list section.contents .doc-wrap {
  display: flex;
  flex-direction: column;
  height: 100%; }
  @media all and (max-width: 767px) {
    body#document-list section.contents .doc-wrap {
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 3px solid #E0E0E0; } }
  @media all and (max-width: 545px) {
    body#document-list section.contents .doc-wrap {
      padding-bottom: 20px;
      margin-bottom: 20px; } }
body#document-list section.contents .doc-img {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  body#document-list section.contents .doc-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 66.6666%; }
body#document-list section.contents .doc-title {
  margin-top: 12px;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: bold; }
body#document-list section.contents a.doc-link {
  margin-top: auto;
  display: block;
  text-align: center;
  background: linear-gradient(140deg, #FFB600, #FF5A5A, #FFB600);
  padding-top: 10px;
  padding-bottom: 11px;
  color: #FFF;
  border-radius: 50vh;
  background-size: 200% 100%;
  background-position: 0% 0%; }
  body#document-list section.contents a.doc-link:hover {
    background-position: 100% 0%; }

body#document section.contents .doc-article {
  max-width: 730px;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
body#document section.contents .doc-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.5; }
  @media all and (max-width: 545px) {
    body#document section.contents .doc-title {
      font-size: 24px;
      margin-bottom: 20px; } }
body#document section.contents .doc-img {
  margin-bottom: 40px; }
  @media all and (max-width: 545px) {
    body#document section.contents .doc-img {
      margin-bottom: 20px; } }
  body#document section.contents .doc-img img {
    width: 100%; }
body#document section.contents .doc-text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px; }
  @media all and (max-width: 545px) {
    body#document section.contents .doc-text {
      font-size: 14px;
      margin-bottom: 20px; } }
body#document section.contents .doc-form {
  background-color: #FFF;
  border: 1px solid #E2E2E2;
  border-radius: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 60px 15px 80px; }
  @media all and (max-width: 545px) {
    body#document section.contents .doc-form {
      padding-top: 30px;
      padding-bottom: 40px; } }
body#document section.contents .mw_wp_form {
  max-width: 540px;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
body#document section.contents .form-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px; }
body#document section.contents .form-text {
  color: #999;
  font-size: 14px;
  margin-bottom: 24px; }
body#document section.contents .form-control:-ms-input-placeholder {
  color: #8B8B8B; }
body#document section.contents .form-control::-ms-input-placeholder {
  color: #8B8B8B; }
body#document section.contents .form-control::-moz-placeholder {
  color: #8B8B8B; }
body#document section.contents .form-control::-webkit-input-placeholder {
  color: #8B8B8B; }
body#document section.contents .form-control::placeholder {
  color: #8B8B8B; }
body#document section.contents .input-wrap {
  margin-bottom: 16px; }
body#document section.contents button[type=submit] {
  border: none;
  display: block;
  padding: 0;
  background: none;
  appearance: none;
  outline: none;
  text-align: center;
  background: linear-gradient(140deg, #FFB600, #FF5A5A, #FFB600);
  padding-top: 10px;
  padding-bottom: 11px;
  color: #FFF;
  border-radius: 50vh;
  background-size: 200% 100%;
  background-position: 0% 0%;
  width: 100%;
  font-size: 22px;
  transition: all .3s ease; }
  body#document section.contents button[type=submit]:hover {
    background-position: 100% 0%; }
@media all and (min-width: 768px) {
  body#document section.contents .dl-text {
    text-align: center; } }
body#document section.contents .dl-link {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  text-align: center;
  background: linear-gradient(140deg, #FFB600, #FF5A5A, #FFB600);
  padding-top: 10px;
  padding-bottom: 11px;
  color: #FFF;
  border-radius: 50vh;
  background-size: 200% 100%;
  background-position: 0% 0%;
  width: 100%;
  font-size: 22px;
  transition: all .3s ease; }
  body#document section.contents .dl-link:hover {
    background-position: 100% 0%; }
body#document section.contents #filedownload {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9001;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media all and (max-width: 545px) {
    body#document section.contents #filedownload {
      padding-right: 15px;
      padding-left: 15px; } }
  body#document section.contents #filedownload .dl-close {
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9001; }
  body#document section.contents #filedownload .dl-inner {
    max-width: 540px;
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
    @media all and (max-width: 545px) {
      body#document section.contents #filedownload .dl-inner {
        padding-right: 15px;
        padding-left: 15px; } }
  body#document section.contents #filedownload .dl-box {
    position: relative;
    z-index: 9002;
    max-width: 730px;
    width: 100%;
    padding: 60px 0;
    background-color: #FFF;
    border-radius: 16px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

/* コンサルタント紹介
-----------------------------------*/
body#consultant-list #kv, body#consultant #kv {
  background-image: url(assets/img/kv_consultant_list.jpg); }
body#consultant-list section.contents, body#consultant section.contents {
  padding-top: 80px;
  padding-bottom: 120px; }
  @media all and (max-width: 545px) {
    body#consultant-list section.contents, body#consultant section.contents {
      padding-bottom: 80px; } }
body#consultant-list .column-block, body#consultant .column-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 50px; }
  body#consultant-list .column-block .consultant-list-wrap + .consultant-list-wrap, body#consultant .column-block .consultant-list-wrap + .consultant-list-wrap {
    margin-left: 30px; }
  @media all and (max-width: 992px) {
    body#consultant-list .column-block, body#consultant .column-block {
      flex-direction: column;
      margin-bottom: 0;
      border-bottom: 0;
      padding-bottom: 0; }
      body#consultant-list .column-block .consultant-list-wrap, body#consultant .column-block .consultant-list-wrap {
        margin-bottom: 55px;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
        padding-bottom: 50px; }
        body#consultant-list .column-block .consultant-list-wrap + .consultant-list-wrap, body#consultant .column-block .consultant-list-wrap + .consultant-list-wrap {
          margin-left: 0; } }
  @media all and (max-width: 768px) {
    body#consultant-list .column-block .consultant-list-wrap, body#consultant .column-block .consultant-list-wrap {
      border-bottom: 0; }
      body#consultant-list .column-block .consultant-list-wrap .consultant-list-info + .consultant-list-info, body#consultant .column-block .consultant-list-wrap .consultant-list-info + .consultant-list-info {
        margin-top: 55px; } }
body#consultant-list .category-headline, body#consultant .category-headline {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  position: relative; }
  body#consultant-list .category-headline span, body#consultant .category-headline span {
    display: inline-block;
    padding-bottom: 13px;
    line-height: 1.2; }
  body#consultant-list .category-headline::after, body#consultant .category-headline::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    width: 100%;
    background: linear-gradient(90deg, #ffb600 0%, #ff5a5a 100%); }
  @media all and (max-width: 992px) {
    body#consultant-list .category-headline, body#consultant .category-headline {
      display: flex;
      align-items: center;
      min-height: 35px; }
      body#consultant-list .category-headline span, body#consultant .category-headline span {
        padding-bottom: 0;
        padding-left: 20px; }
      body#consultant-list .category-headline::after, body#consultant .category-headline::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: inherit;
        left: 0;
        height: 100%;
        width: 8px;
        background: linear-gradient(0, #ffb600 0%, #ff5a5a 100%); } }
body#consultant-list .consultant-list-only, body#consultant .consultant-list-only {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 30px; }
  @media all and (max-width: 992px) {
    body#consultant-list .consultant-list-only, body#consultant .consultant-list-only {
      grid-template-columns: repeat(2, 1fr); } }
  @media all and (max-width: 768px) {
    body#consultant-list .consultant-list-only, body#consultant .consultant-list-only {
      grid-template-columns: repeat(1, 1fr); } }
body#consultant-list .consultant-list-flex, body#consultant .consultant-list-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px; }
  @media all and (max-width: 768px) {
    body#consultant-list .consultant-list-flex, body#consultant .consultant-list-flex {
      grid-template-columns: repeat(1, 1fr); } }
body#consultant-list .consultant-list-grid, body#consultant .consultant-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 55px; }
  @media all and (max-width: 992px) {
    body#consultant-list .consultant-list-grid, body#consultant .consultant-list-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media all and (max-width: 768px) {
    body#consultant-list .consultant-list-grid, body#consultant .consultant-list-grid {
      grid-template-columns: repeat(1, 1fr); } }
body#consultant-list .consultant-list-info, body#consultant .consultant-list-info {
  max-width: 350px;
  width: 100%;
  display: block; }
  body#consultant-list .consultant-list-info figure, body#consultant .consultant-list-info figure {
    width: 100%;
    height: 280px;
    overflow: hidden;
    line-height: 0;
    margin-bottom: 1.2em; }
    @media all and (max-width: 1200px) {
      body#consultant-list .consultant-list-info figure, body#consultant .consultant-list-info figure {
        height: 233px; } }
    @media all and (max-width: 992px) {
      body#consultant-list .consultant-list-info figure, body#consultant .consultant-list-info figure {
        height: 264px; } }
    body#consultant-list .consultant-list-info figure img, body#consultant .consultant-list-info figure img {
      width: 100%; }
  @media all and (max-width: 768px) {
    body#consultant-list .consultant-list-info, body#consultant .consultant-list-info {
      max-width: 100%; }
      body#consultant-list .consultant-list-info figure, body#consultant .consultant-list-info figure {
        height: auto;
        overflow: visible;
        margin-bottom: 1em; } }
  body#consultant-list .consultant-list-info .profile, body#consultant .consultant-list-info .profile {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    body#consultant-list .consultant-list-info .profile dl dd, body#consultant .consultant-list-info .profile dl dd {
      display: flex;
      justify-content: space-between;
      font-size: 14px;
      line-height: 1.4; }
      body#consultant-list .consultant-list-info .profile dl dd span, body#consultant .consultant-list-info .profile dl dd span {
        display: inline-block; }
        body#consultant-list .consultant-list-info .profile dl dd span.dd-head, body#consultant .consultant-list-info .profile dl dd span.dd-head {
          max-width: 85px;
          width: 100%; }
        body#consultant-list .consultant-list-info .profile dl dd span.dd-desc, body#consultant .consultant-list-info .profile dl dd span.dd-desc {
          max-width: calc(100% - 85px);
          width: 100%; }
    body#consultant-list .consultant-list-info .profile p, body#consultant .consultant-list-info .profile p {
      font-size: 32px;
      font-weight: bold;
      line-height: 1.4; }
    @media all and (max-width: 768px) {
      body#consultant-list .consultant-list-info .profile, body#consultant .consultant-list-info .profile {
        display: flex;
        flex-direction: column-reverse; }
        body#consultant-list .consultant-list-info .profile p, body#consultant .consultant-list-info .profile p {
          font-size: 24px;
          margin-bottom: .5em; } }
  body#consultant-list .consultant-list-info:hover figure, body#consultant .consultant-list-info:hover figure {
    opacity: .7;
    transition: .4s all; }

body#consultant section.consultant-detail {
  padding-bottom: 120px; }
  @media all and (max-width: 768px) {
    body#consultant section.consultant-detail {
      padding-bottom: 80px; } }
body#consultant .consultant-profile {
  width: 100%;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 40px; }
  @media all and (max-width: 768px) {
    body#consultant .consultant-profile {
      padding-bottom: 80px; } }
  body#consultant .consultant-profile__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto; }
    body#consultant .consultant-profile__inner figure {
      max-width: 450px;
      width: 100%;
      flex-shrink: 0;
      margin-right: 20px; }
      @media all and (max-width: 768px) {
        body#consultant .consultant-profile__inner figure {
          margin-right: 0;
          margin-bottom: 1.5em; } }
      body#consultant .consultant-profile__inner figure img {
        width: 100%; }
    body#consultant .consultant-profile__inner .profile-info {
      width: 100%; }
      body#consultant .consultant-profile__inner .profile-info dl dd {
        font-size: 14px;
        line-height: 1.4; }
        body#consultant .consultant-profile__inner .profile-info dl dd span {
          display: inline-block;
          font-size: 18px; }
          body#consultant .consultant-profile__inner .profile-info dl dd span.dd-head {
            max-width: 105px;
            width: 100%;
            font-weight: bold; }
          body#consultant .consultant-profile__inner .profile-info dl dd span.dd-desc {
            display: inline-block; }
        @media all and (max-width: 768px) {
          body#consultant .consultant-profile__inner .profile-info dl dd {
            display: flex;
            flex-direction: column; }
            body#consultant .consultant-profile__inner .profile-info dl dd + dd {
              margin-top: 1em; }
            body#consultant .consultant-profile__inner .profile-info dl dd span {
              font-size: 16px; }
              body#consultant .consultant-profile__inner .profile-info dl dd span.dd-head {
                max-width: 100%;
                margin-bottom: .2em; } }
      body#consultant .consultant-profile__inner .profile-info dl dt {
        margin-top: 1.5em;
        margin-bottom: 1em; }
        body#consultant .consultant-profile__inner .profile-info dl dt em {
          font-style: normal;
          font-size: 32px;
          line-height: 1.4; }
        body#consultant .consultant-profile__inner .profile-info dl dt small {
          display: inline-block;
          margin-left: 18px;
          font-size: 14px;
          font-weight: bold;
          font-family: 'Montserrat', sans-serif; }
        @media all and (max-width: 768px) {
          body#consultant .consultant-profile__inner .profile-info dl dt {
            margin-bottom: 1.3em; } }
      body#consultant .consultant-profile__inner .profile-info .sns-list {
        display: flex;
        margin-bottom: 1em; }
        body#consultant .consultant-profile__inner .profile-info .sns-list li + li {
          margin-left: 15px; }
        body#consultant .consultant-profile__inner .profile-info .sns-list li a {
          display: block;
          height: 25px; }
          body#consultant .consultant-profile__inner .profile-info .sns-list li a img {
            height: 100%; }
          body#consultant .consultant-profile__inner .profile-info .sns-list li a:hover {
            opacity: .7;
            transition: .4s all; }
        @media all and (max-width: 768px) {
          body#consultant .consultant-profile__inner .profile-info .sns-list {
            margin-bottom: 1.5em; }
            body#consultant .consultant-profile__inner .profile-info .sns-list li + li {
              margin-left: 1.4em; }
            body#consultant .consultant-profile__inner .profile-info .sns-list li a {
              height: 25px; }
              body#consultant .consultant-profile__inner .profile-info .sns-list li a img {
                height: 100%; } }
      body#consultant .consultant-profile__inner .profile-info .link-btn {
        margin-bottom: 1.3em; }
        body#consultant .consultant-profile__inner .profile-info .link-btn .btn-more-book {
          display: block;
          padding: 15px 0 13px;
          max-width: 350px;
          text-align: center;
          letter-spacing: 2px;
          color: #FFFFFF;
          background: linear-gradient(140deg, #FFB600 0%, #FF5A5A 100%);
          position: relative;
          font-weight: bold; }
          body#consultant .consultant-profile__inner .profile-info .link-btn .btn-more-book::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            transition: all .3s ease;
            background-color: rgba(255, 255, 255, 0.25); }
          body#consultant .consultant-profile__inner .profile-info .link-btn .btn-more-book::after {
            content: "";
            display: block;
            position: absolute;
            right: 10px;
            bottom: 10px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 10px 10px;
            border-color: transparent transparent #FFFFFF transparent;
            transition: all .3s ease; }
          body#consultant .consultant-profile__inner .profile-info .link-btn .btn-more-book:hover {
            color: #FFFFFF; }
            body#consultant .consultant-profile__inner .profile-info .link-btn .btn-more-book:hover::before {
              width: 100%; }
            body#consultant .consultant-profile__inner .profile-info .link-btn .btn-more-book:hover::after {
              right: 0;
              bottom: 0; }
        @media all and (max-width: 768px) {
          body#consultant .consultant-profile__inner .profile-info .link-btn {
            margin-bottom: 2em; }
            body#consultant .consultant-profile__inner .profile-info .link-btn .btn-more-book {
              max-width: 100%; } }
      body#consultant .consultant-profile__inner .profile-info .profile-description {
        line-height: 2; }
        body#consultant .consultant-profile__inner .profile-info .profile-description p + p {
          margin-top: 1em; }
    @media all and (max-width: 992px) {
      body#consultant .consultant-profile__inner figure {
        max-width: 300px; } }
    @media all and (max-width: 768px) {
      body#consultant .consultant-profile__inner {
        flex-direction: column; }
        body#consultant .consultant-profile__inner figure {
          max-width: 100%; } }
body#consultant .consultant-contents {
  padding-top: 80px; }
  @media all and (max-width: 768px) {
    body#consultant .consultant-contents {
      padding-top: 40px; } }
body#consultant .consultant-headline {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  position: relative; }
  body#consultant .consultant-headline span {
    display: inline-block;
    padding-bottom: 10px;
    line-height: 1.2;
    position: relative; }
    body#consultant .consultant-headline span::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 5px;
      width: 100%;
      background: linear-gradient(90deg, #ffb600 0%, #ff5a5a 100%); }
body#consultant .voice-contents {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 80px; }
  body#consultant .voice-contents .voice-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px; }
    body#consultant .voice-contents .voice-list .voice-info {
      display: block;
      max-width: 350px;
      width: 100%; }
      body#consultant .voice-contents .voice-list .voice-info figure {
        width: 100%;
        height: 230px;
        line-height: 0;
        overflow: hidden;
        margin-bottom: 20px; }
        body#consultant .voice-contents .voice-list .voice-info figure img {
          width: 100%; }
      body#consultant .voice-contents .voice-list .voice-info p {
        font-size: 14px;
        font-weight: 500;
        text-decoration: underline; }
      body#consultant .voice-contents .voice-list .voice-info:hover figure {
        opacity: .7;
        transition: .4s all; }
      body#consultant .voice-contents .voice-list .voice-info:hover p {
        text-decoration: none; }
    @media all and (max-width: 768px) {
      body#consultant .voice-contents .voice-list {
        display: block; }
        body#consultant .voice-contents .voice-list .voice-info {
          max-width: 100%; }
          body#consultant .voice-contents .voice-list .voice-info + .voice-info {
            margin-top: 3em; }
          body#consultant .voice-contents .voice-list .voice-info figure {
            height: calc(200/375*100vw); } }
body#consultant .seminar-contents {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 80px; }
  body#consultant .seminar-contents .seminar-post a {
    text-decoration: underline; }
    body#consultant .seminar-contents .seminar-post a:hover {
      text-decoration: none; }
  body#consultant .seminar-contents .seminar-post ul li + li {
    margin-top: .5em; }
    @media all and (max-width: 768px) {
      body#consultant .seminar-contents .seminar-post ul li + li {
        margin-top: 1em; } }
  body#consultant .seminar-contents .seminar-post ul + p {
    margin-top: 1em; }
  body#consultant .seminar-contents .seminar-post p {
    line-height: 2; }
    body#consultant .seminar-contents .seminar-post p + p {
      margin-top: 1em; }
    body#consultant .seminar-contents .seminar-post p + ul {
      margin-top: 1em; }
body#consultant .writing-contents {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 80px; }
  body#consultant .writing-contents .writing-list {
    padding: 30px 22px;
    border-radius: 8px;
    background-color: #fff;
    /*-------*/ }
    body#consultant .writing-contents .writing-list .writing-media {
      display: flex; }
      body#consultant .writing-contents .writing-list .writing-media + .writing-media {
        margin-top: 24px; }
      body#consultant .writing-contents .writing-list .writing-media__title {
        max-width: 90px;
        width: 100%; }
        body#consultant .writing-contents .writing-list .writing-media__title span {
          display: inline-block;
          font-size: 14px;
          font-weight: bold;
          padding: 5px 5px 5px 8px; }
          body#consultant .writing-contents .writing-list .writing-media__title span.note {
            max-width: 80px;
            width: 100%;
            padding: 0; }
            body#consultant .writing-contents .writing-list .writing-media__title span.note img {
              width: 100%; }
      body#consultant .writing-contents .writing-list .writing-media__link {
        position: relative;
        width: 100%;
        padding-left: 22px; }
        body#consultant .writing-contents .writing-list .writing-media__link::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 6px;
          height: 100%;
          background-color: #E0E0E0; }
        body#consultant .writing-contents .writing-list .writing-media__link li + li {
          margin-top: .5em; }
        body#consultant .writing-contents .writing-list .writing-media__link li a {
          text-decoration: underline; }
          body#consultant .writing-contents .writing-list .writing-media__link li a:hover {
            text-decoration: none; }
    @media all and (max-width: 768px) {
      body#consultant .writing-contents .writing-list {
        adding: 30px 22px; }
        body#consultant .writing-contents .writing-list .writing-media {
          display: block; }
          body#consultant .writing-contents .writing-list .writing-media + .writing-media {
            margin-top: 30px; }
          body#consultant .writing-contents .writing-list .writing-media__title {
            max-width: 100%;
            width: 100%; }
            body#consultant .writing-contents .writing-list .writing-media__title span {
              position: relative;
              margin-bottom: 15px;
              padding: 5px 1px 13px 1px; }
              body#consultant .writing-contents .writing-list .writing-media__title span::before {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 6px;
                background-color: #E0E0E0;
                z-index: 15; }
              body#consultant .writing-contents .writing-list .writing-media__title span.note {
                padding-bottom: 8px;
                padding: 0 0 8px 0; }
                body#consultant .writing-contents .writing-list .writing-media__title span.note::before {
                  width: calc(100% - 5px); }
                body#consultant .writing-contents .writing-list .writing-media__title span.note img {
                  position: relative;
                  left: -4px;
                  z-index: 10; }
          body#consultant .writing-contents .writing-list .writing-media__link {
            padding-left: 0; }
            body#consultant .writing-contents .writing-list .writing-media__link::before {
              content: none; }
            body#consultant .writing-contents .writing-list .writing-media__link li + li {
              margin-top: 1em; } }
body#consultant .consultant-contact {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto; }
body#consultant .btn-consultation {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 70px;
  margin: 0 auto;
  border-radius: 35px;
  background: linear-gradient(90deg, #ffb600 0%, #ff5a5a 100%);
  color: #fff;
  font-size: 16px;
  font-weight: bold; }
  body#consultant .btn-consultation:hover {
    opacity: .7;
    transition: .4s all; }

.consultant-floating {
  position: fixed;
  bottom: 10px;
  right: 10px;
  max-width: 280px;
  width: 100%;
  z-index: 9000;
  transition: all .75s ease; }
  @media all and (max-width: 767px) {
    .consultant-floating {
      max-width: 100%;
      bottom: 0;
      right: 0; } }
  .consultant-floating.is-active {
    bottom: -300px; }
  .consultant-floating .contact-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    border-radius: 8px;
    padding: 0.5em 1em;
    box-sizing: border-box;
    background: linear-gradient(90deg, #ffb600 0%, #ff5a5a 100%);
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3; }
    @media all and (max-width: 767px) {
      .consultant-floating .contact-link {
        border-radius: 0;
        padding: .8em 1em;
        height: auto; } }
    .consultant-floating .contact-link:hover {
      opacity: .7;
      transition: .4s all; }
