@charset "UTF-8";
/*----------------------------------------------------
	共通
----------------------------------------------------*/
body {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 16px;
  line-height: 200%;
  color: #111;
  letter-spacing: 1px;
  font-weight: 500;
  overflow-x: hidden; }

::selection, ::-moz-selection {
  background: #e90313;
  color: #fff; }

#wrapper {
  min-width: 1250px;
  position: relative; }

/* リンク
----------------------------------------------------*/
a {
  color: #27897A;
  text-decoration: none; }
  a:hover {
    opacity: .7; }

input, textarea {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  vertical-align: baseline;
  padding: 0 !important; }

/* 共通
----------------------------------------------------*/
img {
  width: 100%;
  height: auto; }

.bg_on {
  background: #FBF7F2; }

/* ---- 見出し ---- */
h2.base {
  font-size: 24px; }

h3.base {
  font-size: 20px; }

.main_ttl {
  text-align: center; }
  .main_ttl p {
    color: #d9e2ec;
    font-size: 20px; }
  .main_ttl h2 {
    font-size: 28px;
    margin: 15px 0 45px; }

/* ---- 英語フォント ---- */
.en {
  font-family: 'Oswald', sans-serif; }

/* ---- テーブル ---- */
table.style1 {
  width: 100%; }
  table.style1 th {
    width: 20%;
    border-top: #D8D8D8 solid 1px;
    border-bottom: #D8D8D8 solid 1px;
    padding: 10px 0;
    text-align: left; }
  table.style1 td {
    width: 80%;
    border-top: #D8D8D8 solid 1px;
    border-bottom: #D8D8D8 solid 1px;
    padding: 10px 0 10px 20px; }

/* ---- インナー ---- */
.inner {
  width: 1120px;
  margin: auto; }

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s; }

/* ---- clearfix ---- */
.cf:after {
  content: "";
  clear: both;
  display: block; }

/* ヘッダー
----------------------------------------------------*/
header {
  position: relative;
  height: 100px; }
  header .logo {
    position: absolute;
    width: 216px; }
    header .logo a {
      padding: 20px 0 0 50px;
      display: block; }
    header .logo img {
      display: block;
      width: 100%;
      margin: 0 auto; }
  header .nav_wrap {
    position: absolute;
    right: 0;
    width: calc(100% - 0); }

.g_head {
  background: #fff; }
  .g_head.fix {
    width: 100%;
    position: fixed;
    z-index: 999;
    height: 70px;
    box-shadow: 0px 9px 24px 0px rgba(15, 58, 96, 0.21);
    overflow: hidden; }
    .g_head.fix .logo img {
      width: 75%; }
    .g_head.fix .logo a {
      padding-top: 11px; }
    .g_head.fix .burger-nav a {
      padding: 25px 20px; }
      .g_head.fix .burger-nav a span {
        font-size: 9px;
        margin-top: 5px; }
      .g_head.fix .burger-nav a.nav_btn {
        color: #fff;
        background: #DBA148 url("../images/common/head_mail.png") no-repeat 35px 50%;
        border-radius: 100px;
        padding: 13px 35px 15px 70px;
        margin-top: 13px; }
        .g_head.fix .burger-nav a.nav_btn:hover {
          opacity: .7;
          border: none; }

/* メニュー */
.burger-nav {
  animation-name: anime-burger;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  float: right;
  padding-right: 50px; }
  .burger-nav a {
    float: left;
    color: #111;
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    line-height: 100%;
    letter-spacing: 0;
    padding: 40px 20px;
    border-bottom: none; }
    .burger-nav a:hover {
      border-bottom: #27897A solid 5px;
      opacity: 1; }
    .burger-nav a.nav_btn {
      color: #fff;
      background: #DBA148 url("../images/common/head_mail.png") no-repeat 35px 50%;
      border-radius: 100px;
      padding: 13px 35px 15px 70px;
      margin-top: 27px; }
      .burger-nav a.nav_btn:hover {
        opacity: .7;
        border: none; }
  .burger-nav span {
    font-weight: normal; }

@keyframes anime-burger {
  0% {
    transform: translateX(300px); }
  100% {
    transform: translateX(0); } }
@media (max-width: 768px) {
  .burger-nav a {
    display: block;
    color: #fff; } }
/* メインビジュアル */
.hero_outer {
  z-index: 2;
  position: relative; }

.hero {
  content: '';
  display: block;
  clear: both; }
  .hero .sns_wrap {
    position: relative;
    width: 100px;
    float: left;
    margin-right: -100px;
    text-align: center;
    padding-top: 270px; }
  .hero .hero_wrap {
    width: 100%;
    float: right;
    height: 80vh;
    overflow: hidden;
    position: relative;
    z-index: 9999; }
    .hero .hero_wrap .hero_wrap_content {
      margin-left: 100px;
      width: 100%; }
      .hero .hero_wrap .hero_wrap_content .ins {
        display: block;
        height: 80vh;
        padding: 42vh 0 0 70px;
        background: url("../images/common/hero.png") no-repeat 50% 50%;
        background-size: cover;
        border-radius: 30px 0 0 30px;
        position: relative; }
      .hero .hero_wrap .hero_wrap_content .text-area {
        position: absolute;
        bottom: 5vh; }
        .hero .hero_wrap .hero_wrap_content .text-area span.main-text {
          font-size: 76px;
          color: #fff;
          line-height: 122%;
          font-weight: bold;
          padding-bottom: 2.5vh;
          display: block; }
        .hero .hero_wrap .hero_wrap_content .text-area span.sub-text {
          font-size: 24px;
          color: #fff;
          line-height: 150%; }
      .hero .hero_wrap .hero_wrap_content br.br_sp {
        display: none; }
  .hero .sns_wrap li {
    width: 21px;
    margin: auto; }
    .hero .sns_wrap li a:hover {
      -webkit-border-radius: .6;
      -moz-border-radius: .6;
      -ms-border-radius: .6;
      -o-border-radius: .6;
      border-radius: .6; }

.burger-nav a span {
  display: block;
  font-size: 10px;
  color: #7c8590;
  font-weight: normal;
  margin-top: 8px; }

.hero .sns_wrap .ttl {
  transform: rotate(-90deg);
  padding-left: 60px;
  font-size: 11px; }
.hero .sns_wrap ul:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #070707;
  vertical-align: middle; }

.side_icon {
  position: relative;
  bottom: -80vh;
  left: 35px; }

.fb_icon {
  position: absolute;
  bottom: 147px; }
  .fb_icon img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5; }
    .fb_icon img:hover {
      -webkit-filter: grayscale(0);
      -moz-filter: grayscale(0);
      -ms-filter: grayscale(0);
      -o-filter: grayscale(0);
      filter: grayscale(0);
      opacity: 1; }

.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 0;
  left: 16px;
  z-index: 9; }

/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: 0;
  bottom: 70px;
  /*テキストの形状*/
  color: #1E1E1E;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 0;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -1px;
  /*丸の形状*/
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite; }

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 45px; }
  100% {
    bottom: 0px; } }
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  80% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }
/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 1px;
  height: 50px;
  background: #000; }

/* ----------------------------------------------------
	.content
---------------------------------------------------- */
#content {
  clear: both;
  z-index: 0; }

.base_ttl {
  padding-bottom: 50px;
  text-align: center; }
  .base_ttl h2 {
    font-size: 36px;
    padding-bottom: 18px;
    font-weight: 600; }
  .base_ttl .en {
    font-size: 20px; }
  .base_ttl hr {
    width: 68px;
    margin: 26px auto 0;
    color: #27897A;
    height: 2px !important; }

.base_btn a {
  display: block;
  text-align: center;
  color: #27897A;
  border: #27897A solid 2px;
  border-radius: 100px;
  padding: 15px;
  background: url("../images/common/arrow.png") no-repeat 80% 50%; }
  .base_btn a:hover {
    background: #27897A url("../images/common/arrow_w.png") no-repeat 80% 50% !important;
    color: #fff; }

span.marker {
  background: linear-gradient(transparent 70%, #DBA148 70%); }

.br_sp {
  display: none !important; }

/* ------------------------------------------------------------------------------------

	.home

------------------------------------------------------------------------------------ */
.home .intro {
  text-align: center;
  font-size: 16px;
  padding-bottom: 58px; }
.home .sec01 {
  clear: both;
  overflow: hidden;
  padding: 90px 0 100px; }
  .home .sec01 .left {
    float: left;
    width: 50%; }
    .home .sec01 .left h2 {
      font-size: 42px;
      line-height: 200%;
      font-weight: 600; }
    .home .sec01 .left .base_btn {
      width: 50%;
      margin-top: 60px; }
  .home .sec01 .right {
    float: left;
    width: 50%;
    padding-top: 16px; }
    .home .sec01 .right p {
      line-height: 260%;
      margin-bottom: 24px; }
.home .sec02 {
  clear: both;
  padding: 60px 0 330px;
  background: #FBF7F2 url("../images/home/sec2_1.png") no-repeat 50% 0; }
  .home .sec02 .sec02_head {
    color: #fff;
    padding: 50px 0 90px; }
    .home .sec02 .sec02_head h2 {
      font-size: 42px;
      text-align: center;
      padding-bottom: 65px;
      line-height: 130%; }
    .home .sec02 .sec02_head p {
      line-height: 180%; }
  .home .sec02 .inner2 {
    width: 1320px;
    margin: auto; }
  .home .sec02 .body {
    position: relative;
    background: #fff;
    border-radius: 30px;
    padding: 100px 100px 150px 100px; }
    .home .sec02 .body .left {
      float: left;
      width: 70%; }
      .home .sec02 .body .left .base_ttl {
        text-align: left; }
        .home .sec02 .body .left .base_ttl hr {
          margin: 20px 0 0; }
      .home .sec02 .body .left p {
        margin-bottom: 30px; }
      .home .sec02 .body .left .base_btn {
        width: 298px;
        margin: 60px 0; }
    .home .sec02 .body .right {
      float: left;
      width: 30%;
      text-align: right; }
      .home .sec02 .body .right img {
        width: 80%; }
  .home .sec02 .links {
    position: absolute;
    bottom: -250px;
    width: calc(1220px - 30px); }
    .home .sec02 .links .box {
      float: left;
      width: 550px;
      margin-right: 30px; }
      .home .sec02 .links .box a {
        display: block; }
      .home .sec02 .links .box .txt {
        background: #27897A;
        color: #fff;
        padding: 20px; }
        .home .sec02 .links .box .txt h3 {
          font-size: 24px; }
      .home .sec02 .links .box a:hover {
        opacity: .7; }
.home .sec03 {
  padding: 100px 0 0; }
  .home .sec03 .base {
    position: relative;
    padding-bottom: 80px; }
    .home .sec03 .base .blk_wrap_1,
    .home .sec03 .base .blk_wrap_2 {
      margin-right: -25px;
      overflow: hidden; }
      .home .sec03 .base .blk_wrap_1 .blk,
      .home .sec03 .base .blk_wrap_2 .blk {
        background: #fff;
        float: left;
        width: 261px;
        margin-right: 25px;
        border-radius: 16px;
        padding: 40px 0 20px;
        text-align: center;
        margin-bottom: 20px; }
        .home .sec03 .base .blk_wrap_1 .blk a,
        .home .sec03 .base .blk_wrap_2 .blk a {
          color: #1E1E1E; }
        .home .sec03 .base .blk_wrap_1 .blk .img,
        .home .sec03 .base .blk_wrap_2 .blk .img {
          width: 95px;
          display: block;
          margin: 0 auto 15px; }
        .home .sec03 .base .blk_wrap_1 .blk h3,
        .home .sec03 .base .blk_wrap_2 .blk h3 {
          font-size: 20px;
          font-weight: bold; }
      .home .sec03 .base .blk_wrap_1 .blk.th,
      .home .sec03 .base .blk_wrap_2 .blk.th {
        padding-bottom: 13px;
        line-height: 140%; }
        .home .sec03 .base .blk_wrap_1 .blk.th .img,
        .home .sec03 .base .blk_wrap_2 .blk.th .img {
          margin-bottom: 8px; }
    .home .sec03 .base .blk_wrap_2 {
      margin-left: 146px; }
    .home .sec03 .base .link_btn {
      width: 596px;
      margin: 40px auto; }
      .home .sec03 .base .link_btn .base_btn {
        float: left;
        width: calc(298px - 30px);
        margin-right: 30px; }
        .home .sec03 .base .link_btn .base_btn a {
          background-color: #fff; }
  .home .sec03 .base::after {
    content: "";
    display: block;
    width: 200%;
    height: calc(100% - 112px);
    background-color: #FBF7F2;
    position: absolute;
    right: -10%;
    bottom: 0;
    z-index: -1; }
.home .sec04 {
  padding: 100px 0 0; }
  .home .sec04 .intro {
    text-align: center;
    font-size: 16px;
    padding-bottom: 58px; }
  .home .sec04 .base {
    position: relative; }
    .home .sec04 .base .blk_wrap {
      margin-right: -26px;
      overflow: hidden; }
      .home .sec04 .base .blk_wrap .blk {
        float: left;
        width: 357px;
        margin-right: 25px; }
        .home .sec04 .base .blk_wrap .blk a {
          color: #1E1E1E; }
        .home .sec04 .base .blk_wrap .blk .img {
          display: block;
          margin: 0 auto 15px; }
        .home .sec04 .base .blk_wrap .blk h3 {
          font-size: 22px;
          font-weight: bold; }
    .home .sec04 .base .links {
      padding: 45px 0; }
      .home .sec04 .base .links h4 {
        text-align: center;
        font-size: 20px; }
      .home .sec04 .base .links h4:before {
        content: "＼　"; }
      .home .sec04 .base .links h4:after {
        content: "　／"; }
    .home .sec04 .base .link_btn {
      width: 748px;
      margin: 40px auto; }
      .home .sec04 .base .link_btn .base_btn {
        float: left;
        width: calc(374px - 30px);
        margin-right: 30px; }
        .home .sec04 .base .link_btn .base_btn a {
          background-color: #fff;
          background-position: 90% 50% !important; }
  .home .sec04 .base::after {
    content: "";
    display: block;
    width: 200%;
    height: calc(100% - 112px);
    background-color: #FBF7F2;
    position: absolute;
    left: -10%;
    bottom: 0;
    z-index: -1; }
.home .sec05 {
  padding: 100px 0 0; }
  .home .sec05 .infobody {
    float: left;
    width: 695px; }
    .home .sec05 .infobody .blk a, .home .sec05 .infobody .blk span {
      border-bottom: #D8D8D8 solid 1px;
      color: #1E1E1E;
      display: block;
      padding: 17px 0; }
      .home .sec05 .infobody .blk a .date, .home .sec05 .infobody .blk span .date {
        float: left;
        width: 15%;
        color: #27897A; }
      .home .sec05 .infobody .blk a .ttl, .home .sec05 .infobody .blk span .ttl {
        float: right;
        width: 82%; }
  .home .sec05 .fbbody {
    float: right;
    width: 380px;
    margin-top: 24px; }
  .home .sec05 .list_link {
    text-align: right;
    padding: 20px 0 0; }
    .home .sec05 .list_link a {
      background: url("../images/common/arrow.png") no-repeat 100% 50%;
      padding-right: 25px;
      text-decoration: underline; }
.home .sec06 {
  padding: 110px 0 90px;
  clear: both; }
  .home .sec06 .blk_wrap {
    margin-right: -26px;
    overflow: hidden; }
    .home .sec06 .blk_wrap .blk {
      float: left;
      width: 357px;
      margin-right: 25px; }
      .home .sec06 .blk_wrap .blk a {
        color: #1E1E1E;
        display: block; }
        .home .sec06 .blk_wrap .blk a:hover {
          opacity: .7; }
      .home .sec06 .blk_wrap .blk .img {
        display: block;
        margin: 0 auto 15px; }
      .home .sec06 .blk_wrap .blk h3 {
        font-size: 22px;
        font-weight: bold; }

/* ------------------------------------------------------------------------------------

	下層共通

------------------------------------------------------------------------------------ */
.hero_wrap {
  position: relative;
  z-index: 9999; }

.subhead {
  background: #27897A url("../images/movie_seminer/kv_bg.png") no-repeat 50% 0;
  background-size: cover;
  padding-bottom: 140px; }

.subheadttl {
  text-align: center;
  color: #fff; }
  .subheadttl .en {
    font-size: 20px; }
    .subheadttl .en span {
      border-bottom: #fff solid 1px;
      padding-bottom: 10px; }
  .subheadttl h1 {
    font-size: 45px;
    padding: 44px 0 50px;
    font-weight: 600; }
  .subheadttl p {
    font-size: 20px; }

.pageimg_wrap {
  width: 1120px;
  margin: -200px auto; }

.breadcrumb {
  margin: 0;
  padding: 1em 0;
  overflow: hidden;
  opacity: .8; }
  .breadcrumb li {
    display: inline;
    list-style: none;
    color: #fff;
    font-size: 14px; }
    .breadcrumb li:after {
      content: '>';
      padding: 0 0.2em; }
    .breadcrumb li:last-child:after {
      content: ''; }
    .breadcrumb li a {
      text-decoration: none;
      color: #fff; }
    .breadcrumb li a:hover {
      text-decoration: underline; }

.lows_base_h2 .en {
  font-size: 15px;
  color: #27897A; }
.lows_base_h2 h2 {
  font-size: 34px;
  padding: 35px 0 65px;
  line-height: 140%;
  font-weight: 600 !important; }
.lows_base_h2.first {
  margin-top: -25px; }

.lows_base_h2_2 h2 {
  font-size: 31px;
  padding: 35px 0 50px;
  line-height: 140%;
  font-weight: 600 !important;
  color: #27897A; }
.lows_base_h2_2.first {
  margin-top: -25px; }

h3.lows_base_h3 {
  font-size: 24px;
  padding: 0px 0 0 35px;
  line-height: 140%;
  font-weight: 600 !important;
  background: url("../images/common/h3.png") no-repeat 0 10px;
  margin-bottom: 24px; }

h3.lows_base_h3_2 {
  font-size: 24px;
  padding: 0 0 20px;
  font-weight: 600 !important;
  color: #27897A; }

#contents section {
  margin-bottom: 110px; }
  #contents section .img_sec {
    padding-top: 120px; }
  #contents section .body p {
    margin-bottom: 25px; }
  #contents section.bg_b {
    background: #FBF7F2;
    padding-top: 50px; }

.lows_head {
  background: #27897A url("../images/movie_seminer/kv_bg.png") no-repeat 50% 0;
  background-size: cover;
  padding-bottom: 200px;
  position: relative;
  margin-bottom: 0 !important; }
  .lows_head::after {
    content: "";
    background: #fff;
    width: 90%;
    height: 145px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0; }

.lows_head_subheadttl {
  text-align: center;
  color: #fff; }
  .lows_head_subheadttl .en {
    font-size: 20px; }
    .lows_head_subheadttl .en span {
      border-bottom: #fff solid 1px;
      padding-bottom: 10px; }
  .lows_head_subheadttl h1 {
    font-size: 45px;
    padding: 44px 0 50px;
    font-weight: 600; }
  .lows_head_subheadttl p {
    font-size: 20px; }

.sec_v1 {
  background: url("../images/common/lows_sec_v1.png") no-repeat 0 0;
  padding: 45px 90px 90px 90px; }

.lows_base_table {
  width: 100%; }
  .lows_base_table th {
    width: 20%;
    background: #ECF2F6;
    text-align: center;
    border: #DDDDDD solid 1px;
    padding: 18px 21px;
    font-weight: normal; }
  .lows_base_table td {
    width: 80%;
    border: #DDDDDD solid 1px;
    padding: 18px 21px; }
    .lows_base_table td a {
      color: #000;
      text-decoration: underline; }
      .lows_base_table td a i {
        color: #27897A; }

.lows_list {
  margin-bottom: 25px; }
  .lows_list li {
    background: url("../images/common/li_icn.png") no-repeat 0 10px;
    padding: 0 0 15px 20px;
    line-height: 150%; }
    .lows_list li.style_none {
      background: none;
      padding: 0 0 10px 0; }

.lows_list_num li {
  background: none;
  padding: 0 0 10px 0;
  line-height: 150%; }
  .lows_list_num li span {
    color: #27897A;
    padding-right: 7px; }

.lows_dl {
  margin-bottom: 20px; }
  .lows_dl dt {
    background: url("../images/common/li_icn.png") no-repeat 0 10px;
    padding: 0 0 10px 20px;
    line-height: 150%; }
  .lows_dl dd {
    background: url("../images/common/dt_icn.png") no-repeat 20px 10px;
    padding: 0 0 10px 40px;
    line-height: 150%; }

.caution {
  font-size: 14px;
  color: #555; }

.two_col {
  margin-right: -6%;
  overflow: hidden; }
  .two_col .blk {
    float: left;
    margin-right: 6%;
    width: 44%; }
    .two_col .blk .s_in {
      margin-bottom: 55px; }
    .two_col .blk .txt {
      margin-bottom: 15px; }
  .two_col.margin {
    margin: 55px 0; }

.three_col {
  margin-right: -3%;
  overflow: hidden; }
  .three_col .blk {
    float: left;
    margin-right: 3%;
    width: 30.33333%; }
    .three_col .blk .s_in {
      margin-bottom: 55px; }
    .three_col .blk .txt {
      margin-bottom: 15px; }
  .three_col.margin {
    margin: 55px 0; }

.icon_pdf img {
  width: 16px; }

/* ------------------------------------------------------------------------------------

	無料メール動画講座

------------------------------------------------------------------------------------ */
.movie_seminer .ms_base_ttl .en {
  font-size: 15px;
  color: #27897A; }
.movie_seminer .ms_base_ttl h2 {
  font-size: 34px;
  padding: 40px 0 80px;
  line-height: 140%;
  font-weight: 600 !important; }
.movie_seminer .sec01 {
  position: relative;
  padding: 200px 0 0; }
  .movie_seminer .sec01 .ttl_img {
    position: absolute;
    top: 200px;
    right: 0px; }
  .movie_seminer .sec01 .ms_base_ttl {
    padding-top: 70px;
    font-weight: 600 !important; }
.movie_seminer .sec02 {
  padding: 130px 0; }
  .movie_seminer .sec02 .s_kv {
    padding-bottom: 125px; }
  .movie_seminer .sec02 .ms_base_ttl {
    float: left;
    width: 40%;
    font-weight: 600 !important; }
  .movie_seminer .sec02 .body01 {
    float: left;
    width: 60%;
    margin-top: 70px; }
  .movie_seminer .sec02 .body2 {
    clear: both;
    border: #DBA148 solid 1px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 35px 100px;
    line-height: 170%;
    background: url("../images/movie_seminer/sec02_2.png") no-repeat 30px -20px, url("../images/movie_seminer/sec02_3.png") no-repeat 97.5% 60%; }
.movie_seminer .sec03 {
  padding: 130px 0;
  background: url("../images/movie_seminer/sec03_1.png") no-repeat 50% 0; }
  .movie_seminer .sec03 .base {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 3px 6px 0px #d1d1d1;
    width: 880px;
    margin: auto;
    padding: 80px 0; }
    .movie_seminer .sec03 .base h2 {
      text-align: center;
      font-size: 34px;
      margin-bottom: 40px; }
    .movie_seminer .sec03 .base dl {
      font-size: 20px;
      padding: 0 138px; }
      .movie_seminer .sec03 .base dl dt {
        width: 20%;
        float: left;
        text-align: right;
        font-family: "Oswald", sans-serif;
        color: #27897A;
        border-bottom: #000 dotted 1px;
        padding: 15px;
        box-sizing: border-box; }
      .movie_seminer .sec03 .base dl dd {
        width: 80%;
        float: right;
        border-bottom: #000 dotted 1px;
        padding: 15px;
        box-sizing: border-box; }
  .movie_seminer .sec03 .txt {
    text-align: center;
    padding: 70px 0 60px; }
  .movie_seminer .sec03 .cta_btn a {
    display: block;
    background: #27897A url("../images/movie_seminer/sec03_2.png") no-repeat 80% 50%;
    color: #fff;
    text-align: center;
    font-size: 24px;
    width: 677px;
    margin: auto;
    padding: 55px;
    border-radius: 16px; }

/* ------------------------------------------------------------------------------------

	company

------------------------------------------------------------------------------------ */
.company td ul {
  margin-bottom: 0 !important; }
.company .sec02 .inner {
  overflow: hidden; }
.company .sec02 .lows_base_h2 {
  float: left;
  width: 20%; }
.company .sec02 .body {
  float: left;
  width: 80%;
  font-size: 24px;
  line-height: 200%;
  padding-top: 60px; }
.company .sec03 .base {
  position: relative; }
.company .sec03 .base::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 0px);
  background-color: #EFF4F7;
  position: absolute;
  left: -10%;
  bottom: 0;
  z-index: -1; }
.company .sec03 .base_in {
  position: relative;
  margin-bottom: 120px;
  padding: 205px 0 0 0; }
  .company .sec03 .base_in .ttl {
    position: relative;
    width: 50%;
    background: #fff;
    border-radius: 0 16px 0 0;
    padding: 70px 0 0 15vw;
    z-index: 1; }
    .company .sec03 .base_in .ttl .txt_base p {
      font-size: 24px;
      border-bottom: #27897A solid 1px;
      padding: 0 30px 10px;
      width: 330px; }
      .company .sec03 .base_in .ttl .txt_base p .en {
        padding-right: 10px;
        color: #27897A; }
  .company .sec03 .base_in::after {
    content: "";
    display: block;
    width: 100%;
    background: #000 url("../images/company/campany_img01.png") no-repeat 50% 50%;
    background-size: cover;
    height: 412px;
    position: absolute;
    right: -30%;
    top: 120px;
    z-index: 0;
    border-radius: 16px 0 0 16px;
    transition: all  0.3s ease; }
.company .sec04 span {
  color: #27897A; }

/* ------------------------------------------------------------------------------------

	profile

------------------------------------------------------------------------------------ */
.profile .body li a {
  color: #000;
  text-decoration: underline; }
  .profile .body li a i {
    color: #27897A; }
.profile .sec01 .left {
  float: left;
  width: 69%; }
.profile .sec01 .right {
  float: right;
  width: 26%;
  margin-top: 50px; }
.profile .sec02 .base {
  position: relative; }
.profile .sec02 .base::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 0px);
  background-color: #EFF4F7;
  position: absolute;
  right: -10%;
  bottom: 0;
  z-index: -1; }
.profile .sec02 .base_in {
  position: relative;
  margin-bottom: 120px;
  padding: 205px 0 0 0;
  overflow: hidden; }
  .profile .sec02 .base_in .ttl {
    position: relative;
    width: 50%;
    background: #fff;
    border-radius: 16px 0 0 0;
    padding: 70px 0 0 5vw;
    z-index: 1;
    float: right; }
    .profile .sec02 .base_in .ttl .txt_base p {
      font-size: 24px;
      border-bottom: #27897A solid 1px;
      padding: 0 30px 10px;
      width: 330px; }
      .profile .sec02 .base_in .ttl .txt_base p .en {
        padding-right: 10px;
        color: #27897A; }
  .profile .sec02 .base_in::after {
    content: "";
    display: block;
    width: calc(100% - 15%);
    background: #000 url("../images/profile/prof02.png") no-repeat 50% 20%;
    background-size: cover;
    height: 412px;
    position: absolute;
    left: -15%;
    top: 120px;
    z-index: 0;
    border-radius: 0 16px 16px 0;
    transition: all  0.3s ease; }
.profile .sec04 img {
  display: block;
  margin-top: 16px;
  width: 25%; }

/* ------------------------------------------------------------------------------------

	seminar_training

------------------------------------------------------------------------------------ */
.seminar_training .base {
  margin-bottom: 55px; }

/* ------------------------------------------------------------------------------------

	ma

------------------------------------------------------------------------------------ */
.ma .lows_list .lows_list_num {
  margin-left: 20px; }
.ma .sec09 {
  background: #EFF4F7;
  padding: 80px 0; }
  .ma .sec09 h2 {
    font-size: 24px;
    color: #27897A;
    font-weight: 600;
    margin-bottom: 30px; }
.ma .sec02, .ma .sec04, .ma .sec09 {
  margin-bottom: 0 !important; }

/* ------------------------------------------------------------------------------------

	plan

------------------------------------------------------------------------------------ */
.plan .lows_list {
  margin-bottom: 0; }
.plan .sec02, .plan .sec04, .plan .sec06, .plan .sec08, .plan .sec10 {
  margin-bottom: 0 !important; }

/* ------------------------------------------------------------------------------------

	managementconsultation

------------------------------------------------------------------------------------ */
.managementconsultation .sec01 p {
  margin-bottom: 8px !important; }

/* ------------------------------------------------------------------------------------

	service

------------------------------------------------------------------------------------ */
.service .linkwrap.right {
  position: relative;
  margin-bottom: 120px; }
  .service .linkwrap.right a {
    display: block;
    padding: 40px 0;
    color: #000;
    transition: all  0.3s ease; }
    .service .linkwrap.right a .ttl {
      box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.2);
      position: relative;
      width: 570px;
      background: #fff;
      border-radius: 16px;
      text-align: center;
      padding: 70px 0; }
      .service .linkwrap.right a .ttl p {
        font-size: 32px;
        font-weight: bold; }
    .service .linkwrap.right a:hover {
      opacity: 1 !important; }
  .service .linkwrap.right::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 0px);
    position: absolute;
    right: -30%;
    bottom: 0;
    z-index: -1;
    border-radius: 16px 0 0 16px;
    transition: all  0.3s ease; }
  .service .linkwrap.right:hover::after {
    content: "";
    color: #fff;
    filter: brightness(0.5);
    position: absolute;
    right: -30%;
    bottom: 0;
    z-index: -1;
    border-radius: 16px 0 0 16px;
    transition: all  0.3s ease; }
  .service .linkwrap.right:hover::before {
    content: "詳しく見る";
    position: absolute;
    background: url("../images/common/arrow_w.png") no-repeat 100% 10px;
    background-size: 10px;
    padding-right: 30px;
    left: 70%;
    top: 47%;
    bottom: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    transition: all  0.3s ease; }
.service .linkwrap.left {
  position: relative;
  margin-bottom: 120px; }
  .service .linkwrap.left a {
    display: block;
    padding: 40px 0;
    color: #000;
    transition: all  0.3s ease;
    overflow: hidden; }
    .service .linkwrap.left a .ttl {
      box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.2);
      position: relative;
      width: 570px;
      background: #fff;
      border-radius: 16px;
      text-align: center;
      padding: 70px 0;
      float: right; }
      .service .linkwrap.left a .ttl p {
        font-size: 32px; }
    .service .linkwrap.left a:hover {
      opacity: 1 !important; }
  .service .linkwrap.left::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 0px);
    position: absolute;
    left: -30%;
    bottom: 0;
    z-index: -1;
    border-radius: 0 16px 16px 0;
    transition: all  0.3s ease; }
  .service .linkwrap.left:hover::after {
    content: "";
    color: #fff;
    filter: brightness(0.5);
    position: absolute;
    left: -30%;
    bottom: 0;
    z-index: -1;
    border-radius: 0 16px 16px 0;
    transition: all  0.3s ease; }
  .service .linkwrap.left:hover::before {
    content: "詳しく見る";
    background: url("../images/common/arrow_w.png") no-repeat 100% 10px;
    background-size: 10px;
    padding-right: 30px;
    position: absolute;
    right: 70%;
    top: 47%;
    bottom: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    transition: all  0.3s ease; }
.service .linkwrap.link1::after, .service .linkwrap.link1:hover::after {
  background: #000 url("../images/service/link01.png") no-repeat 0% 50%;
  background-size: 80%; }
.service .linkwrap.link1 .icon {
  width: 95px;
  margin: 0 auto 35px; }
.service .linkwrap.link2::after, .service .linkwrap.link2:hover::after {
  background: #000 url("../images/service/link02.png") no-repeat 100% 50%;
  background-size: 80%; }
.service .linkwrap.link2 .icon {
  width: 81px;
  margin: 0 auto 35px; }
.service .linkwrap.link3::after, .service .linkwrap.link3:hover::after {
  background: #000 url("../images/service/link03.png") no-repeat 0% 50%;
  background-size: 80%; }
.service .linkwrap.link3 .icon {
  width: 97px;
  margin: 0 auto 35px; }
.service .linkwrap.link4::after, .service .linkwrap.link4:hover::after {
  background: #000 url("../images/service/link04.png") no-repeat 100% 50%;
  background-size: 80%; }
.service .linkwrap.link4 .icon {
  width: 106px;
  margin: 0 auto 35px; }
.service .linkwrap.link5::after, .service .linkwrap.link5:hover::after {
  background: #000 url("../images/service/link05.png") no-repeat 0% 50%;
  background-size: 80%; }
.service .linkwrap.link5 .icon {
  width: 100px;
  margin: 0 auto 35px; }
.service .linkwrap.link6::after, .service .linkwrap.link6:hover::after {
  background: #000 url("../images/service/link06.png") no-repeat 100% 50%;
  background-size: 80%; }
.service .linkwrap.link6 .icon {
  width: 100px;
  margin: 0 auto 35px; }
.service .linkwrap.link7::after, .service .linkwrap.link7:hover::after {
  background: #000 url("../images/service/link07.png") no-repeat 0% 50%;
  background-size: 80%; }
.service .linkwrap.link7 .icon {
  width: 84px;
  margin: 0 auto 35px; }

.voice .two_col {
  overflow: inherit !important; }
  .voice .two_col .blk {
    border-radius: 16px;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 80px; }
    .voice .two_col .blk .ttl {
      background: #27897A;
      color: #fff;
      padding: 25px 30px 30px; }
      .voice .two_col .blk .ttl p {
        font-size: 20px;
        margin-bottom: 10px; }
      .voice .two_col .blk .ttl h2 {
        font-size: 34px;
        font-weight: bold; }
    .voice .two_col .blk .body {
      padding: 30px; }
      .voice .two_col .blk .body .body_in {
        padding-top: 30px; }
        .voice .two_col .blk .body .body_in h3 {
          margin-bottom: 10px; }
      .voice .two_col .blk .body .base_btn {
        width: 60%;
        margin: 10px auto; }
.voice.detail .lows_base_h2 .cop {
  font-size: 24px;
  padding-top: 30px; }
.voice.detail .lows_base_h2 h2 {
  padding-top: 20px; }
.voice.detail .sec02 {
  padding-bottom: 100px; }
  .voice.detail .sec02 h2 {
    color: #27897A;
    font-size: 24px;
    background: url("../images/voice/img09.png") no-repeat 0 18px;
    padding-left: 80px;
    margin-top: 70px;
    font-weight: 500; }
  .voice.detail .sec02 p {
    padding: 25px 0 0; }
  .voice.detail .sec02 a {
    color: #000;
    text-decoration: underline; }
    .voice.detail .sec02 a i {
      color: #27897A; }
.voice.detail .thanks {
  text-align: center; }
  .voice.detail .thanks p {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px; }
  .voice.detail .thanks a {
    text-decoration: underline; }

.faq {
  /*CSS for CodePen*/ }
  .faq .int {
    padding-bottom: 80px; }
  .faq .accordion-container .accordion-title {
    position: relative;
    margin: 0;
    cursor: pointer;
    border-top: #D8D8D8 solid 1px;
    font-size: 18px;
    font-weight: bold;
    padding: 25px 0; }
    .faq .accordion-container .accordion-title span.q {
      color: #27897A;
      margin-right: .5em; }
  .faq .accordion-container .accordion-title:hover,
  .faq .accordion-container .accordion-title:active,
  .faq .accordion-title.open {
    background-color: #fff; }
  .faq .accordion-container .accordion-title::after {
    content: url("../images/faq/img02.png");
    position: absolute;
    top: 25px;
    right: 25px;
    width: 0;
    height: 0; }
  .faq .accordion-container .accordion-title.open::after {
    content: url("../images/faq/img01.png");
    position: absolute;
    top: 15px;
    border: 8px solid transparent;
    border-bottom-color: #fff; }
  .faq .accordion-content {
    padding-left: 1.5em;
    text-indent: -1.5em;
    font-weight: normal; }
    .faq .accordion-content span.a {
      color: #DBA148;
      margin-right: .5em; }
  .faq .accordion-container {
    margin: 0 auto; }

.blog .maincnt {
  float: left;
  width: 75%; }
  .blog .maincnt h2 {
    padding-bottom: 20px; }
  .blog .maincnt .cat {
    margin-bottom: 60px; }
    .blog .maincnt .cat span {
      background: #27897A;
      color: #fff;
      font-size: 14px;
      padding: 0 10px; }
.blog .sidecnt {
  float: right;
  width: 20%;
  margin-top: 60px;
  /*CSS for CodePen*/ }
  .blog .sidecnt .side_blk {
    margin-bottom: 50px; }
  .blog .sidecnt h3 {
    background: url("../images/blog/img02.png") no-repeat 0 100%;
    padding: 0 0 20px;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold; }
  .blog .sidecnt li a {
    display: block;
    padding: 5px 0; }
  .blog .sidecnt .accordion-container .accordion-title {
    position: relative;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 0 7px 0; }
    .blog .sidecnt .accordion-container .accordion-title span.q {
      color: #27897A;
      margin-right: .5em; }
  .blog .sidecnt .accordion-container .accordion-title:hover,
  .blog .sidecnt .accordion-container .accordion-title:active,
  .blog .sidecnt .accordion-title.open {
    background-color: #fff; }
  .blog .sidecnt .accordion-container .accordion-title::after {
    content: url("../images/blog/img03.png");
    position: absolute;
    top: 8px;
    right: 25px;
    width: 0;
    height: 0; }
  .blog .sidecnt .accordion-container .accordion-title.open::after {
    content: url("../images/blog/img04.png");
    position: absolute;
    top: 5px;
    right: 25px; }
  .blog .sidecnt .accordion-content span.a {
    color: #DBA148;
    margin-right: .5em; }
  .blog .sidecnt .accordion-container {
    margin: 0 auto; }
.blog .sec01.idx {
  padding-top: 250px; }
  .blog .sec01.idx .ms_base_ttl {
    padding-top: 0; }
  .blog .sec01.idx .sidecnt {
    margin-top: 20px; }
  .blog .sec01.idx .lists .base a {
    display: block;
    border-bottom: #D8D8D8 solid 1px;
    padding: 20px 0 25px 0; }
    .blog .sec01.idx .lists .base a .date {
      color: #27897A;
      float: left;
      width: 20%; }
    .blog .sec01.idx .lists .base a .ttl {
      float: left;
      width: 80%;
      color: #000; }
  .blog .sec01.idx .lists .base span {
    display: block;
    border-bottom: #D8D8D8 solid 1px;
    padding: 20px 0 25px 0; }
    .blog .sec01.idx .lists .base span .date {
      color: #27897A;
      float: left;
      width: 20%; }
    .blog .sec01.idx .lists .base span .ttl {
      float: left;
      width: 80%;
      color: #000; }
.blog .pager .pagination {
  text-align: center;
  width: 100%;
  position: relative;
  border-bottom: #D8D8D8 solid 1px;
  padding: 25px 0; }
.blog .pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  text-align: left;
  position: relative;
  border-radius: 10px; }
  .blog .pager .pagination li:after {
    content: "/";
    margin-left: 20px;
    padding-left: 0px;
    color: #27897A; }
.blog .pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  font-size: 15px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  display: table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }
.blog .pager .pagination li a span {
  display: table-cell;
  vertical-align: middle; }
.blog .pager .pagination li a:hover,
.blog .pager .pagination li a.active {
  color: #ACACAC; }
.blog .pager .pagination li.pre {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100px;
  font-size: 14px; }
  .blog .pager .pagination li.pre:after {
    content: none; }
.blog .pager .pagination li.next {
  position: absolute;
  top: 20px;
  right: 0;
  width: 100px;
  font-size: 14px; }
  .blog .pager .pagination li.next:after {
    content: none; }
.blog .pager .pagination li.pre a, .blog .pager .pagination li.next a {
  text-decoration: underline; }
.blog .pager.single_nav {
  margin-top: 70px;
  padding: 30px 0;
  border-top: #D8D8D8 solid 1px; }
  .blog .pager.single_nav .pagination li.next, .blog .pager.single_nav .pagination li.pre {
    top: -9px; }
@media only screen and (max-width: 767px) {
  .blog .pager .pagination li {
    display: none; }
  .blog .pager .pagination li.pre,
  .blog .pager .pagination li.next {
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center; }
  .blog .pager .pagination li.pre a,
  .blog .pager .pagination li.next a {
    width: 100%;
    text-align: center; } }

.contact {
  /*	input[type=checkbox] {
  	display: none;
  }
  .checkbox01 {
  	box-sizing: border-box;
  	cursor: pointer;
  	display: inline-block;
  	padding: 0 30px 0 45px;
  	position: relative;
  	width: auto;
  }
  .checkbox01::before {
  	background: #fff;
  	border: 1px solid #DBA148;
  	content: '';
  	display: block;
  	height: 24px;
  	left: 3px;
  	margin-top: -10px;
  	position: absolute;
  	top: 50%;
  	width: 24px;
  }
  .checkbox01::after {
  	border-right: 1px solid #DBA148;
  	border-bottom: 1px solid #DBA148;
  	content: '';
  	display: block;
  	height: 12px;
  	left: 13px;
  	margin-top: -6px;
  	opacity: 0;
  	position: absolute;
  	top: 50%;
  	transform: rotate(45deg);
  	width: 5px;
  }
  input[type=checkbox]:checked + .checkbox01::after {
  	opacity: 1;
  }*/ }
  .contact .flow {
    width: 295px;
    margin: 60px auto 80px; }
  .contact th {
    text-align: left;
    vertical-align: middle;
    width: 25%; }
    .contact th span {
      color: #fff;
      background: #000;
      padding: 2px;
      display: block;
      float: right;
      width: 40px;
      font-size: 11px;
      line-height: 100%;
      text-align: center;
      margin-top: 10px; }
  .contact input[type="text"], .contact input[type="email"], .contact textarea {
    background: #F6F6F6;
    padding: 9px 15px !important;
    font-size: 15px; }
  .contact ::placeholder {
    color: #BBBBBB; }
  .contact .cp_ipselect {
    overflow: hidden;
    width: 250px;
    text-align: center; }
  .contact .cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none; }
  .contact .cp_ipselect select::-ms-expand {
    display: none; }
  .contact .cp_ipselect.cp_sl01 {
    position: relative;
    background: #F6F6F6; }
  .contact .cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 1em;
    right: 0.5em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    transform: rotate(45deg);
    pointer-events: none; }
  .contact .cp_ipselect.cp_sl01 select {
    padding: 8px 38px 8px 8px;
    color: #BBBBBB; }
  .contact .s_name {
    font-size: 15px;
    padding-right: 15px; }
  .contact .s_txt {
    font-size: 13px;
    padding-left: 15px; }
  .contact .s_s {
    width: 160px;
    margin-right: 30px; }
  .contact .s_m {
    width: 400px; }
  .contact .s_l {
    width: 100%; }
  .contact .pp {
    width: 900px;
    margin: 75px auto 30px; }
    .contact .pp .pp_deteial {
      border: #D8D8D8 solid 1px;
      height: 210px;
      overflow: scroll;
      overflow-x: hidden;
      padding: 20px 20px; }
      .contact .pp .pp_deteial h3 {
        font-size: 22px;
        font-weight: bold; }
      .contact .pp .pp_deteial dt {
        font-size: 18px; }
  .contact .pp_check {
    color: #D89745;
    text-align: center; }
  .contact .submit.single {
    width: 320px;
    margin: 30px auto; }
  .contact .submit button[type="submit"] {
    display: block !important;
    text-align: center;
    color: #27897A;
    border: #27897A solid 2px;
    border-radius: 100px;
    padding: 15px 100px !important;
    margin: auto;
    background: url("../images/common/arrow.png") no-repeat 80% 50%; }
    .contact .submit button[type="submit"]:hover {
      background: #27897A url("../images/common/arrow_w.png") no-repeat 80% 50% !important;
      color: #fff; }
  .contact.confirm .pp {
    display: none !important; }
  .contact.confirm .single {
    width: 600px;
    overflow: hidden;
    margin: 100px auto 100px; }
    .contact.confirm .single button[type="submit"] {
      float: right; }
    .contact.confirm .single input[type="submit"] {
      float: left; }
    .contact.confirm .single input[type="submit"] {
      display: block !important;
      text-align: center;
      color: #27897A;
      border: #27897A solid 2px;
      border-radius: 100px;
      padding: 15px 100px !important;
      margin: auto;
      background: url("../images/common/arrow_l.png") no-repeat 20% 50%; }
      .contact.confirm .single input[type="submit"]:hover {
        background: #27897A url("../images/common/arrow_l_w.png") no-repeat 20% 50% !important;
        color: #fff; }
  .contact.confirm .cp_ipselect {
    overflow: hidden;
    width: auto;
    text-align: left; }
  .contact.confirm .cp_ipselect select {
    width: 100%;
    padding-right: 0;
    cursor: pointer;
    text-indent: 0;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none; }
  .contact.confirm .cp_ipselect select::-ms-expand {
    display: none; }
  .contact.confirm .cp_ipselect.cp_sl01 {
    position: relative;
    background: #fff; }
  .contact.confirm .cp_ipselect.cp_sl01::before {
    display: none; }
  .contact.confirm .cp_ipselect.cp_sl01 select {
    padding: 8px 38px 8px 8px;
    color: #BBBBBB; }
  .contact.confirm .s_name, .contact.confirm .s_txt, .contact.confirm .pp_check, .contact.confirm th span {
    display: none; }

.privacy h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px; }
.privacy .body {
  margin: 0; }
  .privacy .body h3 {
    font-weight: bold;
    font-size: 20px !important;
    margin-bottom: 10px;
    margin-top: 50px; }
  .privacy .body li {
    padding-left: 2.7em;
    text-indent: -2.7em; }
  .privacy .body .pg li {
    margin-bottom: 20px; }
  .privacy .body .date_cop {
    text-align: right; }

/* ----------------------------------------------------
	footer
---------------------------------------------------- */
.foot_contact {
  background: url("../images/common/sec7_1.png") no-repeat 50% 50%;
  background-size: cover;
  padding: 80px 0; }
  .foot_contact .contact_wrap {
    background: #fff;
    border-radius: 16px;
    padding: 60px 110px;
    overflow: hidden; }
    .foot_contact .contact_wrap .left {
      width: 45%;
      float: left; }
      .foot_contact .contact_wrap .left .base_ttl {
        padding-bottom: 50px;
        text-align: left; }
        .foot_contact .contact_wrap .left .base_ttl h2 {
          font-size: 38px; }
        .foot_contact .contact_wrap .left .base_ttl .en {
          font-size: 20px; }
        .foot_contact .contact_wrap .left .base_ttl hr {
          width: 68px;
          margin: 26px 0 0;
          color: #27897A; }
    .foot_contact .contact_wrap .right {
      width: 50%;
      float: right; }
      .foot_contact .contact_wrap .right a {
        background: #DBA148;
        color: #fff;
        display: block;
        text-align: center;
        border-radius: 10px;
        font-size: 24px; }
      .foot_contact .contact_wrap .right .mail_btn a {
        background-image: url("../images/common/head_mail.png");
        background-repeat: no-repeat;
        background-position: 50px 50%;
        padding: 25px 0 27px 0;
        margin-bottom: 24px; }
      .foot_contact .contact_wrap .right .tel_btn span {
        display: block; }
      .foot_contact .contact_wrap .right .tel_btn a {
        background-image: url("../images/common/sec7_2.png");
        background-repeat: no-repeat;
        background-position: 50px 50%;
        padding: 25px 0 27px 0;
        margin-bottom: 24px; }
        .foot_contact .contact_wrap .right .tel_btn a .num {
          font-size: 40px;
          padding: 15px; }
        .foot_contact .contact_wrap .right .tel_btn a .time {
          font-size: 17px; }

.foot_map iframe {
  width: 100%;
  height: 487px; }

footer {
  overflow: hidden;
  clear: both;
  background: #FBF7F2;
  line-height: 160%; }
  footer a {
    color: #1E1E1E; }
  footer .left {
    float: left;
    width: 35%;
    padding: 54px 0 70px; }
    footer .left .foot_logo {
      width: 200px; }
    footer .left .ad {
      margin: 45px 0 10px 0; }
  footer .right {
    float: right;
    width: 62%;
    padding: 95px 0 70px;
    font-size: 14px; }
    footer .right .box {
      float: left;
      width: 22%; }
      footer .right .box .links {
        font-weight: bold;
        margin-bottom: 21px; }
      footer .right .box li a {
        display: block;
        padding: 2px; }
    footer .right .box.linkwrap {
      width: 34%; }
  footer .btm {
    clear: both;
    overflow: hidden;
    border-top: #44494e solid 1px; }
  footer .btm_right {
    text-align: center;
    padding: 15px 0;
    background: #000;
    color: #fff; }

@media (max-width: 768px) {
  #wrapper {
    min-width: auto; }

  .hero .hero_wrap_content {
    margin-left: 0;
    min-height: 700px; }
  .hero .sns_wrap {
    display: none; } }
img.pc {
  display: block !important; }
img.sp {
  display: none !important; }
