@charset "UTF-8";
@import url(vendor/common.css);
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@media (min-width: 769px) {
  header .primary_header .global_nav {
    position: relative;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 8px 0 !important;
    background: #171a22 !important;
    box-shadow: 0 12px 28px rgba(23,26,34,.2);
  }
  header .primary_header .global_nav > ul {
    max-width: 1280px !important;
    min-height: 64px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  header .primary_header .global_nav > ul > li > a {
    font-family: "Noto Sans JP", "Yu Gothic", sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .04em !important;
    line-height: 1.25 !important;
  }
  header .primary_header .global_nav > ul > li > a .pm-nav-en,
  header .primary_header .global_nav > ul > li > a span {
    margin-top: 2px !important;
    color: #a9c4ed !important;
    font-family: Arial, sans-serif !important;
    font-size: 8px !important;
    font-weight: 700 !important;
    letter-spacing: .12em !important;
    line-height: 1 !important;
  }
  header .primary_header .global_nav > ul > li.gnav_contact > a {
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
  }
}

/* ナビゲーションを画面幅いっぱいの黒帯にする */
@media (min-width: 769px) {
  header .primary_header .global_nav {
    position: relative !important;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 8px 0 !important;
    background: #171a22 !important;
    box-shadow: 0 12px 28px rgba(23,26,34,.2) !important;
  }
  header .primary_header .global_nav > ul {
    max-width: 1280px !important;
    min-height: 64px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

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

/* version */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4em;
  line-height: 1.6;
  color: #242424;
  height: auto !important;
  overflow: hidden;
}

main {
  overflow: hidden;
}

figure {
  margin: 0;
  text-align: center;
}

figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

a {
  color: #242424;
  text-decoration: underline;
}

a:hover {
  color: #242424;
  text-decoration: none;
}

.highlight a {
  color: #242424;
}

.highlight a:hover {
  color: #242424;
}

img {
  vertical-align: middle;
  /* 写真や図版の拡大・縮小はブラウザ標準の補間に任せる。 */
  image-rendering: auto;
}

img.circle {
  border-radius: 50%;
}

p {
  margin: 0.5em 0 1em;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 2.5em;
  line-height: 1.6;
}

ol:last-child,
ul:last-child {
  margin-bottom: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}

ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0.5em;
}

ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ul.list-unstyled ol,
ul.list-unstyled ul {
  padding-left: 2em;
}

ul.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 14px;
}

ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
}

dl {
  margin: 0 0 1em;
  line-height: 1.6;
}

dl:last-child {
  margin-bottom: 0;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}

dl dd:last-child {
  margin-bottom: 0;
}

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

td,
th {
  padding: 0;
}

main section {
  margin-bottom: 10%;
}

main section.highlight:last-child {
  margin-bottom: 0;
  padding-bottom: 10%;
}

.sp-mask {
  transition: none !important;
}

.highlight {
  padding: 4% 0;
  background: rgba(23, 137, 225, 0.05);
  color: #242424;
}

#swipebox-overlay {
  z-index: 10000002 !important;
}

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }
  dl.dl-horizontal {
    overflow: hidden;
  }
  dl.dl-horizontal dt {
    float: left;
    clear: left;
    margin-right: 1em;
  }
  dl.dl-horizontal dd {
    float: left;
  }
  main section {
    margin-bottom: 5%;
  }
  main section:last-child {
    margin-bottom: 7%;
  }
  main section.highlight:last-child {
    margin-bottom: 0;
    padding-bottom: 7%;
  }
}

@media (max-width: 767px) {
  .tile:not(.sp-tile) > * {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .gutters .row.row_inline {
    letter-spacing: -.40em;
  }
  .gutters .row.row_inline > .col {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    float: none;
    margin-bottom: 5%;
  }
  .gutters .row.row_inline .span_1:nth-child(12n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_2:nth-child(6n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_3:nth-child(4n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_4:nth-child(3n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_5:nth-child(2n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_6:nth-child(2n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_7 {
    width: 57.5%;
  }
  .gutters .row.row_inline .span_8 {
    width: 66%;
  }
  .gutters .row.row_inline .span_9 {
    width: 74.5%;
  }
  .gutters .row.row_inline .span_10 {
    width: 83%;
  }
  .gutters .row.row_inline .span_11 {
    width: 91.5%;
  }
  .gutters .row.row_inline .span_12 {
    width: 100%;
  }
}

main .column_main,
main .column_sub {
  overflow: hidden;
  min-height: 100px;
}

main .column_main .widget_header,
main .column_sub .widget_header {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.5em;
  margin-bottom: 0;
}

main .column_main .widget_header + *:not(.calendar_wrap),
main .column_sub .widget_header + *:not(.calendar_wrap) {
  padding: 0;
  margin: 0 auto 1em;
}

main .column_main .widget_header + .epress_search,
main .column_main .widget_header + .textwidget,
main .column_sub .widget_header + .epress_search,
main .column_sub .widget_header + .textwidget {
  padding: 10px 0;
}

main .column_main .widget_wrap .menu,
main .column_main .widget_wrap > ul,
main .column_sub .widget_wrap .menu,
main .column_sub .widget_wrap > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main .column_main .widget_wrap .menu ul,
main .column_main .widget_wrap > ul ul,
main .column_sub .widget_wrap .menu ul,
main .column_sub .widget_wrap > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main .column_main .widget_wrap .menu li,
main .column_main .widget_wrap > ul li,
main .column_sub .widget_wrap .menu li,
main .column_sub .widget_wrap > ul li {
  padding: 0.5em 0.7em;
  border-bottom: 1px solid #ccc;
}

main .column_main .widget_wrap .menu li:last-child,
main .column_main .widget_wrap > ul li:last-child,
main .column_sub .widget_wrap .menu li:last-child,
main .column_sub .widget_wrap > ul li:last-child {
  border-bottom: 0;
}

main .column_main .widget_wrap .menu li a,
main .column_main .widget_wrap > ul li a,
main .column_sub .widget_wrap .menu li a,
main .column_sub .widget_wrap > ul li a {
  display: block;
  text-decoration: none;
}

main .column_main .widget_wrap .menu li a:hover,
main .column_main .widget_wrap > ul li a:hover,
main .column_sub .widget_wrap .menu li a:hover,
main .column_sub .widget_wrap > ul li a:hover {
  text-decoration: underline;
}

main .column_main .widget_wrap ul > li.page_item,
main .column_sub .widget_wrap ul > li.page_item {
  border-bottom: #ccc solid 1px;
}

main .column_main .widget_wrap ul > li.page_item.page_item_has_children,
main .column_sub .widget_wrap ul > li.page_item.page_item_has_children {
  padding: 0.5em 0.7em 0.2em !important;
}

main .column_main .widget_wrap ul > li.page_item .children,
main .column_sub .widget_wrap ul > li.page_item .children {
  border-top: #eee solid 1px;
  margin: 0.5em 0 0 !important;
}

main .column_main .widget_wrap ul > li.page_item .children li,
main .column_sub .widget_wrap ul > li.page_item .children li {
  font-weight: normal;
  border-bottom: #eee solid 1px;
  font-size: 96%;
  padding: 0.5em 0.7em 0.5em 1em;
  position: relative;
}

main .column_main .widget_wrap ul > li.page_item .children li:before,
main .column_sub .widget_wrap ul > li.page_item .children li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.4);
  border-radius: 2.5px;
}

main .column_main .widget_wrap ul > li.page_item .children li li:before,
main .column_sub .widget_wrap ul > li.page_item .children li li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.15);
  border-radius: 0;
}

@media (max-width: 900px) {
  .gutters .span_3.column_sub,
  .gutters .span_9.column_main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .gutters .span_3.column_sub .sidebar {
    letter-spacing: -.40em;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-left: 2%;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1000px;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 10px;
  }
}

.article_button {
  margin-top: 5%;
}

@media (min-width: 768px) {
  .article_detail:not(.reverse) .col.span_12 + .span_4,
  .article_list:not(.reverse) .col.span_12 + .span_4 {
    margin-left: 0;
  }
  .article_detail.reverse .col.span_12,
  .article_list.reverse .col.span_12 {
    margin-left: 0;
  }
}

.sidebar {
  visibility: hidden;
}

.sidebar > .widget_wrap {
  visibility: visible;
}

.gutters .col.span_12 + .span_12 {
  margin-left: 0;
}

.sitemap {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
}

.sitemap li {
  list-style: none;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #ccc;
}

.sitemap li > ul {
  padding: 0;
  border-top: #ccc solid 1px;
}

.sitemap li > ul > li {
  border-bottom: 1px solid #ccc;
  position: relative;
}

.sitemap li > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
}

.sitemap li > ul > li:last-child {
  border-bottom: none;
  padding: 10px 0 0 15px;
}

.sitemap li > ul > li .children > li {
  padding: 10px 0 0 15px;
}

.sitemap li > ul > li .children > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 0;
}

.sitemap a {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
}

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

@media (min-width: 768px) {
  .sitemap a {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.parallax_h1 {
  height: 250px;
  position: relative;
}

.parallax_h1:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
}

.parallax_h1 h1 {
  color: #fff;
}

.parallax_h1 h1:after, .parallax_h1 h1:before {
  background: #fff;
}

@media (min-width: 768px) {
  .parallax_h1 {
    height: 450px;
  }
}

.map_wide #map_canvas,
.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_wide img {
  max-width: none;
}

.slick-track {
  margin: 0 auto;
}

.col dl p {
  line-height: 1.4;
  margin: 0;
}

.col p {
  line-height: 1.8;
}

.container {
  padding: 0 10px;
}

@media (min-width: 1020px) {
  .container {
    padding: 0;
  }
}

.container .container {
  padding: 0;
}

#fb-root,
.fb-page {
  font-family: "lucida grande", tahoma, verdana, arial, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif !important;
}

#swipebox-overlay {
  background: rgba(13, 13, 13, 0.8);
}

.ei {
  font-family: 'epress';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
}

.ei.ei_triangle:before {
  content: '\e915';
}

.ei.ei_triangle_s:before {
  content: '\e916';
}

.ei.ei_circle:before {
  content: '\e917';
}

.ei.ei_circle_s:before {
  content: '\e918';
}

.ei.ei_circle_d:before {
  content: '\e919';
}

.ei.ei_square:before {
  content: '\e91a';
}

.ei.ei_square_s:before {
  content: '\e91b';
}

.ei.ei_times:before {
  content: '\e91c';
}

.ei.ei_star:before {
  content: '\e91d';
}

.ei.ei_star_s:before {
  content: '\e91e';
}

/*----------追記----------*/
.under_line > p {
  background: linear-gradient(transparent 50%, #a8eaff 50%);
}

.under_about01 {
  background: #ebf1de;
  padding: 2em 1em;
  text-align: center;
  margin-top: 5em;
  position: relative;
}

.under_about01 .col > p {
  margin-bottom: 0;
}

.under_about01 .box {
  position: absolute;
  top: -4.5em;
  right: 10px;
  background: #fdf0f0;
  padding: .5em 1em;
  border: 2px solid #fddede;
  border-radius: 25px;
}

.under_about01 .box:after, .under_about01 .box:before {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  top: 99%;
  left: 75%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #fdf0f0 transparent transparent transparent;
}

.under_about01 .box:before {
  border-color: #fddede transparent transparent transparent;
  border-width: 24px 24px 0 0;
  top: calc(99% + 2px);
  left: calc(75% - 2px);
}

.under_about01 .box p {
  font-size: 12px;
  color: #f26464;
}

@media (max-width: 767px) {
  .under_about01 .box p {
    font-size: 10px;
  }
}

.under_about_table {
  width: 98% !important;
}

.under_about_table th, .under_about_table td {
  border: 1px solid #666 !important;
  color: #242424 !important;
  font-size: 12px;
}

.under_about_table th {
  width: 16.5%;
}

.under_about_table th:first-child {
  width: 17.5%;
}

.under_about_table td {
  text-align: center;
}

.under_about_table thead th {
  background: #ccc;
}

.under_about_table thead th:nth-child(2) {
  background: rgba(23, 137, 225, 0.7);
}

.under_about_table tbody th {
  color: #242424;
}

.under_about_table tbody tr:nth-of-type(odd) th, .under_about_table tbody tr:nth-of-type(odd) td {
  background: #eee;
}

.under_about_table tbody tr:nth-of-type(odd) td:nth-child(2) {
  background: rgba(23, 137, 225, 0.3);
}

.under_about_table tbody tr:nth-of-type(even) th {
  background: #fff;
}

.under_about_table tbody tr:nth-of-type(even) td:nth-child(2) {
  background: rgba(23, 137, 225, 0.1);
}

.under_about_table tbody tr:last-child {
  outline: 2px dashed #f7a;
  outline-offset: 2px;
}

#under_about01 .row:nth-child(2) p {
  margin: 0 auto .3em;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 767px) {
  #under_about01 .row:nth-child(2) p {
    font-size: 16px;
  }
}

#uunder_about01 .row:nth-child(2) p:nth-child(2) {
  color: #31859c;
}

#under_about01 .row:nth-child(2) p:nth-child(3) {
  color: #77933c;
}

#under_about01 .row:nth-child(2) p:nth-child(4) {
  color: #d99694;
}

#under_about01 .title {
  text-align: center;
  margin-bottom: .5em;
  color: #e46c0a;
  font-size: 24px;
  font-weight: bold;
}

/*20221008追加*/
#under_about02 .txt01 {
  margin: 0 auto .3em;
  text-align: center;
  font-weight: bold;
  color: #31859c;
}

#under_about02 .txt02 {
  margin: 0 auto .3em;
  text-align: center;
  font-weight: bold;
  color: #77933c;
}

#under_about02 .txt03 {
  margin: 0 auto .3em;
  text-align: center;
  font-weight: bold;
  color: #d99694;
}

#under_about02 .txt04 {
  margin: 0 auto .3em;
  text-align: center;
  font-weight: bold;
  color: #87319c;
}

#under_about02 .txt05 {
  margin: 0 auto .3em;
  text-align: center;
  font-weight: bold;
  color: #bba059;
}

#under_about02 .s-title {
  font-size: 16px;
  font-weight: bold;
  background: #f4e4a2;
  max-width: 540px;
  padding: .3em 1em;
  margin: 0 auto 1em;
  text-align: center;
}

#under_about03 .txt01 {
  margin: 0 auto .3em;
  text-align: center;
  font-size:1.25em;
  font-weight: bold;
  color: #31859c;
}

#under_about03 .txt02 {
  margin: 0 auto .3em;
  text-align: center;
  font-size:1.25em;
  font-weight: bold;
  color: #77933c;
}


@media (max-width: 767px) {
  #under_learning01 .title {
    font-size: 18px;
  }
}


#under_learning01 .row:nth-child(2) p {
  margin: 0 auto .3em;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 767px) {
  #under_learning01 .row:nth-child(2) p {
    font-size: 16px;
  }
}

#under_learning01 .row:nth-child(2) p:nth-child(2) {
  color: #31859c;
}

#under_learning01 .row:nth-child(2) p:nth-child(3) {
  color: #77933c;
}

#under_learning01 .row:nth-child(2) p:nth-child(4) {
  color: #d99694;
}

@media (max-width: 767px) {
  #under_learning02 .title {
    font-size: 18px;
  }
}

#under_learning02 .row:nth-child(2) p {
  margin: 0 auto .3em;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 767px) {
  #under_learning02 .row:nth-child(2) p {
    font-size: 16px;
  }
}

#under_learning02 .row:nth-child(2) p:nth-child(2) {
  color: #31859c;
}

#under_learning02 .row:nth-child(2) p:nth-child(3) {
  color: #77933c;
}

#under_learning02 .row:nth-child(2) p:nth-child(4) {
  color: #d99694;
}


#under_learning02 .b_box {
  display: table;
  margin: 0 auto .5em;
  padding: .3em 1em;
  font-weight: bold;
}

#under_learning02 .b_box {
  background: rgba(23, 137, 225, 0.5);
}

@media (max-width: 767px) {
  #under_learning03 .title {
    font-size: 18px;
  }
}

#under_learning03 .row:nth-child(2) p {
  margin: 0 auto .3em;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 767px) {
  #under_learning03 .row:nth-child(2) p {
    font-size: 16px;
  }
}

#under_learning03 .row:nth-child(2) p:nth-child(2) {
  color: #31859c;
}

#under_learning03 .row:nth-child(2) p:nth-child(3) {
  color: #77933c;
}

#under_learning03 .row:nth-child(2) p:nth-child(4) {
  color: #d99694;
}

@media (min-width: 768px) {
  #under_course01 .col:first-child {
    position: relative;
  }
  #under_course01 .col:first-child .row:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

#under_course01 .col:first-child ul {
  padding: 1em 1em 1em 2em;
  background: #fdeada;
}

#under_course01 .col:first-child ul li {
  font-size: 12px;
}

#under_course01 .col:nth-child(2) .s-title {
  font-size: 16px;
  font-weight: bold;
  background: #f4e4a2;
  max-width: 540px;
  padding: .3em 1em;
  margin: .75em auto .3em;
}

#under_course01 .col:nth-child(2) .s-title:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  #under_course02 .col:nth-child(2) {
    position: relative;
  }
  #under_course02 .col:nth-child(2) ul {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 49px);
  }
}

#under_course02 .col:nth-child(2) ul {
  padding: 1em 1em 1em 2em;
  background: #fdeada;
}

#under_course02 .col:nth-child(2) ul li {
  font-size: 12px;
}

#under_course02 .none {
  padding-bottom: 2em;
  list-style-type: none;
}

#under_course02 .s-title {
  font-size: 16px;
  font-weight: bold;
  background: #f4e4a2;
  padding: .3em 1em;
  margin: .75em 0 .3em;
}

#under_course03 h2 span {
  display: block;
  font-size: 12px;
  color: #604a7b;
}

@media (max-width: 767px) {
  #under_course03 h2 span {
    font-size: 10px;
  }
}

#under_course03 .col:last-child ul {
  padding-left: 1.8em;
}

#under_course03 .col:last-child ul li {
  font-weight: bold;
}

#under_course03 .col:last-child ul li:first-child {
  margin-bottom: .5em;
}

@media (min-width: 768px) {
  #under_course03 .col:last-child ul li:first-child {
    margin-top: 2em;
  }
}

@media (min-width: 768px) {
  #under_course03 .col:last-child {
    position: relative;
  }
  #under_course03 .col:last-child .row {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

#under_price_table thead th {
  width: 20%;
  vertical-align: text-top;
}

#under_price_table tbody th {
  color: #242424;
}

#under_price_table tbody tr:nth-last-child(odd) th {
  background: rgba(204, 204, 204, 0.7);
}

#under_price_table tbody tr:nth-last-child(even) th {
  background: rgba(204, 204, 204, 0.3);
}

#under_price_table tbody tr.red th:nth-child(2) {
  color: #f00;
  background: rgba(255, 0, 0, 0.2);
}

#under_price_table tbody tr.red td {
  color: #f00;
  background: rgba(255, 0, 0, 0.05);
}

#under_price_table th {
  padding: .7em .3em;
  font-weight: bold;
}

#under_price_table th span {
  display: block;
  font-size: 10px;
}

#under_price_table td {
  text-align: center;
}

#under_course04 .col:first-child ul {
  padding: 1em 1em 1em 2em;
  background: #fdeada;
}

#under_course04 .col:first-child ul li {
  font-size: 12px;
}

#under_course04 .col:nth-child(2) .s-title {
  font-size: 16px;
  font-weight: bold;
  background: #f4e4a2;
  max-width: 540px;
  padding: .3em 1em;
  margin: .75em auto .3em;
}

#under_course04 .col:nth-child(2) .s-title:first-child {
  margin-top: 0;
}

#under_course05 .col:first-child ul {
  padding: 1em 1em 1em 2em;
  background: #fdeada;
}

#under_course05 .col:first-child ul li {
  font-size: 12px;
}

#under_course05 .col:nth-child(2) .s-title {
  font-size: 16px;
  font-weight: bold;
  background: #f4e4a2;
  max-width: 540px;
  padding: .3em 1em;
  margin: .75em auto .3em;
}

#under_course05 .col:nth-child(2) .s-title:first-child {
  margin-top: 0;
}
/*-----------追記20220930-------------*/
.under {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #a8eaff 50%);
}
.m_bottom {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .under {
    font-weight: bold;
    background: linear-gradient(transparent 50%, #a8eaff 50%);
  }
  .m_bottom {
    margin-bottom: 40px;
  }
}

#under_price_01 .title {
  font-weight: bold;
  margin: 1em 0 .5em;
}

#under_price_01 .title span {
  font-weight: normal;
  color: #fff;
  background: #1789e1;
  padding: .3em 1em;
  margin-right: 8px;
}

@media (max-width: 767px) {
  #under_price_01 .col {
    max-width: 600px;
    margin: 0 auto 3%;
  }
  #under_price_01 .col:last-child {
    margin-bottom: 0;
  }
}

/*20221114追加*/
#under_price_02 .title {
  font-weight: bold;
  margin: 1em 0 .5em;
}

#under_price_02 .title span {
  font-weight: normal;
  color: #fff;
  background: #1789e1;
  padding: .3em 1em;
  margin-right: 8px;
}

@media (max-width: 767px) {
  #under_price_02 .col {
    max-width: 600px;
    margin: 0 auto 3%;
  }
  #under_price_02 .col:last-child {
    margin-bottom: 0;
  }
}

#under_price_04 .title{
  font-weight: bold;
}
#under_price_04 .w_10{
  width: 10%;
}
#under_price_04 .w_20{
  width: 20%;
}
#under_price_04 .w_40{
  width: 40%;
}
#under_price_04 table.beginner{
  width: 100%;
  border-collapse: collapse;
  border-bottom: solid 2px #fff;
}

#under_price_04 table.beginner tr{
  border-bottom: solid 2px #fff;
}

#under_price_04 table.beginner td{
  border-right: solid 2px #fff;
}

#under_price_04 table.beginner tr:last-child{
  border-bottom: none;
}

#under_price_04 table.beginner th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

#under_price_04 table.beginner th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#under_price_04 table.beginner th.none{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #c0c0c0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

#under_price_04 table.beginner th.none:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #c0c0c0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#under_price_04 table.beginner td{
  text-align: center;
  background-color: #eee;
  padding: 10px;
}

#under_price_04 table.intermediate{
  width: 100%;
  border-collapse: collapse;
  border-bottom: solid 2px #fff;
}

#under_price_04 table.intermediate tr{
  border-bottom: solid 2px #fff;
}

#under_price_04 table.intermediate td{
  border-right: solid 2px #fff;
}

#under_price_04 table.intermediate tr:last-child{
  border-bottom: none;
}

#under_price_04 table.intermediate th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #ff69b4;
  color: white;
  text-align: center;
  padding: 10px 0;
}

#under_price_04 table.intermediate th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #ff69b4;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#under_price_04 table.intermediate td{
  text-align: center;
  background-color: #eee;
  padding: 10px;
}

#under_price_04 table.advanced{
  width: 100%;
  border-collapse: collapse;
  border-bottom: solid 2px #fff;
}

#under_price_04 table.advanced tr{
  border-bottom: solid 2px #fff;
}

#under_price_04 table.advanced td{
  border-right: solid 2px #fff;
}

#under_price_04 table.advanced tr:last-child{
  border-bottom: none;
}

#under_price_04 table.advanced th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #8a2be2;
  color: white;
  text-align: center;
  padding: 10px 0;
}

#under_price_04 table.advanced th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #8a2be2;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#under_price_04 table.advanced td{
  text-align: center;
  background-color: #eee;
  padding: 10px;
}

#under_price_04 table td.ex{
  text-align: left;
  font-size: 0.8em;
}

#under_price_05 .title{
  font-weight: bold;
}
#under_price_05 .w_10{
  width: 10%;
}
#under_price_05 .w_20{
  width: 20%;
}
#under_price_05 .w_30{
  width: 30%;
}
#under_price_05 .ex{
  text-align: left;
  padding-left: 1em;
  font-size:0.8em;
}
#under_price_05 .only {
  position: relative;
}
#under_price_05 .only:after {
  position: relative;
  top: 3px;
  margin: 0 0 0 5px;
  content: url(/wp-content/uploads/price_img008.png);
}
#under_price_05 .only2 {
  position: relative;
}
#under_price_05 .only2:before {
  position: relative;
  top: 10px;
  margin: 0 5px 0 0;
  content: url(/wp-content/uploads/price_img009.png);
}
#under_price_05 .payment{
  font-size:1.8em;
  font-weight: bold;
	color: red;
}

#under_price_05 table{
  width: 100%;
  border-collapse: collapse;
}

#under_price_05 table.left{
	margin-left : 0 ;
	margin-right : auto ;
}

#under_price_05 table tr{
  border-bottom: solid 2px #ffffff;
}

#under_price_05 table td{
  border-right: solid 2px #ffffff;
}

#under_price_05 table tr:last-child{
  border-bottom: none;
}

#under_price_05 table th{
  position: relative;
  width: 30%;
  background-color: #c71585;
  color: white;
  text-align: center;
  padding: 10px 0;
}

#under_price_05 table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #c71585;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#under_price_05 table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}

#under_performance01 h3:after, #under_performance02 h3:after {
  display: none;
}

#under_performance01 .s-title, #under_performance02 .s-title {
  display: table;
  color: #fff;
  background: #1789e1;
  margin-bottom: .5em;
  padding: .3em 1em;
  font-size: 12px;
}

#under_performance01 .box, #under_performance02 .box {
  border: 1px solid #ccc;
  padding: .5em 1em;
  font-size: 12px;
}

@media (min-width: 768px) {
  #under_performance01 .box, #under_performance02 .box {
    min-height: 100px;
  }
}

#under_performance01 p:nth-child(3), #under_performance02 p:nth-child(3) {
  color: #e46c0a;
  font-weight: bold;
}

#under_performance01 p:last-child, #under_performance02 p:last-child {
  font-size: 12px;
}

@media (min-width: 768px) {
  #under_performance01 p:nth-child(3) {
    min-height: 100px;
  }
}

#under_school01 {
  background: #002060;
  padding: 40px 20px;
}

@media (max-width: 767px) {
  #under_school01 {
    padding: 20px 10px;
  }
}

#under_school01 p {
  color: #fff;
}

#under_school01 p.title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

#under_school01 p.title span {
  display: block;
  font-size: 12px;
}

@media (max-width: 767px) {
  #under_school01 p.title {
    font-size: 18px;
  }
  #under_school01 p.title span {
    font-size: 10px;
  }
}

.under_request01 p {
  background: #1789e1;
  color: #fff;
  text-align: center;
  padding: .5em 0 0;
  font-size: 24px;
  font-weight: bold;
  max-width: 500px;
  margin: 0 auto 40px;
  position: relative;
}

@media (max-width: 767px) {
  .under_request01 p {
    font-size: 18px;
    max-width: 300px;
  }
}

.under_request01 p:after {
  position: absolute;
  display: block;
  content: '';
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 250px 0 250px;
  border-color: #1789e1 transparent transparent transparent;
}

@media (max-width: 767px) {
  .under_request01 p:after {
    border-width: 25px 150px 0 150px;
  }
}

.under_request01 p.req_green {
  background: #0bc976;
}

.under_request01 p.req_green:after {
  border-color: #0bc976 transparent transparent transparent;
}

.under_request01 p.req_orange {
  background: #e46c0a;
}

.under_request01 p.req_orange:after {
  border-color: #e46c0a transparent transparent transparent;
}

.under_request01 p.req_pink {
  background: #e50559;
}

.under_request01 p.req_pink:after {
  border-color: #e50559 transparent transparent transparent;
}

#under_request_h3 {
  display: table;
  margin: 0 auto .75em;
}

header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #fff;
  color: #242424;
}

header .row {
  margin: 0 3%;
}

@media (max-width: 767px) {
  header .container .row {
    margin: 0;
  }
}

header .title {
  margin: 0;
  padding: 10px 0;
  line-height: 1;
}

header .title a {
  display: inline-block;
}

header .title img,
header .title object {
  pointer-events: none;
  width: 200px;
  height: 54px;
}

@media (max-width: 600px) {
  header .title img,
  header .title object {
    width: 100px;
    height: 27px;
    min-height: 45px;
  }
}

header .global_nav > ul {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #b3b3b3;
}

@media (min-width: 768px) {
  header .global_nav > ul {
    left: auto;
    width: 50%;
    max-width: 400px;
  }
}

header .global_nav > ul > li {
  border-bottom: 1px solid #b3b3b3;
}

header .global_nav > ul > li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #fff;
  background: rgba(23, 137, 225, 0.9);
}

header .global_nav > ul > li a:hover {
  color: #fff;
}

header .global_nav > ul > li a:active {
  background: #1789e1;
  color: #fff;
}

header .global_nav > ul > li > a {
  background: rgba(23, 137, 225, 0.9);
}

header .global_nav .menu_icon {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}

header .global_nav .menu_icon a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow: hidden;
}

header .global_nav .menu_icon a:after, header .global_nav .menu_icon a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #1789e1;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

header .global_nav .menu_icon a:before {
  top: 0;
}

header .global_nav .menu_icon a:after {
  bottom: 0;
}

header .global_nav .menu_icon a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #1789e1;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

header .global_nav .menu_icon a.close:not(.fix) {
  background: none;
}

header .global_nav .menu_icon a.close:not(.fix):before {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  background: #1789e1;
}

header .global_nav .menu_icon a.close:not(.fix):after {
  bottom: 50%;
  -webkit-transform: translate(0, 50%) rotate(-45deg);
          transform: translate(0, 50%) rotate(-45deg);
  background: #1789e1;
}

header .global_nav .menu_icon a.close:not(.fix) span {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

header .global_nav > ul {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  visibility: hidden;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}

header.menu_open .global_nav > ul {
  visibility: visible;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

body header {
  transition: top 0.5s;
}

body.scroll.down header {
  position: absolute;
  top: 0;
  left: 0;
}

body.scroll.down header.high {
  position: fixed;
}

body.scroll header {
  z-index: 0;
}

body.scroll header.hidden {
  top: -100%;
}

body.up header,
body.home.up header,
header.menu_open {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#google_translate_element,
.translate_gt {
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -12px;
}

.translate_gt {
  margin-top: -14px;
}

@media (min-width: 769px) {
  header .primary_header .global_nav > ul > li > a::before { display: none !important; }
  header .primary_header .global_nav > ul > li.gnav_contact { flex: 0 0 auto !important; }
  header .primary_header .global_nav > ul > li.gnav_contact > a {
    width: auto !important;
    min-width: 88px !important;
    height: auto !important;
    min-height: 62px !important;
    padding: 8px 16px !important;
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
    background: transparent !important;
  }
  header .primary_header .global_nav > ul > li.gnav_contact > a:hover { background: rgba(52,121,216,.2) !important; border-bottom-color: #6fa7ff !important; }
  header .primary_header .global_nav > ul > li.gnav_contact > a b { right: 8px; bottom: 8px; }
  header .primary_header .global_nav > ul > li.gnav_contact::before { display: none !important; }
  header .primary_header .global_nav > ul > li.gnav_contact > a {
    border: 0 !important;
    border-bottom: 3px solid #d33278 !important;
    background: transparent !important;
  }
  header .primary_header .global_nav > ul > li.gnav_contact > a:hover {
    border-bottom-color: #6fa7ff !important;
    background: rgba(52,121,216,.2) !important;
  }
  header .primary_header .global_nav > ul > li > a {
    min-width: 88px !important;
    padding: 8px 9px !important;
    white-space: nowrap;
    letter-spacing: .08em !important;
    font-size: 11px !important;
  }
  header .primary_header .global_nav > ul > li > a .pm-nav-en,
  header .primary_header .global_nav > ul > li > a span {
    font-size: 8px !important;
    letter-spacing: .1em !important;
    white-space: nowrap;
  }
  header .primary_header .global_nav > ul > li.gnav_contact > a { min-width: 124px !important; }
  header .primary_header .global_nav > ul > li > a { line-height: 1.2 !important; }
  header .primary_header .global_nav { display: block !important; visibility: visible !important; position: static !important; height: auto !important; overflow: visible !important; }
  header .primary_header .global_nav > ul { display: flex !important; visibility: visible !important; position: static !important; transform: none !important; opacity: 1 !important; }
  header .primary_header .title { overflow: visible !important; }
  header .primary_header .global_nav,
  header .primary_header .global_nav > ul { background: #1f232d; }
  header .primary_header .global_nav > ul > li > a {
    min-height: 58px;
    flex-direction: column;
    gap: 2px;
    color: #fff !important;
    line-height: 1.15;
  }
  header .primary_header .global_nav > ul > li > a .pm-nav-en,
  header .primary_header .global_nav > ul > li > a span { margin: 0; color: #cbd8ee; font: 700 9px/1 Arial, sans-serif; letter-spacing: .12em; }
  header .primary_header .global_nav > ul > li > a:hover { background: #3479d8; border-bottom-color: #fff; color: #fff !important; }
  header .primary_header .global_nav > ul > li.gnav_contact > a { background: #1f232d; }
  header .primary_header .global_nav > ul > li.gnav_contact > a b { color: #fff; }
}

@media (min-width: 769px) {
  header .primary_header .global_nav { padding: 0 0 6px; background: #f4ede2; }
  header .primary_header .global_nav > ul {
    position: relative;
    max-width: 1180px;
    min-height: 62px;
    padding: 0 10px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 0 0 2px 2px;
    background: linear-gradient(110deg, #171a22, #242936);
    box-shadow: 0 8px 20px rgba(31,35,45,.16);
  }
  header .primary_header .global_nav > ul > li { position: relative; }
  header .primary_header .global_nav > ul > li + li::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 0;
    width: 1px;
    background: rgba(255,255,255,.18);
  }
  header .primary_header .global_nav > ul > li > a {
    min-width: 94px;
    min-height: 62px;
    padding: 8px 16px;
    border-bottom: 3px solid transparent;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
  }
  header .primary_header .global_nav > ul > li > a:hover {
    transform: translateY(-2px);
    background: rgba(52,121,216,.2);
    border-bottom-color: #6fa7ff;
  }
  header .primary_header .global_nav > ul > li.gnav_contact > a {
    min-width: 136px;
    border: 1px solid rgba(255,255,255,.35);
    border-top: 3px solid #d33278;
    background: rgba(255,255,255,.06);
  }
  header .primary_header .global_nav > ul > li.gnav_contact > a:hover { background: #3479d8; border-color: #fff; }
}
  header .row {
    margin: 0;
  }
  header .global_nav,
  header .title {
    margin: 0;
    vertical-align: middle;
  }
  header .title {
    max-width: none;
    max-width: none;
    padding: 10px 0;
    width: 200px;
    margin: 0 auto;
  }
  header .global_nav {
    text-align: right;
    width: 100%;
    padding: 0;
    padding: 10px 0;
    text-align: center;
  }
  header .global_nav > ul {
    position: static;
    display: inline-block;
    width: auto;
    border: none;
    background: none;
    visibility: visible;
    font-size: 0px;
    font-size: 0rem;
    -webkit-transform: none;
            transform: none;
    text-align: left;
    overflow: visible;
    max-width: none;
    max-width: 1000px;
  }
  header .global_nav > ul > li {
    display: inline-block;
    vertical-align: middle;
    border: none;
    line-height: 1.5;
    border-left: 1px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  header .global_nav > ul > li:not(.gnav_search) {
    text-align: center;
  }
  header .global_nav > ul > li:not(.gnav_search) > a {
    position: relative;
  }
  header .global_nav > ul > li:not(:first-child) > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background: #d9d2d2;
  }
  header .global_nav > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    color: #242424;
    text-decoration: none;
    background: transparent;
    text-align: center;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding: 0.3em 1.5em;
  }
}

/* 中間幅の最終上書き（デスクトップ列が電話番号を切らないようにする） */
@media (min-width: 769px) and (max-width: 1100px) {
  header .primary_header .container .row { grid-template-columns: 190px 1fr !important; }
  header .primary_header .title { padding-left: 20px; padding-right: 10px; }
  header .primary_header .title img,
  header .primary_header .title object { width: 180px !important; height: 48px !important; }
  header .primary_header .hdr_info_wrap { padding-left: 8px; padding-right: 16px; }
  header .primary_header .hdr_info_wrap .hdr_info { gap: 5px; }
  header .primary_header .hdr_info_wrap .hdr_info .hdr_phone { margin-right: 4px; gap: 4px; }
  header .primary_header .hdr_info_wrap .hdr_info .hdr_phone-number { font-size: 20px; }
  header .primary_header .hdr_info_wrap .hdr_info .more a {
    min-width: 125px !important;
    padding-left: 8px;
    padding-right: 8px;
    letter-spacing: .02em;
  }
}

@media (min-width: 769px) {
  header .primary_header .global_nav > ul > li.gnav_contact > a,
  header .primary_header .global_nav > ul > li:has(a[href*="/school"]) > a {
    flex-direction: column;
    gap: 2px;
    line-height: 1.15;
  }
  header .primary_header .global_nav > ul > li.gnav_contact > a strong,
  header .primary_header .global_nav > ul > li:has(a[href*="/school"]) > a::first-line { letter-spacing: .12em; }
  header .primary_header .global_nav > ul > li.gnav_contact > a span { margin-top: 0; }
}

@media (min-width: 769px) {
  header .primary_header .global_nav > ul > li.gnav_contact { flex: 0 0 140px; }
  header .primary_header .global_nav > ul > li.gnav_contact > a {
    position: relative;
    width: 140px;
    min-width: 140px;
    padding: 6px 28px 6px 12px !important;
    font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
    letter-spacing: .08em !important;
    white-space: nowrap;
  }
  header .primary_header .global_nav > ul > li.gnav_contact > a strong { font-family: inherit; font-size: 11px; }
  header .primary_header .global_nav > ul > li.gnav_contact > a span { font-family: inherit; font-size: 12px; }
  header .primary_header .global_nav > ul > li.gnav_contact > a b {
    position: absolute;
    right: 12px;
    bottom: 8px;
    font-size: 14px;
    line-height: 1;
  }
}

@media (min-width: 769px) {
  header .primary_header .global_nav > ul > li.gnav_contact > a {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding-inline: 20px;
    border-bottom: 3px solid transparent;
    background: #1f232d;
    color: #fff;
  }
  header .primary_header .global_nav > ul > li.gnav_contact > a strong {
    font: 700 11px/1 Arial, sans-serif;
    letter-spacing: .12em;
  }
  header .primary_header .global_nav > ul > li.gnav_contact > a span { font-size: 11px; }
  header .primary_header .global_nav > ul > li.gnav_contact > a b { font-size: 14px; font-weight: 400; }
  header .primary_header .global_nav > ul > li.gnav_contact > a:hover { background: #3479d8; border-bottom-color: #3479d8; color: #fff; }
}

@media (min-width: 769px) and (max-width: 1100px) {
  header .primary_header .container .row {
    grid-template-columns: 190px 1fr;
  }

  header .primary_header .title {
    padding-left: 20px;
    padding-right: 10px;
  }

  header .primary_header .title img,
  header .primary_header .title object {
    width: 180px !important;
    height: 48px !important;
  }

  header .primary_header .hdr_info_wrap {
    padding-left: 8px;
    padding-right: 16px;
  }

  header .primary_header .hdr_info_wrap .hdr_info {
    gap: 5px;
  }

  header .primary_header .hdr_info_wrap .hdr_info .hdr_phone {
    margin-right: 4px;
    gap: 4px;
  }

  header .primary_header .hdr_info_wrap .hdr_info .hdr_phone-number {
    font-size: 20px;
  }

  header .primary_header .hdr_info_wrap .hdr_info .more a {
    min-width: 125px !important;
    padding-left: 8px;
    padding-right: 8px;
    letter-spacing: .02em;
  }
}

@media (min-width: 769px) and (max-width: 900px) {
  header .global_nav > ul > li > a {
    padding: 0.3em 0.5em;
  }
}

@media (min-width: 769px) {
  header .global_nav > ul > li > a:hover {
    border-bottom: 2px solid #1789e1;
    color: #1789e1;
  }
  header .global_nav > ul > li > a:active {
    background: none;
  }
  header .global_nav > ul > li > a span {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
  }
  header .global_nav .menu_icon {
    display: none;
  }
  #google_translate_element,
  .translate_gt {
    position: static;
    float: right;
    margin-top: 3px;
    margin-left: 1em;
  }
  .translate_gt {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  header .global_nav > ul > li > a > span,
  header .global_nav > ul > li > a > br {
    display: none;
  }
}

.hdr_info_wrap {
  display: none;
}

@media (min-width: 769px) {
  .hdr_info_wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1000px;
    display: none;
  }
}

.hdr_info_wrap .hdr_info {
  position: absolute;
  right: 10px;
  top: 35px;
}

/*----------追記-------------*/
@media (min-width: 769px) {
  header .primary_header .title {
    padding: 15px 0;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  header .primary_header .title {
    padding: 8px 0;
    text-align: center;
  }
}

/* 最終調整: ロゴをブランドの主役として見せ、CTAの文言を折り返さない */
@media (min-width: 769px) {
  header .primary_header .container .row {
    grid-template-columns: minmax(320px, 360px) 1fr;
  }

  header .primary_header .title img,
  header .primary_header .title object {
    width: 300px !important;
    height: 81px !important;
  }

  header .primary_header .hdr_info_wrap .hdr_info .more a {
    min-width: 180px !important;
    white-space: nowrap;
    letter-spacing: .08em;
  }
}

@media (min-width: 769px) {
  header .primary_header .global_nav {
    padding: 12px 0;
    position: relative;
  }
  header .primary_header .global_nav:after {
    position: absolute;
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    z-index: -1;
    left: -300%;
    right: -300%;
    top: 0;
    background: #f4ede2;
    margin: auto;
  }
  header .primary_header .global_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .primary_header .global_nav ul li a {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .15em;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  header .primary_header .global_nav ul li a {
    padding: 0.3em 0.7em;
  }
}

@media (min-width: 769px) and (max-width: 900px) {
  header .primary_header .global_nav ul li a {
    padding: 0.3em 0.5em;
  }
}

@media (min-width: 769px) {
  header .primary_header .global_nav ul li a:before {
    left: -.7em;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  header .primary_header .global_nav ul li a:before {
    left: -1em;
  }
}

@media (min-width: 769px) and (max-width: 850px) {
  header .primary_header .global_nav ul li a:before {
    left: -.7em;
  }
}

@media (min-width: 769px) and (max-width: 800px) {
  header .primary_header .global_nav ul li a:before {
    left: -.5em;
  }
}

@media (min-width: 769px) {
  header .primary_header .global_nav ul .gnav_search .epress_search {
    top: 130%;
  }
}

@media (min-width: 769px) {
  header .primary_header .hdr_info_wrap {
    display: block;
  }
}

header .primary_header .hdr_info_wrap .hdr_info {
  top: 25px;
}

header .primary_header .hdr_info_wrap .hdr_info figure {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

header .primary_header .hdr_info_wrap .hdr_info .more {
  display: inline-block;
  vertical-align: middle;
}

header .primary_header .hdr_info_wrap .hdr_info .more a {
  width: 140px;
  font-size: 12px;
  letter-spacing: .2em;
  padding: .63em .3em;
  border-radius: 0;
}

header .primary_header .hdr_info_wrap .hdr_info .more .add_arrow:after {
  width: 3px;
  height: 3px;
  right: 7%;
}

header .primary_header .hdr_info_wrap .hdr_info .more .add_arrow:hover:after {
  right: 5%;
}

header .primary_header .hdr_info_wrap .hdr_info .more:nth-child(2) a {
  background: #1789e1;
  border: 1px solid #1789e1;
}

header .primary_header .hdr_info_wrap .hdr_info .more:nth-child(2) a:hover {
  border: 1px solid #55b5ff;
  background: #55b5ff;
}

header .primary_header .hdr_info_wrap .hdr_info .more:nth-child(3) a {
  background: #e50559;
  border: 1px solid #e50559;
}

header .primary_header .hdr_info_wrap .hdr_info .more:nth-child(3) a:hover {
  border: 1px solid #ed508b;
  background: #ed508b;
}

/* ヘッダー刷新: ロゴ・電話番号・CTA・ナビをひとつの導線に揃える */
@media (min-width: 769px) {
  header .primary_header .container,
  header .primary_header .container .row {
    width: 100%;
    max-width: none;
  }

  header .primary_header .container .row {
    display: grid;
    grid-template-columns: minmax(190px, 240px) 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    margin: 0;
  }

  header .primary_header .title {
    grid-column: 1;
    grid-row: 1;
    width: auto;
    padding: 13px clamp(24px, 5vw, 72px);
  }

  header .primary_header .title img,
  header .primary_header .title object {
    display: block;
    width: 200px;
    height: 54px;
    object-fit: contain;
  }

  header .primary_header .hdr_info_wrap {
    position: static;
    grid-column: 2;
    grid-row: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    max-width: none;
    padding: 12px clamp(24px, 4vw, 64px) 12px 24px;
  }

  header .primary_header .hdr_info_wrap .hdr_info {
    position: static;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  header .primary_header .hdr_info_wrap .hdr_info .hdr_phone {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    margin-right: 12px;
    color: #1f232d;
    text-decoration: none;
    white-space: nowrap;
  }

  header .primary_header .hdr_info_wrap .hdr_info .hdr_phone-label {
    color: #3479d8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
  }

  header .primary_header .hdr_info_wrap .hdr_info .hdr_phone-number {
    font-size: clamp(20px, 2vw, 29px);
    font-weight: 800;
    letter-spacing: .04em;
  }

  header .primary_header .hdr_info_wrap .hdr_info .more {
    display: block;
  }

  header .primary_header .hdr_info_wrap .hdr_info .more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 42px;
    padding: 0 22px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    box-sizing: border-box;
  }

  header .primary_header .global_nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    background: #f4ede2;
  }

  header .primary_header .global_nav:after {
    display: none;
  }

  header .primary_header .global_nav > ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  header .primary_header .global_nav > ul > li > a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.25em;
    border-bottom: 3px solid transparent;
    box-sizing: border-box;
  }

  header .primary_header .global_nav > ul > li > a:hover {
    border-bottom-color: #3479d8;
  }
}

@media (max-width: 768px) {
  header .primary_header .container .row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  header .primary_header .title {
    grid-column: 1;
    text-align: left;
    padding: 8px 18px;
  }

  header .primary_header .title img,
  header .primary_header .title object {
    width: 118px;
    height: 40px;
    min-height: 0;
  }

  header .primary_header .hdr_info_wrap {
    display: block;
    position: static;
    grid-column: 1 / -1;
    padding: 8px 16px;
    background: #f8f7f3;
  }

  header .primary_header .hdr_info_wrap .hdr_info {
    position: static;
    display: flex;
    justify-content: center;
    gap: 6px;
  }

  header .primary_header .hdr_info_wrap .hdr_info .hdr_phone {
    display: none;
  }

  header .primary_header .hdr_info_wrap .hdr_info .more {
    display: block;
    flex: 1 1 0;
  }

  header .primary_header .hdr_info_wrap .hdr_info .more a {
    width: 100%;
    min-width: 0;
    height: 40px;
    padding: 0 8px;
    font-size: 11px;
    letter-spacing: .04em;
  }
}

footer {
  position: relative;
}

footer nav {
  text-align: center;
}

footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer nav ul li + li {
  border-top: 1px solid black;
}

@media (max-width: 767px) {
  footer nav ul li + li:last-child {
    border-bottom: 1px solid black;
  }
}

footer nav a {
  display: block;
  padding: 0.7em 0;
  text-decoration: none;
}

footer nav a:hover {
  text-decoration: underline;
}

footer .footer_copyright_wrap {
  text-align: center;
}

footer .footer_copyright_wrap p {
  padding: 1em 0.3em;
}

@media (min-width: 768px) {
  footer .row:not(:last-child) {
    margin-bottom: 5px;
  }
  footer nav {
    text-align: center;
    padding: 0.7em 0 0;
  }
  footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
    font-size: 0rem;
    white-space: normal;
  }
  footer nav ul > li {
    display: inline;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1.4rem;
  }
  footer nav ul li {
    line-height: 1.5;
    white-space: normal;
  }
  footer nav ul li + li {
    border: 0;
  }
  footer nav ul li:not(:first-child):before {
    content: "";
    margin-right: 0.3em;
    margin-left: 0.3em;
  }
  footer nav a {
    display: inline;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer nav ul li.tablet-break:after {
    content: "\A";
    white-space: pre;
  }
  footer nav ul li.tablet-break + li:before {
    display: none;
  }
}

/*
 * フッターパターンA(footer pattern A)
 */
footer {
  background: #e6e6e6;
  color: #3e3e3e;
}

footer a {
  color: #242424;
}

footer a:hover {
  color: #242424;
}

@media (min-width: 768px) {
  footer .container .row .col {
    float: none;
    width: 100%;
  }
  footer .container .row nav ul {
    display: inline-block;
  }
  footer .container .row nav a {
    display: inline-block;
    padding: 0.3em;
  }
}

/*-----------追記-------------*/
@media (min-width: 768px) {
  footer nav {
    padding: 56px 0 0;
  }
  footer nav ul li a {
    font-size: 12px;
    font-weight: bold;
  }
}

footer .footer_copyright_wrap p {
  font-size: 12px;
}

@media (min-width: 768px) {
  footer .footer_copyright_wrap p {
    padding: 32px .3em 48px;
  }
}

@media (max-width: 767px) {
  footer .footer_copyright_wrap p {
    padding: 2em .3em;
  }
}

.slider-pro.contents {
  overflow: hidden;
  margin: 0 auto !important;
}

.slider-pro.contents .sp-caption-container {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
}

.slider-pro.contents .sp-caption-container h3 {
  margin: 0 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

.slider-pro.contents .sp-caption-container h3:last-child {
  margin-bottom: 0;
}

.slider-pro.contents .sp-caption-container p {
  font-size: 13px;
  font-size: 1.3rem;
}

.slider-pro.contents.sp-horizontal .sp-previous-arrow {
  left: 10px;
  margin-top: 180px;
}

.slider-pro.contents.sp-horizontal .sp-next-arrow {
  right: 10px;
  margin-top: 180px;
}

.slider-pro.contents .sp-next-arrow:after,
.slider-pro.contents .sp-next-arrow:before,
.slider-pro.contents .sp-previous-arrow:after,
.slider-pro.contents .sp-previous-arrow:before {
  background-color: #1789e1;
}

@media (max-width: 767px) {
  .slider-pro.contents .sp-arrow {
    width: 10px;
    height: 15px;
  }
}

@media (min-width: 768px) {
  .slider-pro.contents .sp-caption-container {
    width: 450px;
    min-height: 40px;
    margin: 10px auto 0;
    border-right: 1px dashed #999;
    border-left: 1px dashed #999;
  }
  .slider-pro.contents .sp-arrow {
    width: 10px;
    height: 15px;
  }
  .slider-pro.contents.sp-horizontal .sp-previous-arrow {
    left: 50%;
    margin-top: 187.5px;
    margin-left: -230px;
  }
  .slider-pro.contents.sp-horizontal .sp-next-arrow {
    right: 50%;
    margin-top: 187.5px;
    margin-right: -230px;
  }
}

.slider-pro.center {
  overflow: hidden;
  width: 100%;
}

.slider-pro.center .sp-button {
  border: none;
  background: #d2d2d2;
}

.slider-pro.center .sp-selected-button {
  background: #1789e1;
}

.slider-pro.center.sp-horizontal .sp-arrows {
  left: 0;
  right: 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.slider-pro.center.sp-horizontal .sp-previous-arrow {
  left: 10px;
}

.slider-pro.center.sp-horizontal .sp-next-arrow {
  right: 10px;
}

.slider-pro.center .sp-previous-arrow,
.slider-pro.center .sp-next-arrow {
  width: 30px;
  height: 30px;
  background-color: rgba(23, 137, 225, 0.7);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px;
}

.slider-pro.center .sp-previous-arrow {
  background-image: url(/wp-content/uploads/arrow_left_wh.png);
}

.slider-pro.center .sp-next-arrow {
  background-image: url(/wp-content/uploads/arrow_right_wh.png);
}

.slider-pro.center .sp-next-arrow:after,
.slider-pro.center .sp-next-arrow:before,
.slider-pro.center .sp-previous-arrow:after,
.slider-pro.center .sp-previous-arrow:before {
  display: none;
}

.slider-pro.center .sp-layer {
  line-height: 1.2;
  white-space: normal !important;
  font-size: 20px;
  font-size: 2rem;
  color: #242424;
}

.slider-pro.center .sp-layer small {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .slider-pro.center .sp-layer {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .slider-pro.center .sp-padding {
    padding: 35px;
  }
}

@media (min-width: 1100px) {
  .slider-pro.center.sp-horizontal .sp-previous-arrow {
    left: -15px;
  }
  .slider-pro.center.sp-horizontal .sp-next-arrow {
    right: -15px;
  }
}

.slider-pro.wide {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 10px;
}

.slider-pro.wide .sp-buttons {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
  width: auto;
  padding-top: 0;
  text-align: right;
}

.slider-pro.wide .sp-button {
  border: none;
  background: #d2d2d2;
}

.slider-pro.wide .sp-selected-button {
  background: #1789e1;
}

.slider-pro.wide .sp-previous-arrow,
.slider-pro.wide .sp-next-arrow {
  z-index: 2;
}

.slider-pro.wide .sp-next-arrow:after,
.slider-pro.wide .sp-next-arrow:before,
.slider-pro.wide .sp-previous-arrow:after,
.slider-pro.wide .sp-previous-arrow:before {
  color: #fff;
}

.slider-pro.wide .hps-slider-mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-pro.wide .hps-slider-mask.stripe {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(/wp-content/uploads/mask_stripe.png);
}

.slider-pro.wide .hps-slider-copy {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 50px;
  color: #242424;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
}

.slider-pro.wide .hps-slider-copy .lead {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  color: #242424;
}

.slider-pro.wide.disable-arrows .hps-slider-copy {
  padding: 0 10px;
}

.slider-pro.wide .hps-slider-scroll {
  display: none;
}

@media (max-width: 767px) {
  .slider-pro.wide.sp-disable-arrows .hps-slider-copy {
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .slider-pro.wide .sp-buttons {
    bottom: 20px;
    right: 25px;
  }
  .slider-pro.wide .sp-button {
    width: 18px;
    height: 18px;
    margin: 0 10px;
  }
  .slider-pro.wide .hps-slider-copy {
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8;
  }
  .slider-pro.wide .hps-slider-copy .lead {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .slider-pro.wide .hps-slider-scroll {
    display: block;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
  }
  .slider-pro.wide .hps-slider-scroll a {
    display: inline-block;
    width: 100px;
    padding-bottom: 45px;
    background: url(/wp-content/uploads/arrow_down_white.png) center bottom no-repeat;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
  }
  .slider-pro.wide .hps-slider-scroll.text-black a {
    background: url(/wp-content/uploads/arrow_down_black.png) center bottom no-repeat;
    color: #000;
  }
}

@media (min-width: 1024px) {
  .slider-pro.wide .hps-slider-scroll {
    display: block;
    bottom: 45px;
  }
}

@media (max-width: 767px) {
  .bf-af .row:not(:last-child) {
    margin-bottom: 10%;
  }
  .bf-af .before {
    padding-bottom: 16%;
    background: url(/wp-content/uploads/arrow_down.svg) center bottom no-repeat;
    background-size: 20%;
    background-size: 45px auto;
  }
  .bf-af .after:not(:last-child) {
    margin-bottom: 10%;
  }
}

@media (min-width: 768px) {
  .bf-af {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .bf-af .before, .bf-af .after {
    display: table-cell;
    vertical-align: top;
  }
  .bf-af .before span {
    display: block;
    position: relative;
  }
  .bf-af .before span:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background: url(/wp-content/uploads/arrow_right.svg) center center no-repeat;
    background-size: 100%;
  }
  .bf-af.col2 .before {
    width: 55%;
    padding-right: 10%;
  }
  .bf-af.col2 .after {
    width: 45%;
  }
  .bf-af.col2 .before span:after {
    width: 10%;
    right: -16%;
  }
  .bf-af.col4 .before:nth-child(1) {
    width: 24%;
    padding-left: 0;
    padding-right: 2%;
  }
  .bf-af.col4 .after:nth-child(2) {
    width: 26%;
    padding-left: 3%;
    padding-right: 1%;
  }
  .bf-af.col4 .before:nth-child(3) {
    width: 26%;
    padding-left: 1%;
    padding-right: 3%;
  }
  .bf-af.col4 .after:nth-child(4) {
    width: 24%;
    padding-left: 2%;
    padding-right: 0;
  }
  .bf-af.col4 .before span:after {
    width: 13%;
    right: -18%;
  }
}

.bread_wrap {
  margin-bottom: 2%;
}

.bread {
  overflow: hidden;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.bread ul {
  padding: 1em 0;
  margin: 0 auto;
  float: none;
}

.bread ul li {
  list-style: none;
  position: relative;
  float: left;
  padding-right: 2em;
  margin-right: 1.5em;
}

.bread ul li a {
  text-decoration: none;
  color: #242424;
}

.bread ul li a:hover {
  color: #242424;
  text-decoration: none;
}

.bread ul li:after {
  content: '>';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.bread ul li:last-child:after {
  content: none;
}

.button, .inquiry .wpcf7-submit {
  display: inline-block;
  min-width: 0px;
  margin: 0;
  padding: 1em 1em;
  border: 0;
  border-radius: 4px;
  line-height: 1;
  background: #1789e1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: .3s;
}

.button:hover, .inquiry .wpcf7-submit:hover {
  background: #ced4d2;
  color: #1789e1;
}

.highlight .button, .highlight .inquiry .wpcf7-submit, .inquiry .highlight .wpcf7-submit {
  color: #fff;
}

.highlight .button:hover, .highlight .inquiry .wpcf7-submit:hover, .inquiry .highlight .wpcf7-submit:hover {
  color: #1789e1;
}

.button.block, .inquiry .block.wpcf7-submit {
  display: block;
  min-width: 0;
}

.button.inverse, .inquiry .inverse.wpcf7-submit {
  border: 0;
  border-radius: 4px;
  background: #000;
  color: #fff;
}

.button.inverse:hover, .inquiry .inverse.wpcf7-submit:hover {
  background: #1a1a1a;
  color: #fff;
}

.button.cancel, .inquiry .cancel.wpcf7-submit {
  background: #888;
  color: #fff;
}

.button.cancel:hover, .inquiry .cancel.wpcf7-submit:hover {
  background: #6f6f6f;
}

.button.large, .inquiry .large.wpcf7-submit {
  padding: 1em 2em;
  font-size: 16px;
  font-size: 1.6rem;
}

.button + .button, .inquiry .wpcf7-submit + .button, .inquiry .button + .wpcf7-submit, .inquiry .wpcf7-submit + .wpcf7-submit {
  margin-left: 0.5em;
}

.button span, .inquiry .wpcf7-submit span {
  line-height: 1;
  padding-left: 20px;
  background: url(/wp-content/uploads/btn_icon.png) left center no-repeat;
  background-size: auto 14px;
}

.feature {
  color: #fff;
}

.feature h3 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
}

.feature img {
  width: 100%;
}

.feature .col {
  display: table;
  table-layout: fixed;
}

.feature .col:not(:last-child) {
  margin-bottom: 0;
}

.feature .col:nth-child(1) {
  background: #49afe6;
}

.feature .col:nth-child(2) {
  background: #8ed95d;
}

.feature .col:nth-child(3) {
  background: #f6aa48;
}

.feature .col:nth-child(4) {
  background: #f98282;
}

.feature .col .textbox {
  display: table-cell;
  width: 70%;
  padding: 1em 3%;
  vertical-align: middle;
}

.feature .col figure {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}

.feature .col figure:first-child img {
  text-align: left;
}

.feature .col figure:last-child img {
  text-align: right;
}

@media (min-width: 768px) {
  .feature h3 {
    margin: 10px 0 15px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .feature .col {
    display: block;
    table-layout: auto;
  }
  .feature .col .textbox {
    display: block;
    width: auto;
    height: 250px;
    padding: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .feature .col figure {
    display: inline;
    width: auto;
    vertical-align: middle;
  }
}

.grid {
  display: block;
  margin: 0;
}

.grid.row, .grid .row, .grid.col, .grid .col {
  margin: 0;
}

.has-child-grid .grid {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}

.has-child-grid .grid .col {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.has-child-grid .grid .col.span_12 {
  padding: 20px 0;
}

.grid .grid-arrow {
  position: relative;
  overflow: hidden;
}

.grid .grid-arrow:after {
  content: '';
  display: block;
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: .3s;
}

.grid p {
  margin: 0;
  padding: 0.2em 0;
}

.grid a {
  color: #fff;
  text-decoration: none;
  transition: .3s;
}

.grid a > [style^="background-image"], .grid a img {
  transition: .3s;
}

.grid a:hover > [style^="background-image"], .grid a:hover img {
  opacity: 0.6;
}

.grid .grid-bg1 {
  background-color: #e74c3c;
}

.grid .grid-bg1:hover {
  background-color: #eb6d60;
}

.grid .grid-bg1:hover .grid-arrow:after {
  background-color: #df2e1b;
}

.grid .grid-bg2 {
  background-color: #3498db;
}

.grid .grid-bg2:hover {
  background-color: #57aae1;
}

.grid .grid-bg2:hover .grid-arrow:after {
  background-color: #2383c4;
}

.grid .grid-bg3 {
  background-color: #f1c40f;
}

.grid .grid-bg3:hover {
  background-color: #f3cd36;
}

.grid .grid-bg3:hover .grid-arrow:after {
  background-color: #cba50c;
}

.grid .grid-bg4 {
  background-color: #1abc9c;
}

.grid .grid-bg4:hover {
  background-color: #1fe0ba;
}

.grid .grid-bg4:hover .grid-arrow:after {
  background-color: #15987e;
}

.grid .grid-bg5 {
  background-color: #9b59b6;
}

.grid .grid-bg5:hover {
  background-color: #ac75c2;
}

.grid .grid-bg5:hover .grid-arrow:after {
  background-color: #8646a0;
}

.grid .grid-bg6 {
  background-color: #34495e;
}

.grid .grid-bg6:hover {
  background-color: #435d78;
}

.grid .grid-bg6:hover .grid-arrow:after {
  background-color: #253544;
}

.grid .grid-bg7 {
  background-color: #2ecc71;
}

.grid .grid-bg7:hover {
  background-color: #4cd787;
}

.grid .grid-bg7:hover .grid-arrow:after {
  background-color: #26ab5f;
}

.ie .grid .grid-arrow:after {
  display: none;
}

@media (min-width: 768px) {
  .grid {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .grid .col {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .grid .col.span_12 {
    padding: 0;
  }
  .grid .col.has-child-grid > * {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .grid p {
    margin: 0;
    padding: 0.2em 0;
  }
}

.guide figure {
  margin-bottom: 1em;
}

.guide figure img {
  width: auto;
  max-width: 100%;
}

.guide .message .contents_link {
  text-align: center;
}

@media (min-width: 768px) {
  .guide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: -1em;
  }
  .guide figure {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
    min-width: 0;
  }
  .guide .message {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    padding-left: 2%;
    padding-bottom: 45px;
  }
  .guide .message.text-only {
    padding-bottom: 0;
  }
  .guide .message h2 {
    margin-bottom: 1em;
  }
  .guide .message .contents_link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .guide.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .guide.reverse .message {
    padding-left: 0;
    padding-right: 2%;
  }
  .ie .guide {
    display: table;
  }
  .ie .guide figure {
    display: table-cell;
    width: 23.5%;
    vertical-align: middle;
  }
  .ie .guide .message {
    display: table-cell;
    width: 74.5%;
    padding-left: 2%;
    vertical-align: middle;
  }
  .ie .guide.reverse .message {
    padding-left: 2%;
    padding-right: 0;
  }
}

/* お問い合わせフォーム(form liên lạc) */
.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: rgba(23, 137, 225, 0.05);
}

.inquiry fieldset .row {
  margin: 0;
}

.inquiry dl {
  margin: 0;
  padding: 0;
}

.inquiry dt {
  font-weight: normal;
}

.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}

.inquiry dd {
  margin: 0;
  padding: 0;
}

.inquiry dd:last-child {
  padding-bottom: 0;
}

.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}

.inquiry input[type="text"],
.inquiry input[type="url"],
.inquiry input[type="email"],
.inquiry input[type="tel"],
.inquiry input[type="date"],
.inquiry input[type="number"],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 5px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

.inquiry input[type="number"] {
  width: 65px;
  text-align: center;
}

.inquiry input.p-postal-code {
  width: 100px;
}

.inquiry input.p-region {
  width: 100px;
}

.inquiry input.p-locality {
  width: 150px;
}

.inquiry input.p-street-address {
  width: 100%;
}

.inquiry input.p-extended-address {
  width: 100%;
}

.inquiry .submit {
  margin: 1em 0;
  text-align: center;
}

.inquiry .required {
  color: #c00;
}

.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .inquiry {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding: 6px 0;
  }
  .inquiry dd {
    padding-bottom: 1.5em;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input[type="text"],
  .inquiry input[type="url"],
  .inquiry input[type="email"],
  .inquiry input[type="tel"],
  .inquiry input[type="date"],
  .inquiry input[type="text"],
  .inquiry select {
    width: 60%;
  }
  .inquiry input[type="number"] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .submit {
    margin: 60px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}

.movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie.ar16to9 {
  padding-top: 56.25%;
}

.movie.ar4to3 {
  padding-top: 75%;
}

.news .news_bg {
  background: rgba(23, 137, 225, 0.05);
}

.news.typeC .news_bg {
  padding: 1em;
}

.news h2 {
  color: #242424;
}

.news dl {
  margin: 0;
  overflow-y: auto;
  max-height: 300px;
}

.news dl dt {
  margin: 0.5em 0 0;
  padding: 0 1em;
  font-weight: normal;
}

.news dl dd {
  margin: 0.5em 0;
  padding: 0 1em 0.5em;
  border-bottom: 1px solid #ccc;
}

.news dl dd a {
  text-decoration: none;
}

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

@media (min-width: 768px) {
  .news.typeA > div {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .news.typeA > div .heading {
    display: table-cell;
    width: 23.5%;
    vertical-align: middle;
  }
  .news.typeA h2 {
    margin: 0;
    padding: 0;
  }
  .news.typeA h2:after {
    display: none;
  }
  .news.typeA .content {
    display: table-cell;
    overflow: hidden;
    width: 74.5%;
    padding-left: 2%;
    vertical-align: middle;
  }
  .news.typeC .news_bg {
    height: 540px;
    padding: 20px;
  }
  .news.typeC dl {
    max-height: 500px;
  }
  .news dl {
    overflow-y: auto;
    max-height: 200px;
  }
  .news dl dt {
    width: 100px;
    clear: left;
    float: left;
    margin: 0;
    padding: 1em 0 1em 1em;
  }
  .news dl dd {
    margin: 0;
    padding: 1em 0 1em 0;
  }
  .news dl dt + dd {
    padding-left: 120px;
  }
}

.parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.parallax.ios {
  background-attachment: scroll;
}

.parallax .parallax_contents {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.parallax .parallax_contents h1, .parallax .parallax_contents .h1 {
  margin: 0;
  padding: 1em 0;
}

.qa h3.question {
  font-size: 16px;
  font-size: 1.6rem;
  border: none;
}

.qa .question {
  position: relative;
  margin-bottom: 1em;
  padding: 1em 50px 1em 1em;
  background-color: rgba(23, 137, 225, 0.05);
  font-weight: normal;
}

.qa .question:after {
  content: none;
}

.qa .question:before {
  content: none;
}

.qa .question:hover {
  background: rgba(22, 129, 211, 0.05);
}

.qa .question.open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.qa .answer {
  padding: 0 0 0 1em;
}

.qa .answer:not(:last-child) {
  margin-bottom: 2em;
}

.qa.qa-open .question {
  padding-right: 1em;
  cursor: default;
}

.qa.qa-open .question:hover {
  background-color: rgba(23, 137, 225, 0.05);
}

.qa.qa-open .question:after {
  display: none;
}

.qa.qa-open .answer {
  display: block;
}

.highlight .qa .question {
  background: rgba(40, 149, 233, 0.05);
}

.highlight .qa .question:hover {
  background: rgba(27, 142, 232, 0.05);
}

.highlight .qa.qa-open .question:hover {
  background: rgba(40, 149, 233, 0.05);
}

.shopinfo figure {
  max-width: 80%;
  margin: 0 auto;
}

.shopinfo address {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
}

.shopinfo dl {
  margin: 2em 0;
  line-height: 1.4;
}

.shopinfo dl:first-child {
  margin-top: 0;
}

.shopinfo dl dt {
  margin: 0 0 0.2em 0;
  font-weight: normal;
}

.shopinfo dl dt:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #1789e1;
}

.shopinfo dl dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

.shopinfo .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

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

.shopinfo .map_container + p {
  margin-top: 2em;
}

.map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

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

body.scroll .googlemap {
  pointer-events: none;
}

@media (min-width: 768px) {
  .shopinfo figure {
    max-width: 100%;
  }
  .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
  }
  .shopinfo dl.dl-horizontal {
    margin: 10px 0;
  }
  .shopinfo dl.dl-horizontal dd {
    margin-bottom: 0.3em;
  }
  .shopinfo .span12 .map_container {
    padding-top: 50%;
  }
  .map_wide {
    padding-top: 420px;
  }
}

.sns_icons {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0px;
  font-size: 0rem;
  margin: auto;
}

.sns_icons > li {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
}

.sns_icons li {
  display: inline-block;
}

.sns_icons li:not(:last-child) {
  margin-right: 10px;
}

.sns_icons a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}

.sns_icons a.icon_facebook {
  background-image: url(/wp-content/uploads/icon_facebook.png);
}

.sns_icons a.icon_twitter {
  background-image: url(/wp-content/uploads/icon_twitter.png);
}

.sns_icons a.icon_line {
  background-image: url(/wp-content/uploads/icon_line.png);
}

.sns_icons a.icon_google {
  background-image: url(/wp-content/uploads/icon_google.png);
}

.sns_icons a.icon_instagram {
  background-image: url(/wp-content/uploads/icon_instagram.png);
}

footer .sns_icons {
  margin-top: 1.5em;
}

@media (min-width: 768px) {
  .sns_icons {
    margin: 0;
  }
  .sns_icons.center {
    margin: auto;
  }
  .sns_icons li:not(:last-child) {
    margin-right: 20px;
  }
  .sns_icons a {
    width: 68px;
    height: 68px;
  }
  footer .sns_icons {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}

.step .row,
.step-h .col {
  position: relative;
  padding: 1em;
  background: rgba(23, 137, 225, 0.05);
}

.step .row:not(:last-child):after,
.step-h .col:not(:last-child):after,
.step-h .row.continue .col:last-child:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  background: url("/wp-content/uploads/arrow_down.svg") center center no-repeat;
  background-size: 45px auto;
}

@media (max-width: 767px) {
  .step .row:not(:last-child),
  .step-h .col:not(:last-child),
  .step-h .row.continue .col:last-child {
    margin-bottom: 18%;
  }
  .step .row:not(:last-child):after,
  .step-h .col:not(:last-child):after,
  .step-h .row.continue .col:last-child:after {
    padding-top: 20%;
  }
  .step-h .row.continue {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .step .row {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 2em;
  }
  .step .row .col {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .step .row .col:not(:first-child) {
    padding-left: 2%;
  }
  .step .row:not(:last-child) {
    margin-bottom: 80px;
  }
  .step .row:not(:last-child):after {
    top: 100%;
    padding-top: 60px;
    margin: 10px 0;
  }
  .step h3:last-child {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
    border: none;
  }
  .step h3:last-child:after, .step h3:last-child:before {
    content: none;
  }
  .step .row:not(:last-child):after,
  .step-h .col:not(:last-child):after,
  .step-h .row.continue .col:last-child:after {
    background-size: auto 100%;
  }
  .step-h.gutters .col {
    margin: 0;
  }
  .step-h .col {
    padding: 0;
    background: none;
  }
  .step-h .col:not(:last-child) {
    position: relative;
    margin-right: 4%;
  }
  .step-h .col:not(:last-child):after {
    display: none;
  }
  .step-h .col:not(:last-child) figure span {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .step-h .col:not(:last-child) figure span:after {
    content: '';
    display: block;
    width: 28px;
    height: 100%;
    position: absolute;
    right: -30px;
    top: 0;
    background: url("/wp-content/uploads/arrow_right.svg") center center no-repeat;
    background-size: contain;
  }
  .step-h .span_3 {
    width: 22%;
  }
  .step-h .span_4 {
    width: 30.66666666%;
  }
  .step-h .span_6 {
    width: 48%;
  }
}

@media (min-width: 1024px) {
  .step-h .col:not(:last-child) figure span:after {
    right: -34px;
  }
}

table {
  margin: 0 auto;
}

table td,
table th {
  padding: 0.7em 1em;
}

@media (max-width: 767px) {
  table td,
  table th {
    padding: 0.7em .3em;
  }
}

table th {
  text-align: center;
  font-weight: normal;
}

.table-default {
  width: 100%;
}

.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-default td,
.table-default th {
  border: 1px solid #1789e1;
}

.table-default th {
  background: rgba(23, 137, 225, 0.7);
  color: #fff;
}

.table-default td {
  background: transparent;
}

.table-menu {
  width: 100%;
}

.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-menu td,
.table-menu th {
  padding: 0.7em 1em;
  border-top: 1px solid #1789e1;
  border-bottom: 1px solid #1789e1;
}

@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em .3em;
  }
}

.table-menu tbody th {
  text-align: left;
}

.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

.table-schedule {
  width: 100%;
}

.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-schedule td,
.table-schedule th {
  border: 1px solid #1789e1;
  padding: 0.7em 1em;
  text-align: center;
}

@media (max-width: 767px) {
  .table-schedule td,
  .table-schedule th {
    padding: 0.7em .3em;
  }
}

.table-schedule thead th {
  background: rgba(23, 137, 225, 0.7);
  color: #fff;
}

.table-schedule tbody th {
  background: transparent;
}

.table-schedule td {
  background: transparent;
}

.table-summary {
  border-top: 1px solid #1789e1;
  width: 100%;
}

.table-summary caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-summary td,
.table-summary th {
  padding: 1em;
  border-bottom: 1px solid #1789e1;
}

.table-summary th {
  text-align: left;
  font-weight: normal;
  width: 20%;
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .responsive-list {
    display: block;
  }
  .responsive-list thead {
    display: none;
  }
  .responsive-list tbody,
  .responsive-list td,
  .responsive-list th,
  .responsive-list tr {
    display: block;
  }
  .responsive-list tr:not(:last-child) td {
    border-bottom: 0;
  }
  .responsive-list td {
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  .responsive-list td:first-child {
    border-bottom: 0;
  }
  .responsive-list td:last-child {
    border-top: 0;
  }
  .responsive-list td:not(:first-child):not(:last-child) {
    border-top: 0;
    border-bottom: 0;
  }
  .responsive-list td:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }
  .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }
  .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  table.combine tbody tr:last-child td,
  table.combine tbody tr:last-child th {
    border-bottom: 0;
  }
}

table.table-default.typeA tr td,
table.table-default.typeA tr th {
  border: 0;
}

table.table-default.typeA tr:nth-child(odd) th {
  background: #1789e1;
}

table.table-default.typeA tr:nth-child(odd) td {
  background: rgba(23, 137, 225, 0.05);
}

table.table-default.typeA tr:nth-child(even) th {
  background: #40a1eb;
}

table.table-default.typeA tr:nth-child(even) td {
  background: rgba(64, 161, 235, 0.05);
}

table.table-default.typeB {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

table.table-default.typeB tbody td,
table.table-default.typeB tbody th {
  background: transparent;
  color: #242424;
  border: 0;
  border-bottom: 1px dashed #1789e1;
}

table.table-default.typeB tbody tr {
  position: relative;
}

table.table-default.typeB tbody td {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

table.table-default.typeC th {
  background: rgba(23, 137, 225, 0.7);
  color: #fff;
}

table.table-default.typeC td,
table.table-default.typeC th {
  border: 0;
}

table.table-default.typeC td:not(:last-child),
table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px #fff solid;
}

table.table-default.typeC tr {
  position: relative;
}

table.table-default.typeC td {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

.highlight table.table-default.typeC td,
.highlight table.table-default.typeC th {
  border: 0;
}

.highlight table.table-default.typeC td:not(:last-child),
.highlight table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px rgba(23, 137, 225, 0.05) solid;
}

._table_line .news dl {
  border-top: 1px dotted #a6a6a6;
  max-height: none;
}

._table_line .news dl dt {
  width: 230px;
  padding-left: 20px;
}

._table_line .news dl dt + dd {
  border-bottom: 1px dotted #a6a6a6;
  padding-left: 230px;
}

.wide_image img {
  width: 100%;
  vertical-align: top;
}

@media (min-width: 768px) {
  .wide_image div {
    margin: 0 auto;
  }
}

h1:not(.title) {
  text-align: center;
  position: relative;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  /*padding: 1.8em 0;*/
  padding: 1em 0;
  color: #242424;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+1,f1f6f6+18,f1f6f6+100 */
  background: #ededed;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ededed 1%, #f1f6f6 18%, #f1f6f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#f1f6f6',GradientType=0 );
  /* IE6-9 */
  margin: 0 0 .5em;
  letter-spacing: .2em;
}

h1:not(.title) a {
  text-decoration: none;
}

h1:not(.title) a:hover {
  text-decoration: underline;
}

h1:not(.title) span {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  h1:not(.title) {
    font-size: 22px;
    font-size: 2.2rem;
  }
  h1:not(.title):after {
    height: 2px;
  }
  h1:not(.title) span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

h2 {
  display: table;
  table-layout: fixed;
  margin: 0 auto 1em;
  position: relative;
  border: 0;
  word-wrap: break-word;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  color: #242424;
}

h2 a {
  text-decoration: none;
}

h2 a:hover {
  text-decoration: underline;
}

h2:after, h2:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  background: #1789e1;
  width: 50vw;
}

h2:before {
  right: calc(100% + 10px);
}

h2:after {
  left: calc(100% + 10px);
}

@media (max-width: 767px) {
  h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  h2:after, h2:before {
    height: 1px;
  }
}

h3 {
  margin: 0 0 .75em;
  padding-left: 0.9em;
  color: #242424;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
}

h3 a {
  text-decoration: none;
}

h3 a:hover {
  text-decoration: underline;
}

h3:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 4px;
  height: 18px;
  background: #1789e1;
}

@media (max-width: 767px) {
  h3:after {
    height: 14px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

h4 {
  margin: 0 0 .5em;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  color: #242424;
  font-weight: normal;
  letter-spacing: .05em;
}

h4 a {
  text-decoration: none;
}

h4 a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.widget_wrap .widget_header {
  font-size: 16px;
  font-size: 1.6rem;
  color: #242424;
  padding: 0.7em 0 0.7em 1em;
  background: rgba(23, 137, 225, 0.05);
}

.widget_wrap .widget_header a {
  text-decoration: none;
}

.widget_wrap .widget_header a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .widget_wrap .widget_header {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.main_visual {
  position: relative;
  table-layout: fixed;
}

.main_visual .main_visual_slick,
.main_visual .slick-track {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100% !important;
}

.main_visual .slick-track {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.main_visual .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

.main_visual .main_visual_slick {
  position: relative;
  margin: 0 auto;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]):not(.slick-active) {
  transition-delay: 0.5s !important;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]) img {
  position: absolute;
  left: -300%;
  right: -300%;
  margin: auto;
  top: 0;
  height: 100%;
}

.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.main_visual .main_visual_copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.main_visual .main_visual_copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 56.4%;
  max-width: 564px;
  max-height: 302px;
  z-index: 52;
}

.main_visual .main_visual_arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.main_visual .main_visual_arrow .slick-prev {
  left: 25px;
}

.main_visual .main_visual_arrow .slick-next {
  right: 25px;
}

.main_visual .main_visual_arrow .slick-prev:before,
.main_visual .main_visual_arrow .slick-next:before {
  font-size: 30px;
  font-size: 3rem;
}

@media (max-width: 639px) {
  .main_visual .main_visual_arrow .slick-prev {
    left: 10px;
  }
  .main_visual .main_visual_arrow .slick-next {
    right: 10px;
  }
  .main_visual .main_visual_arrow .slick-prev:before,
  .main_visual .main_visual_arrow .slick-next:before {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 639px) {
  .main_visual .main_visual_copy > li img {
    width: 100%;
    max-height: none;
  }
}

.main_visual .main_visual_slick {
  padding-top: 69% !important;
}

@media (min-width: 1000px) {
  .main_visual .main_visual_slick {
    padding-top: 0 !important;
    height: 690px !important;
  }
}

@media (min-width: 1920px) {
  .main_visual .main_visual_slick {
    padding-top: 35.9375% !important;
  }
}

@media (max-width: 639px) {
  .main_visual .main_visual_slick {
    padding-top: 109.6875% !important;
  }
}

.slick-dots li button {
  margin: 0 auto;
  background: #ccc;
}

.slick-dots li.slick-active button {
  background: #1789e1;
}

.slide_scroll {
  position: absolute;
  bottom: 1%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 45px;
  background: url(/wp-content/uploads/icon_scroll.png) center bottom no-repeat;
  z-index: 55;
  color: #fff;
  text-decoration: none;
}

.slide_scroll:hover {
  color: #fff;
}

.epress_search {
  padding: 3px;
  width: 100%;
}

.epress_search form {
  overflow: hidden;
  border: 4px solid #1789e1;
}

.epress_search input[type="text"],
.epress_search input[type="submit"] {
  margin: 0;
  padding: 0;
  float: left;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.epress_search input[type="text"] {
  color: #000;
  padding: 0.3em 0.3em 0.3em 0.7em;
  width: 70%;
}

.epress_search input[type="submit"] {
  cursor: pointer;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  width: 30%;
  background: rgba(23, 137, 225, 0.7);
}

@media (max-width: 768px) {
  header .global_nav > ul > li.gnav_search {
    position: static;
  }
  header .global_nav > ul > li.gnav_search > a {
    display: none !important;
  }
  header .global_nav > ul > li.gnav_search .epress_search {
    display: block !important;
    position: static !important;
    width: 100% !important;
    background: rgba(23, 137, 225, 0.9);
  }
}

/*
 * ヘッダーナビのデザイン(design của header navi)
 */
.epress_search form {
  background: #fff;
}

/*
  * ヘッダの検索表示タイプ(type hiển thị tìm kiếm của header)
  */
header .global_nav > ul > li.gnav_search {
  position: relative;
}

header .global_nav > ul > li.gnav_search a {
  color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  background: url("/wp-content/uploads/search.png") no-repeat center center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 30px;
  height: 30px;
}

header .global_nav > ul > li.gnav_search a:hover {
  border-bottom: 0;
}

header .global_nav > ul > li.gnav_search .epress_search {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}

@media (min-width: 769px) {
  header .global_nav > ul > li.gnav_search .epress_search {
    width: 230px;
  }
}

.article_list {
  padding: .5em;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .article_list {
    padding: 1em;
  }
}

.article_list:nth-child(even) {
  background: rgba(23, 137, 225, 0.05);
}

.article_list:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  -webkit-transform: translate(-10px, -10px) rotate(45deg);
          transform: translate(-10px, -10px) rotate(45deg);
  transition: .3s;
}

.article_list:hover:before {
  background: #1789e1;
}

.article_list .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}

@media (max-width: 767px) {
  .article_list .case_arrow {
    height: 80px;
  }
}

.article_list .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #1789e1;
  border-right: 5px solid #1789e1;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  transition: .2s;
}

@media (max-width: 767px) {
  .article_list .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #1789e1;
    border-right: 5px solid #1789e1;
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

.article_list .span_12 {
  margin: 2% 0;
}

.pagination > * {
  display: inline-block;
  padding: .5em;
  border: 1px solid #ccc;
}

.pagination a {
  text-decoration: none;
  background: rgba(23, 137, 225, 0.05);
  transition: .3s;
}

.pagination a:hover {
  background: #fff;
}

.article_single01 .article_single01_02 {
  margin-top: 10px;
}

.article_single01 .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single01 .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single01 .ofi {
  background: rgba(23, 137, 225, 0.05);
}

.article_single01 .more {
  display: block;
  text-align: center;
}

.article_single02 .article_single02_01 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single02 .article_single02_01 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single02 .ofi {
  background: rgba(23, 137, 225, 0.05);
}

.article_single02 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_6 {
    width: 45%;
    margin-left: 10%;
  }
  .article_single03 .article_single03_02 .span_6:first-child {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_12 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.article_single03 .article_single03_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single03 .article_single03_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single03 .case_arrow {
  position: relative;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow {
    margin-bottom: 10%;
  }
}

.article_single03 .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 108%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #1789e1;
  border-right: 3px solid #1789e1;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow:after {
    left: 0;
    right: 0;
    top: 105%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

.article_single03 .ofi {
  background: rgba(23, 137, 225, 0.05);
}

.article_single03 .more {
  display: block;
  text-align: center;
}

.article_single04 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article_single04 .article_single04_01_img1 .ofi {
  padding-top: 74.5%;
}

.article_single04 .article_single04_01_img2 .ofi {
  padding-top: 18.7%;
}

.article_single04 .article_single04_01_img3 .ofi {
  padding-top: 14.9%;
}

.article_single04 .article_single04_01_img4 .ofi {
  padding-top: 12.5%;
}

.article_single04 .article_single04_01_img5 .ofi {
  padding-top: 10.7%;
}

.article_single04 .article_single04_01_img6 .ofi {
  padding-top: 9.4%;
}

.article_single04 .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04 .article_single04_01_nav .ofi {
  padding-top: 12%;
}

.article_single04 .article_single04_01_nav .slick-track {
  width: 100% !important;
  -webkit-transform: none !important;
          transform: none !important;
  left: 0 !important;
}

.article_single04 .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.article_single04 .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04 .article_single04_02 {
  margin-top: 10px;
}

.article_single04 .article_single04_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single04 .article_single04_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single04 .slick-next,
.article_single04 .slick-prev {
  z-index: 1;
}

.article_single04 .slick-next:before,
.article_single04 .slick-prev:before {
  content: none;
}

.article_single04 .slick-next:after,
.article_single04 .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #1789e1;
  transition: 0.2s;
  z-index: 1;
}

.article_single04 .slick-prev {
  left: 0;
}

.article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #1789e1;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.article_single04 .slick-next {
  right: 0;
}

.article_single04 .slick-next:after {
  right: 0;
  border-right: 3px solid #1789e1;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.article_single04 .ofi {
  background: rgba(23, 137, 225, 0.05);
  height: auto !important;
}

.article_single04 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_list_case02 .article_list_case02_01 {
    width: 67%;
  }
  .article_list_case02 .article_list_case02_02 {
    width: 31%;
  }
  .article_list_case02.article_single01 .article_single01_02 {
    margin-top: 0;
  }
}

.article_container .article_single01_02 {
  margin-top: 10px;
}

.article_container .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_container .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_detail {
  background: rgba(23, 137, 225, 0.05);
  padding: 4%;
  margin-bottom: 4%;
  font-size: 15px;
  font-size: 1.5rem;
}

.article_detail .article_date {
  margin-bottom: 1em;
}

.article_detail .article_thumbnail {
  float: left;
  margin: 0 2% 2% 0;
}

.article_detail .article_content {
  float: none;
  width: 100%;
  margin-left: 0;
}

.article_detail .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}

@media (max-width: 767px) {
  .article_detail .case_arrow {
    height: 80px;
  }
}

.article_detail .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #1789e1;
  border-right: 5px solid #1789e1;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  transition: .2s;
}

@media (max-width: 767px) {
  .article_detail .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #1789e1;
    border-right: 5px solid #1789e1;
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

.article_detail .span_12 {
  margin: 2% 0;
}

.epress_social {
  letter-spacing: -.40em;
  text-align: right;
  padding: 2%;
}

.epress_social > * {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
}

.epress_pager {
  overflow: hidden;
  margin-bottom: 5%;
}

.epress_pager .epress_pager_prev {
  float: left;
}

.epress_pager .epress_pager_prev a {
  display: block;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}

.epress_pager .epress_pager_prev a:before, .epress_pager .epress_pager_prev a:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #fff;
  transition: .2s;
}

.epress_pager .epress_pager_prev a:before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  top: calc(50% - 2px);
}

.epress_pager .epress_pager_prev a:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  top: calc(50% + 3px);
}

.epress_pager .epress_pager_prev a:hover {
  text-decoration: underline;
}

.epress_pager .epress_pager_prev a:hover:before {
  left: 0;
}

.epress_pager .epress_pager_prev a:hover:after {
  left: 0;
}

.epress_pager .epress_pager_next {
  float: right;
}

.epress_pager .epress_pager_next a {
  display: block;
  position: relative;
  padding-right: 15px;
  text-decoration: none;
}

.epress_pager .epress_pager_next a:before, .epress_pager .epress_pager_next a:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: .2s;
}

.epress_pager .epress_pager_next a:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: calc(50% - 2px);
}

.epress_pager .epress_pager_next a:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  top: calc(50% + 3px);
}

.epress_pager .epress_pager_next a:hover {
  text-decoration: underline;
}

.epress_pager .epress_pager_next a:hover:before {
  right: 0;
}

.epress_pager .epress_pager_next a:hover:after {
  right: 0;
}

#commentform {
  background: transparent;
  padding: 2% 5%;
  border: 1px solid #333;
}

#commentform #comment {
  width: 100%;
}

#commentform #submit {
  background: #1789e1;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 10px;
  margin: 0 auto;
  display: table;
}

#commentform input[type="submit"] {
  background: #1789e1;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: .3em 1em;
  margin: 0 auto;
  display: table;
  border-radius: 5px;
}

@media (min-width: 768px) {
  #commentform #submit {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #commentform input[type="submit"] {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#biz_calendar,
#biz_calendar1,
#biz_calendar2 {
  max-width: none;
  margin: 2% auto 0;
  font-family: inherit;
  padding: 0.3em 1em;
  background: rgba(23, 137, 225, 0.05);
  font-size: 18px;
  font-size: 1.8rem;
}

#biz_calendar p,
#biz_calendar1 p,
#biz_calendar2 p {
  margin: 0;
  line-height: 170%;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}

#biz_calendar p span.boxholiday,
#biz_calendar1 p span.boxholiday,
#biz_calendar2 p span.boxholiday {
  background-color: #ffb0c3;
  padding-left: 25px;
  margin-right: 10px;
}

#biz_calendar p span.boxeventday,
#biz_calendar1 p span.boxeventday,
#biz_calendar2 p span.boxeventday {
  background-color: #64BDEB;
  padding-left: 25px;
  margin-right: 10px;
}

#biz_calendar table.bizcal,
#biz_calendar1 table.bizcal,
#biz_calendar2 table.bizcal {
  margin: 10px 0;
  width: 100%;
  table-layout: fixed;
  border: none;
  line-height: 1.6;
  cursor: default;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  border-collapse: collapse;
  border-spacing: 1px;
  background: transparent;
}

#biz_calendar table.bizcal tr:not(:first-child) > *:not(.holiday):not(.eventday):not(.today),
#biz_calendar1 table.bizcal tr:not(:first-child) > *:not(.holiday):not(.eventday):not(.today),
#biz_calendar2 table.bizcal tr:not(:first-child) > *:not(.holiday):not(.eventday):not(.today) {
  background: #fff;
}

#biz_calendar table.bizcal th,
#biz_calendar1 table.bizcal th,
#biz_calendar2 table.bizcal th {
  text-align: center;
  border-width: 0;
  padding: 0.5em 0.2em;
  color: #242424;
  background-color: #DEDEDE;
}

#biz_calendar table.bizcal th:first-child,
#biz_calendar1 table.bizcal th:first-child,
#biz_calendar2 table.bizcal th:first-child {
  color: red;
}

#biz_calendar table.bizcal th:nth-last-of-type(1),
#biz_calendar1 table.bizcal th:nth-last-of-type(1),
#biz_calendar2 table.bizcal th:nth-last-of-type(1) {
  color: blue;
}

#biz_calendar table.bizcal td,
#biz_calendar1 table.bizcal td,
#biz_calendar2 table.bizcal td {
  text-align: center;
  border: 1px solid rgba(0, 57, 122, 0.3);
  padding: 0.5em 0.2em;
  color: #242424;
}

#biz_calendar table.bizcal .calmonth,
#biz_calendar1 table.bizcal .calmonth,
#biz_calendar2 table.bizcal .calmonth {
  text-align: left;
  font-weight: bold;
  padding: 2px 7px;
  border: none;
}

#biz_calendar table.bizcal .calbtn,
#biz_calendar1 table.bizcal .calbtn,
#biz_calendar2 table.bizcal .calbtn {
  border: none;
  cursor: pointer;
}

#biz_calendar table.bizcal .holiday,
#biz_calendar1 table.bizcal .holiday,
#biz_calendar2 table.bizcal .holiday {
  background-color: #ffb0c3;
  color: red;
}

#biz_calendar table.bizcal .eventday,
#biz_calendar1 table.bizcal .eventday,
#biz_calendar2 table.bizcal .eventday {
  background-color: #64BDEB;
  color: #ffffff;
}

#biz_calendar table.bizcal .eventday a,
#biz_calendar1 table.bizcal .eventday a,
#biz_calendar2 table.bizcal .eventday a {
  color: #ffffff;
}

#biz_calendar table.bizcal .today,
#biz_calendar1 table.bizcal .today,
#biz_calendar2 table.bizcal .today {
  font-weight: bold;
  text-decoration: underline;
  color: #242424;
}

#biz_calendar table.bizcal .today a,
#biz_calendar1 table.bizcal .today a,
#biz_calendar2 table.bizcal .today a {
  font-weight: bold;
  color: #242424;
}

#biz_calendar table.bizcal img,
#biz_calendar1 table.bizcal img,
#biz_calendar2 table.bizcal img {
  vertical-align: middle;
  box-shadow: none;
  margin: 0;
}

#biz_calendar table.bizcal .down-img,
#biz_calendar1 table.bizcal .down-img,
#biz_calendar2 table.bizcal .down-img {
  text-align: right;
}

#biz_calendar table.bizcal .today-img,
#biz_calendar1 table.bizcal .today-img,
#biz_calendar2 table.bizcal .today-img {
  text-align: center;
}

#biz_calendar table.bizcal .up-img,
#biz_calendar1 table.bizcal .up-img,
#biz_calendar2 table.bizcal .up-img {
  text-align: left;
}

#biz_calendar table.bizcal td,
#biz_calendar table.bizcal th {
  padding: 0.5em 0.2em;
}

.column_sub #biz_calendar,
.column_sub #biz_calendar1,
.column_sub #biz_calendar2 {
  font-size: 12px;
  font-size: 1.2rem;
}

.column_sub #biz_calendar p span.boxholiday,
.column_sub #biz_calendar1 p span.boxholiday,
.column_sub #biz_calendar2 p span.boxholiday {
  background-color: #ffb0c3;
  padding-left: 25px;
  margin-right: 10px;
}

.column_sub #biz_calendar p span.boxeventday,
.column_sub #biz_calendar1 p span.boxeventday,
.column_sub #biz_calendar2 p span.boxeventday {
  background-color: #64BDEB;
  padding-left: 25px;
  margin-right: 10px;
}

.column_sub #biz_calendar table.bizcal,
.column_sub #biz_calendar1 table.bizcal,
.column_sub #biz_calendar2 table.bizcal {
  font-size: 12px;
  font-size: 1.2rem;
}

.column_sub #biz_calendar table.bizcal td,
.column_sub #biz_calendar table.bizcal th,
.column_sub #biz_calendar1 table.bizcal td,
.column_sub #biz_calendar1 table.bizcal th,
.column_sub #biz_calendar2 table.bizcal td,
.column_sub #biz_calendar2 table.bizcal th {
  padding: 0.3em 0.2em;
}

@media (max-width: 767px) {
  #biz_calendar,
  #biz_calendar1,
  #biz_calendar2 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #biz_calendar p span.boxholiday,
  #biz_calendar1 p span.boxholiday,
  #biz_calendar2 p span.boxholiday {
    background-color: #ffb0c3;
    padding-left: 25px;
    margin-right: 10px;
  }
  #biz_calendar p span.boxeventday,
  #biz_calendar1 p span.boxeventday,
  #biz_calendar2 p span.boxeventday {
    background-color: #64BDEB;
    padding-left: 25px;
    margin-right: 10px;
  }
  #biz_calendar table.bizcal,
  #biz_calendar1 table.bizcal,
  #biz_calendar2 table.bizcal {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #biz_calendar table.bizcal td,
  #biz_calendar table.bizcal th,
  #biz_calendar1 table.bizcal td,
  #biz_calendar1 table.bizcal th,
  #biz_calendar2 table.bizcal td,
  #biz_calendar2 table.bizcal th {
    padding: 0.3em 0.2em;
  }
}

.calendar_wrap {
  position: relative;
  padding: 4em 1.8em 2em;
  display: inline-block;
  background: rgba(23, 137, 225, 0.05);
  font-size: 10px;
  font-size: 1rem;
}

.calendar_wrap caption {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  margin: auto;
}

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

.calendar_wrap table thead th {
  background: rgba(23, 137, 225, 0.7);
  color: #fff;
  border: 1px solid #1789e1;
  border-bottom: none;
}

.calendar_wrap table tfoot {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

.calendar_wrap table tfoot #prev a {
  width: 26px;
  height: 25px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
}

.calendar_wrap table tfoot #prev a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  transition: .2s;
}

.calendar_wrap table tfoot #prev a:after {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  border-left: 1px solid #fff;
  left: 15%;
}

.calendar_wrap table tfoot #prev a:hover:after {
  left: 2%;
}

.calendar_wrap table tfoot #next a {
  width: 26px;
  height: 25px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  right: 40px;
}

.calendar_wrap table tfoot #next a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  transition: .2s;
}

.calendar_wrap table tfoot #next a:after {
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  border-right: 1px solid #fff;
  right: 15%;
}

.calendar_wrap table tfoot #next a:hover:after {
  right: 2%;
}

.calendar_wrap table tbody td {
  text-align: center;
  background: #fff;
  border: 1px solid #1789e1;
}

@media (min-width: 768px) {
  .column_sub .calendar_wrap {
    padding: 40px 5px 5px;
    width: 100%;
    margin: 0 auto 1em;
  }
  .column_sub .calendar_wrap caption {
    top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .column_sub .calendar_wrap table {
    width: 100%;
  }
  .column_sub .calendar_wrap table th, .column_sub .calendar_wrap table td {
    padding: 0.5em .2em;
  }
  .column_sub .calendar_wrap table tfoot #prev a {
    width: 18px;
    height: 18px;
    top: 0;
    left: 20px;
  }
  .column_sub .calendar_wrap table tfoot #next a {
    width: 18px;
    height: 18px;
    top: 0;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .calendar_wrap {
    padding: 40px 5px 5px;
    width: 100%;
  }
  .calendar_wrap caption {
    top: 10px;
  }
  .calendar_wrap table {
    width: 100%;
  }
  .calendar_wrap table th, .calendar_wrap table td {
    padding: 0.5em .2em;
  }
  .calendar_wrap table tfoot #prev a {
    width: 12px;
    height: 12px;
    top: 0;
    left: 20px;
  }
  .calendar_wrap table tfoot #next a {
    width: 12px;
    height: 12px;
    top: 0;
    right: 20px;
  }
}

/*
 * ボタン矢印(mũi tên button)
 */
.add_arrow {
  display: block;
  position: relative;
}

.add_arrow2 {
  display: block;
  position: relative;
}

.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}

.add_arrow2:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}

.add_arrow.inverse:after  {
  border-top: 1px solid #1789e1;
  border-right: 1px solid #1789e1;
}

.add_arrow2.inverse:after {
  border-top: 1px solid #e50559;
  border-right: 1px solid #e50559;
}

.add_arrow.inverse:hover {
  border-color: #fff;
  color: #fff;
  background: #1789e1;
}

.add_arrow2.inverse:hover {
  border-color: #fff;
  color: #fff;
  background: #e50559;
}

.add_arrow.inverse:hover:after  {
  border-color: #fff;
}

.add_arrow2.inverse:hover:after  {
  border-color: #fff;
}

.add_arrow:hover {
  border: 1px solid #55b5ff;
  color: #fff;
  background: #55b5ff;
}

.add_arrow2:hover {
  border: 1px solid #ed508b;
  color: #fff;
  background: #ed508b;
}

.add_arrow:hover:after  {
  right: 4%;
  border-color: #fff;
}

.add_arrow2:hover:after  {
  right: 4%;
  border-color: #fff;
}

/*
 * moreボタン雛形 (hình dạng button more)
 */
#f_con {
  text-align: center;
}

#f_box {
  display: inline-block;
  max-width: 280px;
  width:100%;
  margin: auto 5px;
}
.f_box {
  display: inline-block;
  max-width: 280px;
  width:100%;
  margin: auto 5px;
}

.more .more2 {
  display: block;
  overflow: hidden;
  margin: auto;
} 

.more a {
  display: block;
  border: 1px solid #1789e1;
  color: #fff;
  background: #1789e1;
  padding: 1em .3em;
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  font-weight: bold;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
}

.more2 a {
  display: block;
  border: 1px solid #e50559;
  color: #fff;
  background: #e50559;
  padding: 1em .3em;
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  font-weight: bold;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .more a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.more a.inverse {
  border: 1px solid #1789e1;
  color: #1789e1;
  background: #fff;
}

/*
 * ボタンエフェクト(button effect)
 */
@media (min-width: 768px) {
  .effect01 {
    overflow: hidden;
    position: relative;
  }
  .effect01:before {
    content: '';
    position: absolute;
    display: block;
    width: 140%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background: #1789e1;
    opacity: 0.3;
    -webkit-transform: translateX(-120%) skewX(15deg);
            transform: translateX(-120%) skewX(15deg);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .effect01:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  }
  .effect01:hover:before {
    -webkit-transform: translateX(-15%) skewX(15deg);
            transform: translateX(-15%) skewX(15deg);
  }
}

header .global_nav > ul > li.has_under > a {
  position: relative;
}

header .global_nav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  transition: .2s;
}

header .global_nav > ul > li.has_under > a.menu_under_open:after {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}

header .global_nav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

header .global_nav > ul > li > ul > li {
  border-bottom: 1px solid #b3b3b3;
}

@media (min-width: 769px) {
  header .global_nav > ul > li.has_under > a {
    padding-right: 1em;
  }
  header .global_nav > ul > li.has_under > a:after {
    border-color: #242424;
    width: 6px;
    height: 6px;
  }
  header .global_nav > ul > li.has_under > a:after {
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
  }
  header .global_nav > ul > li.has_under > a.menu_under_open:after {
    -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
  }
  header .global_nav > ul > li.has_under > ul {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    letter-spacing: -.40em;
    background: rgba(23, 137, 225, 0.9);
    z-index: 52;
  }
  header .global_nav > ul > li.has_under > ul > li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    text-align: center;
    border-bottom: 0;
    padding: 0;
  }
  header .global_nav > ul > li.has_under > ul > li a {
    background: transparent;
    padding: 1em;
  }
}

.pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}

.pagetop a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: rgba(23, 137, 225, 0.9);
}

@media (min-width: 768px) {
  .pagetop a {
    width: 70px;
    height: 70px;
  }
}

.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
          transform: translate(-50%, -20%) rotate(45deg);
  transition: .2s;
}

footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*
 * ページトップのデザインタイプ(type design của top page)
 */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.lead {
  color: #1789e1;
  font-size: 20px;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #1789e1 !important;
}

@media (max-width: 767px) {
  .sp-hide, .pc-only, .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .pc-hide, .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp-hide02, .pc-only02, .tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .pc-hide02, .sp-only02 {
    display: none !important;
  }
}

@media (max-width: 639px) {
  .sp-hide03, .pc-only03, .tablet-only03 {
    display: none !important;
  }
}

@media (min-width: 640px) {
  .pc-hide03, .sp-only03 {
    display: none !important;
  }
}

.arial {
  font-family: "Arial", arial !important;
}

.arial_n {
  font-family: "Arial Narrow", arial !important;
}

.color_pri {
  color: #1789e1;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.inverse h2,
.inverse h3,
.inverse h4,
.inverse p {
  color: #fff;
}

.inverse h2:after {
  background: #fff;
}

.inverse h2 small,
.inverse h2 span {
  color: #fff;
}

/*-----------追記-------------*/
@media (min-width: 640px) {
  .main_visual .main_visual_copy > li img {
    left: 0;
    right: auto;
  }
}

@media (max-width: 639px) {
  .main_visual .main_visual_copy > li img {
    top: auto;
    bottom: 0;
    max-width: none;
    z-index: -1;
  }
}

.main_visual .main_visual_copy > li .box {
  position: absolute;
  content: '';
  display: block;
  width: 15.4%;
  height: 23.65%;
  top: auto;
  left: auto;
  right: 0;
  bottom: 5.8%;
  background: url(/wp-content/uploads/top_btn02.png) no-repeat center/contain;
}

@media (min-width: 640px) {
  .main_visual .main_visual_copy > li .box:hover {
    background: url(/wp-content/uploads/top_btn02_on.png) no-repeat center/contain;
    transition: .2s;
  }
}

@media (max-width: 639px) {
  .main_visual .main_visual_copy > li .box {
    width: 17.89%;
    height: 16.4%;
    right: 5.4%;
    bottom: 3%;
    background: url(/wp-content/uploads/sp_top02_btn.png) no-repeat center/contain;
  }
}

[id^="sec"] {
  padding: 80px 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  [id^="sec"] {
    padding: 10.43025% 0;
  }
}

@media (min-width: 768px) {
  [id^="sec"] h2 {
    margin-bottom: 1.5em;
  }
}

[id^="sec"] .more {
  margin-top: 32px;
}

@media (max-width: 767px) {
  [id^="sec"] .more {
    margin-top: 1.5em;
  }
}

@media (min-width: 768px) {
  #section01 {
    padding-bottom: 64px;
  }
}

#section02 a {
  text-decoration: none;
}

#section02 a:hover img {
  opacity: .8;
  transition: .2s;
}

#section03 a {
  text-decoration: none;
}

#section03 a:hover figure img {
  opacity: .8;
  transition: .2s;
}

#section03 a:hover figure p {
  background: rgba(85, 181, 255, 0.9);
}

#section03 a:hover figure p:after {
  right: .9em;
}

#section03 figure {
  position: relative;
}

@media (max-width: 767px) {
  #section03 figure {
    max-width: 640px;
    margin: auto;
  }
}

#section03 figure p {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(23, 137, 225, 0.9);
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  padding: .8em 1em;
  margin: 0;
  transition: .2s;
}

@media (max-width: 767px) {
  #section03 figure p {
    font-size: 16px;
  }
}

#section03 figure p:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 21px;
  background: url(/wp-content/uploads/top_arrow.png) no-repeat;
  transition: .2s;
}

#sec_contact {
  margin-bottom: 0;
}

#sec_contact .row:nth-child(2) {
  background: #599fd2;
  margin-bottom: 16px;
  padding: 40px 0 32px;
}

@media (max-width: 767px) {
  #sec_contact .row:nth-child(2) {
    margin-bottom: 8px;
    padding: 20px 10px 16px;
  }
}

#sec_contact .row:nth-child(2) p {
  color: #fff;
  text-align: center;
}

@media (min-width: 601px) {
  #sec_contact .row:nth-child(2) p {
    line-height: 24px;
  }
}

@media (max-width: 600px) {
  #sec_contact .row:nth-child(2) p {
    font-size: 12px;
  }
}

#sec_contact .row:nth-child(2) .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  #sec_contact .row:nth-child(2) .box {
    margin-top: 30px;
  }
}

#sec_contact .row:nth-child(2) .box p {
  font-size: 18px;
  font-weight: bold;
  padding: 0 1em;
  margin: 0;
}

@media (max-width: 600px) {
  #sec_contact .row:nth-child(2) .box p {
    font-size: 3.75vw;
    padding: 0 .5em;
  }
}

@media (max-width: 767px) {
  #sec_contact .row:nth-child(2) .box figure {
    width: 10.625%;
  }
}

#sec_contact .row:nth-child(3) {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  #sec_contact .row:nth-child(3) {
    margin-bottom: 8px;
  }
}

#sec_contact .row:nth-child(3) p {
  line-height: 24px;
}

@media (max-width: 767px) {
  #sec_contact .row:nth-child(3) p {
    line-height: 20px;
  }
}

#sec_contact .row:nth-child(3) p.title {
  color: #fff;
  background: #599fd2;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 0;
  padding: .7em 0;
}

@media (max-width: 767px) {
  #sec_contact .row:nth-child(3) p.title {
    font-size: 14px;
  }
}

#sec_contact .row:nth-child(3) p.title span {
  font-size: 16px;
}

@media (max-width: 767px) {
  #sec_contact .row:nth-child(3) p.title span {
    display: block;
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  #sec_contact .row:nth-child(3) .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#sec_contact .row:nth-child(3) .box .s-box {
  text-align: center;
  border: 1px solid #599fd2;
  padding: 20px 10px;
}

@media (min-width: 768px) {
  #sec_contact .row:nth-child(3) .box .s-box {
    width: 50%;
    padding: 32px 10px;
  }
  #sec_contact .row:nth-child(3) .box .s-box:first-child {
    border-right: none;
  }
}

@media (max-width: 767px) {
  #sec_contact .row:nth-child(3) .box .s-box:first-child {
    border-bottom: none;
  }
}

#sec_contact .row:nth-child(3) .box .s-box .tel {
  display: table;
  margin: auto;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: .1em;
  padding-left: 2em;
  position: relative;
}

@media (max-width: 600px) {
  #sec_contact .row:nth-child(3) .box .s-box .tel {
    font-size: 6.25vw;
  }
}

#sec_contact .row:nth-child(3) .box .s-box .tel:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.67em;
  height: 1em;
  background: url(/wp-content/uploads/fd.png) no-repeat center/contain;
}

#sec_contact .row:nth-child(3) .box .s-box .mail {
  white-space: nowrap;
  display: table;
  margin: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: .1em;
  padding-left: 3.75em;
  position: relative;
}

@media (max-width: 1000px) {
  #sec_contact .row:nth-child(3) .box .s-box .mail {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  #sec_contact .row:nth-child(3) .box .s-box .mail {
    font-size: 3.75vw;
  }
}

#sec_contact .row:nth-child(3) .box .s-box .mail:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.375em;
  height: 1.8125em;
  background: url(/wp-content/uploads/mail2.png) no-repeat center/contain;
}

#sec_contact .row:nth-child(3) .box .s-box .br1000 {
  display: none;
}

@media (max-width: 1000px) {
  #sec_contact .row:nth-child(3) .box .s-box .br1000 {
    display: block;
  }
}

@media (min-width: 768px) {
  #sec_contact .row:nth-child(3) .box .s-box:last-child p:last-child {
    margin-top: 1.5em;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  #sec_contact .row:nth-child(3) .box .s-box:last-child p:last-child {
    margin-top: 2em;
  }
}

#sec_contact .row:nth-child(4) .more {
  margin-top: 16px;
}

@media (max-width: 767px) {
  #sec_contact .row:nth-child(4) .more {
    margin-top: 8px;
  }
  #sec_contact .row:nth-child(4) .more a {
    max-width: 300px;
  }
}

#section05 {
  background: url(/wp-content/uploads/top_bg003.jpg) no-repeat center/cover;
}

#section05 .row {
  max-width: 728px;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 10px;
}

@media (max-width: 767px) {
  #section05 .row {
    padding: 20px 10px;
  }
}

#section05 p {
  color: #fff;
  line-height: 24px;
}

@media (min-width: 768px) {
  #section05 p {
    text-align: center;
  }
}

#section06 {
  background: #eef7fa;
}

#section06 .col.span_4 {
  border-radius: 3px;
  background: #fff;
  border: 2px solid #1774d6;
  transition: .2s;
}

#section06 .col.span_4:hover {
  opacity: .8;
}

#section06 .col.span_4 p {
  font-size: 18px;
  font-weight: bold;
  color: #1774d6;
  margin: 0;
}

#section06 .col.span_4 a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

#section06 .news .news_bg {
  background: #fff;
  width: 100%;
}

@media (min-width: 768px) {
  #section06 .news .news_bg {
    height: 200px;
  }
}

@media (min-width: 768px) {
  #section06 .news .news_bg dl {
    height: 160px;
  }
}

@media (min-width: 768px) {
  #section06 .news .news_bg dl dt {
    float: none;
    padding: .9em 0 0 0;
  }
}

#section06 .news .news_bg dl dd {
  border-bottom: 1px solid #e6e2e3;
}

@media (min-width: 768px) {
  #section06 .news .news_bg dl dd {
    padding: .5em 0 .9em 0;
  }
}

#section07 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #section07 iframe {
    height: 300px;
  }
}

#section07 figure {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #section07 figure {
    margin-bottom: 10px;
  }
}

#section07 dl dt, #section07 dl dd {
  color: #3e3e3e;
}

#section07 dl dt {
  border-bottom: 1px solid #d5dadf;
  padding: .5em 0 .5em 11px;
  position: relative;
}

#section07 dl dt:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 2px;
  background: #3e3e3e;
}

#section07 dl dd {
  padding-top: .5em;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  #section07 dl dd {
    margin-bottom: .5em;
  }
}

#section08 {
  background: #f4ede2;
}

#section08 .img-box {
  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;
}

#section08 .img-box figure:not(:last-child) {
  margin-right: 24px;
}

@media (max-width: 1000px) {
  #section08 .img-box figure:not(:last-child) {
    margin-right: 2.4%;
  }
}

#section08 .text-box {
  background: #fff;
  padding: 1.85em;
  box-shadow: 6px 10px 15px 1px #dbd5cb;
}

@media (max-width: 767px) {
  #section08 .text-box {
    padding: 1em .5em;
  }
}

#section08 .text-box p {
  text-align: center;
  color: #e50559;
  font-size: 26px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: .16em;
}

@media (max-width: 600px) {
  #section08 .text-box p {
    font-size: 18px;
    line-height: 24px;
  }
}

#section08 .row:nth-child(3) {
  margin-bottom: 4.4%;
}

@media (max-width: 767px) {
  #section08 .row:nth-child(3) {
    margin-bottom: 8%;
  }
}

#section08 .row:last-child p {
  color: #242424;
  line-height: 24px;
}

@media (min-width: 768px) {
  #section08 .row:last-child p {
    text-align: center;
  }
}

#section09 {
  background: #f4ede2;
}
/*
#section10 {
  background: #f4ede2;
}
*/

@media (min-width: 768px) {
  #section10 .col.span_6:first-child {
    padding-top: 300px;
    background: url(/wp-content/uploads/price_img004.jpg) no-repeat right/cover;
  }
}

@media (max-width: 767px) {
  #section10 .col.span_6 {
    max-width: 640px;
    margin: 0 auto 3%;
  }
  #section10 .col.span_6:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  #section10 .row:nth-child(2) .col.span_6:first-child {
    background: url(/wp-content/uploads/top_img015.jpg) no-repeat center/cover;
  }
}

@media (min-width: 768px) {
  #section10 .row:nth-child(3) .col.span_6:first-child {
    background: url(/wp-content/uploads/top_img016.jpg) no-repeat center/cover;
  }
}

#section10 h3:after {
  top: 5%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#section10 .br1000 {
  display: none;
}

@media (min-width: 768px) and (max-width: 999px) {
  #section10 .br1000 {
    display: block;
  }
}

@media (max-width: 399px) {
  #section10 .br1000 {
    display: block;
  }
}

#section10 .br1000over {
  display: none;
}

@media (min-width: 1000px) {
  #section10 .br1000over {
    display: block;
  }
}

@media (min-width: 400px) and (max-width: 767px) {
  #section10 .br1000over {
    display: block;
  }
}

#section10 p {
  color: #3e3e3e;
  line-height: 24px;
}

#section11 {
  background: url(/wp-content/uploads/top_bg004.jpg) no-repeat center/cover;
}

@media (max-width: 767px) {
  #section11 {
    background: url(/wp-content/uploads/sp_top_bg004.jpg) no-repeat top/cover;
  }
}

#section11 p {
  color: #3e3e3e;
  line-height: 24px;
}

@media (min-width: 768px) {
  #section11 p {
    text-align: center;
  }
}

#section11 .more {
  margin-top: 20px;
}

@media (max-width: 767px) {
  #section11 .more {
    margin-top: 10px;
  }
}

/*-----------animation------------*/
.animation00 {
  visibility: hidden;
}

.animation00.animated {
  visibility: visible;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

/* 20190919 add */

.box_28{text-align: center;padding: 0px 0 30px 0;}
.pm_box1 p{margin-bottom: 10px;}
.pm_box_1{font-size: 28px;}
@media (max-width: 468px) {
    .box_28 img{width: 98%;padding: 1%;}
    .pm_box_3{padding: 0 10px;}
}

/* 20221019 beginner add */

#under_beginner01 .bg_box01 {
  background: #f2f2f2;
  margin-right: 17px;
  padding: 20px;
}

#under_beginner01 img {
  width: 90%;
}
#under_beginner01 dl {
  margin: 0 20px;
}
#under_beginner01 dt {
  text-align: center;
}
#under_beginner01 dd {
  margin-bottom: 2em;
}

#under_beginner01 .sub {
  font-weight: bold;
  font-size: 0.8em;
  text-align: center;
}

#under_beginner01 .title {
  border-bottom: solid 1px black;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 0.75em;
}

#under_beginner02 .bg_container {
  display: block; 
}

#under_beginner02 .bg_box01 {
  border: 1rem #f2f2f2 solid;
  margin-bottom: 20px;
  height: 100%;
  padding: 15px;
}

#under_beginner02 .bg_box02 {
  border: 1rem #f2f2f2 solid;  
  height: 100%;
  padding: 15px;
}

#under_beginner02 .web {
  font-weight: bold;
  color: #87319c;
  padding: 0;
  margin : 0;
}

#under_beginner02 .system {
  font-weight: bold;
  color: #31859c;
  padding: 0;
  margin : 0;
}

#under_beginner02 .title {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}

#under_beginner03 .bg_container {
  display: block; 
	margin-bottom: 40px;
}

#under_beginner03 h3 {
  font-weight: normal;
  font-size: 1.25em;
  background-color: #f7d8ff;
  padding: 10px 10px;
  text-align: center;
  margin-bottom: 20px;
}

#under_beginner03 h3:after {
  background-color: #f7d8ff;
  display: block;
}

#under_beginner03 .box01 {
  display:inline-block;
  vertical-align: top;
}

#under_beginner03 .bg_txt {
  padding-left: 200px;
  vertical-align: top;
}

#under_beginner03 .emp {
  display: block;
  font-weight: bold;
  margin-top: 1em;
}

#under_beginner03 .box01 {
  background-image: url(/wp-content/uploads/beginner_img008.jpg);
  background-repeat: no-repeat;
  background-position: 30px 50%;
  background-size: 135px 150px;
　margin-left: 200px;
}

#under_beginner03 .box02 {
  background-image: url(/wp-content/uploads/beginner_img009.jpg);
  background-repeat: no-repeat;
  background-position: 30px 50%;
  background-size: 135px 150px;
　margin-left: 200px;
}

#under_beginner03 .box03 {
  background-image: url(/wp-content/uploads/beginner_img010.jpg);
  background-repeat: no-repeat;
  background-position: 30px 50%;
  background-size: 135px 150px;
　margin-left: 200px;
}

#under_beginner03 .box04 {
  background-image: url(/wp-content/uploads/beginner_img011.jpg);
  background-repeat: no-repeat;
  background-position: 30px 50%;
  background-size: 135px 150px;
　margin-left: 200px;
}

@media (min-width: 768px) {
  #under_beginner03 .box01 {
    background-position: 30px 0;
  }
}
@media (min-width: 768px) {
  #under_beginner03 .box02 {
    background-position: 30px 0;
  }
}
@media (min-width: 768px) {
  #under_beginner03 .box03 {
    background-position: 30px 0;
  }
}
@media (min-width: 768px) {
  #under_beginner03 .box04 {
    background-position: 30px 0;
  }
}


/* 20221019 top add */

#section01 p {
  color: #242424;
  line-height: 24px;
}

@media (min-width: 768px) {
  #section01 p {
    text-align: center;
  }
}

#section10 {
  background: #f4ede2;
}

#section12 {
  background: #f4ede2;
}
#section12 p {
  color: #242424;
  line-height: 24px;
}

@media (min-width: 768px) {
  #section12 p {
    text-align: center;
  }
}

#section13 p {
  color: #242424;
  line-height: 24px;
}

@media (min-width: 768px) {
  #section13 p {
    text-align: center;
  }
}

#section14 {
  background: #f4ede2;
}

#section14 p {
  color: #242424;
  line-height: 24px;
}

@media (min-width: 768px) {
  #section14 p {
    text-align: center;
  }
}

#section15 p {
  color: #242424;
  line-height: 24px;
}

@media (min-width: 768px) {
  #section15 p {
    text-align: center;
  }
}

#section16 {
  background: #f4ede2;
}

#section16 p {
  color: #242424;
  line-height: 24px;
}

@media (min-width: 768px) {
  #section16 p {
    text-align: center;
  }
}

#section17 p {
  color: #242424;
  line-height: 24px;
}

@media (min-width: 768px) {
  #section17 p {
    text-align: center;
  }
}

#section17 .b_box {
  display: table;
  margin: 0 auto .5em;
  padding: .3em 1em;
  font-weight: bold;
}

#section17 .b_box {
  background: rgba(23, 137, 225, 0.5);
}

#section18 p {
  color: #242424;
  line-height: 24px;
}

@media (min-width: 768px) {
  #section18 p {
    text-align: center;
  }
}
/* 20221114 price
.only{
	font-size: 0.6em;
	display: inline-block;
	background-color: #ffd700;
	padding: 3px;
	margin-left: 1em;
} */
#promari_cource .cource_beginner{
	color: #fff;
	font-weight: bold;
	background-color: #52c2d0;;
	display: inline-block;
	padding: 1.5em;
	margin-right: 10px;
}
#promari_cource .cource_intermediate{
	color: #fff;
	font-weight: bold;
	background-color: #ff69b4;
	display: inline-block;
	padding: 1.5em;
	margin-right: 10px;
}
#promari_cource .cource_advanced{
	color: #fff;
	font-weight: bold;
	background-color: #8a2be2;
	display: inline-block;
	padding: 1.5em;
	margin-right: 10px;
}

@media (min-width: 769px) {
  header .primary_header .global_nav > ul > li.gnav_contact > a {
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
  }
}

/* ナビゲーション最終デザイン */
@media (min-width: 769px) {
  header .primary_header .global_nav { width: 100vw !important; margin-left: calc(50% - 50vw) !important; padding: 8px 0 !important; background: #171a22 !important; box-shadow: 0 12px 28px rgba(23,26,34,.2) !important; }
  header .primary_header .global_nav > ul {
    max-width: 1180px !important;
    min-height: 62px;
    padding: 0 10px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  header .primary_header .global_nav > ul > li + li::before { top: 18px; bottom: 18px; background: rgba(255,255,255,.18); }
  header .primary_header .global_nav > ul > li > a { min-width: 94px; min-height: 62px; padding: 8px 16px !important; }
  header .primary_header .global_nav > ul > li > a:hover { transform: translateY(-2px); background: rgba(52,121,216,.2); border-bottom-color: #6fa7ff; }
  header .primary_header .global_nav > ul > li.gnav_contact > a { min-width: 136px; border: 1px solid rgba(255,255,255,.35); border-top: 3px solid #d33278; background: rgba(255,255,255,.06) !important; }
  header .primary_header .global_nav > ul > li.gnav_contact > a:hover { background: #3479d8 !important; border-color: #fff; }
}

/* ヘッダーロゴの最終表示: 納品PNG全体を切らずに大きく表示 */
@media (min-width: 1101px) {
  header .primary_header .title {
    width: 360px !important;
    padding-left: 56px !important;
    padding-right: 20px !important;
    overflow: visible !important;
  }

  header .primary_header .title a,
  header .primary_header .title img {
    display: block !important;
    width: 200px !important;
    max-width: none !important;
    height: 53px !important;
    min-height: 0;
    object-fit: contain;
    object-position: left center;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  header .primary_header .title {
    width: 220px !important;
    overflow: visible !important;
  }

  header .primary_header .title a,
  header .primary_header .title img {
    display: block !important;
    width: 199px !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0;
    object-fit: contain;
  }
}

/* ナビ文字の最終上書き */
@media (min-width: 769px) {
  header .primary_header .global_nav > ul > li > a {
    font-family: "Noto Sans JP", "Yu Gothic", sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .04em !important;
    line-height: 1.25 !important;
  }
  header .primary_header .global_nav > ul > li > a .pm-nav-en,
  header .primary_header .global_nav > ul > li > a span {
    margin-top: 2px !important;
    color: #a9c4ed !important;
    font-family: Arial, sans-serif !important;
    font-size: 8px !important;
    font-weight: 700 !important;
    letter-spacing: .12em !important;
    line-height: 1 !important;
  }
}

/* 共通ヘッダー：ブランドの背景と、相談方法の優先順位を整える。 */
body header.pm-site-header {
  --pm-header-ink: #2c2238;
  --pm-header-purple: #583577;
  --pm-header-line: #ded6e6;
  --pm-header-gutter: clamp(24px, 4vw, 64px);
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
}
body header.pm-site-header .primary_header {
  border-top: 3px solid #6a4385;
  background:
    radial-gradient(ellipse at 83% 0%, #e8ddefb8 0%, transparent 55%),
    linear-gradient(118deg, transparent 0 64%, #9775b512 64% 64.2%, transparent 64.2% 71%, #9775b50c 71% 71.15%, transparent 71.15%),
    linear-gradient(100deg, #fffefa 0%, #faf7fb 65%, #f1ecf7 100%);
}
body header.pm-site-header .primary_header > .container { width: 100%; max-width: none; padding: 0; }
body header.pm-site-header .primary_header > .container > .row { margin: 0; }
body header.pm-site-header .primary_header .title { background: transparent; }
body header.pm-site-header .primary_header .title img { mix-blend-mode: multiply; }
.pm-site-header .pm-header-connect {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: 0;
  grid-column: 2;
  grid-row: 1;
  padding: 18px var(--pm-header-gutter) 18px 20px;
}
.pm-site-header .pm-header-connect a {
  box-sizing: border-box;
  text-decoration: none;
  margin: 0;
  font-family: inherit;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.pm-site-header .pm-header-phone {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 4px 20px 4px 0;
  color: var(--pm-header-ink);
  white-space: nowrap;
}
.pm-site-header .pm-header-phone-icon { display: grid; place-items: center; color: #806296; }
.pm-site-header .pm-header-phone-icon svg { width: 22px; height: 22px; }
.pm-site-header .pm-header-phone small { display: block; font-size: 10px; line-height: 1.5; letter-spacing: .055em; color: #71627d; }
.pm-site-header .pm-header-phone strong { display: block; margin-top: 5px; font: 700 clamp(18px, 1.7vw, 25px)/1.2 Arial, sans-serif; letter-spacing: .025em; }
.pm-site-header .pm-header-phone:hover { color: #754795; }
.pm-site-header .pm-header-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 68px;
  border: 1px solid var(--pm-header-line);
  border-radius: 8px;
  padding: 12px 15px 12px 20px;
  color: var(--pm-header-ink);
  text-align: left;
}
.pm-site-header .pm-header-action-copy { display: grid; gap: 6px; }
.pm-site-header .pm-header-action-copy small { font-size: 9px; line-height: 1.4; letter-spacing: .035em; white-space: nowrap; }
.pm-site-header .pm-header-action-copy strong { font-size: 14px; font-weight: 700; line-height: 1.4; letter-spacing: .04em; white-space: nowrap; }
.pm-site-header .pm-header-arrow { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; border: 1px solid #d5c5df; border-radius: 50%; }
.pm-site-header .pm-header-arrow svg { width: 18px; height: 18px; transition: transform .2s ease; }
.pm-site-header .pm-header-action:hover .pm-header-arrow svg { transform: translateX(3px); }
.pm-site-header .pm-header-action--briefing { background: #ffffffa6; }
.pm-site-header .pm-header-action--briefing small { color: #796983; }
.pm-site-header .pm-header-action--briefing:hover { background: #fff; border-color: #997baa; }
.pm-site-header .pm-header-action--contact { min-width: 260px; background: linear-gradient(115deg, #422952, #644081); color: #fff; border-color: #513166; box-shadow: 0 5px 14px #4425531c; }
.pm-site-header .pm-header-action--contact small { color: #e1d3ed; }
.pm-site-header .pm-header-action--contact strong { font-size: 16px; }
.pm-site-header .pm-header-action--contact .pm-header-arrow { color: #423150; background: #e6edbd; border-color: #e6edbd; }
.pm-site-header .pm-header-action--contact:hover { background: #45285c; border-color: #45285c; box-shadow: 0 7px 18px #4425532e; }
.pm-site-header .pm-header-connect a:focus-visible,
body header.pm-site-header .primary_header .title a:focus-visible { outline: 3px solid #8053a4; outline-offset: 5px; }
@media (min-width: 769px) {
  body header.pm-site-header .primary_header .container .row { grid-template-columns: minmax(230px, 1fr) auto; }
  body header.pm-site-header .primary_header .title { width: auto !important; padding: 16px 16px 16px var(--pm-header-gutter) !important; }
  body header.pm-site-header .primary_header .title a,
  body header.pm-site-header .primary_header .title img { width: 205px !important; height: 55px !important; }
  body header.pm-site-header .primary_header .global_nav { background: #211d2a !important; box-shadow: 0 7px 16px #25203217 !important; }
  body header.pm-site-header .primary_header .global_nav > ul { max-width: 1440px !important; padding-inline: var(--pm-header-gutter) !important; flex-wrap: nowrap !important; }
  body header.pm-site-header .primary_header .global_nav > ul > li:first-child { margin-right: auto; }
  body header.pm-site-header .primary_header .global_nav > ul > li.gnav_search { flex: 0 0 auto; }
  body header.pm-site-header .primary_header .global_nav > ul > li.gnav_search > a { display: grid; place-items: center; width: 48px; min-width: 48px !important; padding: 8px !important; background: none; text-indent: 0; color: #d8cce3 !important; }
  body header.pm-site-header .primary_header .global_nav > ul > li.gnav_search svg { width: 20px; height: 20px; }
  body header.pm-site-header .primary_header .global_nav > ul > li:first-child + li::before { display: none; }
  body header.pm-site-header .primary_header .global_nav > ul > li > a:hover { background: #c8aed51c !important; border-bottom-color: #c3a9d5 !important; transform: none; }
  body header.pm-site-header .primary_header .global_nav > ul > li.gnav_contact > a { background: #ffffff09 !important; }
  body header.pm-site-header .primary_header .global_nav > ul > li > a .pm-nav-en,
  body header.pm-site-header .primary_header .global_nav > ul > li > a span { color: #c2b3d3 !important; }
  body header.pm-site-header .primary_header .global_nav > ul > li > a .pm-nav-en--news { font-size: 9px !important; }
  body header.pm-site-header .primary_header .global_nav > ul > li > a:focus-visible { outline: 2px solid #e6edbd; outline-offset: -5px; }
}
@media (min-width: 769px) and (max-width: 1190px) {
  body header.pm-site-header { --pm-header-gutter: 24px; }
  body header.pm-site-header .primary_header .container .row { grid-template-columns: 220px minmax(0, 1fr); }
  body header.pm-site-header .primary_header .title a,
  body header.pm-site-header .primary_header .title img { width: 180px !important; height: 49px !important; }
  .pm-site-header .pm-header-connect { gap: 10px; padding-left: 12px; }
  .pm-site-header .pm-header-phone { padding-right: 4px; gap: 8px; }
  .pm-site-header .pm-header-phone-icon { display: none; }
  .pm-site-header .pm-header-phone strong { font-size: 19px; }
  .pm-site-header .pm-header-action { gap: 12px; padding-inline: 14px; min-height: 62px; }
  .pm-site-header .pm-header-action-copy small { display: none; }
  .pm-site-header .pm-header-action-copy strong { font-size: 12px; }
  .pm-site-header .pm-header-action--contact { min-width: 190px; }
  .pm-site-header .pm-header-action--contact strong { font-size: 14px; }
  body header.pm-site-header .primary_header .global_nav > ul > li:first-child { margin-right: 20px; }
  body header.pm-site-header .primary_header .global_nav > ul > li { flex: 1 1 auto; }
  body header.pm-site-header .primary_header .global_nav > ul > li > a { min-width: 0 !important; padding-inline: 7px !important; }
  body header.pm-site-header .primary_header .global_nav > ul > li.gnav_contact > a { min-width: 96px !important; }
}
@media (min-width: 769px) and (max-width: 960px) {
  body header.pm-site-header .primary_header .container .row { grid-template-columns: 190px minmax(0, 1fr); }
  body header.pm-site-header .primary_header .title a,
  body header.pm-site-header .primary_header .title img { width: 160px !important; height: 44px !important; }
  .pm-site-header .pm-header-phone strong { font-size: 16px; }
  .pm-site-header .pm-header-action { padding-inline: 10px; gap: 8px; }
  .pm-site-header .pm-header-action--briefing .pm-header-arrow { display: none; }
  .pm-site-header .pm-header-action--contact { min-width: 154px; }
  body header.pm-site-header .primary_header .global_nav > ul > li:first-child { margin-right: 12px; }
  body header.pm-site-header .primary_header .global_nav > ul > li > a { font-size: 10px !important; padding-inline: 5px !important; }
}
@media (min-width: 1500px) {
  body header.pm-site-header { --pm-header-gutter: max(64px, calc((100vw - 1312px) / 2)); }
  body header.pm-site-header .primary_header .global_nav > ul { padding-inline: 64px !important; }
}
@media (max-width: 768px) {
  body header.pm-site-header { --pm-header-gutter: 20px; }
  body header.pm-site-header .primary_header .container .row { grid-template-columns: minmax(0, 1fr) auto; }
  body header.pm-site-header .primary_header .title { width: auto; margin: 0; justify-self: start; padding: 12px 70px 12px 20px; }
  body header.pm-site-header .primary_header .title a,
  body header.pm-site-header .primary_header .title img { display: block; margin: 0; width: 136px; height: 37px; }
  .pm-site-header .pm-header-connect { grid-column: 1 / -1; grid-row: 2; display: grid; grid-template-columns: 1fr 1.15fr; gap: 9px; padding: 0 16px 12px; }
  .pm-site-header .pm-header-phone { display: none; }
  .pm-site-header .pm-header-action { min-width: 0; min-height: 52px; padding: 10px 12px; gap: 6px; border-radius: 6px; }
  .pm-site-header .pm-header-action-copy small { display: none; }
  .pm-site-header .pm-header-action-copy strong { font-size: 10px; letter-spacing: 0; white-space: normal; }
  .pm-site-header .pm-header-action--contact strong { font-size: 13px; }
  .pm-site-header .pm-header-action--briefing .pm-header-arrow { display: none; }
  .pm-site-header .pm-header-arrow { flex-basis: 26px; width: 26px; height: 26px; }
  .pm-site-header .pm-header-arrow svg { width: 16px; height: 16px; }
  body header.pm-site-header .global_nav .menu_icon { top: 10px; right: 16px; transform: none; }
  body header.pm-site-header .global_nav .menu_icon a { box-sizing: content-box; padding: 12px; width: 20px; height: 20px; overflow: visible; border: 1px solid #dcd0e7; border-radius: 50%; background: #ffffff8c; }
  body header.pm-site-header .global_nav .menu_icon a::before,
  body header.pm-site-header .global_nav .menu_icon a::after,
  body header.pm-site-header .global_nav .menu_icon a span { width: 18px; height: 2px; left: 12px; right: auto; margin: 0; background: #5e3c79; }
  body header.pm-site-header .global_nav .menu_icon a::before { top: 15px; }
  body header.pm-site-header .global_nav .menu_icon a::after { bottom: 15px; }
  body header.pm-site-header .global_nav .menu_icon a.close:not(.fix)::before { top: 50%; background: #5e3c79; }
  body header.pm-site-header .global_nav .menu_icon a.close:not(.fix)::after { bottom: 50%; background: #5e3c79; }
  body header.pm-site-header .global_nav .menu_icon a.close:not(.fix) span { opacity: 0; }
  body header.pm-site-header .global_nav .menu_icon a:focus-visible { outline: 3px solid #8053a4; outline-offset: 3px; }
  body header.pm-site-header .global_nav > ul { background: #211d2a; }
  body header.pm-site-header .global_nav > ul > li:first-child { margin-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .pm-site-header .pm-header-connect a,
  .pm-site-header .pm-header-arrow svg,
  body header.pm-site-header .global_nav .menu_icon a,
  body header.pm-site-header .global_nav .menu_icon a::before,
  body header.pm-site-header .global_nav .menu_icon a::after,
  body header.pm-site-header .global_nav .menu_icon a span { transition: none; }
  .pm-site-header .pm-header-action:hover .pm-header-arrow svg { transform: none; }
}
