@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://use.fontawesome.com/releases/v6.7.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --navi_event_type: hover;
  --header_break_point: 1000;
  --main_slide_break_point: 768;
}

/*!
  12 COLUMN : RESPONSIVE GRID SYSTEM
  DEVELOPER : DENIS LEBLANC
  URL : http://responsive.gs
  VERSION : 3.0
  LICENSE : GPL & MIT
*/
*, *:after, *:before {
  box-sizing: border-box;
}

.container {
  max-width: 100%;
  margin: 0 auto;
}

.row {
  padding-bottom: 0;
}

.col {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .span_1 {
    width: 8.33333333333%;
  }
  .span_2 {
    width: 16.6666666667%;
  }
  .span_3 {
    width: 25%;
  }
  .span_4 {
    width: 33.3333333333%;
  }
  .span_5 {
    width: 41.6666666667%;
  }
  .span_6 {
    width: 50%;
  }
  .span_7 {
    width: 58.3333333333%;
  }
  .span_8 {
    width: 66.6666666667%;
  }
  .span_9 {
    width: 75%;
  }
  .span_10 {
    width: 83.3333333333%;
  }
  .span_11 {
    width: 91.6666666667%;
  }
  .span_12 {
    width: 100%;
  }
  .gutters .row {
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 30px;
  }
  .gutters .span_1 {
    width: 6.5%;
  }
  .gutters .span_2 {
    width: 15%;
  }
  .gutters .span_3 {
    width: 23.5%;
  }
  .gutters .span_4 {
    width: 32%;
  }
  .gutters .span_5 {
    width: 40.5%;
  }
  .gutters .span_6 {
    width: 49%;
  }
  .gutters .span_7 {
    width: 57.5%;
  }
  .gutters .span_8 {
    width: 66%;
  }
  .gutters .span_9 {
    width: 74.5%;
  }
  .gutters .span_10 {
    width: 83%;
  }
  .gutters .span_11 {
    width: 91.5%;
  }
  .gutters .span_12 {
    width: 100%;
  }
}

/*!
 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1
*/
.container {
  padding: 0 1%;
}

.container img {
  max-width: 100%;
  height: auto;
}

* + .container {
  margin-top: 2em;
}

.row:not(:last-child) {
  margin-bottom: 4%;
}

.col:not(:last-child) {
  margin-bottom: 3%;
}

@media (min-width: 768px) {
  .container {
    max-width: 1180px;
    margin: auto;
    padding: 0 10px;
  }
  * + .container {
    margin-top: 40px;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .row.reverse {
    flex-flow: row-reverse;
  }
  .col:not(:last-child) {
    margin-bottom: 0;
  }
  .col.offset_1 {
    margin-left: 8.33333333333%;
  }
  .col.offset_2 {
    margin-left: 16.6666666667%;
  }
  .col.offset_3 {
    margin-left: 25%;
  }
  .col.offset_4 {
    margin-left: 33.3333333333%;
  }
  .col.offset_5 {
    margin-left: 41.6666666667%;
  }
  .col.offset_6 {
    margin-left: 50%;
  }
  .col.offset_7 {
    margin-left: 58.3333333333%;
  }
  .col.offset_8 {
    margin-left: 66.6666666667%;
  }
  .col.offset_9 {
    margin-left: 75%;
  }
  .col.offset_10 {
    margin-left: 83.3333333333%;
  }
  .col.offset_11 {
    margin-left: 91.6666666667%;
  }
  .col.offset_12 {
    margin-left: 100%;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .d-flex {
    display: flex;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .reverse {
    flex-direction: row-reverse;
  }
  .align-items-start {
    align-items: flex-start;
  }
  .align-items-center {
    align-items: center;
  }
  .align-items-end {
    align-items: flex-end;
  }
  .justify-content-start {
    justify-content: flex-start;
  }
  .justify-content-center {
    justify-content: center;
  }
  .justify-content-between {
    justify-content: space-between;
  }
  .justify-content-end {
    justify-content: flex-end;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .row.col_5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

.grid_16 .span_1 {
  width: 6.25%;
}

.grid_16 .span_2 {
  width: 12.5%;
}

.grid_16 .span_3 {
  width: 18.75%;
}

.grid_16 .span_4 {
  width: 25%;
}

.grid_16 .span_5 {
  width: 31.25%;
}

.grid_16 .span_6 {
  width: 37.5%;
}

.grid_16 .span_7 {
  width: 43.75%;
}

.grid_16 .span_8 {
  width: 50%;
}

.grid_16 .span_9 {
  width: 56.25%;
}

.grid_16 .span_10 {
  width: 62.5%;
}

.grid_16 .span_11 {
  width: 68.75%;
}

.grid_16 .span_12 {
  width: 75%;
}

.grid_16 .span_13 {
  width: 81.25%;
}

.grid_16 .span_14 {
  width: 87.5%;
}

.grid_16 .span_15 {
  width: 93.75%;
}

.grid_16 .span_16 {
  width: 100%;
}

.grid_16.gutters .span_1 {
  width: 4.375%;
}

.grid_16.gutters .span_2 {
  width: 10.75%;
}

.grid_16.gutters .span_3 {
  width: 17.125%;
}

.grid_16.gutters .span_4 {
  width: 23.5%;
}

.grid_16.gutters .span_5 {
  width: 29.875%;
}

.grid_16.gutters .span_6 {
  width: 36.25%;
}

.grid_16.gutters .span_7 {
  width: 42.625%;
}

.grid_16.gutters .span_8 {
  width: 49%;
}

.grid_16.gutters .span_9 {
  width: 55.375%;
}

.grid_16.gutters .span_10 {
  width: 61.75%;
}

.grid_16.gutters .span_11 {
  width: 68.125%;
}

.grid_16.gutters .span_12 {
  width: 74.5%;
}

.grid_16.gutters .span_13 {
  width: 80.875%;
}

.grid_16.gutters .span_14 {
  width: 87.25%;
}

.grid_16.gutters .span_15 {
  width: 93.625%;
}

.grid_16.gutters .span_16 {
  width: 100%;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.scrollPrevent {
  overflow: hidden;
  height: 100%;
}

body {
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Arial, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #000000;
  height: auto !important;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}

figure {
  margin: 0;
  text-align: center;
}

figure img {
  max-width: 100%;
  height: auto;
}

figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

picture {
  margin: 0;
  text-align: center;
}

picture img {
  max-width: unset;
  height: auto;
}

a {
  color: #004399;
  transition: all .3s;
  overflow-wrap: anywhere;
}

a:hover {
  color: #004399;
  text-decoration: none;
}

.highlight a {
  color: #000000;
}

.highlight a:hover {
  color: #004399;
}

a:not([class]) img, a.swipebox img {
  transition: all .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;
  overflow-wrap: anywhere;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 1.5em;
  line-height: 1.8;
}

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 section {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  main section {
    margin-bottom: 50px;
  }
}

@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: -.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: 1180px;
  }
  .container.narrow {
    max-width: 900px;
  }
}

@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: #000000;
  text-decoration: none;
  display: block;
  padding: .5em;
  border-bottom: rgba(0, 67, 153, 0.1) solid 1px;
}

.sidebar ul a:hover {
  color: #004399;
  background: rgba(0, 67, 153, 0.05);
}

.sidebar ul.children {
  margin: 0;
}

.sidebar ul.children > li > a {
  padding-left: 1.75em;
  position: relative;
}

.sidebar ul.children > li > a:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.sidebar ul.children > li > ul {
  margin: 0;
}

.sidebar ul.children > li > ul > li a {
  padding-left: 2.75em;
  position: relative;
}

.sidebar ul.children > li > ul > li a:before {
  content: '';
  width: 8px;
  height: 8px;
  background: none;
  border-radius: 0;
  border-left: solid 2px #000000;
  border-bottom: solid 2px #000000;
  position: absolute;
  left: 1.75em;
  top: 50%;
  transform: translateY(-50%);
}

.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: 2;
}

.container {
  padding: 0 15px;
}

@media (min-width: 1195px) {
  .container {
    padding: 0;
  }
}

.highlight {
  background: rgba(0, 67, 153, 0.1);
  color: #000000;
}

.highlight.round {
  border-radius: 10px;
}

section.highlight, p.highlight, .col.highlight {
  padding: 4%;
}

.column_main .col p + *:not(p), .column_main .col table + *:not(p) {
  margin-top: 40px;
}

/*************iOS 26 Safari の上下余白対応*************/
body .fix-safari {
  display: none;
  pointer-events: none;
}

html.scrollPrevent body.ios.safari .fix-safari {
  display: block;
}

html.scrollPrevent body.ios.safari .fix-safari:before, html.scrollPrevent body.ios.safari .fix-safari:after {
  content: "";
  position: fixed;
  left: 0;
  z-index: 9999;
  transform: translate3d(0, 0, 9999px);
  width: 100%;
  height: 200px;
  background: #fff;
  pointer-events: none;
}

html.scrollPrevent body.ios.safari .fix-safari:before {
  top: -200px;
}

html.scrollPrevent body.ios.safari .fix-safari:after {
  bottom: -200px;
}

.globalHeader {
  background: #fff;
  color: #000000;
  font-size: clamp(12px, 1.3vw, 16px);
  font-weight: 500;
}

@media (max-width: 999px) {
  .globalHeader {
    font-size: 16px;
  }
}

.globalHeader.high {
  box-shadow: none !important;
}

@media (max-width: 999px) {
  .globalHeader.high {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 1000px) {
  .globalHeader.high {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 999px) {
  .globalHeader {
    background: #fff;
    position: sticky;
    top: 0;
    inset-inline-start: 0;
    z-index: 999;
    width: 100%;
    background: transparent;
  }
}

@media (min-width: 1000px) {
  .globalHeader {
    background: #fff;
    position: sticky;
    top: 0;
    inset-inline-start: 0;
    z-index: 999;
    width: 100%;
    background: transparent;
  }
}

.globalHeader .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  height: 80px;
  max-width: 100%;
}

.globalHeader .container .globalHeader_top {
  width: 98%;
  margin: 0 auto;
}

@media (max-width: 999px) {
  .globalHeader .container {
    height: 64px;
  }
}

.globalHeader .globalHeader_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.globalHeader .header_logo {
  margin: 0;
  font-size: 1em;
}

.globalHeader .header_logo a {
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  color: #231815;
  height: auto;
  line-height: 1;
  font-size: 1em;
  gap: 1.3em;
  font-weight: bold;
}

@media (max-width: 999px) {
  .globalHeader .header_logo a {
    font-size: calc(13 / 16 * 1em);
  }
}

.globalHeader .header_logo a img {
  max-width: 100%;
  height: auto;
  display: block;
  width: calc(219 / 16 * 1em);
  transition: all .3s;
}

@media (max-width: 999px) {
  .globalHeader .header_logo a img {
    width: calc(179 / 13 * 1em);
  }
}

body.home .globalHeader {
  width: 100%;
  z-index: 999;
  background: transparent;
  color: #fff;
}

body.home .globalHeader:not(.high) .header_logo a {
  color: #fff;
}

body.home .globalHeader:not(.high) .header_logo img {
  filter: brightness(0) invert(1);
}

@media (min-width: 1000px) {
  body.home .globalHeader:not(.high) .global_nav > ul li a {
    color: #fff;
  }
  body.home .globalHeader:not(.high) .global_nav > ul li a:before {
    background: #fff;
  }
}

body.home .globalHeader .menu-item-has-children a:after {
  border-color: #fff;
}

.global_nav {
  width: auto;
  list-style-position: inside;
}

@media (max-width: 999px) {
  .global_nav {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    height: calc(100vh - 64px);
    height: calc(100dvh - 64px);
    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: 999px) {
  .global_nav > ul {
    display: block;
    background: #004399;
    width: 100%;
    max-width: 100%;
    transform: translateX(100%);
    transition: all 0.3s;
    height: 100%;
    overflow: auto;
    padding: 20px clamp(20px, calc(50% - 160px), calc(50% - 160px));
  }
}

.global_nav > ul li a {
  color: #004399;
  text-decoration: none;
  padding: 0.5em 1em;
  transition: all 0.3s;
}

@media (min-width: 1000px) {
  .global_nav > ul li a {
    position: relative;
  }
}

@media (min-width: 1000px) and (max-width: 1279px) {
  .global_nav > ul li a {
    padding: 0.5em;
  }
}

@media (max-width: 999px) {
  .global_nav > ul li a {
    display: block;
    padding: 0.8em 0;
    color: #fff;
    position: relative;
  }
}

.global_nav > ul li a:hover {
  opacity: 0.8;
}

.global_nav > ul li:first-child a:before {
  content: none;
}

@media (max-width: 999px) {
  .global_nav.open {
    opacity: 1;
    visibility: visible;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
  }
}

@media (max-width: 999px) {
  .global_nav.open > ul {
    transform: translateX(0);
  }
}

/**ハンバーガーメニュー**/
#headerToggle {
  display: none;
}

@media (max-width: 999px) {
  #headerToggle {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    border-radius: 50%;
    background: #004399;
  }
  #headerToggle span {
    position: absolute;
    left: 0;
    right: 0;
    width: 16px;
    height: 2px;
    background-color: #fff;
    transition: all 0.4s;
    margin: 0 auto;
  }
  #headerToggle span:nth-of-type(1) {
    top: 13px;
  }
  #headerToggle span:nth-of-type(2) {
    top: 19px;
  }
  #headerToggle span:nth-of-type(3) {
    bottom: 13px;
  }
  #headerToggle.active span:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
  }
  #headerToggle.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
  }
  #headerToggle.active span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
  }
}

@media (max-width: 999px) {
  body.home #headerToggle span {
    background-color: #fff;
  }
}

.hdr_info_wrapper {
  display: none;
}

@media (min-width: 1000px) {
  .hdr_info_wrapper {
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
  }
}

.hdr_info_wrapper .hdr_info {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.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, .hdr_info_wrapper .hdr_info_group #wpcf7cpcnf .wpcf7cp-btns button, #wpcf7cpcnf .wpcf7cp-btns .hdr_info_wrapper .hdr_info_group button {
  min-width: 220px;
  font-size: 1.4rem;
}

.sp_hdr_info_wrapper {
  display: none;
}

@media (max-width: 999px) {
  .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: #004399;
}

.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: #004399;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_mail i {
  font-size: 3.2rem;
}

body.home .hdr_icon_tel a,
body.home .hdr_icon_mail a {
  color: #fff !important;
}

.global_nav .hdr_btn1,
.global_nav .hdr_btn2 {
  margin: 0 0.5em;
}

@media (max-width: 999px) {
  .global_nav .hdr_btn1,
  .global_nav .hdr_btn2 {
    margin: 1.1em 0;
  }
}

.global_nav .hdr_btn1 a,
.global_nav .hdr_btn2 a {
  color: #fff;
  font-weight: bold;
  font-size: calc(14 / 16 * 1em);
  position: relative;
  padding: 1em 4em 1em 1.5em;
  border-radius: 5px;
  display: block;
  text-decoration: none;
}

@media (max-width: 999px) {
  .global_nav .hdr_btn1 a,
  .global_nav .hdr_btn2 a {
    font-size: calc(18 / 16 * 1em);
    text-align: center;
    padding: 0.9em 1em;
  }
}

.global_nav .hdr_btn1 a:after,
.global_nav .hdr_btn2 a:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(32 / 14 * 1em);
  height: calc(32 / 14 * 1em);
  top: 0;
  bottom: 0;
  right: 0.5em;
  left: auto;
  margin: auto;
  border-radius: 50%;
}

@media (max-width: 999px) {
  .global_nav .hdr_btn1 a:after,
  .global_nav .hdr_btn2 a:after {
    width: calc(20 / 14 * 1em);
    height: calc(20 / 14 * 1em);
  }
}

.global_nav .hdr_btn1 a {
  background: #004399;
}

@media (max-width: 999px) {
  .global_nav .hdr_btn1 a {
    background: #fff;
    color: #000000;
  }
}

.global_nav .hdr_btn1 a:after {
  background: url(/wp-content/uploads/arrow_r_color1.svg) no-repeat center/calc(11.5 / 32 * 100%), #fff;
}

@media (max-width: 999px) {
  .global_nav .hdr_btn1 a:after {
    background: url(/wp-content/uploads/arrow_r_wh.svg) no-repeat center/calc(11.5 / 32 * 100%), #004399;
  }
}

.global_nav .hdr_btn2 a {
  background: #ec6233;
}

.global_nav .hdr_btn2 a:after {
  background: url(/wp-content/uploads/arrow_r_color2.svg) no-repeat center/calc(11.5 / 32 * 100%), #fff;
}

footer {
  position: relative;
  padding: 100px 0;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 767px) {
  footer {
    padding: 60px 0 115px;
  }
}

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 .fNav {
  margin-bottom: 5%;
}

footer .fNav ul {
  width: 100%;
  text-align: left;
  border-bottom: none;
}

footer .fNav ul li {
  border: none !important;
}

footer .fNav ul li:not(:first-child) {
  margin-top: 1em;
}

@media (max-width: 767px) {
  footer .fNav ul li:not(:first-child) {
    margin-top: 0.5em;
  }
}

footer .fNav ul li a {
  padding: 0.2em 1em 0.2em 0 !important;
  text-decoration: none;
  position: relative;
  font-weight: 500;
}

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: #004399;
  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: #004399;
  border-radius: 0;
  transform: rotate(0);
}

.copy_right {
  font-size: 1.2rem;
  margin: 0;
  text-align: right;
  margin-top: 40px;
}

@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: #f5f5f5;
  color: #000000;
}

footer a {
  color: #000000;
}

footer a:hover {
  color: #004399;
  text-decoration: underline;
}

@media (min-width: 768px) {
  footer .container .row nav ul {
    display: inline-block;
  }
  footer .container .row nav a {
    display: inline-block;
    padding: 0.3em;
  }
}

.footer_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #005BAC;
  z-index: 55;
  padding: 23px 20px;
}

.footer_fixed ul {
  padding-left: 0;
  display: flex;
  gap: 10px;
  list-style: none;
}

.footer_fixed ul li {
  flex: auto;
}

.footer_fixed ul .ft_btn1 a,
.footer_fixed ul .ft_btn2 a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  padding: 1em 2em;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  text-align: center;
}

.footer_fixed ul .ft_btn1 a:after,
.footer_fixed ul .ft_btn2 a:after {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 0.8em;
  top: 0;
  bottom: 0;
  right: 0.5em;
  left: auto;
  margin: auto;
  background: url(/wp-content/uploads/arrow_r_wh.svg) no-repeat center/contain;
  transition: 0.2s;
}

.footer_fixed ul .ft_btn1 a {
  background: #fff;
  color: #000000;
}

.footer_fixed ul .ft_btn1 a:after {
  filter: brightness(1) invert(1);
}

.footer_fixed ul .ft_btn2 a {
  background: #ec6233;
}

.main_visual {
  position: relative;
  margin-top: 0 !important;
}

@media (min-width: 1000px) {
  .main_visual {
    margin-top: 80px;
  }
}

.main_visual:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.004) 0%, rgba(11, 65, 152, 0.4) 100%);
  z-index: 100;
}

@media (max-width: 999px) {
  .main_visual:after {
    height: 64px;
  }
}

.main_visual .main_visual_splide {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100vh !important;
}

@media (max-width: 767px) {
.main_visual .main_visual_splide {
  height: calc(100dvh - 99px) !important;
}
}

.main_visual .main_visual_splide .splide {
  opacity: 0;
  transition: opacity 0.1s;
  margin: auto;
  width: 100%;
  height: 100%;
}

.main_visual .main_visual_splide .splide.is-initialized {
  opacity: 1;
}

.main_visual .main_visual_splide .splide .splide-wrapper,
.main_visual .main_visual_splide .splide .splide__track {
  height: 100%;
}

.main_visual .main_visual_splide .splide .splide__slide {
  height: 100%;
}

.main_visual .main_visual_splide .splide .splide__slide picture,
.main_visual .main_visual_splide .splide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 10s;
  transform: scale(1);
}
.main_visual .main_visual_splide .splide .splide__slide.is-active picture,
.main_visual .main_visual_splide .splide .splide__slide.is-active img {
  transform: scale(1.06);
}

.main_visual .main_visual_splide.fadeUp {
  visibility: hidden;
}

.main_visual .main_visual_copy {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 51;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.main_visual .main_visual_copy:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(11, 65, 152, 0.8) 100%);
  z-index: -1;
}

.main_visual .main_visual_copy .maincopy_text {
  font-style: normal;
  font-weight: 700;
  font-size: calc(48 / 1440 * 100vw);
  line-height: 140%;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy .maincopy_text {
    font-size: calc(30 / 375 * 100vw);
    text-align: left;
    padding-left: 15px;
  }
}

.main_visual .main_visual_copy .maincopy-splide {
  font-size: calc(130 / 1440 * 100vw);
  margin-bottom: -0.14em;
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy .maincopy-splide {
    font-size: calc(130 / 375 * 100vw);
  }
}

.main_visual .main_visual_copy .maincopy-splide li {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  line-height: 1;
}

.main_visual .main_visual_copy_splide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1180px;
  height: 100%;
  z-index: 51;
  pointer-events: none;
}

@media (max-width: 1180px) {
  .main_visual .main_visual_copy_splide {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}

.main_visual .main_visual_copy_splide .splide,
.main_visual .main_visual_copy_splide .splide-wrapper,
.main_visual .main_visual_copy_splide .splide__track {
  height: 100%;
}

.main_visual .main_visual_copy_splide .splide__slide {
  width: 100%;
  height: 100%;
}

.main_visual .main_visual_copy_splide .splide__slide img {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy_splide .splide__slide img {
    max-width: 90%;
    height: auto;
  }
}

.main_visual .main_visual_copy_splide .splide__slide.is-single {
  visibility: visible !important;
}

.main_visual .main_visual_copy_splide.fadeUp {
  visibility: hidden;
}

.main_visual .main_visual_copy_splide.fadeUp .splide__slide {
  visibility: hidden;
}

.main_visual .main_visual_copy_splide .splide__slide.anime_box {
  position: absolute;
  visibility: hidden;
}

.main_visual .main_visual_swiper {
  opacity: 0;
  transition: 0.1s;
}

.main_visual .main_visual_swiper.swiper-container-initialized {
  opacity: 1;
}

.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: #004399;
  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: #004399;
  margin: 0 5px;
  outline-color: transparent;
}

.h1 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 0.7em 5%;
  color: #fff;
  margin: 0 0 60px;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .h1 {
    margin: 0 0 40px;
    height: 240px;
  }
}

.h1 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.h1 span:not(.txt) {
  display: block;
  font-size: 1.6rem;
  padding-top: 0.5em;
  color: white;
  font-style: italic;
}

.h1 .txt {
  animation: 1s fadeup ease-in-out forwards;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.h1 a {
  text-decoration: none;
}

.h1 a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .h1 {
    font-size: 2.4rem;
  }
  .h1 span:not(.txt) {
    font-size: 1.4rem;
  }
}

.h2,
.article_list h2 {
  display: block;
  margin: 0 auto 1em;
  position: relative;
  text-align: left;
  border: 0;
  font-weight: bold;
  padding: 0.3em 0 0.3em 1.2em;
  font-size: 2.4rem;
  color: #000000;
  font-weight: 500;
}

.h2:before,
.article_list h2:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(8 / 24 * 1em);
  height: 100%;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: linear-gradient(180deg, #00A0E9 0%, #00A0E9 50%, #004399 50%, #004399 100%);
}

.h2 a,
.article_list h2 a {
  text-decoration: none;
  color: #000000;
}

.h2 a:hover,
.article_list h2 a:hover {
  text-decoration: underline;
  color: #000000;
}

.h2 span,
.article_list h2 span {
  display: block;
  font-size: 1.4rem;
  padding-top: 1em;
}

@media (max-width: 767px) {
  .h2,
  .article_list h2 {
    font-size: 2rem;
  }
}

.h3 {
  margin: 0 0 1em;
  padding-bottom: 0.5em;
  color: #000000;
  font-size: 2.4rem;
  position: relative;
}

.h3 a {
  text-decoration: none;
}

.h3 a:hover {
  text-decoration: underline;
}

.h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0, 67, 153, 0.2);
}

@media (max-width: 767px) {
  .h3 {
    font-size: 2rem;
  }
}

.h4 {
  margin: 0 0 1em;
  padding-left: 1em;
  font-size: 1.8rem;
  position: relative;
  color: #000000;
  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: #004399;
}

@media (max-width: 767px) {
  .h4 {
    font-size: 1.4rem;
  }
}

.widget_wrap .widget_header {
  font-size: 1.6rem;
  color: #000000;
  padding: 0.5em 0 0.5em 0.5em;
  border-bottom: #004399 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;
  }
}

.bread {
  overflow: hidden;
  font-size: 1.2rem;
  width: calc(100% - 30px);
  margin: 0 auto 0.5em;
}

.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: #004399;
}

.bread ul li a:hover {
  color: #004399;
  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, #wpcf7cpcnf .wpcf7cp-btns button {
  display: inline-block;
  max-width: 280px;
  width: 100%;
  margin: 0;
  padding: 1em 1em;
  border: #004399 solid 1px;
  border-radius: 0px;
  line-height: 1;
  background: #004399;
  color: white;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: .3s;
  font-size: 1.6rem;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  /*
* ボタン矢印
*/
}

.button:hover, .inquiry .form_button:hover, #wpcf7cpcnf .wpcf7cp-btns button:hover {
  background: #003880;
  color: white;
  border-color: #003880;
}

.button.arrow, .inquiry .arrow.form_button, #wpcf7cpcnf .wpcf7cp-btns button.arrow {
  position: relative;
  font-size: 1.6rem;
}

.button.arrow:after, .inquiry .arrow.form_button:after, #wpcf7cpcnf .wpcf7cp-btns button.arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.8em;
  height: 0.7em;
  top: 0;
  bottom: 0;
  right: 1.4em;
  left: auto;
  margin: auto;
  background: url(/wp-content/uploads/arrow_r_wh.svg) no-repeat center/contain;
  transition: 0.2s;
}

.button.arrow:hover, .inquiry .arrow.form_button:hover, #wpcf7cpcnf .wpcf7cp-btns button.arrow:hover {
  border: 1px solid #004399;
}

.button.arrow:hover:after, .inquiry .arrow.form_button:hover:after, #wpcf7cpcnf .wpcf7cp-btns button.arrow:hover:after {
  right: 1.2em;
}

.highlight .button, .highlight .inquiry .form_button, .inquiry .highlight .form_button, .highlight #wpcf7cpcnf .wpcf7cp-btns button, #wpcf7cpcnf .wpcf7cp-btns .highlight button {
  color: white;
}

.highlight .button:hover, .highlight .inquiry .form_button:hover, .inquiry .highlight .form_button:hover, .highlight #wpcf7cpcnf .wpcf7cp-btns button:hover, #wpcf7cpcnf .wpcf7cp-btns .highlight button:hover {
  color: white;
}

.button.inverse, .inquiry .inverse.form_button, #wpcf7cpcnf .wpcf7cp-btns button.inverse {
  background: none;
  border-color: #004399;
  color: #004399;
}

.button.inverse:after, .inquiry .inverse.form_button:after, #wpcf7cpcnf .wpcf7cp-btns button.inverse:after {
  border-color: #004399;
}

.button.inverse:hover, .inquiry .inverse.form_button:hover, #wpcf7cpcnf .wpcf7cp-btns button.inverse:hover {
  background: #004399;
  color: #fff;
}

.button.inverse:hover:after, .inquiry .inverse.form_button:hover:after, #wpcf7cpcnf .wpcf7cp-btns button.inverse:hover:after {
  border-color: #fff;
}

.button.block, .inquiry .block.form_button, #wpcf7cpcnf .wpcf7cp-btns button.block {
  display: block;
  min-width: 100%;
}

.button.small, .inquiry .small.form_button, #wpcf7cpcnf .wpcf7cp-btns button.small {
  padding: .6em 1em;
  max-width: unset;
  width: auto;
}

.button.small.arrow, .inquiry .small.arrow.form_button, #wpcf7cpcnf .wpcf7cp-btns button.small.arrow {
  padding-right: 2.5em;
}

.button + .button, .inquiry .form_button + .button, #wpcf7cpcnf .wpcf7cp-btns button + .button, .inquiry .button + .form_button, .inquiry .form_button + .form_button, #wpcf7cpcnf .wpcf7cp-btns .inquiry button + .form_button, .inquiry #wpcf7cpcnf .wpcf7cp-btns button + .form_button, #wpcf7cpcnf .wpcf7cp-btns .button + button, .inquiry #wpcf7cpcnf .wpcf7cp-btns .form_button + button, #wpcf7cpcnf .wpcf7cp-btns .inquiry .form_button + button, #wpcf7cpcnf .wpcf7cp-btns button + button {
  margin-left: 0.5em;
}

@media (max-width: 767px) {
  .button + .button, .inquiry .form_button + .button, #wpcf7cpcnf .wpcf7cp-btns button + .button, .inquiry .button + .form_button, .inquiry .form_button + .form_button, #wpcf7cpcnf .wpcf7cp-btns .inquiry button + .form_button, .inquiry #wpcf7cpcnf .wpcf7cp-btns button + .form_button, #wpcf7cpcnf .wpcf7cp-btns .button + button, .inquiry #wpcf7cpcnf .wpcf7cp-btns .form_button + button, #wpcf7cpcnf .wpcf7cp-btns .inquiry .form_button + button, #wpcf7cpcnf .wpcf7cp-btns button + button {
    margin-left: 0;
    margin-top: 1em;
  }
}

.p-content_Slide {
  width: 100%;
  overflow: hidden;
}

.p-content_Slide .splide__slide {
  text-decoration: none;
  color: currentColor;
}

/* お問い合わせフォーム */
.inquiry .form_wrap {
  margin: 70px auto 0 auto;
  padding: 30px 50px;
  border-radius: 10px;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .inquiry .form_wrap {
    padding: 30px 20px;
    margin: 60px auto 0 auto;
  }
}

.inquiry .form_wrap .p-country-name {
  display: none;
}

.inquiry .table-default {
  border: none;
}

.inquiry .table-default th {
  background: none;
  border: none;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  position: relative;
  width: 100% !important;
  padding: 1em 0 0;
  display: block;
}

@media (max-width: 767px) {
  .inquiry .table-default th {
    font-size: 14px;
  }
}

.inquiry .table-default th .required {
  display: inline-block;
  background: #d43f3a;
  color: white;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 1.3rem;
  margin-left: 0.5em;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .inquiry .table-default th .required {
    font-size: 1.2rem;
  }
}

.inquiry .table-default td {
  background: none;
  border: none;
  width: 100% !important;
  display: block;
  padding: 0.5em 0 1em;
}

.inquiry .input_wrap {
  display: block;
  margin: 0;
  padding: 0 0.2em;
}

@media (max-width: 767px) {
  .inquiry .input_wrap {
    margin: 0;
  }
}

.inquiry .input_wrap input,
.inquiry .input_wrap textarea {
  margin: 0;
}

.inquiry .input_wrap:last-child {
  margin-right: auto;
}

.inquiry .text-2col {
  display: flex;
}

.inquiry .text-2col .input_wrap {
  flex-basis: 50%;
}

.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%;
  max-width: 100%;
  padding: 10px 2%;
  color: #000000;
  font-size: 1.6rem;
  border: 1px solid #E3E3E3;
  background: #E3E3E3;
  border-radius: 5px;
  -webkit-appearance: none;
}

@media (max-width: 767px) {
  .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 {
    margin: 0.2em 0;
  }
}

.inquiry input[type="number"] {
  width: 65px;
  text-align: center;
}

.inquiry input.p-postal-code {
  width: 200px;
}

.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 .form_button {
  border-radius: 50vw;
}

.inquiry .form_button,
.inquiry .wpcf7-submit {
  background: #151515;
  color: white;
  border-color: #151515;
}

.inquiry .form_button.form_back,
.inquiry .wpcf7-submit.form_back {
  background: #ccc;
  border-color: #ccc;
  color: #666;
}

.inquiry .form_button.form_back:hover,
.inquiry .wpcf7-submit.form_back:hover {
  background: #bfbfbf;
  border-color: #bfbfbf;
  color: #666;
}

.inquiry .form_button.form_send,
.inquiry .wpcf7-submit.form_send {
  background: #151515;
  border-color: #151515;
  color: #fff;
}

.inquiry .form_button.form_send:hover,
.inquiry .wpcf7-submit.form_send:hover {
  background: #080808;
  border-color: #080808;
  color: #fff;
}

.form_button_wrap {
  display: flex;
  justify-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .form_button_wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

.form_button_wrap button {
  margin: 0.5em !important;
}

.wpcf7-spinner {
  margin: 1em 24px !important;
}

.privacy_wrap {
  margin-top: 5%;
  border: #ccc solid 1px;
  padding: 1em;
  height: 400px;
  overflow-y: scroll;
}

.mw_wp_form_confirm .input-show {
  display: none !important;
}

.mw_wp_form_input .input-hide {
  display: none !important;
}

.mw_wp_form .error {
  color: #d43f3a !important;
}

.wpcf7cp-form-hide {
  display: none !important;
}

#wpcf7cpcnf {
  position: static !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin: auto !important;
  right: 0;
  z-index: 998 !important;
}

#wpcf7cpcnf table {
  width: 94%;
  height: 94%;
  position: relative;
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: 3%;
  margin-right: 3%;
  table-layout: fixed;
}

@media (max-width: 1199px) {
  #wpcf7cpcnf table {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}

#wpcf7cpcnf table:after {
  content: "";
  width: 106%;
  height: 106%;
  padding: 4%;
  border: rgba(23, 83, 150, 0.1) solid 5px;
  border-radius: 10px;
  position: absolute;
  top: -3%;
  bottom: -3%;
  left: -3%;
  right: -3%;
  pointer-events: none;
}

@media (max-width: 767px) {
  #wpcf7cpcnf table:after {
    top: 0;
    height: 100%;
  }
}

#wpcf7cpcnf table th {
  width: 30%;
  background: none;
  border: none;
  text-align: left;
  padding: 1.4em 50px 1.2em 0.5em;
  vertical-align: top;
  font-weight: bold;
  position: relative;
}

@media (max-width: 767px) {
  #wpcf7cpcnf table th {
    display: block;
    width: 100%;
    padding: 1em 0.5em 0;
  }
}

#wpcf7cpcnf table td {
  background: none;
  border: none;
  padding: 1.2em 0.5em;
}

@media (max-width: 767px) {
  #wpcf7cpcnf table td {
    display: block;
    width: 100%;
  }
}

#wpcf7cpcnf .wpcf7cp-btns {
  margin-top: calc(2em + 3%);
  display: flex;
  justify-content: center;
  position: relative;
}

@media (max-width: 767px) {
  #wpcf7cpcnf .wpcf7cp-btns {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background: #bfbfbf;
  border-color: #bfbfbf;
  color: #666;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item:first-child {
  margin-left: 0;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.wpcf7 [inert] {
  opacity: 0.5;
}

.wpcf7 input[type="file"] {
  cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}

.wpcf7-reflection > output {
  display: list-item;
  list-style: none;
}

.wpcf7-reflection > output[hidden] {
  display: none;
}

.p-loopSlide {
  width: 100%;
  overflow: hidden;
}

.p-loopSlide .img-cover img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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: 999px) {
  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 #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(135deg);
  transition: .2s;
}

@media (max-width: 999px) {
  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: 1000px) {
  header .global_nav > ul > li > .sub-menu {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 999px) {
  header .global_nav > ul > li > .sub-menu {
    width: 100%;
    display: none;
  }
}

header .global_nav > ul > li > .sub-menu > li {
  border-bottom: 1px solid #b3b3b3;
}

header .global_nav > ul > li > .sub-menu > li:last-child {
  border-bottom: none;
}

header .global_nav > ul > li > .sub-menu > li > a {
  background: #0059cc;
  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: 999px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a {
    width: calc(100% - 49px);
  }
}

@media (min-width: 1000px) {
  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: 999px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a:after {
    content: none;
  }
}

@media (max-width: 999px) {
  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: 1000px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
}

@media (max-width: 999px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    display: none;
  }
}

@media (min-width: 1000px) {
  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: 999px) {
  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: 999px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li:not(:last-child) {
    border-bottom: #b3b3b3 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: #0065e6;
}

@media (max-width: 999px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li a {
    padding-left: 2.5em;
  }
}

@media (min-width: 1000px) {
  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: 1000px) {
  .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: 1000px) {
  header .global_nav > ul > li.menu-item-has-children {
    position: relative;
    cursor: pointer;
  }
  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: #004399;
    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: #004399;
    padding: .5em;
    color: #fff;
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li a:before {
    content: none;
  }
}

@media (min-width: 1000px) and (max-width: 999px) {
  header .global_nav > ul > li.menu-item-has-children {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1000px) {
  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;
  }
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #004399;
}

.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;
  font-weight: normal;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px 10px;
}

.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_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news dl .badge_category {
  display: inline-block;
  background: #004399;
  color: white;
  padding: .2em 1em;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .news > div {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  .news > div .heading {
    width: 23.5%;
  }
  .news h2 {
    margin: 0;
    padding: 0;
  }
  .news h2:after {
    display: none;
  }
  .news .content {
    overflow: hidden;
    width: 76.5%;
    padding-left: 2%;
  }
  .news dl {
    overflow-y: auto;
    max-height: 200px;
  }
  .news dl dt {
    margin: 0;
    padding: 1em 0 .5em 0;
  }
  .news dl dd {
    margin: 0;
    padding: .5em 0 1em 0;
  }
  .news.typeB dl {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0 0;
  }
  .news.typeB dt {
    max-width: 200px;
    border-bottom: #ccc solid 1px;
  }
  .news.typeB dd {
    margin: 0;
    padding: 1em 0 1em 0;
  }
  .news.typeB dd a {
    display: block;
    width: 100%;
    position: relative;
    padding-right: 20px;
  }
  .news.typeB dd a:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    margin: auto;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #004399;
    border-right: 2px solid #004399;
    transform: rotate(-45deg);
    transition: 0.2s;
  }
}

.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: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: rgba(0, 67, 153, 0.9);
}

@media (min-width: 768px) {
  .pagetop a {
    width: 70px;
    height: 70px;
  }
}

.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: .2s;
}

footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  transform: translateY(-50%);
}

.p-qa {
  font-size: 1.4rem;
  border-bottom: solid 1px #004399;
}

.p-qa .question {
  border: none;
  position: relative;
  margin: 0 0 0;
  padding: 1em 50px 1em 1em;
  font-weight: normal;
  border-top: solid 1px #004399;
}

.p-qa .question h3 {
  font-size: 1em;
  margin: 0;
  font-weight: normal;
}

.p-qa .question:after {
  content: none;
}

.p-qa .question:before {
  content: none;
}

.p-qa .answer {
  background: #fff;
}

.p-qa.qa_active .question,
.p-qa.qa_active .answer {
  padding: 40px 30px;
  padding-left: 100px;
}

@media (max-width: 767px) {
  .p-qa.qa_active .question,
  .p-qa.qa_active .answer {
    padding: 20px 15px;
    padding-left: 50px;
  }
}

.p-qa.qa_active .question {
  cursor: pointer;
}

.p-qa.qa_active .question.open h3:before {
  transform: rotate(0deg);
}

.p-qa.qa_active .question:hover {
  opacity: 0.8;
}

.p-qa.qa_active .question:before {
  content: "Q.";
  display: block;
  position: absolute;
  color: #004399;
  font-weight: bold;
  top: 0;
  bottom: 0;
  right: auto;
  left: 30px;
  margin: auto;
  font-size: 40px;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Inter", sans-serif;
}

@media (max-width: 767px) {
  .p-qa.qa_active .question:before {
    left: 10px;
    font-size: 30px;
  }
}

.p-qa.qa_active .question h3 {
  padding-right: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .p-qa.qa_active .question h3 {
    padding-right: 25px;
  }
}

.p-qa.qa_active .question h3:before, .p-qa.qa_active .question h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  background: #00A0E9;
  transition: 0.2s;
}

.p-qa.qa_active .question h3:before {
  transform: rotate(90deg);
}

.p-qa.qa_active .answer {
  display: none;
  position: relative;
}

.p-qa.qa_active .answer:before {
  content: "A.";
  display: block;
  position: absolute;
  color: #000000;
  font-weight: bold;
  top: 0;
  bottom: 0;
  right: auto;
  left: 30px;
  margin: auto;
  font-size: 40px;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Inter", sans-serif;
}

@media (max-width: 767px) {
  .p-qa.qa_active .answer:before {
    left: 10px;
    font-size: 30px;
  }
}

.highlight .qa .question {
  background: rgba(0, 78, 179, 0.1);
}

.highlight .qa .question:hover {
  background: rgba(0, 71, 163, 0.1);
}

.highlight .qa .question.open:hover {
  background: rgba(0, 78, 179, 0.1);
}

.nav_search {
  display: none;
}

.nav_search_box {
  display: none;
}

.p-search .article_list {
  padding: 0;
  border-bottom: rgba(0, 67, 153, 0.1) solid 1px !important;
  border-top: none;
}

.p-search .article_list:first-of-type {
  border-top: rgba(0, 67, 153, 0.1) solid 1px;
}

.p-search .article_list .col {
  margin: 0;
}

.p-search .article_list .search_item {
  display: block;
  text-decoration: none;
  color: currentColor;
  padding: 1em;
}

.p-search .article_list .search_item:hover {
  opacity: 0.8;
  background: rgba(0, 67, 153, 0.03);
}

.p-search .article_list .search_item h2 {
  margin: 0 0 0 !important;
  padding-bottom: 0 !important;
  text-align: left;
}

.p-search .article_list .search_item h2:after {
  content: none;
}

.p-search .article_list .search_item h2 ~ p {
  margin-top: .6em;
}

.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: #004399;
}

.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;
  }
}

.p-sitemap {
  border-top: rgba(0, 0, 0, 0.3) solid 1px;
}

.p-sitemap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-sitemap ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: .6em 1em .6em 1.5em;
  border-bottom: rgba(0, 0, 0, 0.3) solid 1px;
  font-size: 1.8rem;
}

.p-sitemap ul li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: .5em;
  margin: auto;
}

.p-sitemap ul li a:hover {
  background: rgba(0, 67, 153, 0.1);
}

.p-sitemap ul.children {
  margin: 0;
}

.p-sitemap ul.children li a {
  padding-left: 3em;
  font-size: 1.5rem;
}

.p-sitemap ul.children li a:before {
  left: 2em;
}

.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;
  }
}

@use "sass:math";
@media (max-width: 767px) {
  .sp_image_cols {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 15px;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col3 {
    display: flex;
    flex-wrap: wrap;
  }
  .sp_image_cols.sp_col3 .col {
    width: 33.3333333333%;
    padding: 0 1%;
  }
}

.p-step .row:not(:last-child) {
  position: relative;
  margin-bottom: 40px;
}

.p-step .row:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  background: #004399;
  height: 20px;
  width: 60px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

table {
  margin: 0 auto;
}

table td,
table th {
  padding: 0.7em 1em;
}

@media (max-width: 767px) {
  table td,
  table th {
    padding: 0.7em 0.3em;
  }
}

table th {
  text-align: center;
  font-weight: normal;
}

.table-default {
  width: 100%;
  table-layout: fixed;
}

.table-default td,
.table-default th {
  padding: 2em;
}

@media (max-width: 767px) {
  .table-default td,
  .table-default th {
    padding: 1em;
  }
}

@media (min-width: 768px) {
  .table-default td,
  .table-default th {
    font-size: 14px;
  }
}

.table-default thead th,
.table-default thead td {
  background: rgba(0, 67, 153, 0.15);
}

.table-default td,
.table-default th {
  border: 1px solid #D9D9D9;
}

.table-default th {
  background: #D7E4F5;
  color: #000000;
  width: 20%;
}

@media (max-width: 767px) {
  .table-default th {
    width: 27%;
    padding: 1em 0.5em;
  }
}

.table-default td {
  background: #FFFFFF;
}

.table-default.table-mini td,
.table-default.table-mini th {
  padding: 1em 2em;
}

@media (max-width: 767px) {
  .table-default.table-mini td,
  .table-default.table-mini th {
    padding: 1.5em 1em;
  }
}

.table-default.table-color2 th {
  background: #004399;
  color: #fff;
}

.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 #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em 0.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 #D9D9D9;
  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: #D7E4F5;
}

.table-schedule tbody th {
  background: #D7E4F5;
}

.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-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;
  }
}

.js-scrollable .scroll-hint-icon-wrap {
  margin-top: unset !important;
}

@media (max-width: 767px) {
  .js-scrollable table {
    width: 768px;
  }
}

table.table-default.typeA tr td,
table.table-default.typeA tr th {
  border: 0;
}

table.table-default.typeA tr:nth-child(odd) th {
  background: #004399;
}

table.table-default.typeA tr:nth-child(odd) td {
  background: rgba(0, 67, 153, 0.1);
}

table.table-default.typeA tr:nth-child(even) th {
  background: #0059cc;
}

table.table-default.typeA tr:nth-child(even) td {
  background: rgba(0, 89, 204, 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: #000000;
  border: 0;
  border-bottom: 1px solid rgba(217, 217, 217, 0.1);
}

table.table-default.typeB tbody tr {
  position: relative;
}

table.table-default.typeB tbody th {
  color: #004399;
}

table.table-default.typeC th {
  background: #D7E4F5;
  color: #000000;
}

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(0, 67, 153, 0.1) solid;
}

.article_list {
  padding: .5em;
  border-top: rgba(0, 67, 153, 0.2) solid 1px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .article_list {
    padding: 1em;
  }
}

.article_list .span_12 {
  margin: 2% 0;
}

.article_list:last-of-type {
  border-bottom: rgba(0, 67, 153, 0.2) solid 1px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .article_list:last-of-type {
    margin-bottom: 40px;
  }
}

.article_list .post_header {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}

.article_list .post_header .time {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

.article_list .post_header .time:before {
  display: block;
  position: absolute;
  content: '\f044';
  font-family: 'Font Awesome 5 Free';
  line-height: 10px;
  font-size: 16px;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: currentColor;
}

.article_list .post_header .category_badge {
  background: #004399;
  color: white;
  font-size: 1.4rem;
  display: inline-block;
}

.article_list .post_header .category_badge a {
  display: block;
  padding: .2em 1em;
  color: white;
  text-decoration: none;
}

.article_list h2 {
  text-align: left;
  margin: 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: #004399;
}

.m-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.m-pagenation .m-pagenation__prev {
  margin-right: .5em;
}

.m-pagenation .m-pagenation__prev a {
  display: block;
  text-decoration: none;
  padding: .3em 1em;
  border: #ccc solid 1px;
}

.m-pagenation .m-pagenation__prev a:hover {
  background: rgba(0, 67, 153, 0.1);
  border-color: rgba(0, 67, 153, 0.1);
}

.m-pagenation .m-pagenation__next {
  margin-left: .5em;
}

.m-pagenation .m-pagenation__next a {
  display: block;
  text-decoration: none;
  padding: .3em 1em;
  border: #ccc solid 1px;
}

.m-pagenation .m-pagenation__next a:hover {
  background: rgba(0, 67, 153, 0.1);
  border-color: rgba(0, 67, 153, 0.1);
}

.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: .3em 1em;
  border: #ccc solid 1px;
}

.m-pagenation .m-pagenation__body li a:hover {
  background: rgba(0, 67, 153, 0.1);
  border-color: rgba(0, 67, 153, 0.1);
}

.m-pagenation .m-pagenation__body li.current {
  background: #004399;
  color: white;
  border: #004399 solid 1px;
  padding: .3em 1em;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .wp-pagenavi {
    margin-bottom: 50px;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  padding: .3em 1em;
  border: #ccc solid 1px;
  color: #004399;
}

.wp-pagenavi a.current, .wp-pagenavi span.current {
  background: #004399;
  color: white;
  border: #004399 solid 1px;
  padding: .3em 1em;
}

.wp-pagenavi a:hover {
  background: rgba(0, 67, 153, 0.1);
  border-color: rgba(0, 67, 153, 0.1);
}

.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(0, 67, 153, 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(0, 67, 153, 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 #004399;
  border-right: 3px solid #004399;
  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(0, 67, 153, 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 #004399;
  transition: 0.2s;
  z-index: 1;
}

.article_single04 .slick-prev {
  left: 0;
}

.article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #004399;
  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 #004399;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
}

.article_single04 .ofi {
  background: rgba(0, 67, 153, 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 {
  margin-bottom: 4%;
  font-size: 1.5rem;
}

.article_detail .post_title {
  text-align: left;
  margin: 40px 0 2em;
  padding: 0 0 .5em !important;
  font-size: 2.4rem;
  border-bottom: #004399 solid 2px;
}

@media (max-width: 767px) {
  .article_detail .post_title {
    font-size: 1.9rem;
  }
}

.article_detail .post_title:after {
  content: none;
}

.article_detail .post_title a:hover {
  text-decoration: none;
  color: #004399;
}

.article_detail .span_12 {
  margin: 2% 0;
}

.article_detail .post_header > div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}

.article_detail .post_header > div + div {
  margin-top: 10px;
}

.article_detail .post_header .time {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

.article_detail .post_header .time:before {
  display: block;
  position: absolute;
  content: '\f044';
  font-family: 'Font Awesome 5 Free';
  line-height: 10px;
  font-size: 16px;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
  color: currentColor;
}

.article_detail .post_header .updated {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

.article_detail .post_header .updated:before {
  display: block;
  position: absolute;
  content: '\f2f1';
  font-family: 'Font Awesome 5 Free';
  line-height: 10px;
  font-size: 16px;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
  color: currentColor;
  font-weight: bold;
}

.article_detail .post_header .category_badge {
  background: #004399;
  color: white;
  font-size: 1.4rem;
  display: inline-block;
}

.article_detail .post_header .category_badge a {
  display: block;
  padding: .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 #004399;
  border-left: solid 2px #004399;
  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 #004399;
  border-right: solid 2px #004399;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -6px;
}

.pager .pager_next a:hover {
  opacity: 0.8;
}

.ofi {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}

.ofi.cover img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.ofi > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.lead {
  color: #004399;
  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-primary {
  color: #004399 !important;
}

@media (max-width: 767px) {
  .sp-hide,
  .pc-only,
  .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 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: 999px) {
  .sp-hide02,
  .pc-only02,
  .tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  .pc-hide02,
  .sp-only02 {
    display: none !important;
  }
}

.arial {
  font-family: "Arial", arial !important;
}

.arial_n {
  font-family: "Arial Narrow", arial !important;
}

.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;
  }
}

.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;
}

@media (max-width: 767px) {
  .sp-mt-1 {
    margin-top: 1em;
  }
}

.mt-2 {
  margin-top: 2em;
}

@media (max-width: 767px) {
  .sp-mt-2 {
    margin-top: 2em;
  }
}

.mt-3 {
  margin-top: 3em;
}

@media (max-width: 767px) {
  .sp-mt-3 {
    margin-top: 3em;
  }
}

.mt-4 {
  margin-top: 4em;
}

@media (max-width: 767px) {
  .sp-mt-4 {
    margin-top: 4em;
  }
}

.mt-5 {
  margin-top: 5em;
}

@media (max-width: 767px) {
  .sp-mt-5 {
    margin-top: 5em;
  }
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-4 {
  margin-bottom: 4em;
}

.mb-5 {
  margin-bottom: 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;
}

.targetOffset {
  scroll-margin-top: 80px;
}

@media (max-width: 999px) {
  .targetOffset {
    scroll-margin-top: 64px;
  }
}

.icon-tel:before {
  content: '\f879';
  font-family: 'Font Awesome 5 Free';
  margin-right: 5px;
}

/*ローカルメニュー*/
.localMenu {
  list-style: none;
  display: grid;
  padding: 0;
  gap: 5px 2%;
}

.localMenu.column-2 {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
  .localMenu.column-2 {
    grid-template-columns: 1fr;
  }
}

.localMenu.column-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
  .localMenu.column-3 {
    grid-template-columns: 1fr;
  }
}

.localMenu li a {
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 20px;
  display: inline-block;
}

.localMenu li a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #004399;
  position: absolute;
  top: 0.4em;
  left: 0;
}

.localMenu li a:hover {
  color: #004399;
  text-decoration: none;
}

main {
  background: #f5f5f5;
}

.home .contents {
  margin-top: -80px;
}

@media (max-width: 999px) {
  .home .contents {
    margin-top: -64px;
  }
}

.home main {
  overflow: unset;
}

.top_ttl {
  font-weight: bold;
  border-bottom: solid 1px;
  margin: 0 0 0.6em;
  padding-bottom: 0.2em;
  text-align: left;
  font-size: 44px;
  max-width: 700px;
  width: 100%;
}

@media (max-width: 767px) {
  .top_ttl {
    font-size: 34px;
    padding-bottom: 0.6em;
    margin-bottom: 0.9em;
  }
}

.top_ttl .en {
  font-size: calc(18 / 44 * 1em);
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: block;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .top_ttl .en {
    margin-bottom: 1em;
  }
}

.top_ttl small {
  font-size: calc(18 / 44 * 1em);
}

@media (max-width: 767px) {
  .top_ttl small {
    display: block;
  }
}

.sec_lead {
  padding: clamp(50px, 7vw, 90px) 0 clamp(50px, 9vw, 110px);
  background: url(/wp-content/uploads/bg01.png) repeat-x center bottom;
}

@media (max-width: 767px) {
  .sec_lead {
    background: url(/wp-content/uploads/bg01.png) repeat-x center bottom 25%/130%;
  }
}

.sec_lead p {
  color: #004399;
  font-weight: 500;
  line-height: 2.4;
}

@media (max-width: 767px) {
  .sec_lead p {
    font-size: 14px;
  }
}

.sec_lead .btn_list {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(60 / 860 * 100%);
  max-width: 860px;
  margin: clamp(50px, 7vw, 80px) auto 0 auto;
}

@media (max-width: 767px) {
  .sec_lead .btn_list {
    flex-direction: column;
    gap: 15px;
  }
}

.sec_lead .btn_list li {
  flex: 1;
}

@media (max-width: 767px) {
  .sec_lead .btn_list li {
    width: 100%;
  }
}

.sec_lead .btn_list a {
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: clamp(20px, 2.8vw, 28px);
  text-decoration: none;
  border-radius: 5px;
  height: calc(120 / 28 * 1em);
  letter-spacing: 0.05em;
  position: relative;
}

@media (max-width: 767px) {
  .sec_lead .btn_list a {
    height: calc(104 / 20 * 1em);
  }
}

.sec_lead .btn_list a:hover {
  opacity: 0.7;
}

.sec_lead .btn_list a .en {
  font-size: calc(14 / 28 * 1em);
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

@media (max-width: 767px) {
  .sec_lead .btn_list a .en {
    font-size: calc(14 / 20 * 1em);
  }
}

.sec_lead .btn_list a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.8em;
  height: 0.6em;
  top: 0;
  bottom: 0;
  right: 1.4em;
  left: auto;
  margin: auto;
  background: url(/wp-content/uploads/arrow_r_wh.svg) no-repeat center/contain;
  transition: 0.2s;
}

.sec_lead .btn_list a:hover:after {
  right: 1.2em;
}

.sec_lead .btn_list .btn1 {
  background: #005BAC;
}

.sec_lead .btn_list .btn2 {
  background: #00A0E9;
}

.sec_logo {
  padding-top: clamp(50px, 7vw, 100px);
  position: sticky;
  top: 80px;
  background: #f5f5f5;
  z-index: 0;
}

@media (max-width: 999px) {
  .sec_logo {
    top: 64px;
  }
}

.sec_logo .logo {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .sec_logo .logo {
    padding-left: 7%;
  }
  .sec_logo .logo img {
    max-width: calc(245 / 345 * 100%);
  }
}

.sec_business {
  background: url(/wp-content/uploads/bg_pattern1.jpg);
  position: relative;
  z-index: 1;
  margin-top: -1px;
  padding: clamp(50px, 7vw, 100px) 0 clamp(50px, 6vw, 80px);
  color: #fff;
}

@media (min-width: 768px) {
  .sec_business .image {
    position: absolute;
    top: calc(clamp(20px, 2.8vw, 40px) + 190px);
    transform: translateY(-50%);
    right: clamp(45px, calc(50% - 540px), calc(50% - 540px));
    max-width: 400px;
    width: calc(500 / 1440 * 100%);
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .sec_business .top_ttl {
    width: 65%;
  }
}

.sec_business .business_ttl {
  text-align: left;
  margin: 0 0 1em;
  padding-left: 1em;
  position: relative;
  font-size: 28px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .sec_business .business_ttl {
    font-size: 20px;
  }
}

.sec_business .business_ttl:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(10 / 28 * 1em);
  height: 100%;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: linear-gradient(180deg, #00A0E9 0%, #00A0E9 50%, #005BAC 50%, #005BAC 100%);
}

.sec_business .business_ttl .num {
  font-size: calc(20 / 28 * 1em);
  display: block;
  font-family: "Inter", sans-serif;
}

@media (max-width: 767px) {
  .sec_business .business_ttl .num {
    font-size: calc(18 / 20 * 1em);
  }
}

.sec_business .row_bg {
  margin-top: clamp(20px, 5vw, 60px);
  color: #000000;
}

.sec_business .row_bg + .row_bg {
  margin-top: 30px;
}

.sec_business .row_bg .con_text {
  padding: clamp(30px, 4.5vw, 60px) clamp(15px, 4vw, 60px);
  margin-bottom: 0;
  background-color: #fff;
}

.sec_business .row_bg .ofi {
  padding-top: 0;
  height: 100%;
  min-height: 440px;
  overflow: hidden;
}
.sec_business .row_bg .ofi img {
  transition: 0.5s;
}
.sec_business .row_bg .ofi:hover img {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .sec_business .row_bg .ofi {
    min-height: 257px;
    height: 69vw;
  }
}

.sec_about {
  color: #004399;
  padding: clamp(50px, 7vw, 80px) 0 clamp(50px, 7vw, 100px);
  background: url(/wp-content/uploads/bg01.png) repeat-x center bottom;
}

@media (max-width: 767px) {
  .sec_about {
    background: none;
  }
}

.sec_about .top_ttl {
  color: #004399;
}

.sec_about .btn_list {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(60 / 1180 * 100%);
  margin: clamp(30px, 6vw, 70px) auto 0 auto;
}

@media (max-width: 767px) {
  .sec_about .btn_list {
    flex-direction: column;
    gap: 15px;
  }
}

.sec_about .btn_list li {
  flex: 1;
}

@media (max-width: 767px) {
  .sec_about .btn_list li {
    width: 100%;
  }
}

.sec_about .btn_list a {
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: clamp(20px, 2.8vw, 28px);
  text-decoration: none;
  border-radius: 5px;
  height: calc(360 / 28 * 1em);
  letter-spacing: 0.05em;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

@media (max-width: 767px) {
  .sec_about .btn_list a {
    height: calc(222 / 22 * 1em);
  }
}

.sec_about .btn_list a .en {
  font-size: calc(14 / 28 * 1em);
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

@media (max-width: 767px) {
  .sec_about .btn_list a .en {
    font-size: calc(14 / 22 * 1em);
  }
}

.sec_about .btn_list a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: 0.2s;
  z-index: -1;
}

.sec_about .btn_list a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.8em;
  height: 0.6em;
  top: 0;
  bottom: 0;
  right: 1.4em;
  left: auto;
  margin: auto;
  background: url(/wp-content/uploads/arrow_r_wh.svg) no-repeat center/contain;
  transition: 0.2s;
}

.sec_about .btn_list a:hover:before {
  transform: scale(1.05);
}

.sec_about .btn_list a:hover:after {
  right: 1.2em;
}

.sec_about .btn_list .bnr1:before {
  background: url(/wp-content/uploads/top_about01.jpg) no-repeat center/cover;
}

.sec_about .btn_list .bnr2:before {
  background: url(/wp-content/uploads/top_about02.jpg) no-repeat center/cover;
}

.sec_interview {
  padding: clamp(50px, 6vw, 80px) 0 clamp(50px, 7vw, 100px);
  color: #fff;
  background: url(/wp-content/uploads/bg_pattern2.jpg);
  overflow: hidden;
}

.sec_interview .top_ttl {
  color: #fff;
}

.sec_interview .container.wide {
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.sec_interview .button_wh {
  background: transparent;
  border-color: #fff;
  max-width: 400px;
  font-size: 18px;
  padding: 1.4em;
  position: relative;
  z-index: 2;
}
.sec_interview .button_wh:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  z-index: -1;
}
.sec_interview .button_wh:hover {
  border-color: #fff;
  color: #004399;
}
.sec_interview .button_wh:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.sec_interview .button_wh:hover:after {
  background: url(/wp-content/uploads/arrow_r_bl.svg) no-repeat center / contain;
}

.sec_interview .interview-splide {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .sec_interview .interview-splide {
    margin-bottom: 50px;
  }
}

.sec_interview .interview-splide .row {
  background: #fff;
  color: #005BAC;
}

.sec_interview .interview-splide .con_text {
  padding: clamp(40px, 4vw, 60px) clamp(15px, 4vw, 60px) clamp(40px, 4vw, 60px) clamp(15px, 2.5vw, 30px);
}

@media (min-width: 768px) {
  .sec_interview .interview-splide .con_text {
    height: 500px;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .sec_interview .interview-splide .con_text {
    margin-top: -140px;
    padding: 0 clamp(15px, 4vw, 60px) 20px clamp(15px, 2.5vw, 30px);
  }
}

.sec_interview .interview-splide .con_text .text_wrap {
  flex: 1;
}

@media (min-width: 768px) {
  .sec_interview .interview-splide .con_img {
    max-height: 500px;
  }
}

.sec_interview .interview-splide .con_img .ofi {
  padding-top: 126%;
  overflow: visible;
  max-width: calc(440 / 460 * 100%);
  transform: translateY(-7.5%);
  margin: 0 auto;
}

@media (max-width: 767px) {
  .sec_interview .interview-splide .con_img .ofi {
    max-width: calc(257 / 315 * 100%);
    padding-top: 110%;
    transform: translateY(-140px) scale(0.9);
  }
}

.sec_interview .interview-splide .con_img .ofi img {
  transform: scale(0.7) rotate(5deg);
  transition: 0.7s;
}

.sec_interview .interview-splide .splide__list {
  padding-top: 160px !important;
}

@media (min-width: 768px) {
  .sec_interview .interview-splide .splide__list {
    padding-bottom: clamp(50px, 5vw, 90px) !important;
    padding-top: 95px !important;
  }
}

.sec_interview .interview-splide .button, .sec_interview .interview-splide .inquiry .form_button, .inquiry .sec_interview .interview-splide .form_button, .sec_interview .interview-splide #wpcf7cpcnf .wpcf7cp-btns button, #wpcf7cpcnf .wpcf7cp-btns .sec_interview .interview-splide button {
  max-width: 320px;
  border-radius: 5px;
  padding: 1.5em;
}

.sec_interview .interview-splide .button {
    position: relative;
    z-index: 2;
}
.sec_interview .interview-splide .button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.5s ease;
    transition-property: transform;
    z-index: -1;
}
.sec_interview .interview-splide .button:hover {
    color: #004399;
}
.sec_interview .interview-splide .button:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}
.sec_interview .interview-splide .button:hover:after {
    background: url(/wp-content/uploads/arrow_r_bl.svg) no-repeat center / contain;
}

.sec_interview .interview-splide .splide__slide {
  opacity: 0.8;
  transition: 0.7s;
}

.sec_interview .interview-splide .splide__slide.is-active {
  opacity: 1;
}

.sec_interview .interview-splide .splide__slide.is-active .con_img img {
  transform: scale(1) rotate(-5deg);
}

.sec_interview .interview-splide .splide__arrow {
  opacity: 1;
  width: 80px;
  height: 80px;
}

@media (max-width: 767px) {
  .sec_interview .interview-splide .splide__arrow {
    top: 240px;
  }
}

.sec_interview .interview-splide .splide__arrow:disabled {
  opacity: 0.8;
}

.sec_interview .interview-splide .splide__arrow--prev {
  left: clamp(0px, calc(50% - 500px), calc(50% - 500px));
  background: url(/wp-content/uploads/arrow_l_wh.svg) no-repeat center/25%, rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .sec_interview .interview-splide .splide__arrow--prev {
    left: -40px;
    background: url(/wp-content/uploads/arrow_l_wh.svg) no-repeat center right 15px/25%, rgba(0, 0, 0, 0.3);
  }
}

.sec_interview .interview-splide .splide__arrow--next {
  right: clamp(0px, calc(50% - 500px), calc(50% - 500px));
  background: url(/wp-content/uploads/arrow_r_wh.svg) no-repeat center/25%, rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .sec_interview .interview-splide .splide__arrow--next {
    right: -40px;
    background: url(/wp-content/uploads/arrow_r_wh.svg) no-repeat center left 15px/25%, rgba(0, 0, 0, 0.3);
  }
}

.sec_interview .interview_ttl {
  text-align: left;
  margin: 0 0 1em;
  font-size: clamp(20px, 2.8vw, 26px);
}

@media (max-width: 767px) {
  .sec_interview .interview_ttl {
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
}

.sec_interview .name {
  color: #005BAC;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .sec_interview .name {
    line-height: 1.4;
    margin: 0 0 0.1em;
  }
}

.sec_interview .name small {
  font-size: 12px;
  font-family: "Inter";
  font-weight: normal;
  display: block;
  margin-top: 1.4em;
}

.sec_interview .position {
  margin-top: 0;
}

.sec_recruit {
  color: #004399;
  padding: clamp(50px, 7vw, 80px) 0 clamp(50px, 7vw, 100px);
  background: #F5F5F5;
}

.sec_recruit .top_ttl {
  color: #004399;
}

.sec_recruit .recruit_bnr {
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: clamp(20px, 2.5vw, 28px);
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(210 / 28 * 1em);
  transiton: 0.2s;
}

@media (max-width: 767px) {
  .sec_recruit .recruit_bnr {
    font-size: 20px;
    height: calc(124 / 20 * 1em);
    padding: 1em 0.8em;
  }
}

.sec_recruit .recruit_bnr:hover {
  opacity: 0.7;
}

.sec_recruit .recruit_bnr:hover .arrow:after {
  right: 1.2em;
}

@media (max-width: 767px) {
  .sec_recruit .recruit_bnr:hover .arrow:after {
    right: -0.2em;
  }
}

.sec_recruit .recruit_bnr .row {
  width: 100%;
}

.sec_recruit .recruit_bnr .arrow {
  width: 100%;
  display: block;
  position: relative;
}

.sec_recruit .recruit_bnr .arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.8em;
  height: 0.6em;
  top: 0;
  bottom: 0;
  right: 1.4em;
  left: auto;
  margin: auto;
  background: url(/wp-content/uploads/arrow_r_wh.svg) no-repeat center/contain;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .sec_recruit .recruit_bnr .arrow:after {
    right: 0;
    width: 1em;
    height: 0.8em;
  }
}

.sec_recruit .recruit_bnr.bnr1 {
  background: url(/wp-content/uploads/bg_banner.png) no-repeat left top, url(/wp-content/uploads/bg_pattern3.jpg);
}

@media (max-width: 767px) {
  .sec_recruit .recruit_bnr.bnr1 {
    background: url(/wp-content/uploads/bg_banner.png) no-repeat left top/170px, url(/wp-content/uploads/bg_pattern3.jpg);
    height: auto;
  }
  .sec_recruit .recruit_bnr.bnr1 .arrow {
    padding: calc(33 / 20 * 1em) 0 calc(30 / 20 * 1em);
  }
}

.sec_recruit .recruit_bnr.bnr2 {
  background: url(/wp-content/uploads/bg_banner.png) no-repeat left top, url(/wp-content/uploads/bg_pattern2.jpg);
}

@media (max-width: 767px) {
  .sec_recruit .recruit_bnr.bnr2 {
    background: url(/wp-content/uploads/bg_banner.png) no-repeat left top/170px, url(/wp-content/uploads/bg_pattern2.jpg);
  }
}

.sec_recruit .recruit_bnr.bnr3 {
  background: url(/wp-content/uploads/bg_banner.png) no-repeat left top, url(/wp-content/uploads/bg_pattern1.jpg);
}

@media (max-width: 767px) {
  .sec_recruit .recruit_bnr.bnr3 {
    background: url(/wp-content/uploads/bg_banner.png) no-repeat left top/170px, url(/wp-content/uploads/bg_pattern1.jpg);
  }
}

.sec_recruit .row_bnr {
  margin-top: clamp(30px, 6vw, 70px);
}

.sec_entry {
  padding: clamp(50px, 7vw, 100px) 0 180px;
  overflow: hidden;
  background: url(/wp-content/uploads/bg02.jpg) no-repeat center/cover;
  color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .sec_entry {
    background: url(/wp-content/uploads/sp_bg02.jpg) no-repeat center/cover;
    padding-bottom: 140px;
  }
}

.sec_entry h2 {
  text-align: center;
  margin: 0 0 0.8em;
  font-size: 32px;
}

@media (max-width: 767px) {
  .sec_entry h2 {
    font-size: 20px;
    text-align: left;
  }
}

.sec_entry p {
  line-height: 2.4;
}

.sec_entry .btn_wrap {
  margin-top: clamp(40px, 6vw, 70px);
}

.sec_entry .button, .sec_entry .inquiry .form_button, .inquiry .sec_entry .form_button, .sec_entry #wpcf7cpcnf .wpcf7cp-btns button, #wpcf7cpcnf .wpcf7cp-btns .sec_entry button {
  background: #ec6233;
  border-color: #ec6233;
  line-height: 1.4;
  font-size: clamp(20px, 2.5vw, 24px);
  max-width: 400px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 5px;
}

.sec_entry .button:hover, .sec_entry .inquiry .form_button:hover, .inquiry .sec_entry .form_button:hover, .sec_entry #wpcf7cpcnf .wpcf7cp-btns button:hover, #wpcf7cpcnf .wpcf7cp-btns .sec_entry button:hover {
  border-color: #ec6233;
}

.sec_entry .button {
    position: relative;
    z-index: 2;
}
.sec_entry .button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.5s ease;
    transition-property: transform;
    z-index: -1;
}
.sec_entry .button:hover {
    color: #ec6233;
}
.sec_entry .button:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}
.sec_entry .button:hover:after {
    background: url(/wp-content/uploads/arrow_r_or.svg) no-repeat center / contain;
}

.sec_entry .entry-splide {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 130px;
  margin-bottom: -0.14em;
}

.sec_entry .entry-splide li {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  line-height: 1;
}

.lh-h {
  line-height: 2.4 !important;
}

@media (max-width: 767px) {
  .lh-h {
    line-height: 2 !important;
  }
}

.lh-r {
  line-height: 1.8 !important;
}

@media (max-width: 767px) {
  .lh-r {
    line-height: 1.6 !important;
  }
}

.fw-mid {
  font-weight: 500;
}

/***
contact
***/
.thanks .h1 {
  position: relative;
  padding-bottom: 100px;
  letter-spacing: 2px;
}
.thanks .h1:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 400px;
  height: 1px;
  bottom: 180px;
  left: 50%;
  transform: translateX(-50%);
}
.thanks .h1:after {
  content: "エントリーありがとうございます！";
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  bottom: 130px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .thanks .h1 {
    padding: 0.7em 80px;
    line-height: 1.4;
    padding-bottom: 80px;
  }
  .thanks .h1:before {
    width: 250px;
    bottom: 106px;
  }
  .thanks .h1:after {
    font-size: 14px;
    bottom: 70px;
  }
}

/***
privacy
***/
@media (max-width: 767px) {
  .sec_privacy {
    font-size: 13px;
  }
}

.privacy_ttl {
  font-weight: bold;
  margin: 1.5em 0 0;
  font-size: 18px;
}

@media (max-width: 767px) {
  .privacy_ttl {
    font-size: 14px;
  }
}

/***
recruit
***/
.h3_recruit {
  text-align: center;
  margin: 0 0 0.5em;
  background: #004399;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  padding: 1em;
}

@media (max-width: 767px) {
  .h3_recruit {
    padding: 0.8em;
  }
}

.flow_box {
  background: #fff;
  padding: 50px 60px;
}

@media (max-width: 767px) {
  .flow_box {
    padding: 30px;
  }
}

.flow_box .flow_item {
  display: grid;
  gap: 20px;
  font-weight: 500;
  font-size: 18px;
  align-items: center;
}

@media (min-width: 768px) {
  .flow_box .flow_item {
    grid-template-columns: 153px 1fr;
  }
}

@media (max-width: 767px) {
  .flow_box .flow_item {
    font-size: 16px;
  }
}

.flow_box .flow_item p {
  line-height: 1.7;
}

.flow_box .flow_item a {
  color: #000000;
}

.flow_box .flow_item small {
  font-size: calc(13 / 18 * 1em);
  font-weight: 400;
}

@media (max-width: 767px) {
  .flow_box .flow_item small {
    font-size: calc(12 / 16 * 1em);
  }
}

.flow_box .flow_item + .flow_item {
  padding-top: 40px;
  margin-top: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .flow_box .flow_item + .flow_item {
    padding-top: 50px;
  }
}

.flow_box .flow_item + .flow_item:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: url(/wp-content/uploads/arrow_r_color2.svg) no-repeat center/contain;
  transform: rotate(90deg);
}

.flow_box .flow_item .step_box {
  height: 153px;
  width: 153px;
  background: #005BAC;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
}

.flow_box .flow_item .step_box p {
  line-height: 1.2;
}

.flow_box .flow_item .step_box .step {
  font-size: calc(14 / 20 * 1em);
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}

/***
compnay
***/
.sec_message {
  position: relative;
}

@media (min-width: 768px) {
  .sec_message {
    margin-top: 40px;
  }
}

.sec_message:before {
  content: "TOP MESSAGE";
  display: block;
  position: absolute;
  top: -100px;
  bottom: auto;
  right: auto;
  left: clamp(0px, calc(50% - 450px - 1em), calc(50% - 450px - 1em));
  margin: auto;
  font-family: "Inter", sans-serif;
  font-weight: bolder;
  writing-mode: vertical-rl;
  font-size: 130px;
  font-style: italic;
  line-height: 1;
  color: #e3e9f1;
  z-index: 1;
}

@media (max-width: 767px) {
  .sec_message:before {
    font-size: 90px;
    top: -46px;
  }
}

.sec_message p {
  position: relative;
  z-index: 2;
}

.sec_message img {
  position: relative;
  z-index: 0;
}

.under_business .top_ttl {
  width: 100%;
}

@media (min-width: 768px) {
  .under_business .top_ttl {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .under_business .row_bg {
    gap: 0;
  }
  .under_business .row_bg .span_6 {
    width: 50%;
  }
}

.under_business .row_bg .ofi {
  min-height: 240px;
}

@media (max-width: 767px) {
  .under_business .row_bg .ofi {
    min-height: 140px;
    height: 35vw;
  }
}

.under_business a.pdf_link {
  text-align: center;
  color: #005bac;
  border: solid 1px #004399;
  font-size: 16px;
  padding: 0.8em 1em;
  text-decoration: none;
  max-width: 470px;
  display: block;
}

@media (max-width: 767px) {
  .under_business a.pdf_link {
    font-size: 14px;
  }
}

.under_business a.pdf_link .icon_pdf {
  padding-right: 2em;
  position: relative;
}

.under_business a.pdf_link .icon_pdf:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(22.5 / 16 * 1em);
  height: calc(17.5 / 16 * 1em);
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  background: url(/wp-content/uploads/icon_pdf.svg) no-repeat center/contain;
}

/***
interview
***/
@media (max-width: 767px) {
  .sp_image_cols.sp_col2.row_interview {
    row-gap: 20px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .sp_image_cols.sp_col2.row_interview .col {
    width: calc((100% - 15px) / 2);
  }
}

.article_list.article_interview {
  border: none;
  border-bottom: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  height: 100%;
}

.article_list.article_interview a.article_interview_link {
  text-decoration: none;
  padding: clamp(10px, 2vw, 20px);
  display: block;
  height: 100%;
  width: 100%;
}

.article_list.article_interview a.article_interview_link:hover {
  opacity: 0.8;
}

.article_list.article_interview .ofi {
  padding-top: 100%;
}

.article_list.article_interview .article_ttl {
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  position: relative;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .article_list.article_interview .article_ttl {
    font-size: 12px;
    margin-top: 15px;
  }
}

.article_list.article_interview .article_ttl:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 30px;
  top: -35px;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: #ec6233;
}

@media (max-width: 767px) {
  .article_list.article_interview .article_ttl:before {
    top: -25px;
    height: 20px;
  }
}

.article_list.article_interview .article_ttl .marker {
  background: #005bac;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.6;
  padding: 0.3em;
}

.article_list.article_interview .name {
  color: #000000;
  line-height: 1.5;
  font-size: 14px;
}

@media (max-width: 767px) {
  .article_list.article_interview .name {
    font-size: 12px;
  }
}

.article_list.article_interview .name .position {
  font-size: 13px;
  color: #005BAC;
}

@media (max-width: 767px) {
  .article_list.article_interview .name .position {
    font-size: 10px;
  }
}

.interview_page_title {
  height: 500px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .interview_page_title {
    height: 375px;
  }
}

.interview_page_title .container {
  width: 100%;
  margin: 0 auto 50px;
}

.interview_page_title + .container {
  margin-top: 20px;
}

.interview_page_title .bg_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

@media (max-width: 767px) {
  .interview_page_title:has(.interview_single_h1) {
    align-items: flex-end;
  }
}

.interview_single_h1 {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  margin: 0 0 0;
  line-height: 2.5;
}

.interview_single_h1 .bg {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: #005bac;
  padding: 0.4em 0.5em;
}

@media (max-width: 767px) {
  .interview_single_h1 {
    font-size: 18px;
    margin: 0 0 0.5em;
  }
}

.interview_single_subttl {
  background: #fff;
  color: #005bac;
  padding: 20px 15px;
  display: inline-block;
  width: 100%;
  max-width: 330px;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .interview_single_subttl {
    margin-top: 15px;
    max-width: 100%;
  }
}

.interview_single_subttl .name {
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 0.5em;
  border-bottom: solid 1px;
}

.interview_single_subttl .name small {
  font-weight: normal;
  font-size: 12px;
}

.interview_single_subttl .position {
  font-size: 14px;
}

.sp_interview_page_title {
  margin-top: -30px;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.interview_h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: calc(41 / 28);
  color: #151515;
  margin: 0 0 1em;
  line-height: 2.5;
}

.interview_h1 .bg {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: #fff;
  padding: 0.4em 0.5em;
}

@media (max-width: 767px) {
  .interview_h1 {
    font-size: 18px;
    margin: 0 0 0.5em;
  }
}

.interview_h2 {
  color: #005BAC;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: solid 2px #005BAC;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
  margin: 2em 0 1em;
  position: relative;
  font-size: 26px;
}

@media (max-width: 767px) {
  .interview_h2 {
    font-size: 18px;
  }
}

.interview_h2:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(8 / 26 * 1em);
  height: 100%;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  background: linear-gradient(180deg, #00A0E9 0%, #00A0E9 50%, #005BAC 50%, #005BAC 100%);
}

.interview_other_ttl {
  font-weight: bold;
  font-size: 24px;
  margin: 0 auto 2em;
}

@media (max-width: 767px) {
  .interview_other_ttl {
    margin: 0 auto 1.3em;
    font-size: 20px;
  }
}

.interview_q {
  padding-left: 4em;
  position: relative;
  font-weight: 500;
}

@media (max-width: 767px) {
  .interview_q {
    padding-left: 2em;
  }
}

.interview_q::before {
  content: "";
  display: block;
  position: absolute;
  width: 3em;
  height: 1px;
  top: 0.9em;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: #000000;
}

@media (max-width: 767px) {
  .interview_q::before {
    width: 1.5em;
  }
}

hr {
  color: #d9d9d9;
  background-color: #d9d9d9;
  margin: 100px 0 80px;
}

@media (max-width: 767px) {
  hr {
    margin: 70px 0 50px;
  }
}

@media (min-width: 768px) {
  .interview_contentes {
    font-size: 15px;
  }
  .interview_contentes > .container.interview_container {
    max-width: 1440px;
  }
  .interview_contentes > .container.interview_container > .row {
    -moz-column-gap: calc(80 / 1440 * 100%);
         column-gap: calc(80 / 1440 * 100%);
  }
  .interview_contentes > .container.interview_container > .row .span_3 {
    width: calc(330 / 1440 * 100%);
  }
  .interview_contentes > .container.interview_container > .row .span_9 {
    width: 900px;
    padding-right: 15px;
    max-width: 71%;
    margin-top: 60px;
  }
}

.interview_anchor_wrap {
  background: #fff;
  padding: clamp(30px, 4vw, 60px) 15px;
}

@media (min-width: 768px) {
  .interview_anchor_wrap {
    position: sticky;
    top: 100px;
    overflow: auto;
    max-height: calc(100vh - 120px);
  }
}

@media (max-width: 767px) {
  .interview_anchor_wrap {
    margin-bottom: 40px;
  }
}

.interview_anchor_wrap .interview_anchor_list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .interview_anchor_wrap .interview_anchor_list {
    display: table;
  }
}

.interview_anchor_wrap .interview_anchor_list a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  position: relative;
  padding-right: 2em;
  font-size: 13px;
}

.interview_anchor_wrap .interview_anchor_list a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: url(/wp-content/uploads/arrow_down.svg) no-repeat center center/contain;
  width: 0.8em;
  height: 0.72em;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .interview_anchor_wrap .interview_anchor_list a:before {
    opacity: 1;
  }
}

.interview_anchor_wrap .interview_anchor_list a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #ec6233;
  transition: 0.4s;
}

.interview_anchor_wrap .interview_anchor_list a:hover::before {
  opacity: 1;
}

.interview_anchor_wrap .interview_anchor_list a:hover:after {
  width: 100%;
}

.interview_anchor_wrap .interview_anchor_list li + li {
  margin-top: 1em;
}

/*# sourceMappingURL=main.css.map */

/*追加CSS*/
.globalHeader{
  transition: background .3s ease, box-shadow .3s ease;
}

/* TOP */
body.home .globalHeader.high{
  background: rgba(255,255,255,0.9);
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

/* 下層 */
.globalHeader.high{
  background: rgba(255,255,255,0.9);
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

/* 念のため中身側は透明のまま */
.globalHeader.high .container{
  background: transparent;
}

/* thanks */
.inquiry .form_wrap.thanks {
  background: none;
  padding: 0;
}
.inquiry .form_wrap.thanks .thanks_ic {
  margin-bottom: 32px;
}
.inquiry .form_wrap.thanks .thanks_ic img {
  width: 60px;
  height: 60px;
}
.inquiry .form_wrap.thanks .button.btn_contact {
  background: none;
  color: #1984b3;
  border-color: #1984b3;
  text-align: left;
  padding: 1.2em 1em;
  max-width: 500px;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .inquiry .form_wrap.thanks .button.btn_contact {
    font-size: 2rem;
  }
}
.inquiry .form_wrap.thanks .button.btn_contact:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 32px;
  background: #1984b3;
  top: 50%;
  right: 68px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inquiry .form_wrap.thanks .button.btn_contact:after {
  background: url(/wp-content/uploads/arrow_r_sk.svg) no-repeat center center/contain;
  width: 32px;
  height: 32px;
  right: 0.8em;
}
.inquiry .form_wrap.thanks .button.btn_contact:hover:after {
  right: 0.6em;
}
.inquiry .form_wrap.thanks .button.btn_top {
  background: #00213b;
  border-color: #00213b;
  max-width: 134px;
}
.inquiry .form_wrap.thanks .button.btn_top:hover {
  opacity: 0.8;
}

/* 求める人物像 */
.portrait_list {
    list-style: none;
    padding-left: 0;
}
.portrait_list li {
    font-size: 2rem;
    color: #004399;
    border: 1px solid #004399;
    padding: 16px 30px;
}
.portrait_list li:not(:last-child) {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
.portrait_list li {
    font-size: 1.6rem;
    padding: 12px 24px;
}
.portrait_list li:not(:last-child) {
    margin-bottom: 12px;
}
}

.custom-center-slider {
  overflow: hidden;
  width: 100%;
  padding: 40px 0;
}
#loop-slider .splide__track {
  overflow: visible !important;
}
#loop-slider .splide__slide {
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1);
  z-index: 1;
  aspect-ratio: 415 / 331; /* 画像サイズ比率 */
}
#loop-slider .splide__slide.is-active {
  transform: scale(1.15);
  z-index: 10;
}
#loop-slider .slide-media {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#loop-slider .slide-media img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  display: block;
}
#loop-slider .splide__arrows {
  position: absolute;
  top: auto;
  bottom: -1.5em;
  right: 0;
  left: 0;
  margin: auto;
  font-size: clamp(6px, 1.6vw, 16px);
}
#loop-slider .splide__arrows .splide__arrow {
  width: 4em;
  height: 4em;
  background: #005BAC;
  opacity: 1;
}
#loop-slider .splide__arrows .splide__arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1.5em;
  height: 1.25em;
  background: url(https://recruit.totalkankyo.com/wp-content/uploads/slider_arrow.png) no-repeat center center/cover;
}
#loop-slider .splide__arrows .splide__arrow.splide__arrow--prev {
  top: 0;
  bottom: 0;
  right: 0;
  left: 60vw;
  margin: auto;
}
#loop-slider .splide__arrows .splide__arrow.splide__arrow--prev:after {
  transform: rotate(180deg);
}
#loop-slider .splide__arrows .splide__arrow.splide__arrow--next {
  top: 0;
  bottom: 0;
  right: 0;
  left: calc(60vw + 10em);
  margin: auto;
}
#loop-slider .splide__arrows .splide__arrow svg {
  display: none;
}
#loop-slider .my-carousel-progress {
  width: 48vw;
  height: 3px;
  background: #ccc;
  margin: 100px auto 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  #loop-slider .my-carousel-progress {
    margin: 40px auto 0;
  }
}
#loop-slider .my-carousel-progress-bar {
  background: #333;
  height: 100%;
  width: 0;
  transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.sec_questionnaire .questionnaire_block {
  padding: 5% 0;
  background: #fff;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.06);
}
.sec_questionnaire .questionnaire_block .h3_questionnaire {
  color: #004399;
  font-size: 20px;
  line-height: 1.8;
  border-bottom: 1px solid #004399;
  padding: 0 0 10px;
  margin: 0 auto 10px;
  font-weight: 500;
  display: table;
  width: 92%;
}
@media (min-width: 768px) {
  .sec_questionnaire .questionnaire_block .h3_questionnaire {
    font-size: 26px;
    padding: 0 0 20px;
    margin: 0 auto 20px;
  }
}
.sec_questionnaire .questionnaire_block .h3_questionnaire .sub {
  display: block;
  font-size: 15px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .sec_questionnaire .questionnaire_block .h3_questionnaire .sub {
    font-size: 18px;
  }
}