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

@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;
}

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

body {
  background: #fff;
  font-family: "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4em;
  line-height: 1.4;
  color: #222222;
  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: #222222;
  text-decoration: underline;
}

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

.highlight a {
  color: #222222;
}

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

img {
  vertical-align: middle;
}

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 {
  -webkit-transition: none !important;
  transition: none !important;
}

.highlight {
  padding: 4% 0;
  background: rgba(29, 60, 160, 0.05);
  color: #222222;
}

#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: 7%;
  }
  main section:last-child {
    margin-bottom: 9%;
  }
  main section.highlight:last-child {
    margin-bottom: 0;
    padding-bottom: 8%;
  }
}

@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 + .textwidget,
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);
}

img.wp-edited-image[width] {
  width: auto !important;
}

img.wp-edited-image[height] {
  height: auto !important;
}

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

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 {
  width: 386px;
  height: 57px;
  max-width: none;
}

@media (max-width: 600px) {
  header .title img,
  header .title object {
    width: 200px;
    height: 29.53368px;
    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 rgba(255, 255, 255, 0.8);
}

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

header .global_nav > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

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

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

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

header .global_nav > ul > li > a {
  background: rgba(29, 60, 160, 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;
  -webkit-transition: -webkit-transform 0.3s;
  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: #1d3ca0;
  -webkit-transition: -webkit-transform 0.5s;
  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: #1d3ca0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  overflow: hidden;
  text-indent: -9999px;
  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: #1d3ca0;
}

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: #1d3ca0;
}

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;
  -webkit-transition: -webkit-transform 0.3s;
  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);
}

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

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

@media (min-width: 1050px) {
  header .row {
    table-layout: fixed;
    display: table;
    width: 94%;
  }
}

@media (min-width: 1050px) and (max-width: 999px) {
  header .row {
    margin: auto;
    width: 100%;
  }
}

@media (min-width: 1050px) {
  header .container {
    max-width: none;
  }
  header .container .row {
    width: auto;
  }
  header .global_nav,
  header .title {
    margin: 0;
    vertical-align: middle;
    height: 160px;
    display: table-cell;
  }
  header .title {
    max-width: none;
    max-width: none;
    padding: 10px 0;
  }
  header .global_nav {
    text-align: right;
    width: 100%;
    padding: 0;
    padding: 0 0 15px;
    vertical-align: bottom;
  }
  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;
  }
  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: none;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background: #222222;
  }
  header .global_nav > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    color: #222222;
    text-decoration: none;
    background: transparent;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding: 0.3em 1.5em;
  }
}

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

@media (min-width: 1050px) {
  header .global_nav > ul > li > a:hover {
    border-bottom: 2px solid #222222;
    color: #222222;
  }
  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: 1049px) {
  header .global_nav > ul > li a > span,
  header .global_nav > ul > li a > br {
    display: none;
  }
}

.hdr_info_wrap {
  display: none;
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: calc(10% + 20px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}

@media (min-width: 640px) {
  .hdr_info_wrap {
    right: 10%;
  }
}

.hdr_info_wrap .hdr_info_sp a {
  position: relative;
  display: block;
  background: #1d3ca0;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

.hdr_info_wrap .hdr_info_sp a img {
  max-width: 17px;
  max-height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 1050px) {
  .hdr_info_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
  .hdr_info_wrap .hdr_info {
    position: absolute;
    right: 10px;
    top: 35px;
    right: 3%;
  }
}

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 rgba(255, 255, 255, 0.8);
}

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: #00bbfe;
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

@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;
  }
}

.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: #222222;
}

.bread ul li a:hover {
  color: #222222;
  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: 190px;
  margin: 0;
  padding: .8em 1em;
  border: 2px solid #1d3ca0;
  border-radius: 4px;
  line-height: 1.3;
  background: #1d3ca0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

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

.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: #1d3ca0;
}

.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;
}

/* お問い合わせフォーム(form liên lạc) */
.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: rgba(29, 60, 160, 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 .submit .button, .inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
}

.inquiry .required {
  color: #f00;
}

.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(29, 60, 160, 0.05);
}

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

.news h2 {
  color: #222222;
}

.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;
}

.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: #1d3ca0;
}

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

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

.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: 90%;
}

.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 .map_container {
    padding-top: 70%;
  }
  .shopinfo .span_12 .map_container, .shopinfo .span12 .map_container {
    padding-top: 50%;
  }
  .map_wide {
    padding-top: 420px;
  }
}

@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;
  }
}

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 #1d3ca0;
}

.table-default th {
  background: rgba(29, 60, 160, 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 #1d3ca0;
  border-bottom: 1px solid #1d3ca0;
}

@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 #1d3ca0;
  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(29, 60, 160, 0.7);
  color: #fff;
}

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

.table-schedule td {
  background: transparent;
}

.table-summary {
  border-top: 1px solid #1d3ca0;
  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 #1d3ca0;
}

.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;
  }
}

h1:not(.title) {
  text-align: center;
  position: relative;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  padding: .863em .5em;
  color: #fff;
  background: #00bbfe;
  margin: 0 0 .5em;
}

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 0.8em;
  padding-bottom: .6em;
  position: relative;
  border: 0;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  color: #222222;
  text-align: center;
}

h2 a {
  text-decoration: none;
}

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

h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 50px;
  height: 5px;
  background: #00bbfe;
}

@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  h2:before {
    width: 40px;
    height: 3px;
  }
}

h3 {
  margin: 0 0 0.5em;
  padding: .3em .7em;
  color: #222222;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  border-left: 5px solid #00bbfe;
  background: #ecf5fc;
}

h3 a {
  text-decoration: none;
}

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

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

h4 {
  margin: 0 0 0.5em;
  padding-left: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  color: #222222;
  font-weight: bold;
}

h4 a {
  text-decoration: none;
}

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

h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  display: block;
  width: 7px;
  height: 3px;
  margin: auto;
  background: #00bbfe;
}

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

.widget_wrap .widget_header {
  font-size: 16px;
  font-size: 1.6rem;
  color: #222222;
  padding: 0.7em 0 0.7em 1em;
  background: rgba(29, 60, 160, 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) {
  -webkit-transition-delay: 0.5s !important;
          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: 84.2%;
  max-width: 842px;
  max-height: 346px;
  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: 90%;
  }
}

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

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

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

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

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

.slick-dots li.slick-active button {
  background: #1d3ca0;
}

.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;
}

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

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

.article_list:nth-child(even) {
  background: rgba(29, 60, 160, 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);
  -webkit-transition: .3s;
  transition: .3s;
}

.article_list:hover:before {
  background: #1d3ca0;
}

.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 #1d3ca0;
  border-right: 5px solid #1d3ca0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (max-width: 767px) {
  .article_list .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #1d3ca0;
    border-right: 5px solid #1d3ca0;
    -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;
}

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

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

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

.article_single01 .ofi {
  background: rgba(29, 60, 160, 0.05);
}

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

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

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

.article_single02 .ofi {
  background: rgba(29, 60, 160, 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;
  -webkit-transition: opacity 0.3s;
  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 #1d3ca0;
  border-right: 3px solid #1d3ca0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s;
  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(29, 60, 160, 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: 75%;
}

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

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

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

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

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

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

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

.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_container .article_single04_01_img1 .ofi {
  padding-top: 74.5%;
}

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

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

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

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

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

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

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

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

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

.article_single04.article_container .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;
  -webkit-transition: opacity 0.3s;
  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 #1d3ca0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}

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

.article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #1d3ca0;
  -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 #1d3ca0;
  -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(29, 60, 160, 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;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

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

.article_detail {
  background: rgba(29, 60, 160, 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 #1d3ca0;
  border-right: 5px solid #1d3ca0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (max-width: 767px) {
  .article_detail .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #1d3ca0;
    border-right: 5px solid #1d3ca0;
    -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;
}

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

.wp_pager .wp_pager_prev {
  float: left;
}

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

.wp_pager .wp_pager_prev a:before, .wp_pager .wp_pager_prev a:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #000;
  -webkit-transition: .2s;
  transition: .2s;
}

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

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

.wp_pager .wp_pager_prev a:hover {
  text-decoration: underline;
}

.wp_pager .wp_pager_prev a:hover:before {
  left: 0;
}

.wp_pager .wp_pager_prev a:hover:after {
  left: 0;
}

.wp_pager .wp_pager_next {
  float: right;
}

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

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

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

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

.wp_pager .wp_pager_next a:hover {
  text-decoration: underline;
}

.wp_pager .wp_pager_next a:hover:before {
  right: 0;
}

.wp_pager .wp_pager_next a:hover:after {
  right: 0;
}

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

#commentform #comment {
  width: 100%;
}

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

#commentform input[type="submit"] {
  background: #1d3ca0;
  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;
  }
}

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

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

@media (max-width: 767px) {
  .add_arrow:after {
    right: 6%;
  }
}

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

.add_arrow.inverse:hover {
  border-color: #fff;
  color: #fff;
  background: #1d3ca0;
}

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

.add_arrow:hover {
  border: 2px solid #1d3ca0;
  color: #1d3ca0;
  background: #fff;
}

.add_arrow:hover:after {
  right: 6%;
  border-color: #1d3ca0;
}

/*
 * moreボタン雛形 (hình dạng button more)
 */
.more {
  display: block;
  overflow: hidden;
  margin: auto;
}

.more a {
  display: block;
  border: 2px solid #1d3ca0;
  color: #fff;
  background: #1d3ca0;
  padding: .907em 0.6em;
  margin: 0 auto 1px;
  max-width: 230px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: .05em;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .more a {
    max-width: 334px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.more a.inverse {
  border: 2px solid #1d3ca0;
  color: #1d3ca0;
  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: #1d3ca0;
    opacity: 0.3;
    -webkit-transform: translateX(-120%) skewX(15deg);
            transform: translateX(-120%) skewX(15deg);
    -webkit-transition: -webkit-transform 0.3s;
    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);
  -webkit-transition: .2s;
  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 rgba(255, 255, 255, 0.8);
}

@media (min-width: 1050px) {
  header .global_nav > ul > li.has_under {
    position: relative;
  }
  header .global_nav > ul > li.has_under > a {
    padding-right: 1.5em;
  }
  header .global_nav > ul > li.has_under > a:after {
    border-color: #222222;
    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(29, 60, 160, 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%;
    width: 100%;
    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: 9rem;
  right: 5%;
  z-index: 100;
}

@media (min-width: 768px) {
  .pagetop {
    bottom: 12.2rem;
  }
}

.pagetop a {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #1d3ca0;
}

@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);
  -webkit-transition: .2s;
  transition: .2s;
}

footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  -webkit-transform: translateY(-95%);
          transform: translateY(-95%);
}

@media (min-width: 768px) {
  footer.high .pagetop {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  footer.high .pagetop {
    z-index: 98;
  }
}

/*
 * ページトップのデザインタイプ(type design của top page)
 */
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

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

.lead {
  color: #1d3ca0;
  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: #1d3ca0 !important;
}

@media (max-width: 767px) {
  .sp-hide, .pc-only, .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-left {
    text-align: left !important;
  }
  .sp-text-right {
    text-align: right !important;
  }
}

@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 !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
  .pc-text-right {
    text-align: right !important;
  }
}

@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: 1049px) {
  .sp-hide02, .pc-only02, .tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 1050px) {
  .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: #1d3ca0;
}

.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;
}

.link-tel {
  text-decoration: none;
}

@media (min-width: 768px) {
  .link-tel {
    pointer-events: none;
    cursor: default;
  }
}

header .row .ttlTop_txt {
  display: block;
  margin-bottom: 1.2em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

@media (max-width: 1049px) {
  header .row .ttlTop_txt {
    margin-bottom: .8em;
  }
}

@media (max-width: 600px) {
  header .row .ttlTop_txt {
    margin-bottom: .3em;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media (min-width: 601px) and (max-width: 1400px) {
  header .title img {
    width: 300px;
    height: 41.97px;
  }
}

@media (min-width: 601px) and (max-width: 1049px) {
  header .title {
    padding: 20px 0;
  }
  header .title img {
    width: 250px;
    height: 34.97px;
  }
}

@media (max-width: 600px) {
  header .title {
    padding: 15px 0 8px;
  }
}

header .hdr_info_wrap .hdr_info .txt_time {
  margin-bottom: .4em;
  text-align: right;
}

header .hdr_info_wrap .hdr_info .txt_tel {
  margin: 0;
  line-height: 1;
  font-weight: bold;
}

header .hdr_info_wrap .hdr_info .txt_tel span {
  display: inline-block;
  padding: .5em .5em .5em .8em;
  font-size: 14px;
  font-size: 1.4rem;
  border: 2px solid #1d3ca0;
  border-radius: 3rem;
  color: #1d3ca0;
  letter-spacing: .02em;
  -webkit-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
}

header .hdr_info_wrap .hdr_info .txt_tel .link-tel {
  position: relative;
  margin-left: .35em;
  padding-left: 25px;
  font-size: 32px;
  font-size: 3.2rem;
}

header .hdr_info_wrap .hdr_info .txt_tel .link-tel:before {
  content: "";
  position: absolute;
  top: 57%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 26px;
  background: url(/wp-content/uploads/tel_icon.png) no-repeat center center/contain;
}

@media (max-width: 1049px) {
  header .hdr_info_wrap .hdr_info .txt_time {
    margin-bottom: .6em;
  }
  header .hdr_info_wrap .hdr_info .txt_tel span {
    -webkit-transform: translateY(-0.15em);
            transform: translateY(-0.15em);
  }
  header .hdr_info_wrap .hdr_info .txt_tel .link-tel {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media (min-width: 1050px) {
  header .row {
    margin: 0 2%;
  }
  header .title {
    vertical-align: bottom;
    padding-bottom: 3.6rem;
  }
}

@media (min-width: 1050px) and (max-width: 1400px) {
  header .title {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1050px) {
  header .global_nav {
    padding-bottom: 2.2rem;
    padding-right: 18rem;
  }
}

@media (min-width: 1050px) and (max-width: 1400px) {
  header .global_nav {
    padding-bottom: 2.6rem;
  }
}

@media (min-width: 1050px) {
  header .global_nav > ul > li:not(:last-child) {
    position: relative;
  }
  header .global_nav > ul > li:not(:last-child):before {
    content: "";
    position: absolute;
    top: 43%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(20deg);
            transform: translateY(-50%) rotate(20deg);
    display: block;
    width: 0;
    height: 16px;
    border-right: 1px solid #222222;
  }
  header .global_nav > ul > li.has_under > ul {
    top: 5.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 253px;
    background: transparent;
  }
}

@media (min-width: 1050px) and (max-width: 1400px) {
  header .global_nav > ul > li.has_under > ul {
    width: 230px;
  }
}

@media (min-width: 1050px) {
  header .global_nav > ul > li.has_under > ul li a {
    background: rgba(29, 60, 160, 0.9);
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
  }
}

@media (min-width: 1050px) and (max-width: 1400px) {
  header .global_nav > ul > li.has_under > ul li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (min-width: 1050px) {
  header .global_nav > ul > li.has_under > ul li a:hover {
    background: rgba(71, 96, 180, 0.9);
  }
  header .global_nav > ul > li > a {
    margin: 0 1.5em;
    padding: 0 0 .3em;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 4px solid transparent;
  }
}

@media (min-width: 1050px) and (max-width: 1400px) {
  header .global_nav > ul > li > a {
    margin: 0 1em;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (min-width: 1050px) {
  header .global_nav > ul > li > a:hover {
    border-bottom: 4px solid #1d3ca0;
  }
  header .hdr_info_wrap .hdr_info {
    top: 2rem;
    right: 2%;
  }
  header .hdr_more {
    position: absolute;
    bottom: 2.1rem;
    right: 2%;
  }
  header .hdr_more a {
    width: 174px;
    padding: .718em;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: .1em;
  }
}

.main_visual .main_visual_copy {
  width: 1650px;
}

.main_visual .main_visual_copy li img {
  top: auto;
  right: auto;
  bottom: 21%;
}

@media (max-width: 1700px) {
  .main_visual .main_visual_copy li img {
    left: 5%;
  }
}

@media (max-width: 1023px) {
  .main_visual .main_visual_copy li img {
    width: 75vw;
    bottom: 15%;
  }
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy li img {
    bottom: 10%;
  }
}

.main_visual .main_visual_copy.wow img {
  opacity: 0;
}

.main_visual .main_visual_copy.wow img.main_copy01 {
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.main_visual .main_visual_copy.wow img.main_copy02 {
  -webkit-transform-origin: 90% center;
          transform-origin: 90% center;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 1s 1s ease;
  transition: 1s 1s ease;
  z-index: 1;
}

.main_visual .main_visual_copy.wow.animated img {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

h2.tp_h2 {
  padding-bottom: 0;
  text-align: center;
}

h2.tp_h2:before {
  display: none;
}

h2.tp_h2 .h2_en {
  font-family: 'Poppins', sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 600;
  color: #00bbfe;
  line-height: 1;
  letter-spacing: .13em;
}

@media (max-width: 1023px) {
  h2.tp_h2 .h2_en {
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: .1em;
  }
}

@media (max-width: 767px) {
  h2.tp_h2 .h2_en {
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: .07em;
  }
}

h2.tp_h2 .h2_jp {
  display: block;
  margin-top: .2em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .08em;
}

@media (max-width: 767px) {
  h2.tp_h2 .h2_jp {
    margin-top: .4em;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

p.txt {
  letter-spacing: .03em;
}

@media (min-width: 768px) {
  p.txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  p.txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
  }
}

.sec_news h2.tp_h2 {
  color: #fff;
}

.sec_news h2.tp_h2 .h2_en {
  color: #fff;
}

.sec_news .content dl dd {
  border-bottom: none;
}

@media (min-width: 768px) {
  .sec_news {
    margin-top: -7rem;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .sec_news .container {
    padding-left: 6%;
  }
}

@media (min-width: 768px) {
  .sec_news h2.tp_h2 {
    text-align: left;
  }
  .sec_news .news_inner {
    position: relative;
    z-index: 1;
    height: 230px;
  }
}

@media (min-width: 768px) and (min-width: 1701px) {
  .sec_news .news_inner {
    -webkit-transform: translateX(20rem);
            transform: translateX(20rem);
  }
}

@media (min-width: 768px) {
  .sec_news .news_inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100%;
    background: #00bbfe;
    z-index: -1;
    border-radius: 5px;
  }
  .sec_news .heading {
    padding-left: 6%;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .sec_news .heading {
    padding-left: 3%;
  }
}

@media (min-width: 768px) {
  .sec_news .content {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
  }
  .sec_news .content dl {
    max-height: 160px;
  }
  .sec_news .content dl dt, .sec_news .content dl dd {
    padding-top: .7em;
    padding-bottom: .7em;
  }
  .sec_news .content dl dd {
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .sec_news {
    padding: 4rem 0;
    background: #00bbfe;
  }
  .sec_news .content {
    max-height: 250px;
    padding: 1.5rem 0 1.5rem .5rem;
    background: #fff;
    border-radius: 5px;
  }
  .sec_news .content dl {
    max-height: 220px;
    padding-right: .5rem;
  }
  .sec_news .content dl dd {
    margin-top: 0;
  }
}

.sec_concept {
  padding: 15rem 0 6rem;
}

@media (max-width: 1023px) {
  .sec_concept {
    padding: 8rem 0 4rem;
  }
}

@media (max-width: 767px) {
  .sec_concept {
    padding: 4rem 0;
  }
}

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

@media (min-width: 768px) and (max-width: 1740px) {
  .sec_concept .container {
    padding: 0 1rem;
  }
}

@media (min-width: 768px) {
  .sec_concept h2.tp_h2 {
    margin: 0 0 .9em 0;
    text-align: left;
  }
  .sec_concept h2.tp_h2 .h2_jp {
    margin-top: .8em;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.35;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .sec_concept h2.tp_h2 .h2_jp {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sec_concept h2.tp_h2 .h2_jp {
    margin-top: .5em;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (min-width: 768px) and (min-width: 1301px) {
  .sec_concept .img_area {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .sec_concept .img_area figure {
    float: right;
  }
  .sec_concept .img_area figure img {
    max-width: 1032px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .sec_concept .img_area figure img {
    max-width: 800px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sec_concept .img_area figure img {
    max-width: 650px;
  }
}

@media (min-width: 768px) {
  .sec_concept .txt_area {
    display: table;
  }
}

@media (min-width: 768px) and (min-width: 1301px) {
  .sec_concept .txt_area {
    width: 38%;
    padding-left: 5%;
  }
}

@media (min-width: 768px) and (min-width: 1301px) and (max-width: 1700px) {
  .sec_concept .txt_area {
    padding-left: 1%;
  }
}

@media (min-width: 768px) {
  .sec_concept .txt_area .inner {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .sec_concept .img_area {
    margin-bottom: 2rem;
  }
}

.sec_business {
  position: relative;
  padding: 22rem 0 15rem;
  background: #ecf5fc;
}

@media (max-width: 1023px) {
  .sec_business {
    padding: 10rem 0 8rem;
  }
}

@media (max-width: 767px) {
  .sec_business {
    padding: 4rem 0;
  }
}

.sec_business:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  display: block;
  width: 660px;
  height: 240px;
  background: #ecf5fc;
  z-index: -1;
}

@media (max-width: 1400px) {
  .sec_business:before {
    width: 40vw;
  }
}

@media (max-width: 767px) {
  .sec_business:before {
    height: 7rem;
  }
}

.sec_business .businessBox_wrap .businessBox .box_inner {
  height: 100%;
  padding: 3.5rem 2rem 5.5rem;
  background: #fff;
  border-radius: 6px;
}

@media (max-width: 1023px) {
  .sec_business .businessBox_wrap .businessBox .box_inner {
    padding: 2rem 1rem 3rem;
  }
}

.sec_business .businessBox_wrap .businessBox figure figcaption {
  margin: 1.3em 0 .6em;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 1300px) {
  .sec_business .businessBox_wrap .businessBox figure figcaption {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (max-width: 1023px) {
  .sec_business .businessBox_wrap .businessBox figure figcaption {
    margin: .7em 0 .4em;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .sec_business .businessBox_wrap .businessBox figure figcaption {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec_business .businessBox_wrap .businessBox .txt {
  max-width: 390px;
  margin: 0 auto 2.2em;
}

@media (max-width: 1023px) {
  .sec_business .businessBox_wrap .businessBox .txt {
    margin-bottom: 1.3em;
  }
}

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

@media (min-width: 768px) and (max-width: 1700px) {
  .sec_business .container {
    padding: 0 1rem;
  }
}

@media (min-width: 768px) {
  .sec_business h2.tp_h2 {
    margin-bottom: 1.4em;
  }
}

@media (max-width: 767px) {
  .sec_business .businessBox_wrap .businessBox:not(:last-child) {
    margin-bottom: 2rem;
  }
  .sec_business .businessBox_wrap .box_inner {
    max-width: 450px;
    margin: 0 auto;
  }
  .sec_business .businessBox_wrap .box_inner figure img {
    width: 85%;
  }
}

@media (min-width: 1024px) {
  .sec_business .br_max1024_none {
    display: none;
  }
}

@media (min-width: 1101px) {
  .sec_business .br_max1101_none {
    display: none;
  }
}

.sec_business .wow {
  opacity: 0;
}

@media (min-width: 768px) {
  .sec_business .wow.wow01 {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
    -webkit-transition: 1s .2s ease;
    transition: 1s .2s ease;
  }
  .sec_business .wow.wow02 {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
    -webkit-transition: 1s .4s ease;
    transition: 1s .4s ease;
  }
  .sec_business .wow.wow03 {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
    -webkit-transition: 1s .6s ease;
    transition: 1s .6s ease;
  }
}

@media (max-width: 767px) {
  .sec_business .wow {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
    -webkit-transition: 1s .2s ease;
    transition: 1s .2s ease;
  }
}

.sec_business .wow.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sec_recruit {
  padding: 16rem 0 17rem;
}

@media (max-width: 1023px) {
  .sec_recruit {
    padding: 8rem 0 10rem;
  }
}

@media (max-width: 767px) {
  .sec_recruit {
    padding: 4rem 0 6rem;
  }
}

.sec_recruit .container {
  padding: 0;
}

.sec_recruit .sec_recruit_bg {
  padding: 13rem 0;
  background: url(/wp-content/uploads/bnr_img005.jpg) no-repeat center center/cover;
}

@media (max-width: 1023px) {
  .sec_recruit .sec_recruit_bg {
    padding: 8rem 0;
  }
}

@media (max-width: 767px) {
  .sec_recruit .sec_recruit_bg {
    padding: 4rem 1rem;
  }
}

.sec_recruit .txt_wrap {
  position: relative;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 2rem 6rem;
  color: #fff;
  border-bottom: 5px solid #fff;
  overflow: hidden;
}

@media (max-width: 767px) {
  .sec_recruit .txt_wrap {
    max-width: 500px;
    padding: 0 1rem 3rem;
  }
}

.sec_recruit .txt_wrap:before, .sec_recruit .txt_wrap:after {
  content: "";
  position: absolute;
  top: 20px;
  display: block;
  width: 5px;
  height: 100%;
  background: #fff;
}

.sec_recruit .txt_wrap:before {
  left: 0;
}

.sec_recruit .txt_wrap:after {
  right: 0;
}

.sec_recruit .txt_wrap h2.tp_h2 {
  position: relative;
  height: 75px;
  padding: 0 .5em 0 .8em;
  color: #fff;
}

.sec_recruit .txt_wrap h2.tp_h2:before, .sec_recruit .txt_wrap h2.tp_h2:after {
  content: "";
  position: absolute;
  top: 20px;
  display: block;
  width: 50vw;
  height: 5px;
  background: #fff;
}

.sec_recruit .txt_wrap h2.tp_h2:before {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.sec_recruit .txt_wrap h2.tp_h2:after {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.sec_recruit .txt_wrap h2.tp_h2 .h2_en {
  color: #fff;
}

.sec_recruit .txt_wrap .sec_recruit_txt {
  margin-bottom: .5em;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 1023px) {
  .sec_recruit .txt_wrap .sec_recruit_txt {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .sec_recruit .txt_wrap .sec_recruit_txt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.sec_recruit .txt_wrap .txt {
  margin-bottom: 2.2em;
}

@media (min-width: 451px) {
  .sec_recruit .txt_wrap br.br_min451_none {
    display: none;
  }
}

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

@media (max-width: 1023px) {
  .sec_company .table_area .ft_logo img {
    width: 340px;
  }
}

@media (max-width: 767px) {
  .sec_company .table_area .ft_logo img {
    width: 270px;
  }
}

.sec_company .table_area table tr:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}

.sec_company .table_area table th {
  text-align: left;
  vertical-align: top;
}

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

@media (min-width: 768px) and (max-width: 1220px) {
  .sec_company .container {
    padding: 0 1rem;
  }
}

@media (min-width: 768px) and (min-width: 901px) {
  .sec_company .table_area {
    width: 41%;
  }
}

@media (min-width: 768px) {
  .sec_company .table_area .ft_logo {
    text-align: left;
  }
  .sec_company .table_area table {
    margin: 3rem 0 4rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sec_company .table_area table {
    margin: 2rem 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .sec_company .table_area table th, .sec_company .table_area table td {
    padding-top: 1.37em;
    padding-bottom: 1.37em;
    line-height: 1.7;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sec_company .table_area table th, .sec_company .table_area table td {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .sec_company .table_area table th {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (min-width: 1221px) {
  .sec_company .table_area table td {
    padding-left: 3em;
    padding-right: 4em;
  }
}

@media (min-width: 768px) {
  .sec_company .table_area .more a {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (min-width: 901px) {
  .sec_company .map_area {
    width: 57%;
  }
}

@media (min-width: 768px) {
  .sec_company .map_area .map_container {
    padding-top: 600px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sec_company .map_area .map_container {
    padding-top: 480px;
  }
}

@media (max-width: 767px) {
  .sec_company .table_area {
    margin-bottom: 3rem;
  }
  .sec_company .table_area table {
    margin: 2rem auto 1.5rem;
  }
}

.sec_blog {
  padding: 17rem 0 16rem;
}

@media (max-width: 1023px) {
  .sec_blog {
    padding: 10rem 0 9rem;
  }
}

@media (max-width: 767px) {
  .sec_blog {
    padding: 6rem 0;
  }
}

.sec_blog .container {
  max-width: 1200px;
}

@media (max-width: 1220px) {
  .sec_blog .container {
    padding: 0 1rem;
  }
}

.sec_blog figure a {
  position: relative;
  text-decoration: none;
}

.sec_blog figure a h2.tp_h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
}

.sec_blog figure a h2.tp_h2 .h2_en {
  color: #fff;
}

@media (min-width: 768px) {
  .sec_blog figure {
    overflow: hidden;
  }
  .sec_blog figure a img {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .sec_blog figure a:hover img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
}

footer {
  width: 100%;
}

footer .tuibi_contact_area {
  background: #ecf5fc;
  color: #222222;
}

footer .tuibi_contact_area .link-tel {
  color: #222222;
}

@media (min-width: 768px) {
  footer.low .tuibi_contact_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 10px 15px 10px rgba(0, 0, 0, 0.15);
    z-index: 99;
  }
  footer .tuibi_contact_area .pc_tuibi_area {
    max-width: 996px;
    height: 160px;
    margin: 0 auto;
    padding: 3rem 0 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer .tuibi_contact_area .pc_tuibi_area {
    max-width: 800px;
    padding: 1.5rem 1rem;
  }
}

@media (min-width: 768px) {
  footer .tuibi_contact_area .pc_tuibi_area .col {
    display: table;
    margin: 0;
  }
  footer .tuibi_contact_area .pc_tuibi_area .col .inner {
    display: table-cell;
    vertical-align: middle;
  }
  footer .tuibi_contact_area .pc_tuibi_area .area01 {
    width: 30%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer .tuibi_contact_area .pc_tuibi_area .area01 {
    width: 27%;
  }
}

@media (min-width: 768px) {
  footer .tuibi_contact_area .pc_tuibi_area .area01 h2.tp_h2 {
    margin: .5em 0 0;
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer .tuibi_contact_area .pc_tuibi_area .area01 h2.tp_h2 .h2_en {
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: .02em;
  }
}

@media (min-width: 768px) {
  footer .tuibi_contact_area .pc_tuibi_area .area02 {
    width: 40%;
    padding-left: 3%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer .tuibi_contact_area .pc_tuibi_area .area02 {
    width: 45%;
    padding: 0 1rem;
  }
}

@media (min-width: 768px) {
  footer .tuibi_contact_area .pc_tuibi_area .area02 .area02_txt01 {
    margin-bottom: .5em;
  }
  footer .tuibi_contact_area .pc_tuibi_area .area02 .area02_txt02 {
    -webkit-transform: translateX(-0.5em);
            transform: translateX(-0.5em);
  }
  footer .tuibi_contact_area .pc_tuibi_area .area03 {
    width: 30%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer .tuibi_contact_area .pc_tuibi_area .area03 {
    width: 28%;
    padding-top: 2rem;
  }
}

@media (min-width: 768px) {
  footer .tuibi_contact_area .pc_tuibi_area .area03 .txt_tel {
    margin-bottom: .6em;
    text-align: right;
  }
  footer .tuibi_contact_area .pc_tuibi_area .area03 .txt_tel .link-tel {
    position: relative;
    padding-left: 30px;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer .tuibi_contact_area .pc_tuibi_area .area03 .txt_tel .link-tel {
    font-size: 26px;
    font-size: 2.6rem;
    padding-left: 23px;
  }
}

@media (min-width: 768px) {
  footer .tuibi_contact_area .pc_tuibi_area .area03 .txt_tel .link-tel:before {
    content: "";
    position: absolute;
    top: 57%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 26px;
    background: url(/wp-content/uploads/tel_icon.png) no-repeat center center/contain;
  }
  footer .tuibi_contact_area .pc_tuibi_area .area03 .more a {
    margin-right: 0;
    max-width: 272px;
    padding: .63em .6em;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer .tuibi_contact_area .pc_tuibi_area .area03 .more a {
    max-width: 210px;
  }
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 9rem;
  }
  footer .tuibi_contact_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 10px 15px 10px rgba(0, 0, 0, 0.15);
    z-index: 99;
  }
  footer .tuibi_contact_area .sp_tuibi_area {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  footer .tuibi_contact_area .sp_tuibi_area .area {
    width: 50%;
  }
  footer .tuibi_contact_area .sp_tuibi_area .area:not(:last-child) .inner {
    border-right: 1px solid #000;
  }
  footer .tuibi_contact_area .sp_tuibi_area .area a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem 0;
  }
  footer .tuibi_contact_area .sp_tuibi_area .area a .inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    padding: .5rem 0;
  }
  footer .tuibi_contact_area .sp_tuibi_area .area a .inner img {
    height: 24px;
    margin-bottom: 5px;
  }
  footer .tuibi_contact_area .sp_tuibi_area .area a .inner span {
    color: #222222;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  footer {
    padding-bottom: 1em;
  }
  footer .container {
    max-width: 100%;
    padding: 0 1rem;
  }
  footer nav {
    padding-top: 2em;
  }
}

@media (max-width: 767px) {
  footer {
    padding-top: 1em;
  }
}

.list_pl_fix {
  padding-left: 1.3em;
}

.txt_line-through {
  text-decoration: line-through;
  color: red;
}

.highlight {
  padding: 2rem;
}

@media (max-width: 767px) {
  .highlight {
    padding: 1.5rem 1rem;
  }
}

.highlight.border {
  background: none;
  border: 3px solid #00bbfe;
}

.point {
  color: #fff;
  background: #00bbfe;
  padding: 0.2em 0.5em;
}

.pg_flow_wrap .row:not(:last-child) {
  position: relative;
  margin-bottom: 10rem;
}

.pg_flow_wrap .row:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: -7.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-width: 5rem 5rem 0 5rem;
  border-style: solid;
  border-color: rgba(0, 187, 254, 0.6) transparent transparent transparent;
}

@media (max-width: 767px) {
  .pg_flow_wrap .row:not(:last-child) {
    margin-bottom: 7rem;
  }
  .pg_flow_wrap .row:not(:last-child)::before {
    bottom: -5.5rem;
    border-width: 4rem 4rem 0 4rem;
  }
}

.pg_flow_wrap .txt_tel {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.pg_flow_wrap .txt_tel .link-tel {
  font-size: 28px;
  font-size: 2.8rem;
}

@media (max-width: 767px) {
  .pg_flow_wrap .txt_tel {
    font-size: 20px;
    font-size: 2rem;
  }
  .pg_flow_wrap .txt_tel .link-tel {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.qa_wrap .qa {
  position: relative;
  margin-bottom: 1.2em;
}

.qa_wrap .qa dt, .qa_wrap .qa dd {
  padding: 1em;
}

.qa_wrap .qa dt {
  position: relative;
  background: rgba(29, 60, 160, 0.05);
  font-weight: normal;
}

@media (min-width: 768px) {
  .qa_wrap .qa dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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