@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
  overflow: visible !important;
}

body {
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.6;
  background: url(../images/common/bg.png) center top;
  color: #555555;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  word-wrap: break-word;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 16px;
  }
}

div {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
}
@media screen and (max-width: 1000px) {
  #main {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #main #col_main {
    width: 100%;
  }
}

figure {
  padding: 0;
  margin: 0;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

/***********************************サイドバー*******************************************/
@media screen and (max-width: 1000px) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 1000px) {
  #side aside {
    width: 100% !important;
  }
}

.top_inner {
  max-width: 1100px;
  margin: 0 auto;
}

/***********************************非表示*******************************************/
.dnone {
  display: none;
}

/***********************************フレックス*******************************************/
.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

/***********************************書体*******************************************/
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/***********************************カラムフロート*******************************************/
.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

/***********************************フロート*******************************************/
@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }

  .fltR {
    float: none;
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }

  .sptar {
    text-align: right !important;
  }

  .sptac {
    text-align: center !important;
  }
}
.tacenter {
  text-align: center !important;
}

ul.break li {
  float: none !important;
}

/***********************************テキスト*******************************************/
b, strong {
  font-weight: bold;
}

.b {
  font-weight: bold;
}

span {
  font-weight: inherit;
}

a:hover {
  opacity: 0.6;
}

.link1 a {
  color: #104480;
  font-weight: bold;
}

u {
  text-decoration: underline;
}

small {
  font-size: 80%;
}

.fwb {
  font-weight: bold;
}

/***********************************線*******************************************/
hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

/************************************テーブル************************************/
table {
  table-layout: fixed;
}

table td {
  padding: 20px;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.tdpd0 td {
  padding: 0px !important;
}

.tdpd5 td {
  padding: 5px !important;
}

.tdpd10 td {
  padding: 10px !important;
}
@media screen and (max-width: 640px) {
  .tdpd10 td {
    padding: 5px !important;
  }
}

.tdpd15 td {
  padding: 15px !important;
}
@media screen and (max-width: 640px) {
  .tdpd15 td {
    padding: 5px !important;
  }
}

.tdpd20 td {
  padding: 20px !important;
}
@media screen and (max-width: 640px) {
  .tdpd20 td {
    padding: 5px !important;
  }
}

.top_pa20 {
  padding-top: 20px !important;
}

.bottom_pa20 {
  padding-bottom: 20px !important;
}

.cnt_table table {
  width: 100% !important;
}
@media screen and (max-width: 834px) {
  .cnt_table table {
    margin: 0 auto;
  }
}
.cnt_table table tr td {
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .cnt_table table tr td {
    width: 100% !important;
  }
}

.tdsp_left {
  text-align: left !important;
}
@media screen and (max-width: 640px) {
  .tdsp_left {
    width: 100% !important;
  }
}

/************************************スマホ、タブレット時表示************************************/
.sp_tel a {
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .sp_tel a {
    pointer-events: auto;
  }
}

.sp_tel_text a {
  color: #333 !important;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .sp_tel_text a {
    pointer-events: auto;
    text-decoration: underline;
  }
}

/************************************ボーダー************************************/
.br0 td {
  border: 0 !important;
}

.border01 {
  border: solid 1px #58233f;
}

.border02 {
  border: solid 1px #c8a261;
}

.border03 {
  border: solid 1px #079bcb;
}

.border04 {
  border: solid 1px #b552ad;
}

.border01_4 {
  border: solid 4px #58233f;
}

.border02_4 {
  border: solid 4px #c8a261;
}

.border03_4 {
  border: solid 4px #079bcb;
}

.border04_4 {
  border: solid 4px #b552ad;
}

.border_f {
  border: solid 1px #fff;
}

/************************************ボーダーボトム************************************/
.btm01 {
  border-bottom: 1px dotted #58233f !important;
}

.btm02 {
  border-bottom: 1px dotted #c8a261 !important;
}

.btm03 {
  border-bottom: 1px dotted #079bcb !important;
}

.btm04 {
  border-bottom: 1px dotted #b552ad !important;
}

/************************************バックグラウンド************************************/
.bgf {
  background: #fff !important;
}

.bgf05 {
  background: rgba(255, 255, 255, 0.5);
}

.bgf02 {
  background: rgba(255, 255, 255, 0.2);
}

.tb_bgf table {
  background: #fff;
}

/************************************ボタン************************************/
.btn01 {
  text-align: right !important;
}
.btn01 a {
  position: relative;
  padding: 15px;
  max-width: 300px;
  background: #333;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
  font-size: 20px;
  text-align: center;
  margin: 0 0 0 auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .btn01 a {
    width: 100%;
    text-align: center;
  }
}
.btn01 a:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 34px;
  background: url(../images/common/btn01.png);
}

/************shadow_box*******************/
.shadow_box {
  box-shadow: 2px 2px 8px #ccc;
  border: 1px solid #ccc;
}

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

@media screen and (max-width: 1000px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.inner1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}

.inner1100 {
  max-width: 1100px;
  margin: 0 auto;
  width: 95%;
}

/************************************コンテンツ************************************/
#contents_wrap {
  padding: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-width: auto !important;
}

/************************************画像RL************************************/
.imgL {
  margin-right: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .imgL {
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .imgL {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgR {
  margin-left: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .imgR {
    margin-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .imgR {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}

img {
  max-width: 100%;
  height: auto !important;
}

.img100 img {
  width: 100% !important;
}

.img80 img {
  width: 80% !important;
}

.img50 img {
  width: 50% !important;
}

.center_img {
  text-align: center;
}

/************************************プライバシーポリシー************************************/
.modaal-wrapper {
  z-index: 999999999;
}
.modaal-wrapper h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #c8a261;
  display: inline-block;
  margin-bottom: 10px;
}
.modaal-wrapper p {
  padding-bottom: 20px;
}

/************************************サイトマップ************************************/
.map {
  max-width: 1000px;
  width: 95%;
}
.map li {
  border-left: 3px solid #58233f;
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 10px;
  display: block;
  float: none !important;
}
.map li a {
  color: #282828;
  font-size: 16px;
  text-decoration: none;
}
.map li a:hover {
  text-decoration: underline;
}

/************************************コンタクトフォーム************************************/
.contact_form {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.contact_form p {
  font-size: 16px;
}
.contact_form table td {
  padding: 15px !important;
  border: #58233f solid 1px !important;
}
@media screen and (max-width: 834px) {
  .contact_form table td {
    display: block;
    width: 100%;
  }
}
.contact_form table th {
  width: 30%;
  border: #58233f solid 1px !important;
  background: #fff8ea !important;
  color: #58233f;
  font-weight: bold;
  font-size: 16px !important;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .contact_form table th {
    display: block;
    width: 100% !important;
    text-align: center;
  }
}

/************************************コンタクトフォーム(AI用)************************************/
.contact_form {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.contact_form dt {
  font-size: 16px;
}
.contact_form dl dt {
  padding: 15px !important;
  text-align: center;
  background: #fff8ea !important;
  font-weight: bold;
  color: #58233f;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 834px) {
  .contact_form dl dt {
    display: block;
    width: 40% !important;
  }
}
@media screen and (max-width: 640px) {
  .contact_form dl dt {
    display: block;
    width: 100%;
  }
}
.contact_form dl dd {
  font-size: 16px !important;
}
@media screen and (max-width: 834px) {
  .contact_form dl dd {
    display: block;
    width: 100% !important;
  }
}

/***************************************************/
.submit {
  margin: 20px auto 50px auto !important;
}

/*********************PDFボタン******************************/
.pdf_btn {
  padding: 10px 0;
}
.pdf_btn a {
  display: block;
  padding: 20px 5px;
  background: #d66464;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .pdf_btn a {
    margin: 0 auto;
    max-width: 300px;
  }
}
.pdf_btn a:after {
  content: "";
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: 1px #fff solid;
}
.pdf_btn a:before {
  content: "PDF";
  display: block;
  width: calc(100% - 50px);
  position: absolute;
  right: -50px;
  bottom: -10px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 50px;
}

/************************************ボタン************************************/
input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

.pankuzu div {
  padding-top: 30px;
  font-size: 16px;
  text-align: center !important;
}
.pankuzu div a:link {
  color: #58233f !important;
  text-decoration: none !important;
}
.pankuzu div a:visited {
  color: #58233f !important;
}
@media screen and (max-width: 834px) {
  .pankuzu div {
    padding: 10px 0;
  }
}

/*******************************************************************/
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

/******************PCの時表示　タブレット時の非表示**************************************/
.display_pc {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .display_pc {
    display: none;
  }
}

.display_pc01 {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .display_pc01 {
    display: none;
  }
}

/******************タブレットの時表示　PC時の非表示**************************************/
.display_tab {
  display: none;
}
@media screen and (max-width: 834px) {
  .display_tab {
    text-align: center;
    display: block;
  }
}

/******************タブレットの時表示　PC時の非表示**************************************/
.display_sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .display_sp {
    text-align: center;
    display: block;
  }
}

/******************スマホ時　ブロック**************************************/
.sp_block {
  display: inline;
}
@media screen and (max-width: 640px) {
  .sp_block {
    display: block;
  }
}

/************************************PC時ブロック スマホ時インライン************************************/
.pc_block {
  display: block;
}
@media screen and (max-width: 640px) {
  .pc_block {
    display: inline;
  }
}

/******************flexwrap*************************************/
.flexwrap {
  display: flex;
  flex-wrap: wrap;
}

.w23 {
  width: 23%;
  margin: 0 1%;
}
@media screen and (max-width: 834px) {
  .w23 {
    width: 48%;
  }
}

.w31 {
  width: 31.11111111%;
  margin: 0 1%;
}
@media screen and (max-width: 834px) {
  .w31 {
    width: 48%;
  }
}

.w31_tab48 {
  width: 31.11111111%;
  margin: 0 1%;
}
@media screen and (max-width: 834px) {
  .w31_tab48 {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .w31_tab48 {
    width: 100%;
  }
}

.w31_tab100 {
  width: 31.11111111%;
  margin: 0 1%;
}
@media screen and (max-width: 834px) {
  .w31_tab100 {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .w31_tab100 {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .w31_tab100 {
    width: 100%;
  }
}

.w23_sp100 {
  width: 24.5%;
  margin: 10px 0.25% !important;
}
@media screen and (max-width: 834px) {
  .w23_sp100 {
    width: 31%;
    margin: 10px 1% !important;
  }
}
@media screen and (max-width: 640px) {
  .w23_sp100 {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .w23_sp100 {
    width: 100%;
  }
}

.w48 {
  width: 48%;
  margin: 0 1%;
}
@media screen and (max-width: 640px) {
  .w48 {
    width: 100%;
  }
}

.w48_100 {
  width: 48%;
  margin: 0 1%;
}
@media screen and (max-width: 834px) {
  .w48_100 {
    width: 100%;
  }
}

.w58 {
  width: 58%;
  margin: 0 1%;
}
@media screen and (max-width: 640px) {
  .w58 {
    width: 100%;
  }
}

.w38 {
  width: 38%;
  margin: 0 1%;
}
@media screen and (max-width: 640px) {
  .w38 {
    width: 100%;
  }
}

.w58_100 {
  width: 58%;
  margin: 0 1%;
}
@media screen and (max-width: 834px) {
  .w58_100 {
    width: 100%;
  }
}

.w38_100 {
  width: 38%;
  margin: 0 1%;
}
@media screen and (max-width: 834px) {
  .w38_100 {
    width: 100%;
  }
}

/******************flexwrap(フレックスボックス)*************************************/
.flexwrap31 {
  display: flex;
  flex-wrap: wrap;
}
.flexwrap31 .box {
  width: 31.11111111%;
  margin: 20px 1%;
}
@media screen and (max-width: 834px) {
  .flexwrap31 .box {
    width: 48%;
  }
}

/******************flexwrap(フレックスボックス)*************************************/
.flexwrap23 {
  display: flex;
  flex-wrap: wrap;
}
.flexwrap23 .box {
  width: 23%;
  margin: 20px 1%;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .flexwrap23 .box {
    width: 48%;
  }
}

.flexwrap23_tab4 {
  display: flex;
  flex-wrap: wrap;
}
.flexwrap23_tab4 .box {
  width: 23%;
  margin: 20px 1%;
  text-align: center;
}

/*******************テキスト(ai用)*******************************************/
@media screen and (max-width: 640px) {
  .cnt_text div {
    text-align: left !important;
  }
}

/*************************テーブルリスト(ボタン横列)***********************************/
.link_list {
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .link_list {
    padding: 10px 0;
  }
}
.link_list ul {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
.link_list li {
  display: block;
  padding: 0 10px;
}
.link_list li a {
  width: 100%;
  padding: 10px;
  background: #c8a261;
  color: #fff !important;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 1px solid #00660c;
}
@media screen and (max-width: 834px) {
  .link_list li a {
    padding: 5px;
    text-align: left;
  }
}

/*************************ページ内リンク01***********************************/
@media screen and (max-width: 834px) {
  .link_name {
    margin-top: -70px;
    padding-top: 70px;
  }
}

/*************************ノーホバー***********************************/
.no_events {
  pointer-events: none;
}
.no_events:hover {
  opacity: 1 !important;
}

/***************フェードイン**************************/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/****************************会社概要************************************/
.information_dl {
  font-size: 16px;
}
.information_dl dl {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .information_dl dl {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
  }
}
.information_dl dl dt {
  font-weight: bold;
  text-align: center !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: 0 !important;
  background: none;
  color: #c8a261 !important;
  border-bottom: 1px solid #c8a261 !important;
  padding: 30px !important;
  align-items: center !important;
}
@media screen and (max-width: 640px) {
  .information_dl dl dt {
    width: 100% !important;
    border: #c8a261 !important;
    background: none !important;
    padding: 20px !important;
  }
}
.information_dl dl dd {
  border: 0 !important;
  padding: 30px !important;
  border-bottom: 1px solid #ccc !important;
}
@media screen and (max-width: 640px) {
  .information_dl dl dd {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
    padding: 20px !important;
  }
}

/****************************画像回転************************************/
.rotate5 img {
  -moz-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.rotate8 img {
  -moz-transform: rotate(8deg);
  -webkit-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
}

.rotate-10 img {
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

/******************会社概要(AI用)dldt_list01**************************************/
.dldt_list01 {
  display: block;
  width: 100%;
  margin: 0 1%;
}
.dldt_list01 dl {
  width: 100%;
  border-bottom: 1px dotted #58233f !important;
}
@media screen and (max-width: 640px) {
  .dldt_list01 dl {
    display: block !important;
  }
}
.dldt_list01 dl dt {
  font-weight: bold;
  background: #fff8ea !important;
  color: #58233f !important;
  display: table-cell !important;
  border: 0px !important;
  vertical-align: middle;
  text-align: center;
  display: block !important;
}
@media screen and (max-width: 640px) {
  .dldt_list01 dl dt {
    width: 100% !important;
    display: block !important;
  }
}
.dldt_list01 dl dd {
  display: block !important;
  border: 0px !important;
}
@media screen and (max-width: 640px) {
  .dldt_list01 dl dd {
    width: 100% !important;
  }
}

/******************トップお問い合わせ**************************************/
.top_contact {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.top_contact:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 404px;
  height: 312px;
  background: url(../images/common/contact_bg.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 30%;
}
@media screen and (max-width: 834px) {
  .top_contact:after {
    display: none;
  }
}
.top_contact article {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.top_contact article td {
  border: 0 !important;
}

.top_contacth2 {
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom: 20px !important;
}
.top_contacth2 span {
  font-size: 20px;
  color: #fff;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .top_contacth2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .top_contacth2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .top_contacttel {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  .top_contacttel {
    font-size: 20px;
  }
}
.top_contacttel a {
  color: #fff !important;
  font-size: 28px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 834px) {
  .top_contacttel a {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .top_contacttel a {
    font-size: 20px;
  }
}

/******************画像テーブル横並び**************************************/
.img_box04 tr {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .img_box04 tr {
    justify-content: center;
  }
}
.img_box04 td {
  width: 25% !important;
  border: 0;
  display: block;
  padding: 5px !important;
}
.img_box04 td p {
  padding-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .img_box04 td p {
    width: 100% !important;
    padding-bottom: 10px !important;
  }
}
.img_box04 td img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 640px) {
  .img_box04 td img {
    width: auto !important;
    height: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .img_box04 td {
    width: 48% !important;
  }
}

.img_box03 tr {
  display: flex;
  flex-wrap: wrap;
}
.img_box03 td {
  width: 33% !important;
  border: 0;
  display: block;
  padding: 5px !important;
}
@media screen and (max-width: 640px) {
  .img_box03 td {
    width: 100% !important;
  }
}
.img_box03 td p {
  padding-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .img_box03 td p {
    width: 100% !important;
    padding-bottom: 10px !important;
  }
}
.img_box03 td img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 640px) {
  .img_box03 td img {
    width: auto !important;
    height: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .img_box03 td {
    width: 100%;
  }
}

/***************AI用Instagram***************************/
/***************topInstagram***************************/
.top_instagram {
  margin: 0 auto;
  max-width: 1100px;
}

.top_instagram div.sns_list div.sns_video {
  width: 100%;
  padding: 0;
}

.top_instagram div.sns_list {
  display: flex;
  border: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}

.top_instagram div.sns_list > div {
  width: 20%;
  margin: 0;
  display: flex;
  border-bottom: 0px;
}
@media screen and (max-width: 640px) {
  .top_instagram div.sns_list > div {
    width: 50%;
  }
}

.top_instagram div.sns_list > div:last-child {
  display: flex;
}

.top_instagram div.sns_list div.sns_photo {
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
}

.top_instagram div.sns_list div.sns_text {
  display: none;
}

.sns_photo img {
  height: 200px !important;
  width: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 834px) {
  .sns_photo img {
    height: auto !important;
  }
}

/***************cntInstagram***************************/
.cnt_insta div.sns_list div.sns_date {
  background: #58233f;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 8px;
}
.cnt_insta .caption {
  padding-top: 20px;
  font-size: 16px;
}
.cnt_insta .sns_photo {
  width: 30% !important;
}
@media screen and (max-width: 834px) {
  .cnt_insta .sns_photo {
    width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .cnt_insta .sns_photo {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
  }
}
.cnt_insta div.sns_list > div {
  border-bottom: 1px dashed #58233f;
}
@media screen and (max-width: 834px) {
  .cnt_insta div.sns_list > div {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.cnt_insta div.sns_list {
  border: 0 !important;
}
@media screen and (max-width: 834px) {
  .cnt_insta div.sns_list div.sns_text {
    width: 70% !important;
  }
}
@media screen and (max-width: 640px) {
  .cnt_insta div.sns_list div.sns_text {
    width: 100% !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .cnt_insta .sns_photo img {
    width: 80% !important;
    height: auto !important;
    margin: 0 auto;
  }
}

/***************新着情報(AIブログ機能用)***************************/
.top_blog {
  height: 300px;
  border: 1px solid #c8a261;
}
@media screen and (max-width: 834px) {
  .top_blog {
    padding: 10px;
  }
}
.top_blog .blog_list {
  border: 0 !important;
}
.top_blog div.blog_list > div {
  border-bottom: dotted #c8a261 1px !important;
}
.top_blog .blog_date {
  font-size: 16px !important;
  color: #58233f !important;
  font-weight: bold;
  display: inline-block;
  padding-right: 20px;
}
.top_blog .blog_text h3 {
  display: inline-block;
  font-size: 20px !important;
  font-weight: bold;
}
.top_blog .blog_text h3 a {
  color: #c8a261 !important;
  font-weight: bold;
}
.top_blog .blog_photo {
  display: none;
}
.top_blog div.detail {
  margin-top: 10px !important;
}
.top_blog div.blog_text {
  width: 100% !important;
  font-size: 16px !important;
}

/*********************AI用ブログ***********************/
.blog {
  background: url(../images/common/bg01.jpg) !important;
}
.blog a {
  color: #58233f !important;
}
.blog a:visited {
  color: #58233f;
}
.blog a:link {
  color: #58233f !important;
}
.blog li {
  text-align: left !important;
}
.blog #calendar {
  display: none;
}
.blog .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  width: 95%;
  padding: 50px auto !important;
  margin: 50px auto;
}
.blog .wrap aside {
  width: 25%;
}
@media screen and (max-width: 834px) {
  .blog .wrap aside {
    width: 100%;
  }
}
.blog .wrap aside button {
  margin-top: 10px;
  padding: 5px 20px;
}
.blog .wrap aside .pages li {
  margin-bottom: 10px;
  text-align: left;
}
.blog .wrap aside .pages li a:link {
  color: #58233f !important;
}
.blog .wrap aside .pages li a:visited {
  color: #58233f !important;
}
.blog .wrap aside .category li {
  margin-bottom: 10px;
  text-align: left;
}
.blog .wrap aside .category li a:link {
  color: #58233f !important;
}
.blog .wrap aside .category li a:visited {
  color: #58233f !important;
}
.blog .wrap aside h3 {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  background-color: rgba(88, 35, 63, 0.1);
  margin: 20px 0;
  border: 1px solid #58233f;
}
.blog .wrap #contents {
  width: 70% !important;
}
@media screen and (max-width: 834px) {
  .blog .wrap #contents {
    text-align: left;
  }
}
.blog .wrap #contents dl {
  padding: 10px 0;
  border-bottom: 1px #58233f dotted;
}
.blog .wrap #contents dl dt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.blog .wrap #contents article {
  padding: 10px 0;
  border-bottom: 1px #58233f dotted;
}
@media screen and (max-width: 834px) {
  .blog .wrap #contents .detail {
    text-align: left;
    margin-top: 30px !important;
  }
}
.blog .wrap #contents .date {
  font-size: 16px;
  color: #58233f;
  font-weight: bold;
  text-align: left !important;
}
.blog .wrap #contents h2 {
  font-size: 28px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #58233f;
}
@media screen and (max-width: 834px) {
  .blog .wrap #contents h2 {
    text-align: left !important;
  }
}
.blog .wrap #contents ul {
  margin-bottom: 10px;
}
.blog .wrap #contents span.translate {
  padding-right: 5px;
  display: block;
  font-size: 24px;
  margin: 10px 0;
}

#prof {
  padding-bottom: 10px;
  display: block;
}

#prof_text {
  padding-top: 30px;
  text-align: left;
}

#prof_detail {
  text-align: center;
}
#prof_detail img {
  margin: 0 auto !important;
}

.pager a {
  display: block !important;
  margin-left: 0px !important;
  margin-bottom: 20px;
  width: auto !important;
  padding: 5px;
  height: auto !important;
  line-height: 32px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #58233f;
  border-radius: 0px;
  text-shadow: none !important;
  border: 1px solid #ccc !important;
  color: #base-color !important;
  text-align: center;
  text-indent: -1px;
  float: none !important;
  text-decoration: none;
  margin-top: 20px;
}

/*********************テーブル画像***********************/
.img_table04 table tr {
  display: flex;
  flex-wrap: wrap;
}
.img_table04 table tr td {
  display: block;
  padding: 0 !important;
  width: 23%;
  margin: 20px 1% 0 1% !important;
}
@media screen and (max-width: 640px) {
  .img_table04 table tr td {
    margin: 10px 1% 0 1% !important;
    width: 48% !important;
    margin: 0 auto;
    text-align: center;
  }
}

.img_table02 table tr {
  display: flex;
  flex-wrap: wrap;
}
.img_table02 table tr td {
  display: block;
  padding: 0 !important;
  width: 48%;
  margin: 20px 1% 20px 1% !important;
}
@media screen and (max-width: 640px) {
  .img_table02 table tr td {
    margin: 10px 1% 0 1% !important;
    width: 48% !important;
    margin: 0 auto;
    text-align: center;
  }
}

.img_table03 table tr {
  display: flex;
  flex-wrap: wrap;
}
.img_table03 table tr td {
  display: block;
  padding: 0 !important;
  width: 31.111111%;
  margin: 20px 1% 0 1% !important;
}
@media screen and (max-width: 640px) {
  .img_table03 table tr td {
    margin: 10px 1% 0 1% !important;
    width: 48% !important;
    margin: 0 auto;
    text-align: center;
  }
}

/*画像拡大*/
.imgWrap {
  overflow: hidden;
  /*拡大時にはみ出た部分を隠す*/
}

.imgWrap img {
  display: block;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

.imgWrap img:hover {
  transform: scale(1.1);
  /*画像の拡大率*/
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

header#global_header {
  max-width: 100%;
  min-width: 100%;
}

.header_fixbtn {
  position: fixed;
  top: 0;
  right: 10px;
  display: flex;
  z-index: 20;
  align-itmes: center;
  width: 775px;
}
@media screen and (max-width: 834px) {
  .header_fixbtn {
    bottom: 5px;
    top: auto;
    left: 5px;
    right: auto;
    width: 200px;
  }
}
@media screen and (max-width: 834px) {
  .header_fixbtn {
    display: block;
  }
}
.header_fixbtn li {
  margin-left: 10px;
  margin-top: -2px;
  width: 49%;
}
@media screen and (max-width: 834px) {
  .header_fixbtn li {
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    width: 100%;
  }
}
.header_fixbtn li a {
  padding: 10px 30px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 0 0 10px 10px;
  display: block;
  max-width: 300px;
  width: 100%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 834px) {
  .header_fixbtn li a {
    border-radius: 20px;
  }
}
@media screen and (max-width: 640px) {
  .header_fixbtn li a {
    padding: 10px 10px;
    font-size: 14px;
  }
}
.header_fixbtn .men a {
  background: #000 !important;
  color: #e2be70 !important;
}
.header_fixbtn .women a {
  background: #c46ac7 !important;
  color: #fff !important;
}

.header_fixbtn .event a {
  background: #502a3e!important;
  color: #FFF!important;
}


#header {
  padding: 30px;
  margin: 0 auto;
  border-top: 15px solid #58233f;
  border-bottom: 1px solid #58233f;
  width: 100%;
  background: url(../images/common/top_bg03.jpg);
}

@media screen and (max-width: 834px) {
  div#builingual {
    padding-top: 53px !important;
  }
}

#nav_global {
  width: 100%;
  background: #58233f;
}
#nav_global ul {
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}
#nav_global ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
}
#nav_global ul li a {
  color: #fff;
  text-decoration: none;
  padding: 20px 0;
  display: block;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1000px) {
  #nav_global ul li a {
    font-size: 16px;
  }
}
#nav_global ul ul {
  display: block;
  z-index: 99;
  position: absolute;
  width: 100%;
}
#nav_global ul ul li {
  width: 100%;
  background: #fff8ea;
}
#nav_global ul ul li:before {
  display: none;
}
#nav_global ul ul li:last-child:after {
  display: none;
}

.flex_box {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .flex_box {
    display: block;
  }
}

.flR #hed_info {
  margin-top: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 834px) {
  .flR #hed_info {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.flR #hed_info .head_mail {
  margin-left: 10px;
}
@media screen and (max-width: 834px) {
  .flR #hed_info .head_mail {
    margin-left: 5px;
  }
}
.flR #hed_info .head_tel {
  margin-left: 10px;
  margin-right: 5px;
}
.flR p {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .flR p {
    text-align: center;
  }
}

#mainArea {
  background: url(../images/common/main01.jpg);
  background-size: cover;
}
@media screen and (max-width: 640px) {
  #mainArea {
    background-position: center;
  }
}
#mainArea .main_img img {
  width: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
#mainArea .main_inner {
  margin: 0 auto;
  max-width: 1200px;
  height: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-around;
  padding: 0 5px;
}
#mainArea .main_inner .top_logo {
  position: absolute;
  right: 10px;
  top: 60px;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  #mainArea .main_inner .top_logo {
    top: 10px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea .main_inner .top_logo {
    width: 60px;
  }
}
#mainArea .main_inner:nth-child(2) {
  align-self: center;
}
#mainArea .main_inner:nth-child(2) {
  align-self: flex-end;
}
#mainArea .main_inner .main_l {
  width: 60%;
  max-width: 633px;
}
@media screen and (max-width: 1000px) {
  #mainArea .main_inner .main_l {
    width: 57%;
  }
}
@media screen and (max-width: 834px) {
  #mainArea .main_inner .main_l {
    width: 51%;
  }
}
#mainArea .main_inner .main_l .catch {
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #mainArea .main_inner .main_l .catch {
    padding-bottom: 5px;
  }
}
#mainArea .main_inner .main_l .main_text {
  background: #58233f;
  color: #fff;
  max-width: calc(633px - 30px);
  margin: 0 auto;
  padding: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  transform: skewX(30deg);
}
@media screen and (max-width: 640px) {
  #mainArea .main_inner .main_l .main_text {
    padding: 5px;
    transform: skewX(0deg);
  }
}
#mainArea .main_inner .main_l .main_text p {
  transform: skewX(-30deg);
}
@media screen and (max-width: 834px) {
  #mainArea .main_inner .main_l .main_text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea .main_inner .main_l .main_text p {
    font-size: 11px;
    transform: skewX(0deg);
  }
}
#mainArea .main_inner .main_l .main_text span {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  #mainArea .main_inner .main_l .main_text span {
    font-size: 11px;
  }
}
#mainArea .main_inner .main_l .catch01 {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  #mainArea .main_inner .main_l .catch01 {
    margin-top: 10px;
  }
}
#mainArea .main_inner .main_l .main_btn01 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #mainArea .main_inner .main_l .main_btn01 {
    margin-top: 10px;
  }
}
#mainArea .main_inner .main_l .main_btn01 li {
  margin: 0 20px;
}
@media screen and (max-width: 1000px) {
  #mainArea .main_inner .main_l .main_btn01 li {
    margin: 0 10px;
  }
}
#mainArea .main_inner .main_l .main_btn {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  #mainArea .main_inner .main_l .main_btn {
    display: block;
  }
}
#mainArea .main_inner .main_l .main_btn li {
  width: 48%;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  #mainArea .main_inner .main_l .main_btn li {
    width: 100%;
    margin-top: 10px;
  }
}
#mainArea .main_inner .main_l .main_btn li a {
  background: #fff;
  padding: 20px;
  border-radius: 30px;
  display: block;
  text-decoration: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
}
@media screen and (max-width: 834px) {
  #mainArea .main_inner .main_l .main_btn li a {
    font-size: 16px;
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea .main_inner .main_l .main_btn li a {
    font-size: 11px;
    padding: 10px;
  }
}
#mainArea .main_inner .main_l .main_btn li a:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 19px;
  background: url(../images/common/btn_icon01.png);
}
@media screen and (max-width: 640px) {
  #mainArea .main_inner .main_l .main_btn li a:after {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 5px;
  }
}
#mainArea .main_inner .main_l .main_btn .man a {
  background: #000;
  color: #e2be70;
}
#mainArea .main_inner .main_l .main_btn .man a:after {
  width: 9px;
  height: 19px;
  background: url(../images/common/man_btnicon01.png);
}
@media screen and (max-width: 640px) {
  #mainArea .main_inner .main_l .main_btn .man a:after {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 5px;
  }
}
#mainArea .main_inner .main_l .main_btn .woman a {
  background: #e05cb0;
  color: #fff;
}
#mainArea .main_inner .main_r {
  width: 40%;
  position: relative;
  padding-top: 120px;
}
@media screen and (max-width: 834px) {
  #mainArea .main_inner .main_r {
    padding-top: 50px;
    width: 49%;
  }
}

.mean-container .mean-bar {
  background: #58233f !important;
  position: fixed !important;
}

.mean-container .mean-nav {
  background: #58233f !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/
}

footer#global_footer {
  min-width: auto !important;
}

#footer {
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 13px;
  font-weight: bold;
  background: #58233f !important;
}
#footer a:link {
  color: #fff !important;
  text-decoration: none;
}
#footer a:visited {
  color: #fff !important;
}

#nav_footer {
  padding: 20px 0;
  font-weight: bold;
  font-size: 14px;
}
#nav_footer ul {
  max-width: 1200px;
  margin: 5px auto;
}
@media screen and (max-width: 834px) {
  #nav_footer ul {
    max-width: 100%;
    width: 80%;
  }
}
#nav_footer ul li {
  display: inline-block;
  margin: 5px 25px;
  width: auto;
}
@media screen and (max-width: 834px) {
  #nav_footer ul li {
    display: block;
    margin: 5px 0;
  }
}
#nav_footer ul li a {
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  #nav_footer ul li a {
    background: #fff !important;
    padding: 10px;
    display: block;
    border-radius: 10px;
    font-weight: bold;
  }
  #nav_footer ul li a:link {
    color: #58233f !important;
    text-decoration: none;
  }
  #nav_footer ul li a:visited {
    color: #58233f !important;
  }
}

.footer_logo {
  padding-bottom: 30px;
}

#pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  #pagetop {
    bottom: 20px;
    right: 10px;
    width: 15%;
  }
  #pagetop img {
    width: 100% !important;
    height: auto;
  }
}

address {
  color: #fff !important;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  address {
    font-size: 16px;
  }
}

#copy {
  background: #200413 !important;
  color: #fff;
  padding: 18px;
  display: block !important;
  font-size: 16px !important;
}
@media screen and (max-width: 640px) {
  #copy {
    padding-bottom: 100px;
  }
}
#copy a:link {
  color: #fff;
  text-decoration: none;
}
#copy a:hover {
  text-decoration: underline;
}
#copy a:visited {
  color: #fff;
  text-decoration: none;
}

#main #col_main {
  width: 100%;
}

#global_footer {
  height: 40px;
}

#contents {
  width: 100% !important;
  max-width: 1000px !important;
  padding-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  #contents {
    padding: 0 20px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    padding: 0 20px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding: 0 10px;
    padding-bottom: 30px;
  }
}
#contents a {
  color: #58233f;
}

#main {
  width: 100% !important;
}

.nega {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.nega_bottom {
  margin-bottom: -100px;
}
@media screen and (max-width: 834px) {
  .nega_bottom {
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 640px) {
  .nega_bottom {
    margin-bottom: -30px;
  }
}

/* TOP */
.top01 {
  position: relative;
}
.top01:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  max-width: 960px;
  top: 0;
  right: 0;
  background: url(../images/common/top01_bg.png);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .top01:after {
    width: 50%;
    background-position: left;
    background-size: cover;
  }
}
@media screen and (max-width: 834px) {
  .top01:after {
    width: 100%;
    background-position: left;
  }
}

.top01_table {
  max-width: 1100px;
  margin: 0 auto;
  z-index: 5;
  position: relative;
}
.top01_table article {
  max-width: 700px;
}
@media screen and (max-width: 834px) {
  .top01_table {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .top01_table {
    padding: 5px;
  }
}
.top01_table table td {
  border: 0 !important;
}

.top_h1 {
  width: 95%;
  margin: 0 auto;
}
.top_h1 h1 {
  font-size: 24px;
  color: #c8a261;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 834px) {
  .top_h1 h1 {
    font-size: 24px;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .top_h1 h1 {
    font-size: 18px;
    text-align: left;
  }
}

.top01_text {
  padding-top: 20px !important;
}
.top01_text div {
  line-height: 1.8;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.top02_inner {
  border: 1px solid #c8a261;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 50px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 640px) {
  .top02_inner {
    padding: 10px;
  }
}
.top02_inner:after {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #c8a261;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.top02_inner .top02_frame li {
  position: absolute;
  padding: 10px;
  width: 20%;
  max-width: 152px;
}
.top02_inner .top02_frame .frame_tl {
  top: 0;
  left: 0;
}
.top02_inner .top02_frame .frame_tr {
  top: 0;
  right: 0;
}
.top02_inner .top02_frame .frame_bl {
  bottom: 0;
  left: 0;
}
.top02_inner .top02_frame .frame_br {
  bottom: 0;
  right: 0;
}

.top02_h2 h2 {
  font-size: 36px;
  color: #58233f;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .top02_h2 h2 {
    font-size: 28px;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .top02_h2 h2 {
    font-size: 24px;
    text-align: left;
  }
}

.top02_table table td {
  border: 0 !important;
}
.top02_table table h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  padding-bottom: 30px;
  display: inline-block;
  border-bottom: 1px solid #c8a261;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .top02_table table h2 {
    font-size: 20px;
  }
}
.top02_table table h2 .text01 {
  font-size: 36px;
  color: #c8a261;
  display: block;
}
@media screen and (max-width: 640px) {
  .top02_table table h2 .text01 {
    font-size: 24px;
  }
}

.top02_text {
  padding-top: 30px !important;
}
@media screen and (max-width: 640px) {
  .top02_text {
    padding-top: 20px !important;
  }
}
.top02_text div {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .top02_text div {
    line-height: 1.5;
    text-align: left !important;
  }
}
@media screen and (max-width: 640px) {
  .top02_text div {
    font-size: 16px;
  }
}

.top02_neme {
  padding-top: 30px !important;
}
.top02_neme div {
  font-size: 24px;
  color: #58233f;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .top02_neme div {
    font-size: 16px;
  }
}

.top03 {
  position: relative;
}
.top03:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  max-width: 960px;
  top: 0;
  left: 0;
  background: url(../images/common/top03_bg.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .top03:after {
    width: 100%;
    background-position: right;
  }
}
@media screen and (max-width: 834px) {
  .top03:after {
    width: 100%;
    background-position: center;
  }
}

.top03_table {
  max-width: 1100px;
  margin: 0 auto;
  z-index: 5;
  position: relative;
}
.top03_table article {
  width: 65%;
  margin: 0 0 0 auto;
  position: relative;
  padding: 40px;
}
@media screen and (max-width: 1000px) {
  .top03_table article {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 640px) {
  .top03_table article {
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
  }
}
.top03_table article:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  max-width: 960px;
  top: 4px;
  right: 4px;
  bottom: 0;
  left: 0;
  border: 1px solid #c8a261;
}
.top03_table article:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  max-width: 960px;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 4px;
  border: 1px solid #c8a261;
}
.top03_table article table td {
  border: 0 !important;
}
.top03_table article table .top_h1 {
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.top3_h2 {
  width: 95%;
  margin: 0 auto;
}
.top3_h2 h2 {
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #555;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .top3_h2 h2 {
    text-align: center !important;
  }
}
.top3_h2 h2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 70px);
  height: 1px;
  border-bottom: 1px solid #c8a261;
}
@media screen and (max-width: 640px) {
  .top3_h2 h2:before {
    width: calc(100% - 30px);
  }
}
.top3_h2 h2:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -11px;
  margin: auto;
  width: 54px;
  height: 36px;
  background: url(../images/common/h_icon01.png);
}
@media screen and (max-width: 640px) {
  .top3_h2 h2:after {
    width: 27px;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 18px;
    bottom: -7px;
  }
}
@media screen and (max-width: 834px) {
  .top3_h2 h2 {
    font-size: 24px;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .top3_h2 h2 {
    font-size: 20px;
    text-align: left;
  }
}
.top3_h2 h2 .text01 {
  font-size: 40px;
  color: #c8a261;
}
@media screen and (max-width: 640px) {
  .top3_h2 h2 .text01 {
    font-size: 24px;
  }
}

.top03_text {
  padding-top: 20px !important;
}
.top03_text div {
  line-height: 1.8;
}

.top_btn01 a {
  padding: 10px;
  border-radius: 30px;
  display: block;
  text-decoration: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  background: #58233f;
  color: #fff !important;
  text-align: center;
  max-width: 280px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 834px) {
  .top_btn01 a {
    font-size: 16px;
    padding: 15px;
  }
}
.top_btn01 a:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 19px;
  background: url(../images/common/btn_icon01.png);
}
@media screen and (max-width: 640px) {
  .top_btn01 a:after {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 5px;
  }
}

.top_btn02 a {
  padding: 10px;
  border-radius: 30px;
  display: block;
  text-decoration: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  background: #fff;
  color: #c8a261 !important;
  text-align: center;
  max-width: 280px;
  margin: 0 0 0 auto;
  border: 1px solid #c8a261;
}
@media screen and (max-width: 834px) {
  .top_btn02 a {
    font-size: 16px;
    padding: 15px;
  }
}
.top_btn02 a:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 19px;
  background: url(../images/common/man_btnicon01.png);
}
@media screen and (max-width: 640px) {
  .top_btn02 a:after {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 5px;
  }
}

.top_btn03 a {
  padding: 10px;
  border-radius: 30px;
  display: block;
  text-decoration: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  background: #c8a261;
  color: #fff !important;
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
  border: 1px solid #c8a261;
}
@media screen and (max-width: 834px) {
  .top_btn03 a {
    font-size: 16px;
    padding: 15px;
  }
}
.top_btn03 a:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 19px;
  background: url(../images/common/man_btnicon01.png);
}

.box_rev {
  flex-direction: row-reverse;
}

.top04_box {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .top04_box {
    display: block;
  }
}
.top04_box .top04_img {
  width: 47%;
}
@media screen and (max-width: 834px) {
  .top04_box .top04_img {
    width: 100%;
  }
}
.top04_box .top04_table {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .top04_box .top04_table {
    width: 100%;
  }
}
.top04_box .top04_table td {
  border: 0 !important;
  padding: 10px 0 !important;
}
.top04_box .top04_table .top04_title h2 {
  font-weight: bold;
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom: 20px;
  color: #555;
  position: relative;
}
@media screen and (max-width: 640px) {
  .top04_box .top04_table .top04_title h2 {
    font-size: 18px;
    text-align: center;
  }
}
.top04_box .top04_table .top04_title h2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 70px);
  height: 1px;
  border-bottom: 1px solid #c8a261;
}
@media screen and (max-width: 640px) {
  .top04_box .top04_table .top04_title h2:before {
    width: calc(100% - 40px);
  }
}
.top04_box .top04_table .top04_title h2:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -11px;
  margin: auto;
  width: 54px;
  height: 36px;
  background: url(../images/common/h_icon01.png);
}
@media screen and (max-width: 640px) {
  .top04_box .top04_table .top04_title h2:after {
    width: 27px;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 18px;
    bottom: -7px;
  }
}
.top04_box .top04_table .top04_title h2 .text01 {
  font-size: 24px;
  color: #c8a261;
}
@media screen and (max-width: 640px) {
  .top04_box .top04_table .top04_title h2 .text01 {
    font-size: 20px;
  }
}
.top04_box .top04_table .top04_text {
  padding-right: 30px !important;
}
@media screen and (max-width: 640px) {
  .top04_box .top04_table .top04_text {
    padding: 10px 0 !important;
  }
}

.top_title_h2 article {
  text-align: center !important;
}
.top_title_h2 h2 {
  padding-left: 200px;
  padding-right: 200px;
  font-weight: bold;
  font-size: 44px;
  position: relative;
  display: inline-block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #555;
}
@media screen and (max-width: 834px) {
  .top_title_h2 h2 {
    font-size: 28px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 640px) {
  .top_title_h2 h2 {
    font-size: 24px;
    padding-left: 90px;
    padding-right: 90px;
  }
}
.top_title_h2 h2 span {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 834px) {
  .top_title_h2 h2 span {
    font-size: 18px;
  }
}
.top_title_h2 h2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 131px;
  height: 73px;
  background: url(../images/common/top_hicon02_2.png);
}
@media screen and (max-width: 834px) {
  .top_title_h2 h2:after {
    width: 70px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.top_title_h2 h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 131px;
  height: 73px;
  background: url(../images/common/top_hicon02_1.png);
}
@media screen and (max-width: 834px) {
  .top_title_h2 h2:before {
    width: 70px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.top06_h3 h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #555;
}
@media screen and (max-width: 640px) {
  .top06_h3 h3 {
    font-size: 20px;
  }
}

.top06_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .top06_box {
    display: block;
  }
}

.top06_table {
  width: 31%;
}
@media screen and (max-width: 640px) {
  .top06_table {
    width: 90%;
    margin: 20px auto 0 auto;
  }
}
.top06_table article {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffdb7a+0,ffffff+35,ffffff+35,ffdb7a+76,ba6900+100 */
  background: #ffdb7a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffdb7a 0%, #ffffff 35%, #ffffff 35%, #ffdb7a 76%, #ba6900 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffdb7a 0%, #ffffff 35%, #ffffff 35%, #ffdb7a 76%, #ba6900 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffdb7a 0%, #ffffff 35%, #ffffff 35%, #ffdb7a 76%, #ba6900 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb7a', endColorstr='#ba6900',GradientType=0 );
  /* IE6-9 */
  padding: 4px;
}
.top06_table article table td {
  background: #fff;
  border: 0 !important;
  padding: 10px 20px !important;
}
@media screen and (max-width: 834px) {
  .top06_table article table td {
    padding: 10px 10px !important;
  }
}
.top06_table article table .text_title01 {
  padding-top: 30px !important;
}
@media screen and (max-width: 834px) {
  .top06_table article table .text_title01 {
    padding-top: 20px !important;
  }
}
.top06_table article table .text_title01 div {
  font-weight: bold;
  color: #c8a261;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 834px) {
  .top06_table article table .text_title01 div {
    font-size: 16px;
  }
}
.top06_table article table .text_title02 div {
  font-weight: bold;
  color: #c8a261;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid #c8a261;
  padding-bottom: 10px;
  display: inline-block;
}
.top06_table article table .text_title02 div .kyoutyo01 {
  font-size: 36px;
}
@media screen and (max-width: 834px) {
  .top06_table article table .text_title02 div .kyoutyo01 {
    font-size: 24px;
  }
}
.top06_table article table .text_title02 div .kyoutyo02 {
  font-size: 42px;
}
@media screen and (max-width: 834px) {
  .top06_table article table .text_title02 div .kyoutyo02 {
    font-size: 32px;
  }
}
.top06_table article table .text {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 834px) {
  .top06_table article table .text div {
    text-align: left !important;
  }
}

.top07_btn ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .top07_btn ul {
    display: block;
  }
}
.top07_btn ul li {
  width: 48%;
  margin-top: 30px;
  max-width: 300px;
  margin: 10px;
}
@media screen and (max-width: 834px) {
  .top07_btn ul li {
    width: 100%;
    margin: 10px auto 0 auto !important;
    float: none !important;
  }
  .top07_btn ul li:last-child {
    margin-right: auto !important;
  }
}
.top07_btn ul li a {
  background: #fff;
  padding: 20px;
  border-radius: 30px;
  display: block;
  text-decoration: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top07_btn ul li a {
    font-size: 16px;
    padding: 15px;
    margin: 0 auto;
  }
}
.top07_btn ul li a:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 19px;
  background: url(../images/common/btn_icon01.png);
}
@media screen and (max-width: 640px) {
  .top07_btn ul li a:after {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 5px;
  }
}
.top07_btn ul .man a {
  background: #000;
  color: #c8a261 !important;
  text-align: center;
}
.top07_btn ul .man a:after {
  width: 9px;
  height: 19px;
  background: url(../images/common/man_btnicon01.png);
}
@media screen and (max-width: 640px) {
  .top07_btn ul .man a:after {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 5px;
  }
}
.top07_btn ul .woman a {
  background: #c46ac7;
  color: #fff !important;
  text-align: center;
}

.top07_box {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
  justify-content: space-around;
}
@media screen and (max-width: 834px) {
  .top07_box {
    display: block;
  }
}
.top07_box .course_table {
  width: 31.111%;
  position: relative;
  padding: 50px;
}
@media screen and (max-width: 1000px) {
  .top07_box .course_table {
    padding: 30px;
  }
}
@media screen and (max-width: 834px) {
  .top07_box .course_table {
    padding: 30px;
    width: 90%;
    margin: 20px auto 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .top07_box .course_table {
    padding: 20px;
    width: 100%;
    margin: 20px auto 0 auto;
  }
}
.top07_box .course_table td {
  border: 0 !important;
}
.top07_box .course_table .course_title h3 {
  color: #b7b7b7;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.top07_box .course_table .course_title h3 span {
  display: block;
  font-size: 20px;
}
.top07_box .course_table .course_price div {
  color: #b7b7b7;
  font-size: 60px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1;
}
.top07_box .course_table .course_price div span {
  font-size: 18px;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .top07_box .course_table .course_price div {
    font-size: 40px;
    display: block;
  }
}
.top07_box .course_table .color_silver div, .top07_box .course_table .color_silver h3 {
  color: #b7b7b7 !important;
}
.top07_box .course_table .color_gold div, .top07_box .course_table .color_gold h3 {
  color: #b48855 !important;
}
.top07_box .course_table .color_platinum div, .top07_box .course_table .color_platinum h3 {
  color: #58233f !important;
}
.top07_box .course_table .top07_frame br {
  display: none;
}
.top07_box .course_table .top07_frame li {
  position: absolute;
  padding: 10px;
  width: 20%;
  max-width: 60px;
}
.top07_box .course_table .top07_frame .frame_tl {
  top: 0;
  left: 0;
}
.top07_box .course_table .top07_frame .frame_tr {
  top: 0;
  right: 0;
}
.top07_box .course_table .top07_frame .frame_bl {
  bottom: 0;
  left: 0;
}
.top07_box .course_table .top07_frame .frame_br {
  bottom: 0;
  right: 0;
}

.top08_h2 {
  max-width: 1100px;
}
.top08_h2 h2 {
  font-size: 36px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .top08_h2 h2 {
    font-size: 24px;
  }
}
.top08_h2 h2:before, .top08_h2 h2:after {
  border-top: 1px solid #58233f;
  content: "";
  flex-grow: 1;
}
.top08_h2 h2:before {
  margin-right: 20px;
}
.top08_h2 h2:after {
  margin-left: 20px;
}

div#form_calendar div.head {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

div#form_calendar table thead tr th {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
@media screen and (max-width: 640px) {
  div#form_calendar table thead tr th {
    font-size: 14px !important;
  }
}

div#form_calendar table tbody tr td label {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

@media screen and (max-width: 640px) {
  div#form_calendar table tbody tr td {
    padding: 0 !important;
  }
}

div#form_calendar table tbody tr td.open.reserv:hover {
  background: #fff8ea !important;
}

div#form_calendar table tbody tr td.close span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
@media screen and (max-width: 640px) {
  div#form_calendar table tbody tr td.close span {
    font-size: 10px;
  }
}

div#form_calendar table tbody tr td.open.level1 span {
  border: 2px solid #c8a261;
}

section div.form_wrap dl dt {
  border: 0 !important;
  background: none !important;
  color: #c8a261;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid #c8a261 !important;
  align-items: center !important;
}
@media screen and (max-width: 640px) {
  section div.form_wrap dl dt {
    background: #fff8ea !important;
    border: none !important;
  }
}

section div.form_wrap dl:last-of-type dd {
  border: 0 !important;
  border-bottom: 1px solid #ccc !important;
}

section div.form_wrap dl:last-of-type dd select:last-child {
  display: none !important;
}

.div.reserv dl dd > div {
  color: #c8a261 !important;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

div.reserv dl dd {
  color: #c8a261 !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

div.reserv {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 640px) {
  div.reserv {
    margin-bottom: 20px !important;
  }
}

section div.form_wrap dl:last-of-type dd div.reserv dl dd select {
  display: none !important;
}

div#form_calendar div.head {
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  div#form_calendar div.head {
    width: 95%;
    margin: 0 auto 30px auto;
  }
}

div#form_calendar div.head span:nth-of-type(1) {
  width: 20px !important;
  height: 20px !important;
  font-size: 36px;
}
@media screen and (max-width: 640px) {
  div#form_calendar div.head span:nth-of-type(1) {
    font-size: 24px;
  }
}

div#form_calendar div.head span:nth-of-type(5) {
  width: 20px !important;
  height: 20px !important;
  font-size: 36px;
}
@media screen and (max-width: 640px) {
  div#form_calendar div.head span:nth-of-type(5) {
    font-size: 24px;
  }
}

div#form_calendar div.head span:nth-of-type(2) {
  left: 30% !important;
}
@media screen and (max-width: 640px) {
  div#form_calendar div.head span:nth-of-type(2) {
    left: 20% !important;
  }
}

div#form_calendar div.head span:nth-of-type(4) {
  right: 30% !important;
}
@media screen and (max-width: 640px) {
  div#form_calendar div.head span:nth-of-type(4) {
    right: 20% !important;
  }
}

/******************flexwrap(フレックスボックス)*************************************/
.interview_box .box {
  margin: 20px 1%;
  border-bottom: 1px dotted #c8a261;
  padding-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .interview_box .box {
    text-align: center;
    padding-bottom: 30px;
  }
}
.interview_box .box img {
  max-width: 300px;
  float: left;
  margin-right: 20px !important;
}
@media screen and (max-width: 640px) {
  .interview_box .box img {
    float: none;
  }
}
.interview_box .box h3 {
  font-size: 24px;
  font-weight: bold;
  color: #c8a261;
  border-bottom: 1px solid #c8a261;
  padding-bottom: 5px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .interview_box .box h3 {
    margin-top: 20px;
    display: block;
    text-align: left !important;
  }
}
.interview_box .box div {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .interview_box .box div {
    text-align: left !important;
  }
}

.price_table01 {
  position: relative;
  padding: 30px;
  max-width: 800px;
}
@media screen and (max-width: 1000px) {
  .price_table01 {
    padding: 30px;
  }
}
@media screen and (max-width: 834px) {
  .price_table01 {
    padding: 30px;
    width: 90%;
    margin: 20px auto 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .price_table01 {
    padding: 20px;
    width: 100%;
    margin: 20px auto 0 auto;
  }
}
.price_table01 td {
  border: 0 !important;
}
.price_table01 .course_title h3 {
  color: #b7b7b7;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.price_table01 .course_title h3 span {
  display: block;
  font-size: 20px;
}
.price_table01 .course_price div {
  color: #b7b7b7;
  font-size: 60px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.2;
}
.price_table01 .course_price div span {
  font-size: 18px;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .price_table01 .course_price div {
    font-size: 40px;
  }
}
.price_table01 .color_silver div, .price_table01 .color_silver h3 {
  color: #b7b7b7 !important;
}
.price_table01 .color_gold div, .price_table01 .color_gold h3 {
  color: #b48855 !important;
}
.price_table01 .color_platinum div, .price_table01 .color_platinum h3 {
  color: #58233f !important;
}
.price_table01 .top07_frame br {
  display: none;
}
.price_table01 .top07_frame li {
  position: absolute;
  padding: 10px;
  width: 20%;
  max-width: 60px;
}
.price_table01 .top07_frame .frame_tl {
  top: 0;
  left: 0;
}
.price_table01 .top07_frame .frame_tr {
  top: 0;
  right: 0;
}
.price_table01 .top07_frame .frame_bl {
  bottom: 0;
  left: 0;
}
.price_table01 .top07_frame .frame_br {
  bottom: 0;
  right: 0;
}

/*****************共通クラス*******************************/
.cnt_h1 article {
  text-align: center;
}
.cnt_h1 h1 {
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #555;
  padding-bottom: 50px;
  padding-left: 80px;
  padding-right: 80px;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #c8a261;
}
.cnt_h1 h1 .small {
  font-size: 36px;
  display: block;
  color: #555;
}
@media screen and (max-width: 640px) {
  .cnt_h1 h1 .small {
    font-size: 24px;
  }
}
.cnt_h1 h1 .text {
  display: block;
  color: #555;
  font-size: 20px;
}
.cnt_h1 h1 .line {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-bottom: 1px solid #c8a261;
  width: calc(100% - 160px);
  height: 1px;
  display: block;
}
@media screen and (max-width: 640px) {
  .cnt_h1 h1 .line {
    width: calc(100% - 100px);
  }
}
.cnt_h1 h1:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -16px;
  margin: auto;
  width: 66px;
  height: 47px;
  background: url(../images/common/h1_icon01.png);
}
@media screen and (max-width: 640px) {
  .cnt_h1 h1:before {
    width: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.cnt_h1 h1:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -16px;
  margin: auto;
  width: 66px;
  height: 47px;
  background: url(../images/common/h1_icon02.png);
}
@media screen and (max-width: 640px) {
  .cnt_h1 h1:after {
    width: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (max-width: 834px) {
  .cnt_h1 h1 {
    font-size: 24px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_h1 h1 {
    font-size: 20px;
    padding: 0 10px 20px 10px;
  }
}

/***********h2*********************/
.cnt_h2 h2 {
  font-size: 28px;
  padding: 15px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.2;
  padding-left: 70px;
  position: relative;
  border-bottom: 1px dotted #c8a261;
}
@media screen and (max-width: 640px) {
  .cnt_h2 h2 {
    padding-left: 50px;
    font-size: 18px;
  }
}
.cnt_h2 h2:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 56px;
  height: 45px;
  background: url(../images/common/h2_icon01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .cnt_h2 h2:after {
    width: 40px;
  }
}
.cnt_h2 h3 {
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  background: #58233f;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cnt_h2 h3 {
    font-size: 18px;
    padding: 15px;
  }
}

/***********h3*********************/
.cnt_h3 h3 {
  font-size: 24px;
  padding: 10px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.2;
  position: relative;
  border-bottom: 2px solid #ccc;
  padding-bottom: 20px;
  position: relative;
}
.cnt_h3 h3:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  margin: auto;
  width: 40%;
  height: 2px;
  background: #c8a261;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .cnt_h3 h3 {
    font-size: 18px;
  }
}

/***************タイトル04***************/
.cnt_h4 h4 {
  display: block;
  position: relative;
  font-size: 20px;
  color: #58233f;
  background: #fff8ea;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 10px;
  border-bottom: 1px dotted #58233f;
}

/***************タイトル01***************/
.cnt_title01 h3 {
  display: block;
  padding: 10px;
  position: relative;
  border-top: 1px solid #58233f;
  border-bottom: 1px solid #58233f;
  font-size: 20px;
  color: #58233f;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-left: 3px solid #58233f;
  border-right: 1px solid #58233f;
  background: #ede5ff;
  margin: 10px 0;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .cnt_title01 h3 {
    font-size: 20px;
  }
}

/***************タイトル02***************/
.cnt_title02 h3 {
  display: block;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #58233f;
  border-left: 5px solid #58233f;
  font-size: 20px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #c8a261;
}
.cnt_title02 h3 span {
  background: #58233f;
  display: inline-block;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-right: 20px;
}

/***************タイトル03***************/
.cnt_title03 h3 {
  display: block;
  padding-bottom: 10px;
  position: relative;
  font-weight: bold;
  border-bottom: 1px dotted #58233f;
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 834px) {
  .cnt_title03 h3 {
    text-align: center !important;
    font-size: 20px;
  }
}
.cnt_title03 h3 span {
  background: #58233f;
  display: inline-block;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  .cnt_title03 h3 span {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0px;
  }
}

/***************タイトル04***************/
.cnt_title04 h4 {
  display: block;
  position: relative;
  font-size: 20px;
  color: #58233f;
  background: #fff8ea;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 5px;
}

/***************タイトル05***************/
.cnt_title05 h5 {
  display: block;
  position: relative;
  border: 1px dotted #58233f;
  font-size: 18px;
  color: #58233f;
  background: #fff8ea;
  font-weight: bold;
  padding: 5px;
}

/******************強調テキスト**************************************/
.emphasis_text div {
  font-size: 20px;
  color: #fa410f;
  text-align: center !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .emphasis_text div {
    font-size: 18px;
  }
}

.emphasis_h2 h2 {
  font-size: 28px;
  color: #c8a261;
  text-align: center !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .emphasis_h2 h2 {
    font-size: 18px;
  }
}

.red_text {
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #fa410f;
  color: #fa410f;
}

/****************テキストボタン****************************************/
.cnt_textbtn a {
  padding: 10px;
  background: #e2e1d7;
  border: 1px solid #58233f;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #58233f;
}

.cnt_textbtn01 a {
  padding: 10px;
  background: #fff8ea;
  border: 1px solid #58233f;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #58233f;
}
@media screen and (max-width: 640px) {
  .cnt_textbtn01 a {
    width: 100%;
    text-align: center;
  }
}

/***************新着情報***************************/
.newstitle {
  border-bottom: 1px solid #199640;
  padding-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
}

.news_table {
  padding-bottom: 20px;
  border-bottom: 1px solid #c8a261;
}
.news_table table {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.news_table table td {
  padding: 10px !important;
  border: 0px !important;
}
.news_table table .news_day div {
  font-weight: bold;
  text-align: left;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
}
.news_table table .news_day div span {
  color: #c8a261;
}
@media screen and (max-width: 640px) {
  .news_table table .news_day div span {
    display: block;
  }
}
.news_table table .news_text {
  padding-bottom: 20px !important;
}

/******************新着情報　AI用***************************/
.top_scroll {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 300px;
}
@media screen and (max-width: 834px) {
  .top_scroll {
    padding: 0;
    padding-top: 20px;
    width: 95%;
    height: 300px;
  }
}
@media screen and (max-width: 834px) {
  .top_scroll {
    width: 100%;
  }
}
.top_scroll dl {
  border-bottom: 1px solid #58233f;
  padding: 10px 0;
  display: block !important;
}
.top_scroll dl dt {
  display: block !important;
  width: 100% !important;
  background: none !important;
  border: 0px !important;
  color: #58233f !important;
  font-size: 18px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 10px 5px 0 5px !important;
}
.top_scroll dl dd {
  display: block !important;
  width: 100% !important;
  background: none !important;
  border: 0px !important;
  padding: 0 5px 5px 5px !important;
}

.scroll {
  padding: 30px;
  text-align: left;
}

.mCSB_dragger_bar {
  margin-top: 10px !important;
  background: #58233f !important;
  width: 10px !important;
  border-radius: 0px !important;
}

/***********************AI用画像テキストタイトル*******************************************/
.fl_img_text .box {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .fl_img_text .box {
    display: block;
    text-align: center;
    margin-top: 50px;
  }
}
.fl_img_text .box img {
  width: 38% !important;
  object-fit: cover;
  height: 250px !important;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 640px) {
  .fl_img_text .box img {
    width: 80% !important;
    margin: 0 auto;
    text-align: center;
  }
}
.fl_img_text .box div {
  width: 58%;
  text-align: left !important;
}
@media screen and (max-width: 640px) {
  .fl_img_text .box div {
    width: 100%;
    padding-top: 20px;
  }
}
.fl_img_text .box div h2 {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.fl_img_text .box:nth-child(even) {
  flex-direction: row-reverse;
}

.banner_flbtn {
  align-items: center;
  background: #fff8ea;
  justify-content: space-around;
}
.banner_flbtn .box {
  width: 31%;
  margin: 20px 1%;
}

/* title */

/*# sourceMappingURL=common_style.css.map */
