@charset "utf-8";
/*
theme Name : flc （GFS Education）
Author : flc
Description : flc original theme
version : 1.0.0
*/

/***************************************************************************************************************************************************
icomoon
***************************************************************************************************************************************************/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?phqqd5");
  src: url("fonts/icomoon.eot?phqqd5#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?phqqd5") format("truetype"),
    url("fonts/icomoon.woff?phqqd5") format("woff"),
    url("fonts/icomoon.svg?phqqd5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-save-money:before {
  content: "\e925";
}
.icon-piggy-bank1:before {
  content: "\e926";
}
.icon-planet-earth:before {
  content: "\e927";
}
.icon-investment:before {
  content: "\e928";
}
.icon-profits:before {
  content: "\e929";
}
.icon-threedown:before {
  content: "\e924";
}
.icon-around:before {
  content: "\e900";
}
.icon-arrow-right-solid:before {
  content: "\e901";
}
.icon-artificial-intelligence:before {
  content: "\e902";
}
.icon-bank:before {
  content: "\e903";
}
.icon-bars-solid:before {
  content: "\e904";
}
.icon-caret-down-solid:before {
  content: "\e905";
}
.icon-caret-right-solid:before {
  content: "\e906";
}
.icon-chevron-right-solid:before {
  content: "\e907";
}
.icon-choice:before {
  content: "\e908";
}
.icon-conversation:before {
  content: "\e909";
}
.icon-education:before {
  content: "\e90a";
}
.icon-employee:before {
  content: "\e90b";
}
.icon-envelope-regular:before {
  content: "\e90c";
}
.icon-external-link-symbol:before {
  content: "\e90d";
}
.icon-family:before {
  content: "\e90e";
}
.icon-government:before {
  content: "\e90f";
}
.icon-handshake:before {
  content: "\e910";
}
.icon-map-marker-alt-solid:before {
  content: "\e911";
}
.icon-multiply:before {
  content: "\e912";
}
.icon-network:before {
  content: "\e913";
}
.icon-piggy-bank:before {
  content: "\e914";
}
.icon-play-solid:before {
  content: "\e915";
}
.icon-plus-circle-solid:before {
  content: "\e916";
}
.icon-question-circle-regular:before {
  content: "\e917";
}
.icon-relationship:before {
  content: "\e918";
}
.icon-secure-shield:before {
  content: "\e919";
}
.icon-singapore-1:before {
  content: "\e91a";
}
.icon-university-campus:before {
  content: "\e91b";
}
.icon-university:before {
  content: "\e91c";
}
.icon-home:before {
  content: "\e91d";
}
.icon-home2:before {
  content: "\e91e";
}
.icon-home3:before {
  content: "\e91f";
}
.icon-office:before {
  content: "\e920";
}
.icon-newspaper:before {
  content: "\e921";
}
.icon-images:before {
  content: "\e922";
}
.icon-camera:before {
  content: "\e923";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}

/******************************************************
layout
******************************************************/
.layout--pc {
  display: block;
}
.layout--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .layout--pc {
    display: none;
  }
  .layout--sp {
    display: block;
  }
}

/******************************************************
header
******************************************************/
main {
  margin-top: 70px;
}
header {
  height: 70px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.4));
  /* position: sticky; */
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
#defaulthead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  height: 100%;
}
#logo {
  margin-left: 20px;
}
.gm_list {
  display: none;
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 132px;
  bottom: -132px;
  left: 0;
}
.bg_green {
  /*background: linear-gradient(90deg, rgba(118, 204, 135,1) 20.07707509881423%,rgba(118, 204, 135,1) 22.13957509881423%,rgba(75, 167, 93,1) 80.07707509881422%);*/
  background: #4ba75d;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gm_img {
  display: block;
  margin: 15px auto;
  width: 100px;
  border-radius: 3px;
  border: 1px solid #bbe1c2;
}
.gm_title {
  display: block;
  line-height: 1;
  font-size: 14px;
}
.t_twoline {
  line-height: 1.2;
  margin-top: -8px;
}
.com_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  position: relative;
  width: 60%;
  margin: 0 auto;
  height: 100%;
  max-width: 768px;
}
.com_menu a {
  color: #fff;
  text-align: center;
  width: 25%;
}
.gm_list b {
  color: #fff;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.4));
  font-size: 24px;
  position: absolute;
  bottom: 0;
  left: 48px;
  z-index: 2;
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
}
.gm_list:before {
  content: "";
  width: 200px;
  height: 132px;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 1;
}
.gm_list.g_combg:before {
  background: url(img/g_combg.png) no-repeat;
}
.gm_list.g_busibg:before {
  background: url(img/g_busibg.png) no-repeat;
}

#h_company:hover .gm_list {
  display: block;
}
#h_business:hover .gm_list {
  display: block;
}

.h_bg_ac {
  background: #4ba75d;
  color: #fff;
}

#logo img {
  max-height: 30px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}

#gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 1.6rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#gnav li {
  cursor: pointer;
}
#gnav li {
  display: block;
  padding-right: 20px;
  margin: 20px 10px;
  border-right: #333 1px solid;
}
#gnav li:last-child {
  border-right: none;
}
/*
#gnav li:not(:last-child) {
  display: block;
  height: 70px;
  line-height: 70px;
  padding: 0 12px;
}
*/

.h_conbtn {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 25px 0 15px;
}

.h_conbtn:before {
  font-family: "icomoon" !important;
  content: "\e90c";
  padding-right: 5px;
  vertical-align: -1px;
}

#menu-wrap {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}

/******************************************************
main
******************************************************/

/* 背景色 */
.bgc__lightGray {
  background-color: #f8f8f8;
}
/* ボタン */
.b-btn {
  background-color: #425b94;
  border-radius: 9999px;
  color: #fff;
  padding: 12px 32px;
  position: relative;
  text-align: center;
  text-decoration: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  display: inline-block;
  transition: .3s all;
}
.b-btn:hover {
  opacity: .8;
}
.b-btn__arrowSvg {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  fill: #fff;
  width: 15px;
  height: 15px;
}
.b-btn.-expanded {
  display: block;
  color: #fff;
}
.b-btn.-outline {
  background-color: #fff;
  border: 1px solid #cccccc;
  color: #333333;
}
.b-btn.-outline .b-btn__arrowSvg {
  fill: #555555;
}
.b-btn.-rich {
  border: 2px solid #fff;
}
.b-btn.-widthControl {
  display: block;
  margin-right: 32px;
  margin-left: 32px;
}
@media screen and (min-width: 1024px) {
  .b-btn {
    font-size: 20px;
  }
  .b-btn.-widthControl {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* レイアウト */
section:last-child{
  padding: 40px 0 120px;
}
.txt_box{
  margin: 0 auto 60px;
}
.contents_box{
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px;
}
@media screen and (max-width: 480px){
  .contents_box{
    max-width: 1120px;
    padding: 10px;
  }
}
/* PC　SP 切り替え */
.pc{display: inline-block;}
.sp{display: none;}
@media screen and (max-width: 480px){
.pc{display: none;}
.sp{display: inline-block;}
br.pc{display: none;}
br.sp{display: inline;}
}
/******************************************************
トップページ
******************************************************/
.contentsInner {
  width: calc(100% - 32px);
  margin: 30px auto 0;
}

.contentsInner .art_loop{
  background: #FFF;
  padding: 30px;
  border-radius: 3px;
}

@media screen and (min-width: 1024px) {
  .contentsInner {
    width: 100%;
    max-width: 1120px;
    margin: 56px auto 0;
  }
}

@media screen and (max-width: 480px) {
  .contentsInner .art_loop{
    padding: 30px 15px;
    border-radius: 0;
  }
}

/* .goodComapny */
.goodCompany {
  display: block;
  width: 100%;
}
.goodCompany__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
.goodCompany__logo {
  max-width: 35px;
}
.goodCompany__text {
  margin-left: 20px;
  font-size: 1.4rem;
}

/* mainVisual */
.mainVisual {
  position: relative;
}

.mainVisual__video {
  overflow: hidden;
  height: 0;
  padding-top: calc(56.25% - 70px);
  position: relative;
}

.mainVisual__video video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mainVisual__video::after {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFElEQVQYV2NkYGD4z8DAwMjIAAUADikBA/gvnngAAAAASUVORK5CYII=)
    repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

/* コピー */
#main_title {
  color: #fff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  font-size: 4rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 2;
}

#main_txt {
  color: #fff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
  font-size: 3rem;
  position: absolute;
  bottom: 7%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  width: 90%;
  z-index: 2;
}

@media screen and (min-width: 1440px) {
  .mainVisual__video {
    padding-top: calc(56.25% - 20vh);
  }
  #main_title {
    font-size: 5rem;
  }
  #main_txt {
    bottom: 15%;
  }
}

@media screen and (max-width: 1024px) {
  #main_title {
    font-size: 3rem;
  }
  #main_txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual__video {
    padding-top: 112%;
  }
  .mainVisual__video video {
    width: auto;
    max-width: none;
    height: 100%;
    left: -30%;
  }
  #main_title {
    font-size: 6vw;
    top: 45vw;
    left: 50%;
  }
  #main_title::after {
    content: "";
    border: 1px solid #fff;
    display: block;
    width: 80px;
    margin: 20px auto 0;
  }
  #main_txt {
    font-size: 4vw;
    font-weight: bold;
    bottom: 100px;
    text-align: center;
    bottom: 30vw;
    left: 50%;
    transform: translateX(-50%);
  }
}


/* 主要事業 */
.businessContents {
  padding: 30px 0 40px;
}
.sec_title__sub {
  display: block;
  font-size: 13px;
}
.l-top_gfsWrapper__newsArea {
  padding-top: 20px;
  border-top: 1px solid #cccccc;
}
/* イメージキャラクター */
.b-character {
  padding: 32px 16px 0px;
  position: relative;
}
.b-character__descArea > * + * {
  margin-top: 25px;
}
.b-character__head {
  font-size: 20px;
  font-weight: 400;
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  text-align: center;
}
.b-character__desc {
  font-size: 13px;
  text-align: center;
}
.b-character__btn {
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
}
.b-character__btn {
  position: relative;
}
.b-character__btn.icon-external-link-symbol:before {
  content: "\e90d";
  position: absolute;
  right: 10px;
}
.b-character__imgArea {
  position: relative;
  margin-top: 32px;
}
.b-character__characterImg {
  width: 100%;
}
.b-character__footCopy {
  font-size: 20px;
  color: #999;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
/* 4冠達成 */
.b-gfsCrown {
  padding: 32px 0;
}
.b-gfsCrown > * + * {
  margin-top: 16px;
}
.b-gfsCrown__crownImg {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.b-gfsCrown__text {
  font-size: 10px;
  margin: 20px auto 0;
  color: #555555;
}
/* 最新情報＋ギネス */
.b-tapeHead {
  background-color: #e9e9e9;
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  color: #1f2c5c;
  font-size: 16px;
  text-align: center;
  padding: 0px 16px;
}
/* 最新情報 */
.count {
  display: block;
  margin-top: 15px;
}
.count_wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.count_wrap .ribbon {
  width: 100%;
  max-width: 150px;
  height: 20px;
  margin-bottom: 7px;
  line-height: 20px;
  border-radius: 10px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
.count_wrap p {
  font-size: 1.4rem;
}
.count_wrap .lastweek {
  background-color: #5e6c9e;
}
.count_wrap .thisweek {
  background-color: #1f2c5c;
}
.count_wrap .txt_last {
  color: #5e6c9e;
  font-weight: bold;
  text-align: center;
}
.count_wrap .txt_this {
  color: #1f2c5c;
  font-weight: bold;
  text-shadow: 2px 2px 1px #fff;
}
.content iframe {
  max-width: 720px;
  left: 50% !important;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .businessContents {
    padding: 80px 0;
  }
  .sec_title__sub {
    font-size: 16px;
  }
  .l-top_gfsWrapper {
    border: 1px solid #cccccc;
  }
  .l-top_gfsWrapper__newsArea {
    padding: 30px;
  }
  /* イメージキャラクター */
  .b-character {
    display: flex;
    padding: 56px 56px 70px;
  }
  .b-character__descArea {
    flex: 1 0 50%;
  }
  .b-character.-page-gfs .b-character__descArea {
    transform: translateY(-45px);
  }
  .b-character__head {
    font-size: 30px;
    line-height: 1.5;
  }
  .b-character__desc {
    font-size: 18px;
  }
  .b-character__imgArea {
    flex: 1 0 30%;
  }
  .b-character__characterImg {
    position: absolute;
    bottom: -70px;
  }
  .b-character__footCopy {
    font-size: 12px;
    left: 50%;
    right: auto;
    bottom: 16px;
    transform: translate(-50%, 0);
  }
  /* 3冠達成 */
  .b-gfsCrown {
    padding-bottom: 56px;
  }
  .b-gfsCrown__text {
    font-size: 14px;
    width: 80%;
    margin: 30px auto 0;
    text-align: center;
  }
  /* 最新情報＋ギネス記録 */
  .b-tapeHead {
    font-size: 18px;
  }
  /* 最新情報 */
  .count {
    margin-top: 20px;
  }
  .count_wrap {
    margin-bottom: 16px;
  }
  .count_wrap p {
    font-size: 1.6rem;
  }
  .count_wrap .ribbon {
    max-width: 180px;
    height: 28px;
    margin-bottom: 10px;
    line-height: 28px;
    border-radius: 14px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .b-character__footCopy {
    font-size: 10px;
    left: 0;
    right: 0;
    bottom: 16px;
  }
}


/* Information */
#news{
  margin-bottom: 150px;
}
.top_info_wrap {
  padding: 40px 0;
}
.art_loop > a {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  align-items: flex-start;
  padding: 15px 37px 15px 31px;
  border-top: 1px solid #ccc;
}
.art_loop > a:last-child{
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1024px) {
  .top_info_wrap {
    padding: 40px 0;
  }
  .art_loop > a {
    flex-basis: calc(100% / 3);
    align-items: stretch;
  }
}


/* About GFS Education */
.g_sec {
  padding: 40px 0;
}
.l-aboutCards {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}
.b-aboutCard {
  border: 1px solid #cccccc;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  display: block;
  text-decoration: none;
  color: #333333;
  padding: 8px;
}
.b-aboutCard:hover {
  opacity: 0.8;
}
.b-aboutCard__imgArea {
  margin-top: -8px;
  margin-left: -8px;
  margin-right: -8px;
}
.b-aboutCard__imgArea img {
  width: 100%;
}
.b-aboutCard__descArea {
  margin-top: 8px;
}
.b-aboutCard__sup {
  font-size: 12px;
  color: var(--color_brand-base);
}
.b-aboutCard__head {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .g_sec {
    padding: 80px 0;
  }
  .l-aboutCards {
    gap: 20px;
  }
  .b-aboutCard {
    padding: 16px;
  }
  .b-aboutCard__imgArea {
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .b-aboutCard__descArea {
    margin-top: 16px;
  }
  .b-aboutCard__sup {
    font-size: 14px;
  }
  .b-aboutCard__head {
    font-size: 18px;
  }
}

/* Twitter タイムライン */
.snsTimeLine {
  padding: 40px 0 80px;
}
.snsTimeLine__list {
  width: calc(100% - 32px);
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  gap: 20px 0;
}
.snsTimeLine__item {
  width: 100%;
  max-width: 540px;
  max-height: 500px;
  overflow-y: scroll;
}
.twitter-title {
  background: #4ba75d;
  color: #fff;
  padding: 15px 0;
  font-weight: bold;
  text-align: center;
}
.twitter-title__gfs {
  background: #425b94;
}
@media screen and (min-width: 1024px) {
  .snsTimeLine {
    padding: 80px 0;
  }
  .snsTimeLine__list {
    max-width: 1120px;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: center;
    gap: 0px 40px;
  }
  .snsTimeLine__item {
    width: 100%;
    max-width: 540px;
    max-height: 500px;
    overflow-y: scroll;
  }
  .twitter-title {
    background: #4ba75d;
    color: #fff;
    padding: 15px 0;
    font-weight: bold;
    text-align: center;
  }
  .twitter-title__gfs {
    background: #425b94;
  }
}


/******************************************************
下層
******************************************************/
#sub_toptitle,
#sub_toptxt {
  z-index: 2;
  position: absolute;
}
#sub_toptitle {
  color: #fff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
  width: 1120px;
  top: 7%;
  left: 50%;
  transform: translate(-50%, 0);
}
#sub_toptitle {
  /* font-size: 3.4rem;
  font-size: 3.4vw; */
  font-size: clamp(28px, (4vw + 13px), 52px);
  font-weight: 400;
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  line-height: 1.4;
}
#sub_toptxt {
  color: #fff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
  width: 1120px;
  bottom: 7%;
  left: 50%;
  transform: translate(-50%, 0);
}
#sub_toptxt {
  font-size: 1.8rem;
}

#sub_topentitle {
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
}
@media (min-width: 480px) and (max-width: 1120px) {
  #sub_toptitle {
    width: auto;
    top: 7%;
    left: 3%;
    transform: translate(-3%, 0);
}
  #sub_toptxt {
    width: auto;
    bottom: 7%;
    left: 3%;
    transform: translate(-3%, 0);
  }
}
.info_box {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0 30px;
}

.info_box_header{
  display: flex;
  align-items: center;
  gap: 0 40px;
  flex-shrink: 0;
}

.i_cate {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  width: 96px;
  padding: 4px 6px;
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.06em;
}

.i-news {
  background: #4ba75d;
}

.i-media {
  background: #425b94;
}

.i_time {
  flex-shrink: 0;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.i_img {
  width: auto;
  height: 115px;
  object-fit: cover;
  }
  @media screen and (max-width: 1200px) {
  .i_img {
  height: auto;
  }
  }

.i_title {
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.i_more {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 60px auto 0;
  border: 1px solid #ccc;
  border-radius: 25px;
}

.sec_title {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 44px;
  position: relative;
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  font-weight: 500;
  margin-bottom: 40px;
}

.sec_title.bg_dark {
  color: #fff;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.9));
}
.en_title {
  color: #4ba75d;
  display: block;
  font-size: 1.5rem;
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
}
.bg_dark .en_title {
  color: #bbe1c2;
}
.sec_txt {
  color: #555;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
}
.bg_dark + .sec_txt {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 150px;
  width: 100%;
}
.business_wrap {
  background: #4ba75d;
  border-radius: 0 5px 5px 0;
  padding: 50px 50px 50px 0;
  width: auto;
  margin: 50px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.45));
  float: left;
}

.business_wrap_r {
  background: #425b94;
  border-radius: 5px 0 0 5px;
  padding: 50px 0 50px 50px;
  width: auto;
  margin: 0 0 100px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.45));
  float: right;
}

.bus_img {
  display: block;
  max-width: 596px;
  width: 50vw;
  height: auto;
}

.business_wrap .bus_img {
  border-radius: 0 5px 5px 0;
  margin-right: 50px;
}

.business_wrap_r .bus_img {
  border-radius: 5px 0 0 5px;
}

.bus_txt {
  color: white;
}
.bus_txt .bus_btn {
  color: #333;
}

.business_wrap_r .bus_txt {
  padding-right: 50px;
}
.business_wrap_r .bus_title::after {
  top: 80px;
}
.bus_title {
  font-size: 2.4rem;
  position: relative;
}

.business_wrap .bus_title:before {
  content: "\e910";
  display: block;
  font-family: "icomoon" !important;
  font-size: 75px;
  font-weight: normal;
  margin: -30px 0 -10px 0;
}

.bus_title::after {
  content: "";
  border-bottom: 1px solid #fff;
  position: absolute;
  width: 50px;
  top: 183px;
  left: 0;
}

.bus_title b {
  display: block;
  font-size: 1.6rem;
  font-family: "Libre Baskerville", serif;
}

.bus_logo {
  width: 75px;
  margin-bottom: 20px;
}

.bus_detail {
  margin-top: 41px;
}

.bus_btn {
  background: #fff;
  border-radius: 25px;
  color: #333;
  display: block;
  padding: 7px 15px;
  position: relative;
  margin: 50px 25px 0 15px;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.45));
  text-align: center;
}
.kn_area {
  padding-top: 100px;
}
.money-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 50px auto 0;
  max-width: 1280px;
}
.m_title_wrap {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 1);
  color: #fff;
  padding: 10px 10px 10px 10px;
  font-size: 1.2vw;
  z-index: 3;
  text-align: center;
  width: 100%;
}
.m_title {
  color: #333;
  font-size: 1.6rem;
  z-index: 4;
  overflow: hidden;
  padding: 0 15px 20%;
}
.m_art {
  max-width: 256px;
  position: relative;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.3));
  overflow: hidden;
  border-radius: 50%;
  width: 20%;
}
.m_art:before {
  font-family: "Libre Baskerville", serif;
  color: white;
  font-size: 3rem;
  position: absolute;
  top: 0.8vw;
  left: 1.2vw;
  z-index: 3;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.9));
}
.mlist article:nth-of-type(4) {
  margin-right: 0;
}
.viewmore {
  position: absolute;
  color: #aaa;
  font-size: 1.4rem;
  bottom: 10%;
  left: 31%;
}
.viewmore::after {
  content: "\e907";
  font-family: "icomoon" !important;
  position: absolute;
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ccc;
  font-size: 0.9rem;
}
.m_link {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
a.m_link {
  border: 7px solid #fff;
}
.m_img {
  filter: brightness(105%);
}
.m_one {
  position: relative;
}
.sp_mainscroll {
  display: none;
}
#subvisual_wrap {
  position: relative;
}
#sub_visual {
  filter: brightness(0.5);
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}
.band_img {
  width: 100%;
  /*  filter: grayscale(0.4);*/
  max-height: 200px;
  object-fit: cover;
}
  /*-------------
  company
  -------------*/
#company .contents_box{
  max-width: 1020px;
}
#company .txt_box{
  margin: 0 auto 30px;
}
#company .index_btn_box{
  display: flex;
  justify-content: space-between;
}
#company .index_btn_box a{
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  width: 49%;
  height: 200px;
  border-radius: 5px!important;
  background-repeat: no-repeat;
  padding-top: 153px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2.2rem;
}
#company .index_btn_box a:hover{opacity: 0.6;}
#company a.message{
  background-image: url(img/about/img_sec01_btn01_pc.jpg?2412);
}
#company a.policy{
  background-image: url(img/about/img_sec01_btn02_pc.jpg);
}
#company a.about{
  background-image: url(img/about/img_sec01_btn03_pc.jpg);
}
#company a.history{
  background-image: url(img/about/img_sec01_btn04_pc.jpg);
}
#company a.coverage{
  background-image: url(img/about/img_sec01_btn05_pc.jpg);
  width: 100%;
  height: 100px;
  margin-top: 20px;
  padding: 36px 50px 0;
  background-position: right;
  text-align: left;
}
@media screen and (max-width: 480px){
  #company .index_btn_box a{
    height: 150px;
    padding-top: 105px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.2;
    background-position: top center;
    background-size: 300px;
  }
  #company a.message{
    padding-top: 95px;
  }
  #company a.coverage{
    background-image: url(img/about/img_sec01_btn05_sp.jpg);
    width: 100%;
    height: 80px;
    padding: 17px 10px 0;
    background-position: right;
    text-align: left;
    background-size: contain;
  }
}
  /*-------------
  message
  -------------*/
#ceo_msg_box {
  background: #fff;
  font-size: 1.4rem;
}
.ceo_title {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 25px 0;
  margin: 0 auto;
  text-align: center;
  width: 90%;
  max-width: 1280px;
}
#message .band_img {
  width: 100%;
  max-height: none;
  object-fit: cover;
}
.ceo_txt {
  color: #555;
  margin: 50px auto 0;
}

.ceo_name_wrap {
  text-align: right;
  margin: 50px 5% 0 0;
}
.ceo_name {
  display: block;
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  font-weight: bold;
  font-size: 2.4rem;
}
  /*-------------
  policy
  -------------*/
#policy .flex_contents{
  display: flex;
  justify-content: space-between;
}
#policy .sec_title{
  text-align: left;
  margin: 0 0 30px;
}
#policy .flex_contents {
  padding: 60px 0 40px;
}
#policy .txt_box{
  width: 60%;
  padding-left: 40px;
}
#policy .txt_box .sec_txt{
  font-size: 2.2rem;
}
#policy .flex_contents:nth-of-type(2){
  border-top: #ccc 1px solid;
  padding-bottom: 0;
}
#policy .flex_contents:nth-of-type(2) .txt_box{
order: 2;
margin: 0;
}
#policy .flex_contents:nth-of-type(2) .img_box{
  order: 1;
  }
#philosophy .p_sec{
  padding: 0;
}
#philosophy {
  padding-top: 50px;
}
#philosophy .contents_box{
  background: #ecf4ed;
  padding: 50px 80px;
}
@media screen and (max-width: 768px){

  #policy .flex_contents{
    display: block;
  }
  #policy .sec_title{
    text-align: center;
    margin: 0 auto 20px;
  }

  #policy .flex_contents {
    padding: 40px 0;
    text-align: center;
  }
  #policy .txt_box{
    width: 100%;
    padding-left: 0;
    margin: 0 auto 20px;
  }
  #policy .txt_box .sec_txt{
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
  }
  #policy .flex_contents:nth-of-type(2){
    border-top: none;
    padding: 0;
  }
  #policy .flex_contents:nth-of-type(2) .txt_box{
    order: 2;
    margin: 0 auto 20px;
    }
  #philosophy .contents_box {
    padding: 40px 20px;
    margin: 0 10px;
  }
  #philosophy .investment_p_list{
    margin-left: 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
  /*-------------
  history
  -------------*/
  #history .history_list{
    padding: 0 0 30px 40px;
    background-image: url(img/history_bg_dot.png);
    background-repeat: repeat-y;
    background-position: 20px;
    position: relative;
  }
  #history .history_list:first-of-type{
    background-image: url(img/history_bg_dot_w.png),url(img/history_bg_dot.png);
    background-repeat: no-repeat,repeat-y;
    background-position: top left 20px,20px;
    position: relative;
  }
  #history .history_list::before{
    content: "";
    display: block;
    position: absolute;
    left: 13px;
    top: 13px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #333;
  }
  #history .history_list:last-of-type{
    padding: 0 0 0 40px;
  }
  #history table{
    width: 100%;
  }
  #history .table_title{
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 10px;
  }
  #history tr{
    width: 100%;
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
  }
  #history th{
    background: #f8f8f8;
    font-weight: normal;
    width: 100px;
    padding: 20px 0;
  }
  #history td{
    padding: 20px 10px;
  }
  #history td div + div {
    margin-top: 10px;
  }
  #history td span{
    display: table-cell;
    width: 100px;
    padding: 5px;
    text-align: center;
    margin: 5px 10px;
    color: #fff;
    font-size: 1.2rem;
    vertical-align: inherit;
  }
  #history td .corporate{
    background: #429452;
  }
  #history td .service{
    background: #343f6a;
  }
  #history td p{
    display: table-cell;
    padding-left: 10px;
  }
  #history td p span{
    font-size: 1.2rem;
    color:#333;
    width: 100%;
    text-align: left;
  }
  @media screen and (max-width: 480px){
    #history .history_list,
    #history .history_list:first-of-type,
    #history .history_list::before,
    #history .history_list:last-of-type{
      padding: 0 0;
      margin: 0 0 20px;
      background: none;
    }
    #history .table_title{
      font-size: 1.6rem;
    }
    #history th{
      width: 50px;
      font-size: 1.4rem;
    }
    #history td{
      padding: 10px 0;
    }
    #history td p{
      display: block;
      font-size: 1.4rem;
    }
    #history td span{
      display: block;
      font-size: 1.2rem;
      width: 80px;
      height: 20px;
      line-height: 20px;
      padding: 0;
    }
    #history td p span{
      font-size: 1rem;
      margin: 0;
    }

}
  /*-------------
  policy
  -------------*/
.p_sec {
  background: #f8f8f8;
  overflow: hidden;
  padding: 80px 0 0;
}
.p_wrap {
  position: relative;
  overflow: hidden;
}
.p_wrap .p_txt_bg:nth-of-type(1) {
  background: #fff;
  position: absolute;
  left: 0;
  width: 50%;
  z-index: 2;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.1));
}
.p_wrap .p_txt_bg:nth-of-type(2) {
  background: #4ba75d;
  float: right;
  width: 58%;
  z-index: 1;
  margin: 50px 0;
  padding-left: 11%;
  max-width: 9999px;
}
.p_wrap .p_txt_bg:nth-of-type(2) .investment_p {
  margin-top: 0;
}

.p_txt_bg {
  font-size: 16px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 3%;
  border-radius: 3px;
  z-index: 3;
  max-width: 1280px;
}
.p_sec_txt {
  font-size: 16px;
  text-align: left;
  margin-left: 15px;
}
.business_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1280px;
  margin: 50px auto;
}
.business_box .bsns_c:first-of-type {
  margin-right: 5%;
}
.bsns_c {
  width: 42.5%;
}
.b_title {
  font-size: 2rem;
  margin: 10px 0;
  text-indent: 40px;
  position: relative;
}
.bsns_c:nth-of-type(1) .b_title:before {
  content: "1.";
}
.bsns_c:nth-of-type(2) .b_title:before {
  content: "2.";
}
.bsns_c:nth-of-type(1) .b_title:before,
.bsns_c:nth-of-type(2) .b_title:before {
  font-family: "Libre Baskerville", serif;
  color: #333;
  font-size: 3rem;
  position: absolute;
  top: -9px;
  left: 0;
  z-index: 3;
  font-style: italic;
  text-indent: 0;
}
.b_title::after {
  /*  content: ""; */
  border-bottom: 3px solid;
  border-image: linear-gradient(to left, #5dce74 0%, #4ba75d 100%);
  border-image-slice: 1;
  display: block;
  margin: 10px 0 15px;
}
.b_txt {
  color: #555;
  font-size: 1.6rem;
  margin-top: 15px;
}
#office.kn_area{
  background: #f8f8f8;
}
.officeimg_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px auto 0;
  max-width: 1280px;
}
.officeimg img {
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.1));
  border-radius: 5px;
}
.officeimg {
  position: relative;
}
.officeimg_wrap .officeimg:nth-of-type(odd) {
  margin: 2% 1% 0 2%;
  width: 47%;
}
.officeimg_wrap .officeimg:nth-of-type(even) {
  margin: 2% 2% 0 1%;
  width: 47%;
}
.dot,
.wdot {
  position: relative;
}
.dot:before {
  background-image: url(img/dot.png);
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.wdot:before {
  background-image: url(img/wdot.png);
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#access .sec_title{
  margin-bottom: 0;
}
.company_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 50px;
  max-width: 1280px;
}
.company_detail dt {
  border-bottom: 1px solid #ccc;
  padding: 20px;
  width: 35%;
}
.company_detail dd {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  width: 65%;
}
.company_detail dd:last-child a{
  color: #4ba75d;
  text-decoration: underline;
  position: relative;
}
.company_detail dd:last-child a.external-link:before{
  color: #4ba75d;
  right: -20px;
}

.com_address {
  padding-bottom: 20px;
}
.com_gmap {
  margin: 20px 0 5px;
  position: relative !important;
  display: inline-block !important;
}
.com_gmap:before {
  font-family: "icomoon" !important;
  content: "\e911";
  padding-right: 10px;
}
.googlemap {
  width: 100%;
  height: 350px;
}
.sub_txt {
  margin: 50px auto;
  max-width: 1280px;
  text-align: center;
  width: 90%;
}
.f_area {
  padding-top: 50px;
}

.feture_example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 860px!important;
  margin: 50px auto 0;
}

.feture_example li {
  width: calc(100% / 3);
}
.feture_example img {
  border-radius: 50%;
  border: 5px solid #fff;
  width: 60%;
  display: block;
  margin: 0 auto;
}
.feture_example figcaption {
  margin-top: 10px;
  text-align: center;
}
.conmar {
  margin-top: 50px;
}
.u_twoline {
  margin-bottom: 0;
}
#consultant{
  background: #f7f7f7;
  margin: 50px auto 40px;
  padding: 0 0 30px;
}
.review_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 70px auto 50px;
}
.review_wrap li {
  background: #f3eee4;
  border-radius: 5px;
  padding: 51px 15px 15px;
  position: relative;
  /*
  width: 48%;
  margin-right: 4%;
*/
  width: 32%;
  margin-right: 2%;
  margin-bottom: 70px;
}
.review_wrap li:nth-of-type(3n) {
  margin-right: 0;
}
/*
.review_wrap li:nth-of-type(2n) {
  margin-right: 0;
}
*/
.review_wrap p {
  font-size: 1.4rem;
  text-align: center;
  margin: 15px;
}
.review_wrap blockquote {
  display: block;
  font-size: 1.4rem;
  position: relative;
  width: auto;
  padding: 1px 0.5em;
  margin: 20px 1em;
  background: linear-gradient(#f2eee5 1px, transparent 1px) #ffffff;
  background-size: auto 2.5em;
  line-height: 2.5em;
}
.review_wrap blockquote:before,
.review_wrap blockquote::after {
  position: absolute;
  font-size: 36px;
  color: #ccc;
  z-index: 1;
}

.review_wrap blockquote:before {
  content: "“";
  top: -22px;
  left: 0;
}
.review_wrap blockquote::after {
  content: "“";
  transform: rotate(-180deg);
  right: 0;
  bottom: -22px;
}
.review_wrap .u1:before {
  background: url(img/user01.png) center;
}
.review_wrap .u2:before {
  background: url(img/user02.png) center;
}
.review_wrap .u3:before {
  background: url(img/user03.png) center;
}
.review_wrap .u4:before {
  background: url(img/user04.png) center;
}
.review_wrap .u5:before {
  background: url(img/user05.png) center;
}
.review_wrap .u6:before {
  background: url(img/user06.png) center;
}
.review_wrap .u7:before {
  background: url(img/user07.png) center;
}
.review_wrap .u8:before {
  background: url(img/user08.png) center;
}
.review_wrap .u9:before {
  background: url(img/user09.png) center;
}
.review_wrap .u10:before {
  background: url(img/user10.png) center;
}
.review_wrap .u1:before,
.review_wrap .u2:before,
.review_wrap .u3:before,
.review_wrap .u4:before,
.review_wrap .u5:before,
.review_wrap .u6:before,
.review_wrap .u7:before,
.review_wrap .u8:before,
.review_wrap .u9:before,
.review_wrap .u10:before {
  content: "";
  background-size: 100%;
  display: block;
  width: 75px;
  height: 75px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
  z-index: 2;
}
.review_wrap .u1::after,
.review_wrap .u2::after,
.review_wrap .u3::after,
.review_wrap .u4::after,
.review_wrap .u5::after,
.review_wrap .u6::after,
.review_wrap .u7::after,
.review_wrap .u8::after,
.review_wrap .u9::after,
.review_wrap .u10::after {
  content: "";
  background-size: 100%;
  background: #fff;
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -49px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
}

.rv_comment_wrap {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  padding: 15px;
  overflow: hidden;
  height: 100%;
}
.rv_comments {
  border: 1px solid #eee;
  border-radius: 5px;
  float: right;
  margin-top: 25px;
  max-height: 120px;
}
.rv_comment_wrap a::after{
  content: "";
  display: block;
  background-image: url(img/zoom.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 113px;
  left: 260px;
}
.consul-closing {
  background: #4ba75d;
  width: 100%;
  margin-top: 50px;
  padding: 50px 0;
  text-align: center;
}
.consul-closing div {
  color: #fff;
  width: 90%;
  margin: 0 auto;
}
.c_btn {
  color: #4ba75d;
  margin-top: 50px;
  width: 50%;
  max-width: 500px;
  margin: 50px auto 0;
}
.external-link:before {
  content: "\e90d";
  font-family: "icomoon" !important;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333;
}
.tri_title {
  margin-top: 50px;
}

.feature_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 1280px;
  margin: 50px auto;
}
.feature_wrap li {
  border-radius: 5px 5px 3px 3px;
  margin: 0;
  width: calc(96% / 3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.feature_wrap li:nth-of-type(2) {
  margin: 0 1%;
}
.feature_wrap img {
  border-radius: 3px 3px 0 0;
  vertical-align: top;
}
.investment_wrap h3,
.seminar_wrap h3,
.feature_wrap h3 {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 15px;
}
.seminar_wrap h3.icon-external-link-symbol::before {
  display: none;
}
.seminar_wrap h3.icon-external-link-symbol::after {
  content: "\e90d";
  margin-left: 1rem;
}
.investment_wrap p,
.seminar_wrap p,
.feature_wrap p {
  color: #555;
  font-size: 14px;
  padding: 0 15px 15px;
}
.featuretxt {
  background: none;
}
.investment_wrap .close{
  position: absolute;
  height: 34px;
  width: 100%;
  text-align: right;
  max-width: 960px;
  font-weight: normal;
  padding-right: 30px;
  top: -40px;
}
.investment_wrap .close::after{
  content: "";
  display: block;
  background: url('img/icn_close.png') no-repeat;
  position: absolute;
  height: 24px;
  width: 24px;
  background-size: contain;
  right: 0;
  top: 0;
}

.meritlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 1280px;
  margin: 0 auto 50px;
}
.meritlist li {
  background: white;
  padding: 30px;
  position: relative;
  width: 24%;
  margin-right: 2%;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
  text-align: center;
}
.meritlist li:last-of-type {
  margin-right: 0;
}
.meritlist p {
  font-size: 1.8rem;
}
.meritlist li:nth-of-type(1) p:before,
.meritlist li:nth-of-type(2) p:before,
.meritlist li:nth-of-type(3) p:before,
.meritlist li:nth-of-type(4) p:before {
  font-family: "icomoon" !important;
  color: #4ba75d;
  display: block;
  font-size: 120px;
}
.meritlist li:nth-of-type(1) p:before {
  content: "\e928";
}
.meritlist li:nth-of-type(2) p:before {
  content: "\e929";
}
.meritlist li:nth-of-type(3) p:before {
  content: "\e926";
}
.meritlist li:nth-of-type(4) p:before {
  content: "\e927";
}
.meritlist li:nth-of-type(1)::after {
  content: "1";
}
.meritlist li:nth-of-type(2)::after {
  content: "2";
}
.meritlist li:nth-of-type(3)::after {
  content: "3";
}
.meritlist li:nth-of-type(4)::after {
  content: "4";
}
.meritlist li:nth-of-type(1)::after,
.meritlist li:nth-of-type(2)::after,
.meritlist li:nth-of-type(3)::after,
.meritlist li:nth-of-type(4)::after {
  font-family: "Libre Baskerville", serif;
  color: rgba(255, 255, 255, 0.9);
  font-size: 3rem;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 2;
}
.recruit_txt {
  color: #555;
  width: 90%;
  max-width: 1280px;
  text-align: center;
  margin: 50px auto 21px auto;
  font-size: 18px;
}
.recruit_txtReference {
  font-size: 14px;
}
.recruit_banner {
  max-width: 468px;
  width: 100%;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.1));
}
@media (any-hover: hover) {
  .recruit_banner:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.6;
  }
}
.recruit_txt:last-of-type {
  margin: 30px auto 0
}
#recruit .white-btn{
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .recruit_txt {
    margin: 50px auto 22px auto;
  }
  .recruit_txtReference {
    font-size: 14px;
    display: inline-block;
    margin-top: 4.266666666666667vw;
  }
  .recruit_banner {
    max-width: 696px;
  }
}
@media screen and (max-width: 480px) {
  .recruit_txt {
    font-size: 15px;
  }
  .recruit_txtReference {
    font-size: 12px;
  }
}
.collapse-inner h3 {
  color: #429452;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 50px 0 15px;
}
.rec_subtitle {
  font-weight: bold;
  margin-bottom: 15px;
}
.rec_maintxt {
  margin-bottom: 50px;
}
.recapplybtn {
  -moz-transform: translateY(0%) translateX(-50%);
  -ms-transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
  left: 50%;
  width: 280px;
  margin: 50px 0;
}
.rec_green {
  background: #33b913;
}
.rec_wantedly {
  background: #fff;
}
.rec_wantedly {
  border: 1px solid #eee;
}
.recruit_bn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% + 60px);
  margin-left: -30px;
  padding: 40px 0 30px;
  background: #eee;
}
.recruit_bn li {
  max-width: 320px;
  width: calc((100% / 2) - 15px);
}
.rec_green,
.rec_wantedly {
  border-radius: 3px;
  height: 70px;
}
.recruit_bn li:nth-of-type(odd) {
  margin-right: 15px;
}
.recruit_bn li a {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
}
.recruit_bn li img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
/*--------
 よくある質問
 --------*/
.faq_purpose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}
.faq_purpose li {
  margin-right: 30px;
  width: calc((100% - 90px) / 4);
}
.faq_purpose li:nth-of-type(4) {
  margin-right: 0;
}
.faq_purpose li a {
  background: #fff;
  border-radius: 5px;
  display: block;
  padding: 15px;
  text-align: center;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.2));
}
.faq_purpose li a:hover {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  background: #eaeaea;
}
.faq_businessico::before {
  content: "\e90b";
}
.faq_eventico::before {
  content: "\e90a";
}
.faq_investmentico::before {
  content: "\e914";
}
.faq_otherico::before {
  content: "\e909";
}
.faq_otherico::before,
.faq_investmentico::before,
.faq_eventico::before,
.faq_businessico::before {
  color: #429452;
  display: block;
  font-family: "icomoon" !important;
  font-size: 48px;
}
.faq_title {
  font-size: 2.2rem;
  font-weight: normal;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 0 10px;
}

.faq_title:first-of-type {
  padding: 0 0 10px;
}
.faq_q {
  overflow: hidden;
}
.faq_q::after {
  background: url(img/icn_q.png) no-repeat;
  background-size: contain;
  color: #fff;
  content: "";
  float: left;
  font-size: 14px;
  width: 36px;
  height: 36px;
  text-align: center;
  margin: 0 8px 0 -8px;
  position: absolute;
  left: 23px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.faq_a {
  background: url(img/icn_a.png) no-repeat;
  background-size: contain;
  color: #fff;
  font-size: 14px;
  width: 36px;
  height: 36px;
  text-align: center;
  position: absolute;
  left: 15px;
}
.faq_titlebox {
  font-weight: bold;
}
.faq_titlebox,
.faq_txtbox {
  margin-left: 20px;
  margin-bottom: 15px;
}
.faq_txt_box .i_more{
  margin-top: 20px;
}
.privacy_wrap {
  margin: 0 auto;
  max-width: 1280px;
}
.privacy_wrap h2 {
  font-size: 1.8rem;
  margin: 50px 0 15px;
}
.privacy_wrap h2:first-child {
  margin-top: 0;
}
.longtitle {
  font-size: 3rem;
}
.map_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.map_box li:first-child img {
  width: 100%;
  max-height: 203px;
}
.map_box li {
  width: 354px;
  height: 203px;
}
.map_box iframe {
  width: 100%;
  height: 100%;
}
.roottxt {
  color: #4ba75d;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid;
  font-size: 13px;
}
.busibox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}

.busigfsbox,
.busiamcbox {
  max-width: 960px;
  max-height: 350px;
  height: 350px;
  width: 1120px;
  position: relative;
}
.busigfsbox {
  background: url(img/gfstopimg.jpg);
  margin-bottom: 160px;
  margin-left: auto;
  margin-bottom: 150px;
}
.busiamcbox {
  background: url(img/consultopimg.jpg);
  margin-right: auto;
  margin-bottom: 120px;
}
.busi_detail {
  background: rgba(255, 255, 255, 0.9);
  width: 542px;
  text-align: center;
  position: absolute;
  padding: 50px;
  top: 50px;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.1));
  z-index: 3;
}
.busi-txt {
  font-size: 1.8rem;
  text-align: center;
  padding: 0 30px;
}
.busi-btn {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  border-radius: 25px;
  color: #777 !important;
  display: block;
  padding: 7px 15px;
  position: relative;
  text-align: center;
  margin-top: 50px;
  width: 300px;
  margin: 50px auto 0;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.1));
}
.busi-amc {
  right: -50px;
}
.busi-gfs {
  left: -50px;
}
.p_title {
  font-size: 2.4rem;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  text-align: center;
}
.investment_p {
  color: #333;
  margin-top: 100px;
}
.investment_p_list {
  color: #333;
  margin-left: 15px;
  line-height: 2;
}
.investment_p_list li + li {
  margin-top: 8px;
}
#consulting{
  padding: 80px 0 0;
}
.consul-closing {
  background: #4ba75d;
  width: 100%;
  margin-top: 0;
  padding: 50px 0;
  text-align: center;
  position: relative;
}
.consul-closing .white-btn {
  color: #333;
  margin-top: 30px;
}
.balloon1 {
  position: relative;
  display: block;
  margin: 100px auto 0;
  padding: 20px 30px;
  min-width: 120px;
  max-width: 500px;
  width: 75%;
  color: #555;
  font-size: 2.4rem;
  background: #fff;
  border-radius: 15px;

  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}
.balloon1 p {
  margin: 0;
  padding: 0;
}

.closing-txt {
  color: #fff;
  font-size: 1.8rem;
}
.linkc {
  color: #4ba75d !important;
  text-decoration: underline !important;
}
.consul_present {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  margin: 30px 0;
}
.consul_present li {
  background: #fff;
  color: #4ba75d;
  position: relative;
  width: 178px;
  height: 178px;
  border-radius: 50%;
  padding-top: 26px;
}
.consul_present li:nth-of-type(2) {
  margin: 0 10px;
}
.consul_present li::before {
  font-size: 42px;
}
.consul_present li:nth-of-type(1)::before {
  content: "1";
}
.consul_present li:nth-of-type(2)::before {
  content: "2";
}
.consul_present li:nth-of-type(3)::before {
  content: "3";
}
.consul_present p {
  color: #333;
}
.closing-title {
  color: white;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  margin-bottom: 25px;
}
.present_title {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  padding: 0 45px;
  margin-top: 40px;
}
.present_title:before,
.present_title::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 2px;
  background-color: white;
  vertical-align: middle;
}
.present_title:before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.present_title::after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.whitearrow {
  color: #fff !important;
}
.books_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 25px auto 50px;
}
/* コンサルタント一覧 */
.consulstaff_list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px auto 0;
  justify-content: flex-start;
  gap: 25px 2%;
}
.consulstaff_list li {
  position: relative;
  overflow: hidden;
  background: #fff;
  flex-basis: calc((100% - 6%) /4);
}
.consulstaff_list p {
  margin: 15px 0;
  text-align: center;
  font-size: 1.4rem;
}
.consulstaff_list p .name_romaji {
  color: #999;
  display: block;
  font-size: 1.2rem;
}
.books_wrap li {
  max-width: 256px;
  position: relative;
  overflow: hidden;
  margin: 0 2% 25px 0;
  width: calc(20% - 2%);
  width: 18%;
  text-align: center;
}
.books_wrap cite {
  font-size: 1.4rem;
  font-style: normal;
  margin: 5px 0;
  display: block;
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.8;
  max-width: 1120px;
  margin: 15px auto;
  width: 100%;
}
.breadcrumbs li:first-child::after {
  font-family: "icomoon" !important;
  content: "\e907";
  font-size: 1rem;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs li:nth-of-type(3)::before {
  font-family: "icomoon" !important;
  content: "\e907";
  font-size: 1rem;
  margin: 0 5px 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs li:nth-of-type(4)::before {
  font-family: "icomoon" !important;
  content: "\e907";
  font-size: 1rem;
  margin: 0 5px 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs a {
  color: #4ba75d;
  text-decoration: underline;
}

#staff_wrap {
  max-width: 1120px;
  margin: 50px auto 0;
  width: 96%;
}
#staff_wrap p {
  font-size: 1.6rem;
  padding-left: 15px;
}
#position {
  font-size: 1.4rem;
  padding-left: 15px;
}

.teacher_bg,
.staff_bg {
  position: relative;
}
.teacher_bg:before,
.staff_bg:before {
  content: "";
  /*  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFElEQVQYV2NkYGAwZmBgOMvIAAUACvkBAyxLoMgAAAAASUVORK5CYII=) repeat;*/
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFUlEQVQYV2P8//+/MSMj41lGBigAADrtBAPnXu/pAAAAAElFTkSuQmCC)
    repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.teacher_bg p,
.teacher_bg h2,
.staff_bg h2 {
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  z-index: 3;
  padding: 15px 60px;
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
}
.staff_bg h2 {
  top: 30px;
}
.teacher_bg p {
  top: 30px;
}
.teacher_bg h2 {
  top: 35px;
  font-size: 2rem;
}
.teacher_bg em {
  font-size: 3rem;
  font-style: normal;
  padding-right: 5px;
}
.teacher_bg span,
.staff_bg span {
  font-size: 1.6rem;
  color: #999;
  display: inline-block;
  margin-left: 20px;
}
#staff_wrap h3 {
  margin: 30px auto 25px;
  background: #eee;
  font-weight: normal;
  font-size: 1.8rem;
  padding: 15px;
}
.gfsbiglogo {
  display: block;
  margin: 0 auto -25px;
}
.gfsvideotxt {
  text-align: center;
  margin-bottom: 15px;
}
.investment_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 50px auto;
}
.seminar_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 50px auto;
}
.investment_wrap li {
  width: 32%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 2%;
  margin-right: 2%;
  padding: 0;
}
.investment_wrap li:nth-of-type(3n) {
  margin-right: 0;
}
.seminar_wrap li {
  width: 31%;
  width: calc(93% / 3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 2%;
}
.seminar_wrap li:nth-of-type(2),
.seminar_wrap li:nth-of-type(5),
.seminar_wrap li:nth-of-type(8) {
  margin: 0 2% 2%;
}
.investment_wrap a img,
.seminar_wrap a img{
  width: 100%;
}

/*---------
LINE過去配信
---------*/
#line_archive {
  margin: 0 auto 50px;
}
.moneymaster_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 50px auto;
}
.moneymaster_box li {
  margin: 0;
  margin-bottom: 2%;
  text-align: center;
  width: 24%;
  margin-right: 1%;
  border: 1px solid #eee;
  position: relative;
}
.moneymaster_box li:nth-of-type(4n) {
  margin-right: 0;
}
.moneymaster_box li::after{
  content: "";
  display: block;
  background-image: url(img/zoom.png);
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.moneymaster_box .overlay_switch img {
  width: 100%;
}
#line_archive .white-btn{
  margin: 20px auto 0;
}
.open_btn::after {
  content: "\e907";
  font-family: "icomoon" !important;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0.25turn);
  transform:  translateY(-50%) rotate(90deg);
  color: #999;
}
.open_btn.selected::after {
	transform: translateY(-50%) rotate(270deg);
	transition: 0.2s;}
#line.bg_wrap {
  background: #f7f7f7;
  padding: 60px 0;
}
#line.bg_wrap .flex_contents .flex_box{
  margin: 0;
}
#line.bg_wrap .flex_contents .flex_box{
  margin: 0;
}
@media screen and (max-width: 480px){
  #line_archive {
    margin: 0 auto 0;
  }
  .moneymaster_box{
    margin: 20px auto 0;
  }
  .moneymaster_box li {
    width: 48%;
  }
  .top_info_wrap.bg_wrap{
    padding: 40px 0 0;
  }
  #line_archive .height-btn{
    padding: 10px 0;
    margin: 10px auto;
    width: 100%;
  }
  #line.bg_wrap {
    padding: 20px 0;
  }
}
/*---------
mailmagazine過去配信
---------*/
#mail-archive .tab-area {
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
}
#mail-archive .tab-area .tab {
  width: 19%;
  margin: 0 5px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50px;
  display: block;
  padding: 10px 0;
  font-size: 2rem;
  text-align: center;
  position: relative;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.1));
  }
  #mail-archive .tab-area .tab.active {
    border: #429452 2px solid;
    color: #429452;
  }
  #mail-archive .content-area {
  font-size: 30px;
  text-align: center;
 }
  #mail-archive .content {
  display: none;
}
  #mail-archive .content.show {
  margin-top: 50px;
  display: block;
}
  #mail-archive .content-area .content.show {
    margin-top: 30px;
    display: block;
  }

  #mail-archive .list-box{
    list-style: none;
    margin: 0 auto 10px;
  }
  #mail-archive .list-box .ac-parent{
    font-size: 2.2rem;
    padding: 20px 0;
    width: 100%;
    background: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    transition: .3s;
    position: relative;
    filter: drop-shadow(0 -2px 4px rgba(0, 0, 0, 0.1));
  }
  #mail-archive .ac-parent::after{
    content: "\e907";
    display: block;
    font-family: "icomoon" !important;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    color: #999;
}
#mail-archive .ac-parent.selected::after{
  transform: translateY(-50%) rotate(270deg);
  transition: 0.2s;
}

#mail-archive .collapse-inner {
  padding: 0 30px 20px;
  background: #fff;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.1));
  display: none;
}
#mail-archive .collapse-inner:nth-of-type(1) {
  display: block;
}
#mail-archive  dl{
  padding: 20px;
  font-size: 1.8rem;
  text-align: left;
}
#mail-archive dl:nth-of-type(odd){
  background: #f7f7f7;
}
#mail-archive dt{
  display:inline-block;
  width: 20%;
}
#mail-archive dd{
  display:inline-block;
}
#mail-archive dd a:hover{
  text-decoration:underline;
  color: #429452;
}
#mail-archive .bg_wrap{
  padding: 80px;
  margin-top: 80px;
  background: #f7f7f7;
}
#mail-archive .bg_wrap .sec_title{
  margin-bottom: 20px;
}
#mail-archive .bg_wrap .green-btn{
  position: initial;
  margin: 0 auto;
}
@media screen and (max-width: 480px){
  #mail-archive .tab-area .tab{
    width: 48%;
  }
  #mail-archive .list-box .ac-parent{
    font-size: 1.6rem;
  }
  #mail-archive .content-area .content.show{
    margin-top: 20px;
  }
  #mail-archive .collapse-inner {
    padding: 0 10px 20px;
}
  #mail-archive dt{
    width: 100%;
  }
  #mail-archive dl{
    font-size: 1.6rem;
  }
  #mail-archive dd a{
    text-decoration:underline;
    color: #429452;
  }
  #mail-archive .bg_wrap{
    padding: 40px 20px;
    margin-top: 50px;
  }
  #mail-archive .bg_wrap .green-btn{
    width: 100%;
  }
}

/*---------
講師一覧
---------*/
.top-teacher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 50px 120px;
  gap: 20px;
  justify-content: space-between;
}
.top-teacher li {
  max-width: 176px;
  margin: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc((100% - 20px) / 2);
}
.top-teacher img {
  border-radius: 50%;
  border: 3px solid white;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.1));
}
.top-teacher a {
  color: #333;
}
.top-teacher strong {
  color: #429452;
  font-weight: normal;
  font-size: 1.4rem;
}
.top-teacher span {
  color: #777;
  font-weight: normal;
  font-size: 1.2rem;
}
.cardnum-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card-type ul,
.select-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.sec_longtxt {
  color: #555;
  font-size: 1.8rem;
  max-width: 960px;
  margin: 0 auto;
}
.sec_l_txt {
  color: #555;
  text-align: left;
  width: 780px;
  margin: 0 auto;
  font-size: 1.8rem;
}
.footer_line {
  background: #00b900;
  border-bottom: 43px solid #249710;
  height: 243px;
  display: block;
}
.footer_line:hover {
  opacity: 0.8;
}
.fline {
  margin: 0 auto;
  display: block;
}
.footer_line .fline.sp{
  display: none;
}
.lineaddbtn {
  display: block;
  margin:20px auto 30px;
  width: 25%;
  max-width: 500px;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.1));
  border-radius: 100px;
  background: #52c637;
  font-size: 1.4rem;
  text-align: center;
  padding: 20px 0;
  width: 100%;
}
.lineaddbtn span{
  color: #fff;
}
.friendtitle {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.friendtitle:before,
.friendtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.friendtitle:before {
  left: 0;
}
.friendtitle::after {
  right: 0;
}
.qrline {
  display: block;
  margin: 50px auto 0;
  width: 180px;
  border: 1px solid #ccc;
}
.qrlinebox {
  margin-top: 100px;
}
.newsloop-wrap {
  margin-top: 50px;
}
.newstitle {
  width: 90%;
  margin: 50px auto 0;
  padding-bottom: 15px;
  border-bottom: 1px dotted #aaa;
  font-size: 1.8rem;
  max-width: 1120px;
}
.newsmaintxt {
  width: 90%;
  margin: 15px auto 0;
  max-width: 1120px;
}
.newsreturn {
  margin-top: 100px;
}
/* form */
.contactform-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 80px 0;
  border: 1px solid #429452;
}
#contact .tel_box{
  display: flex;
  margin:  20px auto 50px;
  text-align: center;
  background: #ecf4ed;
  max-width: 310px;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
}
#contact .tel_box img{
  margin-top: 3px;
}
#contact .tel_box p{
  display: inline-block;
  font-size: 2rem;
  margin-left: 10px;
}
.linkcolor {
  text-decoration: underline;
  color: #429452 !important;
}
.qabtn {
  margin: 20px auto 80px;
  max-width: 420px;
  font-size: 1.8rem;
}

.contact_section {
  padding: 20px 20px;
  background: #f7f7f7;
}
.contact_section:nth-of-type(2n) {
  background: #fff;
}
.c_rightbox {
  display: inline-block;
}
.c_rightbox.txt{
  max-width: 60%;
}
.contact_example {
  color: #777;
  font-size: 1.4rem;
  padding: 2%;
}
.contactform-wrap .sec_title{
  margin-bottom: 20px;
}
.contactform-wrap input,
.contactform-wrap textarea {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  padding: 10px;
}
.contactform-wrap input::placeholder,
.contactform-wrap textarea::placeholder{
  color: #999;
}
.contactform-wrap label {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.contactform-wrap .message{
  vertical-align: top;
}
.contactform-wrap input[name="name"],
.contactform-wrap input[name="tel"],
.contactform-wrap input[name="tel"]{
  width: 40%;
}
.contactform-wrap input[name="mail"],
.contactform-wrap input[name="company_name"]{
  width: 70%;
}
.send_btn {
  display: flex;
  align-items: baseline;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
}
.contact_send input {
  border-radius: 32px;
  border: none;
  color: #fff !important;
  font-size: 2rem;
  display: block;
  padding: 20px 15px;
  filter: none;
  text-align: center;
  max-width: 400px;
  width: 94%;
  margin: 0 auto;
  position: relative;
  order: 2;
}
.contact_send input:hover {
  opacity: 0.6;
}
.contact_send input.white-btn{
  background: #fff;
  border-radius: 32px;
  border: none;
  color: #333333 !important;
  border: 1px solid #ccc;
  font-size: 1.8rem;
  display: inline-block;
  padding: 20px 15px;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
  text-align: center;
  max-width: 250px;
  width: 94%;
  margin: 30px auto;
  position: relative;
  order: 1;
}
.contact_send input.white-btn:hover{
  filter: drop-shadow(0 0px 0px rgba(0, 0, 0, 0.0));
  color: #888 !important;
}
.contact_send span.arrow-right{
  display: inline-block;
  width: 100%;
  position: relative;
  max-width: 400px;
}
.contact_send span.arrow-right::after{
  content: "\e907";
  font-family: "icomoon" !important;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.c_any,
.c_required {
  color: white;
  padding: 2px 6px;
  font-size: 1.4rem;
  margin-left: 10px;
}
.contact_send {
  padding: 25px 0;
}
.c_any {
  background: #555;
}
.c_required {
  background: #e01641;
}
@media screen and (max-width: 480px) {
  .send_btn {
    text-align: center;
    padding: 0;
    flex-wrap: wrap;
  }
  .contact_send input {
    font-size: 2rem;
    padding: 20px 15px;
    max-width: 400px;
    width: 90%;
    margin: 20px auto 0;
    order: 1;
  }
  .contact_send input.white-btn{
    font-size: 2rem;
    padding: 6px 15px;
    max-width: 400px;
    order: 2;
    margin: 20px auto 0;
    width: 90%;
  }
  #contact .contact_tel{
    margin: 30px auto;
  }
  .mw_wp_form_complete .sec_txt{
    text-align: left;
  }
  #contact .totop{
    width: 100%;
  }
}
/*---------
送信完了画面
---------*/
.contact_tel{
  max-width: 800px;
  margin: 50px auto 80px;
  text-align: center;
  padding: 50px 20px;
  border: #429452 1px solid;
}
.contact_tel h3{
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.contact_tel ul{
  display: flex;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  align-items: baseline;
}
.contact_tel li{
  list-style: none;
  font-size: 1.8rem;
  margin: 10px 20px 0;
}
.contact_tel li p{
  display: inline-block;
  margin-left: 10px;
}
.contact_tel li img{
  margin-bottom: 3px;
}
@media screen and (max-width: 480px) {
  .contact_tel ul{
    display: block;
  }

}
/*---------
---------*/
.not_wrap {
  max-width: 1120px;
  margin: 0 auto;
}
.not_title {
  text-align: center;
  font-size: 2.4rem;
  margin: 100px auto 50px;
  width: 90%;
}
.not_txt {
  text-align: center;
  margin: 0 auto;
  width: 90%;
}
.not_subtitle {
  background: linear-gradient(transparent 70%, #a5ebb3 70%);
  font-size: 2rem;
  width: 90%;
  margin: 50px auto 25px;
}
.not_list {
  margin: 0 auto;
  list-style: initial;
  color: #4ba75d;
  padding-left: 40px;
  width: 90%;
}
.name_title {
  display: block;
  color: #4ba75e;
}
.covid {
  padding: 20px;
  display: block;
  text-align: center;
}
.covid:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .covid {
    font-size: 10px;
    padding: 8px 20px;
  }
}
@media screen and (max-width: 480px) {
  .covid {
    font-size: 3.5vw;
  }
}
/*---------
配信
---------*/
.adviser .flex_contents,
#line .flex_contents{
  display: flex;
  justify-content: center;
  max-width: 860px;
  margin: 0 auto;
}
.adviser .flex_contents .flex_box{
  margin-top: 30px;
  padding: 0 50px;
}
#line .flex_contents .flex_box{
  width: 50%;
  margin-top: 60px;
  padding: 0 50px;
}
.adviser .flex_contents .flex_box:first-of-type{
  width: 100%;
  border-right: #888 1px solid;
}
#line .flex_contents .flex_box:first-of-type{
  border-right: #888 1px solid;
}
.adviser h3{
  margin: 0 auto 20px;
  font-size: 2.4rem;
}
.adviser h3 .ruby{
  font-size: 1.6rem;
  font-weight: normal;
}
#line h3{
  margin: 0 auto 20px;
  text-align: center;
}
.adviser .flex_contents .sec_txt{
  margin: 0 auto 20px;
  text-align: left;
}
#line .flex_contents .sec_txt{
  margin: 0 auto 30px;
}
#line .flex_contents .sec_txt span{
  color: #429452;
}
#line .sp{
  display: none;
}
.message_ueno .sec_txt{
  margin: 0 auto 20px;
}
#mailmagazine{
  background: #f7f7f7;
}
#mailmagazine .flex_contents{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
#mailmagazine .flex_box {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
#mailmagazine .green-btn{
  border-radius: 50px;
  font-size: 1.8rem;
  position: relative;
}
#mailmagazine .white-btn{
  width: 500px;
}
@media screen and (max-width: 768px) {
  .adviser .flex_contents{
    display: block;
  }
  .adviser .flex_contents .flex_box{
    width: auto;
  }
  .adviser .flex_contents .flex_box:first-of-type{
    width: 60%;
    margin: 0 auto;
    border: 0;
  }
  #line .flex_contents.pc{
    display: none;
  }
  #line .sp{
    display: block;
  }
  .lineaddbtn{
    margin: 20px auto;
    font-size: 1.6rem;
  }
  #line .i_more{
    width: 100%;
    font-size: 1.4rem;
    margin: 0 auto;
  }
  #line .flex_contents,
  #mailmagazine .flex_contents{
    display: block;
  }
  #mailmagazine .green-btn,
  #mailmagazine .white-btn{
    width: 100%;
    font-size: 1.6rem;
    position: initial;
    margin: 10px auto;
  }
  #line .white-btn,
  #mailmagazine .white-btn{
    padding: 10px 0;
    font-size: 1.4rem;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .adviser .flex_contents .flex_box{
    padding: 0;
  }
  .adviser h3{
    width: calc(100% - 30px);
  }
}
/******************************************************
lightbox
******************************************************/
.cltxt {
  font-size: 12px;
  color: #ccc;
}
.ofctxt {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 8px 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 5px 5px;
}
.overlay {
  cursor: pointer;
}
.overlay_switch {
  position: relative;
}
.overlay img {
  max-height: 75%;
  max-width: 90%;
}
.overlay span {
  font-weight: bold;
}
.moneymaster_box figure,
.review_wrap figure,
.officeimg figure,
.investment_wrap figure{
  margin: 0;
  display: none;
}
.moneymaster_box figure:target,
.review_wrap figure:target,
.officeimg figure:target {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.investment_wrap figure.active{
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.moneymaster_box figure:target .overlay,
.review_wrap figure:target .overlay,
.officeimg figure:target .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  color: white;
}

.investment_wrap figure.active .overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  color: white;
}
.review_wrap figure:target img,
.officeimg figure:target img {
  animation: fadein 0.3s;
}
@keyframes fadein {
  0% {
    transform: scale(0.2);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/******************************************************
aside
******************************************************/
.footer-recruit {
  position: relative;
  display: block;
  width: 100%;
}
.footer-recruit:before {
  filter: brightness(50%);
  background-position: center;
  background-size: cover;
  content: "";
  width: 100%;
  display: block;
  min-height: 338px;
}
.footer-recruit:before {
  background-image: url(img/f_recruit.jpg);
}

.f_recbtn {
  -moz-transform: translateY(0%) translateX(-50%);
  -ms-transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
  position: absolute !important;
  top: 250px;
  left: 50%;
  width: 280px;
}

/******************************************************
footer
******************************************************/
footer {
  background: #282c28;
}
.footer_menu {
  color: white;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.f_nav_box {
  padding: 0 15px;
  width: 33%;
}

.f_nav_box:last-of-type .f_title {
  margin-bottom: 50px;
}
.f_nav_box:last-of-type .f_title.contact {
  margin-bottom: 0;
}

.f_nav_box a {
  font-size: 1.4rem;
}
.f_nav_box a.icon-external-link-symbol {
  position: relative;
}
.f_nav_box a.icon-external-link-symbol:before {
  content: "\e90d";
  position: absolute;
  bottom: -2px;
  right: -20px;
}
.f_nav_box ul {
  padding-left: 15px;
}
.f_nav_box .f_nav_lowSpace {
  margin-bottom: 25px;
}

.f_nav_box li {
  padding-left: 1rem;
  text-indent: -1rem;
  padding-bottom: 5px;
}
.f_nav_box ul li .lower {
  text-indent: -1rem;
  padding-bottom: 5px;
}
.f_nav_box ul li:before {
  content: "-";
  padding-right: 5px;
}
.f_nav_box ul li .lower:before {
  content: "-";
  padding-right: 5px;
}

.f_title {
  display: block;
  font-weight: normal;
  font-size: 1.8rem !important;
  margin-bottom: 5px;
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  line-height: 1.5;
}

.f_entitle {
  color: #bbe1c2;
  display: block;
  font-family: "Libre Baskerville", serif;
  font-size: 1.2rem;
}

.f_logo {
  filter: brightness(0) invert(1);
}

.copyright {
  background: #333;
  color: white;
  font-size: 1.6rem;
  padding: 36px 0 24px;
  text-align: center;
}

.copyright a {
  display: block;
  margin: 0 auto 30px;
}

/******************************************************
common
******************************************************/

/* sitewidth */
.consulstaff_list,
.footer_menu,
.busibox,
#defaulthead,
.art_loop,
.money-box,
.ceo_title,
.ceo_txt,
.p_txt_bg,
.business_box,
.officeimg_wrap,
.company_detail,
.sub_txt,
.feture_example,
.review_wrap,
.feature_wrap,
.meritlist,
.recruit_txt,
.faq_purpose,
.faq_title,
.privacy_wrap,
.collapse-list {
  max-width: 1120px;
}

address {
  display: block;
  font-style: normal;
}
hr {
  border: none;
  display: block;
  margin: 20px 0;
}
hr:before {
  font-family: "icomoon" !important;
  font-size: 42px;
  line-height: 36px;
  color: #bbe1c2;
  content: "\e924";
  display: block;
  text-align: center;
}
a[href^="tel:"] {
  color: #429452;
  text-decoration: underline;
}
.arrow-right:before {
  content: "\e907";
  font-family: "icomoon" !important;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #999;
}

.green-btn {
  background: #429452;
  border-radius: 25px;
  color: #fff !important;
  display: block;
  padding: 7px 15px;
  position: absolute;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.45));
  text-align: center;
}
.grey-btn {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 25px;
  color: #777 !important;
  display: block;
  padding: 7px 15px;
  position: relative;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.1));
  text-align: center;
}
.green-btn.arrow-right:before {
  color: #fff;
}

.white-btn {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50px;
  display: block;
  padding: 10px 0;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.1));
}
.height-btn{
  padding: 20px 0;
}
.dot_overlay {
  position: relative;
}
.busigfsbox:before,
.busiamcbox:before,
.dot_overlay:before {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFElEQVQYV2NkYGAwZmBgOMvIAAUACvkBAyxLoMgAAAAASUVORK5CYII=)
    repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.topvideowrap {
  text-align: center;
  margin: 0 auto 100px;
  max-width: 640px;
  position: relative;
}

.videowrap .vjs-big-play-button:active,
.videowrap .vjs-big-play-button:focus,
.videowrap:active .vjs-big-play-button,
.videowrap:hover .vjs-big-play-button,
.videowrap .vjs-play-progress,
.videowrap .vjs-volume-level {
  background-color: #30bb4c;
}
.videowrap .vjs-big-play-button {
  background-color: #30bb4c;
  border-radius: 10% !important;
  width: 100px !important;
  height: 66px !important;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 !important;
  line-height: 1.4;
}
.video-js.vjs-mouse .vjs-big-play-button:hover {
  background-color: #333;
  opacity: 0.5;
}
.videowrap {
  max-width: 960px;
  margin: 0 auto;
  border: 1px solid #e7e7e7;
  box-sizing: content-box;
  width: 98%;
  position: relative;
}
.triangle_img:before {
  content: "";
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 75px 75px 0 0;
  border-color: #4ba75d transparent transparent transparent;
  position: absolute;
}
.simple-line {
  border-top: 1px solid #ccc;
  display: block;
  margin: 0 auto 20px 20px;
  width: calc(100% - 20px);
}
.simple-line:before {
  display: none;
}
.collapse-list {
  margin: 0 auto 50px;
}
.collapse-open {
  display: none;
}
.collapse-painel {
  display: none;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.1s, visibility 0.3s, opacity 0.3s;
  background: #fff;
  border-top: none;
  margin-top: -4px;
  padding-top: 4px;
  z-index: 2;
}
.collapse-open:checked ~ .collapse-painel {
  display: block;
  max-height: 100%;
  opacity: 100;
  visibility: visible;
  position: relative;
}
.collapse-list li {
  margin: 0 auto 10px;
  position: relative;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.2));
}
.collapse-list .collapse-btn {
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  padding: 25px 30px 25px 60px;
  position: relative;
}
.collapse-list .collapse-btn:hover {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
.collapse-list .collapse-btn span,.collapse-list .collapse-btn p{
  display: inline-flex;
  line-height: 1.2;
}
.faq_q.icon-chevron-right-solid:before {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 51%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%) rotate(90deg);
}
.faq_q.active.icon-chevron-right-solid:before {
  transform: translate(0, -50%) rotate(-90deg);
}
.collapse-list .collapse-btn:hover {
  background: #eaeaea;
}
.collapse-list .collapse-inner {
  padding: 0 30px 10px 40px;
}
/* コープテキスト非表示 */
.vjs-dock-text {
  display: none;
}
.gfs-title {
  color: #1f2c5c;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

/******************************************************
hover
******************************************************/
.investment_wrap a:hover,
.seminar_wrap li:hover,
.recruit_bn li a:hover,
.rv_comments:hover,
.com_menu a:hover,
.bsns_c:hover,
#gnav li:hover,
#gnav li:last-child a:hover,
.faq_purpose a:hover,
#menubtn:hover,
#logo:hover,
.art_loop a:hover,
.bus_btn:hover,
.bus_btn:hover.arrow-right:before,
.business_wrap .bus_btn:hover,
.business_wrap_r .bus_btn:hover,
.business_wrap_r .bus_btn:hover.arrow-right:before,
.copyright a:hover,
.f_nav_box a:hover,
.f_nav_box a:hover .f_entitle,
.green-btn:hover,
.info_box:hover,
.m_link:hover .m_art,
.m_link:hover .m_img,
.overlay_switch:hover,
.white-btn:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.busi-btn:hover,
#gnav li:last-child a:hover,
.green-btn:hover,
.info_box:hover,
.white-btn:hover,
.bus_btn:hover {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));;
}
.investment_wrap a:hover,
.seminar_wrap li:hover,
.overlay_switch:hover,
.com_menu a:hover {
  filter: brightness(125%);
}
.linkc:hover,
.mapimg:hover,
.faq_purpose a:hover,
.recruit_bn li a:hover,
.rv_comments:hover,
.bsns_c:hover,
.art_loop a:hover,
#logo:hover,
.copyright a:hover {
  opacity: 0.75;
}

.business_wrap .bus_btn:hover,
.bus_btn:hover.arrow-right:before,
.f_nav_box a:hover,
.f_nav_box a:hover .f_entitle {
  color: #4ba75d;
}

#gnav li:not(:last-of-type):hover {
  color: #4ba75d;
}

.business_wrap_r .bus_btn:hover,
.business_wrap_r .bus_btn:hover.arrow-right:before {
  color: #425b94;
}

#menubtn:hover {
  background: #eeeeee;
}

.m_link:hover .m_art,
.m_link:hover .m_img {
  filter: none;
}

.size-news-detail-thumb {
  margin: 50px auto 0;
  display: block;
  max-width: 1120px;
  width: 90%;
}

/***********************
webfonticon
***********************/
.fa-envelope {
  padding-right: 5px;
}

/***********************
Hover Effect
***********************/
.ripple {
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.anim {
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.anim:before {
  position: relative;
  content: "";
  display: block;
  margin-top: 100%;
}
.anim::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}
.ripple:hover > .anim {
  -moz-animation: anim-out 0.75s;
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s;
}
.ripple:hover > .anim::after {
  -moz-animation: anim-out-pseudo 0.75s;
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s;
}
@-webkit-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(255, 255, 255, 0.5);
  }
  100% {
    background: transparent;
  }
}
@-moz-keyframes anim-out-pseudo {
  0% {
    background: rgba(255, 255, 255, 0.5);
  }
  100% {
    background: transparent;
  }
}
@-ms-keyframes anim-out-pseudo {
  0% {
    background: rgba(255, 255, 255, 0.5);
  }
  100% {
    background: transparent;
  }
}
@keyframes anim-out-pseudo {
  0% {
    background: rgba(255, 255, 255, 0.5);
  }
  100% {
    background: transparent;
  }
}

/***************************************************************************************************************************************************
モーダル関係
***************************************************************************************************************************************************/
#drawer-checkbox {
  display: none;
}
#drawer-icon {
  background: #fff;
  cursor: pointer;
  display: block;
  height: 69px;
  position: fixed;
  width: 69px;
  z-index: 40;
  top: 0;
  right: 0;
}
#drawer-icon span {
  background: #333;
  border-radius: 5px;
  display: block;
  height: 5px;
  left: 14px;
  margin: 0;
  position: absolute;
  top: 34px;
  transition: all 0.3s ease-in-out;
  width: 36px;
}
#drawer-icon span:before,
#drawer-icon span::after {
  -webkit-transform: rotate(0);
  background: #333;
  border-radius: 5px;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
}
#drawer-icon span::before {
  margin-top: -36%;
}
#drawer-icon span::after {
  margin-top: 20%;
}
#drawer-checkbox:checked ~ #drawer-icon {
  background: rgba(238, 238, 238, 1);
}
#drawer-checkbox:checked ~ #drawer-icon span {
  background: rgba(51, 51, 51, 0);
}
#drawer-checkbox:checked ~ #drawer-icon span::before,
#drawer-checkbox:checked ~ #drawer-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
}
#drawer-checkbox:checked ~ #drawer-icon span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#drawer-checkbox:checked ~ #drawer-icon span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#drawer-content {
  display: none;
  overflow: auto;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 40;
  width: 100%;
  height: auto;
  background: rgba(238, 238, 238, 1);
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
#drawer-checkbox:checked ~ #drawer-content {
  opacity: 1;
  display: block;
}
#drawer-close {
  display: none;
  position: fixed;
  z-index: -10;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
#drawer-checkbox:checked ~ #drawer-close {
  display: block;
  opacity: 0.75;
}
#drawer-content #ac_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#drawer-content .ac_box {
  width: calc(50% - 30px);
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}
.ac_plus {
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 15px 15px 15px 0;
  position: relative;
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
}
.ac_plus span {
  content: "";
  background: #4ba75d;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  height: 20px;
  width: 20px;
}
.ac_plus span:before,
.ac_plus span::after {
  content: "";
  background: #fff;
  height: 2px;
  width: 12px;
  display: block;
  top: 9px;
  right: 4px;
  position: absolute;
}
.ac_plus span:before {
  transform: rotate(90deg);
}
.d_title {
  color: #4ba75d;
  display: block;
  font-family: "Libre Baskerville", serif;
  font-size: 1.2rem;
}
.ac_list {
  display: none;
  padding: 0;
}
.ac_list li {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.ac_list li:first-of-type {
  border-top: 1px solid #ccc;
}
.ac_list li:last-of-type {
  border-bottom: none;
}
.ac_list li::after {
  font-family: "icomoon" !important;
  content: "\e907";
  font-size: 10px;
  color: #4ba75d;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ac_list a {
  color: #555;
  display: block;
  font-size: 1.4rem;
  padding: 10px 0 10px 15px;
}
.ac_list li:first-of-type a {
  color: #4ba75d;
  font-weight: bold;
}
.ac_list li:first-of-type:before {
  content: none;
}
#ac-1:checked ~ #ac-1o,
#ac-2:checked ~ #ac-2o,
#ac-3:checked ~ #ac-3o,
#ac-4:checked ~ #ac-4o {
  display: block;
}
#ac-1:checked + .ac_plus span,
#ac-2:checked + .ac_plus span,
#ac-3:checked + .ac_plus span,
#ac-4:checked + .ac_plus span {
  background: #425b94;
}
#ac-1:checked + .ac_plus span:before,
#ac-2:checked + .ac_plus span:before,
#ac-3:checked + .ac_plus span:before,
#ac-4:checked + .ac_plus span:before {
  display: none;
}
.w_menu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  text-align: -webkit-center;
}
.w_menu_wrap li {
  width: 25%;
  margin: 50px 0;
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
}
.w_menu_wrap li a {
  background: #1b9df0;
  color: #fff;
  border-radius: 5px;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  padding: 10px 0;
  width: 90%;
}
.w_menu_wrap li:last-child a {
  background: #00b900;
}
.w_menu_wrap li a img{
  margin-right: 5px;
}
/***************************************************************************************************************************************************
delighter.js
***************************************************************************************************************************************************/
/* 基本のスタイル */
.delighter.dright {
  transition: all 0.3s ease-out;
  transform: translateX(-100%);
  opacity: 0;
}
.delighter.dleft {
  transition: all 0.3s ease-out;
  transform: translateX(100%);
  opacity: 0;
}
.delighter.mlist article {
  transition: all 0.3s ease-out;
  transform: translatey(30%);
  opacity: 0;
}
.delighter.started.mlist article {
  opacity: 1;
  transform: none;
}
.delighter.mlist article:nth-of-type(1) {
  transition: all 0.4s ease-out 0.1s;
}
.delighter.mlist article:nth-of-type(2) {
  transition: all 0.4s ease-out 0.3s;
}
.delighter.mlist article:nth-of-type(3) {
  transition: all 0.4s ease-out 0.5s;
}
.delighter.mlist article:nth-of-type(4) {
  transition: all 0.4s ease-out 0.7s;
}
.delighter.mlist article:nth-of-type(5) {
  transition: all 0.4s ease-out 0.9s;
}

/* スタート時のスタイル */
.delighter.started {
  transform: none;
  opacity: 1;
}

/* エンド時のスタイル */
/* .delighter.started.ended {} */

/******************************************************
1280~
******************************************************/
@media screen and (min-width: 1280px) {
  .main_title {
    font-size: 4.8rem;
  }
  .m_title {
    font-size: 1.6rem;
  }
}

/******************************************************
1024~
******************************************************/
@media screen and (min-width: 1024px) {
  /*　画面サイズが1024pxからはここを読み込む　*/
}

/******************************************************
タブ以上、PC窓狭い時
******************************************************/
@media screen and (max-width: 1100px) {
  #gnav {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 983px) {
  #logo {
    display: block;
  }
  #logo img {
    width: 167px;
  }
  #gnav {
    font-size: 1rem;
  }
  #gnav li:not(:last-child) a {
    padding: 0 5px;
  }
  .bus_title b {
    font-size: 1.2rem;
  }
  .bus_title {
    font-size: 1.8rem;
  }
  .bus_title::after {
    top: 168px;
  }
  .bus_detail {
    font-size: 1.4rem;
  }
  .bus_btn {
    margin-top: 25px;
  }
  .business_wrap_r .bus_title::after {
    top: 66px;
  }

  .review_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .review_wrap li {
    width: calc(91% / 2);
    margin: 75px 3% 0 0;
  }
  .review_wrap li:nth-of-type(odd) {
    margin-left: 3%;
  }
  .review_wrap li:nth-of-type(3n) {
    margin-right: 3%;
}
  .review_wrap blockquote {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  #gfsreview blockquote {
    margin-bottom: 0;
  }
  .review_wrap {
    margin-top: 0;
  }

  #gnav li:not(:last-child) {
    padding: 0 3px;
  }
}


/******************************************************
768px~ タブレットから
******************************************************/
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #333;
    text-decoration: none;
  }
  #staff_wrap h2 + p {
    font-size: 1.8rem;
  }
}

/******************************************************
~768px スマホとタブレット
******************************************************/
@media screen and (max-width: 768px) {
  .footer_line {
    border-bottom: none;
    height: auto;
  }
  .footer_line .fline.pc{
    display: none;
  }
  .footer_line .fline.sp{
    display: block;
  }

  #gnav_wrap {
    display: none;
  }
  #menu-wrap {
    display: block;
  }
  .bus_img {
    width: 40vw;
  }
  .viewmore {
    font-size: 1.1rem;
    top: 67px;
    left: 36%;
  }
  .m_title {
    padding: 0 0 27px;
  }
  .m_art {
    margin: 0;
    margin-right: 15px !important;
    width: 45%;
    margin-bottom: 50px;
  }
  .m_art:before {
    font-size: 3.5vw;
  }
  .m_link:nth-of-type(4),
  .m_link:nth-of-type(5) {
    margin-top: 25px;
  }
  .footer_menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .f_nav_box {
    width: 50%;
    margin-bottom: 50px;
  }
  .f_nav_box:nth-of-type(5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .f_nav_box:last-of-type .f_title {
    width: 100%;
  }
  .f_nav_box:last-of-type .f_title.contact_tit {
    width: 100%;
  }
  .copyright {
    padding: 48px 0 42px;
  }
  .copyright a {
    margin: 0 auto 24px;
  }
  .copyright img {
    width: 185px;
  }
  .b_title {
    font-size: 1.8rem;
    text-indent: 30px;
  }
  .bsns_c:nth-of-type(1) .b_title:before,
  .bsns_c:nth-of-type(2) .b_title:before {
    font-size: 2rem;
    top: 0;
  }
  .busigfsbox,
  .busiamcbox {
    background-position: center;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .busi_detail {
    right: 0;
    width: 96%;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p_wrap .p_txt_bg:nth-of-type(1) {
    width: 90%;
    position: relative;
  }
  .p_wrap .p_txt_bg:nth-of-type(2) {
    width: 90%;
    float: none;
    margin: 50px auto;
    padding-left: 0;
  }

  .teacher_bg p,
  .teacher_bg h2,
  .staff_bg h2 {
    padding: 10px 30px;
    font-size: 2.4rem;
  }
  .teacher_bg p {
    top: 15px;
  }
  .teacher_bg h2 {
    top: 80px;
  }
  .breadcrumbs {
    font-size: 1rem;
    padding: 0 10px;
  }
}
/******************************************************
768px~ タブレット~PC
******************************************************/
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .m_art {
    width: 30%;
  }
  .mlist article:nth-of-type(3) {
    margin-right: 0 !important;
  }
  .mlist article:nth-of-type(4) {
    display: none;
  }
}

/******************************************************
~414
******************************************************/
@media screen and (max-width: 480px) {
  section:last-child {
    padding: 40px 0 70px;
}
  #drawer-content .ac_box {
    width: calc(100% - 30px);
    position: relative;
  }
  #drawer-content .ac_plus::after{
    content: "\e907";
    font-family: "icomoon" !important;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #999;
  }
  .w_menu_wrap li {
    width: 50%;
    margin: 25px 0;
  }
  .w_menu_wrap li:nth-of-type(3),
  .w_menu_wrap li:nth-of-type(4),
  .w_menu_wrap li:nth-of-type(5) {
    width: 50%;
    margin-top: 0;
  }
  #drawer-content {
    height: 100%;
    padding-bottom: 75px;
  }
  #drawer-icon span {
    height: 3px;
    width: 24px;
    left: 23px;
  }
  #drawer-icon span::before {
    margin-top: -30%;
  }
  .sp_mainscroll {
    color: #fff;
    display: block;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.9;
    z-index: 2;
  }
  .sp_mainscroll::after {
    font-family: "icomoon" !important;
    content: "\e907";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
  .sec_title {
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 25px;
  }
  .en_title {
    font-size: 1.2rem;
  }
  .i_more {
    width: 80%;
    margin: 35px auto 0;
    font-size: 1.4rem;
  }
  .g_sec {
    padding-top: 44px;
  }
  .sec_txt {
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .ceo_txt {
    margin: 20px auto 0;
  }
  .business_wrap_r,
  .business_wrap {
    border-radius: 3px;
    display: block;
    float: none;
    filter: none;
    margin: 50px auto;
    padding: 0 0 4px 0;
    position: relative;
  }
  .business_wrap {
    background: #4ba75d;
  }
  .business_wrap_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .bus_txt {
    margin: 0 auto;
    padding: 0 !important;
    width: 80%;
  }
  .business_wrap .bus_title:before {
    font-size: 65px;
    font-weight: normal;
    margin: 20px 0 0 0;
  }
  .bus_title::after {
    display: none;
  }
  .bus_img {
    border-radius: 3px 3px 0 0 !important;
    filter: brightness(60%);
    width: 100%;
  }
  .bus_title {
    font-size: 2.4rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
  }
  .business_wrap_r .bus_title {
    top: 122px;
  }
  .bus_title b {
    font-size: 1.4rem;
  }
  .bus_detail {
    width: auto;
    margin: 15px auto;
  }
  .bus_btn {
    margin: 30px auto;
    width: 80%;
  }
  .bus_logo {
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 65px;
    z-index: 2;
  }
  #consulting
  {
  padding: 40px 0 0;
  }
  .kn_area {
    padding-top: 50px;
  }
  .money-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0;
    padding-left: 0;
  }

  .m_link {
    width: 100%;
  }
  .m_link:not(:first-of-type) {
    width: 50%;
    width: calc(50% - 1px);
    margin-top: 2px;
  }
  .m_art {
    width: 45%;
    max-width: none;
    margin: 0;
  }
  .m_art:nth-of-type(odd) {
    margin-top: 3.3% !important;
  }
  .m_art:nth-of-type(even) {
    margin-top: 3.3% !important;
    margin-right: 0 !important;
  }
  .m_art:before {
    font-size: 2.5rem;
    top: 7px;
    left: 15px;
  }
  .m_title {
    font-size: 1.3rem;
    padding: 0 15px 32px 3px;
  }
  .m_title_wrap {
    width: 100%;
  }
  .viewmore {
    top: 60px;
    left: 55px;
    bottom: auto;
  }
  .m_title_wrap,
  .m_img {
    border-radius: 0;
  }
  .sec_title.bg_dark {
    top: 25px;
    width: 100%;
  }
  .footer-recruit:before {
    min-height: 229px;
  }
  .bg_dark + .sec_txt {
    top: 95px;
  }
  .f_recbtn {
    top: 165px;
  }
  .f_nav_box:nth-of-type(3),
  .f_nav_box:nth-of-type(4) {
    width: 100%;
  }
  .business_wrap,
  .business_wrap_r,
  .sec_txt {
    width: calc(100% - 30px);
  }
  #sub_toptitle {
    color: #fff;
    /* font-size: 3.6rem; */
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
    top: 7%;
    left: 3%;
    position: absolute;
    line-height: 1.4;
  }
  #sub_topentitle {
    color: #fff;
    display: block;
    font-size: 1.8rem;
    font-family: "Libre Baskerville", serif;
  }
  #sub_toptxt {
    color: #fff;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
    bottom: 15%;
  }
  .business_box {
    display: block;
  }
  .bsns_c {
    width: 90%;
    display: block;
    margin: 50px auto;
  }
  .ofctxt {
    padding: 3px 6px;
    font-size: 12px;
  }
  .company_detail{
    margin: 0 auto;
  }
  .company_detail dt {
    border: none;
    padding: 20px 0 0;
    width: 100%;
    color: #4ba75d;
  }
  body .company_detail .company_class_d {
    width: 50% !important;
    border-bottom: 1px solid #ccc !important;
    padding: 10px 0 20px;
  }
  .company_class_n {
    width: 50% !important;
  }
  .company_detail dd {
    padding: 10px 0 20px;
    width: 100%;
  }
  .company_detail dd:last-child a{
    color: #333;
    text-decoration: underline;
    position: relative;
  }
  .company_detail dd:last-child a.external-link:before {
    color: #333;
  }
  .com_gmap {
    width: 100%;
  }
  hr:before {
    font-family: "icomoon" !important;
    font-size: 36px;
    line-height: 26px;
    color: #bbe1c2;
    content: "\e924";
    display: block;
    text-align: center;
  }

  .feture_example {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px auto 0;
  }
  .feture_example li {
    width: calc(100% / 1);
    margin-right: 0;
  }
  .feture_example li:nth-of-type(1) {
    margin-left: 0;
  }
  .feture_example figcaption {
    margin: 15px 0 40px 10px;
    text-align: center;
    font-size: 1.6rem;
    display: inline-block;
    text-align: left;
  }
  .feture_example img{
    width: 33%;
    margin: 0 auto;
    display: inline-block;
  }
  .review_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .review_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .review_wrap li {
    width: 90%;
    margin: 45px 0 0 0 !important;
  }
  .rv_comment_wrap a::after{
    content: "";
    display: block;
    background-image: url(img/zoom.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 113px;
    left: 300px;
  }
  .review_wrap .slick-dots li{
    margin: 0 2px 0 !important;
  }

  .sec_title.bg_dark::after {
    margin-top: 18px;
  }
  .feature_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature_wrap li {
    border: none;
    border-radius: 0;
    width: 90%;
    margin: 0 5% 200px !important;
    position: relative;
  }
  .feature_wrap img {
    border-radius: 0;
  }
  .featuretxt {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 73%;
    width: 85%;
    height: auto;
  }
  .feature_wrap li:nth-of-type(1) .featuretxt::before {
    content: "1";
  }
  .feature_wrap li:nth-of-type(2) .featuretxt::before {
    content: "2";
  }
  .feature_wrap li:nth-of-type(3) .featuretxt::before {
    content: "3";
  }
  .feature_wrap li .featuretxt::before {
    font-family: "Libre Baskerville", serif;
    color: rgba(255, 255, 255, 0.9);
    font-size: 3rem;
    top: calc(-3rem + -3px);
    position: absolute;
    left: 0;
    z-index: 2;
  }
  .c_btn {
    width: 100%;
  }
  .gfsc_btn {
    width: 90%;
  }
  .meritlist {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .meritlist li {
    height: auto;
    width: 47%;
    padding: 15px;
    margin: 2%;
  }
  .meritlist li:nth-of-type(2n) {
    /* new */
    margin-left: 0;
  }
  .meritlist p {
    font-size: 1.5rem;
  }
  .meritlist li:nth-of-type(1) p:before,
  .meritlist li:nth-of-type(2) p:before,
  .meritlist li:nth-of-type(3) p:before,
  .meritlist li:nth-of-type(4) p:before {
    font-size: 80px;
    padding-bottom: 0;
  }
  .recruit_bn li:nth-of-type(odd) {
    margin-right: 0;
  }
  .recruit_bn li {
    width: 90%;
    margin-bottom: 25px;
  }
  #faq.top_info_wrap {
    padding: 40px 0 0;
}
  .faq_purpose li {
    margin: 0 15px 15px;
    width: calc((100% - 45px) / 2);
  }
  .faq_purpose li:nth-of-type(even) {
    margin-left: 0;
  }
  .collapse-list .collapse-btn{
    padding: 15px 30px 15px 50px;
    font-size: 1.4rem;
  }
  .faq_purpose li a {
    font-size: 1.4rem;
    padding: 10px;
  }
  .faq_title{
    font-size: 1.8rem;
  }
  .faq_q::after {
    width: 24px;
    height: 24px;
    top: 37%;
  }
  .faq_q.txt_1::after {
    top: 50%;
  }
  .simple-line{
    margin: 0 auto 10px -30px;
    width: calc(100% + 50px);
  }
  .collapse-list .collapse-btn p{
    max-width: 80%;
  }
  .faq_a {
    float: left;
    width: 24px;
    height: 24px;
    left: 15px;
  }
  .collapse-list{
    width: 100%;
    margin: 0 auto 30px;
  }
  .faq_title {
    margin: 0;
  }
  .faq_titlebox{
    font-size: 1.4rem;
    margin: 0 0 5px 10px;
  }
  .faq_txtbox {
    font-size: 1.4rem;
    margin: 0 0 5px 10px;
    padding-top: 0;
  }
  .faq_txt_box .i_more{
    width: 100%;
  }
  .privacy_wrap {
    width: 90%;
  }
  .busibox .sec_title {
    font-size: 2.2rem;
    max-width: 100%;
  }
  .busi-txt {
    font-size: 1.6rem;
  }
  .busi_detail {
    padding: 25px;
    top: 75%;
  }

  #sub_toptitle {
    color: #fff;
    /* font-size: 2.4rem; */
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
    top: auto;
    top: 36%;
    left: 3%;
    position: absolute;
    line-height: 1.4;
    width: 96%; /* new */
    text-align: center;
    transform: none;
  }
  #sub_toptitle.btm_txt{
    top:15%;
    line-height: 1.2;
  }
  #sub_toptitle.btm_txt_top27{
    top:27%;
    line-height: 1.2;
  }
  #sub_toptitle.btm_txt_top10{
    top:10%;
    line-height: 1.2;
  }
  #sub_topentitle {
    /* 2711 */
    color: #fff;
    display: block;
    font-size: 1.4rem;
    font-family: "Libre Baskerville", serif;
    bottom: auto;
    top: 60%;
    left: 50%;
  }

  .busiamcbox {
    background-position: 35% 50%;
    background-repeat: no-repeat;
  }
  .busigfsbox {
    background-position-x: 85%;
    max-height: 120px;
    margin-bottom: 320px;
    background-size: cover;
  }
  .busi-btn{
    margin: 20px auto 0;
  }
  .consul-closing {
    margin-top: 40px;
  }
  .consul-closing div{
    width: 100%;
  }
  .consul-closing .white-btn{
    width: 90%;
  }
  .consul_present {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }
  .present_title{
    margin-top: 40px;
  }
  .consul_present li:nth-of-type(2) {
    margin: 20px 0 0 0;
  }

  .consul_present li {
    margin: 20px 0 0;
    width: calc(98%/ 3);
    height: 120px;
  }
  .consul_present li::before {
    font-size: 28px;
    position: absolute;
    top: 0;
    left: 44%;
  }
  .consul_present p {
    font-size: 14px;
    margin-top: 15px;
  }
  /* コンサルタント一覧 */
  .consulstaff_list {
    gap: 15px 2%;
  }
  .consulstaff_list li {
    flex-basis: calc((100% - 2%) /2);
  }
  .contents_box .c_btn{
    margin: 20px auto 0;
  }
  .top-teacher{
    justify-content: space-between;
    padding: 10px;
    margin: 0 0 120px;
  }
  .top-teacher li {
    margin: 0 0 20px 0;
  }
  .teacher_bg p {
    top: 5px;
  }
  .teacher_bg p,
  .teacher_bg h2,
  .staff_bg h2 {
    padding: 10px;
    font-size: 1.4rem;
  }
  .teacher_bg h2 {
    font-size: 1.8rem;
  }
  .teacher_bg em {
    font-size: 1.4rem;
    padding-right: 2px;
  }
  .teacher_bg h2 {
    top: 10px;
    left: 10px;
  }
  .teacher_bg span,
  .staff_bg span {
    font-size: 1.2rem;
    color: #777;
    display: block;
    margin-left: 0;
  }
  .teacher_bg p,
  .teacher_bg h2,
  .staff_bg h2 {
    background: rgba(255, 255, 255, 0.85);
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .books_wrap{
    justify-content: space-between;
  }
  .books_wrap li {
  max-width: 256px;
  position: relative;
  overflow: hidden;
  margin: 0 2% 25px;
  width: 46%;
  text-align: center;
}
  .gfsbiglogo {
    width: 80%;
  }
  #staff_wrap{
    margin: 0 auto;
  }
  #staff_wrap p {
    font-size: 1.4rem;
    padding-left: 10px;
  }
  #staff_wrap .teacher_bg img,#staff_wrap .staff_bg img{
    object-fit: cover;
    height: 150px;
  }
  #staff_wrap .teacher_bg img.pos40,#staff_wrap .staff_bg img.pos40{
    object-position: -40px;
  }
  #staff_wrap .teacher_bg img.pos160,#staff_wrap .staff_bg img.pos160{
    object-position: -160px;
  }
  #position {
    font-size: 1.2rem !important;
  }
  .seminar_wrap{
    margin: 0 auto;
  }
  .seminar_wrap:first-of-type{
    margin-top: 20px;
  }
  .seminar_wrap li {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10%;
  }
  .seminar_wrap li:nth-of-type(2),
  .seminar_wrap li:nth-of-type(5) {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10%;
  }

  .sec_longtxt {
    width: 90%;
    font-size: 1.4rem;
  }
  .lineaddbtn {
    width: 100%;
  }

  .investment_wrap {
    margin: 0 20px 80px;
    display: block;
  }
  .investment_wrap li {
    width: 100%;
    margin: 20px 0 0 0 !important;
  }
  .investment_wrap li:nth-of-type(2n) {
    margin-right: 0;
  }
  .investment_wrap li:nth-of-type(3n) {
    margin-right: auto;
  }
  .investment_wrap li:nth-of-type(odd) {
    margin-right: 5px!important;
  }
  .investment_wrap h3 {
    font-size: 1.4rem;
    padding: 15px 20px;
  }
  .investment_wrap.review_wrap figure:target .overlay .sec_title{
    margin-bottom: 55px;
  }
  #consulting-index{
    padding: 40px 0 0;
  }
  .busiamcbox {
    max-height: 120px;
    margin-bottom: 260px;
    background-size: cover;
  }
  .busibox {
    background-size: cover;
  }
  .busi-txt {
    font-size: 1.4rem;
    text-align: center;
    padding: 0 25px;
  }

  .present_title:before,
  .present_title::after {
    width: 24px;
  }
  .present_title {
    font-size: 2rem;
    padding: 0;
  }
  .contactform-wrap {
    padding: 60px 0;
  }
  .qabtn {
    margin: 30px auto 60px;
  }
  #recruit .white-btn {
    width: 100%;
  }
  #contact .contents_box{
    padding: 0;
  }
  .contactform-wrap label {
    padding-left: 0;
    width: 100%;
    margin: 0 auto 10px;
  }
  .contactform-wrap .message {
    vertical-align: middle;
  }
  .contactform-wrap .message {
    vertical-align: middle;
  }
  .mw_wp_form{
    margin: 0 20px;
  }
  .contactform-wrap input[name="name"],
  .contactform-wrap input[name="tel"],
  .contactform-wrap input[name="tel"],
  .contactform-wrap input[name="mail"],
  .contactform-wrap input[name="company_name"]
  {
    width: 100%;
  }
  .mwform-tel-field input{
    max-width: 30%;
  }
  .c_rightbox.txt{
    max-width: 100%;
  }
  .info_box{
    flex-direction: column;
    align-items: flex-start;
    gap: 5px 0;
  }
  .info_box_header{
    gap: 0 5px;
    flex-direction: row-reverse;
  }
  .art_loop > a {
    padding: 15px;
  }
  .i_title {
    display: -webkit-box;
    max-width: 784px;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: justify;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .i_cate {
    font-size: 1.2rem;
    padding: 2px 7px;
  }
  .twitter-wrap {
    width: 92%;
  }
  .footer_line {
    border-bottom: none;
    height: auto;
  }
}

/******************************************************
~375
******************************************************/
@media screen and (max-width: 376px) {
  .m_title {
    font-size: 1.3rem;
    padding: 0 16px 0 1px;
    margin-bottom: 21px;
  }
  .viewmore {
    top: 52px;
    left: 46px;
  }
  .sec_txt {
    font-size: 1.4rem;
  }

  .busi-txt {
    font-size: 1.4rem;
    padding: 0;
  }
  .rv_comment_wrap a::after{
    content: "";
    display: block;
    background-image: url(img/zoom.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 113px;
    left: 260px;
  }
}

/******************************************************
~320
******************************************************/
@media screen and (max-width: 320px) {
  .m_title {
    font-size: 1.1rem;
    padding: 0 14px 0 1px;
  }
  .m_title_wrap {
    padding: 4px 8px 8px 4px;
  }
  .viewmore {
    top: 44px;
    left: 41px;
    font-size: 0.9rem;
  }
  #sub_topentitle,
  #sub_toptxt {
    font-size: 1.4rem;
  }
  #sub_toptitle {
    color: #fff;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
    left: 3%;
    position: absolute;
    line-height: 1.4;
    transform:none;
  }
  #sub_topentitle {
    color: #fff;
    display: block;
    font-family: "Libre Baskerville", serif;
  }
  #sub_toptxt {
    color: #fff;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
    font-size: 1.6rem;
    bottom: 7%;
    left: 3%;
    width: 96%; /* new */
    transform:none;
  }
  .bus_title {
    font-size: 1.8rem;
    top: -20px;
  }
  .bus_logo {
    top: 20px;
  }
  .business_wrap_r .bus_title {
    top: 102px;
  }
  .featuretxt {
    top: 67%;
  }
  .feature_wrap li {
    margin: 0 5% 270px !important;
  }
  .meritlist p {
    font-size: 1.2rem;
  }
  .meritlist li:nth-of-type(1) p:before,
  .meritlist li:nth-of-type(2) p:before,
  .meritlist li:nth-of-type(3) p:before,
  .meritlist li:nth-of-type(4) p:before {
    font-size: 60px;
  }
  .longtxt {
    font-size: 1.3rem !important;
  }
  .busi-txt {
    font-size: 1.2rem;
  }
  .busibox .sec_title {
    font-size: 2.2rem;
  }
  .busi-btn {
    width: 90%;
    font-size: 1.4rem;
  }
  .breadcrumbs li:first-child::after {
    margin: 0 5px;
  }
  .breadcrumbs li:nth-of-type(3)::before {
    margin: 0 2px 0 5px;
  }
  .breadcrumbs li:nth-of-type(4)::before {
    margin: 0 2px 0 5px;
  }
  #main_title::after {
    margin: 10px auto 0;
  }
  .collapse-list .collapse-btn p br.sp{
    display: none;
  }
  .faq_q::after,.faq_q.txt_1::after{
    top: 37%;
  }
}

.mo1 {
  -webkit-animation-name: mo1-transform-keyframes;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  animation-name: mo1-transform-keyframes;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
}

@-webkit-keyframes mo1-transform-keyframes {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1) rotateX(0deg) rotateY(0deg)
      rotateZ(0deg) translate(-50%, -50%);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }

  50% {
    -webkit-transform: translate(0px, 21px) scale(1) rotateX(0deg) rotateY(0deg)
      rotateZ(0deg) translate(-50%, -50%);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }

  100% {
    -webkit-transform: translate(0px, 0px) scale(1) rotateX(0deg) rotateY(0deg)
      rotateZ(0deg) translate(-50%, -50%);
  }
}

@keyframes mo1-transform-keyframes {
  0% {
    transform: translate(0px, 0px) scale(1) rotateX(0deg) rotateY(0deg)
      rotateZ(0deg) translate(-50%, -50%);
    animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }

  50% {
    transform: translate(0px, 21px) scale(1) rotateX(0deg) rotateY(0deg)
      rotateZ(0deg) translate(-50%, -50%);
    animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }

  100% {
    transform: translate(0px, 0px) scale(1) rotateX(0deg) rotateY(0deg)
      rotateZ(0deg) translate(-50%, -50%);
  }
}

/******************************************************
ギネス記録 掲載
******************************************************/
#guinness {
  width: 100%;
  text-align: center;
  margin: 50px 0 70px;
  padding: 0 20px;
}
.guinness_logo {
  margin: 0 auto 10px;
  width: 100%;
  max-width: 280px;
}
.guinness_txt {
  font-size: 0.8em;
  max-width: 1120px;
  margin: 0 auto;
}
/******************************************************
/news/
******************************************************/
.newsloop-wrap {
  width: calc(100% - 30px);
  margin: 50px auto 0;
  }
  @media screen and (max-width: 480px) {
  .newsloop-wrap {
  margin: 0 15px;
  }
  }
  /******************************************************
  loop共通ページネーション
  ******************************************************/
  .pagenation {
  max-width: 1120px;
  margin: 20px auto 100px;
  text-align: center;
  }
  .pagenation .page-numbers {
  display: inline-block;
  padding: 10px;
  border: 1px solid #bbb;
  }
  .pagenation .page-numbers.current {
  background: #bbb;
  color: #fff;
  }
  @media screen and (max-width: 1200px) {
  .pagenation {
  margin: 60px auto 100px;
  }
  }
  @media screen and (max-width: 480px) {
  .pagenation {
  max-width: none;
  width: calc(100% - 30px);
  margin: 30px auto 60px;
  }
  .pagenation .page-numbers {
  padding: 10px;
  }
  }
