@charset "UTF-8";
/* Scss Document */
/* *** *** *** *** *** *** *** *** *** *** */
/* 設定 */
/* *** *** *** *** *** *** *** *** *** *** */
/* FONT */
/* header height */
/* footer height */
/* view height */
/* gradation */
/* background color */
/* コンテンツの枠 */
/*$bdr-wrap : 2px solid #ddd;*/
/* *** *** *** *** *** *** *** *** *** *** */
/* 共通 */
/* *** *** *** *** *** *** *** *** *** *** */
body {
  background: #fff;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  position: relative;
}

/* フォント & タイトル */
.text-mincho {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "Noto Serif JP", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

h2.title-h2 {
  margin-bottom: 1rem;
  font-size: 2.75rem;
  line-height: 1.2;
}

.title-left-border {
  padding-left: 0.75rem;
  border-left: solid 5px #6d97ff;
}

.text-caution {
  font-size: 0.875rem;
}

/* ボタン */
.btn-asahina {
  font-size: 0.875rem;
  color: #333;
  border-color: #777;
  background: #fff;
  padding: 0.5rem 2.5rem;
  position: relative;
  overflow: hidden;
}
.btn-asahina span {
  position: relative;
  z-index: 2;
}
.btn-asahina span::before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  right: -25px;
  width: 16px;
  height: 1px;
  background-color: #222;
}
.btn-asahina span::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #222;
  top: 9px;
  right: -25px;
  width: 8px;
  height: 1px;
  transform: rotate(-137deg);
}
.btn-asahina:hover {
  color: #fff;
  background: #aaa;
  border-color: #222;
  transition: 0.3s;
}
.btn-asahina:hover span::before {
  background-color: #fff;
}
.btn-asahina:hover span::after {
  background-color: #fff;
}
.btn-asahina::before {
  content: '';
  position: absolute;
  z-index: 1;
  transition: .5s;
  width: 120%;
  height: 100%;
  transform: translate(-15px, 0px) skewX(-30deg);
  top: 0;
  left: -120%;
  background: linear-gradient(-90deg, #333, #666);
  border-right: 8px solid #555;
}
.btn-asahina:hover::before {
  left: 0;
}

/* table */
.table {
  border-bottom: 1px solid #dee2e6;
}

/* list */
ol,
ul {
  padding-left: 2.0rem;
}

/* googlemap iframe */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* 説明図のマージン/パディング */
.img-drawing {
  max-width: 900px;
  margin: 3rem auto;
}

/* Go to top */
.btn-goTop {
  display: none;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #eee;
  position: fixed;
  right: 0;
  bottom: 15px;
  z-index: 99;
  opacity: 0.7;
}
.btn-goTop:hover {
  text-decoration: none;
}
.btn-goTop::after {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  position: absolute;
  top: 19px;
  left: 16px;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .btn-goTop {
    right: calc(6vw + 3px);
    bottom: 64px;
  }
}
/* 代表社員・社員 name_block */
.name_block_wrap {
  display: flex;
  margin: 0 0 1.125rem 0;
}
.name_block_wrap:first-of-type {
  margin-bottom: 0;
}
.name_block_wrap .name_block {
  margin: 0 1.25rem 0 0;
  padding: 0;
  font-size: 1.125rem;
}
.name_block_wrap .name_block:first-child {
  text-align: right;
}
.name_block_wrap .name_block.block1 {
  width: 5rem;
}
.name_block_wrap .name_block.block2 {
  width: 4rem;
}
.name_block_wrap .name_block.block3 {
  margin-right: 0;
  width: 6rem;
}

/* *** *** *** *** *** *** *** *** *** *** */
/* header */
header.header {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 66px;
  position: fixed;
  z-index: 1000;
  top: 0;
  background-color: transparent;
}
header.header .header-content {
  display: flex;
  /*justify-content: center;*/
  width: 100%;
}
header.header .header-content .logo {
  display: none;
  margin-right: auto;
  margin-left: 1.5rem;
  vertical-align: middle;
  z-index: 10;
}
header.header .header-content .logo a {
  display: inline-flex;
  padding: 0.75rem 0;
  flex-basis: 178px;
}
header.header .header-content .logo a img {
  width: 100%;
  height: auto;
}
header.header .header-content nav {
  display: inline-flex;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
header.header .header-content nav ul {
  display: none;
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 66px 15px 0;
}
header.header .header-content nav ul li {
  display: block;
  width: 100%;
  font-size: 1rem;
}
header.header .header-content nav ul li a {
  display: block;
  max-width: none;
  width: 100%;
  max-width: none;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ddd;
  color: #333;
  position: relative;
}
header.header .header-content nav ul li a:hover {
  color: #777;
  background: #f8f8f8;
  text-decoration: none;
}
header.header .header-content nav ul li a span.sp-arw::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #333;
  top: 50%;
  right: 18px;
  width: 11px;
  height: 1px;
  transform: translateY(-50%) rotate(45deg);
  transition: .3s;
}
header.header .header-content nav ul li a span.sp-arw::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #333;
  top: 50%;
  right: 10px;
  width: 11px;
  height: 1px;
  transform: translateY(-50%) rotate(-45deg);
  transition: .3s;
}
header.header .header-content nav ul li .child {
  display: block;
}
header.header .header-content nav ul li ul {
  padding: 0 15px;
}
header.header .header-content nav ul li ul li a {
  max-width: none;
}

/* SP ハンバーガーメニュー */
.menu-toggle {
  display: block;
  padding: 10px 10px 0;
  color: #111;
  font-size: .6rem;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 5px;
  z-index: 1000;
  transition: margin-left 0.5s;
}
.menu-toggle .menu-trigger-side {
  display: inline-block;
  width: 32px;
  height: 26px;
  position: relative;
  transition: all .4s;
}
.menu-toggle .menu-trigger-side span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 2px;
  transition: all .4s;
  position: absolute;
  left: 0;
}
.menu-toggle .menu-trigger-side span:nth-of-type(1) {
  top: 0;
}
.menu-toggle .menu-trigger-side span:nth-of-type(1).js-showMenu {
  transform: translateY(12px) rotate(-45deg);
}
.menu-toggle .menu-trigger-side span:nth-of-type(2) {
  top: 12px;
}
.menu-toggle .menu-trigger-side span:nth-of-type(2).js-showMenu {
  opacity: 0;
}
.menu-toggle .menu-trigger-side span:nth-of-type(3) {
  bottom: 0;
}
.menu-toggle .menu-trigger-side span:nth-of-type(3).js-showMenu {
  transform: translateY(-12px) rotate(45deg);
}

/* header PC */
@media (min-width: 768px) {
  header.header {
    padding: 0 6vw;
    background: #fff;
    border-bottom: 3px double #dfdfdf;
  }
  header.header .header-content {
    border-left: 3px double #dfdfdf;
    border-right: 3px double #dfdfdf;
  }
  header.header .header-content .logo a {
    display: inline-flex;
    padding: 0.5rem 0;
    flex-basis: 205px;
  }
  header.header .header-content .logo a img {
    width: 100%;
    height: auto;
  }
  header.header .header-content nav {
    margin: auto 0 auto auto;
    width: auto;
    position: relative;
    top: auto;
    left: auto;
  }
  header.header .header-content nav ul {
    margin: 5px 0;
    padding: 0;
    font-size: 0;
  }
  header.header .header-content nav ul li {
    display: inline-block;
    margin: 0 0 0 auto;
    width: auto;
    font-size: 0.875rem;
    position: relative;
  }
  header.header .header-content nav ul li a {
    display: inline-block;
    padding: 1.0rem 1.5rem;
    border: none;
  }
  header.header .header-content nav ul li a span.sp-arw::before,
  header.header .header-content nav ul li a span.sp-arw::after {
    display: none;
  }
  header.header .header-content nav ul li:hover {
    border-bottom: 5px solid #f8f8f8;
  }
  header.header .header-content nav ul li.current {
    border-bottom: 5px solid #6d97ff;
  }
  header.header .header-content nav ul ul.child {
    width: auto;
    padding: 0;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 54px;
    left: 0;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 300ms ease, opacity 300ms ease;
    filter: drop-shadow(5px 8px 5px rgba(0, 0, 0, 0.2));
  }
  header.header .header-content nav ul ul.child li {
    display: block;
    min-width: 240px;
  }
  header.header .header-content nav ul ul.child li:hover {
    border: none;
  }
  header.header .header-content nav ul ul.child li a {
    padding: 0.6rem 1.0rem;
    border-bottom: 1px solid #ccc;
  }
  header.header .header-content nav ul ul.child li a:hover {
    padding: 0.6rem 1.0rem;
  }
  header.header .header-content nav ul ul.child.list02 {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1081px) and (max-width: 1280px) {
  header.header .header-content nav ul li a {
    padding: 1.0rem 1.0rem;
  }
}
@media (min-width: 992px) and (max-width: 1080px) {
  header.header .header-content nav ul li a {
    padding: 1.0rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  header.header .header-content nav {
    margin: 0 0 0 auto;
  }
  header.header .header-content nav ul {
    margin-top: 0;
  }
  header.header .header-content nav ul li {
    vertical-align: top;
    height: 100%;
  }
  header.header .header-content nav ul li a {
    display: block;
    padding: 0.5rem 0.25rem;
    color: #333;
    max-width: 5rem;
    vertical-align: top;
  }
}
/* header SP */
@media (max-width: 767.98px) {
  header.header {
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: solid 1px #ddd;
  }
  header.header .header-content nav ul {
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  header.header .header-content nav ul.global-nav {
    margin: 66px 0 0;
    padding: 0 1rem 120px;
  }
  header.header .header-content nav ul li a .sp-arw.js-showDropdown::before {
    transform: translateY(-50%) rotate(135deg);
  }
  header.header .header-content nav ul li a .sp-arw.js-showDropdown::after {
    transform: translateY(-50%) rotate(-135deg);
  }
  header.header .header-content nav ul.child {
    height: 0;
    box-shadow: none;
    overflow: hidden;
    transition: max-height 500ms ease-out;
  }
  header.header .header-content nav ul.child.js-showDropdown {
    max-height: 500px;
    transition: max-height 500ms ease-in;
  }
}
/* *** *** *** *** *** *** *** *** *** *** */
/* main */
main {
  font-feature-settings: "palt";
  letter-spacing: 0.07rem;
  padding-bottom: 1rem;
}

/* main PC */
@media (min-width: 768px) {
  main {
    padding-bottom: 66px;
  }
}
/* section-footer-info
***** ***** ***** ***** ***** ***** ***** */
/* section-footer-info SP */
.section-footer-info {
  padding-top: 2rem;
  height: auto !important;
}
.section-footer-info .row {
  height: auto !important;
  text-align: center;
}
.section-footer-info .row .text-office-info {
  font-size: 0.875rem;
}
.section-footer-info .footer-info-nav {
  padding-top: 1rem;
}
.section-footer-info .footer-info-nav ul {
  margin: auto 0;
  margin-bottom: 1rem;
}
.section-footer-info .footer-info-nav ul li {
  display: inline-block;
  width: 30%;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.2;
  vertical-align: top;
}
.section-footer-info .footer-info-nav ul li.list-inline-item:not(:last-child) {
  margin-right: 0;
  padding-left: .5rem;
}
.section-footer-info .footer-info-nav ul li a {
  display: block;
  padding: 0.5rem;
  color: #333;
  text-align: center;
}
.section-footer-info .footer-info-nav ul li a:hover {
  text-decoration: none;
  opacity: .7;
}
.section-footer-info .footer-info-nav ul li + li {
  border-left: 1px solid #ccc;
}
.section-footer-info h3 {
  margin-bottom: 1rem;
}
.section-footer-info .footer-icons li {
  width: auto;
  max-width: 32%;
}
.section-footer-info .footer-icons li img {
  width: 80%;
}
.section-footer-info .footer-icons li:first-child {
  max-width: 58%;
}

/* *** *** *** *** *** *** *** *** *** *** */
/* footer */
footer.footer {
  display: block;
  width: 100%;
  height: 66px;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff;
  border-top: 3px double #dfdfdf;
  position: relative;
}
footer.footer .footer-content {
  display: block;
  height: 100%;
}
footer.footer copy {
  font-size: 0.75rem;
  padding: 0.25rem 1.5rem;
}

/* footer PC */
@media (min-width: 768px) {
  footer.footer {
    padding: 0 6vw;
    position: fixed;
    z-index: 100;
    bottom: 0;
  }
  footer.footer .footer-content {
    border-left: 3px double #dfdfdf;
    border-right: 3px double #dfdfdf;
    text-align: right;
  }
}
/* section-footer-info PC */
@media (min-width: 768px) {
  .section-footer-info {
    padding-top: 2rem;
  }
  .section-footer-info .row {
    text-align: left;
  }
  .section-footer-info .footer-info-nav ul {
    margin-left: -1.5rem;
  }
  .section-footer-info .footer-info-nav ul li {
    width: auto;
  }
  .section-footer-info .footer-info-nav ul li a {
    padding: 0.5rem 1.5rem;
  }
  .section-footer-info .footer-icons {
    text-align: right;
  }
  .section-footer-info .footer-icons li {
    width: 28%;
  }
  .section-footer-info .footer-icons li img {
    margin-bottom: 0.5rem;
  }
  .section-footer-info .footer-icons li:first-child {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .section-footer-info .footer-icons li {
    width: auto;
  }
  .section-footer-info .footer-icons li:first-child {
    width: auto;
  }
}
.list-icon-isms {
  display: table;
  margin: 0 auto 1rem 0;
  padding: 0;
}
.list-icon-isms li {
  display: table-cell;
}
.list-icon-isms li:first-child {
  padding-right: .5rem;
}

.section-footer-info .list-icon-isms {
  margin: 0 auto 1rem;
}

@media (min-width: 768px) {
  .section-footer-info .list-icon-isms {
    margin: 0 0 1rem auto;
  }
}
/* *** *** *** *** *** *** *** *** *** *** */
/* section** の一括指定
***** ***** ***** ***** ***** ***** */
[class^="section"],
[class*=" section"] {
  margin: 0;
}

@media (min-width: 768px) {
  [class^="section"],
  [class*=" section"] {
    margin: 0 6vw;
    border-left: 3px double #dfdfdf;
    border-right: 3px double #dfdfdf;
  }

  .pages .row [class^="section"],
  .pages .row [class*=" section"] {
    margin: 0;
    border: none;
  }
}
/* *** *** *** *** *** *** *** *** *** *** */
/* index */
/* *** *** *** *** *** *** *** *** *** *** */
/* @mixin SPメインコンテンツ背景写真部分
***** ***** ***** ***** ***** ***** ***** */
/* SP */
/* PC */
/* トップページの「くわしく見る」ボタンの背景ありバージョンの色変更 */
@media (max-width: 767.98px) {
  .sp-only-picture .btn-asahina {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    border: 1px solid #fff;
  }
  .sp-only-picture .btn-asahina span::before, .sp-only-picture .btn-asahina span::after {
    background-color: #fff;
  }
}
/* .home section** 一括指定
***** ***** ***** ***** ***** ***** */
.home [class^="section"],
.home [class*=" section"] {
  height: auto;
}

/* PC */
@media (min-width: 768px) {
  .home [class^="section"],
  .home [class*=" section"] {
    height: 100vh;
  }
}
/* .home section 共通 shared
***** ***** ***** ***** ***** ***** ***** */
/* section 共通 SP */
.home .row {
  height: auto;
}
.home .row .title-box {
  padding: 5rem 0 1rem;
}
.home .content-box {
  display: block;
  height: auto;
}
.home .content-box .row {
  height: auto;
}
.home .content-box .summary {
  width: 100%;
  padding: 2rem 1rem;
  background: linear-gradient(90deg, #ffffff, #f7f7f7);
}
.home .content-box .summary p:last-of-type {
  margin-bottom: 2.5rem;
}
.home h3 {
  margin-bottom: 2rem;
}

/* section 共通 PC */
@media (min-width: 768px) {
  .home .row {
    height: 100vh;
  }
  .home .row .title-box {
    padding: 12rem 0 0;
  }
  .home .content-box {
    display: block;
    height: 100%;
  }
  .home .content-box .row {
    height: auto;
  }
  .home .content-box .summary {
    width: 70%;
    padding: 4.5rem 3rem;
    position: relative;
    top: 20vh;
    left: -15px;
    /* transform: translateY(-50%); */
    filter: drop-shadow(5px 6px 6px rgba(0, 0, 0, 0.2));
  }
  .home .content-box .summary p:last-of-type {
    margin-bottom: 2.5rem;
  }
}
/* section-kv
***** ***** ***** ***** ***** ***** ***** */
/* section-kv SP */
.home .section-kv {
  margin-top: 0;
  height: 100vh;
  /* 100vhはSP版の初期設定値 -> JSでheight取得 インラインスタイルで上書きされる */
  overflow: hidden;
  position: relative;
}
.home .section-kv .container-fluid {
  height: inherit;
}
.home .section-kv .container-fluid .row {
  height: inherit;
  position: relative;
}
.home .section-kv .container-fluid .row .logo-contenar {
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.home .section-kv .container-fluid .row .logo-contenar h1 {
  width: 80%;
  max-width: 240px;
  position: absolute;
  top: 20%;
  left: 1.5rem;
  transform: translate(0, 0);
  z-index: 1;
}
.home .section-kv .picture-contenar {
  background-attachment: scroll;
  background-image: url("../images/top/kv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
}
.home .section-kv .picture-contenar .kv-box {
  padding: 1.0rem 1.5rem;
  font-size: 1.5rem;
  background: #fff;
  width: 80%;
  position: absolute;
  top: 32%;
  left: 0;
  transform: translateY(0);
  display: none;
}
.home .section-kv .picture-contenar .kv-box p {
  margin-bottom: 0;
  color: #333;
  letter-spacing: 0.02rem;
}
.home .section-kv .picture-contenar .kv-box p span {
  opacity: 0;
}
.home .section-kv .picture-contenar .kv-box p span.letter {
  display: inline-block;
}
.home .section-kv .btn-scroll {
  padding: 1rem 2rem 3rem;
  color: #fff;
  text-decoration: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  z-index: 2;
}
.home .section-kv .btn-scroll span {
  display: block;
  position: relative;
  animation: bounce 2s infinite;
}
.home .section-kv .btn-scroll span::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #fff;
  top: 40px;
  right: 22px;
  width: 21px;
  height: 1px;
  transform: rotate(-135deg);
}
.home .section-kv .btn-scroll span::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #fff;
  top: 40px;
  right: 7px;
  width: 22px;
  height: 1px;
  transform: rotate(135deg);
}

/* section-kv PC */
@media (min-width: 768px) {
  .home .section-kv {
    height: 100vh;
    overflow: hidden;
  }
  .home .section-kv .container-fluid .row {
    height: inherit;
  }
  .home .section-kv .container-fluid .row .logo-contenar {
    position: relative;
  }
  .home .section-kv .container-fluid .row .logo-contenar .title-asahina {
    padding: 0;
    width: 90%;
    max-width: 315px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .home .section-kv .btn-scroll {
    color: #333;
    z-index: 2;
    bottom: calc(66px + 1rem);
  }
  .home .section-kv .btn-scroll span::before,
  .home .section-kv .btn-scroll span::after {
    background: #333;
  }
  .home .section-kv .picture-contenar {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/top/kv.jpg");
    background-attachment: scroll;
    background-position: 0% 100%;
  }
  .home .section-kv .picture-contenar .kv-box {
    width: 80%;
    padding: 2rem;
    background: white;
    font-size: 2.5rem;
    line-height: 1.4;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* PC 1367px over */
@media (min-width: 1367px) {
  .home .section-kv .picture-contenar {
    background-attachment: fixed;
  }
}
/* scroll矢印のぴょーんぴょーん bounceアニメーション */
@keyframes bounce {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0, 10px);
  }
  40% {
    transform: translate(0, 0);
  }
}
/* section1
***** ***** ***** ***** ***** ***** ***** */
/* section1 SP */
.home .section1 .picture-contenar {
  padding: 0;
}
.home .section1 .picture-contenar .summary .sp-only-picture {
  background-image: url("../images/top/img01.jpg");
  margin: auto -15px;
  padding: 3rem 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 26%;
  background-position-x: 50%;
}

/* section1 PC */
@media (min-width: 768px) {
  .home .section1 .picture-contenar {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-image: url("../images/top/img01.jpg");
  }
  .home .section1 .picture-contenar .summary .sp-only-picture {
    margin: auto;
    padding: 0;
    background: none;
    background-position-x: 50%;
  }
  .home .section1 .picture-contenar .summary a.btn-asahina {
    float: right;
  }
}
/* section1 PC 1367px over */
@media (min-width: 1367px) {
  .home .section1 .picture-contenar {
    background-attachment: fixed;
  }
}
/* section2
***** ***** ***** ***** ***** ***** ***** */
/* section2 SP */
.home .section2 .picture-contenar {
  padding: 0;
}
.home .section2 .picture-contenar .summary .sp-only-picture {
  background-image: url("../images/top/img02.jpg");
  margin: auto -15px;
  padding: 3rem 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 26%;
  background-position-x: 50%;
}

/* section2 PC */
@media (min-width: 768px) {
  .home .section2 .picture-contenar {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/top/img02.jpg");
    background-attachment: scroll;
    background-position-x: 50%;
  }
  .home .section2 .picture-contenar .summary .sp-only-picture {
    margin: auto;
    padding: 0;
    background: none;
  }
  .home .section2 .picture-contenar .summary a.btn-asahina {
    float: right;
  }
}
/* section2 PC 1367px over */
@media (min-width: 1367px) {
  .home .section2 .picture-contenar {
    background-attachment: fixed;
  }
}
/* section6
***** ***** ***** ***** ***** ***** ***** */
/* section6 SP */
.home .section6 .picture-contenar {
  padding: 0;
}
.home .section6 .picture-contenar .summary .sp-only-picture {
  background-image: url("../images/top/img_lecture.jpg");
  margin: auto -15px;
  padding: 3rem 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 26%;
  background-position-x: 50%;
}

/* section6 PC */
@media (min-width: 768px) {
  .home .section6 .picture-contenar {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/top/img_lecture.jpg");
    background-attachment: scroll;
    background-position-x: 50%;
  }
  .home .section6 .picture-contenar .summary .sp-only-picture {
    margin: auto;
    padding: 0;
    background: none;
  }
  .home .section6 .picture-contenar .summary a.btn-asahina {
    float: right;
  }
}
/* section6 PC 1367px over */
@media (min-width: 1367px) {
  .home .section6 .picture-contenar {
    background-attachment: fixed;
  }
}
/* section3
***** ***** ***** ***** ***** ***** ***** */
/* section3 SP */
.home .section3 .content-box {
  padding-top: 10%;
  padding-bottom: 2rem;
}
.home .section3 .text-contenar {
  background: linear-gradient(90deg, #ffffff, #f2f2f2);
}
.home .section3 .btn-asahina-wrap {
  text-align: center;
}
.home .section3 .table {
  margin-bottom: 3rem;
}

/* section3 PC */
@media (min-width: 768px) {
  .home .section3 .content-box {
    padding-top: calc(66px + 10%);
    padding-bottom: 0;
  }
  .home .section3 .btn-asahina-wrap {
    position: absolute;
    bottom: 1rem;
    right: 15px;
  }
  .home .section3 .table {
    margin-bottom: 1rem;
  }
}
/* section4
***** ***** ***** ***** ***** ***** ***** */
/* section4 SP */
.home .section4 .content-box {
  padding-top: 10%;
  padding-bottom: 1rem;
}
.home .section4 .picture-contenar {
  padding: 0;
}
.home .section4 .picture-contenar .summary .sp-only-picture {
  background-image: url("../images/top/img03.jpg");
  margin: auto -15px;
  padding: 3rem 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 26%;
  background-position-x: 50%;
}

/* section4 PC */
@media (min-width: 768px) {
  .home .section4 .content-box {
    padding: 0;
  }
  .home .section4 .picture-contenar {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/top/img03.jpg");
    background-attachment: scroll;
    background-position-x: 72%;
  }
  .home .section4 .picture-contenar .summary .sp-only-picture {
    margin: auto;
    padding: 0;
    background: none;
  }
  .home .section4 .picture-contenar .summary a.btn-asahina {
    float: right;
  }
}
/* section4 PC 1367px over */
@media (min-width: 1367px) {
  .home .section4 .picture-contenar {
    background-image: url("../images/top/img03.jpg");
    background-attachment: fixed;
  }
}
/* section5
***** ***** ***** ***** ***** ***** ***** */
/* section5 SP */
.home .section5 {
  height: auto;
}
.home .section5 .row {
  height: auto;
}
.home .section5 .row ol {
  padding-left: 1.5rem;
}
.home .section5 .content-box {
  padding-top: 10%;
  padding-bottom: 1rem;
}
.home .section5 .content-box .row {
  height: auto;
}
.home .section5 .content-box ul li {
  width: 32%;
}
.home .section5 .content-box ul li:first-child {
  width: 58%;
}
.home .section5 .text-contenar {
  background: linear-gradient(90deg, #ffffff, #f2f2f2);
}
.home .section5 .btn-asahina-wrap {
  bottom: 1rem;
}
.home .section5 .btn-asahina-wrap a.btn-asahina {
  display: inline-block;
  padding: 0.5rem 2.5rem;
}
.home .section5 .btn-asahina-wrap a.btn-asahina:nth-of-type(1) {
  margin-right: 0.1rem;
}

/* section5 PC */
@media (min-width: 360px) {
  .home .section5 .content-box ul li {
    width: auto;
  }
  .home .section5 .content-box ul li:first-child {
    width: auto;
  }
}
@media (min-width: 768px) {
  .home .section5 .content-box {
    padding-top: calc(66px + 10%);
    padding-bottom: 0;
  }
  .home .section5 .content-box ul li {
    width: auto;
  }
  .home .section5 .content-box ul li:first-child {
    width: auto;
  }
}
@media (min-width: 992px) {
  .home .section5 .btn-asahina-wrap {
    position: absolute;
    bottom: 1rem;
    right: 15px;
  }
  .home .section5 .btn-asahina-wrap a.btn-asahina {
    margin-top: 0.25rem;
    padding: 0.5rem 3.5rem;
  }
}
/* IE11 & Edge Hack 背景パララクスさせない */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .home .section-kv .picture-contenar,
  .home .section1 .picture-contenar,
  .home .section2 .picture-contenar,
  .home .section4 .picture-contenar,
  .home .section6 .picture-contenar {
    background-attachment: scroll;
  }
}
@supports (-ms-ime-align: auto) {
  .home .section-kv .picture-contenar,
  .home .section1 .picture-contenar,
  .home .section2 .picture-contenar,
  .home .section4 .picture-contenar,
  .home .section6 .picture-contenar {
    background-attachment: scroll;
  }
}
/* *** *** *** *** *** *** *** *** *** *** */
/* 第2階層　共通 .pages */
/* *** *** *** *** *** *** *** *** *** *** */
/* .home section** 一括指定
***** ***** ***** ***** ***** ***** */
/* PC */
@media (min-width: 768px) {
  .pages .section-page [class^="section"],
  .pages .section-page [class*=" section"] {
    margin-bottom: 5rem;
  }
}
/* pages 第2階層共通
***** ***** ***** ***** ***** ***** ***** */
/* pages SP */
.pages article {
  margin-top: 66px;
  padding-top: 1rem;
}
.pages article .section-page {
  min-height: 100vh;
}
.pages article .section-page .content-box-wrap {
  padding: 0;
  background: #f9f9f9;
}
.pages article .section-page .content-box {
  padding: 1rem 1rem;
}
.pages article .section-page h3 {
  margin-top: 3rem;
  margin-bottom: 2.5rem;
}
.pages article .section-page h4 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
.pages article .section-page .text-lead {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
}

.pages .no-gutters > .col,
.pages .no-gutters > [class*=col-] {
  margin-bottom: 10px !important;
}
.pages .col-case-wrap {
  margin-bottom: 2rem;
}
.pages .col-case-wrap .col-case {
  margin: 0 5px;
  padding: 1.25rem 1.5rem;
  background: #fff;
  border-radius: 12px;
  font-size: 0.875rem;
}
.pages .col-case-wrap .col-case img {
  margin-bottom: 0.75rem;
}
.pages .col-case-wrap .col-case p {
  margin-bottom: 0;
}

.pages .box-operation {
  border: 1px solid #ccc;
  background: #fdfdfd;
}
.pages .box-operation .operation {
  width: 80%;
  margin: 3rem auto;
  padding: 0;
  list-style-type: none;
}
.pages .box-operation .operation li {
  margin-bottom: 2.75rem;
  position: relative;
}
.pages .box-operation .operation li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 48.3%;
  border-top: 14px solid #666;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.pages .box-operation .operation li p {
  background: #D3DFFF;
  border-radius: 0.75rem;
  padding: 1.2rem;
}
.pages .box-operation .operation li p.no-bg {
  background: none;
}

.pages .local-nav {
  display: none;
}

/* PC */
@media (min-width: 768px) {
  .pages article {
    margin-top: 66px;
    padding-top: 0;
  }
  .pages article .section-page .content-box {
    padding: 1rem 4rem;
  }

  .pages h2.title-h2 {
    margin-top: 4rem;
  }
  .pages h2.title-h2.title-h2-small {
    font-size: 2rem;
  }
  .pages .local-nav {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .pages .local-nav li {
    display: block;
  }
  .pages .local-nav li a {
    display: block;
    padding: 0.35rem 0.5rem;
    color: #777;
    font-size: 0.9rem;
    text-decoration: none;
  }
  .pages .local-nav li a:hover {
    color: #333;
  }
  .pages .local-nav li.current a {
    color: #333;
  }
  .pages .local-nav li.current a span {
    border-bottom: 4px solid #6d97ff;
  }

  .pages .section-page .title-box {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .pages article .section-page .content-box {
    padding: 1rem 2rem;
  }
}
/* *** *** *** *** *** *** *** *** *** *** */
/* 個別ページ設定 */
/* *** *** *** *** *** *** *** *** *** *** */
/* ページには、<main class="pages page-consulting">　とするなどしてレイアウトしてください。 */
/* コンサルティング＆アウトソーシング */
/* scss document */
.consulting .col-case img,
.outsourcing .col-case img {
  max-width: 180px;
}
.consulting .focus-pink,
.consulting .box-operation .operation li p.focus-pink,
.outsourcing .focus-pink,
.outsourcing .box-operation .operation li p.focus-pink {
  background-color: #ffc7bd;
}

/* コンサルティング */
/* scss document */
.consulting .title-box .sp-kv-box {
  margin: 0 -15px;
}
.consulting .section10 .box-assen {
  margin: 1rem auto;
  padding: 1rem 1rem 0;
  border: 3px double #ccc;
}
.consulting .section11 {
  margin: 2rem auto;
}

@media (min-width: 768px) {
  .consulting .section01 {
    padding-top: 3rem;
  }
}
/* アウトソーシング */
/* scss document */
.outsourcing .title-box .sp-kv-box {
  margin: 0 -15px;
}
.outsourcing .section02 {
  margin: 2rem auto;
}
.outsourcing .col-case-wrap {
  margin-bottom: 0;
}
.outsourcing .box-caution {
  margin: 2rem auto;
  padding: 1rem 2rem;
  background: #fff;
}
.outsourcing .box-caution p {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .outsourcing .section01 {
    padding-top: 3rem;
  }
}
/* 講演・講師 */
/* Scss Document */
.lecturer .section01 img {
  margin-bottom: 3rem;
}
.lecturer .section02 {
  margin: 2rem auto;
}

/* 料金表 */
/* scss document */
.price .table-price td,
.price .table-price th {
  padding: 1rem;
  vertical-align: middle;
}
.price .table-price td:first-child,
.price .table-price th:first-child {
  width: 40%;
}
@media (min-width: 768px) {
  .price .table-price td:first-child,
  .price .table-price th:first-child {
    width: 30%;
  }
}
.price .caution {
  line-height: 1.2;
}

/* 代表挨拶 */
/* scss document */
.president .toyo-keizai {
  text-align: center;
}
@media (min-width: 768px) {
  .president .toyo-keizai {
    text-align: left;
  }
}
.president .toyo-keizai a {
  display: block;
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .president .toyo-keizai a {
    display: inline-block;
    padding: 0.5rem 3rem;
  }
}
.president .toyo-keizai a span::before {
  top: 18px;
}
.president .toyo-keizai a span::after {
  top: 15px;
}
.president .toyo-keizai .btn-asahina:hover::before {
  left: -10px;
}
.president .toyo-keizai .btn-asahina::before {
  left: -125%;
}
.president .table-history td,
.president .table-history th {
  padding: 1rem;
}
.president .table-history td:last-child,
.president .table-history th:last-child {
  width: 62%;
}
@media (min-width: 768px) {
  .president .table-history td:last-child,
  .president .table-history th:last-child {
    width: 70%;
  }
}

/* 事務所案内 */
/* scss document */
.about_office .table-history td,
.about_office .table-history th {
  padding: 1rem;
}
.about_office .table-history td:last-child,
.about_office .table-history th:last-child {
  width: 60%;
}
@media (min-width: 768px) {
  .about_office .table-history td:last-child,
  .about_office .table-history th:last-child {
    width: 80%;
  }
}
.about_office .gmap {
  padding-bottom: 350px;
}
.about_office .gmap iframe {
  height: 350px;
}

/* 事務所案内ニュース/お知らせ */
/* Scss Document */
.news article .section-page .content-box-wrap {
  min-height: calc(100vh - 132px);
}
.news ul.list-news {
  padding: 0;
  list-style-type: none;
}
.news ul.list-news li {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.news ul.list-news li a {
  display: table;
  color: #333;
  text-decoration: none;
  width: 100%;
}
.news ul.list-news li a:hover {
  opacity: 0.7;
}
.news ul.list-news li a div {
  display: table-cell;
  height: 100%;
  padding: 1rem 0;
}
.news ul.list-news li a div.date {
  padding-right: 1rem;
  width: 20%;
}
.news ul.list-news li a div.date .category {
  display: block;
  background: #333;
  color: #fff;
  margin-top: 3px;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 0.5rem;
  text-align: center;
  min-width: 7rem;
  /*max-width: 5rem;*/
  position: relative;
  top: -2px;
}
.news ul.list-news li a div.date .news-asahina {
  background: #258cd3;
}
.news ul.list-news li a div.date .news-release {
  background: #f1912d;
}

/* PC */
@media (min-width: 768px) {
  .news ul.list-news li a div.date {
    width: 15rem;
  }
  .news ul.list-news li a div.date .category {
    display: inline-block;
    /*margin-left: 1rem;*/
    padding: 3px;
    font-size: 0.75rem;
    float: right;
  }
}
.news-single .back-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #6c757d;
  background-color: #fff;
  border-color: #6c757d;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.news-single .back-btn:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
@media (max-width: 767.98px) {
  .news-single .acpwd-form {
    margin-bottom: 3rem;
  }
  .news-single .acpwd-form .acpwd-pass {
    margin-right: 0.5rem;
  }
}

/* その他　東洋経済online、プライバシーポリシー、情報セキュリティ基本方針 */
/* scss document */
.other article .section-page .content-box-wrap {
  min-height: calc(100vh - 132px);
}
.other .row .section01 {
  margin-top: 3rem;
}
.other ul li {
  padding: .5rem;
}
.other ul li a {
  color: #333;
}
