@charset 'UTF-8';
/* ====================================== */
/* global */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family : 'Noto Serif Japanese';
  font-style : normal;
  font-weight : 400;
  src : url('../fonts/NotoSerifJP/NotoSerifJP-Light.woff') format('woff');
  font-display : swap;
}

/****************************

break-point

*****************************/
/****************************

color-setting

*****************************/
/****************************

font-setting

*****************************/
/****************************

contents-setting

*****************************/
@font-face {
  font-family : 'Noto Serif Japanese';
  font-style : normal;
  font-weight : 400;
  src : url('../fonts/NotoSerifJP/NotoSerifJP-Light.woff') format('woff');
  font-display : swap;
}

/****************************

break-point

*****************************/
/****************************

color-setting

*****************************/
/****************************

font-setting

*****************************/
/****************************

contents-setting

*****************************/
/* Reset Style */
html {
  font-size : 62.5% !important;
  line-height : 1rem;
  min-width : 1280px;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}
@media screen and (max-width: 950px) {
  html {
    min-width : 100%;
  }
}
@media screen and (max-width: 1180px) {
  html {
    min-width : 100%;
  }
}
@media all and (orientation: landscape) {
  html {
    min-width : inherit;
  }
}

body {
  line-height : 1;
  color : #000;
  padding : 151px 0 0 !important;
  overflow-x : hidden;
}
@media screen and (max-width: 1080px) {
  body {
    padding : 5rem 0 0 !important;
  }
}

html,
body {
  width : 100%;
}
@media screen and (max-width: 950px) {
  html,
  body {
    overflow-x : hidden;
  }
}

br.pc {
  display : inline;
}
@media screen and (max-width: 950px) {
  br.pc {
    display : none;
  }
}

br.sp {
  display : none;
}
@media screen and (max-width: 950px) {
  br.sp {
    display : inline;
  }
}

input,
button,
textarea,
select {
  margin : 0;
  padding : 0;
  background : none;
  border : none;
  border-radius : 0;
  outline : none;
  -webkit-appearance : none;
     -moz-appearance : none;
          appearance : none;
}

input,
button,
select,
textarea {
  -webkit-appearance : none;
}

select::-ms-expand {
  display : none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin : 0;
  padding : 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style : normal;
}

table {
  border-collapse : collapse;
  border-spacing : 0;
}

caption,
th {
  text-align : left;
}

q:before,
q:after {
  content : '';
}

img,
object,
embed {
  vertical-align : top;
}

hr,
legend {
  display : none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size : 100%;
}

img,
abbr,
acronym,
fieldset {
  border : 0;
}

li {
  list-style-type : none;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
select,
input,
button,
textarea {
  font : 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size : inherit;
  font : 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family : monospace;
  *font-size : 108%;
  line-height : 100%;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin : 0;
  padding : 0;
  border : 0;
  font-size : 100%;
  font : inherit;
  vertical-align : baseline;
  text-decoration : none;
}

/* HTML5 display-role reset for older browsers
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display : block;
}

ol,
ul {
  list-style : none;
}

blockquote,
q {
  quotes : none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content : '';
  content : none;
}

table {
  border-collapse : collapse;
  border-spacing : 0;
}

/* ====================================== */
/* plugin */
/* Slider */
.slick-slider {
  position : relative;
  display : block;
  box-sizing : border-box;
  -webkit-touch-callout : none;
  -webkit-user-select : none;
     -moz-user-select : none;
      -ms-user-select : none;
          user-select : none;
  -ms-touch-action : pan-y;
      touch-action : pan-y;
  -webkit-tap-highlight-color : transparent;
}

.slick-list {
  position : relative;
  overflow : hidden;
  display : block;
  margin : 0;
  padding : 0;
}
.slick-list:focus {
  outline : none;
}
.slick-list.dragging {
  cursor : pointer;
  cursor : hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform : translate3d(0, 0, 0);
          transform : translate3d(0, 0, 0);
}

.slick-track {
  position : relative;
  left : 0;
  top : 0;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  margin-left : auto;
  margin-right : auto;
  /* padding : 1rem 0 1rem; */
  padding : 0 0 1rem;
}
.slick-track:after,
.slick-track:before {
  content : '';
  display : table;
}
.slick-track:after {
  clear : both;
}
.slick-loading .slick-track {
  visibility : hidden;
}

.slick-slide {
  float : left;
  height : 100%;
  min-height : 1px;
  display : none;
}
[dir='rtl'] .slick-slide {
  float : right;
}
.slick-slide img {
  display : block;
}
.slick-slide.slick-loading img {
  display : none;
}
.slick-slide.dragging img {
  pointer-events : none;
}
.slick-initialized .slick-slide {
  display : block;
}
.slick-loading .slick-slide {
  visibility : hidden;
}
.slick-vertical .slick-slide {
  display : block;
  height : auto;
  border : 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display : none;
}

.slick-dots {
  position : absolute;
  bottom : -30px;
  display : block;
  width : 100%;
  padding : 0;
  margin : 0;
  list-style : none;
  text-align : center;
}
.slick-dots li {
  position : relative;
  display : inline-block;
  margin : 0;
  padding : 0;
  cursor : pointer;
}
.slick-dots li button {
  font-size : 0;
  line-height : 0;
  display : block;
  width : 25px;
  height : 25px;
  padding : 5px;
  cursor : pointer;
  color : transparent;
  border : 0;
  outline : none;
  background : transparent;
}
.slick-dots li button:before {
  width : 100%;
  height : 100%;
  content : '';
  display : block;
  text-align : center;
  color : #311b92;
  border : 1px solid #000;
  border-radius : 50%;
  box-sizing : border-box;
  -webkit-font-smoothing : antialiased;
  -moz-osx-font-smoothing : grayscale;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline : none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity : 1;
}
.slick-dots li.slick-active button:before {
  opacity : 1;
  background-color : #311b92;
  border-color : #311b92;
}

/* ====================================== */
/* shared */
.breadcrumbs {
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  padding : 2rem 3rem;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .breadcrumbs {
    display : none;
  }
}
.breadcrumbs__list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
}
.breadcrumbs__item {
  position : relative;
  margin : 0 1.5rem 0 0;
  padding : 0 2.5rem 0 0;
}
.breadcrumbs__item::after {
  position : absolute;
  top : 50%;
  right : 0;
  -webkit-transform : translate(0, -50%);
          transform : translate(0, -50%);
  display : block;
  content : '';
  width : 1rem;
  height : 1.7rem;
  background : url(../img/icon/i_arrow-right.svg) no-repeat center/cover;
}
.breadcrumbs__item:last-child {
  margin : 0;
  padding : 0;
}
.breadcrumbs__item:last-child::after {
  display : none;
}
.breadcrumbs__link {
  color : rgba(0, 0, 0, .5);
  font-size : 1.4rem;
}

.cookiepolicy__wrap {
  position : fixed;
  left : 0;
  bottom : 0;
  display : none;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  width : 100%;
  padding : 3rem;
  box-sizing : border-box;
  background-color : #311b92;
  z-index : 999;
}
@media screen and (max-width: 950px) {
  .cookiepolicy__wrap {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
    padding : 1.6rem;
  }
}
.cookiepolicy__wrap.is-visible {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
}

.cookiepolicy__desc {
  width : 80%;
  color : #fff;
  font-size : 1.6rem;
  margin : 0 2rem 0 0;
}
@media screen and (max-width: 950px) {
  .cookiepolicy__desc {
    width : 100%;
    font-size : 1.5rem;
    margin : 0;
  }
}
.cookiepolicy__desc a {
  color : #fff;
  text-decoration : underline;
}

.cookiepolicy__button {
  width : 20%;
  color : #fff;
  padding : .8rem 1.6rem;
  border : 1px solid;
  font-size : 1.6rem;
  cursor : pointer;
}
@media screen and (max-width: 950px) {
  .cookiepolicy__button {
    width : 100%;
    margin : 1.6rem 0 0;
  }
}

.hover-tag {
  opacity : 1;
  cursor : pointer;
  transition : all .25s;
}
.hover-tag:hover {
  opacity : .5;
}

.hover-opacity {
  opacity : 1;
  cursor : pointer;
  transition : all .25s;
}
.hover-opacity:hover {
  opacity : .5;
}

.like-btn__wrap {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
}
@media screen and (max-width: 950px) {
  .like-btn__wrap {
    margin : 0 0 2rem;
  }
}

.like-btn__icon {
  display : block;
  width : 5rem;
  height : 5rem;
  margin : 0 1rem 0 0;
  background : url(../img/icon/i_like-btn.svg) no-repeat center/cover;
}

.like-btn__count {
  display : block;
  font-size : 1.6rem;
  color : #311b92;
}

.line {
  display : block;
  width : 100%;
  opacity : .14;
}

.more-button {
  position : relative;
  display : table;
  font-size : 1.6rem;
  font-weight : 500;
  color : #311b92;
  padding : 2rem;
}
.more-button:hover::after {
  right : -1rem;
}
.more-button::after {
  position : absolute;
  top : 50%;
  right : -.3rem;
  -webkit-transform : translate(0, -50%);
          transform : translate(0, -50%);
  content : '';
  display : block;
  width : 2rem;
  height : 2.8rem;
  background : url(../img/icon/i_more-btn-arrow.svg) no-repeat right bottom;
  transition : all .25s;
}
@media screen and (max-width: 950px) {
  .more-button::after {
    right : -1.3rem;
  }
}
.more-button--right {
  margin-left : auto;
}
@media screen and (max-width: 950px) {
  .more-button--right {
    margin : 0 auto;
  }
}

.page-navigation__wrap {
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  padding : 5rem 0;
}
@media screen and (max-width: 950px) {
  .page-navigation__wrap {
    padding : 5rem 1.6rem;
  }
}

.page-navigation__list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
  width : 980px;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .page-navigation__list {
    width : 100%;
  }
}

.page-navigation__item {
  position : relative;
  width : 32%;
  border : 1px solid #311b92;
  color : #311b92;
  text-align : center;
  padding : 1rem;
  box-sizing : border-box;
  margin : 0 0 1.5rem;
  font-size : 1.4rem;
  cursor : pointer;
  font-weight : 600;
  transition : all .25s;
}
@media screen and (max-width: 950px) {
  .page-navigation__item {
    width : 100%;
  }
}
.page-navigation__item::before {
  position : absolute;
  top : 50%;
  right : .5rem;
  -webkit-transform : translate(0, -50%);
          transform : translate(0, -50%);
  content : '';
  display : block;
  width : 3rem;
  height : 3rem;
  background : url(../img/icon/i_arrow-down.svg) no-repeat right bottom;
  transition : all .35s;
}
.page-navigation__item:hover {
  background-color : #311b92;
  color : #fff;
  border : 1px solid #311b92;
}
.page-navigation__item:hover::before {
  background : url(../img/icon/i_arrow-down-wh.svg) no-repeat right bottom;
}
.page-navigation__item:nth-child(3n + 2) {
  margin : 0 2% 1.5rem;
}
@media screen and (max-width: 950px) {
  .page-navigation__item:nth-child(3n + 2) {
    margin : 0 0 1.5rem;
  }
}
@media screen and (max-width: 950px) {
  .page-navigation__item:nth-child(n + 7) {
    margin : 0 0 1.5rem;
  }
}

.pagetop-btn {
  position : fixed;
  right : 4rem;
  bottom : 4rem;
  display : block;
  width : 6.4rem;
  height : 6.4rem;
  background-color : #fff;
  background : url(../img/icon/page-top-arrow.svg) no-repeat center #fff;
  background-size : 75%;
  z-index : 99;
  opacity : 0;
  transition : opacity .15s;
}
.pagetop-btn.is-scroll {
  position : fixed;
  right : 4rem;
  bottom : 4rem;
  opacity : .8;
  transition : opacity .15s;
}
.pagetop-btn.is-stop {
  position : absolute;
  right : 4rem;
  /* top : -41rem; 202104 MOD*/
  top: -11rem;
  opacity : 1;
  transition : opacity .15s;
}

.primary-btn {
  display : inline-block;
  background-color : #311b92;
  border : 1px solid #311b92;
  padding : 1.4rem 4rem;
  color : #fff;
  font-size : 1.6rem;
  box-sizing : border-box;
  border-radius : .3rem;
  transition : all .25s;
}
@media screen and (max-width: 950px) {
  .primary-btn {
    font-size : 1.6rem;
    padding : 1.5rem 3rem;
  }
}
.primary-btn:hover {
  background-color : #fff;
  color : #311b92;
}
.primary-btn--center {
  margin : 4rem auto;
}
@media screen and (max-width: 950px) {
  .primary-btn--center {
    text-align : center;
    margin : 3rem auto;
  }
}

.secondary-btn {
  background-color : rgba(255, 255, 255, 0);
  color : #311b92;
  transition : all .25s;
}
.secondary-btn:hover {
  background-color : #311b92;
  color : #fff;
}

.article-share {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
}
@media screen and (max-width: 950px) {
  .article-share {
    width : 100%;
    -webkit-box-pack : justify;
    -ms-flex-pack : justify;
    justify-content : space-between;
  }
}
.article-share__btn {
  position : relative;
  display : inline-block;
  padding : .7rem 2.4rem .7rem 4rem;
  margin : 0 1rem 0 0;
  background-color : #311b92;
  color : #fff;
  border-radius : 4px;
  font-size : 1.4rem;
  box-sizing : border-box;
  transition : all .25s;
}
.article-share__btn:hover {
  opacity : .5;
}
@media screen and (max-width: 950px) {
  .article-share__btn {
    font-size : 1.2rem;
    width : 49%;
    margin : 0;
    font-weight : 500;
  }
}
.article-share__btn::after {
  position : absolute;
  top : 50%;
  left : 1.2rem;
  -webkit-transform : translate(0, -50%);
          transform : translate(0, -50%);
  content : '';
  display : block;
  width : 1.6rem;
  height : 1.6rem;
}
.article-share__btn--facebook {
  background-color : #3b5998;
}
.article-share__btn--facebook::after {
  background : url(../img/icon/i_facebook.svg) no-repeat center/cover;
}
.article-share__btn--twitter {
  background-color : #00aced;
}
.article-share__btn--twitter::after {
  width : 1.8rem;
  height : 1.7rem;
  background : url(../img/icon/i_twitter.svg) no-repeat center/cover;
}

.article__image {
  width : 100%;
  height : 40rem;
  background-color : #311b92;
  margin : 0 0 5rem;
}
@media screen and (max-width: 950px) {
  .article__image {
    height : 20rem;
    margin : 0 0 3rem;
  }
}

.article__main-content {
  color : #000;
  font-size : 1.6rem;
  line-height : 2;
  letter-spacing : .1px;
}
@media screen and (max-width: 950px) {
  .article__main-content {
    font-size : 1.4rem;
  }
}
.article__main-content b,
.article__main-content strong {
  color : #311b92;
  font-weight : 500;
}
.article__main-content em {
  font-style : italic;
}
.article__main-content p {
  margin : 0 0 2rem;
}
.article__main-content img {
  display : block;
  max-width : 100%;
  height : auto;
  margin : 0 auto;
}
.article__main-content blockquote {
  quotes : none;
  background-color : #eaeaea;
  padding : 3rem;
  box-sizing : border-box;
}

.article__foot {
  margin : 6rem 0 12rem;
}

.footer-contact {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding : 4rem 0;
  box-sizing : border-box;
  /* background-color : #311b92; 202104 MOD*/
  background-color: #FFFFFF;
  border-bottom : 1px solid rgba(255, 255, 255, .14);
}
@media screen and (max-width: 950px) {
  .footer-contact {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
    /* padding : 5rem 3rem; 202104 MOD */
    padding: 5rem 1.5rem;
    box-sizing : border-box;
    border-bottom : 1px solid rgba(255, 255, 255, .74);
  }
}
.footer-contact__wrap { /* 202104 ADD */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90vw;
  max-width: 1150px;
  padding: 4rem 2rem;
  background-color: #EDE7F6;
  border-radius: 1rem;
}
@media screen and (max-width: 950px) {
  .footer-contact__wrap { /* 202104 ADD */
    width: 88%;
    padding: 2rem 5%;
  }
}
.footer-contact__desc {
  max-width: 960px;
  /* color : #fff; 202104 MOD */
  color: #311b92;
  font-size : 1.8rem;
  letter-spacing : .1em;
  font-weight : 400;
  text-align: center;/* 202104 ADD */
}
@media screen and (max-width: 950px) {
  .footer-contact__desc {
    width: 100%;
    margin : 0 0 1rem;
    line-height : 1.8;
    /* text-align : center; 202104 MOD */
    text-align: left;
    font-weight : 200;
    font-size : 1.6rem;
  }
}
.footer_contact__btnwrap { /* 202104 ADD */
  width: 100%;
  text-align: center;
  margin: 2rem 0;
}
@media screen and (max-width: 950px) {
  .footer_contact__btnwrap { /* 202104 ADD */
    margin: 1rem 0;
  }
}
.footer-contact__button {
  /* display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center; 202104 DEL*/
  /* font-size : 1.7rem;
  margin: 2rem 0; 202104 MOD */
  font-size: 2rem;
  margin: 2rem;
  padding : 1.7rem 5rem;
  color : #fff;
  /* border : 1px solid #fff; 202104 MOD */
  border : 1px solid #311b92;
  border-radius : 3px;
  transition : all .25s;
  /* 202104 ADD */
  display: inline-block;
  background-color: #311b92;
  width: 30%;
}
@media screen and (max-width: 950px) {
  .footer-contact__button {
    width: 100%;
    margin: 1rem auto;
    padding: 1.7rem 0;
  }
}
.footer-contact__button:hover {
  background-color : #fff;
  color : #311b92;
}
.footer-contact__button span {
  font-size: 1.5rem;
  display: block;
}
.footer_contact__link { /* 202104 ADD */
  /* width: 80%; */
  width: 90%;
  max-width: 960px;
  font-size: 1.6rem;
}
@media screen and (max-width: 950px) {
  .footer_contact__link { /* 202104 ADD */
    width: 100%;
    margin-top: 2rem;
  }
}
.footer_contact__link ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.footer_contact__link ul li {
  /* width: 25%; */
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .footer_contact__link ul li {
    width: 50%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .footer_contact__link ul li {
    width: 100%;
  }
}
.footer_contact__link ul li a {
  position: relative;
  padding-right: 1.8rem;
}
.footer_contact__link ul li a:hover {
  color: #3b5998;
}
.footer_contact__link ul li a::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0;
  transition: all .25s;
  transform: translateY(-50%);
}
.footer_contact__link ul li a:hover::after {
  right: -5px;
}



.footer-menu__item {
  border-bottom : 1px solid rgba(255, 255, 255, .74);
}
.footer-menu__item:last-child {
  border : none;
}

.footer-menu__link {
  display : block;
  color : #fff;
  font-size : 1.8rem;
  padding : 2rem;
  box-sizing : border-box;
  cursor : pointer;
}
@media screen and (max-width: 950px) {
  .footer-menu__link {
    padding : 1.5rem 2rem;
  }
}
.footer-menu__link--accordion {
  position : relative;
}
.footer-menu__link--accordion::after {
  position : absolute;
  top : 50%;
  right : 2rem;
  -webkit-transform : translate(0, -50%);
          transform : translate(0, -50%);
  content : '';
  display : block;
  width : 3rem;
  height : 2.4rem;
  background : url(../img/icon/i_arrow-down-wh.svg) no-repeat center;
}
.footer-menu__link[data-accordion-open='true']::after {
  -webkit-transform : translate(0, -50%) rotate(180deg);
          transform : translate(0, -50%) rotate(180deg);
}
.footer-menu__link--small {
  color : rgba(255, 255, 255, .74);
  font-size : 1.6rem;
  padding : 1rem 2rem;
}

.footer {
  position : relative;
  background-color : #311b92;
}
.footer--pc {
  display : block;
}
@media screen and (max-width: 950px) {
  .footer--pc {
    display : none;
  }
}
.footer--sp {
  display : none;
}
@media screen and (max-width: 950px) {
  .footer--sp {
    display : block;
  }
}
.footer__inner {
  width : 980px;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : justify;
  -ms-flex-pack : justify;
  justify-content : space-between;
  margin : 0 auto;
  padding : 4rem 0;
  color : #fff;
}
.footer__link {
  display : block;
  color : rgba(255, 255, 255, .74);
  font-size : 1.6rem;
  font-weight : 200;
  margin : 0 0 1.8rem;
  transition : all .35s;
  cursor : pointer;
}
.footer__link:hover {
  opacity : .6;
}
.footer__link:last-child {
  margin : 0 0 0;
}
.footer__link--large {
  font-size : 1.9rem;
  font-weight : 400;
  margin : 0 0 2rem;
  color : #fff;
}
.footer__copyright {
  padding : 2.5rem 0;
  text-align : center;
  color : #fff;
  font-size : 1.4rem;
  font-weight : 100;
  border-top : 1px solid rgba(255, 255, 255, .14);
}
@media screen and (max-width: 950px) {
  .footer__copyright {
    text-align : left;
    padding : 5rem 0 2rem 2rem;
    border : none;
  }
}

.header-language {
  margin : 0 2rem 0 1.5rem;
}
.header-language__link {
  padding : .4rem 1.2rem;
  font-size : 1.4rem;
  background-color : rgba(0, 0, 0, .35);
  color : #fff;
  box-sizing : border-box;
}
.header-language__link.is-current-page {
  background-color : #311b92;
  color : #fff;
}

.header-logo {
  display : block;
  position : absolute;
  top : 58%;
  left : 50%;
  -webkit-transform : translate(-50%, -50%);
          transform : translate(-50%, -50%);
  width : 16rem;
  margin : 0 auto;
}
.header-logo a {
  display : block;
}

.header-logo-sp {
  height : 3rem;
}
.header-logo-sp__image {
  height : 100%;
  display : block;
}

.header-menu__box {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
      flex-direction : column;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  width : 4rem;
  padding : .5rem 1rem;
  box-sizing : border-box;
}
.header-menu__box[data-nav-open='true'] .header-menu__bar:nth-child(1) {
  -webkit-transform : translate(2px, 0px) rotate(45deg);
          transform : translate(2px, 0px) rotate(45deg);
}
.header-menu__box[data-nav-open='true'] .header-menu__bar:nth-child(2) {
  opacity : 0;
}
.header-menu__box[data-nav-open='true'] .header-menu__bar:nth-child(3) {
  -webkit-transform : translate(2px, 0px) rotate(-45deg);
          transform : translate(2px, 0px) rotate(-45deg);
}

.header-menu__bar {
  display : block;
  width : 100%;
  height : 2px;
  background-color : #000;
  transition : all .5s;
  -webkit-transform-origin : left;
          transform-origin : left;
}
.header-menu__bar:nth-child(2) {
  margin : .5rem 0;
}

.header-nav__list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
}

.header-nav__item {
  position : relative;
  cursor : pointer;
}

.header-nav__link {
  display : block;
  position : relative;
  font-size : 1.6rem;
  font-weight : 600;
  color : #000;
  padding : 2rem;
  transition : color .5s;
}
/* 202102 ADD */
@media screen and (max-width: 1280px) and (min-width: 1080px) {
  .header-nav__link {
    font-size : 1.4rem;
    padding : 2.2rem 1rem 2rem 1rem;
  }
}
/* 202102 DEL
@media screen and (max-width: 1200px) {
  .header-nav__link {
    font-size : 1.5rem;
    padding : 2rem 1rem;
  }
}
*/
.header-nav__link:hover {
  color : #311b92;
}
.header-nav__link--mega-menu {
  padding : 2rem 2.8rem 2rem 1.5rem;
}
/* 202102 ADD */
@media screen and (max-width: 1280px) and (min-width: 1080px) {
  .header-nav__link--mega-menu {
    /* padding : 2.2rem 2.6rem 2rem 1.5rem; */
    padding : 2.2rem 2.6rem 2rem 0.7rem;
  }
}
.header-nav__link--mega-menu::before {
  position : absolute;
  top : 50%;
  right : 0;
  -webkit-transform : translate(0, -50%);
          transform : translate(0, -50%);
  content : '';
  display : block;
  width : 3rem;
  height : 3rem;
  background : url(../img/icon/i_arrow-down.svg) no-repeat right bottom;
  transition : all .35s;
}
.header-nav__link--mega-menu::after {
  visibility : hidden;
  opacity : 0;
  content : '';
  display : block;
  position : absolute;
  bottom : 0;
  left : 50%;
  -webkit-transform : translate(-50%, 0);
          transform : translate(-50%, 0);
  border-right : .6rem solid transparent;
  border-bottom : .8rem solid #311b92;
  border-left : .6rem solid transparent;
  transition : opacity .65s;
}
.header-nav__link--mega-menu.is-active::after {
  visibility : visible;
  opacity : 1;
}
.header-nav__link--mega-menu.is-active::before {
  -webkit-transform : translate(0, -50%) rotate(180deg);
          transform : translate(0, -50%) rotate(180deg);
}

.header-pc-small {
  visibility : hidden;
  position : fixed;
  top : -300px;
  left : 0;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  -webkit-box-pack : justify;
  -ms-flex-pack : justify;
  justify-content : space-between;
  width : 100%;
  background-color : #fff;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  z-index : 999;
  transition : all .5s;
  padding : 0 1.5rem;
  box-sizing : border-box;
}
@media screen and (max-width: 1080px) {
  .header-pc-small {
    display : none;
  }
}
.header-pc-small__logo {
  display : block;
  width : 10rem;
}
/* 202102 ADD */
@media screen and (max-width: 1380px) and (min-width: 1080px) {
  .header-pc-small__logo {
    /* width : 0; 202105 DEL*/
  }
}
.header-pc-small__logo a {
  display : block;
}
.header-pc-small__logo a img {
  width : 100%;
}

.header-search {
  border : 1px solid rgba(0, 0, 0, .2);
  padding : .8rem .8rem .8rem 3rem;
  font-size : 1.6rem;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .header-search {
    width : 100%;
  }
}
.header-search__wrap {
  position : relative;
  margin : 0 0 0 4rem;
}
.header-search__wrap::before {
  position : absolute;
  top : 50%;
  left : .7rem;
  -webkit-transform : translate(0, -50%);
          transform : translate(0, -50%);
  content : '';
  display : block;
  width : 1.8rem;
  height : 1.8rem;
  background : url(../img/icon/i_search.svg) no-repeat right bottom;
}

.header-sub-nav {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  float : right;
  margin : 0 0 0 auto;
  padding : 3rem 0;
}
.header-sub-nav__list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
}
.header-sub-nav__item {
  margin : 0 2rem 0 0;
}
.header-sub-nav__link {
  font-size : 1.6rem;
  color : #adadad;
  opacity : 1;
  transition : all .5s;
  cursor : pointer;
}
.header-sub-nav__link:hover {
  opacity : .6;
}
.header-sub-nav__icon_sns {
  margin: 0;
  width: 2rem;
}
.header-sub-nav__icon_sns.mr {
  margin: 0 1rem 0 0;
}
.header-sub-nav__icon_sns img {
  height: 2rem;
}
.header-sub-nav__icon_sp img {
  height: 3rem;
}

.header {
  width : 100%;
  background-color : #fff;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  z-index : 999;
}
.header--pc {
  position : fixed;
  top : 0;
  left : 0;
  display : block;
  z-index : 99;
}
@media screen and (max-width: 1080px) {
  .header--pc {
    display : none;
  }
}
.header--pc-large {
  position : absolute;
  /* 202105 ADD */
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .header--pc-large {
    display : none;
  }
}
.header--sp {
  position : fixed;
  top : 0;
  left : 0;
  padding : 1rem;
  display : none;
  box-sizing : border-box;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  z-index : 999;
}
@media screen and (max-width: 1080px) {
  .header--sp {
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    -webkit-box-pack : justify;
    -ms-flex-pack : justify;
    justify-content : space-between;
  }
}
.header__upper {
  position : relative;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
}

/* 202105 ADD Start */
body {
  padding: 86px 0 0 !important;
}
@media screen and (max-width: 1280px) and (min-width: 1080px) {
  body {
    padding: 83px 0 0 !important;
  }
}
@media screen and (max-width: 1080px) {
  body {
    padding: 5rem 0 0 !important;
  }
}
.header--pc-large .header__upper {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
.header--pc-large .header-search__wrap {
  margin: 0 2rem 0 0;
  width: 30px;
  transition: all ease .3s;
  position: relative;
}
.header--pc-large .header-search__wrap.is-active {
  width: 195px;
}
.header--pc-large .header-search__wrap::before {
  content: none;
}
.header--pc-large .header-search__btn {
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/icon/i_search.svg) no-repeat right bottom;
  top: 50%;
  left: 7px;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
}

.header--pc-large .header-search {
  padding: .3rem 0 .3rem 0;
  width: 0;
  border: 0 solid #FFF;
  transition: all ease .3s;
}
.header--pc-large .is-active .header-search {
  padding: .3rem .5rem .3rem 3rem;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .2);
}
.header--pc-large .header-sub-nav {
  padding: 1rem 0;
  margin: 0;
  float: none;
  align-items: center;
}
.header--pc-large .header-sub-nav__list {
  align-items: center;
}
.header--pc-large .header-sub-nav__link {
  font-size: 1.4rem;
}
.header--pc-large .header-sub-nav__icon_sns a {
  display: block;
  height: 20px;
}
.header--pc-large .header-language__link {
  padding: 0 1.2rem;
}
.header--pc-large .header-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.header--pc-large .header-logo {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  width: 10rem;
  margin: 0 2rem 0 0 ;
}
.header--pc-large .header-nav__link {
  font-size: 1.6rem;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 1280px) and (min-width: 1080px) {
  .header--pc-large .header-nav__link {
    font-size: 1.4rem;
    padding: 1.5rem 1rem;
  }
}
.header--pc-large .header-nav__link--mega-menu {
  padding: 1.5rem 2.5rem 1.5rem 2rem;
}
@media screen and (max-width: 1280px) and (min-width: 1080px) {
  .header--pc-large .header-nav__link--mega-menu {
    padding: 1.5rem 2.5rem 1.5rem 1rem;
  }
}
.header--pc-large .mega-menu__wrap {
  top: 54px;
}
@media screen and (max-width: 1280px) and (min-width: 1080px) {
  .header--pc-large .mega-menu__wrap {
    top: 49px;
  }
}
/* 202105 ADD End */

/* 202203 ADD Start */
.header--pc-large .header-contact__wrap {
  font-size: 1.4rem;
  width: 120px;
  text-align: center;
  margin-right: 2rem;
  height: 100%;
}
.header--pc-large .header-contact__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #311b92;
  color: #fff;
  height: 100%;
  transition: all .3s;
}
.header--pc-large .header-contact__link:hover {
  opacity: .7;
}

/* 202203 ADD End */

.lower-page-header {
  position : relative;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  width : 100%;
  height : 40rem;
  background-color : #311b92;
  margin : 0 0 8rem;
  background-size : cover;
}
@media screen and (max-width: 950px) {
  .lower-page-header {
    height : 20rem;
    margin : 0 0 4rem;
  }
}
.lower-page-header::after {
  content : '';
  position : absolute;
  top : 0;
  left : 0;
  display : block;
  width : 100%;
  height : 100%;
  background-color : rgba(0, 0, 0, .25);
}
.lower-page-header__title {
  text-align : center;
  font-size : 4.2rem;
  font-weight : 300;
  letter-spacing : .1em;
  color : #fff;
  z-index : 9;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 950px) {
  .lower-page-header__title {
    font-size : 2.8rem;
    line-height : 1.5;
  }
}
.lower-page-header__title--primary {
  color : #fff;
  padding : 6rem 1.6rem;
  background-color : #311b92;
}
@media screen and (max-width: 950px) {
  .lower-page-header__title--primary {
    padding : 2rem .5rem;
  }
}
.lower-page-header__title--no-image {
  color : #311b92;
  margin : 6rem 0;
}
@media screen and (max-width: 950px) {
  .lower-page-header__title--no-image {
    margin : 5rem 0 6rem;
    padding : 0 1rem;
  }
}

.lower-page-header--consultingservice {
  background : url('../img/consulting-fields/mv.jpg') center center/cover no-repeat;
}
.lower-page-header--access {
  background : url('../img/access/access-mv.jpg') center center/cover no-repeat;
}
.lower-page-header--corporate-information {
  background : url('../img/corporate-information/corporate-information-mv.jpg') center center/cover no-repeat;
  margin : 0;
}
.lower-page-header--outline {
  background : url('../img/outline/outline-mv.jpg') center center/cover no-repeat;
}
.lower-page-header--policy {
  background : url('../img/consulting-policy/consulting-policy-mv.jpg') center center/cover no-repeat;
}
.lower-page-header--service {
  background : url('../img/service/service-mv.jpg') center center/cover no-repeat;
}
.lower-page-header--kenjin-club {
  background : url('../img/kenjin-club/header-mv.jpg') center center/cover no-repeat;
}
.lower-page-header--partnership {
  background : url('../img/partnership/header-mv.jpg') center center/cover no-repeat;
}
.lower-page-header--serviceline {
  background : url('../img/serviceline/serviceline-mv.jpg') center center/cover no-repeat;
}
.lower-page-header--framework {
  background : url('../img/framework/framework-mv.jpg') center center/cover no-repeat;
}

.lower-page-section {
  position : relative;
  max-width : 2000px;
  margin : 0 auto;
}
.lower-page-section--case {
  border-top : 1px solid rgba(0, 0, 0, .14);
}
.lower-page-section--news {
  border-top : 1px solid rgba(0, 0, 0, .14);
}
.lower-page-section--info {
  border-top : 1px solid rgba(0, 0, 0, .14);
}
.lower-page-section__title {
  text-align : center;
  font-size : 4rem;
  margin : 8rem 0 10rem;
}
@media screen and (max-width: 950px) {
  .lower-page-section__title {
    font-size : 3rem;
  }
}

.mega-menu-link__colum {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
}
.mega-menu-link__colum--left {
  -ms-flex-preferred-size : 60%;
  flex-basis : 60%;
}
.mega-menu-link__colum--right {
  border-left : 1px solid rgba(255, 255, 255, .54);
  padding : 0 0 0 4rem;
}

.mega-menu-link__list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
      flex-direction : column;
  width : 100%;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
}
.mega-menu-link__list--service {
  height : 18rem;
}
@media screen and (max-width: 1450px) {
  .mega-menu-link__list--service {
    height : 24rem;
  }
}

.mega-menu-link__item {
  width : 100%;
  float : left;
  box-sizing : border-box;
  border-bottom : 1px solid rgba(255, 255, 255, .24);
}
.mega-menu-link__item:last-child {
  border : none;
}

.mega-menu-link__link {
  display : block;
  font-size : 1.4rem;
  color : #fff;
  font-weight : 400;
  cursor : pointer;
  padding : 1.2rem;
}
.mega-menu-link__link:hover {
  opacity : .6;
}

.mega-menu-link__feature-item {
  display : block;
  width : 25rem;
  margin : 0 .5rem 0 0;
}

.mega-menu-link__feature-image-box {
  width : 100%;
  height : 16rem;
  background-color : #fff;
  margin : 0 0 1.5rem;
  overflow : hidden;
}

.mega-menu-link__feature-image {
  display : block;
  width : 100%;
  height : 100%;
  background-color : #fff;
  margin : 0 0 1.5rem;
  transition : -webkit-transform .35s;
  transition :         transform .35s;
  transition :         transform .35s, -webkit-transform .35s;
}
.mega-menu-link__feature-image.is-active {
  -webkit-transform : scale(1.05);
          transform : scale(1.05);
}
.mega-menu-link__feature-image--consulting-policy {
  background : url('../img/consulting-policy/consulting-policy-mv.jpg') center center/cover no-repeat;
}
.mega-menu-link__feature-image--framework {
  background : url('../img/framework/framework-mv.jpg') center center/cover no-repeat;
}
.mega-menu-link__feature-image--service {
  background : url('../img/consulting-fields/mv.jpg') center center/cover no-repeat;
}
.mega-menu-link__feature-image--consultants {
  background : url('../img/consultants/consultants.jpg') center center/cover no-repeat;
}
.mega-menu-link__feature-image--message {
  background : url('../img/message/mv_message.jpg') center center/cover no-repeat;
}
.mega-menu-link__feature-image--management-policy {
  background : url('../img/management-policy/mv_management-policy.png') center center/cover no-repeat;
}
.mega-menu-link__feature-image--committee-advisers {
  background : url('../img/committee-advisers/mv_committee-advisers.jpg') center center/cover no-repeat;
}
.mega-menu-link__feature-image--outline {
  background : url('../img/outline/outline-mv.jpg') center center/cover no-repeat;
}
.mega-menu-link__feature-image--access {
  background : url('../img/access/access-mv.jpg') center center/cover no-repeat;
}
.mega-menu-link__feature-image--recruit {
  background : url('../img/top/recruit.jpg') center center/cover no-repeat;
}

.mega-menu-link__feature-title {
  padding : 0 .5rem;
  font-size : 1.6rem;
  color : #fff;
  box-sizing : border-box;
  font-weight : 100;
  line-height : 1.4;
}
.mega-menu-link__feature-title.is-active {
  opacity : .5;
}

.mega-menu__wrap {
  position : absolute;
  top : 63px;
  left : 50%;
  width : 30rem;
  z-index : 99;
  -webkit-transform : translate(-50%, 0);
          transform : translate(-50%, 0);
}
.mega-menu__wrap--large {
  width : 40rem;
}

.mega-menu__container {
  visibility : hidden;
  opacity : 0;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
  position : absolute;
  top : 0;
  left : 0;
  width : 100%;
  background-color : #311b92;
  box-sizing : border-box;
  color : #fff;
  transition : opacity .65s;
}
.mega-menu__container.is-active {
  opacity : 1;
}

.mega-menu__title {
  width : 100%;
  color : #fff;
  padding : 1.2rem;
  font-size : 2.6rem;
  font-size : 1.5rem;
  cursor : pointer;
  display : inline-block;
}
.mega-menu__title:hover {
  opacity : .6;
}

.mega-menu__title-border {
  display : block;
  width : 100%;
  height : 1px;
  background-color : #fff;
}

.menu-accordion {
  width : 100%;
  height : 0;
  background-color : #311b92;
  overflow : hidden;
}
.menu-accordion__list {
  margin : 2rem 0;
}
@media screen and (max-width: 950px) {
  .menu-accordion__list {
    margin : 1rem 0 2rem;
  }
}
.menu-accordion__link {
  display : block;
  padding : 1rem 0 1rem 2.5rem;
  box-sizing : border-box;
  font-size : 1.6rem;
  color : #fff;
  font-weight : 300;
}

.menu-sub {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
}
.menu-sub__link {
  display : block;
  padding : 1.2rem 1.5rem;
  font-size : 1.4rem;
  color : rgba(0, 0, 0, .74);
}
.header-sub-nav__icon_sp {
  padding: 1.2rem 0 1.2rem 1.5rem
}

.menu {
  width : 100%;
}
.menu__item {
  border-bottom : 1px solid rgba(0, 0, 0, .14);
}
.menu__link {
  display : block;
  padding : 1.4rem 1.5rem;
  box-sizing : border-box;
  font-size : 1.8rem;
  color : #000;
}
.menu__link--accordion {
  position : relative;
}
.menu__link--accordion::after {
  position : absolute;
  top : 50%;
  right : 2rem;
  -webkit-transform : translate(0, -50%);
          transform : translate(0, -50%);
  content : '';
  display : block;
  width : 3rem;
  height : 2.4rem;
  background : url(../img/icon/i_arrow-down.svg) no-repeat center;
}
.menu__link[data-accordion-open='true']::after {
  -webkit-transform : translate(0, -50%) rotate(180deg);
          transform : translate(0, -50%) rotate(180deg);
}

.nav-black-layer {
  visibility : hidden;
  display : block;
  position : fixed;
  top : 0;
  left : 0;
  width : 100%;
  height : 100%;
  background-color : rgba(0, 0, 0, .54);
  z-index : 99;
}
.nav-black-layer[data-visible='true'] {
  visibility : visible;
}
.nav-black-layer[data-visible='false'] {
  visibility : hidden;
}
.nav-contact {
  padding : 1rem 1.5rem;
}
.nav-contact__link {
  padding : 1.5rem 1rem;
  background-color : #311b92;
  font-size : 1.4rem;
  color : #fff;
  display: block;
  text-align: center;
}
.nav-language {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : justify;
  -ms-flex-pack : justify;
  justify-content : space-between;
  padding : 1rem 1.5rem 2rem;
  box-sizing : border-box;
}
.nav-language__link {
  display : block;
  width : 49%;
  background-color : rgba(0, 0, 0, .35);
  padding : .8rem 1rem;
  box-sizing : border-box;
  text-align : center;
  font-size : 1.4rem;
  color : #fff;
}
.nav-language__link.is-current-page {
  background-color : #311b92;
}

.nav-search {
  width : 100%;
  border : 1px solid rgba(0, 0, 0, .2);
  padding : .8rem .8rem .8rem 3rem;
  font-size : 1.6rem;
  box-sizing : border-box;
}
.nav-search__wrap {
  position : relative;
  margin : 0 1.5rem;
}
.nav-search__wrap::before {
  position : absolute;
  top : 50%;
  left : .7rem;
  -webkit-transform : translate(0, -50%);
          transform : translate(0, -50%);
  content : '';
  display : block;
  width : 1.8rem;
  height : 1.8rem;
  background : url(../img/icon/i_search.svg) no-repeat right bottom;
}

.nav {
  position : fixed;
  top : 5rem;
  left : 0;
  width : 100%;
  max-height : calc(100vh - 7rem);
  overflow-y : scroll;
  overflow-x : hidden;
  padding : 0 0 2rem;
  background-color : #fff;
  z-index : 999;
}
.nav[data-nav-open='true'] {
  display : block;
}
.nav[data-nav-open='false'] {
  display : none;
}

.notfound__title {
  width : 100%;
  font-size : 2.4rem;
  text-align : center;
  margin : 0 0 2rem;
  color : #311b92;
}

.notfound__desc {
  width : 100%;
  font-size : 1.5rem;
  text-align : center;
}

.pager {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  margin : 4rem 0 6rem;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
}
.pager__link {
  display : block;
  font-size : 2rem;
  margin : 0 1.5rem;
  color : rgba(0, 0, 0, .5);
}
.pager__link--active {
  color : #311b92;
}
.pager__arrow {
  display : block;
  width : 2rem;
  height : 4rem;
}
.pager__arrow--right {
  margin : 0 0 0 3rem;
  background : url(../img/icon/i_next-arrow.svg) no-repeat right bottom;
}
.pager__arrow--left {
  margin : 0 3rem 0 0;
  background : url(../img/icon/i_prev-arrow.svg) no-repeat right bottom;
}

.wp-pagenavi {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  margin : 4rem 0 6rem;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border : none !important;
}
.wp-pagenavi .pages,
.wp-pagenavi .extend {
  display : none;
}
.wp-pagenavi .first {
  color : #380f98;
  font-size : 1.5rem;
  margin : 0 2rem 0 0;
}
.wp-pagenavi .last {
  color : #380f98;
  font-size : 1.5rem;
  margin : 0 0 0 2rem;
}
.wp-pagenavi .page {
  display : block;
  font-size : 2rem;
  margin : 0 1.5rem;
  color : rgba(0, 0, 0, .5);
}
.wp-pagenavi .current {
  display : block;
  font-size : 2rem;
  margin : 0 1.5rem;
  color : #311b92;
}
.wp-pagenavi .nextpostslink {
  text-indent : -9999em;
  overflow : hidden;
  display : block;
  width : 1rem;
  height : 2rem;
  margin : 0 0 0 2rem;
  background : url(../img/icon/i_next-arrow.svg) no-repeat right bottom;
}
.wp-pagenavi .previouspostslink {
  text-indent : -9999em;
  overflow : hidden;
  display : block;
  width : 1rem;
  height : 2rem;
  margin : 0 2rem 0 0;
  background : url(../img/icon/i_prev-arrow.svg) no-repeat right bottom;
}

.recommend-box {
  width : 49%;
}
@media screen and (max-width: 950px) {
  .recommend-box {
    width : 100%;
    margin : 0 0 3rem;
  }
}
.recommend-box__image {
  width : 100%;
  height : 25rem;
  background-color : #311b92;
}
@media screen and (max-width: 950px) {
  .recommend-box__image {
    height : 20rem;
  }
}
.recommend-box__image--consulting-policy {
  background : url(../img/consulting-policy/consulting-policy-mv.jpg) no-repeat center/cover;
}
.recommend-box__image--framework {
  background : url(../img/framework/framework-mv.jpg) no-repeat center/cover;
}
.recommend-box__title {
  font-size : 2.6rem;
  padding : 2rem 0;
  box-sizing : border-box;
  color : #000;
}
@media screen and (max-width: 950px) {
  .recommend-box__title {
    font-size : 1.6rem;
    padding : 1.5rem 0;
  }
}

.recommend-case-item-image-box {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  width : 100%;
  height : 10rem;
  border-radius : 4px 4px 0 0;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  overflow : hidden;
  background-color : #311b92;
}
.recommend-case-item-image-box__title {
  color : #fff;
  font-size : 2rem;
  font-weight : 500;
}
.recommend-case-item-image-box__image {
  display : block;
  width : 100%;
  height : 100%;
  transition : -webkit-transform .2s;
  transition :         transform .2s;
  transition :         transform .2s, -webkit-transform .2s;
  -webkit-transform : scale(1);
          transform : scale(1);
  will-change : transform;
}
.recommend-case-item-image-box__image.is-active {
  -webkit-transform : scale(1.05);
          transform : scale(1.05);
}

.recommend-case-item-text-box {
  padding : 2rem 1.5rem;
  box-sizing : border-box;
  background-color : #fff;
  border-radius : 0 0 4px 4px;
}
.recommend-case-item-text-box__title {
  font-size : 1.6rem;
  color : #000;
  font-weight : 500;
  line-height : 1.6;
  margin : 0 0 2rem;
}
@media screen and (max-width: 950px) {
  .recommend-case-item-text-box__title {
    font-size : 1.4rem;
  }
}
.recommend-case-item-text-box__title.is-active {
  color : #311b92;
}
.recommend-case-item-text-box__tag {
  display : inline-block;
  font-size : 1.2rem;
  color : #311b92;
  background-color : #ede7f6;
  margin : 0 0 1rem;
  padding : .2rem .8rem;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .recommend-case-item-text-box__tag {
    font-size : 1.2rem;
  }
}

.recommend-case-item {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  width : 31.33333%;
  max-width : 32rem;
  margin : 0 1% 5%;
}
@media screen and (max-width: 950px) {
  .recommend-case-item {
    width : 30rem;
    margin : 0;
    padding : 0 1rem;
    box-sizing : border-box;
  }
}
@media screen and (max-width: 950px) and (min-width: 450px) {
  .recommend-case-item {
    width : 50%;
    max-width : 50%;
    min-width : 32rem;
    padding : 0 1rem 2rem;
  }
}
.recommend-case-item__in {
  width : 100%;
  display : block;
  box-shadow : 0px 3px 10px rgba(0, 0, 0, .25);
  border-radius : 4px;
  background-color : #fff;
  transition : box-shadow .5s;
}
.recommend-case-item__in.is-active {
  box-shadow : 0px 3px 30px rgba(0, 0, 0, .35);
}

.recommend-case {
  width : 980px;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .recommend-case {
    overflow : hidden;
    width : 100%;
  }
}
.recommend-case__inner {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  width : 980px;
  margin : 0 auto 2rem;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
}
@media screen and (max-width: 950px) {
  .recommend-case__inner {
    width : 100%;
    margin : 0 auto 5rem;
  }
}

.recommend {
  padding : 10rem 0 16rem;
  background-color : #ede7f6;
}
@media screen and (max-width: 950px) {
  .recommend {
    padding : 8rem 0;
  }
}
.recommend--secret {
  padding : 10rem 0 1rem;
}
@media screen and (max-width: 950px) {
  .recommend--secret {
    padding : 8rem 1.5rem 1rem;
  }
}
.recommend__inner {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  width : 980px;
  margin : 0 auto;
  -webkit-box-pack : justify;
  -ms-flex-pack : justify;
  justify-content : space-between;
}
@media screen and (max-width: 950px) {
  .recommend__inner {
    width : 100%;
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}
.recommend__title {
  text-align : center;
  font-size : 3rem;
  margin : 0 0 8rem;
  color : #311b92;
}
@media screen and (max-width: 950px) {
  .recommend__title {
    font-size : 2rem;
    margin : 0 0 4rem;
  }
}
.recommend__desc {
  text-align : center;
  font-size : 1.6rem;
  line-height : 1.6;
}
@media screen and (max-width: 950px) {
  .recommend__desc {
    font-size : 1.5rem;
  }
}

.related-service .recommend-case-item-image-box {
  padding: 1rem;
  box-sizing: border-box;
}

.sort-select {
  display : none;
  width : 100%;
  padding : 1.5rem 1.5rem;
  font-size : 1.6rem;
  border-top : 1px solid rgba(0, 0, 0, .14);
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  margin : 0 0 4rem;
}
@media screen and (max-width: 950px) {
  .sort-select {
    display : block;
  }
}
.sort-select__wrap {
  display : none;
  position : relative;
}
@media screen and (max-width: 950px) {
  .sort-select__wrap {
    display : block;
  }
}
.sort-select__wrap::after {
  position : absolute;
  top : 50%;
  right : 2rem;
  -webkit-transform : translate(0, -50%);
          transform : translate(0, -50%);
  content : '';
  display : block;
  width : 3rem;
  height : 2.4rem;
  background : url(../img/icon/i_arrow-down.svg) no-repeat center;
  z-index : -9;
}
.sort-select__title {
  display : none;
  color : #311b92;
  text-align : left;
  font-size : 1.8rem;
  margin : 0 0 1rem;
  padding : 0 0 0 1rem;
}
@media screen and (max-width: 950px) {
  .sort-select__title {
    display : block;
  }
}

.sort {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  width : 100%;
  margin : 0 0 4rem;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
}
@media screen and (max-width: 950px) {
  .sort {
    display : none;
  }
}
.sort__link {
  width : 22%;
}
.sort__link a {
  display : block;
  text-align : center;
  padding : 1rem 0;
  border-top : 1px solid #311b92;
  border-right : 1px solid #311b92;
  border-bottom : 1px solid #311b92;
  background-color : #fff;
  font-size : 1.6rem;
  color : #311b92;
  font-weight : 400;
  line-height : 1;
  transition : all .25s;
}
.sort__link:first-child {
  border-left : 1px solid #311b92;
}
.sort__link:hover {
  color : #fff;
  background-color : #311b92;
}
.sort__link:hover a {
  color : #fff;
  background-color : #311b92;
}
.sort__link--active {
  color : #fff;
  background-color : #311b92;
}
.sort__link.is-active {
  background-color : #311b92;
}
.sort__link.is-active a {
  color : #fff;
  background-color : #311b92;
}

/* ====================================== */
/* block */
.access__map {
  width : 100%;
  height : 45rem;
  background-color : #311b92;
}
@media screen and (max-width: 950px) {
  .access__map {
    height : 25rem;
  }
}

.access__info {
  display : block;
  width : 960px;
  margin : 6rem auto 4rem;
  font-size : 1.6rem;
  font-weight : 500;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  padding : 0 0 4rem;
}
@media screen and (max-width: 950px) {
  .access__info {
    width : 100%;
    margin : 3rem auto 10rem;
    padding : 0 2rem;
    box-sizing : border-box;
    font-size : 1.4rem;
  }
}
.access__info .col {
  padding : 1rem 0;
}
.access__info .label {
  width : 22%;
  padding : .8rem 0;
}
@media screen and (max-width: 950px) {
  .access__info .label {
    width : 20%;
  }
}
.access__info .txt {
  padding : .8rem 0;
}
@media screen and (max-width: 950px) {
  .access__info .txt {
    width : 80%;
    line-height : 1.7;
    padding : .8rem 0 2rem;
  }
}

.entry-procedure__wrap {
  width : 960px;
  margin : 0 auto 12rem;
}
@media screen and (max-width: 950px) {
  .entry-procedure__wrap {
    width : 100%;
    padding : 0 2rem;
    box-sizing : border-box;
  }
}

.entry-procedure__title {
  color : #311b92;
  font-size : 2.2rem;
  margin : 0 0 2rem;
}

.entry-procedure__sub-title {
  color : #311b92;
  font-size : 1.8rem;
  margin : 0 0 2rem;
}

.entry-procedure__step {
  position : relative;
  padding : 0 0 0 2em;
  font-size : 1.6rem;
  margin : 0 0 3rem;
}
.entry-procedure__step:nth-child(1):after {
  display : block;
  content : '1 )';
  position : absolute;
  top : 0;
  left : 0;
}
.entry-procedure__step:nth-child(2):after {
  display : block;
  content : '2 )';
  position : absolute;
  top : 0;
  left : 0;
}
.entry-procedure__step:nth-child(3):after {
  display : block;
  content : '3 )';
  position : absolute;
  top : 0;
  left : 0;
}

.entry-procedure__step-desc {
  margin : 0 0 1rem;
}

.entry-procedure__step-list {
  margin : 0 0 1rem;
}

.entry-procedure__step-item {
  position : relative;
  padding : 0 0 0 2em;
}
.entry-procedure__step-item:after {
  display : block;
  content : '・';
  position : absolute;
  top : 0;
  left : 0;
}

.entry-procedure__step-note {
  font-size : 1.4rem;
  color : rgba(0, 0, 0, .8);
}

.entry-procedure__note {
  font-size : 1.5rem;
  color : rgba(0, 0, 0, .8);
}

.case-detail-box {
  text-align : center;
  padding : 3rem 0;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
}
.case-detail-box:first-child {
  padding : 0 0 5rem;
}
.case-detail-box:last-child {
  border : none;
}
.case-detail-box__title {
  font-size : 3rem;
  color : #311b92;
  margin : 0 0 3rem;
  letter-spacing : .1em;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 950px) {
  .case-detail-box__title {
    font-size : 2rem;
    margin : 0 0 3rem;
  }
}
.case-detail-box__desc {
  font-size : 1.8rem;
  line-height : 1.7;
  text-align : left;
  padding : 0 10rem;
  font-weight : 300;
}
@media screen and (max-width: 950px) {
  .case-detail-box__desc {
    padding : 0;
    font-size : 1.5rem;
  }
}
.case-detail-box__desc p {
  margin : 0 0 2rem;
}
.case-detail-box__desc p:last-child {
  margin : 0;
}
.case-detail-box__desc strong,
.case-detail-box__desc b {
  color : #311b92;
  font-weight : 600;
}
.case-detail-box__desc ul li {
  position : relative;
  padding : 0 0 0 1.5em;
  word-break : break-all;
}
.case-detail-box__desc ul li:before {
  position : absolute;
  left : 0;
  content : '・';
}
.case-detail-box__desc ol li {
  position : relative;
  padding : 0 0 0 1.5em;
  word-break : break-all;
}
.case-detail-box__desc ol li:nth-child(1):before {
  position : absolute;
  left : 0;
  content : '①';
}
.case-detail-box__desc ol li:nth-child(2):before {
  position : absolute;
  left : 0;
  content : '②';
}
.case-detail-box__desc ol li:nth-child(3):before {
  position : absolute;
  left : 0;
  content : '③';
}
.case-detail-box__desc ol li:nth-child(4):before {
  position : absolute;
  left : 0;
  content : '④';
}
.case-detail-box__desc ol li:nth-child(5):before {
  position : absolute;
  left : 0;
  content : '⑤';
}
.case-detail-box__desc ol li:nth-child(6):before {
  position : absolute;
  left : 0;
  content : '⑥';
}
.case-detail-box__desc ol li:nth-child(7):before {
  position : absolute;
  left : 0;
  content : '⑦';
}
.case-detail-box__desc ol li:nth-child(8):before {
  position : absolute;
  left : 0;
  content : '⑧';
}
.case-detail-box__desc ol li:nth-child(9):before {
  position : absolute;
  left : 0;
  content : '⑨';
}
.case-detail-box__desc ol li:nth-child(10):before {
  position : absolute;
  left : 0;
  content : '⑩';
}

.case-detail-contents__wrap {
  width : 980px;
  margin : 4rem auto 0;
}
@media screen and (max-width: 950px) {
  .case-detail-contents__wrap {
    width : 100%;
    margin : 3rem auto 0;
  }
}

.case-detail__wrap {
  width : 980px;
  margin : 0 auto;
  padding : 5rem 0 0;
}
@media screen and (max-width: 950px) {
  .case-detail__wrap {
    width : 100%;
    margin : 3rem auto 10rem;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}

.case-detail__title {
  font-size : 3.6rem;
  line-height : 1.4;
  font-weight : 400;
  margin : 0 0 6rem;
  color : #311b92;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-align : center;
}
@media screen and (max-width: 950px) {
  .case-detail__title {
    font-size : 2.4rem;
    margin : 0 0 3rem;
  }
}

.case-detail__tag-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  margin : 0 0 3rem;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
}

.case-detail__tag-item {
  display : inline-block;
  padding : .4rem 1rem;
  font-size : 1.4rem;
  color : #311b92;
  background-color : #ede7f6;
  font-weight : 500;
  margin : 0 .5rem .5rem 0;
}
@media screen and (max-width: 950px) {
  .case-detail__tag-item {
    margin : 0 .5rem 1rem 0;
  }
}

.case-detail__mainvisual {
  width : 100%;
  height : 50rem;
  border : 1px solid rgba(0, 0, 0, .14);
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .case-detail__mainvisual {
    height : 25rem;
  }
}

.case-detail__foot {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : justify;
  -ms-flex-pack : justify;
  justify-content : space-between;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  border-top : 1px solid rgba(0, 0, 0, .14);
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  padding : 3rem 0;
  margin : 0 0 2rem;
}
@media screen and (max-width: 950px) {
  .case-detail__foot {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
    -webkit-box-align : start;
    -ms-flex-align : start;
    align-items : flex-start;
  }
}

.case-detail__contact-btn {
  display : block;
  width : 40rem;
  background-color : #311b92;
  padding : 2rem 0;
  margin : 8rem auto 14rem;
  text-align : center;
  color : #fff;
  font-size : 2rem;
  box-sizing : border-box;
  border-radius : 4px;
}
@media screen and (max-width: 950px) {
  .case-detail__contact-btn {
    font-size : 1.8rem;
    width : 100%;
    padding : 2rem 0;
    border-radius : 4px;
  }
}

.case-category-item {
  width : 33.333%;
  padding : 1.5rem 0;
  border-top : 1px solid #311b92;
  border-left : 1px solid #311b92;
  border-bottom : 1px solid #311b92;
  text-align : center;
  color : #311b92;
  font-size : 1.5rem;
  box-sizing : border-box;
  cursor : pointer;
  transition : all .25s;
}
@media screen and (max-width: 950px) {
  .case-category-item {
    width : 50%;
  }
}
.case-category-item:nth-child(3n) {
  border-right : 1px solid #311b92;
}
.case-category-item:nth-child(n + 4) {
  border-top : none;
}
.case-category-item:last-child {
  border-right : 1px solid #311b92;
}
.case-category-item:hover {
  background-color : #311b92;
  color : #fff;
}
.case-category-item.is-active {
  background-color : #311b92;
  color : #fff;
}

.case-category-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  width : 980px;
  margin : 0 auto 6rem;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
}
@media screen and (max-width: 950px) {
  .case-category-list {
    display : none;
    width : 100%;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}
.case-category-list__title {
  color : #311b92;
  text-align : left;
  font-size : 1.8rem;
  margin : 0 0 1.8rem;
}

.case-category-select {
  display : none;
  width : 100%;
  padding : 1.5rem 1.5rem;
  font-size : 1.6rem;
  border-top : 1px solid rgba(0, 0, 0, .14);
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  margin : 0 0 4rem;
}
@media screen and (max-width: 950px) {
  .case-category-select {
    display : block;
  }
}
.case-category-select__wrap {
  position : relative;
}
.case-category-select__wrap::after {
  position : absolute;
  top : 50%;
  right : 2rem;
  -webkit-transform : translate(0, -50%);
          transform : translate(0, -50%);
  content : '';
  display : block;
  width : 3rem;
  height : 2.4rem;
  background : url(../img/icon/i_arrow-down.svg) no-repeat center;
  z-index : -9;
}

.case-item-image-box {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  width : 100%;
  height : 10rem;
  border-radius : 4px 4px 0 0;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  overflow : hidden;
  background-color : #311b92;
}
.case-item-image-box__title {
  color : #fff;
  font-size : 2rem;
  font-weight : 500;
}
.case-item-image-box__image {
  display : block;
  width : 100%;
  height : 100%;
  transition : -webkit-transform .2s;
  transition :         transform .2s;
  transition :         transform .2s, -webkit-transform .2s;
  -webkit-transform : scale(1);
          transform : scale(1);
  will-change : transform;
}
.case-item-image-box__image.is-active {
  -webkit-transform : scale(1.05);
          transform : scale(1.05);
}

.case-item-text-box {
  padding : 2rem 1.5rem;
  box-sizing : border-box;
  background-color : #fff;
  border-radius : 0 0 4px 4px;
}
.case-item-text-box__title {
  font-size : 1.6rem;
  color : #000;
  font-weight : 500;
  line-height : 1.6;
  margin : 0 0 2rem;
}
@media screen and (max-width: 950px) {
  .case-item-text-box__title {
    font-size : 1.4rem;
  }
}
.case-item-text-box__title.is-active {
  color : #311b92;
}
.case-item-text-box__tag {
  display : inline-block;
  font-size : 1.2rem;
  color : #311b92;
  background-color : #ede7f6;
  margin : 0 0 1rem;
  padding : .5rem;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .case-item-text-box__tag {
    font-size : 1.2rem;
  }
}

.case-item {
  width : 31.33333%;
  box-shadow : 0px 3px 10px rgba(0, 0, 0, .25);
  margin : 0 1% 4rem;
  background-color : #fff;
  border-radius : 4px;
}
@media screen and (max-width: 950px) {
  .case-item {
    width : 100%;
    box-shadow : 0px 2px 4px rgba(0, 0, 0, .14);
  }
}
@media screen and (max-width: 950px) and (min-width: 450px) {
  .case-item {
    width : 45%;
    margin : 0 2% 4rem;
    box-shadow : 0px 2px 4px rgba(0, 0, 0, .14);
  }
}

.case-select-service__wrap {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : justify;
  -ms-flex-pack : justify;
  justify-content : space-between;
  width : 980px;
  margin : 0 auto;
  padding : 4rem 0;
  border-bottom : 1px solid rgba(0, 0, 0, .05);
}
@media screen and (max-width: 950px) {
  .case-select-service__wrap {
    width : 100%;
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
    padding : 4rem 1.5rem;
    box-sizing : border-box;
  }
}
.case-select-service__wrap--last {
  border : none;
  margin : 0 auto 3rem;
}

.case-select {
  width : 100%;
  padding : 1.5rem 1.5rem;
  font-size : 1.6rem;
  border : 1px solid rgba(0, 0, 0, .14);
}
.case-select__wrap {
  position : relative;
  width : 45%;
}
@media screen and (max-width: 950px) {
  .case-select__wrap {
    width : 100%;
  }
}
.case-select__wrap.is-hidden {
  display : none;
}
@media screen and (max-width: 950px) {
  .case-select__wrap--service-detail {
    margin : 3rem 0 0;
  }
}
.case-select__inner {
  position : relative;
  width : 100%;
}
.case-select__inner::after {
  position : absolute;
  top : 50%;
  right : 2rem;
  -webkit-transform : translate(0, -50%);
          transform : translate(0, -50%);
  content : '';
  display : block;
  width : 3rem;
  height : 2.4rem;
  background : url(../img/icon/i_arrow-down.svg) no-repeat center;
  z-index : -9;
}
.case-select__inner.is-hidden {
  display : none;
}
.case-select__title {
  color : #311b92;
  text-align : left;
  font-size : 1.8rem;
  margin : 0 0 1.8rem;
}

.case__wrap {
  margin : 0 auto 8rem;
}
@media screen and (max-width: 950px) {
  .case__wrap {
    margin : 0 auto 10rem;
    overflow : hidden;
  }
}

.case__inner {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  width : calc( 980px + 1%);
  margin : 0 auto;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
}
@media screen and (max-width: 950px) {
  .case__inner {
    width : 100%;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}

.club-table {
  width : 100%;
  margin : 0 auto 10rem;
  border : 1px solid rgba(0, 0, 0, .14);
  font-size : 1.6rem;
}
@media screen and (max-width: 950px) {
  .club-table {
    width : 100%;
    font-size : 1.4rem;
    border : none;
    margin : 0 auto 5rem;
  }
}
.club-table tr.col {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
}
@media screen and (max-width: 950px) {
  .club-table tr.col {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
  }
}
.club-table tr.col:last-child {
  border : none;
}
.club-table th {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  width : 15rem;
  text-align : center;
  background-color : #ede7f6;
  padding : 1.5rem 0;
  vertical-align : middle;
}
@media screen and (max-width: 950px) {
  .club-table th {
    width : 100%;
    float : left;
    box-sizing : border-box;
    text-align : left;
    padding : 1.2rem;
    border : none;
  }
}
.club-table td {
  width : 998px;
  border-left : 1px solid rgba(0, 0, 0, .14);
  padding : 1.5rem;
  line-height : 1.6;
  vertical-align : middle;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .club-table td {
    width : 100%;
    max-width : 91vw;
    float : left;
    box-sizing : border-box;
    border : none;
    padding : 1.2rem 1.2rem 2rem;
  }
}
.club-table td.profiel_txt {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  width : 57.2rem;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  padding : 0;
}
@media screen and (max-width: 950px) {
  .club-table td.profiel_txt {
    width : 100%;
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
    -webkit-box-align : start;
    -ms-flex-align : start;
    align-items : flex-start;
  }
}
.club-table td .name {
  width : 22%;
  padding : 1.5rem;
  font-size : 1.8rem;
  color : #311b92;
  font-weight : 600;
}
@media screen and (max-width: 950px) {
  .club-table td .name {
    width : 100%;
    padding : 1.5rem 1.5rem 0 1.5rem;
  }
}
.club-table td .role {
  width : 78%;
  padding : 1.5rem;
  font-size : 1.8rem;
  border-left : 1px solid rgba(0, 0, 0, .14);
}
@media screen and (max-width: 950px) {
  .club-table td .role {
    border : none;
    padding : 1.5rem 1.5rem 2rem;
  }
}
.club-table td .company__item {
  width : 33%;
  padding : .8rem 1rem;
  text-align : center;
  font-size : 1.6rem;
  box-sizing : border-box;
  float : left;
}
.club-table td .company__item.item_etc {
  float : right;
  width: 34%;
}
@media screen and (max-width: 950px) {
  .club-table td .company__item {
    width : 50%;
    text-align : left;
    font-size : 1.6rem;
  }
  .club-table td .company__item.item_etc {
    width: 50%;
  }
}
.club-table td a {
  color : #311b92;
  text-decoration : underline;
}

.club__wrap {
  width : 72rem;
  width : 1150px;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .club__wrap {
    width : 100%;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}

.club__colum {
  padding : 3rem 0 9rem;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
}
@media screen and (max-width: 950px) {
  .club__colum {
    padding : 3rem 0 6rem;
  }
}
.club__colum:last-child {
  border : none;
}

.club__summary {
  font-size : 2.6rem;
  padding : 4rem 0 8rem;
  text-align : center;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  line-height : 1.8;
}
@media screen and (max-width: 950px) {
  .club__summary {
    font-size : 1.8rem;
  }
}

.club__title {
  text-align : center;
  color : #311b92;
  font-size : 3.2rem;
  padding : 6rem 0;
}
@media screen and (max-width: 950px) {
  .club__title {
    font-size : 2rem;
    padding : 3rem 0;
  }
}

.club__sub-title {
  color : #000;
  font-size : 2.8rem;
}
@media screen and (max-width: 950px) {
  .club__sub-title {
    font-size : 1.8rem;
  }
}

.club__mission {
  text-align : center;
  font-size : 2.2rem;
  font-weight : 400;
  margin : 0 0 3rem;
}
@media screen and (max-width: 950px) {
  .club__mission {
    font-size : 1.6rem;
  }
}
.club__mission strong {
  color : #311b92;
  font-weight : bold;
}

.club__list {
  text-align : center;
  margin : 0 0 4rem;
}

.club__list-title {
  margin : 0 0 2rem;
  font-size : 1.8rem;
}
@media screen and (max-width: 950px) {
  .club__list-title {
    font-size : 1.6rem;
  }
}

.club__list-desc {
  margin : 0 0 2rem;
  font-size : 1.6rem;
  line-height : 1.8;
}
@media screen and (max-width: 950px) {
  .club__list-desc {
    font-size : 1.4rem;
  }
}

.club__sentence {
  width : 72rem;
  margin : 0 auto;
  font-size : 1.6rem;
  line-height : 2;
}
@media screen and (max-width: 950px) {
  .club__sentence {
    width : 100%;
    font-size : 1.4rem;
  }
}

.committee-advisers-detail__wrap {
  width : 760px;
  margin : 4rem auto 10rem;
}
@media screen and (max-width: 950px) {
  .committee-advisers-detail__wrap {
    width : 100%;
    padding : 0 1.5rem;
    box-sizing : border-box;
    margin : 3rem auto 12rem;
  }
}

.committee-advisers-detail__role {
  color : rgba(0, 0, 0, .74);
  font-size : 1.2rem;
  margin : 0 0 1rem;
}
@media screen and (max-width: 950px) {
  .committee-advisers-detail__role {
    font-size : 1.4rem;
  }
}

.committee-advisers-detail__role-tag {
  display : inline-block;
  background-color : #311b92;
  font-size : 1rem;
  color : #fff;
  padding : .2rem 1rem;
  box-sizing : border-box;
  font-weight : 500;
  margin : 0 0 0 .5rem;
}
@media screen and (max-width: 950px) {
  .committee-advisers-detail__role-tag {
    font-size : 1.2rem;
  }
}

.committee-advisers-detail__title {
  font-size : 2.2rem;
  margin : 0 0 2rem;
}

.committee-advisers-detail__position {
  font-size : 1.4rem;
}

.committee-advisers-detail__profiel {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  margin : 4rem 0;
  padding : 0 0 5rem;
  -webkit-box-pack : justify;
  -ms-flex-pack : justify;
  justify-content : space-between;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
}
@media screen and (max-width: 950px) {
  .committee-advisers-detail__profiel {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
    margin : 3rem 0;
  }
}

.committee-advisers-detail__profiel-image {
  width : 48%;
  height : 30rem;
  background-color : #888;
}
@media screen and (max-width: 950px) {
  .committee-advisers-detail__profiel-image {
    width : 100%;
    height : 22rem;
    margin : 0 0 2rem;
  }
}

.committee-advisers-detail__profiel-desc {
  width : 48%;
  font-size : 1.4rem;
  line-height : 1.8;
}
@media screen and (max-width: 950px) {
  .committee-advisers-detail__profiel-desc {
    width : 100%;
  }
}

.committee-advisers-detail__message-title {
  font-size : 2rem;
  text-align : center;
  margin : 5rem 0 4rem;
  color : #311b92;
}

.committee-advisers-detail__message-movie-wrap {
  width : 100%;
  height : 43rem;
  background-color : #888;
}
@media screen and (max-width: 950px) {
  .committee-advisers-detail__message-movie-wrap {
    height : 22rem;
  }
}

.committee-advisers-detail__message-movie-text {
  line-height : 1.9;
  font-size : 1.7rem;
  margin : 5rem 0 0;
}

.committee-advisers-item-image-box {
  width : 100%;
  height : 22rem;
  background-color : #311b92;
}

.committee-advisers-item-text-box {
  padding : 2rem 0;
  box-sizing : border-box;
  background-color : #fff;
  border-radius : 0 0 4px 4px;
}
.committee-advisers-item-text-box__title {
  font-size : 1.8rem;
  color : #000;
  font-weight : 700;
  margin : 0 0 1rem;
}
.committee-advisers-item-text-box__role-tag {
  position : relative;
  top : -.2em;
  display : inline-block;
  background-color : #311b92;
  font-size : 1.2rem;
  color : #fff;
  padding : .5rem 1rem;
  box-sizing : border-box;
  font-weight : 500;
  margin : 0 0 0 1rem;
}
.committee-advisers-item-text-box__role-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
      flex-direction : column;
}
.committee-advisers-item-text-box__role-item {
  font-size : 1.4rem;
  color : rgba(0, 0, 0, .7);
  margin : 0 0 1rem;
}
.committee-advisers-item-text-box__tag {
  display : inline-block;
  font-size : 14px;
  color : #311b92;
  background-color : #ede7f6;
  margin : 0 0 1rem;
  padding : .5rem;
  box-sizing : border-box;
}

.committee-advisers-item {
  width : 31.33333%;
  margin : 0 1% 4rem;
}
@media screen and (max-width: 950px) {
  .committee-advisers-item {
    width : 100%;
  }
}

.committee-advisers__wrap {
  margin : 0 0 10rem;
}

.committee-advisers__inner {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  width : calc( 980px + 1%);
  margin : 0 auto;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
}
@media screen and (max-width: 950px) {
  .committee-advisers__inner {
    width : 100%;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}

.committee-advisers__sub-title {
  text-align : center;
  font-size : 3rem;
  color : #311b92;
  margin : 10rem 0 8rem;
}
@media screen and (max-width: 950px) {
  .committee-advisers__sub-title {
    margin : 8rem 0 5rem;
  }
}

.committee__list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
}

@media screen and (max-width: 950px) {
  .committee__item {
    margin : 0 0 3rem;
  }
}

.committee__item--col5 {
  width : 20%;
}
@media screen and (max-width: 950px) {
  .committee__item--col5 {
    width : 50%;
  }
}

.committee__item--col6 {
  width : 16.66666%;
  margin : 0 0 4rem;
}
@media screen and (max-width: 950px) {
  .committee__item--col6 {
    width : 50%;
  }
}

.committee__image-box {
  width : 100%;
  height : 12rem;
  overflow : hidden;
}

.committee__image {
  display : block;
  width : 100%;
  height : 100%;
  background : #311b92;
  transition : -webkit-transform .2s;
  transition :         transform .2s;
  transition :         transform .2s, -webkit-transform .2s;
  -webkit-transform : scale(1);
          transform : scale(1);
  will-change : transform;
}
.committee__image.is-active {
  -webkit-transform : scale(1.05);
          transform : scale(1.05);
}

.committee__name {
  font-size : 1.8rem;
  font-weight : 400;
  padding : 1rem;
  box-sizing : border-box;
  color : black;
}
@media screen and (max-width: 950px) {
  .committee__name {
    padding : 1rem 0;
  }
}
.committee__name.is-active {
  color : #311b92;
}

.committee__role {
  display : inline-block;
  font-size : 1.2rem;
  font-weight : 400;
  padding : 0 1rem 1rem;
  box-sizing : border-box;
  color : rgba(0, 0, 0, .5);
}
@media screen and (max-width: 950px) {
  .committee__role {
    padding : 0 1rem 1rem 0;
  }
}

.company-outline__wrap {
  width : 980px;
  margin : 0 auto 10rem;
}
@media screen and (max-width: 950px) {
  .company-outline__wrap {
    width : 100%;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}

.company-outline__title {
  font-size : 3.2rem;
  text-align : center;
  margin : 8rem 0 4rem;
  color : #311b92;
}
@media screen and (max-width: 950px) {
  .company-outline__title {
    font-size : 2.4rem;
  }
}

.group-company-item-image-box {
  position : relative;
  width : 100%;
  height : 18rem;
  background-color : #fff;
  border : 1px solid rgba(0, 0, 0, .14);
  overflow : hidden;
}
.group-company-item-image-box__inner {
  position : absolute;
  display : block;
  width : 100%;
  height : 100%;
  top : 50%;
  left : 50%;
  -webkit-transform : translate(-50%, -50%) scale(1);
          transform : translate(-50%, -50%) scale(1);
  transition : all .4s;
}
.group-company-item-image-box__inner.is-active {
  -webkit-transform : translate(-50%, -50%) scale(1.05);
          transform : translate(-50%, -50%) scale(1.05);
}
.group-company-item-image-box__inner--layers-america {
  background : url('../img/outline/thumb_layers-america.svg') center center/60% no-repeat;
}
.group-company-item-image-box__inner--layers-singapore {
  background : url('../img/outline/thumb_layers-singapore.svg') center center/60% no-repeat;
}
.group-company-item-image-box__inner--braintrust {
  background : url('../img/outline/logo-braintrust.svg') 45% center/50% no-repeat;
}
.group-company-item-image-box__inner--futuredimension {
  background : url('../img/outline/thumb_futuredimension.svg') center center/40% no-repeat;
}
.group-company-item-image-box__inner--horizon {
  background : url('../img/outline/thumb_horizon.svg') center center/100% no-repeat;
}

.group-company-item-text-box {
  padding : 2rem 0;
  box-sizing : border-box;
  background-color : #fff;
  border-radius : 0 0 4px 4px;
}
@media screen and (max-width: 950px) {
  .group-company-item-text-box {
    padding : 1rem 0;
  }
}
.group-company-item-text-box__title {
  font-size : 1.8rem;
  color : #000;
  line-height : 1.6;
  margin : 0 0 1.4rem;
  transition : all .4s;
}
@media screen and (max-width: 950px) {
  .group-company-item-text-box__title {
    font-size : 1.6rem;
    margin : 0 0 .5rem;
  }
}
.group-company-item-text-box__title.is-active {
  color : #311b92;
}
.group-company-item-text-box__business {
  color : #000;
  font-size : 1.4rem;
  opacity : .74;
  line-height : 1.6;
}

.group-company-item {
  width : 31.33333%;
  margin : 0 1% 4rem;
}
@media screen and (max-width: 950px) {
  .group-company-item {
    width : 100%;
  }
}
@media screen and (max-width: 950px) and (min-width: 450px) {
  .group-company-item {
    width : 48%;
  }
}

.group-company__wrap {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : justify;
  -ms-flex-pack : justify;
  justify-content : space-between;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
}

.outline-table {
  width : 720px;
  margin : 0 auto;
  border : 1px solid rgba(0, 0, 0, .14);
  font-size : 1.6rem;
}
@media screen and (max-width: 950px) {
  .outline-table {
    width : 100%;
    font-size : 1.4rem;
    border : none;
  }
}
.outline-table .col--committee,
.outline-table .col--adviser {
  border-top : 1px solid rgba(0, 0, 0, .14);
}
@media screen and (max-width: 950px) {
  .outline-table .label--committee {
    display : none;
  }
}
@media screen and (max-width: 950px) {
  .outline-table .name--committee {
    padding : 1.2rem 1.2rem 0rem;
  }
}
.outline-table .name--adviser {
  width : 20%;
}
@media screen and (max-width: 950px) {
  .outline-table .name--adviser {
    width : 100%;
    padding : 1.2rem 1.2rem 0rem;
  }
}
.outline-table .role--committee {
  padding : 1.5rem 0 2rem 1rem;
}
.outline-table .role--adviser {
  width : 80%;
}
.outline-table th {
  width : 15rem;
  text-align : center;
  background-color : #ede7f6;
  padding : 1.5rem 0;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  vertical-align : middle;
}
@media screen and (max-width: 950px) {
  .outline-table th {
    width : 100%;
    float : left;
    box-sizing : border-box;
    text-align : left;
    padding : 1.2rem;
    border : none;
  }
}
.outline-table td {
  border-left : 1px solid rgba(0, 0, 0, .14);
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  padding : 1.5rem;
  line-height : 1.6;
  vertical-align : middle;
}
@media screen and (max-width: 950px) {
  .outline-table td {
    width : 100%;
    float : left;
    box-sizing : border-box;
    border : none;
    padding : 1.2rem 1.2rem 2rem;
  }
}
.outline-table td .adress {
  margin : 0 0 1rem;
}
.outline-table td .access-btn {
  display : inline-block;
  background-color : #311b92;
  padding : .5rem 2rem;
  color : #fff;
  text-decoration : none;
  border : 1px solid #311b92;
  transition : all .25s;
}
.outline-table td .access-btn:hover {
  background-color : #fff;
  color : #311b92;
  border : 1px solid #311b92;
}
.outline-table td a {
  color : #311b92;
  text-decoration : underline;
}

.complete__wrap {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
      flex-direction : column;
  width : 980px;
  margin : 0 auto;
  text-align : center;
}
@media screen and (max-width: 950px) {
  .complete__wrap {
    width : 100%;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}

.complete__desc {
  font-size : 1.6rem;
  line-height : 2;
  margin : 0 0 6rem;
}
@media screen and (max-width: 950px) {
  .complete__desc {
    font-size : 1.4rem;
  }
}

.complete__return-btn {
  width : 34rem;
  margin : 0 auto 14rem;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .complete__return-btn {
    width : 100%;
  }
}

.consultants-detail__header-title {
  text-align : center;
  font-size : 4.2rem;
  font-weight : 300;
  letter-spacing : .1em;
  color : #311b92;
  margin : 10rem 0;
  z-index : 9;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 950px) {
  .consultants-detail__header-title {
    font-size : 2.4rem;
    line-height : 1.5;
    margin : 8rem 0 6rem;
    padding : 0 2rem;
    box-sizing : border-box;
  }
}

.consultants-detail__wrap {
  width : 980px;
  margin : 0 auto;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  padding : 8rem 0;
}
@media screen and (max-width: 950px) {
  .consultants-detail__wrap {
    width : 100%;
    padding : 5rem 0 0;
    box-sizing : border-box;
  }
}
.consultants-detail__wrap:last-child {
  margin : 0 auto 6rem;
  border : none;
}

.consultants-detail__title {
  font-size : 3.3rem;
  margin : 0 0 2rem;
}
@media screen and (max-width: 950px) {
  .consultants-detail__title {
    font-size : 2.6rem;
  }
}

.consultants-detail__position {
  font-size : 1.6rem;
  color : rgba(0, 0, 0, .54);
}
@media screen and (max-width: 950px) {
  .consultants-detail__position {
    font-size : 1.4rem;
  }
}

.consultants-detail__position-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
      flex-direction : column;
  font-size : 1.6rem;
  color : rgba(0, 0, 0, .54);
}
@media screen and (max-width: 950px) {
  .consultants-detail__position-list {
    font-size : 1.4rem;
  }
}

.consultants-detail__profiel-container {
  width : 100%;
  margin : 0 auto 10rem;
}
@media screen and (max-width: 950px) {
  .consultants-detail__profiel-container {
    width : 100%;
    padding : 0 1.5rem;
    margin : 0 auto 6rem;
    box-sizing : border-box;
  }
}

.consultants-detail__profiel {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  margin : 4rem 0 2rem;
  -webkit-box-pack : justify;
  -ms-flex-pack : justify;
  justify-content : space-between;
}
@media screen and (max-width: 950px) {
  .consultants-detail__profiel {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
    margin : 3rem 0;
  }
}

.consultants-detail__profiel-image {
  width : 50%;
  height : 42rem;
  background-color : #888;
  border : 1px solid rgba(0, 0, 0, .14);
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .consultants-detail__profiel-image {
    width : 100%;
    height : 22rem;
    margin : 0 0 2rem;
  }
}

.consultants-detail__profiel-text {
  width : 50%;
  font-size : 1.5rem;
  line-height : 1.8;
  padding : 0 0 0 3rem;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .consultants-detail__profiel-text {
    width : 100%;
    padding : 0;
  }
}

.consultants-detail__profiel-label {
  font-size : 1.7rem;
  color : #311b92;
  margin : 0 0 1rem;
}

.consultants-detail__profiel-desc {
  margin : 0 0 2rem;
}

.consultants-detail__tag-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
}

.consultants-detail__tag-item {
  display : inline-block;
  padding : .4rem 1rem;
  font-size : 1.4rem;
  color : #311b92;
  background-color : #ede7f6;
  font-weight : 500;
  margin : 0 .5rem 0 0;
}
@media screen and (max-width: 950px) {
  .consultants-detail__tag-item {
    margin : 0 1.5rem 1.5rem 0;
  }
}

.consultants-detail__case-title {
  text-align : center;
  font-size : 3.4rem;
  margin : 0 0 6rem;
  font-weight : 300;
}
@media screen and (max-width: 950px) {
  .consultants-detail__case-title {
    font-size : 2.4rem;
    margin : 0 0 4rem;
  }
}

.consultants-category-item {
  width : 16.6%;
  display : block;
  padding : 1.5rem 2rem;
  border-top : 1px solid #311b92;
  border-right : 1px solid #311b92;
  border-bottom : 1px solid #311b92;
  text-align : center;
  color : #311b92;
  font-size : 1.6rem;
  box-sizing : border-box;
  cursor : pointer;
  transition : all .25s;
  color : #311b92;
}
@media screen and (max-width: 950px) {
  .consultants-category-item {
    width : 50%;
  }
}
.consultants-category-item:first-child {
  border-left : 1px solid #311b92;
}
.consultants-category-item:hover {
  background-color : #311b92;
  color : #fff;
}
.consultants-category-item:hover a {
  color : #fff;
}
.consultants-category-item.is-active {
  background-color : #311b92;
  color : #fff;
}

.consultants-category-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  width : 980px;
  margin : 0 auto 6rem;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
}
@media screen and (max-width: 950px) {
  .consultants-category-list {
    display : none;
    width : 100%;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}

.consultants-category-select {
  display : none;
  width : 100%;
  padding : 1.5rem 1.5rem;
  font-size : 1.6rem;
  border-top : 1px solid rgba(0, 0, 0, .14);
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  margin : 0 0 4rem;
}
@media screen and (max-width: 950px) {
  .consultants-category-select {
    display : block;
  }
}

.consultants-item-image-box {
  width : 100%;
  height : 22rem;
  box-sizing : border-box;
  border : 1px solid rgba(0, 0, 0, .14);
}

.consultants-item-image__box {
  width : 100%;
  height : 22rem;
  overflow : hidden;
  box-sizing : border-box;
  border : 1px solid rgba(0, 0, 0, .14);
}

.consultants-item-image__image {
  display : block;
  width : 100%;
  height : 100%;
  transition : -webkit-transform .2s;
  transition :         transform .2s;
  transition :         transform .2s, -webkit-transform .2s;
  -webkit-transform : scale(1);
          transform : scale(1);
  will-change : transform;
}
.consultants-item-image__image.is-active {
  -webkit-transform : scale(1.05);
          transform : scale(1.05);
}

.consultants-item-text-box {
  padding : 2rem 0;
  box-sizing : border-box;
  background-color : #fff;
  border-radius : 0 0 4px 4px;
}
.consultants-item-text-box__title {
  font-size : 1.8rem;
  color : #000;
  font-weight : 700;
  line-height : 1.6;
  margin : 0 0 1rem;
  transition : color .2s;
}
.consultants-item-text-box__title.is-active {
  color : #311b92;
}
.consultants-item-text-box__role-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
      flex-direction : column;
}
.consultants-item-text-box__role-item {
  font-size : 1.4rem;
  color : rgba(0, 0, 0, .7);
  margin : 0 0 1rem;
  line-height : 1;
}
.consultants-item-text-box__tag {
  display : inline-block;
  font-size : 14px;
  color : #311b92;
  background-color : #ede7f6;
  margin : 0 0 1rem;
  padding : .5rem;
  box-sizing : border-box;
}

.consultants-item {
  width : 31.33333%;
  margin : 0 1% 4rem;
}
@media screen and (max-width: 950px) {
  .consultants-item {
    width : 100%;
  }
}

.consultants {
  margin : 0 0 8rem;
}
@media screen and (max-width: 950px) {
  .consultants {
    overflow : hidden;
  }
}
.consultants__inner {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  width : calc( 980px + 1%);
  margin : 0 auto;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
}
@media screen and (max-width: 950px) {
  .consultants__inner {
    width : 100%;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}

.consulting-field-item {
  position : relative;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  padding : 0 .5rem;
  width : 25%;
  height : 6rem;
  border-top : 1px solid #311b92;
  border-left : 1px solid #311b92;
  border-bottom : 1px solid #311b92;
  text-align : center;
  color : #311b92;
  font-size : 1.4rem;
  box-sizing : border-box;
  cursor : pointer;
  transition : all .25s;
}
@media screen and (max-width: 950px) {
  .consulting-field-item {
    width : 50%;
  }
}
.consulting-field-item a { /*202209 ADD*/
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #311b92;
}
.consulting-field-item:nth-child(4n) {
  border-right : 1px solid #311b92;
}
.consulting-field-item:nth-child(n + 5) {
  border-top : none;
}
.consulting-field-item:last-child {
  border-right : 1px solid #311b92;
}
.consulting-field-item:hover {
  background-color : #311b92;
  color : #fff;
}
.consulting-field-item:hover a { /*202209 ADD*/
  color : #fff;
}
.consulting-field-item--active {
  background-color : #311b92;
  color : #fff;
}

.consulting-field-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  width : 980px;
  margin : 0 auto 6rem;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
}
@media screen and (max-width: 950px) {
  .consulting-field-list {
    display : none;
    width : 100%;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}

.consulting-field__intro {
  width : 980px;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .consulting-field__intro {
    width : 100%;
  }
}

.consulting-field__intro-desc {
  width : 72rem;
  margin : 0 auto;
  font-size : 1.6rem;
}

.consulting-field__colum {
  margin : 0 0 20rem;
}
@media screen and (max-width: 950px) {
  .consulting-field__colum {
    margin : 0 0 8rem;
  }
}

.consulting-field__head {
  position : relative;
  width : 100%;
  height : 36rem;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  background-color : #311b92;
  z-index : 0;
}
@media screen and (max-width: 950px) {
  .consulting-field__head {
    height : 17.6rem;
  }
}
.consulting-field__head--portfolio {
  background : url(../img/consulting-fields/mv_portfolio.jpg) no-repeat center/cover;
}
.consulting-field__head--businessmodel {
  background : url(../img/consulting-fields/mv_businessmodel.jpg) no-repeat center/cover;
}
.consulting-field__head--global {
  background : url(../img/consulting-fields/mv_global.jpg) no-repeat center/cover;
}
.consulting-field__head--governance {
  background : url(../img/consulting-fields/mv_governance.jpg) no-repeat center/cover;
}
.consulting-field__head--marketing {
  background : url(../img/consulting-fields/mv_marketing.jpg) no-repeat center/cover;
}
.consulting-field__head--supplychain {
  background : url(../img/consulting-fields/mv_supplychain.jpg) no-repeat center/cover;
}
.consulting-field__head--humanresource {
  background : url(../img/consulting-fields/mv_humanresource.jpg) no-repeat center/cover;
}
.consulting-field__head--digital {
  background : url(../img/consulting-fields/mv_digital.jpg) no-repeat center/cover;
}
.consulting-field__head::after {
  position : absolute;
  top : 0;
  left : 0;
  content : '';
  display : block;
  width : 100%;
  height : 100%;
  background : rgba(0, 0, 0, .34);
}

.consulting-field__head-title {
  color : #fff;
  text-align : center;
  font-size : 3rem;
  z-index : 1;
}
@media screen and (max-width: 950px) {
  .consulting-field__head-title {
    font-size : 2rem;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}

.consulting-field__link-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
  width : 980px;
  margin : 4rem auto 6rem;
}
@media screen and (max-width: 950px) {
  .consulting-field__link-list {
    width : 100%;
  }
}

.consulting-field__link-item {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  width : 33%;
  box-sizing : border-box;
  border : 1px solid;
  border-color : #311b92;
  background-color : #311b92;
  transition : all .25s;
}
@media screen and (max-width: 950px) {
  .consulting-field__link-item {
    width : 49.75%;
  }
  .consulting-field__link-item:nth-child(2n) {
    margin-left : .5%;
  }
  .consulting-field__link-item:nth-child(n + 3) {
    margin-top : .5%;
  }
}
.consulting-field__link-item--large-height {
  height : 7rem;
}
@media screen and (min-width: 950px) {
  .consulting-field__link-item--col-3 {
    width : 33%;
  }
  .consulting-field__link-item--col-3:nth-child(3n + 2) {
    margin : 0 .5%;
  }
  .consulting-field__link-item--col-3:nth-child(n + 4) {
    margin-top : .5%;
  }
  .consulting-field__link-item--col-2 {
    width : 49.5%;
  }
  .consulting-field__link-item--col-2:nth-child(2n) {
    margin : 0 0 0 .5%;
  }
  .consulting-field__link-item--col-2:nth-child(n + 3) {
    margin-top : .5%;
  }
}
.consulting-field__link-item:hover {
  background-color : #fff;
  color : #311b92;
}

.consulting-field__link {
  display : block;
  width : 100%;
  color : #fff;
  text-align : center;
  line-height : 1.4;
  font-size : 1.4rem;
  padding : 1.2rem 1rem;
  box-sizing : border-box;
  transition : all .25s;
  cursor : pointer;
}
.consulting-field__link:hover {
  color : #311b92;
}

.consulting-field__primary-case {
  width : 980px;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .consulting-field__primary-case {
    width : 100%;
  }
}

.consulting-field__primary-case-title {
  font-size : 2.2rem;
  margin : 0 0 1.5rem;
}
@media screen and (max-width: 950px) {
  .consulting-field__primary-case-title {
    padding : 0 0 0 1.5rem;
  }
}

.consulting-field-detail__wrap {
  width : 72rem;
  /* margin : 8rem auto 5rem; 20210617 MOD*/
  margin : 3rem auto 5rem;
  font-size : 1.6rem;
}
@media screen and (max-width: 950px) {
  .consulting-field-detail__wrap {
    width : 100%;
    padding : 0 1.5rem;
    font-size : 1.4rem;
    margin : 4rem auto 6rem;
    box-sizing : border-box;
  }
}

.consulting-field-detail__tag-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  margin : 0 0 3rem;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
}

.consulting-field-detail__tag-item {
  display : inline-block;
  padding : .4rem 1rem;
  font-size : 1.4rem;
  color : #311b92;
  background-color : #ede7f6;
  font-weight : 500;
  margin : 0 .5rem .5rem 0;
}
@media screen and (max-width: 950px) {
  .consulting-field-detail__tag-item {
    margin : 0 .5rem 1rem 0;
  }
}

.consulting-field-detail__case-btn {
  float : right;
  padding : 1.2rem 8rem;
  border : 1px solid #311b92;
  color : #311b92;
  font-size : 1.4rem;
  /* margin : 0 0 6rem; 20210617 MOD*/
  margin : 0;
  cursor : pointer;
  transition : all .25s;
}
.consulting-field-detail__case-btn:hover {
  background-color : #311b92;
  color : #fff;
}

.consulting-field-detail__desc {
  clear : both;
  /* margin : 0 0 6rem; 20210617 MOD*/
  margin : 0 0 3rem;
  line-height : 1.8;
}

.consulting-field-detail__colum {
  margin : 0 0 3rem;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  padding : 0 0 3rem;
}
@media screen and (max-width: 950px) {
  .consulting-field-detail__colum {
    margin : 0 0 4rem;
    padding : 0 0 3rem;
  }
}
.consulting-field-detail__colum:last-child {
  border : none;
  margin : 0;
}

.consulting-field-detail__colum-desc {
  line-height : 1.9;
  margin : 0 0 6rem;
}
.consulting-field-detail__colum-desc strong,
.consulting-field-detail__colum-desc b {
  color : #311b92;
  font-weight : 600;
}
.consulting-field-detail__colum-desc li {
  position : relative;
  padding : 0 0 0 1.5em;
  word-break : break-all;
}
.consulting-field-detail__colum-desc li:before {
  position : absolute;
  left : 0;
  content : '・';
}
.consulting-field-detail__colum-desc ol li {
  position : relative;
  padding : 0 0 0 1.5em;
  word-break : break-all;
}
.consulting-field-detail__colum-desc ol li:nth-child(1):before {
  position : absolute;
  left : 0;
  content : '①';
}
.consulting-field-detail__colum-desc ol li:nth-child(2):before {
  position : absolute;
  left : 0;
  content : '②';
}
.consulting-field-detail__colum-desc ol li:nth-child(3):before {
  position : absolute;
  left : 0;
  content : '③';
}
.consulting-field-detail__colum-desc ol li:nth-child(4):before {
  position : absolute;
  left : 0;
  content : '④';
}
.consulting-field-detail__colum-desc ol li:nth-child(5):before {
  position : absolute;
  left : 0;
  content : '⑤';
}
.consulting-field-detail__colum-desc ol li:nth-child(6):before {
  position : absolute;
  left : 0;
  content : '⑥';
}
.consulting-field-detail__colum-desc ol li:nth-child(7):before {
  position : absolute;
  left : 0;
  content : '⑦';
}
.consulting-field-detail__colum-desc ol li:nth-child(8):before {
  position : absolute;
  left : 0;
  content : '⑧';
}
.consulting-field-detail__colum-desc ol li:nth-child(9):before {
  position : absolute;
  left : 0;
  content : '⑨';
}
.consulting-field-detail__colum-desc ol li:nth-child(10):before {
  position : absolute;
  left : 0;
  content : '⑩';
}

.consulting-field-detail__colum-title {
  font-size : 2.8rem;
  margin : 0 0 4rem;
  color : #311b92;
  text-align : center;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 950px) {
  .consulting-field-detail__colum-title {
    margin : 0 0 2rem;
    font-size : 2.6rem;
  }
}

.consulting-field-detail__graph-colum {
  margin : 0 0 8rem;
}

.consulting-field-detail__graph-title {
  font-size : 2rem;
  margin : 0 0 2rem;
  color : #311b92;
}

.consulting-field-detail__graph {
  display : block;
  width : 80%;
  margin : 5rem auto;
}
@media screen and (max-width: 950px) {
  .consulting-field-detail__graph {
    width : 100%;
    margin : 3rem 0;
  }
}

.consulting-field-detail__graph-desc {
  font-size : 1.8rem;
  line-height : 1.7;
  text-align : left;
  font-weight : 300;
  padding : 0 10rem;
}
@media screen and (max-width: 950px) {
  .consulting-field-detail__graph-desc {
    padding : 0;
  }
}
.consulting-field-detail__graph-desc strong,
.consulting-field-detail__graph-desc b {
  color : #311b92;
  font-weight : 600;
}
.consulting-field-detail__graph-desc li {
  position : relative;
  padding : 0 0 0 1.5em;
  word-break : break-all;
  margin : 0 0 2rem;
}
.consulting-field-detail__graph-desc li:before {
  position : absolute;
  left : 0;
  content : '・';
}

.consulting-field-detail__graph-image {
  width : 100%;
  cursor : zoom-in;
}

.consulting-field-detail__zoombutton {
  position : relative;
  padding : .5rem 1.6rem .5rem 3.6rem;
  color : #fff;
  background-color : #311b92;
  border-radius : .5rem;
  float : right;
}
.consulting-field-detail__zoombutton::after {
  position : absolute;
  top : 50%;
  left : 1rem;
  -webkit-transform : translate(0, -50%);
          transform : translate(0, -50%);
  content : '';
  display : block;
  width : 1.8rem;
  height : 1.8rem;
  background-image : url(../img/icon/i_zoom.svg);
  background-size : cover;
}

.policy-box {
  text-align : center;
  padding : 8rem 0;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
}
@media screen and (max-width: 950px) {
  .policy-box {
    padding : 4rem 0;
  }
}
.policy-box:first-child {
  padding : 0 0 8rem;
}
@media screen and (max-width: 950px) {
  .policy-box:first-child {
    padding : 4rem 0;
  }
}
.policy-box:last-child {
  border : none;
}
.policy-box__title {
  font-size : 3.6rem;
  color : #311b92;
  margin : 0 0 7rem;
  letter-spacing : .2em;
}
@media screen and (max-width: 950px) {
  .policy-box__title {
    font-size : 2.4rem;
    line-height : 1.4;
    margin : 0 0 3rem;
  }
}
.policy-box__desc {
  font-size : 2rem;
  line-height : 2;
}
@media screen and (max-width: 950px) {
  .policy-box__desc {
    font-size : 1.6rem;
  }
}

.policy__wrap {
  width : 980px;
  margin : 0 auto 30rem;
}
@media screen and (max-width: 950px) {
  .policy__wrap {
    width : 100%;
    padding : 0 1.5rem;
    box-sizing : border-box;
    margin : 0 auto 10rem;
  }
}

.contact-form__wrap {
  width : 750px;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .contact-form__wrap {
    width : 100%;
    padding : 0 1.6rem;
    box-sizing : border-box;
  }
}

.contact__wrap {
  width : 980px;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .contact__wrap {
    width : 100%;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}

.contact__container {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  margin : 0 0 6rem;
}
@media screen and (max-width: 950px) {
  .contact__container {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
  }
}

/* 202203 ADD Start */
.lower-page-header__title-contact {
  margin : 3rem 0 0;
}
/* 202203 ADD End */

/*20200316 add*/
.contact__h2 {
  font-size: 2.8rem;
}
@media screen and (max-width: 950px) {
  .contact__h2 {
    font-size: 2.4rem;
  }
}
.contact__tocorp {
  /* margin-bottom: 6rem; 202203 MOD */
  margin-bottom: 3rem;
}
.contact__tocorp_wrap {
  /* margin: 2rem 1rem; 202203 MOD */
  margin: 1.5rem 1rem;
  /* padding: 2rem 6rem 2rem 4rem; 202203 MOD */
  padding: 1rem 5rem 1rem 4rem;
  border: 2px solid rgba(0, 0, 0, .14)
}
@media screen and (max-width: 450px) {
  .contact__tocorp_wrap {
    /* padding: 2rem 4rem 2rem 2rem; 202203 MOD */
    padding: 1rem 4rem 1rem 2rem;
  }
}
.contact__tocorp_link {
  position: relative;
  display: block;
}
.contact__tocorp_link::after{
  position: absolute;
  top: 50%;
  right: -2rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: '';
  display: block;
  width: 2rem;
  height: 2.8rem;
  background: url(../img/icon/i_more-btn-arrow.svg) no-repeat right bottom;
  transition: all .25s;
}
@media screen and (max-width: 450px) {
  .contact__tocorp_link::after{
    right: -2.5rem;
  }
}
.contact__tocorp_link:hover::after {
  right: -3rem;
}
.contact__tocorp_link span {
  display: block;
  /* font-size: 2rem; 202203MOD */
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .contact__tocorp_link span {
    font-size: 1.6rem;
  }
}
.contact__recruit {
  margin-bottom: 12rem;
}
.contact__recruit_wrap {
  margin: 1rem;
  padding: 4rem 2rem;
  background-color: rgba(0, 0, 0, .14);
  text-align: center;
}
@media screen and (max-width: 450px) {
  .contact__recruit .contact__sub-title {
    font-size: 1.6rem;
  }
  .contact__recruit .contact__btn {
    font-size: 1.6rem;
  }
}
/*/20200316 add*/

.contact__box {
  width : 50%;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
      flex-direction : column;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  padding : 8rem 0;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .contact__box {
    width : 100%;
  }
}
.contact__box--online {
  -webkit-box-align : flex-start;
  -ms-flex-align : flex-start;
  align-items: flex-start;
  padding: 2rem 0 2rem 3rem;
  border-right : 1px solid rgba(0, 0, 0, .14);
}
@media screen and (max-width: 950px) {
  .contact__box--online {
    border-right : none;
    border-bottom : 1px solid rgba(0, 0, 0, .14);
    padding : 0 0 6rem;
  }
}

.contact__box--offline {
  -webkit-box-align : start;
  -ms-flex-align : start;
  align-items : flex-start;
  padding : 3rem 0 3rem 5rem;
}
@media screen and (max-width: 950px) {
  .contact__box--offline {
    padding : 6rem 0 0;
  }
}

.contact__sub-title {
  font-size : 2.4rem;
  text-align : center;
  margin : 0 0 4rem;
}
@media screen and (max-width: 950px) {
  .contact__sub-title {
    font-size : 2rem;
  }
}

.contact__box--online .contact__sub-title {
  font-size: 2rem;
  text-align: left;
  margin: 0 0 2rem;
}
@media screen and (max-width: 950px) {
  .contact__box--online .contact__sub-title{
    margin: 0 0 4rem;
    font-size: 1.6rem;
  }
}

.contact__box--online .contact__sub-title:nth-of-type(2) {
  margin-top: 4em;
}

.contact__adress {
  width : 100%;
  font-size : 2rem;
  text-align : left;
  line-height : 1.8;
  margin : 0 0 3rem;
}
@media screen and (max-width: 950px) {
  .contact__adress {
    font-size : 1.6rem;
  }
}

.contact__phone {
  font-size : 2rem;
  text-align : left;
  line-height : 1.8;
}
@media screen and (max-width: 950px) {
  .contact__phone {
    font-size : 1.6rem;
  }
}

.contact__btn {
  display : inline-block;
  background-color : #311b92;
  color : #fff;
  padding : 2rem 6rem;
  font-size : 2rem;
  min-width : 32rem;
  text-align : center;
  border-radius : 3px;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .contact__btn {
    min-width : auto;
    width : 100%;
    padding : 2rem 6rem;
  }
}

.contact__box--online .contact__btn {
  width: 35rem;
}

@media screen and (max-width: 950px) {
  .contact__box--online .contact__btn {
    width: 100%;
  }
}

.contact__map-btn {
  display : inline-block;
  border : 2px solid #311b92;
  color : #311b92;
  padding : 1rem 2rem;
  font-size : 1.6rem;
  text-align : center;
  border-radius : 3px;
  margin : 0 0 3rem;
}

.contact__adopt {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
      flex-direction : column;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  background-color : rgba(0, 0, 0, .14);
  padding : 5rem;
  margin : 0 0 12rem;
}
@media screen and (max-width: 950px) {
  .contact__adopt {
    padding : 5rem 2rem;
  }
}

/*20200422 add*/
.contact__sentence {
	/* margin-top: 2rem; 202203 MOD*/
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 950px) {
  .contact__sentence {
		font-size: 1.4rem;
  }
}
/*20200422 add*/

.corporate-information__section {
  padding : 6.5rem 0;
  box-sizing : border-box;
  margin : 0 auto;
  width : 980px;
}
@media screen and (max-width: 950px) {
  .corporate-information__section {
    width : 100%;
  }
}

.corporate-information__title {
  font-size : 3rem;
  text-align : center;
  margin : 0 0 3rem;
  color : #311b92;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.error__wrap {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
      flex-direction : column;
  width : 980px;
  margin : 0 auto;
  text-align : center;
}
@media screen and (max-width: 950px) {
  .error__wrap {
    width : 100%;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}

.error__desc {
  font-size : 1.6rem;
  line-height : 2;
}
@media screen and (max-width: 950px) {
  .error__desc {
    font-size : 1.4rem;
  }
}

.error__mail-adress {
  display : inline-block;
  font-size : 3.2rem;
  color : #311b92;
  margin : 4rem auto 8rem;
}
@media screen and (max-width: 950px) {
  .error__mail-adress {
    font-size : 2.4rem;
  }
}

.error__return-btn {
  width : 34rem;
  margin : 0 auto 14rem;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .error__return-btn {
    width : 100%;
  }
}

.feature-creation__head-title {
  font-size : 4.6rem;
  color : #311b92;
  text-align : center;
  margin : 7rem 0 4rem;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 950px) {
  .feature-creation__head-title {
    font-size : 3rem;
    margin : 5rem 0 2rem;
  }
}

.feature-creation__head-desc {
  font-size : 2rem;
  line-height : 2;
  padding : 0 8rem;
  margin : 0 0 6rem;
}
@media screen and (max-width: 950px) {
  .feature-creation__head-desc {
    padding : 0;
    font-size : 1.6rem;
  }
}

.feature-creation__block {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : start;
  -ms-flex-align : start;
  align-items : flex-start;
}
@media screen and (max-width: 950px) {
  .feature-creation__block {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
  }
}

.feature-creation__image {
  width : 30%;
}
@media screen and (max-width: 950px) {
  .feature-creation__image {
    width : 60%;
    max-width : 30rem;
    height : 100%;
    margin : 0 auto;
  }
}

.feature-creation__text-wrap {
  width : 70%;
}
@media screen and (max-width: 950px) {
  .feature-creation__text-wrap {
    width : 100%;
  }
}

.feature-creation__colum {
  margin : 3rem 0 4rem;
  padding : 0 0 0 6rem;
}
@media screen and (max-width: 950px) {
  .feature-creation__colum {
    padding : 0;
  }
}

.feature-creation__colum-title {
  font-size : 2.4rem;
  color : #311b92;
  margin : 0 0 3rem;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 950px) {
  .feature-creation__colum-title {
    font-size : 2rem;
    margin : 0 0 2rem;
  }
}

.feature-creation__desc {
  font-size : 1.8rem;
  line-height : 1.8;
}
@media screen and (max-width: 950px) {
  .feature-creation__desc {
    font-size : 1.4rem;
  }
}

.feature-idea__colum {
  width : 72rem;
  margin : 0 auto;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .feature-idea__colum {
    width : 100%;
  }
}

.feature-idea__title {
  background : #311b92;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color : #fff;
  text-align : center;
  font-size : 2rem;
  padding : 1rem 0;
  line-height : 1;
}
@media screen and (max-width: 950px) {
  .feature-idea__title {
    font-size : 1.6rem;
  }
}

.feature-idea__desc {
  font-size : 1.6rem;
  line-height : 1.8;
  padding : 2rem 2rem 4rem;
}
@media screen and (max-width: 950px) {
  .feature-idea__desc {
    font-size : 1.4rem;
    padding : 2rem 0 4rem;
  }
}

.feature-policy__colum {
  width : 90rem;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  margin : 0 auto;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  padding : 6rem;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .feature-policy__colum {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
    width : 100%;
    padding : 3rem 0;
  }
}
.feature-policy__colum:last-child {
  border : none;
}

.feature-policy__image-box {
  width : 50%;
  height : 20rem;
  background : #311b92;
}
@media screen and (max-width: 950px) {
  .feature-policy__image-box {
    width : 100%;
  }
}
.feature-policy__image-box--01 {
  background : url(../img/feature/policy-01.jpg) no-repeat center/cover;
}
.feature-policy__image-box--02 {
  background : url(../img/feature/policy-02.jpg) no-repeat center/cover;
}
.feature-policy__image-box--03 {
  background : url(../img/feature/policy-03.jpg) no-repeat center/cover;
}
.feature-policy__image-box--04 {
  background : url(../img/feature/policy-04.jpg) no-repeat center/cover;
}

.feature-policy__text-box {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
      flex-direction : column;
  width : 50%;
  padding : 0 0 0 3rem;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .feature-policy__text-box {
    width : 100%;
    padding : 0;
    margin : 2rem 0 0;
  }
}
.feature-policy__text-box--left {
  padding : 0 3rem 0 0;
}
@media screen and (max-width: 950px) {
  .feature-policy__text-box--left {
    padding : 0;
    -webkit-box-ordinal-group : 3;
    -ms-flex-order : 2;
    order : 2;
  }
}

.feature-policy__title {
  font-size : 2rem;
  color : #311b92;
  margin : 0 0 1.6rem;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.feature-policy__desc {
  font-size : 1.6rem;
  line-height : 1.8;
}

.feature-procedure__image {
  display : block;
  width : 100%;
  height : 50rem;
  margin : 4rem 0 0;
}
@media screen and (max-width: 950px) {
  .feature-procedure__image {
    height : 20rem;
  }
}

.feature-system__desc {
  width : 72rem;
  margin : 0 auto;
  font-size : 1.6rem;
  line-height : 1.8;
  padding : 0 2rem 4rem;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .feature-system__desc {
    width : 100%;
    font-size : 1.4rem;
    padding : 0 0 4rem;
  }
}

.feature-system__image {
  display : block;
  width : 100%;
  height : 60rem;
}
@media screen and (max-width: 950px) {
  .feature-system__image {
    height : 25rem;
  }
}

.feature__wrap {
  width : 980px;
  margin : 0 auto;
  padding : 6rem 0 12rem;
}
@media screen and (max-width: 950px) {
  .feature__wrap {
    width : 100%;
    padding : 3rem 1.5rem 6rem;
    box-sizing : border-box;
  }
}

.feature__section {
  margin : 0 0 14rem;
}
@media screen and (max-width: 950px) {
  .feature__section {
    margin : 0 0 7rem;
  }
}
.feature__section:last-child {
  margin : 0;
}

.feature__header {
  position : relative;
  width : 100%;
  text-align : center;
  padding : 10rem 0;
  background : #000;
}
@media screen and (max-width: 950px) {
  .feature__header {
    font-size : 2.8rem;
    padding : 6rem 0;
  }
}
.feature__header--creation {
  background : url(../img/feature/mv_creation.jpg) no-repeat center/cover;
}
.feature__header--business-model {
  background : url(../img/feature/mv_business-policy.jpg) no-repeat center 30%/cover;
}
.feature__header--policy {
  background : url(../img/feature/mv_consulting-policy.jpg) no-repeat center/cover;
}
.feature__header--procedure {
  background : url(../img/feature/mv_procedure.jpg) no-repeat center/cover;
}
.feature__header::after {
  position : absolute;
  top : 0;
  left : 0;
  width : 100%;
  height : 100%;
  content : '';
  display : block;
  background-color : rgba(0, 0, 0, .34);
  z-index : 0;
}

.feature__header-title {
  position : relative;
  font-size : 3.2rem;
  color : #fff;
  z-index : 1;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 950px) {
  .feature__header-title {
    font-size : 2.6rem;
  }
}

.feature__colum {
  margin : 8rem 0 0;
}
@media screen and (max-width: 950px) {
  .feature__colum {
    margin : 4rem 0 0;
  }
}

.feature__title {
  font-size : 2.4rem;
  color : #311b92;
  text-align : center;
  margin : 0 0 5rem;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 950px) {
  .feature__title {
    margin : 0 0 3rem;
    font-size : 2rem;
  }
}

.feature__mission {
  font-size : 2rem;
  text-align : center;
}
@media screen and (max-width: 950px) {
  .feature__mission {
    font-size : 1.6rem;
  }
}

.feature__business-model {
  text-align : center;
  font-size : 1.6rem;
  line-height : 2.2;
  border : .5rem solid #eae4f3;
  width : 65rem;
  padding : 4rem 0;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .feature__business-model {
    width : 100%;
    font-size : 1.4rem;
    box-sizing : border-box;
    padding : 3rem 0;
  }
}

.system-graph__outer {
  width : 960px;
  margin : 0 auto 3rem;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .system-graph__outer {
    width : 100%;
    padding : 0 1.5rem;
  }
}

.system-graph__wrap {
  position : relative;
  height : 40rem;
}
@media screen and (max-width: 950px) {
  .system-graph__wrap {
    height : 60vw;
  }
}

.system-graph__layer-wrap {
  position : absolute;
  top : 0;
  left : 150px;
  width : 90%;
  height : 100%;
  z-index : 1;
}
@media screen and (max-width: 950px) {
  .system-graph__layer-wrap {
    left : 10vw;
    width : 100%;
  }
}

.system-graph__bg-wrap {
  position : absolute;
  top : 0;
  left : 0;
  width : 90%;
  height : 100%;
  z-index : 0;
}
@media screen and (max-width: 950px) {
  .system-graph__bg-wrap {
    left : -1rem;
  }
}

.system-graph__layer {
  position : absolute;
  display : block;
  width : 35%;
  cursor : pointer;
}
.system-graph__layer[data-layer='1'] {
  top : 0;
  left : 50%;
  -webkit-transform : translate(-50%, 0);
          transform : translate(-50%, 0);
  z-index : 9;
}
.system-graph__layer[data-layer='2'] {
  top : 13%;
  left : 48%;
  -webkit-transform : translate(-11%, 17%);
          transform : translate(-11%, 17%);
  z-index : 8;
}
@media screen and (max-width: 950px) {
  .system-graph__layer[data-layer='2'] {
    top : 10%;
  }
}
.system-graph__layer[data-layer='3'] {
  top : 13%;
  left : 48%;
  -webkit-transform : translate(-88%, 20%);
          transform : translate(-88%, 20%);
  z-index : 8;
}
@media screen and (max-width: 950px) {
  .system-graph__layer[data-layer='3'] {
    top : 10%;
  }
}
.system-graph__layer[data-layer='4'] {
  width : 32%;
  top : 28%;
  left : 47%;
  -webkit-transform : translate(20%, 30%);
          transform : translate(20%, 30%);
  z-index : 7;
}
@media screen and (max-width: 950px) {
  .system-graph__layer[data-layer='4'] {
    top : 22%;
    -webkit-transform : translate(20%, 28%);
            transform : translate(20%, 28%);
  }
}
.system-graph__layer[data-layer='5'] {
  width : 32%;
  top : 30%;
  left : 45%;
  -webkit-transform : translate(-52%, 30%);
          transform : translate(-52%, 30%);
  z-index : 7;
}
@media screen and (max-width: 950px) {
  .system-graph__layer[data-layer='5'] {
    top : 23%;
  }
}
.system-graph__layer[data-layer='6'] {
  width : 32%;
  top : 29%;
  left : -6%;
  -webkit-transform : translate(31%, 28%);
          transform : translate(31%, 28%);
  z-index : 7;
}
@media screen and (max-width: 950px) {
  .system-graph__layer[data-layer='6'] {
    top : 22%;
  }
}
.system-graph__layer[data-layer='7'] {
  width : 36%;
  top : 48%;
  left : 46%;
  -webkit-transform : translate(-102%, 20%);
          transform : translate(-102%, 20%);
  z-index : 6;
}
@media screen and (max-width: 950px) {
  .system-graph__layer[data-layer='7'] {
    top : 41%;
    -webkit-transform : translate(-98%, -10%);
            transform : translate(-98%, -10%);
  }
}
.system-graph__layer[data-layer='8'] {
  width : 36%;
  top : 48%;
  left : 44%;
  -webkit-transform : translate(-20%, 20%);
          transform : translate(-20%, 20%);
  z-index : 6;
}
@media screen and (max-width: 950px) {
  .system-graph__layer[data-layer='8'] {
    top : 41%;
    -webkit-transform : translate(-15%, -10%);
            transform : translate(-15%, -10%);
  }
}

.system-graph__offence-diffence {
  position : absolute;
  bottom : -3rem;
  left : 50%;
  width : 50%;
  -webkit-transform : translate(-70%, 0);
          transform : translate(-70%, 0);
}
@media screen and (max-width: 950px) {
  .system-graph__offence-diffence {
    bottom : 2.5rem;
    -webkit-transform : translate(-65%, 0);
            transform : translate(-65%, 0);
  }
}

.system-graph__line {
  position : absolute;
  display : block;
  width : 100%;
}
.system-graph__line[data-layer='1'] {
  top : 0;
  -webkit-transform : translate(0, 40%);
          transform : translate(0, 40%);
}
.system-graph__line[data-layer='2'] {
  top : 10%;
  -webkit-transform : translate(0, 150%);
          transform : translate(0, 150%);
}
.system-graph__line[data-layer='3'] {
  top : 10%;
  -webkit-transform : translate(0, 350%);
          transform : translate(0, 350%);
}
.system-graph__line[data-layer='4'] {
  top : 25%;
  -webkit-transform : translate(0, 450%);
          transform : translate(0, 450%);
}

.framework__wrap {
  margin : 0 0 20rem;
}
@media screen and (max-width: 950px) {
  .framework__wrap {
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}

.framework__philosophy {
  font-size : 2rem;
  line-height : 2;
  text-align : center;
  font-weight : 400;
}
@media screen and (max-width: 950px) {
  .framework__philosophy {
    font-size : 1.6rem;
  }
}

.framework__graph {
  width : 100%;
  height : 100rem;
}

.front-page-section {
  max-width : 2000px;
  margin : 0 auto;
  padding : 10rem 0;
}
@media screen and (max-width: 950px) {
  .front-page-section {
    padding : 8rem 0;
  }
}
.front-page-section--case {
  border-top : 1px solid rgba(0, 0, 0, .14);
}
.front-page-section--feature {
  border-top : 1px solid rgba(0, 0, 0, .14);
}
.front-page-section--kenjinclub {
  border-top : 1px solid rgba(0, 0, 0, .14);
}
@media screen and (max-width: 950px) {
  .front-page-section--kenjinclub {
    padding : 10rem 1.5rem;
  }
}
.front-page-section--news {
  border-top : 1px solid rgba(0, 0, 0, .14);
}
.front-page-section--info {
  border-top : 1px solid rgba(0, 0, 0, .14);
}
.front-page-section__title {
  text-align : center;
  font-size : 3.4rem;
  margin : 0 0 8rem;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color : #311b92;
}
@media screen and (max-width: 950px) {
  .front-page-section__title {
    font-size : 2.8rem;
    margin : 0 0 6rem;
  }
}

.front-page-top-slide {
  position : relative;
  width : 100%;
  /* height : 50rem; 202105 MOD*/
  height : 40rem;
  background-color : #311b92;
}
@media screen and (max-width: 950px) {
  .front-page-top-slide {
    /* height : 35rem; 202105 MOD*/
    height : 30rem;
  }
}
.front-page-top-slide[data-backgroundsize='cover'] {
  background-size : cover !important;
}
.front-page-top-slide[data-backgroundsize='contain'] {
  background-size : contain !important;
}
.front-page-top-slide--article::after {
  content : '';
  display : block;
  position : absolute;
  top : 0;
  left : 0;
  width : 100%;
  height : 100%;
  background-color : rgba(0, 0, 0, .34);
  z-index : 0;
}
.front-page-top-slide__text-container {
  width : 50%;
  position : absolute;
  bottom : 7rem;
  left : 10rem;
  color : #fff;
  z-index : 9;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .front-page-top-slide__text-container {
    width : 100%;
    padding : 0 4rem;
    bottom : 3.5rem;
    left : 0;
  }
}
.front-page-top-slide__label {
  display : block;
  font-size : 1.6rem;
  margin : 0 0 1rem;
  line-height : 1;
}
@media screen and (max-width: 950px) {
  .front-page-top-slide__label {
    font-size : 1.4rem;
  }
}
.front-page-top-slide__title {
  font-size : 3rem;
  margin : 0 0 1.5rem;
  line-height : 1;
}
@media screen and (max-width: 950px) {
  .front-page-top-slide__title {
    font-size : 2.2rem;
  }
}
.front-page-top-slide__desc {
  font-size : 1.6rem;
  font-weight : 200;
}
@media screen and (max-width: 950px) {
  .front-page-top-slide__desc {
    font-size : 1.4rem;
  }
}

.front-page-top {
  position : relative;
  width : 100%;
  /* height : 50rem; 202105 MOD*/
  height : 40rem;
  background-size : cover;
  overflow : hidden;
}
@media screen and (max-width: 950px) {
  .front-page-top {
    /* height : 35rem; 202105 MOD*/
    height : 30rem;
  }
}
.front-page-top__inner {
  /* height : 50rem; 202105 MOD*/
  height : 40rem;
}
@media screen and (max-width: 950px) {
  .front-page-top__inner {
    /* height : 35rem; 202105 MOD*/
    height : 30rem;
  }
}
.front-page-top__arrow {
  position : absolute;
  top : 50%;
  -webkit-transform : translate(0, -50%);
          transform : translate(0, -50%);
  display : block;
  width : 4rem;
  height : 6rem;
  z-index : 9;
  cursor : pointer;
}
@media screen and (max-width: 950px) {
  .front-page-top__arrow {
    display : none;
    width : 2rem;
    height : 3rem;
  }
}
.front-page-top__arrow--next {
  right : 2rem;
  background : url(../img/icon/i_slide-arrow-next.svg) no-repeat center/cover;
}
@media screen and (max-width: 950px) {
  .front-page-top__arrow--next {
    right : 1.6rem;
  }
}
.front-page-top__arrow--prev {
  left : 2rem;
  background : url(../img/icon/i_slide-arrow-prev.svg) no-repeat center/cover;
}
@media screen and (max-width: 950px) {
  .front-page-top__arrow--prev {
    left : 1.6rem;
  }
}

.front-page-wrap {
  position : relative;
  margin : 0 0 10rem;
}

.top-slide-dots {
  position : absolute;
  bottom : 20px;
  display : block;
  width : 100%;
  padding : 0;
  margin : 0;
  list-style : none;
  text-align : center;
}
.top-slide-dots li {
  position : relative;
  display : inline-block;
  margin : 0;
  padding : 0;
  cursor : pointer;
}
.top-slide-dots li button {
  font-size : 0;
  line-height : 0;
  display : block;
  width : 25px;
  height : 25px;
  padding : 5px;
  cursor : pointer;
  color : transparent;
  border : 0;
  outline : none;
  background : transparent;
}
.top-slide-dots li button:before {
  width : 100%;
  height : 100%;
  content : '';
  display : block;
  text-align : center;
  color : #fff;
  border : 1px solid #fff;
  border-radius : 50%;
  box-sizing : border-box;
  -webkit-font-smoothing : antialiased;
  -moz-osx-font-smoothing : grayscale;
}
.top-slide-dots li button:focus,
.top-slide-dots li button:hover {
  outline : none;
}
.top-slide-dots li button:focus:before,
.top-slide-dots li button:hover:before {
  opacity : 1;
}
.top-slide-dots li.slick-active button:before {
  opacity : 1;
  background-color : #fff;
  border-color : #fff;
}

/* 202209 ADD */
.top-info-content {
  background-color: #9084c7;
  color: #FFF;
}
.top-info-wrap {
  max-width: 1150px;
  margin: 0 auto;
  padding: 1.5rem;
  display: flex;
  gap: 2rem;
  align-items: center;
}
.top-info-title {
  font-size: 1.6rem;
  font-weight: 700;
  min-width: 70px;
}
.top-info-text {
  font-size: 1.5rem;
}
/* 202209 ADD End */

.feature-news-content {
  width : 100%;
  padding : 8rem 0;
  background-color : #ede7f6;
}
@media screen and (max-width: 950px) {
  .feature-news-content {
    overflow : hidden;
    padding : 6rem 0;
  }
}
.feature-news-content__inner {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
  width : calc(980px + 1%);
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .feature-news-content__inner {
    width : 100%;
    margin : 0 auto 2rem;
  }
}
.feature-news-content__inner[data-count='3']::after {
  content : '';
  display : block;
  width : 31.3333%;
  max-width : 32rem;
  margin : 0 1%;
}
@media screen and (max-width: 950px) {
  .feature-news-content__inner[data-count='3']::after {
    min-width : 32rem;
    margin : 0 0 2rem;
    padding : 0 1rem;
    box-sizing : border-box;
  }
}

.feature-news-image-box {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  width : 100%;
  height : 18rem;
  border-radius : 4px 4px 0 0;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  overflow : hidden;
}
@media screen and (max-width: 950px) {
  .feature-news-image-box {
    /* height : 16rem; */
    height : 18rem;
  }
}
.feature-news-image-box__title {
  color : #fff;
  font-size : 2rem;
  font-weight : 500;
}
.feature-news-image-box__image {
  display : block;
  width : 100%;
  height : 100%;
  transition : -webkit-transform .2s;
  transition :         transform .2s;
  transition :         transform .2s, -webkit-transform .2s;
  -webkit-transform : scale(1);
          transform : scale(1);
  will-change : transform;
}
.feature-news-image-box__image.is-active {
  -webkit-transform : scale(1.05);
          transform : scale(1.05);
}

.feature-news-text-box {
  padding : 2rem 1.5rem;
  box-sizing : border-box;
  background-color : #fff;
  border-radius : 0 0 4px 4px;
  height : 100%;
  border-top : 1px solid rgba(0, 0, 0, .14);
}
.feature-news-text-box__tag {
  display : block;
  font-size : 14px;
  color : #adadad;
}
.feature-news-text-box__date {
  display : block;
  font-size : 1.4rem;
  margin : 0 0 1rem;
  color : #000;
}
.feature-news-text-box__title {
  font-size : 1.8rem;
  color : #000;
  font-weight : 500;
  line-height : 1.6;
}
.feature-news-text-box__title.is-active {
  color : #311b92;
}

.feature-news {
  width : 31.3333%;
  max-width : 32rem;
  margin : 0 1% 3%;
}
.feature-news:nth-child(n+4) {
  margin : 0 1%;
}
@media screen and (max-width: 950px) {
  .feature-news {
    min-width : 32rem;
    padding : 0 1rem 2rem;
    box-sizing : border-box;
    margin: 0 1%;
  }
}
.feature-news__in {
  display : block;
  box-shadow : 0px 3px 10px rgba(0, 0, 0, .25);
  border-radius : 4px;
  height : 100%;
  overflow : hidden;
  transition : box-shadow .5s;
}
.feature-news__in.is-active {
  box-shadow : 0px 3px 30px rgba(0, 0, 0, .35);
}

.front-feature-box {
  width : 50%;
  margin : 0 0 3rem;
}
@media screen and (max-width: 950px) {
  .front-feature-box {
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
    width : 100%;
    margin : 0 0 2.5rem;
  }
}
.front-feature-box__image-box {
  width : 100%;
  height : 34rem;
  background-color : #311b92;
  overflow : hidden;
}
@media screen and (max-width: 950px) {
  .front-feature-box__image-box {
    width : 100%;
    height : 18rem;
  }
}
.front-feature-box__image {
  display : block;
  width : 100%;
  height : 100%;
  -webkit-transform : scale(1);
          transform : scale(1);
  transition : -webkit-transform .35s;
  transition :         transform .35s;
  transition :         transform .35s, -webkit-transform .35s;
}
.front-feature-box__image.is-active {
  -webkit-transform : scale(1.05);
          transform : scale(1.05);
}
.front-feature-box__image--creation {
  background : url(../img/feature/mv_creation.jpg) no-repeat center/cover;
}
.front-feature-box__image--businesspolicy {
  background : url(../img/feature/mv_business-policy.jpg) no-repeat center/cover;
}
.front-feature-box__image--consulting-policy {
  background : url(../img/feature/mv_consulting-policy.jpg) no-repeat center/cover;
}
.front-feature-box__image--procedure {
  background : url(../img/feature/mv_procedure.jpg) no-repeat center;
  background-size : cover;
}
.front-feature-box__title {
  font-size : 2rem;
  padding : 1.5rem;
  box-sizing : border-box;
  color : #000;
  transition : color .35s;
}
@media screen and (max-width: 950px) {
  .front-feature-box__title {
    font-size : 1.6rem;
    padding : 1.5rem 0;
  }
}
.front-feature-box__title.is-active {
  color : #311b92;
}
.front-feature-box__tag-box {
  padding : 0 1.5rem;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .front-feature-box__tag-box {
    padding : 0;
  }
}
.front-feature-box__tag {
  display : inline-block;
  font-size : 1.4rem;
  font-weight : 500;
  color : #311b92;
  background-color : #ede7f6;
  margin : 0 0 1rem;
  padding : .4rem .9rem;
  box-sizing : border-box;
  border-radius : .25rem;
}

.front-feature {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  width : 90vw;
  max-width : 1150px;
  margin : 0 auto;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
}
@media screen and (max-width: 950px) {
  .front-feature {
    width : 100%;
    max-width : auto;
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}

.front-info-banner {
  position : relative;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  width : 49%;
  height : 24rem;
  overflow : hidden;
}
@media screen and (max-width: 950px) {
  .front-info-banner {
    width : 100%;
    height : 20rem;
    margin : 0 0 2rem;
  }
}
.front-info-banner:hover {
  background-size : 120%;
}
.front-info-banner:hover .hover-child {
  -webkit-transform : translate(-50%, -50%) scale(1.05);
          transform : translate(-50%, -50%) scale(1.05);
}
.front-info-banner__bgimage {
  position : absolute;
  top : 50%;
  left : 50%;
  -webkit-transform : translate(-50%, -50%) scale(1);
          transform : translate(-50%, -50%) scale(1);
  width : 100%;
  height : 100%;
  transition : all .5s;
  z-index : 0;
}
.front-info-banner__bgimage--recruit {
  background : url(../img/top/recruit.jpg) no-repeat center;
  background-size : cover;
}
.front-info-banner__bgimage--book {
  background : url(../img/top/book.jpg) no-repeat center;
  background-size : cover;
}
.front-info-banner__title {
  color : #fff;
  font-size : 3.4rem;
  letter-spacing : .1em;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  z-index : 9;
}
@media screen and (max-width: 950px) {
  .front-info-banner__title {
    font-size : 2.6rem;
  }
}

.front-info {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : justify;
  -ms-flex-pack : justify;
  justify-content : space-between;
  width : 980px;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .front-info {
    width : 100%;
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}

.news-detail__wrap {
  width : 760px;
  margin : 0 auto;
}

.news-detail__head {
  margin : 6rem 0 5rem;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
}

.news-detail__date {
  display : block;
  color : rgba(0, 0, 0, .64);
  font-size : 1.7rem;
  letter-spacing : .1em;
  font-weight : 500;
  margin : 0 0 1.5rem;
}

.news-detail__title {
  font-size : 3.4rem;
  margin : 0 0 2rem;
}

.news-detail__category-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  margin : 0 0 3rem;
}

.news-detail__category-tag {
  display : block;
  background-color : #888;
  color : #fff;
  padding : .5rem 2rem;
  font-size : 1.2rem;
}

.front-news-item {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  width : 100%;
  padding : 3rem;
  box-sizing : border-box;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
}
@media screen and (max-width: 950px) {
  .front-news-item {
    -ms-flex-wrap : wrap;
        flex-wrap : wrap;
    padding : 2rem 1rem;
  }
}
.front-news-item__date {
  font-size : 1.8rem;
  color : #000;
  margin : 0 3rem 0 0;
  -ms-flex-preferred-size : 10%;
  flex-basis : 10%;
}
@media screen and (max-width: 950px) {
  .front-news-item__date {
    font-size : 1.4rem;
    -ms-flex-preferred-size : 20%;
    flex-basis : 20%;
  }
}
.front-news-item__tag {
  font-size : 1.1rem;
  color : #fff;
  background-color : #adadad;
  padding : .5rem .5rem;
  margin : 0 3rem 0 0;
  -ms-flex-preferred-size : 10%;
  flex-basis : 10%;
  text-align : center;
  line-height : 1.5;
}
@media screen and (max-width: 950px) {
  .front-news-item__tag {
    -ms-flex-preferred-size : 40%;
    flex-basis : 40%;
    padding : .25rem .25rem;
    margin : 0;
  }
}
.front-news-item__title {
  font-size : 1.6rem;
  color : #000;
  line-height : 1.5;
  -ms-flex-preferred-size : 80%;
  flex-basis : 80%;
  transition : color .25s;
}
@media screen and (max-width: 950px) {
  .front-news-item__title {
    -ms-flex-preferred-size : 100%;
    flex-basis : 100%;
    margin : 1rem 0 0;
    font-size : 1.4rem;
  }
}
.front-news-item__title.is-active {
  color : #311b92;
}

.front-news-list {
  width : 100%;
  margin : 0 auto;
  border-top : 1px solid rgba(0, 0, 0, .14);
}

.front-news {
  margin : 4rem 0 0;
}
@media screen and (max-width: 950px) {
  .front-news {
    margin : 6rem 0 0;
  }
}
.front-news__in {
  width : 980px;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .front-news__in {
    width : 100%;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}
.front-news__title {
  text-align : center;
  font-size : 1.8rem;
  margin : 0 0 3rem;
}

.front-seminar-item {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  width : 100%;
  padding : 3rem;
  box-sizing : border-box;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
}
@media screen and (max-width: 950px) {
  .front-seminar-item {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
    padding : 0 1rem;
    border : none;
  }
}
.front-seminar-item__image-box {
  width : 24rem;
  height : 14rem;
  -ms-flex-preferred-size : 24%;
  flex-basis : 24%;
  border : 1px solid rgba(0, 0, 0, .14);
  overflow : hidden;
}
@media screen and (max-width: 950px) {
  .front-seminar-item__image-box {
    width : 100%;
    height : 18rem;
    margin : 0 0 2rem;
  }
}
.front-seminar-item__image {
  display : block;
  width : 100%;
  height : 100%;
  transition : -webkit-transform .35s;
  transition :         transform .35s;
  transition :         transform .35s, -webkit-transform .35s;
}
.front-seminar-item__image.is-active {
  -webkit-transform : scale(1.05);
          transform : scale(1.05);
}
.front-seminar-item__text-box {
  padding : 0 2rem 0 3rem;
  box-sizing : border-box;
  -ms-flex-item-align : start;
  align-self : flex-start;
  -ms-flex-preferred-size : 56%;
  flex-basis : 56%;
}
@media screen and (max-width: 950px) {
  .front-seminar-item__text-box {
    padding : 0;
  }
}
.front-seminar-item__date {
  font-size : 1.4rem;
  color : #000;
  margin : 0 0 1rem;
}
@media screen and (max-width: 950px) {
  .front-seminar-item__date {
    margin : 0 0 1rem;
  }
}
.front-seminar-item__title {
  font-size : 1.6rem;
  color : #000;
  margin : 0 0 1rem;
  line-height : 1.6;
}
@media screen and (max-width: 950px) {
  .front-seminar-item__title {
    margin : 0 0 1rem;
  }
}
.front-seminar-item__title.is-active {
  color : #311b92;
}
.front-seminar-item__desc {
  font-size : 1.4rem;
  color : rgba(0, 0, 0, .54);
  line-height : 1.7;
}
.front-seminar-item__order-btn {
  width : 26rem;
  display : inline-block;
  font-size : 1.4rem;
  background-color : #311b92;
  color : #fff;
  -ms-flex-item-align : end;
  align-self : flex-end;
  padding : .8rem 0;
  text-align : center;
  border-radius : 3px;
  -ms-flex-preferred-size : 20%;
  flex-basis : 20%;
  border : 1px solid;
  transition : all .25s;
}
@media screen and (max-width: 950px) {
  .front-seminar-item__order-btn {
    width : 100%;
    padding : 1.2rem 0;
    margin : 2rem 0 0;
    box-sizing : border-box;
  }
}
.front-seminar-item__order-btn:hover {
  background-color : #fff;
  color : #311b92;
}

.front-seminar-list {
  width : 980px;
  margin : 0 auto;
  border-top : 1px solid rgba(0, 0, 0, .14);
}
@media screen and (max-width: 950px) {
  .front-seminar-list {
    width : 100%;
    padding : 0;
    margin : 0 0 5rem;
    border : none;
  }
}

.front-seminar {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
      flex-direction : column;
  margin : 0 0 6rem;
}
.front-seminar__in {
  width : 980px;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .front-seminar__in {
    width : 100%;
    padding : 0;
    box-sizing : border-box;
  }
}
.front-seminar__title {
  text-align : center;
  font-size : 1.8rem;
  margin : 0 0 3rem;
}

.front-seminarreport-card {
  width : 32.3333%;
  margin : 0 0 3rem;
}
@media screen and (max-width: 950px) {
  .front-seminarreport-card {
    width : 100%;
    margin : 0 2rem 0 0;
    padding : 0 1rem;
    box-sizing : border-box;
  }
}
.front-seminarreport-card:nth-child(3n+2) {
  margin : 0 1.5% 3rem;
}
@media screen and (max-width: 950px) {
  .front-seminarreport-card:nth-child(3n+2) {
    margin : 0 2rem 0 0;
  }
}
.front-seminarreport-card__in {
  display : block;
  box-shadow : 0px 3px 10px rgba(0, 0, 0, .25);
  border-radius : 0 0 4px 4px;
}
.front-seminarreport-card__image-box {
  width : 100%;
  height : 18rem;
  background-color : #311b92;
  border-radius : 4px 4px 0 0;
}
.front-seminarreport-card__text-box {
  padding : 2rem 1.5rem;
  box-sizing : border-box;
  background-color : #fff;
  border-radius : 0 0 4px 4px;
}
.front-seminarreport-card__date {
  display : block;
  font-size : 1.4rem;
  margin : 0 0 1rem;
  color : #000;
}
.front-seminarreport-card__title {
  font-size : 1.8rem;
  color : #000;
  font-weight : 500;
  line-height : 1.6;
}

.front-seminarreport__in {
  width : 980px;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .front-seminarreport__in {
    width : 100%;
    box-sizing : border-box;
  }
}

.front-seminarreport__title {
  text-align : center;
  font-size : 1.8rem;
  margin : 0 0 3rem;
}

.front-seminarreport__inner {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
  width : 980px;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .front-seminarreport__inner {
    margin : 0 auto 5rem;
    width : 100%;
  }
}

.front-service-item {
  width : 25%;
}
@media screen and (max-width: 950px) {
  .front-service-item {
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    width : 100%;
    margin : 0 0 1.5rem;
  }
}
.front-service-item__image {
  width : 100%;
  height : 18rem;
  background-color : #311b92;
  overflow : hidden;
}
@media screen and (max-width: 950px) {
  .front-service-item__image {
    width : 18rem;
    height : 8rem;
    -ms-flex-preferred-size : 40%;
    flex-basis : 40%;
  }
}
.front-service-item__image-in {
  display : block;
  width : 100%;
  height : 100%;
  transition : -webkit-transform .3s;
  transition :         transform .3s;
  transition :         transform .3s, -webkit-transform .3s;
  will-change : transform;
  -webkit-transform : scale(1);
          transform : scale(1);
}
.front-service-item__image-in--portfolio {
  background : url(../img/consulting-fields/thum_portfolio.jpg) no-repeat center;
  background-size : cover;
}
.front-service-item__image-in--businessmodel {
  background : url(../img/consulting-fields/thum_businessmodel.jpg) no-repeat center;
  background-size : cover;
}
.front-service-item__image-in--global {
  background : url(../img/consulting-fields/thum_global.jpg) no-repeat center;
  background-size : cover;
}
.front-service-item__image-in--governance {
  background : url(../img/consulting-fields/thum_governance.jpg) no-repeat center;
  background-size : cover;
}
.front-service-item__image-in--marketing {
  background : url(../img/consulting-fields/thum_marketing.jpg) no-repeat center;
  background-size : cover;
}
.front-service-item__image-in--supplychain {
  background : url(../img/consulting-fields/thum_supplychain.jpg) no-repeat center;
  background-size : cover;
}
.front-service-item__image-in--humanresource {
  background : url(../img/consulting-fields/thum_humanresource.jpg) no-repeat center;
  background-size : cover;
}
.front-service-item__image-in--digital {
  background : url(../img/consulting-fields/thum_digital.jpg) no-repeat center;
  background-size : cover;
}
.front-service-item__image-in.is-active {
  -webkit-transform : scale(1.05);
          transform : scale(1.05);
}
.front-service-item__title {
  text-align : center;
  padding : 2rem .5rem 6rem;
  box-sizing : border-box;
  font-size : 1.8rem;
  color : #000;
}
.front-service-item__title.is-active {
  color : #311b92;
}
@media screen and (max-width: 950px) {
  .front-service-item__title {
    font-size : 1.6rem;
    padding : 0 1.5rem;
    -ms-flex-preferred-size : 60%;
    flex-basis : 60%;
  }
}

.front-service {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
  width : 90vw;
  max-width : 1150px;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .front-service {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
    width : 100%;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}

.introduce-book {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
}
@media screen and (max-width: 950px) {
  .introduce-book {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
  }
}
.introduce-book__book {
  display : block;
  width : 25rem;
  height : 34rem;
}
@media screen and (max-width: 950px) {
  .introduce-book__book {
    width : 20rem;
    height : 25rem;
    margin : 0 auto 2rem;
  }
}
.introduce-book__sentence {
  padding : 0 0 0 4rem;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .introduce-book__sentence {
    padding : 0;
  }
}
.introduce-book__title {
  font-size : 1.6rem;
  font-weight : 500;
  margin : 0 0 4rem;
}
@media screen and (max-width: 950px) {
  .introduce-book__title {
    margin : 0 0 2rem;
  }
}
.introduce-book__explain {
  font-size : 1.4rem;
  color : rgba(0, 0, 0, .54);
  margin : 0 0 6rem;
}
@media screen and (max-width: 950px) {
  .introduce-book__explain {
    margin : 0 0 3rem;
  }
}
.introduce-book__btn {
  display : inline-block;
  background-color : #311b92;
  color : #fff;
  padding : 1rem 4.5rem;
  font-size : 1.8rem;
  border-radius : 4px;
  text-align : center;
  box-sizing : border-box;
  transition : all .35s;
  border : 1px solid #fff;
}
@media screen and (max-width: 950px) {
  .introduce-book__btn {
    width : 100%;
  }
}
.introduce-book__btn:hover {
  background-color : #fff;
  color : #311b92;
  border : 1px solid #311b92;
}

.introduce-contact {
  background-color : #eaeaea;
  padding : 4rem;
  box-sizing : border-box;
  text-align : center;
  margin : 8rem 0;
}
.introduce-contact__title {
  font-size : 1.8rem;
  margin : 0 0 2rem;
}
@media screen and (max-width: 950px) {
  .introduce-contact__title {
    font-size : 1.6rem;
  }
}
.introduce-contact__sentence {
  font-size : 1.6rem;
  line-height : 1.8;
}
@media screen and (max-width: 950px) {
  .introduce-contact__sentence {
    font-size : 1.4rem;
  }
}
.introduce-contact__sentence a {
  color : #000;
}

.introduce-head {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  padding : 8.5rem 0;
  background-color : #311b92;
}
@media screen and (max-width: 950px) {
  .introduce-head {
    padding : 4.5rem 0;
  }
}
.introduce-head__inner {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  width : 980px;
  margin : 0 auto;
  color : #fff;
}
@media screen and (max-width: 950px) {
  .introduce-head__inner {
    width : 100%;
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
  }
}
.introduce-head__book-image {
  display : block;
  width : 27.8rem;
  height : 40rem;
  background-color : #fff;
  -ms-flex-preferred-size : 27.8rem;
  flex-basis : 27.8rem;
}
@media screen and (max-width: 950px) {
  .introduce-head__book-image {
    width : 18rem;
    height : auto;
    margin : 0 auto;
    -ms-flex-preferred-size : auto;
    flex-basis : auto;
  }
}
.introduce-head__contents {
  -ms-flex-preferred-size : calc(100% - 37.8rem);
  flex-basis : calc(100% - 37.8rem);
  padding : 0 0 0 6rem;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .introduce-head__contents {
    margin : 4rem 0 0;
    padding : 0 1.5rem;
  }
}
.introduce-head__title {
  width : 40rem;
  margin : 0 0 4rem;
}
@media screen and (max-width: 950px) {
  .introduce-head__title {
    width : 100%;
    margin : 0 0 2rem;
  }
}
.introduce-head__title-image {
  width : 100%;
}
.introduce-head__explain {
  font-size : 1.6rem;
  line-height : 1.8;
  font-weight : 200;
}
.introduce-head__btn {
  display : inline-block;
  background-color : #fff;
  color : #311b92;
  padding : 1rem 4.5rem;
  font-size : 1.8rem;
  border : 1px solid #311b92;
  border-radius : 4px;
  margin : 5rem 0 0;
  box-sizing : border-box;
  text-align : center;
  transition : all .35s;
}
@media screen and (max-width: 950px) {
  .introduce-head__btn {
    width : 100%;
    margin : 3rem 0 0;
  }
}
.introduce-head__btn:hover {
  background-color : #311b92;
  color : #fff;
  border : 1px solid #fff;
}

.introduce-profiel {
  margin : 0 0 12rem;
  padding : 0 0 10rem;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
}
@media screen and (max-width: 950px) {
  .introduce-profiel {
    margin : 0 0 8rem;
    padding : 0 0 8rem;
  }
}
.introduce-profiel__title {
  background-color : #ede7f6;
  text-align : center;
  line-height : 1;
  padding : 1.4rem 0;
  font-size : 1.8rem;
  font-weight : 400;
}
.introduce-profiel__logo {
  display : block;
  width : 20rem;
  height : 10rem;
  margin : 4rem auto 6rem;
}
@media screen and (max-width: 950px) {
  .introduce-profiel__logo {
    margin : 4rem auto 3rem;
  }
}
.introduce-profiel__sentence {
  font-size : 1.6rem;
  line-height : 1.8;
}
@media screen and (max-width: 950px) {
  .introduce-profiel__sentence {
    font-size : 1.4rem;
  }
}

.introduce__container {
  width : 720px;
  margin : 8rem auto 2rem;
}
@media screen and (max-width: 950px) {
  .introduce__container {
    width : 100%;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}

.introduce__contents {
  margin : 0 0 12rem;
}

.introduce__title {
  font-size : 3rem;
  color : #311b92;
  text-align : center;
  line-height : 1.8;
  margin : 0 0 6rem;
}
@media screen and (max-width: 950px) {
  .introduce__title {
    font-size : 2rem;
    margin : 0 0 4rem;
  }
}

.introduce__sentence {
  font-size : 1.6rem;
  line-height : 2;
}
@media screen and (max-width: 950px) {
  .introduce__sentence {
    font-size : 1.4rem;
  }
}

.philosophy-process__wrap {
  padding : 12rem 0;
}

.philosophy-process__desc {
  font-size : 1.8rem;
  line-height : 2;
  text-align : center;
}

.philosophy-process__image {
  display : block;
  width : 94rem;
  height : auto;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .philosophy-process__image {
    width : 100%;
  }
}

.philosophy-statement__wrap {
  margin : 12rem 0 0;
}

.philosophy-statement__title {
  font-size : 1.8rem;
  margin : 0 0 3rem;
}

.philosophy-statement__desc {
  font-size : 1.6rem;
  margin : 0 0 8rem;
  text-align : left;
}

.philosophy__colum {
  width : 77rem;
  margin : 0 auto;
  text-align : center;
  padding : 10rem 6rem 12rem;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .philosophy__colum {
    width : 100%;
    padding : 6rem 1.6rem;
    box-sizing : border-box;
  }
}

.philosophy__title {
  text-align : center;
  color : #311b92;
  font-size : 3.4rem;
  margin : 0 0 10rem;
}

.philosophy__desc {
  font-size : 2.4rem;
  line-height : 2;
}

.philosophy__explain {
  font-size : 1.8rem;
  line-height : 1.8;
  border : .4rem solid #ede7f6;
  padding : 5rem 0;
}

.news-detail__wrap {
  width : 760px;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .news-detail__wrap {
    width : 100%;
    box-sizing : border-box;
    padding : 0 1.5rem;
  }
}

.news-detail__head {
  margin : 6rem 0 5rem;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
}
@media screen and (max-width: 950px) {
  .news-detail__head {
    margin : 4rem 0 3rem;
  }
}

.news-detail__date {
  display : block;
  color : rgba(0, 0, 0, .64);
  font-size : 1.7rem;
  letter-spacing : .1em;
  font-weight : 500;
  margin : 0 0 1.5rem;
}
@media screen and (max-width: 950px) {
  .news-detail__date {
    font-size : 1.4rem;
  }
}

.news-detail__title {
  font-size : 3.4rem;
  margin : 0 0 2rem;
}
@media screen and (max-width: 950px) {
  .news-detail__title {
    font-size : 2.4rem;
  }
}

.news-detail__category-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  margin : 0 0 3rem;
}

.news-detail__category-tag {
  display : block;
  background-color : #888;
  color : #fff;
  padding : .5rem 2rem;
  font-size : 1.2rem;
}

.news-seminar__wrap {
  width : 980px;
  margin : 0 auto 16rem;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .news-seminar__wrap {
    width : 100%;
  }
}

.news-seminar__box {
  margin : 0 0 10rem;
}

@media screen and (max-width: 950px) {
  .news-seminar__inner {
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}

.news-seminar__title {
  font-size : 3rem;
  text-align : center;
  margin : 0 0 4rem;
}
@media screen and (max-width: 950px) {
  .news-seminar__title {
    font-size : 2.4rem;
    margin : 0 0 2.5rem;
  }
}

.news-seminar__attention {
  font-size : 2.4rem;
  text-align : center;
  color : #311b92;
}

.news-seminar-seminarreport__inner {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
  width : 980px;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .news-seminar-seminarreport__inner {
    width : 100%;
    margin : 0 auto 2rem;
  }
}

.seminar__in {
  width : 980px;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .seminar__in {
    width : 100%;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}

.seminar__title {
  text-align : center;
  font-size : 1.8rem;
  margin : 0 0 3rem;
}

.news-item {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  width : 100%;
  padding : 3rem;
  box-sizing : border-box;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
}
@media screen and (max-width: 950px) {
  .news-item {
    -ms-flex-wrap : wrap;
        flex-wrap : wrap;
    padding : 2rem 1rem;
  }
}
.news-item__date {
  font-size : 1.8rem;
  color : #000;
  margin : 0 3rem 0 0;
  -ms-flex-preferred-size : 10%;
  flex-basis : 10%;
}
@media screen and (max-width: 950px) {
  .news-item__date {
    font-size : 1.4rem;
    -ms-flex-preferred-size : 20%;
    flex-basis : 20%;
  }
}
.news-item__tag {
  font-size : 1.1rem;
  color : #fff;
  background-color : #adadad;
  padding : .5rem .5rem;
  margin : 0 3rem 0 0;
  -ms-flex-preferred-size : 10%;
  flex-basis : 10%;
  text-align : center;
  line-height : 1.5;
}
@media screen and (max-width: 950px) {
  .news-item__tag {
    -ms-flex-preferred-size : 40%;
    flex-basis : 40%;
    padding : .25rem .25rem;
    margin : 0;
  }
}
.news-item__title {
  font-size : 1.6rem;
  color : #000;
  line-height : 1.5;
  transition : color .25s;
}
@media screen and (max-width: 950px) {
  .news-item__title {
    -ms-flex-preferred-size : 100%;
    flex-basis : 100%;
    margin : 1rem 0 0;
    font-size : 1.4rem;
  }
}
.news-item__title.is-active {
  color : #311b92;
}

.news-list {
  width : 100%;
  margin : 0 auto;
  border-top : 1px solid rgba(0, 0, 0, .14);
}
@media screen and (max-width: 950px) {
  .news-list {
    margin : 0 0 2rem;
  }
}

.news__wrap {
  width : 980px;
  margin : 0 auto 10rem;
}
@media screen and (max-width: 950px) {
  .news__wrap {
    width : 100%;
  }
}

.news__in {
  width : 980px;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .news__in {
    width : 100%;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}

.news__title {
  text-align : center;
  font-size : 1.8rem;
  margin : 0 0 3rem;
}

.notfound__wrap {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
      flex-direction : column;
  width : 980px;
  margin : 0 auto;
  text-align : center;
}
@media screen and (max-width: 950px) {
  .notfound__wrap {
    width : 100%;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}

.notfound__desc {
  font-size : 1.6rem;
  line-height : 2;
  margin : 0 0 8rem;
}
@media screen and (max-width: 950px) {
  .notfound__desc {
    font-size : 1.4rem;
    margin : 0 0 4rem;
  }
}

.notfound__return-btn {
  width : 34rem;
  margin : 0 auto 14rem;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .notfound__return-btn {
    width : 100%;
  }
}

.partnership__title-logo {
  display : block;
  margin : 4rem auto 0;
  width : 15rem;
}
@media screen and (max-width: 950px) {
  .partnership__title-logo {
    width : 10rem;
  }
}
.partnership__title-logo img {
  width : 100%;
}

/*.partnership__list {
  width : 65%;
  padding : 0 6rem 0 0;
}*/
@media screen and (max-width: 950px) {
  .partnership__list {
    width : 100%;
    padding : 0 0 0 1rem;
    margin : 0 0 3rem;
  }
}

.partnership__block {
  width : 820px;
  margin : 0 auto;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : start;
  -ms-flex-align : start;
  align-items : flex-start;
}
@media screen and (max-width: 950px) {
  .partnership__block {
    width : 100%;
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
  }
}

.partnership__content {
  width: 65%;
  padding: 0 6rem 0 0;
}
@media screen and (max-width: 950px) {
  .partnership__content {
    width: 100%;
    padding: 0 0 3rem;
}
}

.partnership__title {
  margin: 0 0 2rem;
  color: #311b92;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}
/*@media screen and (max-width: 950px) {
  .partnership__title {
    margin: 0;
  }
}*/

.partnership__title span {
  display: inline-block;
  margin-left: 258px;
  color: #000000;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 950px) {
  .partnership__title span {
    margin-left: 0;
  }
}

.partnership__trophy {
  width : 35%;
}
@media screen and (max-width: 950px) {
  .partnership__trophy {
    width : 100%;
    margin : 0 0 3rem;
  }
}

.partnership__item {
  position : relative;
  font-size : 1.7rem;
  margin : 0 0 1.8rem;
  padding : 0 0 0 1.5em;
}
.partnership__item:last-child {
  margin : 0;
}
.partnership__item:before {
  content : '・';
  display : inline-block;
  position : absolute;
  left : 0;
}
.partnership__item span {
  display : inline-block;
  margin : 0 0 0 1em;
}
.partnership__image-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}
.partnership__image-item {
	width: 48%;
	margin-right: 1%;
	text-align: center;
}
.partnership__image-item img {
	width: 60%;
}
.partnership__image-caption {
	font-size: 1.7rem;
}
.partnership__image-caption.adjust {
	margin-top: 22px;
}
.partnership__info-block {
	font-size: 2.2rem;
	width: 85%;
	margin: 0 auto;
}

@media screen and (max-width: 950px) {
	.partnership__image-item {
		width: 98%;
		margin: 0;
	}
	.partnership__image-item img {
		width: 80%;
	}
	.partnership__image-caption.adjust {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.partnership__info-block {
		width: 100%;
		margin: 0;
	}
}

.award__block {
  width : 820px;
  margin : 60px auto 0;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : start;
  -ms-flex-align : start;
  align-items : flex-start;
}
@media screen and (max-width: 950px) {
  .award__block {
    width : 100%;
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
  }
}

.award__content {
  width: 65%;
  padding: 0 6rem 0 0;
}
@media screen and (max-width: 950px) {
  .award__content {
    width: 100%;
    padding: 0 0 3rem;
}
}

.award__title {
  margin: 0 0 2rem;
  color: #311b92;
  font-size: 2rem;
  font-weight: bold;
}
.award__desc {
  font-size: 1.7rem;
  margin-left: 14px;
}
@media screen and (max-width: 950px) {
  .award__desc {
    margin-left: 0;
}
}
.primary-banner {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  width : 980px;
  margin : 0 auto;
  cursor : pointer;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .primary-banner {
    width : 100%;
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
  }
}
.primary-banner__image-colum {
  width : 50%;
  height : 30rem;
  background-color : #311b92;
  overflow : hidden;
}
@media screen and (max-width: 950px) {
  .primary-banner__image-colum {
    width : 100%;
    height : 20rem;
  }
}
.primary-banner__image-colum--topmessage {
  background : url(../img/corporate-information/thumb_topmessage.jpg) no-repeat center/cover;
}
.primary-banner__image-colum--feature {
  background : url(../img/corporate-information/thumb_philosophy.jpg) no-repeat center/cover;
}
.primary-banner__image-colum--consultants {
  background : url(../img/corporate-information/thumb_consultants.jpg) no-repeat center/cover;
}
.primary-banner__image-colum--kenjin-club {
  background : url(../img/kenjin-club/mv.jpg) no-repeat center/cover;
}
.primary-banner__image-colum--access {
  background : url(../img/corporate-information/thumb_access.jpg) no-repeat center/cover;
}
.primary-banner__image {
  display : block;
  width : 100%;
  height : 100%;
  transition : -webkit-transform .25s;
  transition :         transform .25s;
  transition :         transform .25s, -webkit-transform .25s;
}
.primary-banner__image--kenjin-club {
  background : url(../img/kenjin-club/mv.jpg) no-repeat center/cover;
}
.primary-banner__image--topmessage {
  background : url(../img/corporate-information/thumb_topmessage.jpg) no-repeat center/cover;
}
.primary-banner__image--feature {
  background : url(../img/corporate-information/thumb_philosophy.jpg) no-repeat center/cover;
}
.primary-banner__image--consultants {
  background : url(../img/corporate-information/thumb_consultants.jpg) no-repeat center/cover;
}
.primary-banner__image--kenjin-club {
  background : url(../img/kenjin-club/mv.jpg) no-repeat center/cover;
}
.primary-banner__image--partnership {
  background : url(../img/corporate-information/thumb_partnership.jpg) no-repeat center/cover;
}
.primary-banner__image--access {
  background : url(../img/corporate-information/thumb_access.jpg) no-repeat center/cover;
}
.primary-banner__image.is-active {
  -webkit-transform : scale(1.05);
          transform : scale(1.05);
}
.primary-banner__text-colum {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
      flex-direction : column;
  width : 50%;
}
@media screen and (max-width: 950px) {
  .primary-banner__text-colum {
    width : 100%;
  }
}
.primary-banner__text-colum--no-image {
  width : 100%;
  background-color : #ede7f6;
  padding : 5rem 0;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .primary-banner__text-colum--no-image {
    padding : 5rem 1rem;
  }
}
.primary-banner__title {
  color : #311b92;
  font-size : 3.4rem;
  margin : 0 0 2rem;
  text-align : center;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 950px) {
  .primary-banner__title {
    margin : 3rem 0 2rem;
    font-size : 2.4rem;
  }
}
.primary-banner__desc {
  font-size : 1.6rem;
  text-align : center;
  margin : 0 0 3rem;
  color : #000;
}
@media screen and (max-width: 950px) {
  .primary-banner__desc {
    font-size : 1.4rem;
  }
}
.primary-banner__btn {
  display : block;
  padding : 1rem 3rem;
  box-sizing : content-box;
  background : #311b92;
  font-size : 1.5rem;
  color : #fff;
  border-radius : .3rem;
  border : 1px solid #311b92;
  cursor : pointer;
  transition : all .25s;
  box-sizing : border-box;
  text-align : center;
}
@media screen and (max-width: 950px) {
  .primary-banner__btn {
    width : 100%;
    padding : 1.5rem 3rem;
  }
}
.primary-banner__btn.is-active {
  color : #311b92;
  background-color : #fff;
  border : 1px solid #311b92;
}

.privacypolicy-colum {
  margin : 5rem 0 0;
}
@media screen and (max-width: 950px) {
  .privacypolicy-colum {
    margin : 4rem 0 0;
  }
}
.privacypolicy-colum__title {
  font-size : 1.8rem;
  font-weight : bold;
}
@media screen and (max-width: 950px) {
  .privacypolicy-colum__title {
    font-size : 1.6rem;
  }
}
.privacypolicy-colum__desc {
  font-size : 1.6rem;
  line-height : 1.6;
}
@media screen and (max-width: 950px) {
  .privacypolicy-colum__desc {
    font-size : 1.4rem;
  }
}
.privacypolicy-colum__contact {
  font-size : 1.5rem;
  box-sizing : border-box;
  padding : 2rem;
  margin : 1.5rem 0 0;
  background-color : rgba(0, 0, 0, .08);
  line-height : 1.8;
}
.privacypolicy-colum__contact a {
  color : #311b92;
}

.privacypolicy__wrap {
  width : 760px;
  margin : 0 auto 16rem;
}
@media screen and (max-width: 950px) {
  .privacypolicy__wrap {
    width : 100%;
    padding : 0 1.6rem;
    box-sizing : border-box;
  }
}

.privacypolicy__title {
/* 2023.03.09
  font-size : 2rem;
*/
  font-size : 28px;
  font-weight : 400;
  margin : 5rem 0 2rem;
}

.privacypolicy__desc {
  font-size : 1.6rem;
  line-height : 1.7;
}
@media screen and (max-width: 950px) {
  .privacypolicy__desc {
    font-size : 1.4rem;
  }
}

.recruit-home-link {
  /* width : 32%; 20201009 */
  width: 49%;
}
@media screen and (max-width: 950px) {
  .recruit-home-link {
    width : 100%;
    margin : 0 0 6rem;
  }
}
.recruit-home-link--large {
  width : 100%;
  margin : 0 0 6rem;
}
@media screen and (max-width: 950px) {
  .recruit-home-link--large {
    margin : 0 0 6rem;
  }
}
.recruit-home-link__title {
  font-size : 2.2rem;
  font-weight : 600;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  padding : 0 0 1rem;
  margin : 0 0 3rem;
}
@media screen and (max-width: 950px) {
  .recruit-home-link__title {
    font-size : 1.8rem;
    margin : 0 0 2rem;
  }
}
.recruit-home-link__visual {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  width : 100%;
  height : 32rem;
  padding : 0 5rem;
  margin : 0 0 4rem;
  background-color : #311b92;
  background : url(../img/recruit-home/mv.jpg) no-repeat center;
  background-size : cover;
}
@media screen and (max-width: 950px) {
  .recruit-home-link__visual {
    height : 25rem;
    padding : 0 2rem;
  }
}
.recruit-home-link__copy {
  width : 65.7rem;
}
@media screen and (max-width: 950px) {
  .recruit-home-link__copy {
    width : 26rem;
  }
}
.recruit-home-link__copy img {
  width : 100%;
}
.recruit-home-link__label {
  position : relative;
  background-color : #311b92;
  color : #fff;
  padding : 2.5rem;
  box-sizing : border-box;
  font-size : 2rem;
}
@media screen and (max-width: 950px) {
  .recruit-home-link__label {
    font-size : 1.6rem;
  }
}
.recruit-home-link__label::after {
  position : absolute;
  top : 20px;
  right : 30px;
  content : '';
  display : block;
  width : 3rem;
  height : 4rem;
  margin : 0 0 0 auto;
  background : url(../img/icon/i-arrow-right-large.svg) no-repeat center;
}

.recruit-home__wrap {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
  -webkit-box-pack : justify;
  -ms-flex-pack : justify;
  justify-content : space-between;
  width : 90vw;
  max-width : 1130px;
  margin : 0 auto 16rem;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .recruit-home__wrap {
    width : 100%;
    padding : 0 1.6rem;
    margin : 0 auto 8rem;
  }
}

.search-colum {
  display : block;
  padding : 4rem 0;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  color : #000;
}
.search-colum__title {
  font-size : 2rem;
  font-weight : medium;
  line-height : 1.6;
  margin : 0 0 1rem;
}
.search-colum__desc {
  font-size : 1.6rem;
  color : rgba(0, 0, 0, .54);
}

.search__wrap {
  width : 980px;
  margin : 0 auto 16rem;
}

.search__list {
  border-top : 1px solid rgba(0, 0, 0, .14);
}

.seminar-detail-category {
  width : 100%;
}
.seminar-detail-category__col {
  border-bottom : 1px solid #fff;
}
.seminar-detail-category__label {
  background-color : #311b92;
  color : #fff;
  text-align : center;
  font-size : 1.2rem;
  padding : 1rem 0;
  width : 16rem;
}
@media screen and (max-width: 950px) {
  .seminar-detail-category__label {
    float : left;
    padding : .5rem 0;
  }
}
.seminar-detail-category__txt {
  padding : 1rem 0 1rem 2rem;
}
@media screen and (max-width: 950px) {
  .seminar-detail-category__txt {
    width : 100%;
    float : left;
    padding : 1rem 0;
  }
}

.seminar-detail__box {
  margin : 8rem 0 0;
}

.seminar-detail__theme-title {
  font-size : 1.8rem;
  text-align : center;
  line-height : 1.6;
  margin : 7rem 0 5rem;
  font-weight : bold;
}

.seminar-detail__desc {
  color : #000;
  margin : 4rem 0 8rem;
}
.seminar-detail__desc strong {
  color : #311b92;
  font-size : 2rem;
  font-weight : 600;
}
@media screen and (max-width: 950px) {
  .seminar-detail__desc strong {
    font-size : 1.7rem;
  }
}

.seminar-detail__title {
  color : #311b92;
  text-align : center;
  font-size : 2rem;
  margin : 0 0 2rem;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.seminar-detail__order-btn {
  display : block;
  width : 30rem;
  background-color : #311b92;
  color : #fff;
  margin : 6rem auto 0;
  font-size : 1.6rem;
  padding : 1rem 0;
  box-sizing : border-box;
  text-align : center;
  border : 1px solid #311b92;
  border-radius : 4px;
  transition : all .25s;
}
@media screen and (max-width: 950px) {
  .seminar-detail__order-btn {
    width : 100%;
  }
}
.seminar-detail__order-btn:hover {
  background-color : #fff;
  color : #311b92;
}

/* 202105 ADD Start */
/*.seminar-detail__mv-img img {
  margin: 0 calc(50% - 500px) 5rem;
  width: 1000px;
}
@media screen and (max-width: 1000px) {
  .seminar-detail__mv-img img {
    width: 100%;
    margin: 0 0 5rem;
  }
}
.seminar-caution-content {
  border-bottom: 1px solid rgba(0, 0, 0, .14);
  border-top: 1px solid rgba(0, 0, 0, .14);
  padding: 2rem;
}
@media screen and (max-width: 950px) {
  .seminar-caution-content {
    padding: 2rem 0;
  }
}*/



.speakers-profiel__list {
  border-top : 1px solid rgba(0, 0, 0, .14);
}

.speakers-profiel__item {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  padding : 3rem;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .speakers-profiel__item {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
    padding : 2rem 0;
  }
}

.speakers-profiel__image {
  width : 12rem;
  height : 12rem;
  background-color : #311b92;
}
@media screen and (max-width: 950px) {
  .speakers-profiel__image {
    width : 10rem;
    height : 10rem;
    margin : 0 0 1.6rem;
  }
}

.speakers-profiel__text {
  width : calc(100% - 12rem);
  padding : 0 0 0 3rem;
}
@media screen and (max-width: 950px) {
  .speakers-profiel__text {
    width : 100%;
    padding : 0;
  }
}

.speakers-profiel__name {
  font-size : 1.6rem;
  margin : 0 0 1rem;
  line-height : 1;
}

.speakers-profiel__desc {
  font-size : 1.2rem;
  line-height : 1.6;
}

.summary {
  width : 100%;
  border-top : 1px solid rgba(0, 0, 0, .14);
}
.summary__col {
  border-bottom : 1px solid rgba(0, 0, 0, .14);
}
.summary__label {
  font-size : 1.6rem;
  width : 22%;
  padding : 3rem 0 3rem 2rem;
  color : #311b92;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .summary__label {
    width : 100%;
    float : left;
    padding : 2rem 0 0 0;
    margin : 0 0 1.8rem;
  }
}
.summary__txt {
  color : #000;
  padding : 3rem 0 3rem 2rem;
}
@media screen and (max-width: 950px) {
  .summary__txt {
    width : 100%;
    float : left;
    padding : 1rem 0 2rem 0;
  }
}
.summary__txt a {
  color : #311b92;
  text-decoration : underline;
}

.seminar-item {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
      flex-direction : column;
  width : 33.33333%;
  box-sizing : border-box;
  margin : 0 0 6rem;
}
@media screen and (max-width: 950px) {
  .seminar-item {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
    padding : 1.5rem;
    width : 100%;
    padding : 0;
  }
}
@media screen and (max-width: 950px) and (min-width: 450px) {
  .seminar-item {
    width : 50%;
    padding : 0 1%;
  }
}
.seminar-item:nth-child(2n) {
  padding : 0 .5% 0;
}
@media screen and (max-width: 950px) {
  .seminar-item:nth-child(2n) {
    padding : 0;
  }
}
@media screen and (max-width: 950px) and (min-width: 450px) {
  .seminar-item:nth-child(2n) {
    padding : 0 1%;
  }
}
.seminar-item:first-child,
.seminar-item:nth-child(3n + 1) {
  padding : 0 1% 0 0;
}
@media screen and (max-width: 950px) {
  .seminar-item:first-child,
  .seminar-item:nth-child(3n + 1) {
    padding : 0;
  }
}
@media screen and (max-width: 950px) and (min-width: 450px) {
  .seminar-item:first-child,
  .seminar-item:nth-child(3n + 1) {
    padding : 0 1%;
  }
}
.seminar-item:nth-child(3n) {
  padding : 0 0 0 1%;
}
@media screen and (max-width: 950px) {
  .seminar-item:nth-child(3n) {
    padding : 0;
  }
}
@media screen and (max-width: 950px) and (min-width: 450px) {
  .seminar-item:nth-child(3n) {
    padding : 0 1%;
  }
}
.seminar-item__link {
  width : 100%;
  margin : 0 0 3rem;
}
.seminar-item__image-box {
  width : 100%;
  height : 18rem;
  margin : 0 0 2rem;
  border : 1px solid rgba(0, 0, 0, .14);
  box-sizing : border-box;
  overflow : hidden;
}
@media screen and (max-width: 950px) {
  .seminar-item__image-box {
    width : 100%;
    height : 18rem;
    margin : 0 0 2rem;
  }
  .seminar__archive__wrap .seminar-item__image-box {
    /* height : 58vw; */
    height: auto;
    aspect-ratio: 15 / 9;
  }
}
.seminar-item__image {
  display : block;
  width : 100%;
  height : 100%;
  transition : -webkit-transform .2s;
  transition :         transform .2s;
  transition :         transform .2s, -webkit-transform .2s;
  -webkit-transform : scale(1);
          transform : scale(1);
  will-change : transform;
}
.seminar-item__image.is-active {
  -webkit-transform : scale(1.05);
          transform : scale(1.05);
}
.seminar-item__text-box {
  width : 100%;
  padding : 0;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .seminar-item__text-box {
    padding : 0;
  }
}
.seminar-item__date {
  font-size : 1.4rem;
  color : #000;
  margin : 0 0 1rem;
}
@media screen and (max-width: 950px) {
  .seminar-item__date {
    margin : 0 0 1rem;
  }
}
.seminar-item__title {
  font-size : 1.8rem;
  color : #000;
  margin : 0 0 1.5rem;
  line-height : 1.6;
}
@media screen and (max-width: 950px) {
  .seminar-item__title {
    margin : 0 0 1rem;
  }
}
.seminar-item__title.is-active {
  color : #311b92;
}
.seminar-item__desc {
  font-size : 1.5rem;
  color : rgba(0, 0, 0, .54);
  line-height : 1.7;
}
.seminar-item__order-btn {
  display : block;
  width : 100%;
  padding : 1.4rem;
  background-color : #311b92;
  box-sizing : border-box;
  color : #fff;
  text-align : center;
  font-size : 1.8rem;
  border-radius : 4px;
  margin : auto 0 0;
}

.seminar-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
  width : 980px;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .seminar-list {
    width : 100%;
    padding : 1rem 0;
  }
}

.seminar__wrap {
  width : 980px;
  margin : 0 auto 10rem;
}
@media screen and (max-width: 950px) {
  .seminar__wrap {
    width : 100%;
  }
}

.seminar__box {
  margin : 0 0 10rem;
}

.seminar__in {
  width : 980px;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .seminar__in {
    width : 100%;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}

.seminar__title {
  text-align : center;
  font-size : 3rem;
  margin : 0 0 5rem;
}
@media screen and (max-width: 950px) {
  .seminar__title {
    margin : 0 0 2rem;
  }
}

.seminar__attention {
  text-align : center;
  font-size : 2rem;
  margin : 0 0 5rem;
  color : #311b92;
}

/***************************************************
  202210 ADD セミナー一覧ページ改修 Start
*/
.seminar-overwrite__title {
  margin: 0;
  padding: 6rem 0;
  background-color: #311b92;
  color: #FFF;
}
@media screen and (max-width: 950px) {

}
.seminar-overwrite__overview {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 5rem;
  padding: 0 1rem;
}
@media screen and (max-width: 950px) {
  .seminar-overwrite__overview {
    text-align: left;
  }
}
.seminar-overwrite__wrap {
  background-color: #EDE7F6;
  width: 100%;
  margin: 0 auto;
  padding-top: 5rem;
}
.seminar-overwrite__box {
  max-width: 980px;
  margin: 0 auto 10rem;
}
.seminar-overwrite__list {
  justify-content: space-between;
}
.seminar-overwrite__list .seminar-item {
  padding: 0;
}
.seminar-overwrite__item {
  width: 49%;
  padding: 0;
  background-color: #FFF;
}
@media screen and (max-width: 600px) {
  .seminar-overwrite__item {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.seminar-overwrite__item .seminar-item__link {
  margin: 0;
}
.seminar-overwrite__item .seminar-item__image-box {
  aspect-ratio: 15 / 9;
  width: 100%;
  height: auto;
  margin: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .14);
}
.seminar-overwrite__item .seminar-item__image {
  opacity: 1;
  transition: all .2s ease;
}
.seminar-overwrite__item .seminar-item__image.is-active {
  opacity: 0.8;
}

.seminar-overwrite__item .seminar-item__text-box {
  padding: 2rem;
}
.seminar-overwrite__item .seminar-item__date {
  font-size: 1.4rem;
  font-weight: 700;
  color: #311b92;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 950px) {
  .seminar-overwrite__item .seminar-item__date {
    font-size: 1.3rem;
  }
}
.seminar-overwrite__item .seminar-item__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
}
.seminar-overwrite__item .seminar-item__content {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
}


/*
  202210 ADD セミナー一覧ページ改修 End
***************************************************/

.seminarreport-detail-category__list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  margin : 0 0 3rem;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
}

.seminarreport-detail-category__tag {
  display : block;
  background-color : #ede7f6;
  color : #311b92;
  padding : .3rem 1rem;
  margin : 0 1rem 1rem 0;
  font-size : 1.2rem;
  font-weight : medium;
}
.seminarreport-detail-category__tag:last-child {
  margin : 0 0 1rem 0;
}

.seminarreport-detail-contents__wrap {
  margin : 0 0 12rem;
}

.seminarreport-detail-contents__colum {
  margin : 0 0 8rem;
}
.seminarreport-detail-contents__colum h3 {
  text-align : center;
  color : #311b92;
  font-size : 2.2rem;
  margin : 0 0 3rem;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.seminarreport-detail-contents__colum img {
  width : 80%;
  height : auto;
}
@media screen and (max-width: 950px) {
  .seminarreport-detail-contents__colum img {
    width : 90%;
  }
}
.seminarreport-detail-contents__colum h4 {
  font-size : 1.7rem;
  font-weight : 500;
  text-align : center;
  margin : 0 0 3rem;
}
.seminarreport-detail-contents__colum p {
  font-size : 1.6rem;
  line-height : 1.8;
}

.seminarreport-detail-head {
  position : relative;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  height : 40rem;
  background-color : #311b92;
}
.seminarreport-detail-head::after {
  position : absolute;
  top : 0;
  left : 0;
  display : block;
  content : '';
  width : 100%;
  height : 100%;
  background-color : rgba(0, 0, 0, .34);
  z-index : 0;
}
.seminarreport-detail-head__title-colum {
  max-width : 80%;
  z-index : 9;
}
@media screen and (max-width: 950px) {
  .seminarreport-detail-head__title-colum {
    max-width : 100%;
    padding : 0 1.6rem;
    box-sizing : border-box;
  }
}
.seminarreport-detail-head__tag {
  display : inline-block;
  background-color : #fff;
  color : #311b92;
  padding : .4rem 1rem;
  font-size : 1.4rem;
}
.seminarreport-detail-head__date {
  color : #fff;
  font-size : 1.4rem;
  letter-spacing : .1em;
  font-weight : 100;
  margin : 0 0 0 2rem;
}
.seminarreport-detail-head__title {
  font-size : 4rem;
  color : #fff;
  font-weight : medium;
  margin : 1rem 0 .5rem;
}
@media screen and (max-width: 950px) {
  .seminarreport-detail-head__title {
    font-size : 2.2rem;
    margin : 1rem 0;
  }
}
.seminarreport-detail-head__desc {
  font-size : 2rem;
  color : #fff;
}
@media screen and (max-width: 950px) {
  .seminarreport-detail-head__desc {
    font-size : 1.6rem;
  }
}

.seminarreport-detail-speaker__wrap {
  border-top : 1px solid rgba(0, 0, 0, .14);
  margin : 0 0 8rem;
}

.seminarreport-detail-speaker__title {
  font-size : 2.6rem;
  color : #311b92;
  margin : 0 0 3rem;
  text-align : center;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.seminarreport-detail-speaker__colum {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  padding : 4rem;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .seminarreport-detail-speaker__colum {
    padding : 2rem .8rem;
  }
}

.seminarreport-detail-speaker__image {
  width : 20rem;
  height : 20rem;
  background-color : #311b92;
}
@media screen and (max-width: 950px) {
  .seminarreport-detail-speaker__image {
    width : 8rem;
    height : 8rem;
  }
}

.seminarreport-detail-speaker__profiel {
  -ms-flex-preferred-size : calc(100% - 20rem);
  flex-basis : calc(100% - 20rem);
  padding : 0 0 0 3rem;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .seminarreport-detail-speaker__profiel {
    -ms-flex-preferred-size : calc(100% - 8rem);
    flex-basis : calc(100% - 8rem);
    padding : 0 0 0 1rem;
  }
}

.seminarreport-detail-speaker__name {
  font-size : 2rem;
  font-weight : bold;
  margin : 0 0 2rem;
}
@media screen and (max-width: 950px) {
  .seminarreport-detail-speaker__name {
    font-size : 1.6rem;
    margin : 0 0 1rem;
  }
}

.seminarreport-detail-speaker__desc {
  font-size : 1.4rem;
}
@media screen and (max-width: 950px) {
  .seminarreport-detail-speaker__desc {
    font-size : 1.2rem;
  }
}

.seminarreport-detail-sponsorship__wrap {
  background-color : rgba(0, 0, 0, .14);
  padding : 3rem 0 5rem;
  box-sizing : border-box;
  text-align : center;
}
@media screen and (max-width: 950px) {
  .seminarreport-detail-sponsorship__wrap {
    padding : 3rem 1rem 4rem;
  }
}

.seminarreport-detail-sponsorship__title {
  font-size : 1.8rem;
  margin : 0 0 2rem;
}
@media screen and (max-width: 950px) {
  .seminarreport-detail-sponsorship__title {
    margin : 0 0 1rem;
  }
}

.seminarreport-detail-sponsorship__contents {
  font-size : 1.6rem;
  margin : 0 0 2rem;
}
@media screen and (max-width: 950px) {
  .seminarreport-detail-sponsorship__contents {
    font-size : 1.4rem;
  }
}

.seminarreport-detail-sponsorship__summary-btn {
  display : inline-block;
  background-color : #311b92;
  color : #fff;
  font-size : 1.6rem;
  padding : 1.2rem 4rem;
  border-radius : 4px;
}
@media screen and (max-width: 950px) {
  .seminarreport-detail-sponsorship__summary-btn {
    font-size : 1.4rem;
  }
}

.seminarreport-detail__wrap {
  width : 760px;
  margin : 4rem auto 16rem;
}
@media screen and (max-width: 950px) {
  .seminarreport-detail__wrap {
    width : 100%;
    padding : 0 1.6rem;
    box-sizing : border-box;
  }
}

.seminarreport-detail__title {
  font-size : 3rem;
  margin : 8rem 0 4rem;
}
@media screen and (max-width: 950px) {
  .seminarreport-detail__title {
    font-size : 2.2rem;
    margin : 4rem 0;
  }
}

.seminarreport-detail__contents {
  font-size : 1.8rem;
  margin : 4rem 0;
  line-height : 1.8;
}
@media screen and (max-width: 950px) {
  .seminarreport-detail__contents {
    font-size : 1.4rem;
  }
}

.seminarreport-card {
  width : 32.3333%;
  box-shadow : 0px 3px 10px rgba(0, 0, 0, .25);
  margin : 0 0 3rem;
  border-radius : 0 0 4px 4px;
}
@media screen and (max-width: 950px) {
  .seminarreport-card {
    width : 100%;
  }
}
.seminarreport-card:nth-child(3n + 2) {
  margin : 0 1.5% 3rem;
}
@media screen and (max-width: 950px) {
  .seminarreport-card:nth-child(3n + 2) {
    margin : 0 0 3rem;
  }
}
.seminarreport-card__image-box {
  width : 100%;
  height : 18rem;
  border-radius : 4px 4px 0 0;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  overflow : hidden;
}
.seminarreport-card__image {
  display : block;
  width : 100%;
  height : 100%;
  transition : -webkit-transform .2s;
  transition :         transform .2s;
  transition :         transform .2s, -webkit-transform .2s;
  -webkit-transform : scale(1);
          transform : scale(1);
  will-change : transform;
}
.seminarreport-card__image.is-active {
  -webkit-transform : scale(1.05);
          transform : scale(1.05);
}
.seminarreport-card__text-box {
  padding : 2rem 1.5rem;
  box-sizing : border-box;
  background-color : #fff;
  border-radius : 0 0 4px 4px;
}
.seminarreport-card__date {
  display : block;
  font-size : 1.4rem;
  margin : 0 0 1rem;
  color : #000;
}
.seminarreport-card__title {
  font-size : 1.8rem;
  color : #000;
  font-weight : 500;
  line-height : 1.6;
}
.seminarreport-card__title.is-active {
  color : #311b92;
}

.seminarreport__inner {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
  width : 980px;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .seminarreport__inner {
    width : 100%;
    margin : 0 auto 2rem;
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
    padding : 0 1.6rem;
    box-sizing : border-box;
  }
}

.service-box {
  width : 49%;
  margin : 0 0 6rem;
}
@media screen and (max-width: 950px) {
  .service-box {
    width : 100%;
    margin : 0 0 6rem;
  }
}
.service-box__image {
  width : 100%;
  height : 30rem;
  background-color : #311b92;
}
@media screen and (max-width: 950px) {
  .service-box__image {
    height : 20rem;
  }
}
.service-box__image--message {
  background : url('../img/corporate-information/thumb_message.jpg') center center/cover no-repeat;
}
.service-box__image--philosophy {
  background : url('../img/corporate-information/thumb_philosophy.jpg') center 28%/cover no-repeat;
}
.service-box__image--committee-advisers {
  background : url('../img/corporate-information/thumb_committee-advisers.jpg') center center/cover no-repeat;
}
.service-box__image--outline {
  background : url('../img/corporate-information/thumb_outline.jpg') center center/cover no-repeat;
}
.service-box__image--access {
  background : url('../img/corporate-information/thumb_access.jpg') center center/cover no-repeat;
}
.service-box__image--consulting-policy {
  background : url('../img/service/thumb_consulting-policy.jpg') center center/cover no-repeat;
}
.service-box__image--framework {
  background : url('../img/service/thumb_framework.jpg') center center/cover no-repeat;
}
.service-box__image--serviceline {
  background : url('../img/service/thumb_serviceline.jpg') center center/cover no-repeat;
}
.service-box__image--consultants {
  background : url('../img/service/thumb_consultants.jpg') center center/cover no-repeat;
}
.service-box__title {
  font-size : 2rem;
  box-sizing : border-box;
  color : #000;
  margin : 2rem 0 0;
}
@media screen and (max-width: 950px) {
  .service-box__title {
    padding : 0;
    margin : 2rem 0 1rem;
  }
}
.service-box__desc {
  font-size : 1.6rem;
  font-weight : 500;
  line-height : 1.7;
  box-sizing : border-box;
  color : rgba(0, 0, 0, .65);
  margin : 1.2rem 0 0;
}
@media screen and (max-width: 950px) {
  .service-box__desc {
    font-size : 1.4rem;
    padding : 0;
    margin : 0;
  }
}

.service-other-news {
  background-color : #ede7f6;
  padding : 8rem 0 14rem;
}
.service-other-news__title {
  font-size : 3rem;
  color : #000;
  font-weight : 200;
  text-align : center;
  margin : 0 0 6rem;
}

.service__wrap {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  width : 980px;
  padding : 0 0 10rem;
  margin : 0 auto;
  -webkit-box-pack : justify;
  -ms-flex-pack : justify;
  justify-content : space-between;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
}
@media screen and (max-width: 950px) {
  .service__wrap {
    width : 100%;
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
    padding : 0 1.5rem;
    box-sizing : border-box;
  }
}

.slide-case-item-image-box {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  width : 100%;
  height : 10rem;
  border-radius : 4px 4px 0 0;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  overflow : hidden;
  background-color : #311b92;
}
.slide-case-item-image-box__title {
  color : #fff;
  font-size : 2rem;
  font-weight : 500;
}
.slide-case-item-image-box__image {
  display : block;
  width : 100%;
  height : 100%;
  transition : -webkit-transform .2s;
  transition :         transform .2s;
  transition :         transform .2s, -webkit-transform .2s;
  -webkit-transform : scale(1);
          transform : scale(1);
  will-change : transform;
}
.slide-case-item-image-box__image.is-active {
  -webkit-transform : scale(1.05);
          transform : scale(1.05);
}

.slide-case-item-text-box {
  padding : 2rem 1.5rem;
  box-sizing : border-box;
  background-color : #fff;
  border-radius : 0 0 4px 4px;
}
.slide-case-item-text-box__title {
  font-size : 1.6rem;
  color : #000;
  font-weight : 500;
  line-height : 1.6;
  margin : 0 0 2rem;
}
@media screen and (max-width: 950px) {
  .slide-case-item-text-box__title {
    font-size : 1.4rem;
  }
}
.slide-case-item-text-box__title.is-active {
  color : #311b92;
}
.slide-case-item-text-box__tag {
  display : inline-block;
  font-size : 1.2rem;
  color : #311b92;
  background-color : #ede7f6;
  margin : 0 .5rem 1rem 0;
  padding : .2rem .8rem;
  box-sizing : border-box;
  border-radius : .25rem;
}
@media screen and (max-width: 950px) {
  .slide-case-item-text-box__tag {
    font-size : 1.2rem;
  }
}

.slide-case-item {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  width : 32.33333%;
  max-width : 32rem;
  margin : 0 0 3rem;
}
@media screen and (max-width: 950px) {
  .slide-case-item {
    width : 32rem;
    max-width : 32rem;
    min-width : 32rem;
    margin : 0;
    padding : 0 1rem;
    box-sizing : border-box;
  }
}
@media screen and (max-width: 950px) and (min-width: 450px) {
  .slide-case-item {
    width : 50%;
    max-width : 50%;
    min-width : 32rem;
    padding : 0 1rem 2rem;
  }
}
.slide-case-item:nth-child(3n + 2) {
  margin : 0 1.5% 3rem;
}
@media screen and (max-width: 950px) {
  .slide-case-item:nth-child(3n + 2) {
    margin : 0;
    padding : 0 1rem;
  }
}
@media screen and (max-width: 950px) and (min-width: 450px) {
  .slide-case-item:nth-child(3n + 2) {
    padding : 0 1rem 2rem;
  }
}
.slide-case-item__in {
  display : block;
  width : 100%;
  box-shadow : 0px 3px 10px rgba(0, 0, 0, .25);
  border-radius : 4px;
  background-color : #fff;
  transition : box-shadow .5s;
}
@media screen and (max-width: 950px) {
  .slide-case-item__in {
    height : 100%;
  }
}
.slide-case-item__in.is-active {
  box-shadow : 0px 3px 30px rgba(0, 0, 0, .35);
}

.slide-case {
  width : 980px;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .slide-case {
    overflow : hidden;
    width : 100%;
  }
}
.slide-case__inner {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  width : 980px;
  margin : 0 auto 2rem;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
}
@media screen and (max-width: 950px) {
  .slide-case__inner {
    width : 100%;
    margin : 0 auto 5rem;
  }
}

.slide-seminar-item {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
      flex-direction : column;
  width : 32.33333%;
  box-sizing : border-box;
  margin : 0 0 6rem;
}
@media screen and (max-width: 950px) {
  .slide-seminar-item {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
    padding : 0 1rem;
    width : 100%;
    max-width : 32rem;
    margin : 0;
  }
}
.slide-seminar-item:nth-child(2n) {
  padding : 0 .5% 0;
}
@media screen and (max-width: 950px) {
  .slide-seminar-item:nth-child(2n) {
    padding : 0 1rem;
  }
}
.slide-seminar-item:first-child,
.slide-seminar-item:nth-child(3n + 1) {
  padding : 0 1% 0 0;
}
@media screen and (max-width: 950px) {
  .slide-seminar-item:first-child,
  .slide-seminar-item:nth-child(3n + 1) {
    padding : 0 1rem;
  }
}
.slide-seminar-item:nth-child(3n) {
  padding : 0 0 0 1%;
}
@media screen and (max-width: 950px) {
  .slide-seminar-item:nth-child(3n) {
    padding : 0 1rem;
  }
}
.slide-seminar-item__image {
  width : 100%;
  height : 18rem;
  margin : 0 0 2rem;
  background-color : #311b92;
  border : 1px solid rgba(0, 0, 0, .14);
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .slide-seminar-item__image {
    width : 100%;
    height : 18rem;
    margin : 0 0 2rem;
  }
}
.slide-seminar-item__text-box {
  padding : 0;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .slide-seminar-item__text-box {
    padding : 0;
  }
}
.slide-seminar-item__date {
  font-size : 1.4rem;
  color : #000;
  margin : 0 0 1rem;
}
@media screen and (max-width: 950px) {
  .slide-seminar-item__date {
    margin : 0 0 1rem;
  }
}
.slide-seminar-item__title {
  font-size : 1.8rem;
  color : #000;
  margin : 0 0 1.5rem;
  line-height : 1.6;
}
@media screen and (max-width: 950px) {
  .slide-seminar-item__title {
    margin : 0 0 1rem;
  }
}
.slide-seminar-item__desc {
  font-size : 1.5rem;
  color : rgba(0, 0, 0, .54);
  line-height : 1.7;
}
.slide-seminar-item__order-btn {
  display : block;
  width : 100%;
  padding : 1.4rem;
  background-color : #311b92;
  box-sizing : border-box;
  color : #fff;
  text-align : center;
  font-size : 1.8rem;
  border-radius : 4px;
  margin : 2rem 0 0;
}

.slide-seminar-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
  width : 980px;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .slide-seminar-list {
    width : 100%;
    padding : 1rem 0;
    margin : 0 auto 6rem;
  }
}

@media screen and (max-width: 950px) {
  .slide-seminar__inner {
    padding : 0;
    box-sizing : border-box;
  }
}

.slide-seminarreport-card {
  width : 32.3333%;
  margin : 0 0 3rem;
}
@media screen and (max-width: 950px) {
  .slide-seminarreport-card {
    width : 100%;
    max-width : 32rem;
    margin : 0 2rem 0 0;
    padding : 0 1rem;
    box-sizing : border-box;
  }
}
.slide-seminarreport-card:nth-child(3n + 2) {
  margin : 0 1.5% 3rem;
}
@media screen and (max-width: 950px) {
  .slide-seminarreport-card:nth-child(3n + 2) {
    margin : 0 2rem 0 0;
  }
}
.slide-seminarreport-card__in {
  display : block;
  box-shadow : 0px 3px 10px rgba(0, 0, 0, .25);
  border-radius : 0 0 4px 4px;
  transition : box-shadow .5s;
}
.slide-seminarreport-card__in.is-active {
  box-shadow : 0px 3px 30px rgba(0, 0, 0, .35);
}
.slide-seminarreport-card__image-box {
  width : 100%;
  height : 18rem;
  border-radius : 4px 4px 0 0;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  overflow : hidden;
}
.slide-seminarreport-card__image {
  display : block;
  width : 100%;
  height : 100%;
  transition : -webkit-transform .2s;
  transition :         transform .2s;
  transition :         transform .2s, -webkit-transform .2s;
  -webkit-transform : scale(1);
          transform : scale(1);
  will-change : transform;
}
.slide-seminarreport-card__image.is-active {
  -webkit-transform : scale(1.05);
          transform : scale(1.05);
}
.slide-seminarreport-card__text-box {
  padding : 2rem 1.5rem;
  box-sizing : border-box;
  background-color : #fff;
  border-radius : 0 0 4px 4px;
}
.slide-seminarreport-card__date {
  display : block;
  font-size : 1.4rem;
  margin : 0 0 1rem;
  color : #000;
}
.slide-seminarreport-card__title {
  font-size : 1.8rem;
  color : #000;
  font-weight : 500;
  line-height : 1.6;
}
.slide-seminarreport-card__title.is-active {
  color : #311b92;
}

.slide-seminarreport__inner {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
  width : 980px;
  margin : 0 auto;
}
@media screen and (max-width: 950px) {
  .slide-seminarreport__inner {
    width : 100%;
    margin : 0 auto 6rem;
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
        flex-direction : column;
  }
}

.top-message-intro__wrap {
  width : 72rem;
  margin : 0 auto 8rem;
}
@media screen and (max-width: 950px) {
  .top-message-intro__wrap {
    width : 100%;
    padding : 0 1.6rem;
    box-sizing : border-box;
    margin : 0 auto;
  }
}

.top-message-intro__image {
  width : 100%;
  height : 40rem;
  background-color : #000;
  background : url(../img/topmessage/mv_topmessage.jpg) no-repeat center/cover;
}
@media screen and (max-width: 950px) {
  .top-message-intro__image {
    height : 24rem;
  }
}

.top-message-intro__name-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  margin : 1.5rem 0 0;
}

.top-message-intro__name-item {
  margin : 0 6rem;
  text-align : center;
}
@media screen and (max-width: 950px) {
  .top-message-intro__name-item {
    margin : 0 1rem;
  }
}

.top-message-intro__role {
  display : inline-block;
  font-size : 1.3rem;
  margin : 0 0 .5rem;
}

.top-message-intro__name {
  font-size : 1.8rem;
}

.top-message__wrap {
  width : 980px;
  margin : 0 auto;
  padding : 8rem 0 0;
}
@media screen and (max-width: 950px) {
  .top-message__wrap {
    width : 100%;
    padding : 6rem 0;
  }
}

.top-message__colum {
  width : 100%;
  margin : 0 auto;
  border-bottom : 1px solid rgba(0, 0, 0, .14);
  padding : 8rem 18rem 12rem;
  box-sizing : border-box;
}
@media screen and (max-width: 950px) {
  .top-message__colum {
    padding : 6rem 1.6rem;
  }
}
.top-message__colum:last-child {
  border : none;
}

.top-message__role {
  display : inline-block;
  font-size : 1.3rem;
  margin : 0 0 1.5rem;
}
@media screen and (max-width: 950px) {
  .top-message__role {
    margin : 0 0 1.2rem;
  }
}

.top-message__name {
  font-size : 3.3rem;
  margin : 0 0 3rem;
  line-height : 1;
}
@media screen and (max-width: 950px) {
  .top-message__name {
    font-size : 2.6rem;
    margin : 0 0 2rem;
  }
}

.top-message__profiel {
  font-size : 1.4rem;
}

.top-message__video-wrap {
  margin : 4rem auto;
  width : 100%;
  height : 35rem;
  background-color : #000;
}
@media screen and (max-width: 950px) {
  .top-message__video-wrap {
    width : 100%;
    height : 22rem;
    margin : 3rem auto;
  }
}

.top-message__contents {
  font-size : 1.6rem;
  line-height : 1.8;
}

.top-message__contents-title {
  color : #311b92;
  font-size : 2.2rem;
  margin : 4rem 0 2rem;
  font-weight : 600;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/****************************

youtube

*****************************/
.youtube {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/****************************

Business Insight

*****************************/
.news-detail__title span {
  color: #311b92;
  font-size: 2rem;
  display: block;
  margin: 0 0 1rem 0;
}

@media screen and (max-width: 950px) {
  .news-detail__title span {
    font-size: 1.5rem;
  }
}

.b-insight-detail__desc {
  color : #000;
  margin : 4rem 0 8rem;
}

.b-insight-detail__mb0 { /*20191225 add*/
  margin-bottom: 0 !important;
  line-height: 1.4;
}
.b-insight-detail__mb0 .b-insight-detail__sp-only{
  display:none;
}
@media screen and (max-width: 450px) {
  .b-insight-detail__mb0 { /*20191225 add*/
    line-height: 1.4;
  }
  .b-insight-detail__mb0 .b-insight-detail__sp-only{
    display: initial;
  }
}
.b-insight-detail__desc-title { 
  font-size : 2.8rem;
  margin : 0 0 4rem;
  color : #311b92;
  text-align : center;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 950px) {
  .b-insight-detail__desc-title {
    margin : 0 0 2rem;
    font-size : 2.6rem;
  }
}

.b-insight-detail__h2-sub { /*20191225 add*/
  font-size : 1.8rem;
  line-height: 1.4;
  margin : 0 0 4rem;
  color : #311b92;
  text-align : center;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.b-insight-detail-speaker__sideby { /*20191225 add*/
  display: flex;
  font-size: 1.2rem;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1rem;
  margin: 4rem 0;
}
.b-insight-detail-speaker__sideby p {
  width: 40%;
}

.b-insight-detail-speaker__sideby dl {
  width: 60%;
}
@media screen and (max-width: 450px) {
  .b-insight-detail-speaker__sideby {
    flex-wrap: wrap;
  }
  .b-insight-detail-speaker__sideby p,
  .b-insight-detail-speaker__sideby dl {
    width: 100%;
  }
  
}
.b-insight-detail-speaker__name {
  font-size : 2rem;
  font-weight : bold;
  margin : 0 0 2rem;
}
@media screen and (max-width: 950px) {
  .b-insight-detail-speaker__name {
    font-size : 1.6rem;
    margin : 0 0 1rem;
  }
}

.b-insight-detail-speaker__desc {
  margin: 4rem 6rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 950px) {
  .b-insight-detail-speaker__desc {
    margin: 0 0 2rem;
  }
}

.b-insight-detail__aside {
  color : #311b92;
  font-weight : 500;
}

.b-insight-detail-column__wrap {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
}
@media screen and (max-width: 950px) {
  .b-insight-detail-column__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.b-insight-detail-column__image {
  width: 40%;
  margin-right: 5%;
}
@media screen and (max-width: 950px) {
  .b-insight-detail-column__image {
    width: 50%;
    margin: 0 auto 2rem;
  }
}

.b-insight-detail-column__text {
  width: 55%;
  font-size: 1.2rem;
}
@media screen and (max-width: 950px) {
  .b-insight-detail-column__text {
    width: 100%;
  }
}

.b-insight-detail__case {
  color : #000;
  margin : 4rem 0 8rem;
}

.b-insight-detail__case-title {
  color : #311b92;
  text-align : center;
  font-size : 2rem;
  margin : 0 0 2rem;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.b-insight-detail__list {
  margin: 0 0 3rem 3rem;
}

.b-insight-detail__item {
  list-style-type: disc;
}
.b-insight-detail__item a {
  text-decoration: underline;
}
.b-insight-detail-column__wrap--case {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (max-width: 950px) {
  .b-insight-detail-column__wrap--case {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
}

@media screen and (max-width: 950px) {
  .b-insight-detail-column__image--case:not(:last-of-type) {
    margin-bottom: 2rem; 
  }
}

.b-insight-detail__link {
  border-top: solid 2px #dddddd;
  padding-top: 3rem;
}


/****** Float Banner *****/
.float-banner {
  position: fixed;
  right: 0;
  bottom: 200px;
  width: 200px;
  height: 200px;
  z-index: 100;
  opacity: 0;
  transition: opacity .5s;
}

.float-banner-back {
  background: linear-gradient(45deg, transparent 15px, #311b92 15px);
  background-position: bottom left;
  background-repeat:no-repeat;
  position: relative;
  height: 100%;
}


.float-banner-back::before {
  content: '';
  display: block;
  background: linear-gradient(45deg, transparent 15px, #482bca 15px);
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.float-banner.is-scroll {
  position: fixed;
  opacity: 1;
  transition: opacity .5s;
}

.float-banner.is-stop {
  position: absolute;
  bottom: 100px;
  opacity: 1;
}

.float-banner p {
  margin: 0;
}

.float-banner-desc {
  color: #ffffff;
}

.float-banner-desc__txt {
  font-size: 1.6rem;
  line-height: 1.4;
  padding : 15px 10px 0 10px;
}

.float-banner-btn {
  width: 80%;
  font-size: 1.2rem;
  background-color: orange;
  margin: 0 auto;
  text-align: center;
  padding: 5px;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 1.1rem;
  transition-duration: .4s;
}

.float-banner a:hover .float-banner-btn {
  background-color: #ffd400;
}

.float-banner-icon {
  background : url(../img/icon/icon-dl.svg) no-repeat center;
  width: 100%;
  height: 50px;
}

@media screen and (max-width: 950px) {
  .float-banner {
    bottom: 0;
    width: 300px;
    height: 110px;
  }
  
  .float-banner-desc__txt {
    font-size: 1.4rem;
  }
  
  .float-banner-icon {
    display: none;
  }
  
  .float-banner.is-stop {
    bottom: -12rem;
  }

}

/****** Float Anchor (Float Banner overwrite)*****/
.float-anchor {
  width: 300px;
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
}
@media screen and (max-width: 950px) {
  .float-anchor {
    height: 120px;
  }
}
.float-anchor-back {
  background: linear-gradient(45deg, transparent 15px, #d8d8d8 15px);
}

.float-anchor-back::before {
  background: linear-gradient(45deg, transparent 15px, #482bca 15px);
}

.float-anchor-link {
  font-size: 1.2rem;
}
@media screen and (max-width: 950px) {
  .float-anchor-link {
    padding-top: 5px;
  }
}

.float-anchor-title {
  padding: 10px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #311b92;
}
@media screen and (max-width: 950px) {
  .float-anchor-title {
    display: none;
  }
}

.float-anchor-link a {
  display: block;
  margin-left: 30px;
  padding: 3px 0 3px 20px;
  position: relative;
}
@media screen and (max-width: 950px) {
  .float-anchor-link a {
    padding: 1px 0 1px 20px;
  }
}

.float-anchor-link a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid #482bca;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top:.9rem;
  left: .6rem;
}
.float-anchor-link br {
  display: none;
}
@media screen and (max-width: 950px) {
  .float-anchor-link a::before {
    top:.8rem;
  }
}

/****** Float Image (Float Banner overwrite)*****/
.float-image {
  width: 300px;
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
}
.float-image.is-stop {
 bottom: 200px;
}
.float-banner-image img {
  width: 100%;
}
.float-image .is-pc {
  display: block;
}
.float-image .is-sp {
  display: none;
}
@media screen and (max-width: 950px) {
  .float-image {
    width: 300px;
    height: auto;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
  }
  .float-image.is-stop {
    bottom: 0;
   }
  .float-banner-image img {
    vertical-align: bottom;
  }
  .float-image .is-pc {
    display: none;
  }
  .float-image .is-sp {
    display: block;
    background: linear-gradient(45deg, transparent 10px, #eaeaea 10px);
    padding: 10px 10px 15px 15px;
  }
  .float-image .is-sp::before {
    content: '';
    display: block;
    background: linear-gradient(45deg, transparent 10px, #482bca 10px);
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .float-banner-sp-header {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 700;
  }
  .float-banner-sp-body {
    font-size: 1.4rem;
  }

}


/****************************

SNS Policy

*****************************/

.snspolicy-colum__contact {
  font-size : 1.5rem;
  box-sizing : border-box;
  padding : 2rem;
  margin : 1.5rem 2rem 0 2rem;
  background-color : rgba(0, 0, 0, .08);
  line-height : 1.8;
}
.snspolicy-colum__contact a {
  color : #311b92;
}

.snspolicy__wrap {
  width : 760px;
  margin : 0 auto 16rem;
}
@media screen and (max-width: 950px) {
  .snspolicy__wrap {
    width : 100%;
    padding : 0 1.6rem;
    box-sizing : border-box;
  }
}

.snspolicy__title {
  font-size : 2rem;
  font-weight : 700;
  margin : 5rem 0 1.6rem;
}

.snspolicy__desc {
  font-size : 1.6rem;
  line-height : 1.7;
}
@media screen and (max-width: 950px) {
  .snspolicy__desc {
    font-size : 1.4rem;
  }
}

.snspolicy__date {
  line-height: 1.7;
  margin-bottom: 1.6rem;
}

.snspolicy--txtright {
  text-align: right;
  font-size: 1.6rem;
}
@media screen and (max-width: 950px) {
  .snspolicy--txtright {
    font-size : 1.4rem;
  }
}

.snspolicy-list__disc {
  list-style: disc;
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 1rem 0 0 3.5rem;
}
@media screen and (max-width: 950px) {
  .snspolicy-list__disc {
    font-size : 1.4rem;
  }
}

.snspolicy-list__disc li {
  list-style-type: disc;
}

.snspolicy-colum__sns__tit {
  font-weight: 700;
}

.snspolicy-colum__sns__cnt {
  margin-left: 1.8rem;
}
@media screen and (max-width: 950px) {
  .snspolicy-colum__sns__cnt {
    font-size : 1.4rem;
  }
}

.snspolicy-list__ol {
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 1rem 0 0 3.5rem;
}
@media screen and (max-width: 950px) {
  .snspolicy-list__ol {
    font-size : 1.4rem;
  }
}

.snspolicy-list__ol li{
  list-style-type: decimal;
  margin-bottom: 1rem;
}

/****************************

Seminar Review Link

*****************************/
.seminar_review_link {
  padding: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
  margin: 0 3rem 4rem 3rem;
  background-color: #ede7f6;
}
.review_link_title p {
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #0000ff;
}
.review_link_cmt p {
  font-size: 1.4rem;
}
.review_link_ank a {
  position: relative;
  transition: all .25s;
}
.review_link_ank a::before {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;        /*top right bottom を透明化 */
  border-left: 5px solid #311b92;
}
.review_link_ank a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 450px) {
  .seminar_review_link {
    text-align: left;
  }
}

/****************************

detail button

*****************************/
.detail_btn {
  display: inline-block;
  transition-duration: .25s;
  padding: .7rem 2.4rem .7rem;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #311b92;
  color: #fff;
  font-weight: bold;
}

.detail_btn:hover {
  border-color: #311b92;
  background-color: #fff;
  color: #311b92;
}

/****************************

Topics CEO message

*****************************/
.ceo-msg__desc-title {
  font-size: 2rem;
  /*background-color: rgba(135, 209, 254, 0.52);*/
  padding: 1.5rem 0 1rem 0.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  margin-top: 3rem;
  border-bottom: 5px solid;
  border-image: linear-gradient(90deg, #380F98 40%, #FFFFFF 95%);
  border-image-slice: 1;
}
@media screen and (max-width: 950px) {
  .ceo-msg__desc-title {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.ceo-msg__small {
  font-size: 0.8em;
}
@media screen and (max-width: 450px) {
  .ceo-msg__small {
    display: block;
    margin-left: 3rem;
  }
}
.ceo-msg__sub-title {
  font-size: 2rem;
  color: #311b92;
  padding: 1rem 0 1rem 0.5rem;
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  .ceo-msg__sub-title {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.ceo-msg__h4-title {
  font-weight: 700;
}

.ceo-msg__desc-ul {
	padding:0.5em;
	list-style-type:none;
}
.ceo-msg__desc-ul .ceo-msg__desc-list {
  position: relative;
  display: inline-block;
  padding: 0 0 0 24px;
  color: #000;
  text-decoration: none;
  margin-bottom: 1rem;
}
.ceo-msg__desc-ul .ceo-msg__desc-list:after,
.ceo-msg__desc-ul .ceo-msg__desc-list:before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
}
.ceo-msg__desc-ul .ceo-msg__desc-list:before {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #380F98;
  top: 8px;
}
.ceo-msg__desc-ul .ceo-msg__desc-list:after {
  left: 4px;
  top: 13px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 950px) {
  .ceo-msg__desc-ul .ceo-msg__desc-list:before {
    top: 5px;
  }
  .ceo-msg__desc-ul .ceo-msg__desc-list:after {
    top: 10px;
  }
}
.ceo-msg__desc-list p {
  margin-bottom: 0;
}
.ceo-msg__desc-ol {
  counter-reset: li;
  margin-left: 1rem;
}
@media screen and (max-width: 950px) {
  .ceo-msg__desc-ol {
    margin-left: 0;
  }
}
.ceo-msg__desc-ol > .ceo-msg__desc-num {
	list-style: none;
	position: relative;
  padding-left: 2.8em;
  counter-increment: cnt;
	/*margin-bottom: 0.8em;*/
}
.ceo-msg__desc-ol > .ceo-msg__desc-num:before {
  counter-increment: li;
  text-align: center;
  position: absolute;
  left: 0em;
  top: 5px;
  line-height: 1.4;
  content: "【" counter(cnt) "】";
}
.ceo-msg__desc-ul-dot {
	padding:0 0 0.5em 0;
	list-style-type:none;
}
.ceo-msg__desc-ul-dot .ceo-msg__desc-dot-list {
	position:relative;
	padding: 0 0 0.3em 1.3em;
}
.ceo-msg__desc-ul-dot .ceo-msg__desc-dot-list:before {
	position:absolute;
	content:'';
	top: 0.6em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #311b92;
}
.ceo-msg_strong {
  font-weight: 700;
}
.ceo-msg__desc-small {
  font-size: 0.6em;
}
span.string-back__blue {
  background: linear-gradient(transparent 60%, #66ccff 60%);
}

.personalinfo-table {
    width: 720px;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, .14);
    font-size: 1.6rem;
}
.personalinfo-table th {
    width: 15rem;
    text-align: center;
    background-color: #ede7f6;
    padding: 1.5rem 0;
    border: 1px solid rgba(0, 0, 0, .14);
    vertical-align: middle;
}
.personalinfo-table td {
    border-left: 1px solid rgba(0, 0, 0, .14);
    border: 1px solid rgba(0, 0, 0, .14);
    padding: 1.5rem;
    line-height: 1.6;
    vertical-align: middle;
}
@media screen and (max-width: 950px) {
	.personalinfo-table {
		overflow-x: auto;
		display: block;
		width: 100%;
	    font-size: 1.4rem;
	}
	.personalinfo-table th,
	.personalinfo-table td {
		white-space: nowrap;
	}
}
ol.personalinfo-circle {
    margin: 0;
    padding: 0;
	font-size: 1.6rem;
    line-height: 1.6;
}
ol.personalinfo-circle li {
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
}
ol.personalinfo-ol {
	margin-left: 2.4em; 
	font-size: 1.6rem;
    line-height: 1.6;
}
ol.personalinfo-ol li {
	list-style-type: none;
	counter-increment: cnt;
}
ol.personalinfo-ol li::before {
	content: "(" counter(cnt) ") ";
	display:inline-block;
	margin-left:-2.4em;
	width: 2.4em;
}
@media screen and (max-width: 950px) {
	ol.personalinfo-circle {
		font-size: 1.4rem;
	}
	ol.personalinfo-ol {
		font-size: 1.4rem;
	}
}
