@charset "UTF-8";
/* 変数 */
/* -------------------------------------------------------- */
/*
$news:#fff47f;
$books:#79d59c;
$media:#f3e159;
$lecture:#aedec4;
$event:#84c4ef;

$media2:#e7cc00;
$lecture2:#85c6a2;
$event2:#4ebce1;
*/
/*
$main_widthC: 1000px;
*/
/*
@mixin mont_m() {
  font-family: 'Montserrat', YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500;
}
@mixin mont_b() {
  font-family: 'Montserrat', YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
}

@mixin noto_mid() {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
@mixin noto_bold() {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
@mixin noto_black() {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}
*/
/* */
/* -------------------------------------------------------- */
main {
  padding-top: 100px;
}

.gnav {
  display: none;
}

.page_main_block .main_ttl {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 150px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../img/common/main_ttl_bg.png) no-repeat 0 center/cover;
}

.page_main_block .main_ttl h1, .page_main_block .main_ttl h2 {
  color: #fff;
  font-size: 3rem;
  z-index: 2;
}

.page_main_block .main_ttl.single .main_ttl_box {
  margin: 0 auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page_main_block .main_ttl.single .main_ttl_box h1, .page_main_block .main_ttl.single .main_ttl_box h2 {
  margin-bottom: 30px;
  font-size: 2rem;
  display: block;
}

.page_main_block .main_ttl.single .main_ttl_box .date {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.sec_page {
  margin: 80px auto 0;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  max-width: 1000px;
}

#content .sec_nav {
  margin: 80px auto 20px;
  width: 100%;
  max-width: 940px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
#content .sec_nav li {
  width: 24%;
  min-width: 200px;
}
#content .sec_nav li a {
  position: relative;
  padding: 0 40px;
  padding: 0 40px 0 20px;
  width: 100%;
  height: 66px;
  color: #a40a5e;
  border: 1px solid #a40a5e;
  border-radius: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#content .sec_nav li a:hover {
  background: rgba(164, 10, 94, 0.05);
  text-decoration: none;
}
#content .sec_nav li a::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background: url(../img/common/arrow_down_r.png) no-repeat 0 0/contain;
  top: calc(50% - 8px);
  right: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #content .sec_nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #content .sec_nav li a {
    padding: 0 50px 0 30px;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 60px;
  }
  h2.ttl {
    font-size: 2.8rem;
  }
  .page_main_block .main_ttl {
    padding-left: 20px;
    padding-right: 20px;
    height: 100px;
  }
  .page_main_block .main_ttl h1, .page_main_block .main_ttl h2 {
    font-size: 6.2vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (orientation: landscape) {
  .page_main_block .main_ttl h1, .page_main_block .main_ttl h2 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .page_main_block .main_ttl.single .main_ttl_box h1, .page_main_block .main_ttl.single .main_ttl_box h2 {
    font-size: 6.2vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (orientation: landscape) {
  .page_main_block .main_ttl.single .main_ttl_box h1, .page_main_block .main_ttl.single .main_ttl_box h2 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .page_main_block .main_ttl.single .main_ttl_box .date {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (orientation: landscape) {
  .page_main_block .main_ttl.single .main_ttl_box .date {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_page {
    margin: 40px auto 0;
    padding: 0;
    width: 94%;
  }
  #content .sec_nav {
    margin: 25px auto;
    width: 100%;
    gap: 10px;
  }
  #content .sec_nav li {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  #content .sec_nav li a {
    padding: 0 20px;
    width: 100%;
    height: 60px;
    font-size: 1.6rem;
    border-radius: 8px;
  }
  #content .sec_nav li a::after {
    right: 10px;
  }
}
/* about */
/* -------------------------------------------------------- */
#about .sec h2 {
  margin-bottom: 40px;
}

#about .sec01 h3 {
  margin-bottom: 30px;
  font-size: 2.6rem;
}

#about .sec01 figure {
  margin: 0 0 25px;
  max-width: 400px;
  float: right;
}

#about .sec01 p {
  margin-bottom: 2em;
  line-height: 2;
}

#about .sec02 .profilebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#about .sec02 .profilebox figure {
  width: 206px;
}

#about .sec02 .profilebox figure figcaption {
  letter-spacing: -0.05em;
}

#about .sec02 .profilebox .txt {
  width: calc(100% - 276px);
}

#about .sec02 .profilebox .txt p {
  margin-bottom: 2em;
  line-height: 1.8;
}

#about .sec03 .inner {
  max-width: 936px;
  border-bottom: 1px dashed #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#about .sec03 .inner:first-of-type {
  border-top: 1px dashed #999;
}
#about .sec03 .inner .wp-block-column {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #about .sec03 .inner .wp-block-column {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  #about .sec01 h2::after {
    bottom: 0;
  }
  #about .sec01 h3 {
    font-size: 2.4rem;
  }
  #about .sec01 figure {
    margin: 0 0 25px 0;
    float: none;
  }
  #about .sec02 h2::after {
    bottom: -5px;
  }
  #about .sec02 .profilebox {
    display: block;
  }
  #about .sec02 .profilebox figure {
    margin: 0 auto 25px;
    width: 100%;
    max-width: 206px;
  }
  #about .sec02 .profilebox figure figcaption {
    text-align: center;
  }
  #about .sec02 .profilebox .txt {
    width: 100%;
  }
  #about .sec03 .inner dl dt {
    padding: 20px 10px;
    width: 35%;
  }
  #about .sec03 .inner dl dd {
    padding: 20px 10px;
    width: 65%;
  }
}
/* course 講座案内*/
/* -------------------------------------------------------- */
@media screen and (min-width: 768px) {
  #course .sec_page {
    padding-left: 0;
    padding-right: 0;
  }
  #course .sec_page .sec_nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    /*
            margin-left: -5px;
            margin-right: -5px;
            width: calc(100% + 10px);
    */
  }
  #course .sec_page .sec_nav li {
    width: 33%;
  }
}
#course .sec h2 {
  margin-bottom: 20px;
}
#course .wp-block-column .lead {
  margin-bottom: 38px;
  line-height: 2;
}
#course .wp-block-column .info {
  margin-bottom: 10px;
  padding-left: 16px;
  border-left: 5px solid #c99f44;
  border-radius: 2px;
}
#course .btn_link a {
  position: relative;
  margin: 50px auto;
  padding: 18px 40px 20px;
  width: 40%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: #a40a5e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
}
#course .btn_link a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#course .btn_link a::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 16px;
  background: url(../img/common/arrow_right_w.png) no-repeat 0 0/contain;
  top: calc(50% - 8px);
  right: 20px;
}

@media screen and (max-width: 767px) {
  #course .sec h2 {
    font-size: 2rem;
  }
  #course .btn_link a {
    margin: 50px auto 30px;
    position: relative;
    width: 90%;
  }
  #course .btn_link a::after {
    right: 10px;
  }
}
/* seminar */
/* -------------------------------------------------------- */
#seminar .btn01::after {
  right: 8px;
}
#seminar .off {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #seminar .off {
    margin-bottom: 80px;
  }
}

table.seminar_list {
  margin: 0 auto;
  width: 940px;
}

table.seminar_list tr {
  width: 100%;
  border-bottom: 1px dotted #999;
}

table.seminar_list tr.ttl {
  border-bottom: 2px solid #c99f44;
}

table.seminar_list tr th {
  padding: 20px 15px;
  width: 20%;
  text-align: center;
}

table.seminar_list tr th:first-of-type {
  width: calc(40% - 100px);
}

table.seminar_list tr th:last-of-type {
  width: 86px;
}

table.seminar_list.area tr th {
  width: 16%;
}

table.seminar_list tr td {
  padding: 20px 15px;
  width: 20%;
  text-align: center;
}

table.seminar_list tr td:first-of-type {
  width: calc(40% - 100px);
}

table.seminar_list tr td:last-of-type {
  width: 86px;
}

table.seminar_list tr td span {
  display: none;
}

table.seminar_list .btn01 {
  margin: 0;
  padding: 0 0 0 20px;
  width: 86px !important;
  height: 36px;
  font-size: 16px;
  border-radius: 10px;
}
table.seminar_list .btn01::after {
  width: 13px;
  height: 13px;
  top: calc(50% - 6px);
  right: auto;
  left: 15px;
}

/*
table.seminar_list .btn01 i {
  margin-right: 5px;
}
*/
table.seminar_single {
  margin: 0 auto;
  width: 936px;
}

table.seminar_single tr {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

table.seminar_single tr th {
  padding: 20px 60px 20px 100px;
  width: 30%;
  text-align: left;
}

table.seminar_single tr td {
  padding: 20px 30px 20px 0;
}

table.seminar_single tr:first-of-type {
  border-top: 1px solid #ccc;
}

table.seminar_single tr td a {
  text-decoration: underline;
}
table.seminar_single tr td a:hover {
  text-decoration: none;
}

table.seminar_single .instructor_label {
  display: inline-block;
  text-align: center;
  margin-bottom: 5px;
  padding: 0 5px;
  border-radius: 5px;
  color: #fff;
  background: #ccc;
}

table.seminar_single .instructor_label.label {
  width: 17em;
  font-size: 12px;
  line-height: 1.7em;
  vertical-align: middle;
}

table.seminar_single .instructor_label.title {
  padding: 5px 15px;
  margin: 0 0 10px;
}

table.seminar_single .instructor_label.sttl {
  padding: 2px 25px;
  margin: 0 0 10px;
}

table.seminar_single .instructor_label.instructor {
  background: #ffc952;
}

table.seminar_single .instructor_label.senior {
  background: #2eba00;
}

table.seminar_single .instructor_label.master {
  background: #f76537;
}

table.seminar_single .instructor_label.grand-master {
  background: #fa4a7f;
}

table.seminar_single .instructor_label.grand-senior {
  background: #5bc0cd;
}

@media screen and (max-width: 767px) {
  #seminar h2 {
    font-size: 2.1rem;
  }
  #seminar .btn01 {
    margin: 40px auto;
    padding: 0 30px;
    width: 94%;
  }
  #seminar .btn01::after {
    right: 0;
  }
  table.seminar_list {
    margin: 0 auto;
    border-top: 2px solid #c99f44;
    width: 94%;
  }
  table.seminar_list tr.ttl {
    display: none;
  }
  table.seminar_list tr th {
    display: none;
  }
  table.seminar_list tr td {
    padding: 2px;
    width: 100%;
    text-align: left;
    display: block;
  }
  table.seminar_list tr td:first-of-type {
    padding-top: 10px;
    width: 100%;
  }
  table.seminar_list tr td:first-of-type span {
    display: inline-block !important;
  }
  table.seminar_list tr td:last-of-type {
    padding-bottom: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  table.seminar_list .btn01 {
    margin: 0 !important;
    padding: 0 0 0 20px !important;
  }
  table.seminar_list tr td span {
    margin-right: 5px;
    width: 80px;
    display: inline-block;
  }
  table.seminar_single {
    margin: 0 auto;
    width: 94%;
  }
  table.seminar_single tr {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  table.seminar_single tr th {
    padding: 20px 10px;
    width: 30%;
    text-align: left;
  }
  table.seminar_single tr td {
    padding: 20px 10px;
  }
  table.seminar_single tr:first-of-type {
    border-top: 1px solid #ccc;
  }
}
/* instructor */
/* -------------------------------------------------------- */
#instructor .sec_nav {
  margin: 80px auto 20px;
  width: 100%;
  max-width: 940px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #instructor .sec_nav {
    width: 94%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#instructor .sec_nav li a {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#instructor .lead {
  margin: 0 auto 10px;
  padding-left: 10px;
  width: 100%;
  max-width: 940px;
}
#instructor .sec {
  margin-bottom: 100px;
  /*
      table.instructor_list{
        margin:0 auto 20px;
        width:100%;
        max-width:$main_widthB;
        tr{
          width:100%;
          border-bottom:1px dotted $gray3;
          &.ttl{
            border-bottom:2px solid $primary;
          }
          th{
            padding:20px 15px;
            width:calc(100% / 3);
            text-align:center;
          }
          td{
            padding:20px 15px;
            width:calc(100% / 3);
            text-align:center;
            &:last-of-type{
              vertical-align:middle;
              i{
                color:$secondary;
                font-size:26px;
              }
            }
          }
        }
      }
  */
}
#instructor .sec h2 {
  margin-bottom: 10px;
}
#instructor .sec .instructor_list {
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
}
#instructor .sec .instructor_list table thead {
  border-bottom: 2px solid #c99f44;
}
#instructor .sec .instructor_list table tr {
  width: 100%;
  border-bottom: 1px dotted #999;
}
#instructor .sec .instructor_list table tr th {
  padding: 20px 15px;
  width: 33.3333333333%;
  text-align: center;
  border: none;
  font-weight: 600;
}
#instructor .sec .instructor_list table tr td {
  padding: 20px 15px;
  width: 33.3333333333%;
  text-align: center;
  border: none;
}
#instructor .sec .instructor_list table tr td img {
  width: 30px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
#instructor .sec .instructor_list table tr td a {
  color: #a40a5e;
}
#instructor .sec .instructor_list table tr td:nth-of-type(2) a {
  position: relative;
  padding-right: 26px;
}
#instructor .sec .instructor_list table tr td:nth-of-type(2) a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 14px;
  top: calc(50% - 7px);
  right: 0;
  background: url(../img/common/icn_external.png) no-repeat 0 0;
}

@media screen and (max-width: 767px) {
  #instructor .sec_nav {
    margin: 25px auto;
    padding: 0;
    width: 94%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 1%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #instructor .sec_nav li {
    width: 48%;
    min-width: inherit;
  }
  #instructor .sec_nav li a {
    margin-bottom: 0;
    padding: 0 20px 0 10px;
    width: 100%;
  }
  #instructor .sec {
    margin-bottom: 80px;
  }
  #instructor .sec h2 {
    margin-bottom: 30px;
  }
  #instructor .sec .instructor_list {
    width: 94%;
  }
  #instructor .sec .instructor_list tr th {
    padding: 20px 10px;
    width: 25%;
    font-size: 1.5rem;
  }
  #instructor .sec .instructor_list tr th:nth-of-type(2) {
    width: 50%;
  }
  #instructor .sec .instructor_list tr td {
    padding: 20px 10px;
    width: 25%;
    font-size: 1.5rem;
  }
  #instructor .sec .instructor_list tr td:nth-of-type(2) {
    width: 50%;
  }
  #instructor .sec .instructor_list tr td:last-of-type i {
    color: #666;
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  #instructor .sec .instructor_list {
    width: 94%;
  }
  #instructor .sec .instructor_list table tr th {
    padding: 10px 5px;
    width: 25%;
  }
  #instructor .sec .instructor_list table tr th:nth-of-type(2) {
    width: 47%;
  }
  #instructor .sec .instructor_list table tr th:nth-of-type(3) {
    width: 20%;
  }
  #instructor .sec .instructor_list table tr th:nth-of-type(4) {
    width: 8%;
  }
  #instructor .sec .instructor_list table tr td {
    padding: 10px 5px;
  }
  #instructor .sec .instructor_list table tr td img {
    width: 18px !important;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
/* news */
/* -------------------------------------------------------- */
.news_list {
  position: static;
  padding: 40px 0 20px;
}

.news_list .inner {
  margin-bottom: 50px;
}

.news_list .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #999;
}

.news_list .inner dl:first-of-type {
  border-top: 1px dotted #999;
}

.news_list .inner dl dt {
  padding: 20px 0 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 130px;
  color: #333;
}

.news_list .inner dl dd {
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 130px);
  max-width: 880px;
}

.news_list .inner dl dd a:hover {
  text-decoration: underline;
}

.news_single {
  position: static;
  padding: 40px 0 20px;
}

.news_single h1 {
  margin: 0 auto;
  padding: 0 0 50px !important;
  width: 94%;
  max-width: 940px;
  line-height: 1.5 !important;
}

.news_single .date {
  margin-bottom: 50px;
  text-align: center;
}

.news_single .inner .eye {
  float: right;
}

.news_single .inner .eye img {
  margin: 0 0 40px 60px;
  max-width: 400px;
  border-radius: 20px;
}

.news_single .inner p {
  margin-bottom: 1em;
  line-height: 1.8;
}

.news_single .inner::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.news_single .inner ol {
  margin-left: 2em;
  list-style-type: decimal;
  list-style-position: outside;
}

.news_single .inner ul {
  margin-left: 2em;
  list-style-type: disc;
  list-style-position: outside;
}

.news_single .inner a {
  color: #c99f44;
  text-decoration: underline;
  word-break: break-all;
}

.news_single .inner a:hover {
  text-decoration: none;
}

.news_single .next_prev_link {
  padding-top: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news_single .next_prev_link li a {
  margin: 0 20px;
  display: block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  font-size: 1.8rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news_single .next_prev_link li.up a span {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
}

.news_single .next_prev_link li.prev, .news_single .next_prev_link li.next {
  position: relative;
  font-size: 1em;
  text-align: center;
}

.news_single .next_prev_link li.up a,
.news_single .next_prev_link li.prev a,
.news_single .next_prev_link li.next a {
  color: #c99f44;
  background: #fff;
  border: 1px solid #c99f44;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news_single .next_prev_link li a:hover {
  text-decoration: none;
  background: rgba(201, 159, 68, 0.1);
}

@media screen and (max-width: 767px) {
  .news_list {
    padding: 20px 0;
  }
  .news_list .inner dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news_list .inner dl dt {
    padding: 15px 0 0;
    width: 100%;
    border: none;
  }
  .news_list .inner dl dd {
    position: relative;
    padding: 5px 0 15px;
    width: 100%;
  }
  .news_single {
    padding: 20px 0;
  }
  .news_single .inner {
    margin: 10px auto 0;
    width: 94%;
  }
  .news_single .inner .eye {
    float: none;
  }
  .news_single .inner .eye img {
    margin: 0 auto 40px;
    width: 100%;
    max-width: auto;
    max-width: initial;
  }
  .news_single .next_prev_link {
    padding-top: 50px;
    margin: 0 auto 20px;
    width: 94%;
  }
}
/* company */
/* -------------------------------------------------------- */
#company .sec01 {
  padding: 60px 0 100px;
}

#company .sec01 h3 {
  margin-bottom: 35px;
  font-size: 2rem;
}

#company .sec01 h3.sttl {
  color: #333;
}

#company .sec01 p {
  margin-bottom: 70px;
  line-height: 2;
}

#company .sec01 p.mb {
  margin-bottom: 3rem;
}

#company .sec01 p.sign {
  margin-bottom: 0;
  text-align: right;
}

#company .sec01 figure {
  margin: 0 0 40px 40px;
  width: 50%;
  float: right;
}

#company .sec02 {
  margin-bottom: 80px;
}

#company .sec02 dl {
  border-bottom: 1px solid #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#company .sec02 dl:first-of-type {
  border-top: 1px solid #f7f7f7;
}

#company .sec02 dl:nth-of-type(even) {
  background: #3ba2db;
}

#company .sec02 dl dt {
  padding: 25px 45px;
  width: 300px;
  font-weight: bold;
}

#company .sec02 dl dd {
  padding: 25px 45px;
  width: calc(100% - 300px);
}

#company .sec02 dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}

#company .sec03 p {
  margin-bottom: 30px;
  text-align: center;
  line-height: 2;
}

#company .sec03 .gmap {
  margin-bottom: 150px;
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}

#company .sec03 .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 767px) {
  #company .sec01 {
    padding: 0 0 60px;
    width: 100%;
  }
  #company .sec01 h3 {
    padding: 0 3%;
  }
  #company .sec01 p {
    padding: 0 3%;
  }
  #company .sec01 figure {
    margin: 0 0 40px 0;
    width: 100%;
    float: none;
  }
  #company .sec02 dl {
    display: block;
  }
  #company .sec02 dl dt {
    padding: 20px 20px 0;
    width: 100%;
  }
  #company .sec02 dl dd {
    padding: 10px 20px 20px;
    width: 100%;
  }
  #company .sec03 .gmap {
    padding-bottom: 75%;
  }
}
/* service */
/* -------------------------------------------------------- */
#service h2.ttl {
  margin-bottom: 70px;
}

#service .sec01 {
  padding: 60px 0 0;
}

#service .inbox {
  margin-bottom: 120px;
  width: 100%;
  max-width: initial;
  max-width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#service .inbox .txt {
  padding: 0 15% 0 4%;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#service .inbox .txt p {
  line-height: 2;
}

#service .inbox.rev .txt {
  padding: 0 4% 0 15%;
}

#service .inbox figure {
  width: 50%;
}

#service .inbox ul {
  margin-bottom: 30px;
  padding-left: 1.5em;
}

#service .inbox ul li {
  margin-bottom: 5px;
  list-style-type: disc;
  font-size: 2.2rem;
}

#service .inbox .ulbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#service .inbox .ulbox ul {
  width: 50%;
}

@media screen and (max-width: 767px) {
  #service h2.ttl {
    margin-bottom: 50px;
  }
  #service .inbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #service .inbox .txt {
    margin: 0 auto;
    padding: 0;
    width: 94%;
  }
  #service .inbox.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #service .inbox.rev .txt {
    padding: 0;
  }
  #service .inbox figure {
    margin-bottom: 20px;
    width: 100%;
  }
  #service .inbox ul li {
    font-size: 2rem;
  }
}
/* recruit */
/* -------------------------------------------------------- */
#recruit .sec01 {
  margin: 60px 0 150px;
}

#recruit .sec01 dl {
  border-bottom: 1px solid #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#recruit .sec01 dl:first-of-type {
  border-top: 1px solid #f7f7f7;
}

#recruit .sec01 dl:nth-of-type(even) {
  background: #3ba2db;
}

#recruit .sec01 dl dt {
  padding: 25px 45px;
  width: 300px;
  font-weight: bold;
}

#recruit .sec01 dl dd {
  padding: 25px 45px;
  width: calc(100% - 300px);
}

#recruit .sec01 dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  #recruit .sec01 dl {
    display: block;
  }
  #recruit .sec01 dl dt {
    padding: 20px 20px 0;
    width: 100%;
  }
  #recruit .sec01 dl dd {
    padding: 10px 20px 20px;
    width: 100%;
  }
}
/* contact */
/* -------------------------------------------------------- */
#contact {
  /*
    span.err{
      padding-top:5px;
      color:$red;
      display:block;
    }
  */
}
#contact h2 {
  margin-bottom: 40px;
}

#contact p.lead {
  text-align: center;
  line-height: 2;
}

.Form {
  margin: 80px auto 0;
  width: 1000px;
}

.Form-Item {
  border-bottom: 1px solid #ccc;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Form-Item:first-of-type {
  border-top: 1px solid #ccc;
}

.Form-Item-Label {
  padding: 0 60px;
  width: 100%;
  max-width: 330px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 16px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

.Form-Item-Label-Required {
  border-radius: 5px;
  margin-right: 8px;
  padding-top: 3px;
  padding-bottom: 2px;
  width: 48px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #a40a5e;
  font-size: 14px;
  font-weight: 400;
}

.Form-Item-Label-Required.Any {
  background: #999;
}

.Form-Item-Input {
  /*  border: 1px solid $gray3; */
  border: none;
  border-radius: 5px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 540px;
  background: #eaedf2;
  font-size: 16px;
  font-weight: 300;
}

.Form-Item-Textarea {
  /*  border: 1px solid $gray3; */
  border: none;
  border-radius: 6px;
  padding: 1em;
  height: 216px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 540px;
  background: #eaedf2;
  font-size: 16px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.Form-Item-Val {
  width: 100%;
  max-width: 540px;
}

.Form-Btn {
  position: relative;
  border-radius: 50px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 580px;
  display: block;
  letter-spacing: 0.05em;
  color: #fff;
  background: url(../img/common/arrow_right_w.png) no-repeat right 20px center #a40a5e;
  border-radius: 15px;
  font-weight: bold;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: none;
  cursor: pointer;
}

.Form-Btn:hover {
  opacity: 0.8;
}

.btn--accept {
  margin-bottom: 44px;
  text-align: center;
}

.policy--area {
  margin-top: 60px;
  padding: 15px 15px 0;
  height: 132px;
  margin-bottom: 50px;
  overflow-y: scroll;
  border: 1px solid #999;
  background: #fff;
}

.policy--area dl {
  margin-bottom: 2em;
}

.policy--area dl dt {
  margin-bottom: 0.5em;
  font-weight: bold;
}

.policy--area dl dd {
  margin-bottom: 1em;
}

.policy--area dl dd ul li {
  padding-left: 3em;
  text-indent: -2.5em;
}

.policy--area dl dd ul.disc {
  margin: 1em 1em 1em 2.5em;
  list-style-type: disc;
}

.policy--area dl dd ul.disc li {
  padding-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}

.policy--area dl dd ul.num {
  margin-left: 1em;
}

.policy--area dl dd ul.num li {
  padding-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}

.policy--area p {
  margin-bottom: 1em;
}

.policy--area p.sttl {
  padding-top: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.policy--area p.end {
  margin: 30px 0;
  text-align: right;
}

.mw_wp_form_confirm .btn--accept,
.mw_wp_form_confirm .policy--area {
  display: none;
}

.btn_box {
  margin: 0 auto;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_box .Form-Btn {
  margin: 32px 10px;
  width: 580px;
}

.mw_wp_form_confirm .btn_box {
  width: 100%;
}
.mw_wp_form_confirm .btn_box .Form-Btn {
  width: 48%;
  max-width: 320px;
}
.mw_wp_form_confirm .btn_box .Form-Btn.btn_back {
  background: url(../img/common/arrow_left_w.png) no-repeat left 20px center #ccc;
}

.compBox {
  padding: 50px 0;
  text-align: center;
}
.compBox h3 {
  margin-bottom: 35px;
  font-size: 2.2rem;
}
.compBox h4 {
  margin-bottom: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #contact p.lead {
    text-align: left;
  }
  .Form {
    margin-top: 40px;
    width: 100%;
  }
  .Form-Item {
    padding: 16px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .Form-Item-Label {
    margin-bottom: 10px;
    padding: 0;
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
  }
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    font-size: 15px;
  }
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    font-size: 15px;
  }
  .Form-Btn {
    margin-top: 24px;
    padding: 10px 0;
    width: 80%;
    max-width: 360px;
    background: url(../img/common/arrow_right_w.png) no-repeat right 20px center/13px 14px #c99f44;
  }
  .btn--accept {
    margin-bottom: 20px;
  }
  .policy--area {
    margin: 30px 10px;
    height: 200px;
  }
  .btn_box {
    margin: 30px auto 0;
  }
  .btn_box .Form-Btn {
    margin: 10px;
    width: 80%;
    max-width: 360px;
  }
  .mw_wp_form_confirm .btn_box .Form-Btn.btn_back {
    background: url(../img/common/arrow_left_w.png) no-repeat left 20px center/13px 14px #ccc;
  }
  .compBox h3 {
    font-size: 2rem;
  }
  .compBox h4 {
    font-size: 1.8rem;
  }
}
/* caencel / privacy */
/* -------------------------------------------------------- */
#privacy h2,
#cancel h2 {
  margin-bottom: 40px;
}

#privacy .sec01,
#cancel .sec01 {
  margin: 60px auto 150px;
  width: 936px;
}
@media screen and (max-width: 767px) {
  #privacy .sec01,
  #cancel .sec01 {
    margin: 60px auto;
    width: 94%;
  }
}

#privacy .sec01 h3,
#cancel .sec01 h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
}

#privacy .sec01 p,
#cancel .sec01 p {
  margin: 0 0 20px 0;
}

#privacy .sec01 p.end,
#cancel .sec01 p.end {
  margin: 30px 0;
  text-align: right;
}

#privacy .sec01 dl,
#cancel .sec01 dl {
  margin-bottom: 2em;
}

#privacy .sec01 dl dt,
#cancel .sec01 dl dt {
  margin-bottom: 0.5em;
  font-weight: bold;
}

#privacy .sec01 dl dd,
#cancel .sec01 dl dd {
  margin-bottom: 1em;
}

#privacy .sec01 dl dd ul li,
#cancel .sec01 dl dd ul li {
  padding-left: 3em;
  text-indent: -2.5em;
}

#privacy .sec01 ul.disc,
#cancel .sec01 ul.disc {
  margin: 1em 1em 1em 2.5em;
  list-style-type: disc;
}

#privacy .sec01 ul.disc li,
#cancel .sec01 ul.disc li {
  padding-bottom: 0.5em;
}

/*
#privacy .sec01 .num,
#cancel .sec01 .num {
  margin-left: 1em;
}
#privacy .sec01 dl dd ul.num li,
#cancel .sec01 dl dd ul.num li {
  padding-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
*/
#privacy .post_content ol.num,
#cancel .post_content ol.num {
  margin-left: 3.5rem;
  margin-bottom: 2em;
  line-height: 1.4;
}
#privacy .post_content ol.num li,
#cancel .post_content ol.num li {
  padding-bottom: 8px;
}

/* inst_only */
/* -------------------------------------------------------- */
#inst_only h2 {
  margin: 10px 0;
  font-size: 2rem;
}

#inst_only h3 {
  margin: 10px 0;
  font-size: 1.8rem;
}

#inst_only .inbox {
  margin: 0 0 40px 20px;
  line-height: 1.8;
}

#inst_only .inbox h3 {
  margin-left: 1rem;
  font-size: 1.8rem;
}

#inst_only .inbox h3 + ul {
  margin-left: 1rem;
}

#inst_only .inbox ol {
  margin-top: 1rem;
  margin-left: 1rem;
}

#inst_only p {
  margin: 5px 0;
}

/* sitemap */
/* -------------------------------------------------------- */
#sitemap .sitemap_list li {
  border-bottom: 1px dotted #999;
  font-size: medium;
  text-indent: 0;
  padding: 0 0 15px 24px;
  margin: 15px 0;
  list-style-type: none;
  background: url(../img/common/arrow_right_02.png) no-repeat 0 3px/14px 14px !important;
}

#sitemap .sitemap_list li:first-or-type {
  border-top: 1px dotted #999;
}

#sitemap .sitemap_list li a:hover {
  text-decoration: underline;
}