@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@800&display=swap");
/* normalize */
@import url(vendor/common.css);
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

html.scrollPrevent {
  overflow: hidden;
  height: 100%;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 1.6em;
  line-height: 1.5;
  color: #333;
  height: auto !important;
  overflow: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 1.4em;
  }
}

main {
  overflow: hidden;
}

figure,
picture {
  margin: 0;
  text-align: center;
}

figure img,
picture img {
  max-width: 100%;
  height: auto;
}

figure figcaption,
picture figcaption {
  margin-top: 0.5em;
  text-align: left;
}

a {
  color: #FA3296;
  transition: all 0.3s;
}

a:hover {
  color: #FA3296;
  text-decoration: none;
}

.highlight a {
  color: #333;
}

.highlight a:hover {
  color: #FA3296;
}

a:not([class]) img,
a.swipebox img {
  transition: all 0.3s;
}

a:not([class]):hover img,
a.swipebox:hover img {
  opacity: 0.8;
}

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: 0rem;
  margin-bottom: 16px;
}

ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 1.6rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

main .contents_wrapper {
  max-width: 100%;
  padding: 0;
}

main .contents_wrapper .container {
  max-width: 1024px;
}

main section {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  main section {
    margin-bottom: 40px;
  }
}

main section:last-child {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  main section:last-child {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }
}

@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: -0.4em;
  }
  .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: 1200px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.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;
  }
}

.sidebar {
  visibility: hidden;
}

.sidebar > .widget_wrap {
  visibility: visible;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 6%;
}

.sidebar ul a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 0.5em;
  border-bottom: rgba(16, 84, 145, 0.1) solid 1px;
}

.sidebar ul a:hover {
  color: #105491;
  background: rgba(16, 84, 145, 0.05);
}

.gutters .col.span_12 + .span_12 {
  margin-left: 0;
}

.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: 1220px) {
  .container {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 30px;
  }
}

.highlight {
  padding: 4% 0;
  background: rgba(16, 84, 145, 0.1);
  color: #333;
}

.highlight.round {
  border-radius: 10px;
}

p.highlight,
.col.highlight {
  padding: 4%;
}

.js-header_break_point {
  display: none;
  z-index: 950;
}

@media (min-width: 768px) {
  .d-flex {
    display: flex;
  }
  .row.flex-wrap {
    flex-wrap: wrap;
  }
  .row.flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .align-items-start {
    align-items: flex-start;
  }
  .align-items-center {
    align-items: center;
  }
  .align-items-end {
    align-items: flex-end;
  }
  .justify-content-center {
    justify-content: center;
  }
  .justify-content-between {
    justify-content: space-between;
  }
}

.column_main .col p + *:not(p),
.column_main .col table + *:not(p) {
  margin-top: 20px;
}

.globalHeader {
  background: #fff;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  top: 0;
}

.globalHeader.scrolled {
  position: fixed;
  top: -400px;
}

.globalHeader.fixed {
  position: fixed;
  top: 0;
  transition: all 0.5s;
}

@media (max-width: 949px) {
  .globalHeader {
    background: #fff;
    z-index: 999;
    width: 100%;
    font-size: 1.8rem;
  }
}

@media (min-width: 950px) {
  .globalHeader {
    background: #fff;
    z-index: 999;
    width: 100%;
  }
}

.globalHeader .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  height: 76px;
  max-width: 100%;
}

.globalHeader .container .globalHeader_top {
  width: 98%;
  margin: 0 auto;
}

@media (max-width: 949px) {
  .globalHeader .container {
    height: 70px;
  }
}

.globalHeader .globalHeader_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.globalHeader .header_logo {
  width: 308px;
  height: 52px;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 949px) {
  .globalHeader .header_logo {
    width: 270px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .globalHeader .header_logo {
    width: 270px;
    height: auto;
  }
}

.globalHeader .header_logo a {
  display: block;
  height: auto;
  line-height: 0;
}

.globalHeader .header_logo a img {
  max-width: 100%;
}

.global_nav {
  width: auto;
  list-style-position: inside;
}

@media (min-width: 768px) {
  .global_nav {
    padding-right: 170px;
  }
}

@media (max-width: 949px) {
  .global_nav {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 70px);
    z-index: 56;
    transition: all 0.3s;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

.global_nav > ul {
  list-style: none;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 949px) {
  .global_nav > ul {
    display: block;
    min-height: 100vh;
    background: #fff;
    width: 100vw;
    transition: all 0.5s;
    height: 100%;
    overflow: auto;
    padding: 0 30px;
  }
}

@media (max-width: 949px) {
  .global_nav > ul li {
    border-bottom: #E9ECEF solid 1px;
  }
  .global_nav > ul li:last-child {
    border: none;
  }
}

@media (max-width: 949px) {
  .global_nav > ul li.contact_btn {
    text-align: center;
    padding: 2em 0;
  }
}

@media (max-width: 949px) {
  .global_nav > ul li.contact_btn a {
    display: inline-block;
    max-width: 315px;
    width: 100%;
    margin: 0;
    padding: 1.1em 1.5em 1.2em 1.5em;
    border-radius: 30px;
    line-height: 1;
    background: #FA3296;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    transition: 0.3s;
    font-size: 1.8rem;
    cursor: pointer;
    font-weight: bold;
  }
}

@media (max-width: 949px) {
  .global_nav > ul li.contact_btn a:after {
    content: none;
  }
}

@media (max-width: 949px) {
  .global_nav > ul li.contact_btn a:hover {
    opacity: 0.8;
  }
}

.global_nav > ul li a {
  color: #333;
  text-decoration: none;
  padding: 1.6em 1em;
  transition: all 0.3s;
  border-top: solid 3px transparent;
}

@media (max-width: 1200px) {
  .global_nav > ul li a {
    padding: 1.6em 0.5em;
  }
}

@media (min-width: 950px) {
  .global_nav > ul li a {
    position: relative;
  }
}

@media (max-width: 949px) {
  .global_nav > ul li a {
    display: block;
    padding: 1em;
    color: #333;
    position: relative;
  }
  .global_nav > ul li a:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #FA3296;
    border-right: solid 2px #FA3296;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -4px;
  }
}

@media (min-width: 950px) {
  .global_nav > ul li a:hover {
    color: #FA3296;
    border-top: solid 3px #FA3296;
  }
}

.global_nav > ul li:first-child a:before {
  content: none;
}

@media (max-width: 949px) {
  .global_nav.open {
    opacity: 1;
    visibility: visible;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
  }
}

/**ハンバーガーメニュー**/
#headerToggle {
  display: none;
}

@media (max-width: 949px) {
  #headerToggle {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    width: 30px;
    height: 25px;
    transition: all 0.3s;
  }
  #headerToggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #FA3296;
    transition: all 0.4s;
  }
  #headerToggle span:nth-of-type(1) {
    top: 0;
  }
  #headerToggle span:nth-of-type(2) {
    top: 11px;
  }
  #headerToggle span:nth-of-type(3) {
    bottom: 0;
  }
  #headerToggle.active span {
    background-color: #FA3296;
  }
  #headerToggle.active span:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
  }
  #headerToggle.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
  }
  #headerToggle.active span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
  }
}

.hdr_info_wrapper {
  display: none;
}

@media (min-width: 950px) {
  .hdr_info_wrapper {
    display: block;
    position: absolute;
    top: 15px;
    right: 1%;
  }
}

.hdr_info_wrapper .hdr_info {
  display: flex;
  align-items: center;
}

.hdr_info_wrapper .hdr_info_group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hdr_info_wrapper .hdr_info_group li {
  margin-left: 10px;
}

.hdr_info_wrapper .hdr_info_group .button, .hdr_info_wrapper .hdr_info_group .inquiry .form_button, .inquiry .hdr_info_wrapper .hdr_info_group .form_button {
  min-width: 160px;
  font-size: 1.4rem;
  background: #FA3296;
  color: #fff;
}

.hdr_info_wrapper .hdr_info_group .button:hover, .hdr_info_wrapper .hdr_info_group .inquiry .form_button:hover, .inquiry .hdr_info_wrapper .hdr_info_group .form_button:hover {
  opacity: 0.8;
}

.sp_hdr_info_wrapper {
  display: none;
}

@media (max-width: 949px) {
  .sp_hdr_info_wrapper {
    display: block;
    position: absolute;
    top: 15px;
    right: 70px;
  }
}

.sp_hdr_info_wrapper .sp_hdr_info_group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li {
  margin-left: 10px;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_tel {
  color: white;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_tel a {
  color: #105491;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_tel i {
  font-size: 3.2rem;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_mail {
  color: white;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_mail a {
  color: #105491;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_mail i {
  font-size: 3.2rem;
}

footer {
  position: relative;
  padding: 60px 0;
  font-size: 14px;
}

@media (max-width: 767px) {
  footer {
    padding: 3em 0 1em;
  }
}

footer .container {
  max-width: 1300px;
}

footer .fNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .fNav ul li a {
  display: block;
  padding: 1em 15px;
  text-decoration: none;
}

footer .fNav ul li.menu-item-has-children ul {
  display: block !important;
}

footer .copy_right {
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  footer ul li.menu-item-has-children ul {
    display: block !important;
    height: auto !important;
  }
  footer ul li.menu-item-has-children ul a {
    font-size: 90%;
    padding-left: 1.5em;
  }
  footer ul li.menu-item-has-children ul ul a {
    padding-left: 2.5em;
  }
  footer .col {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  footer .fNav ul {
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
  footer .fNav ul li {
    border: none !important;
  }
  footer .fNav ul li:first-child a {
    padding-left: 0 !important;
  }
  footer .fNav ul li:not(:last-child) a {
    border-right: 1px solid #BDC7D0;
  }
  footer .fNav ul li a {
    padding: 0.2em 2em 0.2em 2em !important;
    text-decoration: none;
    position: relative;
  }
  footer .fNav ul li > ul {
    padding-left: 0.2em;
  }
  footer .fNav ul li > ul a {
    font-size: 90%;
  }
  footer .fNav ul li > ul a:before {
    width: 5px;
    height: 5px;
    border: none;
    background: #105491;
    border-radius: 50%;
    margin-top: -2px;
  }
  footer .fNav ul li > ul .sub-menu {
    padding-left: 1em;
  }
  footer .fNav ul li > ul .sub-menu a:before {
    width: 5px;
    height: 2px;
    border: none;
    background: #105491;
    border-radius: 0;
    transform: rotate(0);
  }
}

.copy_right {
  color: #0C4375;
  font-size: 1rem;
  margin: 0;
  font-family: "Heebo", sans-serif;
  font-weight: 900;
}

@media (max-width: 767px) {
  .copy_right {
    padding: 1em 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;
  }
}

footer {
  background: #EFF4F8;
  color: #333;
}

footer a {
  color: #333;
}

footer a:hover {
  color: #333;
}

@media (min-width: 768px) {
  footer .container .row nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  footer .container .row nav a {
    display: inline-block;
    padding: 0.3em;
  }
}

.bread_wrap {
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media (min-width: 950px) {
  .bread_wrap {
    margin-top: 76px;
  }
}

@media (max-width: 949px) {
  .bread_wrap {
    margin-top: 70px;
    width: 92%;
  }
}

@media (max-width: 767px) {
  .bread_wrap {
    margin-bottom: 10px;
  }
}

.bread {
  overflow: hidden;
  margin: 0;
  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: #333;
}

.bread ul li a:hover {
  color: #FA3296;
  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 .form_button {
  display: inline-block;
  max-width: 285px;
  width: 100%;
  margin: 0;
  padding: 1.1em 1.5em 1.2em 1.5em;
  border-radius: 30px;
  line-height: 1;
  background: #F5F5F5;
  color: #333;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.3s;
  font-size: 1.6rem;
  cursor: pointer;
  font-weight: bold;
  /*
* ボタン矢印
*/
}

@media (max-width: 767px) {
  .button, .inquiry .form_button {
    width: 315px;
    max-width: 100%;
  }
}

.button:hover, .inquiry .form_button:hover {
  background: #F5F5F5;
  color: rgba(51, 51, 51, 0.8);
}

.button.btn-white, .inquiry .btn-white.form_button {
  background-color: #fff;
}

.button.arrow, .inquiry .arrow.form_button {
  position: relative;
  font-size: 1.6rem;
  padding: 1.1em 45px 1.2em 1.5em;
}

.button.arrow:after, .inquiry .arrow.form_button:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 8%;
  left: auto;
  margin: auto;
  background: url(../../../../../wp-content/uploads/arrow.png) no-repeat center;
  transition: 0.2s;
}

.button.arrow:hover:after, .inquiry .arrow.form_button:hover:after {
  right: 6%;
}

.button.arrow.back_arrow, .inquiry .arrow.back_arrow.form_button {
  padding: 1.1em 1.5em 1.2em 45px;
}

.button.arrow.back_arrow:after, .inquiry .arrow.back_arrow.form_button:after {
  left: 8%;
  right: auto;
  transform: rotate(180deg);
}

.button.arrow.back_arrow:hover:after, .inquiry .arrow.back_arrow.form_button:hover:after {
  left: 6%;
}

.highlight .button, .highlight .inquiry .form_button, .inquiry .highlight .form_button {
  color: #333;
}

.highlight .button:hover, .highlight .inquiry .form_button:hover, .inquiry .highlight .form_button:hover {
  color: rgba(51, 51, 51, 0.8);
}

.button.inverse, .inquiry .inverse.form_button {
  background: none;
  border-color: #105491;
  color: #105491;
}

.button.inverse:after, .inquiry .inverse.form_button:after {
  border-color: #105491;
}

.button.inverse:hover, .inquiry .inverse.form_button:hover {
  background: #105491;
  color: #fff;
}

.button.inverse:hover:after, .inquiry .inverse.form_button:hover:after {
  border-color: #fff;
}

.button.block, .inquiry .block.form_button {
  display: block;
  min-width: 100%;
}

.button.small, .inquiry .small.form_button {
  padding: 0.6em 1em;
  max-width: unset;
  width: auto;
}

.button.small.arrow, .inquiry .small.arrow.form_button {
  padding-right: 2.5em;
}

.button + .button, .inquiry .form_button + .button, .inquiry .button + .form_button, .inquiry .form_button + .form_button {
  margin-left: 0.5em;
}

/* お問い合わせフォーム */
.inquiry fieldset {
  margin: 0;
  padding: 4% 0 0;
  border: none;
  border-top: #e9ecef solid 2px;
}

.inquiry .table-default {
  border: none;
}

.inquiry .table-default th {
  background: none;
  border: none;
  text-align: left;
  padding: 1.4em 0.5em 0.6em 0.5em;
  vertical-align: top;
  font-weight: bold;
}

@media (max-width: 767px) {
  .inquiry .table-default th {
    padding: 0.5em;
  }
}

.inquiry .table-default td {
  background: none;
  border: none;
  padding: 1em 0.5em;
}

@media (max-width: 767px) {
  .inquiry .table-default td {
    padding: 0.5em;
  }
}

.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: 10px;
  color: #000;
  font-size: 1.6rem;
  margin: 0.2em 0.2em;
  background: #f5f5f5;
  border-radius: 5px;
  border: none;
}

.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 .mwform-tel-field {
  display: flex;
  justify-content: space-between;
}

.inquiry .submit {
  margin: 1em 0;
  text-align: center;
}

.inquiry .required {
  display: inline-block;
  color: #ff0000;
  border: solid 1px #ff0000;
  padding: 0.2em 0.5em;
  font-size: 1.2rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

@media (min-width: 768px) {
  .inquiry .pc-w25 {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .inquiry .pc-w25 {
    /*display: none;*/
  }
}

@media (min-width: 768px) {
  .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 {
    margin: 0 0.2em;
  }
  .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 .input_wrap {
    display: block;
    margin: 0 0.2em;
  }
  .inquiry .input_wrap input,
  .inquiry .input_wrap textarea {
    margin: 0;
  }
  .inquiry .input_wrap:last-child {
    margin-right: auto;
  }
  .inquiry .submit {
    margin: 60px 0 0;
  }
}

.form_button_wrap {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .form_button_wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

.form_button_wrap button {
  margin: 0.5em !important;
  border: none;
}

.privacy_wrap {
  margin-top: 5%;
  border: #e9ecef solid 5px;
  padding: 2% 4%;
}

@media (max-width: 767px) {
  .privacy_wrap {
    padding: 30px;
  }
}

.mwform-checkbox-field-text {
  font-weight: bold;
}

.mw_wp_form_confirm .input-show {
  display: none;
}

.mw_wp_form_confirm .inquiry fieldset {
  border: none;
}

@media (min-width: 768px) {
  .mw_wp_form_confirm .inquiry .table-default th,
  .mw_wp_form_confirm .inquiry .table-default td {
    border-bottom: 1px solid #e9ecef;
    padding: 1.5em 0.5em;
  }
}

@media (max-width: 767px) {
  .mw_wp_form_confirm .inquiry .table-default th {
    padding: 1.5em 0.5em 0.5em;
  }
}

@media (max-width: 767px) {
  .mw_wp_form_confirm .inquiry .table-default td {
    padding: 0.5em 0.5em 1.5em 0.5em;
    border-bottom: 1px solid #e9ecef;
  }
}

.mw_wp_form_confirm .row_td {
  border: none !important;
}

@media (min-width: 768px) {
  .mw_wp_form_confirm .row_td {
    padding: 0 0.5em 0 0.5em !important;
  }
}

@media (max-width: 767px) {
  .mw_wp_form_confirm .row_td {
    padding: 0 0.5em 0 0.5em !important;
  }
}

@media (min-width: 768px) {
  .mw_wp_form_confirm .row_td.td_first {
    padding-top: 1.5em !important;
  }
}

@media (max-width: 767px) {
  .mw_wp_form_confirm .row_td.td_first {
    padding-top: 0.5em !important;
  }
}

.mw_wp_form_confirm .row_td.td_last {
  border-bottom: 1px solid #e9ecef !important;
  padding-bottom: 1.5em !important;
}

.mw_wp_form_input .input-hide {
  display: none;
}

.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%;
}

@media (max-width: 767px) {
  .news .heading {
    display: flex;
    justify-content: space-between;
  }
  .news .heading h2 {
    text-align: left;
    margin: 0 0 1em;
  }
  .news .heading h2:after {
    right: auto;
  }
}

.news dl {
  margin: 0;
  overflow-y: auto;
  max-height: 300px;
}

.news dl dt {
  margin: 0.5em 0 0;
  padding: 0 1em;
  color: #93a2af;
  font-weight: 900;
  font-family: "Heebo", sans-serif;
}

.news dl dd {
  margin: 0.5em 0;
  padding: 0 1em 0.5em;
  border-bottom: #ccc solid 1px;
  position: relative;
}

.news dl dd a {
  text-decoration: none;
}

.news dl dd a:hover {
  text-decoration: underline;
}

.news dl .badge_category {
  display: inline-block;
  background: #105491;
  color: white;
  padding: 0.2em 1em;
  margin-left: 1em;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .news h2 {
    margin: 0;
    padding: 0;
  }
  .news h2:after {
    display: none;
  }
  .news .content {
    overflow: hidden;
  }
  .news dl {
    overflow-y: auto;
    max-height: 350px;
  }
  .news dl dt {
    margin: 0;
    padding: 1.5em 0;
    float: left;
  }
  .news dl dd {
    margin: 0;
    padding: 1.5em 0 1.5em 115px;
  }
}

.qa h3.question {
  font-size: 1.6rem;
  border: none;
}

.qa .question {
  position: relative;
  margin-bottom: 1em;
  padding: 1em 50px 1em 1em;
  background-color: rgba(16, 84, 145, 0.1);
  font-weight: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.qa .question:after {
  content: none;
}

.qa .question:before {
  content: none;
}

.qa .question.open:after {
  transform: rotate(180deg);
}

.qa .answer {
  padding: 0 0 0 1em;
}

.qa .answer:not(:last-child) {
  margin-bottom: 2em;
}

.qa.qa_active .question {
  cursor: pointer;
}

.qa.qa_active .question:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 1em;
  left: auto;
  top: 50%;
  bottom: auto;
  margin-top: -12px;
  background: url(../../../../../wp-content/uploads/arrow_down.svg) center center no-repeat;
  background-size: 24px;
  transition: .5s;
  border: none;
}

.qa.qa_active .question:hover {
  background: rgba(14, 76, 131, 0.1);
}

.qa.qa_active .answer {
  display: none;
}

.qa.qa-open .question {
  padding-right: 1em;
  cursor: default;
}

.qa.qa-open .question:hover {
  background-color: rgba(16, 84, 145, 0.1);
}

.qa.qa-open .question:after {
  display: none;
}

.qa.qa-open .answer {
  display: block;
}

.highlight .qa .question {
  background: rgba(19, 97, 168, 0.1);
}

.highlight .qa .question:hover {
  background: rgba(17, 89, 154, 0.1);
}

.highlight .qa.qa-open .question:hover {
  background: rgba(19, 97, 168, 0.1);
}

.shopinfo figure, .shopinfo picture {
  max-width: 80%;
  margin: 0 auto;
}

.shopinfo address {
  text-align: center;
  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: #105491;
}

.shopinfo dl dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

.map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.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, .shopinfo picture {
    max-width: 100%;
  }
  .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    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;
  }
}

#sitemap {
  border-top: rgba(51, 51, 51, 0.3) solid 1px;
}

#sitemap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sitemap ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: .5em 1em;
  border-bottom: rgba(51, 51, 51, 0.3) solid 1px;
  font-size: 1.8rem;
}

#sitemap ul li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#sitemap ul li a:hover {
  background: rgba(16, 84, 145, 0.1);
}

.sns_icons {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0rem;
  margin: auto;
}

.sns_icons > li {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  font-size: 1.6rem;
}

.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.sp_col2 {
    display: flex;
    flex-wrap: wrap;
  }
  .sp_image_cols.sp_col2 .col {
    width: 50%;
    padding: 0 1%;
  }
  .sp_image_cols.sp_col3 {
    display: flex;
    flex-wrap: wrap;
  }
  .sp_image_cols.sp_col3 .col {
    width: 33.3333333333%;
    padding: 0 1%;
  }
}

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-layout: fixed;
}

.table-default thead th, .table-default thead td {
  background: rgba(16, 84, 145, 0.15);
}

.table-default td,
.table-default th {
  border: 1px solid #ccc;
}

.table-default th {
  background: rgba(204, 204, 204, 0.2);
  color: #333;
}

.table-default td {
  background: transparent;
}

.table-menu {
  width: 100%;
}

.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2rem;
}

.table-menu td,
.table-menu th {
  padding: 0.7em 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@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: 2rem;
}

.table-schedule td,
.table-schedule th {
  border: 1px solid #ccc;
  padding: 0.7em 1em;
  text-align: center;
}

@media (max-width: 767px) {
  .table-schedule td,
  .table-schedule th {
    padding: 0.7em 0.3em;
  }
}

.table-schedule thead th {
  background: rgba(204, 204, 204, 0.2);
}

.table-schedule tbody th {
  background: rgba(204, 204, 204, 0.2);
}

.table-schedule td {
  background: transparent;
}

@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;
  }
}

table.table-default.typeA tr td,
table.table-default.typeA tr th {
  border: 0;
}

table.table-default.typeA tr:nth-child(odd) th {
  background: #105491;
}

table.table-default.typeA tr:nth-child(odd) td {
  background: rgba(16, 84, 145, 0.1);
}

table.table-default.typeA tr:nth-child(even) th {
  background: #156fbf;
}

table.table-default.typeA tr:nth-child(even) td {
  background: rgba(21, 111, 191, 0.1);
}

table.table-default.typeB {
  border-spacing: 0;
  overflow: hidden;
}

table.table-default.typeB tbody td,
table.table-default.typeB tbody th {
  background: transparent;
  color: #333;
  border: 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.1);
}

table.table-default.typeB tbody tr {
  position: relative;
}

table.table-default.typeB tbody th {
  color: #105491;
}

table.table-default.typeC th {
  background: rgba(204, 204, 204, 0.2);
  color: #333;
}

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 {
  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(16, 84, 145, 0.1) solid;
}

h1:not(.header_logo) {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 900;
  padding: 1.5em 5%;
  color: #fff;
  background: #105491;
  margin: 0 0 100px;
}

@media (max-width: 767px) {
  h1:not(.header_logo) {
    margin-bottom: 10px;
  }
}

h1:not(.header_logo) a {
  text-decoration: none;
}

h1:not(.header_logo) a:hover {
  text-decoration: underline;
}

h1:not(.header_logo).under_h1_custom {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 220px 0 200px;
  height: 570px;
  background-color: #fff;
}

@media (max-width: 767px) {
  h1:not(.header_logo).under_h1_custom {
    padding: 130px 0 30px;
    background-size: cover;
    height: 280px;
  }
}

h1:not(.header_logo).under_h1_custom .h1_wrapper {
  width: 1200px;
  text-align: left;
  max-width: 98%;
  margin: auto;
  display: block;
}

h1:not(.header_logo).under_h1_custom .h1_wrapper span {
  display: block;
}

h1:not(.header_logo).under_h1_custom .h1_wrapper .under_h1_tit {
  margin-bottom: 0.5em;
}

h1:not(.header_logo).under_h1_custom .h1_wrapper .under_h1_sub {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 767px) {
  h1:not(.header_logo) {
    font-size: 3rem;
    margin: 0 0 50px;
  }
}

h2 {
  display: block;
  margin: 0 auto 1em;
  position: relative;
  text-align: left;
  border: 0;
  font-weight: bold;
  font-size: 3.4rem;
  font-weight: 900;
  color: #105491;
}

h2 a {
  text-decoration: none;
  color: #333;
}

h2 a:hover {
  text-decoration: underline;
  color: #333;
}

h2 span {
  display: block;
  font-size: 1.4rem;
  padding-top: 1em;
}

@media (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
  }
  h2:after {
    width: 20px;
  }
}

h3 {
  margin: 0 0 1em;
  padding-bottom: 0.5em;
  color: #333;
  font-size: 1.8rem;
  position: relative;
  font-weight: 900;
  padding: 1em;
  background: #e9ecef;
}

h3 a {
  text-decoration: none;
}

h3 a:hover {
  text-decoration: underline;
}

h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: #FA3296;
}

@media (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  margin: 0 0 1em;
  padding-left: 1em;
  font-size: 1.8rem;
  position: relative;
  color: #333;
  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: 5px;
  height: 1em;
  margin: auto;
  background: #105491;
}

@media (max-width: 767px) {
  h4 {
    font-size: 1.4rem;
  }
}

.widget_wrap .widget_header {
  font-size: 1.6rem;
  color: #333;
  padding: 0.5em 0 0.5em 0.5em;
  border-bottom: #105491 solid 2px;
  font-weight: bold;
}

.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: 1.4rem;
  }
}

.main_visual {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fff 20%, #105491 20%, #105491 100%);
}

@media (min-width: 768px) {
  .main_visual {
    margin-top: 50px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .main_visual {
    padding-bottom: 350px;
    margin-top: 70px;
    background: linear-gradient(180deg, #fff 0%, #fff 10%, #105491 10%, #105491 100%);
  }
}

.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 .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.main_visual .main_visual_slick .slick-slide picture,
.main_visual .main_visual_slick .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: 1200px;
  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;
  height: 460px;
}

@media (min-width: 768px) {
  .main_visual .main_visual_copy > li {
    left: 0;
    bottom: 10%;
    top: auto;
    right: auto;
  }
}

@media (min-width: 768px) and (max-width: 1270px) {
  .main_visual .main_visual_copy > li {
    bottom: 8vw;
    height: calc(160px + 26vw);
    left: 4%;
  }
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy > li {
    height: 340px;
    width: calc(100% - 60px);
    bottom: 13%;
    top: auto;
  }
}

.main_visual .main_visual_copy > li p {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 900;
}

.main_visual .main_visual_copy > li p.tit {
  font-size: 56px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .main_visual .main_visual_copy > li p.tit {
    font-size: 4.7vw;
  }
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy > li p.tit {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .main_visual .main_visual_copy > li p.sub_tit {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy > li p.sub_tit {
    font-size: 14px;
  }
}

.main_visual .main_visual_copy > li .button, .main_visual .main_visual_copy > li .inquiry .form_button, .inquiry .main_visual .main_visual_copy > li .form_button {
  width: 206px;
}

.main_visual .main_visual_copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 33.33333%;
  max-width: 400px;
  max-height: 400px;
  z-index: 52;
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy > li img {
    width: 90%;
  }
}

.main_visual .main_visual_slick {
  padding-top: 62.5%!important;
}

@media (min-width: 1200px) {
  .main_visual .main_visual_slick {
    padding-top: 0 !important;
    height: 750px !important;
  }
}

@media (min-width: 1440px) {
  .main_visual .main_visual_slick {
    padding-top: 52.08333%!important;
  }
}

@media (max-width: 767px) {
  .main_visual .main_visual_slick {
    padding-top: 66.66667%!important;
  }
}

.slick-dots {
  z-index: 55 !important;
  bottom: 0;
}

.slick-dots li button {
  margin: 0 auto;
  background: #ccc;
}

.slick-dots li.slick-active button {
  background: #105491;
}

.main_visual .main_visual_swiper .swiper-slide {
  position: relative;
}

.main_visual .main_visual_swiper .swiper-slide a {
  color: white;
}

.main_visual .main_visual_swiper .swiper-slide .ofi {
  padding-top: 700px;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  padding: 1em;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper h3 {
  color: white;
  padding: 0;
  margin: 0 0 0.5em;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper h3:after {
  content: none;
}

.main_visual .swiper-button-prev,
.main_visual .swiper-button-next {
  background: #105491;
  color: white;
  width: 60px;
  height: 60px;
}

@media (max-width: 767px) {
  .main_visual .swiper-button-prev,
  .main_visual .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

.main_visual .swiper-button-prev:after,
.main_visual .swiper-button-next:after {
  font-size: 16px;
}

@media (max-width: 767px) {
  .main_visual .swiper-button-prev:after,
  .main_visual .swiper-button-next:after {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .main_visual .swiper-button-prev {
    left: 0;
  }
}

@media (max-width: 767px) {
  .main_visual .swiper-button-next {
    right: 0;
  }
}

.main_visual .swiper-pagination {
  position: static;
  margin: 1em 0;
}

.main_visual .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #105491;
  margin: 0 5px;
  outline-color: transparent;
}

.article_list {
  padding: 0.5em;
  border-bottom: rgba(16, 84, 145, 0.2) solid 1px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .article_list {
    padding: 1em;
  }
}

.article_list:last-of-type {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .article_list:last-of-type {
    margin-bottom: 40px;
  }
}

.article_list .post_header {
  margin: 0;
}

@media (min-width: 768px) {
  .article_list .post_header {
    padding: 1em 0;
    float: left;
  }
}

.article_list .post_header .time {
  color: #93a2af;
  font-weight: 900;
  font-family: "Heebo", sans-serif;
}

.article_list .post_header .category_badge {
  background: #105491;
  color: white;
  font-size: 1.4rem;
  margin-left: 1em;
  display: inline-block;
}

.article_list .post_header .category_badge a {
  display: block;
  padding: 0.2em 1em;
  color: white;
  text-decoration: none;
}

@media (min-width: 768px) {
  .article_list .archive_tit {
    margin: 0;
    padding: 1em 4% 1em 115px;
  }
}

.article_list .archive_tit a {
  text-decoration: none;
  color: #333;
  display: block;
}

.article_list .archive_tit a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FA3296;
  border-right: 2px solid #FA3296;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}

.article_list .archive_tit a:hover {
  opacity: 0.8;
}

.article_list .archive_tit a:hover:after {
  right: 4%;
}

.article_list h2 {
  text-align: left;
  margin: 0 0 0.5em !important;
  padding: 0;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .article_list h2 {
    font-size: 1.9rem;
  }
}

.article_list h2:after {
  content: none;
}

.article_list h2 a:hover {
  text-decoration: none;
  color: #105491;
}

.m-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.m-pagenation .m-pagenation__prev {
  margin-right: 0.5em;
}

.m-pagenation .m-pagenation__prev a {
  display: block;
  text-decoration: none;
  padding: 0.3em 1em;
  border: transparent solid 1px;
  background: #f5f5f5;
  border-radius: 5px;
}

.m-pagenation .m-pagenation__prev a:hover {
  opacity: 0.8;
}

.m-pagenation .m-pagenation__next {
  margin-left: 0.5em;
}

.m-pagenation .m-pagenation__next a {
  display: block;
  text-decoration: none;
  padding: 0.3em 1em;
  border: transparent solid 1px;
  background: #f5f5f5;
  border-radius: 5px;
}

.m-pagenation .m-pagenation__next a:hover {
  opacity: 0.8;
}

.m-pagenation .m-pagenation__body {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.m-pagenation .m-pagenation__body li {
  display: inline-block;
  margin: 0 5px;
}

.m-pagenation .m-pagenation__body li a {
  text-decoration: none;
  display: block;
  padding: 0.3em 1em;
  border: transparent solid 1px;
  background: #f5f5f5;
  border-radius: 5px;
}

.m-pagenation .m-pagenation__body li a:hover {
  opacity: 0.8;
}

.m-pagenation .m-pagenation__body li.-current {
  border-radius: 5px;
  color: #FA3296;
  background: #fff;
  border: #FA3296 solid 1px;
  padding: 0.3em 1em;
}

.article .container {
  border-bottom: #ccc dotted 1px;
  padding-bottom: 3%;
}

.info_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2em;
}

.info_header h2 {
  margin: 0 0 0;
}

.info_header .info_year_select {
  display: table;
  width: 200px;
  background: #F5F5F5;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .info_header .info_year_select {
    width: 120px;
  }
}

.info_header .info_year_select:after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  background: url(../../../../../wp-content/uploads/arrow.png) no-repeat center/contain;
  pointer-events: none;
  transform: rotate(90deg);
}

.info_header .info_year_select select {
  width: 100%;
  background: none;
  font-weight: bold;
  border: none;
  padding: 15px 30px 15px 20px;
  border-radius: 10px;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}

.info_header .info_year_select select option {
  border: none;
}

.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(16, 84, 145, 0.1);
}

.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(16, 84, 145, 0.1);
}

.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 #105491;
  border-right: 3px solid #105491;
  transform: translate(0, -50%) rotate(45deg);
  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;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_single03 .ofi {
  background: rgba(16, 84, 145, 0.1);
}

.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;
  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;
  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;
  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 #105491;
  transition: 0.2s;
  z-index: 1;
}

.article_single04 .slick-prev {
  left: 0;
}

.article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #105491;
  transform: translate(0, -50%) rotate(-45deg);
  transform-origin: right top;
}

.article_single04 .slick-next {
  right: 0;
}

.article_single04 .slick-next:after {
  right: 0;
  border-right: 3px solid #105491;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
}

.article_single04 .ofi {
  background: rgba(16, 84, 145, 0.1);
  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 {
  font-size: 1.6rem;
}

.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 h2 {
  text-align: left;
  margin: 0 0 1em;
  padding: 0 0 1em !important;
  font-size: 3.4rem;
  border-bottom: #e9ecef solid 2px;
}

@media (max-width: 767px) {
  .article_detail h2 {
    font-size: 1.9rem;
  }
}

.article_detail h2:after {
  content: none;
}

.article_detail h2 a:hover {
  text-decoration: none;
  color: #105491;
}

.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 #105491;
  border-right: 5px solid #105491;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .article_detail .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #105491;
    border-right: 5px solid #105491;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_detail .span_12 {
  margin: 2% 0;
}

.article_detail .post_header .time {
  color: #93a2af;
  font-weight: 900;
  font-family: "Heebo", sans-serif;
}

.article_detail .post_header .category_badge {
  background: #105491;
  color: white;
  font-size: 1.4rem;
  margin-left: 1em;
  display: inline-block;
}

.article_detail .post_header .category_badge a {
  display: block;
  padding: 0.2em 1em;
  color: white;
  text-decoration: none;
}

.pager {
  overflow: hidden;
  margin-bottom: 5%;
}

.pager .pager_prev {
  float: left;
}

.pager .pager_prev a {
  display: block;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}

.pager .pager_prev a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #105491;
  border-left: solid 2px #105491;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -6px;
}

.pager .pager_prev a:hover {
  opacity: 0.8;
}

.pager .pager_next {
  float: right;
}

.pager .pager_next a {
  display: block;
  position: relative;
  padding-right: 20px;
  text-decoration: none;
}

.pager .pager_next a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #105491;
  border-right: solid 2px #105491;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -6px;
}

.pager .pager_next a:hover {
  opacity: 0.8;
}

/*
 * moreボタン雛形 (hình dạng button more)
 */
.more {
  display: block;
  overflow: hidden;
  margin: auto;
}

.more a {
  display: block;
  border: 1px solid #105491;
  color: #fff;
  background: #105491;
  padding: 0.6em;
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .more a {
    font-size: 1.8rem;
  }
}

.more a.inverse {
  border: 1px solid #105491;
  color: #105491;
  background: #fff;
}

header .global_nav > ul > li.menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

header .global_nav > ul > li.menu-item-has-children > a {
  position: relative;
}

@media (max-width: 949px) {
  header .global_nav > ul > li.menu-item-has-children > a {
    width: calc(100% - 49px);
  }
}

header .global_nav > ul > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translate(0, -50%) rotate(135deg);
  transition: .2s;
}

@media (max-width: 949px) {
  header .global_nav > ul > li.menu-item-has-children > a:after {
    content: none;
  }
}

header .global_nav > ul > li.menu-item-has-children.menu_under_open > a:after {
  transform: translate(0, 0) rotate(-45deg);
}

header .global_nav > ul > li > .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 950px) {
  header .global_nav > ul > li > .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
}

@media (max-width: 949px) {
  header .global_nav > ul > li > .sub-menu {
    width: 100%;
    display: none;
  }
}

header .global_nav > ul > li > .sub-menu > li {
  border-bottom: 1px solid #E9ECEF;
}

header .global_nav > ul > li > .sub-menu > li:last-child {
  border-bottom: none;
}

header .global_nav > ul > li > .sub-menu > li > a {
  background: white;
  padding-left: 2em;
  position: relative;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a {
  position: relative;
}

@media (max-width: 949px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a {
    width: calc(100% - 49px);
  }
}

@media (min-width: 950px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: .2s;
  }
}

@media (max-width: 949px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a:after {
    content: none;
  }
}

@media (max-width: 949px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children.menu_under_open > a:after {
    transform: translate(0, 0) rotate(-45deg);
  }
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 950px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
}

@media (max-width: 949px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    display: none;
  }
}

@media (min-width: 950px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
  }
}

@media (max-width: 949px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    width: 100%;
    display: none;
  }
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li:not(:last-child) {
  border-bottom: #fff solid 1px;
}

@media (max-width: 949px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li:not(:last-child) {
    border-bottom: #E9ECEF solid 1px;
  }
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li:last-child {
  border-bottom: none;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li a {
  background: white;
}

@media (max-width: 949px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li a {
    padding-left: 2.5em;
  }
}

@media (min-width: 950px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children:hover > .sub-menu, header .global_nav > ul > li > .sub-menu > li.menu-item-has-children.menu_under_open > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

.child-menu-button {
  position: relative;
  width: 49px;
  min-height: 49px;
  background: #000;
  border: 0;
  outline: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (min-width: 950px) {
  .child-menu-button {
    display: none;
  }
}

.child-menu-button:before, .child-menu-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  background: #fff;
  transition: .2s ease;
}

.child-menu-button:before {
  width: 15px;
  height: 1px;
}

.child-menu-button:after {
  width: 1px;
  height: 15px;
}

.child-menu-button.is-open:before {
  opacity: 0;
  transform: rotate(90deg);
}

.child-menu-button.is-open:after {
  transform: rotate(90deg);
}

.child-menu-button.is-open + .sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  display: none;
}

@media (min-width: 950px) {
  header .global_nav > ul > li.menu-item-has-children {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  header .global_nav > ul > li.menu-item-has-children > a {
    padding-right: 2em;
    position: relative;
  }
  header .global_nav > ul > li.menu-item-has-children > a:after {
    border-color: #333;
    width: 6px;
    height: 6px;
  }
  header .global_nav > ul > li.menu-item-has-children > a:after {
    transform: translate(0, -50%) rotate(135deg);
  }
  header .global_nav > ul > li.menu-item-has-children > a.menu_under_open:after {
    transform: translate(0) rotate(-45deg);
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu {
    position: absolute;
    right: 0;
    margin: auto;
    top: 100%;
    min-width: 200px;
    letter-spacing: -.40em;
    z-index: 999;
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li {
    letter-spacing: normal;
    display: block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-bottom: 0;
    padding: 0;
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li:not(:last-child) {
    border-bottom: white solid 1px;
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li a {
    display: block;
    background: #fff;
    padding: .5em;
    color: #fff;
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li a:before {
    content: none;
  }
}

@media (min-width: 950px) and (max-width: 949px) {
  header .global_nav > ul > li.menu-item-has-children {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 950px) {
  header .global_nav > ul > li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  header .global_nav > ul > li.menu-item-has-children:hover > a:after {
    transform: translate(0) rotate(-45deg);
  }
  header .global_nav > ul > li.menu-item-has-children:hover > ul {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 5%;
  z-index: 98;
}

.pagetop a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 50%;
  background: rgba(250, 50, 150, 0.9);
  box-shadow: 0px 18px 18px 8px rgba(7, 44, 77, 0.1);
}

@media (min-width: 768px) {
  .pagetop a {
    width: 64px;
    height: 64px;
  }
}

.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: 0.2s;
}

footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  transform: translateY(-50%);
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.lead {
  color: #105491;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 2rem;
}

.text-large {
  font-size: 1.6rem;
}

.text-small {
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-gray {
  color: #7e7e7e;
}

.text-mosGreen {
  color: #002222 !important;
}

.text-navy {
  color: #001f6a !important;
}

.text-primary {
  color: #105491 !important;
}

.bg-skyBlue {
  background: #dfedf7;
  padding: 70px 0;
}

@media (max-width: 767px) {
  .bg-skyBlue {
    padding: 30px 0;
  }
}

@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: 2.8rem;
  }
  .text-xxlarge {
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 2rem;
  }
  .text-small {
    font-size: 1.2rem;
  }
  .text-xsmall {
    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: 949px) {
  .sp-hide02,
  .pc-only02,
  .tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 950px) {
  .pc-hide02,
  .sp-only02 {
    display: none !important;
  }
}

.arial {
  font-family: "Arial", arial !important;
}

.arial_n {
  font-family: "Arial Narrow", arial !important;
}

.color_pri {
  color: #105491;
}

.js-tel a {
  color: currentColor;
  text-decoration: none;
}

@media (min-width: 768px) {
  .js-tel a {
    pointer-events: none;
  }
}

.fs12 {
  font-size: 12px;
}

@media (max-width: 767px) {
  .sp-fs12 {
    font-size: 12px !important;
  }
}

.fs13 {
  font-size: 13px;
}

@media (max-width: 767px) {
  .sp-fs13 {
    font-size: 13px !important;
  }
}

.fs14 {
  font-size: 14px;
}

@media (max-width: 767px) {
  .sp-fs14 {
    font-size: 14px !important;
  }
}

.fs15 {
  font-size: 15px;
}

@media (max-width: 767px) {
  .sp-fs15 {
    font-size: 15px !important;
  }
}

.fs16 {
  font-size: 16px;
}

@media (max-width: 767px) {
  .sp-fs16 {
    font-size: 16px !important;
  }
}

.fs17 {
  font-size: 17px;
}

@media (max-width: 767px) {
  .sp-fs17 {
    font-size: 17px !important;
  }
}

.fs18 {
  font-size: 18px;
}

@media (max-width: 767px) {
  .sp-fs18 {
    font-size: 18px !important;
  }
}

.fs19 {
  font-size: 19px;
}

@media (max-width: 767px) {
  .sp-fs19 {
    font-size: 19px !important;
  }
}

.fs20 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .sp-fs20 {
    font-size: 20px !important;
  }
}

.fs21 {
  font-size: 21px;
}

@media (max-width: 767px) {
  .sp-fs21 {
    font-size: 21px !important;
  }
}

.fs22 {
  font-size: 22px;
}

@media (max-width: 767px) {
  .sp-fs22 {
    font-size: 22px !important;
  }
}

.fs23 {
  font-size: 23px;
}

@media (max-width: 767px) {
  .sp-fs23 {
    font-size: 23px !important;
  }
}

.fs24 {
  font-size: 24px;
}

@media (max-width: 767px) {
  .sp-fs24 {
    font-size: 24px !important;
  }
}

.fs25 {
  font-size: 25px;
}

@media (max-width: 767px) {
  .sp-fs25 {
    font-size: 25px !important;
  }
}

.fs26 {
  font-size: 26px;
}

@media (max-width: 767px) {
  .sp-fs26 {
    font-size: 26px !important;
  }
}

.fs27 {
  font-size: 27px;
}

@media (max-width: 767px) {
  .sp-fs27 {
    font-size: 27px !important;
  }
}

.fs28 {
  font-size: 28px;
}

@media (max-width: 767px) {
  .sp-fs28 {
    font-size: 28px !important;
  }
}

.fs29 {
  font-size: 29px;
}

@media (max-width: 767px) {
  .sp-fs29 {
    font-size: 29px !important;
  }
}

.fs30 {
  font-size: 30px;
}

@media (max-width: 767px) {
  .sp-fs30 {
    font-size: 30px !important;
  }
}

.fs31 {
  font-size: 31px;
}

@media (max-width: 767px) {
  .sp-fs31 {
    font-size: 31px !important;
  }
}

.fs32 {
  font-size: 32px;
}

@media (max-width: 767px) {
  .sp-fs32 {
    font-size: 32px !important;
  }
}

.fs33 {
  font-size: 33px;
}

@media (max-width: 767px) {
  .sp-fs33 {
    font-size: 33px !important;
  }
}

.fs34 {
  font-size: 34px;
}

@media (max-width: 767px) {
  .sp-fs34 {
    font-size: 34px !important;
  }
}

.fs35 {
  font-size: 35px;
}

@media (max-width: 767px) {
  .sp-fs35 {
    font-size: 35px !important;
  }
}

.fs36 {
  font-size: 36px;
}

@media (max-width: 767px) {
  .sp-fs36 {
    font-size: 36px !important;
  }
}

.fs37 {
  font-size: 37px;
}

@media (max-width: 767px) {
  .sp-fs37 {
    font-size: 37px !important;
  }
}

.fs38 {
  font-size: 38px;
}

@media (max-width: 767px) {
  .sp-fs38 {
    font-size: 38px !important;
  }
}

.fs39 {
  font-size: 39px;
}

@media (max-width: 767px) {
  .sp-fs39 {
    font-size: 39px !important;
  }
}

.fs40 {
  font-size: 40px;
}

@media (max-width: 767px) {
  .sp-fs40 {
    font-size: 40px !important;
  }
}

.fs41 {
  font-size: 41px;
}

@media (max-width: 767px) {
  .sp-fs41 {
    font-size: 41px !important;
  }
}

.fs42 {
  font-size: 42px;
}

@media (max-width: 767px) {
  .sp-fs42 {
    font-size: 42px !important;
  }
}

.fs43 {
  font-size: 43px;
}

@media (max-width: 767px) {
  .sp-fs43 {
    font-size: 43px !important;
  }
}

.fs44 {
  font-size: 44px;
}

@media (max-width: 767px) {
  .sp-fs44 {
    font-size: 44px !important;
  }
}

.fs45 {
  font-size: 45px;
}

@media (max-width: 767px) {
  .sp-fs45 {
    font-size: 45px !important;
  }
}

.fs46 {
  font-size: 46px;
}

@media (max-width: 767px) {
  .sp-fs46 {
    font-size: 46px !important;
  }
}

.fs47 {
  font-size: 47px;
}

@media (max-width: 767px) {
  .sp-fs47 {
    font-size: 47px !important;
  }
}

.fs48 {
  font-size: 48px;
}

@media (max-width: 767px) {
  .sp-fs48 {
    font-size: 48px !important;
  }
}

.fs49 {
  font-size: 49px;
}

@media (max-width: 767px) {
  .sp-fs49 {
    font-size: 49px !important;
  }
}

.fs50 {
  font-size: 50px;
}

@media (max-width: 767px) {
  .sp-fs50 {
    font-size: 50px !important;
  }
}

.fs51 {
  font-size: 51px;
}

@media (max-width: 767px) {
  .sp-fs51 {
    font-size: 51px !important;
  }
}

.fs52 {
  font-size: 52px;
}

@media (max-width: 767px) {
  .sp-fs52 {
    font-size: 52px !important;
  }
}

.fs53 {
  font-size: 53px;
}

@media (max-width: 767px) {
  .sp-fs53 {
    font-size: 53px !important;
  }
}

.fs54 {
  font-size: 54px;
}

@media (max-width: 767px) {
  .sp-fs54 {
    font-size: 54px !important;
  }
}

.fs55 {
  font-size: 55px;
}

@media (max-width: 767px) {
  .sp-fs55 {
    font-size: 55px !important;
  }
}

.fs56 {
  font-size: 56px;
}

@media (max-width: 767px) {
  .sp-fs56 {
    font-size: 56px !important;
  }
}

.fs57 {
  font-size: 57px;
}

@media (max-width: 767px) {
  .sp-fs57 {
    font-size: 57px !important;
  }
}

.fs58 {
  font-size: 58px;
}

@media (max-width: 767px) {
  .sp-fs58 {
    font-size: 58px !important;
  }
}

.fs59 {
  font-size: 59px;
}

@media (max-width: 767px) {
  .sp-fs59 {
    font-size: 59px !important;
  }
}

.fs60 {
  font-size: 60px;
}

@media (max-width: 767px) {
  .sp-fs60 {
    font-size: 60px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mt-4 {
  margin-top: 4em;
}

.mt-5 {
  margin-top: 5em;
}

.inverse h2,
.inverse h3,
.inverse h4,
.inverse p {
  color: #fff;
}

.inverse h2:after {
  background: #fff;
}

.inverse h2 small,
.inverse h2 span {
  color: #fff;
}

.image_right {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .image_right {
    display: inline-block;
    float: right;
    margin-left: 1em;
  }
}

.dsp-home-only {
  display: none;
}

.dsp-under-only {
  display: block;
}

.home .dsp-home-only {
  display: block;
}

.home .dsp-under-only {
  display: none;
}

.ofi.cover img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

.icon-tel:before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.scrolldown {
  position: absolute;
  bottom: 0;
  left: 1%;
}

@media (max-width: 767px) {
  .scrolldown {
    right: 40px;
    left: auto;
  }
}

.scrolldown .scrolldown_inner {
  position: relative;
}

.scrolldown .scrolldown_inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8px;
  width: 1px;
  height: 100px;
  background: #fff;
}

@media (max-width: 767px) {
  .scrolldown .scrolldown_inner:before {
    height: 80px;
  }
}

.scrolldown .scrolldown_inner:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 3.5px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FA3296;
  box-shadow: 0px 0px 0px 5px rgba(250, 50, 150, 0.5);
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  -webkit-animation: circlemove 1.6s ease-in-out infinite,
 cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite,
 cirlemovehide 1.6s ease-out infinite;
}

.scrolldown .scrolldown_inner span {
  position: absolute;
  left: 0;
  bottom: 110px;
  color: #fff;
  font-size: 12px;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-family: "Heebo", sans-serif;
  font-weight: 900;
  letter-spacing: 0.16em;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 90px;
  }
  100% {
    bottom: 0;
  }
}

@keyframes circlemove {
  0% {
    bottom: 90px;
  }
  100% {
    bottom: 0;
  }
}

@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

body.home h2,
.sec_contact h2 {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: -0.05em;
}

@media (max-width: 767px) {
  body.home h2,
  .sec_contact h2 {
    font-size: 28px;
  }
}

.top_contents {
  background-color: #105491;
  color: #fff;
  position: relative;
  z-index: 0;
}

.top_contents h2 {
  color: #fff;
  text-align: left;
}

@media (min-width: 768px) and (max-width: 1150px) {
  .top_contents h2 {
    font-size: 3.7vw !important;
  }
}

.top_contents p {
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: -0.05em;
  font-size: 15px;
}

.top_contents .btn_list {
  list-style: none;
  padding: 0;
  margin-top: 36px;
}

@media (min-width: 768px) {
  .top_contents .btn_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .top_contents .btn_list li {
    min-width: 160px;
    max-width: calc((100% - 20px) / 2);
  }
}

@media (min-width: 768px) {
  .top_contents .btn_list li:not(:first-child) {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .top_contents .btn_list li:not(:first-child) {
    margin-top: 15px;
  }
}

.top_about {
  padding: 270px 0 600px;
}

@media (min-width: 768px) and (max-width: 1440px) {
  .top_about {
    padding: 20% 0 45%;
  }
}

@media (max-width: 767px) {
  .top_about {
    padding: 60px 0 90px 0;
  }
}

.top_about:after {
  content: "Pipeline";
  font-family: "Heebo", sans-serif;
  color: #0c4375;
  display: block;
  position: absolute;
  font-size: 180px;
  font-weight: 800;
  top: auto;
  bottom: 3%;
  right: -3%;
  left: auto;
  margin: auto;
  z-index: -1;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

@media (min-width: 768px) and (max-width: 1440px) {
  .top_about:after {
    font-size: 13vw;
  }
}

@media (max-width: 767px) {
  .top_about:after {
    font-size: 64px;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .top_about .map_img {
    position: absolute;
    left: -5%;
    right: auto;
    top: 14%;
    bottom: auto;
    max-width: 75%;
    display: flex;
    align-items: center;
    margin: auto;
    z-index: -1;
  }
}

@media (max-width: 767px) {
  .top_about .map_img {
    width: 115%;
    margin-left: -15%;
  }
}

.top_company {
  /*padding: 220px 0 500px;*/
  padding: 220px 0 400px;
}

@media (min-width: 768px) and (max-width: 1440px) {
  .top_company {
    /*padding: 15% 0 35%;*/
    padding: 15% 0 28%;
  }
}

@media (max-width: 767px) {
  .top_company {
    padding: 20px 0 120px;
  }
}

.top_company:after {
  content: "Company";
  font-family: "Heebo", sans-serif;
  color: #0c4375;
  display: block;
  position: absolute;
  font-size: 180px;
  font-weight: 800;
  top: auto;
  bottom: 15%;
  left: -3%;
  right: auto;
  margin: auto;
  z-index: -1;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

@media (min-width: 768px) and (max-width: 1440px) {
  .top_company:after {
    font-size: 13vw;
  }
}

@media (max-width: 767px) {
  .top_company:after {
    font-size: 64px;
    bottom: 4%;
  }
}

@media (min-width: 768px) {
  .top_company .company_img {
    position: absolute;
    right: 5%;
    left: auto;
    top: 0;
    bottom: auto;
    max-width: 67%;
    display: flex;
    align-items: center;
    margin: auto;
    z-index: -1;
  }
}

@media (max-width: 767px) {
  .top_company .company_img {
    margin-right: -30px;
    margin-bottom: -30px;
  }
}

.top_news {
  padding: 120px 0;
}

@media (max-width: 767px) {
  .top_news {
    padding: 40px 0;
  }
}

@media (min-width: 768px) {
  .top_news .container {
    max-width: 1024px;
  }
}

.top_news .news_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .top_news .news_tit {
    margin-bottom: 30px;
  }
}

.top_news .news_tit p {
  margin-top: 0;
}

.top_news h2 {
  color: #105491;
  margin: 0;
}

.top_news .content a {
  color: #333;
}

@media (max-width: 767px) {
  .top_news .button, .top_news .inquiry .form_button, .inquiry .top_news .form_button {
    padding: 0.6em 1em 0.7em;
    max-width: unset;
    width: auto;
  }
}

@media (max-width: 767px) {
  .top_news .button.arrow, .top_news .inquiry .arrow.form_button, .inquiry .top_news .arrow.form_button {
    padding-right: 2.5em;
  }
}

.sec_contact {
  padding: 80px 0 95px;
  color: #fff;
  background: url(../../../../../wp-content/uploads/sec_contact_bg.png) no-repeat center/cover;
}

@media (max-width: 767px) {
  .sec_contact {
    padding: 55px 0;
  }
}

.sec_contact h2 {
  text-align: center;
  color: #fff;
}

.sec_contact p {
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: -0.05em;
}

@media (max-width: 767px) {
  .sec_contact p {
    font-size: 15px;
  }
}

.sec_contact .contact_list {
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .sec_contact .contact_list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.sec_contact .button, .sec_contact .inquiry .form_button, .inquiry .sec_contact .form_button {
  padding: 1.5em 45px 1.5em 1.5em;
  width: 286px;
}

.sec_contact .con_tel {
  font-size: 16px;
  font-weight: 900;
}

.sec_contact .con_tel span {
  display: block;
  font-size: 4rem;
  line-height: 1.2;
  font-family: "Heebo", sans-serif;
}

section.border_section .container {
  position: relative;
  padding-top: 60px;
}

@media (max-width: 767px) {
  section.border_section .container {
    padding-top: 40px;
  }
}

section.border_section .container:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: #e9ecef;
}

section.border_section .container:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  top: 0;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: #e82179;
}

h3 .num {
  color: #fff;
  background: #105491;
  padding: 0.1em 0.55em;
  border-radius: 50%;
  margin-right: 0.5em;
  font-size: 1.6rem;
}

.name strong {
  display: block;
}

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.alignright {
  float: right;
  max-width: 34%;
  margin: 0 0 10px 2%;
}

@media (max-width: 767px) {
  .alignright {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}

/* ul01 */
.ul01 {
  margin-bottom: 1em;
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.ul01 li {
  position: relative;
  margin-bottom: 0.3em;
  padding-left: 1.5em;
  box-sizing: border-box;
}

.ul01 li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #105491;
  top: 6px;
  left: 0;
}

.company-table {
  width: 100%;
}

.company-table > tbody > tr > th,
.company-table > tbody > tr > td {
  background: #f7f8f8;
  vertical-align: top;
  border-top: #e9ecef solid 1px;
  text-align: left;
}

@media (max-width: 767px) {
  .company-table > tbody > tr > th,
  .company-table > tbody > tr > td {
    padding: 1em;
    font-size: 80%;
  }
}

.company-table > tbody > tr > th {
  font-weight: bold;
}

@media (min-width: 768px) {
  .company-table > tbody > tr > th {
    padding: 2em 1em 2em 3em;
  }
}

@media (min-width: 768px) {
  .company-table > tbody > tr > td {
    padding: 2em 1em;
  }
}

.company-table .member-table {
  margin-left: 0;
}

.company-table .member-table th,
.company-table .member-table td {
  text-align: left;
  padding: 0 1em 0 0;
}

@media (min-width: 768px) {
  .company-table .member-table th {
    width: 155px;
  }
}

.company-table .member-table td {
  position: relative;
  padding-left: 0.5em;
}

.company-table .member-table td:before {
  content: ":";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
}

.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  box-sizing: border-box;
  visibility: hidden;
  z-index: 99;
}

.cookie-consent.is-show {
  visibility: visible;
}

.cookie-consent a {
  color: #fff !important;
}

.cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: .5em 1.5em;
}

.cookie-agree:hover {
  cursor: pointer;
}

/* パッと消える */
.cc-hide1 {
  display: none;
}

/* ゆっくり消える */
.cc-hide2 {
  -webkit-animation: hide 1s linear 0s;
          animation: hide 1s linear 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

/* メディアクエリ */
@media screen and (max-width: 768px) {
  .cookie-consent {
    flex-direction: column;
  }
  .cookie-text {
    margin-bottom: 1em;
  }
}

