@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho+B1&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:opsz,wght@14..32,500&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho+B1&display=swap");
:root {
  --navi_event_type: hover;
  --header_break_point: 768;
  --main_slide_break_point: 768;
  --main_slide_copy_sync: false;
}

/*!
  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: 20px;
  }
  .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: 20px;
}

@media (min-width: 768px) {
  .container {
    max-width: 1140px;
    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: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #151515;
  height: auto !important;
  letter-spacing: 0;
  line-height: 2.4;
}

@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: #24718e;
  transition: all 0.3s;
  overflow-wrap: anywhere;
}

a:hover {
  color: #24718e;
  text-decoration: none;
}

.highlight a {
  color: #151515;
}

.highlight a:hover {
  color: #24718e;
}

a:not([class]) img,
a.swipebox img {
  transition: all 0.3s;
}

a:not([class]):hover img,
a.swipebox:hover img {
  opacity: 0.8;
}

img {
  vertical-align: middle;
}

img.circle {
  border-radius: 50%;
}

p {
  margin: 0.5em 0 1em;
  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 2.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: 15px;
}

ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 1.5rem;
}

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: -0.4em;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-left: 2%;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.container.min {
  max-width: 750px;
}

.container.min2 {
  max-width: 940px;
}

.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: #151515;
  text-decoration: none;
  display: block;
  padding: 0.5em;
  border-bottom: rgba(36, 113, 142, 0.1) solid 1px;
}

.sidebar ul a:hover {
  color: #24718e;
  background: rgba(36, 113, 142, 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: #151515;
  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 #151515;
  border-bottom: solid 2px #151515;
  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.4;
}

.container {
  padding: 0 15px;
}

@media (min-width: 1155px) {
  .container {
    padding: 0;
  }
}

.highlight {
  background: rgba(36, 113, 142, 0.1);
  color: #151515;
}

.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 {
  color: #151515;
  font-size: 16px;
  font-family: "Times New Roman", "Noto Serif JP", serif;
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  z-index: 999;
  width: 100%;
}

@media (max-width: 767px) {
  .globalHeader {
    font-size: 13px;
  }
}

.globalHeader.high {
  background-color: rgba(21, 21, 21, 0.7);
}

.globalHeader .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  height: 70px;
  max-width: 100%;
}

.globalHeader .container .globalHeader_top {
  margin: 0 auto 0 2%;
}

@media (max-width: 767px) {
  .globalHeader .container {
    height: 64px;
  }
}

.globalHeader .globalHeader_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.globalHeader .header_logo {
  width: 273px;
  height: 19px;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 767px) {
  .globalHeader .header_logo {
    width: 273px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .globalHeader .header_logo {
    width: 103px;
    height: auto;
  }
}

.globalHeader .header_logo a {
  display: block;
  height: auto;
  line-height: 0;
}

.globalHeader .header_logo a img {
  max-width: 100%;
  height: auto;
}

.global_nav {
  width: auto;
  list-style-position: inside;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  height: calc(100dvh - 70px);
  z-index: 56;
  transition: all 0.3s;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  .global_nav {
    top: 64px;
    height: calc(100vh - 64px);
    height: calc(100dvh - 64px);
  }
}

.global_nav > ul {
  list-style: none;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  display: block;
  background: #fff;
  width: 80vw;
  max-width: 400px;
  transform: translateX(100%);
  transition: all 0.3s;
  height: 100%;
  overflow: auto;
  padding: 20px 35px;
}

@media (max-width: 767px) {
  .global_nav > ul {
    padding: 20px 25px;
  }
}

.global_nav > ul > li > a {
  font-weight: 500;
}

.global_nav > ul li a {
  color: #000;
  text-decoration: none;
  padding: 0.4em 0;
  transition: all 0.3s;
  width: 100%;
  letter-spacing: 0;
  display: block;
  position: relative;
}

.global_nav > ul li a:hover {
  opacity: 0.8;
}

.global_nav > ul li:first-child a:before {
  content: none;
}

.global_nav.open {
  opacity: 1;
  visibility: visible;
  left: 0;
  background: rgba(21, 21, 21, 0.7);
}

.global_nav.open > ul {
  transform: translateX(0);
}

/**ハンバーガーメニュー**/
#headerToggle {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
  z-index: 99;
  cursor: pointer;
  width: 45px;
  height: 45px;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  #headerToggle {
    width: 40px;
    height: 40px;
    background: #24718e;
    border-radius: 50%;
    right: 16px;
  }
}

#headerToggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.4s;
  background-color: #fff;
}

@media (max-width: 767px) {
  #headerToggle span {
    width: 18px;
    left: 50%;
    transform: translateX(-50%);
  }
}

#headerToggle span:nth-of-type(1) {
  top: 19px;
}

@media (max-width: 767px) {
  #headerToggle span:nth-of-type(1) {
    top: 17px;
  }
}

#headerToggle span:nth-of-type(2) {
  bottom: 19px;
}

@media (max-width: 767px) {
  #headerToggle span:nth-of-type(2) {
    bottom: 17px;
  }
}

#headerToggle.active span:nth-of-type(1) {
  transform: translateY(3px) rotate(-20deg);
}

@media (max-width: 767px) {
  #headerToggle.active span:nth-of-type(1) {
    transform: translateX(-50%) translateY(2.5px) rotate(-20deg);
  }
}

#headerToggle.active span:nth-of-type(2) {
  transform: translateY(-3px) rotate(20deg);
}

@media (max-width: 767px) {
  #headerToggle.active span:nth-of-type(2) {
    transform: translateX(-50%) translateY(-2.5px) rotate(20deg);
  }
}

.hdr_info_wrapper .hdr_info {
  display: flex;
  align-items: center;
  margin-right: 93px;
}

@media (max-width: 767px) {
  .hdr_info_wrapper .hdr_info {
    margin-right: 65px;
  }
}

.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;
  background: #fff;
  border: none;
}

@media (max-width: 767px) {
  .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: 103px;
    font-size: 1rem;
  }
}

.hdr_info_wrapper .hdr_info_group .button:hover, .hdr_info_wrapper .hdr_info_group .inquiry .form_button:hover, .inquiry .hdr_info_wrapper .hdr_info_group .form_button:hover, .hdr_info_wrapper .hdr_info_group #wpcf7cpcnf .wpcf7cp-btns button:hover, #wpcf7cpcnf .wpcf7cp-btns .hdr_info_wrapper .hdr_info_group button:hover {
  color: #000000;
  opacity: 0.8;
}

.sp_hdr_info_wrapper {
  display: none;
  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: #24718e;
}

.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: #24718e;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_mail i {
  font-size: 3.2rem;
}

footer {
  position: relative;
  padding: 90px 0 40px;
  font-size: 13px;
  font-family: "Times New Roman", "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  footer {
    padding: 24px 0 40px;
    font-size: 12px;
  }
}

footer .container {
  max-width: 1180px;
}

footer .fNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .fNav ul li + li {
  border-top: 1px solid rgba(36, 113, 142, 0.3);
}

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 a {
  padding: 0.5em 1em 0.5em 0 !important;
  text-decoration: none;
  position: relative;
}

footer .fNav ul li > ul {
  padding-left: 0.2em;
}

footer .fNav ul li > ul a {
  padding: 0.5em 1em 0.5em 1em !important;
}

footer .fNav ul li > ul a:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  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: #fff;
  border-radius: 0;
  transform: rotate(0);
}

footer .corporate_text {
  width: 185px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media (max-width: 767px) {
  footer .corporate_text {
    margin: 0 auto 2em;
    width: auto;
    text-align: center;
  }
}

@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: url(/wp-content/uploads/footer_bg.jpg) no-repeat center/cover;
  color: #fff;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
}

footer .footer_slider {
  margin-top: 50px;
}

@media (min-width: 768px) {
  footer .container .row nav ul {
    display: inline-block;
  }
  footer .container .row nav a {
    display: inline-block;
    padding: 0.3em;
  }
}

.main_visual {
  position: relative;
}

@media (max-width: 768px) {
  .main_visual {
    aspect-ratio: 780 / 1440;
  }
}

@media (max-width: 767px) {
  .main_visual {
    aspect-ratio: 480 / 780;
  }
}

.main_visual .main_visual_splide {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 860px;
}

@media (max-width: 767px) {
  .main_visual .main_visual_splide {
    height: 114.66667%;
  }
}

.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;
}

.main_visual .main_visual_splide.fadeUp {
  visibility: hidden;
}

.main_visual .main_visual_copy_splide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  z-index: 51;
  pointer-events: none;
}

@media (max-width: 1140px) {
  .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 {
  position: relative;
}

.main_visual .main_visual_slick,
.main_visual .slick-track {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100% !important;
}

.main_visual .slick-track {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.main_visual .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

.main_visual .main_visual_slick {
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transition: 0.1s;
}

.main_visual .main_visual_slick.slick-initialized {
  opacity: 1;
}

.main_visual .main_visual_slick .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.main_visual .main_visual_slick .slick-slide picture,
.main_visual .main_visual_slick .slick-slide img {
  position: absolute;
  left: -300%;
  right: -300%;
  margin: auto;
  top: 0;
  width: auto;
  height: 100%;
}

.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.main_visual .main_visual_copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.main_visual .main_visual_copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 35.08772%;
  max-width: 400px;
  max-height: 400px;
  z-index: 52;
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy > li img {
    width: 90%;
  }
}

.main_visual .main_visual_slick {
  padding-top: 75.4386%!important;
}

@media (min-width: 1140px) {
  .main_visual .main_visual_slick {
    padding-top: 0 !important;
    height: 860px !important;
  }
}

@media (min-width: 1920px) {
  .main_visual .main_visual_slick {
    padding-top: 44.79167%!important;
  }
}

@media (max-width: 767px) {
  .main_visual .main_visual_slick {
    padding-top: 114.66667%!important;
  }
}

.slick-dots {
  z-index: 55 !important;
  bottom: -50px;
}

.slick-dots li button {
  margin: 0 auto;
  background: #ccc;
}

.slick-dots li.slick-active button {
  background: #24718e;
}

.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: #24718e;
  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: #24718e;
  margin: 0 5px;
  outline-color: transparent;
}

.main_visual_slider .splide__slide {
  position: relative;
}

.main_visual_slider .splide__slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(22, 28, 34, 0) 0%, #161c22 100%);
}

.main_visual_slider .splide__slide img {
  width: 100%;
}

.main_visual_slider .splide__slide .main_visual_slider_text {
  font-weight: 500;
  font-size: calc(13 / 1440 * 100vw);
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-family: "Noto Sans", sans-serif;
  margin: auto;
  color: #fff;
  position: absolute;
  right: 1.5em;
  top: 9%;
  bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 767px) {
  .main_visual_slider .splide__slide .main_visual_slider_text {
    font-size: calc(11 / 375 * 100vw);
    top: 0;
    bottom: 3%;
  }
}

.main_visual_slider .splide__slide .main_visual_slider_text .name {
  display: block;
  font-size: calc(17 / 13 * 1em);
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0.8em;
}

@media (max-width: 767px) {
  .main_visual_slider .splide__slide .main_visual_slider_text .name {
    margin-bottom: 0.4em;
    font-size: calc(15 / 11 * 1em);
  }
}

.main_visual_slider .main_visual_copy {
  position: absolute;
  bottom: 9%;
  top: auto;
  left: 0;
  right: 0;
  color: #fff;
  visibility: visible !important;
}

.main_visual_slider .main_visual_copy.wow {
  filter: blur(10px);
  transition: 1.2s;
  will-change: filter;
}

.main_visual_slider .main_visual_copy.wow.animated {
  transition-delay: 0.5s;
  filter: blur(0px);
}

@media (max-width: 767px) {
  .main_visual_slider .main_visual_copy {
    bottom: 6%;
  }
}

.main_visual_slider .main_visual_copy .main_visual_copy_text {
  margin: 0;
  font-weight: 500;
  font-size: calc(18 / 1440 * 100vw);
  text-align: center;
  position: relative;
  padding-top: 3.5em;
  line-height: 1;
}

@media (max-width: 767px) {
  .main_visual_slider .main_visual_copy .main_visual_copy_text {
    font-size: calc(13 / 375 * 100vw);
    line-height: 2;
    padding-top: 4em;
  }
}

.main_visual_slider .main_visual_copy .main_visual_copy_text:before {
  content: "";
  display: block;
  position: absolute;
  width: 148px;
  height: 57px;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: url(/wp-content/uploads/main_logo.svg) no-repeat center top/contain;
  max-width: calc(148 / 18 * 1em);
}

@media (max-width: 767px) {
  .main_visual_slider .main_visual_copy .main_visual_copy_text:before {
    max-width: calc(102 / 13 * 1em);
  }
}

.main_visual_slider .main_visual_copy .main_visual_copy_text .large {
  font-family: "Shippori Mincho B1", serif;
  font-size: calc(60 / 18 * 1em);
  display: block;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .main_visual_slider .main_visual_copy .main_visual_copy_text .large {
    font-size: calc(35 / 13 * 1em);
    margin-bottom: 0.3em;
  }
}

.page_title {
  height: 580px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .page_title {
    height: 375px;
  }
}

.page_title .container {
  width: 100%;
  margin: 0 auto;
}

.page_title + .container {
  margin-top: 20px;
}

.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) {
  .page_title:has(.interview_h1) {
    align-items: flex-end;
  }
}

.sp_page_title {
  margin-bottom: 40px;
}

.h1 {
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  font-size: 4rem;
  margin: 0;
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .h1 {
    margin-bottom: 10px;
  }
}

.h1 span {
  display: block;
  font-size: 2rem;
  margin-top: 1em;
}

.h1 a {
  text-decoration: none;
}

.h1 a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .h1 {
    font-size: 2rem;
  }
  .h1 span {
    font-size: 1.2rem;
  }
}

.h2,
.article_list h2 {
  display: block;
  margin: 0 auto 1em;
  position: relative;
  text-align: left;
  border: 0;
  font-weight: 700;
  font-size: 2.8rem;
  color: #151515;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0;
  line-height: 1.8;
}

.h2 a,
.article_list h2 a {
  text-decoration: none;
  color: #151515;
}

.h2 a:hover,
.article_list h2 a:hover {
  text-decoration: underline;
  color: #151515;
}

.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;
  }
  .h2:after,
  .article_list h2:after {
    width: 20px;
  }
}

.h2_icon {
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 180%;
  color: #1b1e49;
  border-bottom: solid 2px #1b1e49;
  text-align: left;
  margin: 0 0 0.5em;
  position: relative;
  padding-left: 60px;
  padding-bottom: 0.3em;
  padding-top: 0.2em;
}

@media (max-width: 767px) {
  .h2_icon {
    padding-left: 50px;
    font-size: 18px;
  }
}

.h2_icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(/wp-content/uploads/h2.svg) no-repeat center/contain;
}

.h2_icon:not(:first-child) {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .h2_icon:not(:first-child) {
    margin-top: 60px;
  }
}

.h2_icon.border-none {
  border-bottom: none;
}

.h2_line {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 180%;
  letter-spacing: 0.03em;
  border-bottom: solid 1px;
  text-align: center;
  margin: 0;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .h2_line {
    font-size: 1.8rem;
  }
}

.h3 {
  margin: 0 0 1em;
  color: #151515;
  font-size: 2.4rem;
  line-height: calc(35 / 24);
  font-weight: 400;
  position: relative;
  font-family: "Shippori Mincho B1", serif;
}

.h3 a {
  text-decoration: none;
}

.h3 a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .h3 {
    font-size: 2rem;
  }
}

.h3_01 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  color: #1b1e49;
  margin: 1em 0 1.5em;
}

@media (max-width: 767px) {
  .h3_01 {
    font-size: 13px;
  }
}

.h4 {
  margin: 0 0 1em;
  padding-left: 1em;
  font-size: 1.8rem;
  position: relative;
  color: #151515;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
}

.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: #24718e;
}

@media (max-width: 767px) {
  .h4 {
    font-size: 1.4rem;
  }
}

.widget_wrap .widget_header {
  font-size: 1.6rem;
  color: #151515;
  padding: 0.5em 0 0.5em 0.5em;
  border-bottom: #24718e 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;
  margin: 0 auto;
  padding-bottom: 60px;
  width: 100%;
}

@media (max-width: 767px) {
  .bread {
    padding-bottom: 40px;
  }
}

.bread ul {
  padding: 1em 0;
  margin: 0 auto;
  float: none;
}

.bread ul li {
  list-style: none;
  position: relative;
  float: left;
  padding-right: 1.2em;
  font-weight: 300;
  margin-right: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
}

.bread ul li a {
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #151515;
  font-weight: 300;
}

.bread ul li a:hover {
  color: #151515;
  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: 0.8em 1em;
  border: #000 solid 1px;
  border-radius: 0px;
  line-height: 1.2;
  background: transparent;
  color: #000000;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.3s;
  font-size: 1.6rem;
  cursor: pointer;
  border-radius: 50vw;
  /*
* ボタン矢印
*/
}

.button:hover, .inquiry .form_button:hover, #wpcf7cpcnf .wpcf7cp-btns button:hover {
  background: #1f617a;
  color: #fff;
  border-color: #1f617a;
}

.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: 15px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 5%;
  left: auto;
  margin: auto;
  transition: 0.3s;
  background: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99006 13.2528L6.71165 11.9886L11.1506 7.54972H0V5.70312H11.1506L6.71165 1.27131L7.99006 0L14.6165 6.62642L7.99006 13.2528Z' fill='black'/%3E%3C/svg%3E%0A");
}

.button.arrow:hover:after, .inquiry .arrow.form_button:hover:after, #wpcf7cpcnf .wpcf7cp-btns button.arrow:hover:after {
  background: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99006 13.2528L6.71165 11.9886L11.1506 7.54972H0V5.70312H11.1506L6.71165 1.27131L7.99006 0L14.6165 6.62642L7.99006 13.2528Z' fill='white'/%3E%3C/svg%3E%0A");
  right: 4%;
}

.highlight .button, .highlight .inquiry .form_button, .inquiry .highlight .form_button, .highlight #wpcf7cpcnf .wpcf7cp-btns button, #wpcf7cpcnf .wpcf7cp-btns .highlight button {
  color: #000000;
}

.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: #fff;
}

.button.inverse, .inquiry .inverse.form_button, #wpcf7cpcnf .wpcf7cp-btns button.inverse {
  background: none;
  border-color: #24718e;
  color: #24718e;
}

.button.inverse:after, .inquiry .inverse.form_button:after, #wpcf7cpcnf .wpcf7cp-btns button.inverse:after {
  border-color: #24718e;
}

.button.inverse:hover, .inquiry .inverse.form_button:hover, #wpcf7cpcnf .wpcf7cp-btns button.inverse:hover {
  background: #24718e;
  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: 0.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;
  }
}

.button.learnmore, .inquiry .learnmore.form_button, #wpcf7cpcnf .wpcf7cp-btns button.learnmore {
  font-size: 20px;
  padding: 1.5em;
  max-width: 420px;
  font-family: "Times New Roman", "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .button.learnmore, .inquiry .learnmore.form_button, #wpcf7cpcnf .wpcf7cp-btns button.learnmore {
    font-size: 14px;
    max-width: 260px;
  }
}

.button.learnmore:after, .inquiry .learnmore.form_button:after, #wpcf7cpcnf .wpcf7cp-btns button.learnmore:after {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99006 13.2528L6.71165 11.9886L11.1506 7.54972H0V5.70312H11.1506L6.71165 1.27131L7.99006 0L14.6165 6.62642L7.99006 13.2528Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center, #24718e;
}

@media (max-width: 767px) {
  .button.learnmore:after, .inquiry .learnmore.form_button:after, #wpcf7cpcnf .wpcf7cp-btns button.learnmore:after {
    width: 35px;
    height: 35px;
    background: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99006 13.2528L6.71165 11.9886L11.1506 7.54972H0V5.70312H11.1506L6.71165 1.27131L7.99006 0L14.6165 6.62642L7.99006 13.2528Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center/10px, #24718e;
  }
}

.button.learnmore:hover:after, .inquiry .learnmore.form_button:hover:after, #wpcf7cpcnf .wpcf7cp-btns button.learnmore:hover:after {
  background: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99006 13.2528L6.71165 11.9886L11.1506 7.54972H0V5.70312H11.1506L6.71165 1.27131L7.99006 0L14.6165 6.62642L7.99006 13.2528Z' fill='rgb(36, 113, 142)'/%3E%3C/svg%3E%0A") no-repeat center, #fff;
}

@media (max-width: 767px) {
  .button.learnmore:hover:after, .inquiry .learnmore.form_button:hover:after, #wpcf7cpcnf .wpcf7cp-btns button.learnmore:hover:after {
    background: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99006 13.2528L6.71165 11.9886L11.1506 7.54972H0V5.70312H11.1506L6.71165 1.27131L7.99006 0L14.6165 6.62642L7.99006 13.2528Z' fill='rgb(36, 113, 142)'/%3E%3C/svg%3E%0A") no-repeat center/10px, #fff;
  }
}

.button.entrybtn, .inquiry .entrybtn.form_button, #wpcf7cpcnf .wpcf7cp-btns button.entrybtn {
  font-size: 20px;
  padding: 1.5em;
  max-width: 550px;
  background: #24718E;
  color: #fff;
  border-color: #24718E;
  font-family: "Times New Roman", "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .button.entrybtn, .inquiry .entrybtn.form_button, #wpcf7cpcnf .wpcf7cp-btns button.entrybtn {
    font-size: 16px;
    max-width: 345px;
  }
}

.button.entrybtn:after, .inquiry .entrybtn.form_button:after, #wpcf7cpcnf .wpcf7cp-btns button.entrybtn:after {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99006 13.2528L6.71165 11.9886L11.1506 7.54972H0V5.70312H11.1506L6.71165 1.27131L7.99006 0L14.6165 6.62642L7.99006 13.2528Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center, #000;
}

@media (max-width: 767px) {
  .button.entrybtn:after, .inquiry .entrybtn.form_button:after, #wpcf7cpcnf .wpcf7cp-btns button.entrybtn:after {
    width: 35px;
    height: 35px;
    background: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99006 13.2528L6.71165 11.9886L11.1506 7.54972H0V5.70312H11.1506L6.71165 1.27131L7.99006 0L14.6165 6.62642L7.99006 13.2528Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center/10px, #000;
  }
}

.button.entrybtn:hover, .inquiry .entrybtn.form_button:hover, #wpcf7cpcnf .wpcf7cp-btns button.entrybtn:hover {
  opacity: 0.8;
}

.button.entrybtn:hover:after, .inquiry .entrybtn.form_button:hover:after, #wpcf7cpcnf .wpcf7cp-btns button.entrybtn:hover:after {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99006 13.2528L6.71165 11.9886L11.1506 7.54972H0V5.70312H11.1506L6.71165 1.27131L7.99006 0L14.6165 6.62642L7.99006 13.2528Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center, #000;
}

@media (max-width: 767px) {
  .button.entrybtn:hover:after, .inquiry .entrybtn.form_button:hover:after, #wpcf7cpcnf .wpcf7cp-btns button.entrybtn:hover:after {
    width: 35px;
    height: 35px;
    background: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99006 13.2528L6.71165 11.9886L11.1506 7.54972H0V5.70312H11.1506L6.71165 1.27131L7.99006 0L14.6165 6.62642L7.99006 13.2528Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center/10px, #000;
  }
}

.p-content_Slide {
  width: 100%;
  overflow: hidden;
}

.p-content_Slide .splide__slide {
  text-decoration: none;
  color: currentColor;
}

/* お問い合わせフォーム */
.inquiry .form_wrap {
  margin: 0;
  padding: 4%;
  border: rgba(36, 113, 142, 0.1) solid 5px;
  border-radius: 10px;
}

.inquiry .form_wrap .p-country-name {
  display: none;
}

.inquiry .table-default {
  border: none;
}

.inquiry .table-default tr:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}

.inquiry .table-default th {
  background: none;
  border: none;
  text-align: left;
  padding: 1.4em 50px 1.2em .5em;
  vertical-align: top;
  font-weight: bold;
  position: relative;
}

@media (max-width: 767px) {
  .inquiry .table-default th {
    padding: 1em 0 0;
  }
}

.inquiry .table-default th .required {
  display: inline-block;
  background: #d43f3a;
  color: white;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 1.2rem;
  margin-left: .5em;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .inquiry .table-default th .required {
    position: absolute;
    top: 1.6em;
    right: 0;
  }
}

.inquiry .table-default td {
  background: none;
  border: none;
  padding: 1.2em .5em;
}

@media (max-width: 767px) {
  .inquiry .table-default td {
    padding: .5em 0 1em;
  }
}

.inquiry .input_wrap {
  display: block;
  margin: 0;
  padding: 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: 7px 2%;
  color: #151515;
  font-size: 1.6rem;
  margin: 0 .2em;
  border: 1px solid #cccccc;
  background: #fafafa;
  border-radius: 3px;
  -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: .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, .inquiry .wpcf7-submit {
  background: #24718e;
  color: white;
  border-color: #24718e;
}

.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: #1a5165;
  border-color: #1a5165;
  color: #fff;
}

.inquiry .form_button.form_send:hover, .inquiry .wpcf7-submit.form_send:hover {
  background: #154051;
  border-color: #154051;
  color: #fff;
}

@media (min-width: 768px) {
  .inquiry input[type="text"],
  .inquiry input[type="url"],
  .inquiry input[type="email"],
  .inquiry input[type="tel"],
  .inquiry input[type="date"],
  .inquiry input[type="text"],
  .inquiry select {
    margin: 0 .2em;
  }
  .inquiry input[type="number"] {
    width: 65px;
  }
  .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 textarea {
    width: 100%;
  }
  .inquiry .input_wrap {
    display: block;
    margin: 0 .2em;
  }
  .inquiry .input_wrap input, .inquiry .input_wrap textarea {
    margin: 0;
  }
  .inquiry .input_wrap:last-child {
    margin-right: auto;
  }
  .inquiry .submit {
    margin: 60px 0 0;
  }
}

.form_button_wrap {
  display: flex;
  justify-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .form_button_wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

.form_button_wrap button {
  margin: .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: 1140px !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: 1159px) {
  #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 tr:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}

#wpcf7cpcnf table th {
  width: 30%;
  background: none;
  border: none;
  text-align: left;
  padding: 1.4em 50px 1.2em .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 .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: .2em .8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.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;
}

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;
  width: 100%;
}

header .global_nav > ul > li > .sub-menu > li:last-child {
  border-bottom: none;
}

header .global_nav > ul > li > .sub-menu > li > a {
  padding-left: 1.5em;
  position: relative;
  color: #24718e;
}

@media (max-width: 767px) {
  header .global_nav > ul > li > .sub-menu > li > a {
    padding-left: 1em;
  }
}

header .global_nav > ul > li > .sub-menu > li > a:before {
  content: ">";
  position: absolute;
  top: 0.4em;
  left: 0.7em;
}

@media (max-width: 767px) {
  header .global_nav > ul > li > .sub-menu > li > a:before {
    left: 0.2em;
  }
}

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;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a:after {
  content: none;
}

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;
  display: none;
  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;
  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: rgba(51, 162, 203, 0.9);
  padding-left: 2.5em;
}

.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;
}

.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: 0.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;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #24718e;
}

.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: #24718e;
  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 #24718e;
    border-right: 2px solid #24718e;
    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(36, 113, 142, 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 .col {
  border-bottom: solid 1px #484848;
}

.p-qa .question {
  font-size: 1em;
  border: none;
  position: relative;
  margin: 0 0 0;
  padding: 40px 50px 40px 78px;
  font-weight: normal;
  border-top: solid 1px #484848;
  font-weight: 500;
}

@media (max-width: 767px) {
  .p-qa .question {
    padding: 20px 34px 20px 30px;
    font-size: 12px;
  }
}

.p-qa .question:after {
  content: none;
}

.p-qa .question:before {
  content: "Q.";
  display: block;
  position: absolute;
  font-family: "Shippori Mincho B1";
  top: 28.5px;
  left: 30px;
  color: #24718e;
  margin: auto;
  font-size: 30px;
}

@media (max-width: 767px) {
  .p-qa .question:before {
    font-size: 18px;
    top: 14.5px;
    left: 5px;
  }
}

.p-qa .question.open:after {
  background: url("data:image/svg+xml,%3Csvg width='20' height='3' viewBox='0 0 20 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.5L20 1.5' stroke='%2324718E' stroke-width='3'/%3E%3C/svg%3E%0A") no-repeat center center/contain !important;
}

.p-qa .answer {
  padding: 25px 70px 25px 78px;
  border-top: solid 1px #484848;
  position: relative;
}

@media (max-width: 767px) {
  .p-qa .answer {
    padding: 16px 34px 20px 30px;
    font-size: 12px;
  }
}

.p-qa .answer:before {
  content: "A.";
  display: block;
  position: absolute;
  font-family: "Shippori Mincho B1";
  top: 28.5px;
  left: 30px;
  color: #24718e;
  margin: auto;
  font-size: 30px;
}

@media (max-width: 767px) {
  .p-qa .answer:before {
    font-size: 18px;
    top: 14.5px;
    left: 5px;
  }
}

.p-qa.qa_active .question {
  cursor: pointer;
}

.p-qa.qa_active .question:hover {
  opacity: 0.8;
}

.p-qa.qa_active .question:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  left: auto;
  top: 40px;
  bottom: auto;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0V20' stroke='%2324718E' stroke-width='3'/%3E%3Cpath d='M0 10L20 10' stroke='%2324718E' stroke-width='3'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  border: none;
}

@media (max-width: 767px) {
  .p-qa.qa_active .question:after {
    width: 20px;
    height: 20px;
    right: 5px;
    top: 22px;
  }
}

.p-qa.qa_active .answer {
  display: none;
}

.highlight .qa .question {
  background: rgba(41, 129, 162, 0.1);
}

.highlight .qa .question:hover {
  background: rgba(38, 119, 150, 0.1);
}

.highlight .qa .question.open:hover {
  background: rgba(41, 129, 162, 0.1);
}

.nav_search {
  display: none;
}

.nav_search_box {
  display: none;
}

.p-search .article_list {
  padding: 0;
  border-bottom: rgba(36, 113, 142, 0.1) solid 1px !important;
  border-top: none;
}

.p-search .article_list:first-of-type {
  border-top: rgba(36, 113, 142, 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(36, 113, 142, 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: #24718e;
}

.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(21, 21, 21, 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(21, 21, 21, 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 #151515;
  border-right: solid 2px #151515;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: .5em;
  margin: auto;
}

.p-sitemap ul li a:hover {
  background: rgba(36, 113, 142, 0.1);
}

.p-sitemap ul.children {
  margin: 0;
}

.p-sitemap ul.children li a {
  padding-left: 3em;
  font-size: 1.4rem;
}

.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.5rem;
}

.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: 4%;
         column-gap: 4%;
    row-gap: 20px;
  }
  .sp_image_cols.sp_col2 .col {
    width: 48%;
  }
  .sp_image_cols.sp_col3 {
    display: flex;
    flex-wrap: wrap;
  }
  .sp_image_cols.sp_col3 .col {
    width: 33.3333333333%;
    padding: 0 1%;
  }
  .sp_image_cols .col:not(:last-child) {
    margin-bottom: 0;
  }
}

.p-step .row:not(:last-child) {
  position: relative;
  margin-bottom: 40px;
}

.p-step .row:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(/wp-content/uploads/step_arrow_down.svg) no-repeat center/contain;
  transform: translateY(50%);
}

.p-step .h3_step {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  margin: 0;
  padding: 0.5em 2em;
  background: #24718e;
}

@media (max-width: 767px) {
  .p-step .h3_step {
    padding: 0.5em 15px;
    font-size: 15px;
  }
}

.p-step .step_text {
  background: #fff;
  padding: clamp(15px, 2.5vw, 30px) clamp(20px, 2.8vw, 40px);
}

@media (max-width: 767px) {
  .p-step .step_text {
    padding: 15px 15px 25px 15px;
  }
}

.p-schedule {
  position: relative;
  padding: 55px 0 15px;
  margin: 50px 0;
}

@media (max-width: 767px) {
  .p-schedule {
    margin: 30px 0;
  }
}

.p-schedule:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 19.5px;
  margin: auto;
  background: #24718e;
}

.p-schedule .schedule_item {
  gap: 30px;
  font-size: 14px;
  padding-left: 45px;
  position: relative;
}

@media (min-width: 768px) {
  .p-schedule .schedule_item {
    display: flex;
  }
}

.p-schedule .schedule_item:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 6.5px;
  left: 5px;
  margin: auto;
  background: #24718e;
  border-radius: 50%;
}

.p-schedule .schedule_item .schedule_time {
  width: 95px;
}

@media (max-width: 767px) {
  .p-schedule .schedule_item .schedule_time {
    width: 90px;
  }
}

.p-schedule .schedule_item .schedule_time .time {
  display: block;
  text-align: center;
  background: #fff;
  color: #24718e;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
}

@media (max-width: 767px) {
  .p-schedule .schedule_item .schedule_time .time {
    font-size: 16px;
  }
}

.p-schedule .schedule_item .h3_schedule {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: calc(24 / 18);
  letter-spacing: 0.05em;
  color: #24718e;
  margin: 0 0 1em;
  margin-top: 0.6em;
}

@media (max-width: 767px) {
  .p-schedule .schedule_item .h3_schedule {
    font-size: 15px;
    margin: 0.8em 0 0.5em;
  }
}

.p-schedule .schedule_item:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .p-schedule .schedule_item:not(:last-child) {
    margin-bottom: 18px;
  }
}

.p-schedule dl {
  display: grid;
  grid-template-columns: 60px auto;
  margin: 0;
}

@media (min-width: 768px) {
  .p-schedule dl {
    grid-template-columns: 75px auto;
    margin-top: 8px;
  }
}

.p-schedule dl dt,
.p-schedule dl dd {
  margin: 0;
}

@media (max-width: 767px) {
  .p-schedule.typeB .schedule_item {
    padding-left: 55px;
  }
}

.p-schedule.typeB .schedule_item .schedule_time .time {
  font-size: 20px;
  background: none;
}

@media (max-width: 767px) {
  .p-schedule.typeB .schedule_item .schedule_time .time {
    text-align: left;
  }
}

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 tr:first-child th,
.table-default tr:first-child td {
  border-top: 1px solid #000000;
}

.table-default td,
.table-default th {
  border-bottom: 1px solid #000000;
  vertical-align: text-top;
  padding: 1em;
  text-align: left;
}

.table-default.table-mini td,
.table-default.table-mini th {
  padding: 0.5em 1em;
}

@media (max-width: 767px) {
  .table-default.table-mini td,
  .table-default.table-mini th {
    padding: 0.5em 0.3em;
  }
}

.table-menu {
  width: 100%;
}

.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2rem;
}

.table-menu td,
.table-menu th {
  padding: 0.7em 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em 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 #ccc;
  padding: 0.7em 1em;
  text-align: center;
}

@media (max-width: 767px) {
  .table-schedule td,
  .table-schedule th {
    padding: 0.7em 0.3em;
  }
}

.table-schedule thead th {
  background: rgba(204, 204, 204, 0.2);
}

.table-schedule tbody th {
  background: rgba(204, 204, 204, 0.2);
}

.table-schedule td {
  background: transparent;
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .responsive-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: #24718e;
}

table.table-default.typeA tr:nth-child(odd) td {
  background: rgba(36, 113, 142, 0.1);
}

table.table-default.typeA tr:nth-child(even) th {
  background: #2e91b7;
}

table.table-default.typeA tr:nth-child(even) td {
  background: rgba(46, 145, 183, 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: #151515;
  border: 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.1);
}

table.table-default.typeB tbody tr {
  position: relative;
}

table.table-default.typeB tbody th {
  color: #24718e;
}

table.table-default.typeC th {
  background: rgba(204, 204, 204, 0.2);
  color: #151515;
}

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(36, 113, 142, 0.1) solid;
}

.article_list {
  padding: 0.5em;
  border-top: rgba(36, 113, 142, 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(36, 113, 142, 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: #24718e;
  color: white;
  font-size: 1.4rem;
  display: inline-block;
}

.article_list .post_header .category_badge a {
  display: block;
  padding: 0.2em 1em;
  color: white;
  text-decoration: none;
}

.article_list h2 {
  text-align: left;
  margin: 0 0 0.5em !important;
  padding: 0;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .article_list h2 {
    font-size: 1.9rem;
  }
}

.article_list h2:after {
  content: none;
}

.article_list h2 a:hover {
  text-decoration: none;
  color: #24718e;
}

.m-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .m-pagenation {
    margin-bottom: 50px;
  }
}

.m-pagenation .m-pagenation__prev {
  margin-right: 0.5em;
}

.m-pagenation .m-pagenation__prev a {
  display: block;
  text-decoration: none;
  color: #333;
}

.m-pagenation .m-pagenation__next {
  margin-left: 0.5em;
}

.m-pagenation .m-pagenation__next a {
  display: block;
  text-decoration: none;
  color: #333;
}

.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;
  border: #F1F1F1 solid 1px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #333;
}

.m-pagenation .m-pagenation__body li a:hover {
  background: rgba(65, 65, 65, 0.1);
  border-color: rgba(65, 65, 65, 0.1);
}

.m-pagenation .m-pagenation__body li.current {
  background: #414141;
  color: white;
  border: #414141 solid 1px;
  padding: 0.3em 1em;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.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;
  border: #ccc solid 1px;
  color: #414141;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.wp-pagenavi a.current,
.wp-pagenavi span.current {
  background: #414141;
  color: white;
  border: #414141 solid 1px;
}

.wp-pagenavi a:hover {
  background: rgba(65, 65, 65, 0.1);
  border-color: rgba(65, 65, 65, 0.1);
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  border: none;
  color: #333333;
  width: auto;
  height: auto;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  background: none;
  border: none;
}

.article_single01 .article_single01_02 {
  margin-top: 10px;
}

.article_single01 .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single01 .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single01 .ofi {
  background: rgba(36, 113, 142, 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(36, 113, 142, 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 #24718e;
  border-right: 3px solid #24718e;
  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(36, 113, 142, 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 #24718e;
  transition: 0.2s;
  z-index: 1;
}

.article_single04 .slick-prev {
  left: 0;
}

.article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #24718e;
  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 #24718e;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
}

.article_single04 .ofi {
  background: rgba(36, 113, 142, 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;
}

.interview_main,
.story_main {
  background: #f5f5f2;
  position: relative;
  z-index: 0;
}

.interview_h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: calc(41 / 28);
  color: #151515;
  font-family: "Shippori Mincho B1", serif;
  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;
  }
}

@media (min-width: 768px) {
  .interview_ttl_cat,
  .interview_ttl_name,
  .interview_ttl_position {
    color: #fff;
  }
}

.interview_ttl_cat {
  border: solid 1px;
  font-size: 14px;
  line-height: 1.5;
  padding: 0.2em 0.5em;
  display: inline-block;
  margin: 0 0 0.5em;
}

.interview_ttl_name {
  font-style: normal;
  font-weight: 400;
  margin: 0.5em 0 0;
  font-size: 18px;
  line-height: 1.5;
}

.interview_ttl_position {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}

.interview_contentes {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .interview_contentes {
    padding-bottom: 100px;
  }
  .interview_contentes > .container {
    max-width: 1440px;
  }
  .interview_contentes > .container > .row {
    -moz-column-gap: calc(40 / 1440 * 100%);
         column-gap: calc(40 / 1440 * 100%);
  }
  .interview_contentes > .container > .row .span_3 {
    width: calc(300 / 1440 * 100%);
  }
  .interview_contentes > .container > .row .span_9 {
    width: 985px;
    padding-right: 15px;
    max-width: calc(1100 / 1440 * 100%);
  }
}

.interview_contentes hr {
  color: #1b1e49;
  background-color: #1b1e49;
  margin: 20px 0;
}

.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);
  }
}

.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: #151515;
  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: #24718e;
  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;
}

.story_main .page_title {
  height: 300px;
}

@media (max-width: 767px) {
  .story_main .page_title {
    height: 375px;
  }
}

.story_main .page_title .h1 {
  font-size: 2rem;
}

.story_main .page_title .h1 .en {
  font-size: 1.5rem;
}

.story_contentes > .container {
  max-width: 940px;
}

.story_contentes .bread {
  margin-bottom: 0;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .story_contentes .bread {
    padding-bottom: 40px;
  }
}

.story_title {
  background: #fff;
  max-width: 800px;
  width: calc(100% - 30px);
  margin: -70px auto 60px;
  padding: 60px 20px;
}

@media (max-width: 767px) {
  .story_title {
    padding: 35px 20px 20px;
    margin: -130px auto 50px;
  }
}

.story_title .post_ttl {
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  color: #000000;
  text-align: center;
  margin: 0;
  margin-bottom: 0.8em;
}

@media (max-width: 767px) {
  .story_title .post_ttl {
    font-size: 24px;
  }
}

.story_title .post_info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
}

@media (max-width: 767px) {
  .story_title .post_info {
    flex-direction: column;
    gap: 10px;
  }
}

.story_title .tag {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  padding: 0.3em 0.5em;
  border: solid 1px;
}

@media (max-width: 767px) {
  .story_title .tag {
    font-size: 10px;
  }
}

.story_title .tag.planner {
  color: #24718e;
}

.story_title .tag.customer {
  color: #004399;
}

.story_title .tag.coordinator {
  color: #484848;
}

.story_title .tag.partner {
  color: #cf6325;
}

.story_title .tag.tourplanner {
  color: #744230;
}

.story_title .name {
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #151515;
}

.article_detail {
  margin-bottom: 4%;
  font-size: 1.5rem;
}

.article_detail .post_title {
  text-align: left;
  margin: 40px 0 2em;
  padding: 0 0 0.5em !important;
  font-size: 2.4rem;
  border-bottom: #24718e 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: #24718e;
}

.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: #24718e;
  color: white;
  font-size: 1.4rem;
  display: inline-block;
}

.article_detail .post_header .category_badge a {
  display: block;
  padding: 0.2em 1em;
  color: white;
  text-decoration: none;
}

.pager {
  overflow: hidden;
  margin-bottom: 5%;
}

.pager .pager_prev {
  float: left;
}

.pager .pager_prev a {
  display: block;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}

.pager .pager_prev a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #24718e;
  border-left: solid 2px #24718e;
  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 #24718e;
  border-right: solid 2px #24718e;
  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: #24718e;
  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: #24718e !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: 767px) {
  .sp-hide02,
  .pc-only02,
  .tablet-only02 {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc-only03 {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .pc-hide02,
  .sp-only02 {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp-only03 {
    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 !important;
}

@media (max-width: 767px) {
  .sp-mt-1 {
    margin-top: 1em !important;
  }
}

.mt-2 {
  margin-top: 2em !important;
}

@media (max-width: 767px) {
  .sp-mt-2 {
    margin-top: 2em !important;
  }
}

.mt-3 {
  margin-top: 3em !important;
}

@media (max-width: 767px) {
  .sp-mt-3 {
    margin-top: 3em !important;
  }
}

.mt-4 {
  margin-top: 4em !important;
}

@media (max-width: 767px) {
  .sp-mt-4 {
    margin-top: 4em !important;
  }
}

.mt-5 {
  margin-top: 5em !important;
}

@media (max-width: 767px) {
  .sp-mt-5 {
    margin-top: 5em !important;
  }
}

.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: 70px;
}

@media (max-width: 767px) {
  .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 #24718e;
  position: absolute;
  top: 0.4em;
  left: 0;
}

.localMenu li a:hover {
  color: #24718e;
  text-decoration: none;
}

body.home .contents {
  font-family: "Times New Roman", "Noto Serif JP", serif;
  line-height: 1.5;
}

@media (max-width: 767px) {
  body.home .contents {
    font-size: 1.5rem;
  }
}

.ttl {
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 0 0 2em;
}

@media (max-width: 767px) {
  .ttl {
    font-size: 20px;
    margin: 0 0 1em;
  }
}

.ttl .en {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  display: block;
}

@media (max-width: 767px) {
  .ttl .en {
    font-size: 12px;
  }
}

.ttl .sub {
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
  font-size: 16px;
}

.ttl.ttl_line {
  padding-bottom: 60px;
  position: relative;
  margin-bottom: 1em;
  font-size: 40px;
}

@media (max-width: 767px) {
  .ttl.ttl_line {
    font-size: 24px;
    padding-bottom: 40px;
  }
}

.ttl.ttl_line .sub {
  font-size: 16px;
  padding-top: 0.5em;
}

@media (max-width: 767px) {
  .ttl.ttl_line .sub {
    font-size: 12px;
  }
}

.ttl.ttl_line:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  top: calc(100% - 40px);
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: #151515;
  animation: line 2s ease-in-out infinite;
}

@media (max-width: 767px) {
  .ttl.ttl_line:after {
    top: calc(100% - 30px);
    animation: linesp 2s ease-in-out infinite;
  }
}

@keyframes line {
  0% {
    height: 0;
  }
  100% {
    height: 40px;
  }
}

@keyframes linesp {
  0% {
    height: 0;
  }
  100% {
    height: 30px;
  }
}

h2.wow,
h3.wow {
  filter: blur(10px);
  transition: 1.2s;
  will-change: filter;
  visibility: visible !important;
}

h2.wow.animated,
h3.wow.animated {
  filter: blur(0px);
}

p.lead_text {
  font-size: 18px;
  line-height: 2.4;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  p.lead_text {
    font-size: 13px;
  }
}

.img-visible > * {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

.img-visible.animated > * {
  animation: clip-reveal 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes clip-reveal {
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

.sec_lead {
  padding: clamp(60px, 8vw, 120px) 0 clamp(80px, 8vw, 120px);
  background: url(/wp-content/uploads/bg01.jpg) no-repeat center/cover;
  color: #fff;
}

@media (max-width: 767px) {
  .sec_lead {
    background: url(/wp-content/uploads/sp_bg01.jpg) no-repeat center/cover;
  }
}

.sec_lead p {
  font-size: 18px;
  line-height: 2.8;
  letter-spacing: 0.03em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .sec_lead p {
    font-size: 13px;
    line-height: 240%;
    letter-spacing: 0.03em;
  }
}

.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  animation: loopslider 50s linear infinite;
  display: flex;
  width: calc(340px * 12);
  height: 100%;
}

.loopslider_item {
  margin: 0;
}

@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-340px * 6));
  }
}

@media (max-width: 767px) {
  .loopslider {
    animation: sp_loopslider 50s linear infinite;
    width: calc(200px * 12);
  }
  .loopslider_item {
    width: 200px;
    height: 200px;
  }
  .loopslider_item img {
    width: 100%;
  }
  @keyframes sp_loopslider {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-200px * 6));
    }
  }
}

.sec_about {
  display: block;
  position: relative;
  color: #fff;
}

.sec_about .ttl {
  color: #fff;
  margin: 0 0 2em;
}

.sec_about p {
  font-size: 18px;
  color: #fff;
  line-height: 2.4;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .sec_about p {
    font-size: 13px;
  }
}

.sec_about .represent_img {
  text-align: left;
  font-size: 16px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .sec_about .represent_img {
    margin: 0 auto;
    margin-top: 40px;
    max-width: calc(200 / 345 * 100%);
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .sec_about .represent_img figcaption {
    text-align: center;
  }
}

.sec_about .container {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sec_about .container {
    max-width: 1280px;
  }
}

@media (min-width: 768px) and (max-width: 1340px) {
  .sec_about .container {
    padding: 0 20px;
  }
}

.sec_about .attachment_area {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  height: 100%;
  padding: clamp(70px, 7.5vw, 100px) 0 clamp(85px, 20vw, 300px);
}

.sec_about .attachment_movie {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.sec_about .attachment_movie video {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec_job {
  padding: clamp(70px, 7.5vw, 100px) 0 clamp(70px, 7vw, 7.5px) 0;
  background: #f5f5f5;
}

.sec_job .container {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sec_job .container {
    max-width: 1140px;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .sec_job .container {
    padding: 0 20px;
  }
}

.sec_job .job_list {
  padding: 0;
  margin: 50px 0 40px;
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .sec_job .job_list {
    gap: 10px;
    margin: 40px 0 30px;
  }
}

.sec_job .job_list li {
  font-size: clamp(16px, 2vw, 18px);
  letter-spacing: 0.05em;
  font-weight: 500;
  border: solid 1px;
  height: calc(85 / 18 * 1em);
  text-align: center;
  width: 400px;
  color: #022150;
  border-color: #142d5d;
  max-width: calc((100% - 20px) / 2);
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .sec_job .job_list li {
    font-size: 13px;
    max-width: calc((100% - 10px) / 2);
  }
}

.sec_job .job_list li small {
  font-size: calc(14 / 18 * 1em);
}

.sec_job .job_list li.color {
  color: #2b6d89;
  border-color: #246f8e;
}

@media (max-width: 767px) {
  .sec_job .jog_fig {
    overflow-y: scroll;
    padding-bottom: 20px;
  }
  .sec_job .jog_fig::-webkit-scrollbar {
    height: 6px;
    width: 0;
  }
  .sec_job .jog_fig::-webkit-scrollbar-track {
    background-color: #d9d9d9;
  }
  .sec_job .jog_fig::-webkit-scrollbar-thumb {
    background-color: #151515;
  }
}

@media (max-width: 767px) {
  .sec_job .jog_fig img {
    max-width: 795px;
    width: 795px;
  }
}

.sec_career {
  padding-bottom: clamp(70px, 7.5vw, 100px);
  background: #f5f5f5;
}

.sec_career .container {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sec_career .container {
    max-width: 1140px;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .sec_career .container {
    padding: 0 20px;
  }
}

.sec_career .bg_white {
  background: #fff;
  z-index: 0;
  position: relative;
  padding: clamp(30px, 5.5vw, 60px) clamp(15px, 5vw, 60px);
  margin-top: clamp(30px, 6.3vw, 60px);
  margin-bottom: clamp(30px, 6vw, 50px);
}

@media (max-width: 767px) {
  .sec_career .bg_white {
    margin-left: -15px;
    margin-right: -15px;
    padding: 35px 24px 55px;
  }
}

.sec_career .career_grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto auto;
  gap: 0 2%;
}

@media (max-width: 767px) {
  .sec_career .career_grid {
    gap: 0 5%;
    grid-template-columns: 1fr 0.8fr;
    align-items: flex-end;
  }
}

.sec_career .career_grid > figure {
  grid-area: 1 /1 / 3 / 2;
  z-index: 1;
}

@media (max-width: 767px) {
  .sec_career .career_grid > figure {
    grid-area: 2 /1 / 3 / 2;
  }
}

.sec_career .ttl_career {
  font-size: clamp(15px, 2.3vw, 24px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  color: #24718e;
  margin: 0 0 1em;
}

@media (max-width: 767px) {
  .sec_career .ttl_career {
    grid-area: 1 /1 / 2 / 3;
  }
}

.sec_career .name_text {
  font-family: "Noto Sans", sans-serif;
  line-height: 1.8;
  font-size: 14px;
  width: 100%;
  max-width: 350px;
}

@media (max-width: 767px) {
  .sec_career .name_text {
    font-size: 10px;
  }
}

.sec_career .name_text .name {
  font-weight: 500;
  display: block;
  font-size: 20px;
  border-bottom: solid 1px #151515;
  padding-bottom: 0.3em;
  margin-bottom: 0.4em;
  position: relative;
}

@media (max-width: 767px) {
  .sec_career .name_text .name {
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 0.6em;
    margin-bottom: 0.8em;
  }
}

.sec_career .name_text .name:before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 1px;
  top: 7px;
  right: auto;
  left: -85px;
  margin: auto;
  background: #151515;
  transform: rotate(45deg);
  z-index: -1;
}

@media (max-width: 767px) {
  .sec_career .name_text .name:before {
    top: 38.5px;
    left: -78px;
    width: 80px;
    transform: rotate(20deg);
  }
}

.sec_career .name_text .name small {
  font-size: 14px;
}

@media (max-width: 767px) {
  .sec_career .name_text .name small {
    font-size: 12px;
    display: block;
  }
}

.sec_career .career_list_inner {
  padding-top: calc(clamp(70px, 7.5vw, 108px) / 2);
}

@media (min-width: 768px) {
  .sec_career .career_list_inner {
    padding-right: 42px;
    padding-left: 42px;
    margin-left: -42px;
    margin-right: -42px;
  }
}

@media (max-width: 767px) {
  .sec_career .career_list_inner {
    padding-top: 37px;
    padding-bottom: 20px;
  }
}

.sec_career .career_list {
  border: solid 1px #24718e;
  border-radius: 20px;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .sec_career .career_list {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }
}

.sec_career .career_list li {
  position: relative;
  padding: 65px clamp(15px, 3.5vw, 50px) clamp(20px, 5vw, 35px) clamp(15px, 3.5vw, 50px);
}

@media (max-width: 767px) {
  .sec_career .career_list li {
    padding: 15px 15px 15px 20px;
  }
}

.sec_career .career_list li:after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 42px;
  top: 0;
  bottom: 0;
  right: -42px;
  left: auto;
  margin: auto;
  background: url(/wp-content/uploads/arrow_r.svg) no-repeat center/contain;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .sec_career .career_list li:after {
    right: -24px;
    width: 40px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .sec_career .career_list li:after {
    top: auto;
    bottom: -20px;
    left: 0;
    right: 0;
    background: url(/wp-content/uploads/arrow_d.svg) no-repeat center/contain;
  }
}

.sec_career .career_list li:not(:last-child) {
  border-right: solid 1px #24718e;
}

@media (max-width: 767px) {
  .sec_career .career_list li:not(:last-child) {
    border-right: 0;
    border-bottom: solid 1px #24718e;
  }
}

.sec_career .career_list p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 767px) {
  .sec_career .career_list p {
    font-size: 12px;
  }
}

.sec_career .career_list .career_list_circle {
  color: #fff;
  background: #24718e;
  border-radius: 50%;
  width: clamp(70px, 7.5vw, 108px);
  height: clamp(70px, 7.5vw, 108px);
  font-weight: 500;
  font-size: clamp(10px, 1.2vw, 14px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
}

@media (min-width: 768px) {
  .sec_career .career_list .career_list_circle {
    position: absolute;
    top: 0;
    left: 8%;
    transform: translateY(-50%);
  }
}

.sec_career .career_list .career_list_tll {
  font-size: clamp(15px, 1.6vw, 20px);
  font-weight: 500;
  line-height: 1.6;
  color: #24718e;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Times New Roman", "Noto Serif JP", serif;
}

@media (min-width: 768px) {
  .sec_career .career_list .career_list_tll {
    min-height: 4.8em;
  }
}

@media (max-width: 767px) {
  .sec_career .career_list .career_list_tll {
    margin-top: 7px;
  }
}

.sec_career .button, .sec_career .inquiry .form_button, .inquiry .sec_career .form_button, .sec_career #wpcf7cpcnf .wpcf7cp-btns button, #wpcf7cpcnf .wpcf7cp-btns .sec_career button {
  font-size: 20px;
  padding: 1.5em;
  max-width: 420px;
}

@media (max-width: 767px) {
  .sec_career .button, .sec_career .inquiry .form_button, .inquiry .sec_career .form_button, .sec_career #wpcf7cpcnf .wpcf7cp-btns button, #wpcf7cpcnf .wpcf7cp-btns .sec_career button {
    font-size: 14px;
    max-width: 260px;
  }
}

.sec_career .button:after, .sec_career .inquiry .form_button:after, .inquiry .sec_career .form_button:after, .sec_career #wpcf7cpcnf .wpcf7cp-btns button:after, #wpcf7cpcnf .wpcf7cp-btns .sec_career button:after {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99006 13.2528L6.71165 11.9886L11.1506 7.54972H0V5.70312H11.1506L6.71165 1.27131L7.99006 0L14.6165 6.62642L7.99006 13.2528Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center, #24718e;
}

@media (max-width: 767px) {
  .sec_career .button:after, .sec_career .inquiry .form_button:after, .inquiry .sec_career .form_button:after, .sec_career #wpcf7cpcnf .wpcf7cp-btns button:after, #wpcf7cpcnf .wpcf7cp-btns .sec_career button:after {
    width: 35px;
    height: 35px;
    background: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99006 13.2528L6.71165 11.9886L11.1506 7.54972H0V5.70312H11.1506L6.71165 1.27131L7.99006 0L14.6165 6.62642L7.99006 13.2528Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center/10px, #24718e;
  }
}

.sec_career .button:hover:after, .sec_career .inquiry .form_button:hover:after, .inquiry .sec_career .form_button:hover:after, .sec_career #wpcf7cpcnf .wpcf7cp-btns button:hover:after, #wpcf7cpcnf .wpcf7cp-btns .sec_career button:hover:after {
  background: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99006 13.2528L6.71165 11.9886L11.1506 7.54972H0V5.70312H11.1506L6.71165 1.27131L7.99006 0L14.6165 6.62642L7.99006 13.2528Z' fill='rgb(36, 113, 142)'/%3E%3C/svg%3E%0A") no-repeat center, #fff;
}

@media (max-width: 767px) {
  .sec_career .button:hover:after, .sec_career .inquiry .form_button:hover:after, .inquiry .sec_career .form_button:hover:after, .sec_career #wpcf7cpcnf .wpcf7cp-btns button:hover:after, #wpcf7cpcnf .wpcf7cp-btns .sec_career button:hover:after {
    background: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99006 13.2528L6.71165 11.9886L11.1506 7.54972H0V5.70312H11.1506L6.71165 1.27131L7.99006 0L14.6165 6.62642L7.99006 13.2528Z' fill='rgb(36, 113, 142)'/%3E%3C/svg%3E%0A") no-repeat center/10px, #fff;
  }
}

.sec_members {
  background: #f5f5f5;
}

.sec_members .bg_members {
  background: #24718e;
  overflow: hidden;
  position: relative;
  padding: 70px 0 80px;
  z-index: 0;
}

@media (max-width: 767px) {
  .sec_members .bg_members {
    background: url(/wp-content/uploads/bg03.png) no-repeat top 5% right -12%/95px, #24718e;
    padding: 50px 0 70px;
  }
}

.sec_members .bg_members .container {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sec_members .bg_members .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.sec_members .members_slider .splide__arrow {
  width: 55px;
  height: 55px;
  opacity: 1;
  background: none;
}

@media (max-width: 767px) {
  .sec_members .members_slider .splide__arrow {
    top: 40%;
  }
}

.sec_members .members_slider .splide__arrow svg {
  width: 55px;
  height: 55px;
}

.sec_members .members_slider .splide__arrow--prev {
  left: 0;
}

.sec_members .members_slider .splide__arrow--next {
  right: 0;
}

@media (min-width: 768px) {
  .sec_members .members_slider .splide__arrow--prev {
    left: -65px;
  }
  .sec_members .members_slider .splide__arrow--next {
    right: auto;
    left: 410px;
  }
}

.sec_members .members_slider .splide__arrow:disabled {
  opacity: 1;
}

@media (min-width: 768px) {
  .sec_members .members_slider .splide__list {
    margin-right: 800px !important;
  }
}

.sec_members .members_slider .splide__slide {
  position: relative;
}

@media (min-width: 768px) {
  .sec_members .members_slider .splide__slide {
    display: flex;
    align-items: center;
  }
}

.sec_members .members_slider .splide__slide .members_slider_contentes {
  position: relative;
  transition: 0.3s;
  background: #fff;
  text-decoration: none;
  color: #151515;
  display: block;
  width: 330px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sec_members .members_slider .splide__slide .members_slider_contentes {
    height: 100%;
    scale: calc(331 / 400);
    width: 400px;
  }
  .sec_members .members_slider .splide__slide .members_slider_contentes:hover {
    filter: brightness(0.9);
  }
  .sec_members .members_slider .splide__slide .members_slider_contentes:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: 0.3s;
  }
}

@media (min-width: 768px) {
  .sec_members .members_slider .splide__slide.is-active.is-visible .members_slider_contentes {
    scale: 1;
  }
  .sec_members .members_slider .splide__slide.is-active.is-visible .members_slider_contentes:before {
    opacity: 0;
    visibility: hidden;
  }
}

.sec_members .members_slider .ofi {
  padding-top: calc(360 / 400 * 100%);
}

@media (max-width: 767px) {
  .sec_members .members_slider .ofi {
    padding-top: calc(297 / 330 * 100%);
  }
}

.sec_members .members_slider .text_wrap {
  padding: 20px 25px 40px;
}

@media (max-width: 767px) {
  .sec_members .members_slider .text_wrap {
    padding: 12px 20px 25px;
  }
}

.sec_members .members_slider .interview_num {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 0 1em 0;
}

.sec_members .members_slider .interview_ttl {
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 0.3em;
}

.sec_members .members_slider .interview_tags {
  margin: 10px 0;
  line-height: 15px;
  font-size: 12px;
}

.sec_members .members_slider .interview_tags .tag {
  font-style: normal;
  font-weight: 400;
  color: #24718e;
  border: solid 1px;
  padding: 0.2em 0.5em;
  display: inline-block;
}

.sec_members .members_slider .interview_text {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #24718e;
}

@media (max-width: 767px) {
  .sec_members .members_slider .interview_text {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .sec_members .row {
    gap: 0;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .sec_members .con_text {
    padding-left: clamp(20px, calc(50% - 570px), calc(50% - 570px));
  }
}

@media (min-width: 1280px) {
  .sec_members .con_text {
    width: calc(50% - 200px);
  }
}

@media (max-width: 767px) {
  .sec_members .con_text {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 1280px) {
  .sec_members .con_slide {
    width: calc(50% + 200px);
  }
}

@media (min-width: 768px) {
  .sec_members .members_text_wrap {
    height: 100%;
    background: url(/wp-content/uploads/bg03.png) no-repeat left bottom 10%;
  }
}

.sec_members .members_text,
.sec_members .members_ttl {
  color: #fff;
}

.sec_members .members_ttl {
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  margin: 0 0 1em;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.15em;
}

@media (max-width: 767px) {
  .sec_members .members_ttl {
    font-size: 20px;
    margin-bottom: 0.8em;
  }
}

.sec_members .members_ttl .en {
  display: block;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .sec_members .members_ttl .en {
    font-size: 12px;
  }
}

.sec_members .members_text {
  margin: 0;
  line-height: 2;
  letter-spacing: 0.15em;
}

.sec_members .bg_slider {
  position: absolute;
  top: 10%;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 767px) {
  .sec_members .bg_slider {
    bottom: auto;
    top: 13%;
    z-index: -1;
  }
}

.sec_members .bg_slider p {
  font-family: "Shippori Mincho B1";
  color: #084764;
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  margin: 0 1.5em 0 0;
}

.sec_pickup {
  background: #f5f5f5;
  padding: clamp(70px, 7.5vw, 100px) 0 clamp(20px, 5vw, 60px);
}

@media (max-width: 767px) {
  .sec_pickup {
    padding: clamp(70px, 7.5vw, 100px) 0 70px;
  }
}

.sec_pickup .splide__arrow {
  width: 55px;
  height: 55px;
  opacity: 1;
  background: none;
}

@media (max-width: 767px) {
  .sec_pickup .splide__arrow {
    top: 40%;
  }
}

.sec_pickup .splide__arrow svg {
  width: 55px;
  height: 55px;
}

.sec_pickup .splide__arrow--prev {
  left: -10px;
}

.sec_pickup .splide__arrow--next {
  right: -10px;
}

@media (min-width: 768px) {
  .sec_pickup .splide__arrow--prev {
    left: clamp(0px, calc(50% - 570px), calc(50% - 570px));
  }
  .sec_pickup .splide__arrow--next {
    right: clamp(0px, calc(50% - 570px), calc(50% - 570px));
  }
}

.sec_pickup .splide__arrow:disabled {
  opacity: 1;
}

@media (min-width: 768px) {
  .sec_pickup .container {
    max-width: 100%;
    width: 100%;
  }
}

.sec_pickup .pickup_slider_contentes {
  display: block;
  text-decoration: none;
  color: #151515;
}

@media (min-width: 768px) {
  .sec_pickup .pickup_slider_contentes {
    width: 400px;
    margin: 0 15px;
  }
}

@media (max-width: 767px) {
  .sec_pickup .pickup_slider_contentes {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.sec_pickup .pickup_slider_contentes .ofi {
  padding-top: calc(360 / 400 * 100%);
}

@media (max-width: 767px) {
  .sec_pickup .pickup_slider_contentes .ofi {
    padding-top: calc(297 / 330 * 100%);
  }
}

.sec_pickup .pickup_slider_contentes .text_wrap {
  padding: 20px 0 40px;
}

@media (max-width: 767px) {
  .sec_pickup .pickup_slider_contentes .text_wrap {
    padding: 12px 0 25px;
  }
}

.sec_pickup .pickup_slider_contentes .pickup_num {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 160%;
  margin: 0 0 0.5em;
}

@media (max-width: 767px) {
  .sec_pickup .pickup_slider_contentes .pickup_num {
    font-size: 20px;
  }
}

.sec_pickup .pickup_slider_contentes .pickup_ttl {
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 0.6em;
}

.sec_pickup .pickup_slider_contentes .pickup_text {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #24718e;
}

@media (max-width: 767px) {
  .sec_pickup .pickup_slider_contentes .pickup_text {
    font-size: 12px;
  }
}

.sec_pickup .my-carousel-progress {
  background: #d9d9d9;
}

.sec_pickup .my-carousel-progress-bar {
  background: #151515;
  height: 6px;
  transition: width 400ms ease;
  width: 0;
}

.sec_qa {
  background: #161c22;
  color: #fff;
  padding: clamp(70px, 7.5vw, 100px) 0;
}

.sec_qa .container {
  max-width: 1180px;
}

.sec_qa .question {
  background: none;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sec_recruit {
  padding: clamp(70px, 7.5vw, 100px) 0;
  background: #24718e;
  color: #fff;
  position: relative;
  font-family: "Times New Roman", "Noto Serif JP", serif;
  overflow: hidden;
}

.sec_recruit .bg_circle {
  position: absolute;
  top: -5%;
  right: 2%;
  width: clamp(200px, 20vw, 312px);
  height: clamp(200px, 20vw, 312px);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .sec_recruit .bg_circle {
    width: 142px;
    height: 142px;
    right: -8%;
  }
}

.sec_recruit .bg_circle .img_circle {
  position: absolute;
  top: 0;
  right: 0;
  animation: rotation 18s linear infinite;
}

.sec_recruit .bg_circle .img_jap {
  max-width: calc(125 / 312 * 100%);
}

.sec_recruit .ttl {
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .sec_recruit .ttl {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .sec_recruit .ttl .en {
    font-size: 16px;
  }
}

.sec_recruit .button, .sec_recruit .inquiry .form_button, .inquiry .sec_recruit .form_button, .sec_recruit #wpcf7cpcnf .wpcf7cp-btns button, #wpcf7cpcnf .wpcf7cp-btns .sec_recruit button {
  font-size: 20px;
  padding: 1.5em;
  max-width: 550px;
  background: #fff;
}

@media (max-width: 767px) {
  .sec_recruit .button, .sec_recruit .inquiry .form_button, .inquiry .sec_recruit .form_button, .sec_recruit #wpcf7cpcnf .wpcf7cp-btns button, #wpcf7cpcnf .wpcf7cp-btns .sec_recruit button {
    font-size: 16px;
    max-width: 345px;
  }
}

.sec_recruit .button:after, .sec_recruit .inquiry .form_button:after, .inquiry .sec_recruit .form_button:after, .sec_recruit #wpcf7cpcnf .wpcf7cp-btns button:after, #wpcf7cpcnf .wpcf7cp-btns .sec_recruit button:after {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99006 13.2528L6.71165 11.9886L11.1506 7.54972H0V5.70312H11.1506L6.71165 1.27131L7.99006 0L14.6165 6.62642L7.99006 13.2528Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center, #000;
}

@media (max-width: 767px) {
  .sec_recruit .button:after, .sec_recruit .inquiry .form_button:after, .inquiry .sec_recruit .form_button:after, .sec_recruit #wpcf7cpcnf .wpcf7cp-btns button:after, #wpcf7cpcnf .wpcf7cp-btns .sec_recruit button:after {
    width: 35px;
    height: 35px;
    background: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99006 13.2528L6.71165 11.9886L11.1506 7.54972H0V5.70312H11.1506L6.71165 1.27131L7.99006 0L14.6165 6.62642L7.99006 13.2528Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center/10px, #000;
  }
}

.sec_recruit .button:hover, .sec_recruit .inquiry .form_button:hover, .inquiry .sec_recruit .form_button:hover, .sec_recruit #wpcf7cpcnf .wpcf7cp-btns button:hover, #wpcf7cpcnf .wpcf7cp-btns .sec_recruit button:hover {
  color: #000000;
  opacity: 0.8;
}

.sec_recruit .button:hover:after, .sec_recruit .inquiry .form_button:hover:after, .inquiry .sec_recruit .form_button:hover:after, .sec_recruit #wpcf7cpcnf .wpcf7cp-btns button:hover:after, #wpcf7cpcnf .wpcf7cp-btns .sec_recruit button:hover:after {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99006 13.2528L6.71165 11.9886L11.1506 7.54972H0V5.70312H11.1506L6.71165 1.27131L7.99006 0L14.6165 6.62642L7.99006 13.2528Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center, #000;
}

@media (max-width: 767px) {
  .sec_recruit .button:hover:after, .sec_recruit .inquiry .form_button:hover:after, .inquiry .sec_recruit .form_button:hover:after, .sec_recruit #wpcf7cpcnf .wpcf7cp-btns button:hover:after, #wpcf7cpcnf .wpcf7cp-btns .sec_recruit button:hover:after {
    width: 35px;
    height: 35px;
    background: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99006 13.2528L6.71165 11.9886L11.1506 7.54972H0V5.70312H11.1506L6.71165 1.27131L7.99006 0L14.6165 6.62642L7.99006 13.2528Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center/10px, #000;
  }
}

hr {
  color: #d9d9d9;
  background-color: #d9d9d9;
  height: 1px;
  border: none;
  margin: 50px 0;
}

@media (max-width: 767px) {
  hr {
    margin: 30px 0;
  }
}

.wowFadeUp.animated {
  animation: 2s wowFadeUp forwards;
  opacity: 0;
}

.wowFadeUp.pc-delay1 {
  animation-delay: 0.4s;
}

.wowFadeUp.pc-delay2 {
  animation-delay: 0.8s;
}

.wowFadeUp.pc-delay3 {
  animation-delay: 1.2s;
}

@keyframes wowFadeUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .row.row-gap-pcwide {
    row-gap: 50px;
  }
}

/************

about

************/
body.about {
  background: #f5f5f2;
}

body.about .bread {
  margin-bottom: 0;
  background: #161c22;
  color: #fff;
  margin-top: 0;
  padding-top: 20px;
}

body.about .bread a {
  color: #fff;
}

body.about main .contents_wrapper {
  margin-top: 0;
}

.about_ttl_h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 200%;
  letter-spacing: 0.03em;
  font-family: "Times New Roman", "Noto Serif JP", serif;
  text-align: center;
  margin: 0 0 1.5em 0;
}

@media (max-width: 767px) {
  .about_ttl_h3 {
    font-size: 20px;
  }
}

.about_sec01 {
  background: #161c22;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 160px;
}

@media (max-width: 767px) {
  .about_sec01 {
    padding-top: 15px;
    padding-bottom: 0;
    background: linear-gradient(180deg, #161c22 0%, #161c22 calc(100% - 130px), #fff calc(100% - 130px), #fff 100%);
  }
}

@media (min-width: 768px) {
  .about_sec01 .row {
    -moz-column-gap: 7%;
         column-gap: 7%;
  }
}

.about_sec01 .ttl:after {
  background: #fff;
}

.about_sec01 .about_lead {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 200%;
  font-family: "Times New Roman", "Noto Serif JP", serif;
  margin-bottom: 3em;
}

@media (max-width: 767px) {
  .about_sec01 .about_lead {
    font-size: 13px;
  }
}

.about_sec01 p {
  font-weight: 300;
  font-size: 15px;
  line-height: 240%;
  color: #fff;
}

@media (max-width: 767px) {
  .about_sec01 p {
    font-size: 12px;
  }
}

.about_sec01 .name_text {
  font-size: 16px;
}

@media (max-width: 767px) {
  .about_sec01 .name_text {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .about_sec01 .president_image img {
    width: 260px;
  }
}

.about_sec02 .bg,
.about_sec03 .bg {
  padding: 120px 0;
  color: #fff;
  margin-top: -20px;
  min-height: 460px;
}

@media (min-width: 768px) {
  .about_sec02 .bg,
  .about_sec03 .bg {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .about_sec02 .bg,
  .about_sec03 .bg {
    min-height: 400px;
    margin-top: -15px;
    padding: 60px 0;
  }
}

.about_sec02 .container,
.about_sec03 .container {
  max-width: 640px;
}

.about_sec02 p,
.about_sec03 p {
  font-weight: 300;
}

.about_sec02 .bg {
  background: url(/wp-content/uploads/about_bg01.jpg) no-repeat center/cover;
}

@media (max-width: 767px) {
  .about_sec02 .bg {
    background: url(/wp-content/uploads/sp_about_bg01.jpg) no-repeat center/cover;
  }
}

.about_sec03 .bg {
  background: url(/wp-content/uploads/about_bg02.jpg) no-repeat center/cover;
}

@media (max-width: 767px) {
  .about_sec03 .bg {
    background: url(/wp-content/uploads/sp_about_bg02.jpg) no-repeat center/cover;
  }
}

@media (max-width: 767px) {
  .about_sec04 .ttl_line {
    margin-bottom: 0;
  }
  .about_sec04 .ttl_line + .row {
    margin-top: -15px;
  }
}

.about_sec04 .container {
  max-width: 945px;
}

.about_sec04 .container .core_bg {
  background: #fff;
  padding: 45px 30px;
  position: relative;
  z-index: -1;
}

@media (max-width: 767px) {
  .about_sec04 .container .core_bg {
    padding: 40px 20px;
  }
}

.about_sec04 .core_ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: calc(26 / 15);
  letter-spacing: 0.05em;
  color: #022150;
  margin: 0 0 1em;
  font-family: "Times New Roman", "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .about_sec04 .core_ttl {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .about_sec04 p {
    font-size: 14px;
  }
}

.about_sec05 .bg {
  padding: 70px 0 205px;
  color: #fff;
  margin-top: -20px;
  min-height: 460px;
  background: url(/wp-content/uploads/about_bg03.jpg) no-repeat center/cover;
}

@media (max-width: 767px) {
  .about_sec05 .bg {
    min-height: 400px;
    margin-top: -15px;
    padding: 60px 0;
    background: url(/wp-content/uploads/sp_about_bg03.jpg) no-repeat center/cover;
  }
}

.about_sec05 .bg .container {
  max-width: 640px;
}

.about_sec05 .bg + .container {
  margin-top: 0;
  margin-top: -133px;
}

@media (max-width: 767px) {
  .about_sec05 .bg + .container {
    margin-top: -83px;
  }
}

.about_sec05 .bg_white {
  background: #fff;
  padding: 80px 100px;
}

@media (max-width: 767px) {
  .about_sec05 .bg_white {
    padding: 30px 15px;
  }
}

.about_sec05 .borer_box {
  padding: 20px 40px;
  border: solid 1px #022150;
  border-radius: 5px;
  color: #022150;
}

@media (max-width: 767px) {
  .about_sec05 .borer_box {
    padding: 20px;
    font-size: 12px;
  }
}

.about_sec05 .borer_box:not(:first-child) {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .about_sec05 .borer_box:not(:first-child) {
    margin-top: 15px;
  }
}

.about_sec05 .phase_ttl {
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #022150;
  margin: 0;
  margin-bottom: 0.5em;
}

@media (max-width: 767px) {
  .about_sec05 .phase_ttl {
    font-size: 20px;
    line-height: 1.4;
  }
}

/************

other

************/
.sec_other {
  margin-bottom: 0 !important;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .sec_other {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .sec_other .container {
    padding: 0;
  }
}

.other_slider .splide__arrow {
  width: 55px;
  height: 55px;
  opacity: 1;
  background: none;
}

@media (max-width: 767px) {
  .other_slider .splide__arrow {
    top: 40%;
  }
}

.other_slider .splide__arrow svg {
  width: 55px;
  height: 55px;
}

.other_slider .splide__arrow--prev {
  left: 0;
}

.other_slider .splide__arrow--next {
  right: 0;
}

@media (min-width: 768px) {
  .other_slider .splide__arrow--prev {
    left: -20px;
  }
  .other_slider .splide__arrow--next {
    right: -20px;
  }
}

.other_slider .splide__arrow:disabled {
  opacity: 1;
}

.other_slider .other_slider_contentes {
  margin: 0 15px;
}

@media (max-width: 767px) {
  .other_slider .other_slider_contentes {
    margin: 0;
  }
}

.other_slider_contentes {
  position: relative;
  transition: opacity 0.2s;
}

@media (max-width: 767px) {
  .other_slider_contentes {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .other_slider_contentes .text_wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}

.other_slider_contentes:hover {
  opacity: 0.8;
  cursor: pointer;
}

.other_slider_contentes .other_link {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
}

.other_slider_contentes figure {
  padding-top: calc(324 / 360 * 100%);
}

.other_slider_contentes .text_wrap {
  padding: 20px 0 0;
}

.other_slider_contentes .other_num {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 160%;
  margin: 0 0 0.5em;
}

@media (max-width: 767px) {
  .other_slider_contentes .other_num {
    font-size: 10px;
  }
}

.other_slider_contentes .other_ttl {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  font-family: "Times New Roman", "Noto Serif JP", serif;
  margin: 15px 0 0;
  position: relative;
  padding-right: 16px;
}

@media (max-width: 767px) {
  .other_slider_contentes .other_ttl {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.other_slider_contentes .other_ttl:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  background: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99006 13.253L6.71165 11.9888L11.1506 7.54989H0V5.7033H11.1506L6.71165 1.27148L7.99006 0.000176907L14.6165 6.6266L7.99006 13.253Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}

.other_slider_contentes .other_tag {
  margin: 10px 0 10px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .other_slider_contentes .other_tag {
    flex: 1;
    display: flex;
    align-items: flex-start;
  }
}

.other_slider_contentes .other_tag .tag {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #24718e;
  padding: 0.2em 0.5em;
  border: solid 1px;
}

.other_slider_contentes .other_tag .tag.planner {
  color: #24718e;
}

.other_slider_contentes .other_tag .tag.customer {
  color: #004399;
}

.other_slider_contentes .other_tag .tag.coordinator {
  color: #484848;
}

.other_slider_contentes .other_tag .tag.partner {
  color: #cf6325;
}

.other_slider_contentes .other_tag .tag.tourplanner {
  color: #744230;
}

.other_slider_contentes .other_name {
  line-height: 1.5;
  border-top: solid 1px #000;
  padding-top: 10px;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .sp_col2 .other_slider_contentes .other_tag .tag {
    font-size: 8px;
  }
}

/************

RSS

************/
a.xperisus-c-card1 {
  text-decoration: none;
  transition: opacity 0.3s;
  cursor: pointer;
  color: #151515;
}

@media (any-hover: hover) {
  .xperisus-c-card1:hover {
    opacity: 1;
  }
  .xperisus-c-card1:hover .c-card1__img img {
    transform: scale(1.05);
  }
}

.xperisus-c-card1 .c-card1__img {
  overflow: hidden;
  border: solid 1px #ccc;
}

.xperisus-c-card1 .c-card1__img img {
  aspect-ratio: 368/224;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.xperisus-c-card1 .c-card1__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.xperisus-c-card1 .c-card1__time {
  flex-shrink: 0;
  font-size: 13px;
  line-height: 2.05;
  font-weight: 200;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .xperisus-c-btn2::after {
    right: 12px;
  }
  .xperisus-c-card1 .c-card1__time {
    font-size: 12px;
  }
}

.xperisus-c-card1 .c-card1__title {
  margin-top: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 15px;
  line-height: 2.05;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .xperisus-c-card1 .c-card1__title {
    font-size: 14px;
  }
}

.xperisus-c-card1 ul.c-card1__tags {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  margin-top: 0 !important;
  padding: 0;
  list-style: none;
}

.xperisus-c-tag {
  font-size: 12px;
  line-height: 2.05;
  letter-spacing: 0.05em;
}

.xperisus-c-tag::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  background-color: #eeede7;
  font-size: 12px;
  color: #246f8f;
  border-radius: 50%;
  margin-right: 5px;
}

.xperisus-c-tag::before {
  content: "#";
}

.xperisus-c-category {
  text-align: center;
  display: inline-block;
  padding: 0 14px;
  border: 1px solid #191917;
  font-size: 12px;
  line-height: 2.05;
  letter-spacing: 0.04em;
}

.xperisus-c-category.--white {
  border-color: #fff;
  color: #fff;
}

@media (max-width: 767px) {
  .xperisus-c-category {
    font-size: 11px;
  }
}

/************

interview

************/
.archive_tag_list {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px 15px;
  flex-wrap: wrap;
  margin: 30px 0 70px;
}

@media (max-width: 767px) {
  .archive_tag_list {
    margin: 20px 0 55px;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .archive_tag_list li {
    width: 100%;
  }
}

.archive_tag_list a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  padding: 0.4em 1.5em;
  transform: 0.2s;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 767px) {
  .archive_tag_list a {
    padding: 0.4em 1em;
    font-size: 10px;
    min-width: 160px;
  }
}

.archive_tag_list a:hover {
  opacity: 0.8;
}

.archive_tag_list .planner a {
  background: #24718e;
}

.archive_tag_list .customer a {
  background: #004399;
}

.archive_tag_list .coordinator a {
  background: #484848;
}

.archive_tag_list .partner a {
  background: #cf6325;
}

.archive_tag_list .tourplanner a {
  background: #744230;
}

/************

story

************/
.interview_archive_contentes {
  display: block;
  text-decoration: none;
  color: #151515;
  position: relative;
  transition: 0.2s;
}

.interview_archive_contentes:hover {
  cursor: pointer;
  opacity: 0.8;
}

.interview_archive_contentes .archive_link {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
}

.interview_archive_contentes .ofi {
  padding-top: calc(360 / 400 * 100%);
}

@media (max-width: 767px) {
  .interview_archive_contentes .ofi {
    padding-top: calc(297 / 330 * 100%);
  }
}

.interview_archive_contentes .text_wrap {
  padding: 20px 0 0;
}

@media (max-width: 767px) {
  .interview_archive_contentes .text_wrap {
    padding: 12px 0 0;
  }
}

.interview_archive_contentes .pickup_num {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 160%;
  margin: 0 0 0.5em;
}

@media (max-width: 767px) {
  .interview_archive_contentes .pickup_num {
    font-size: 10px;
  }
}

.interview_archive_contentes .pickup_ttl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 0.6em;
  font-family: "Noto Serif JP";
}

@media (max-width: 767px) {
  .interview_archive_contentes .pickup_ttl {
    font-size: 14px;
  }
}

.interview_archive_contentes .pickup_tag {
  margin: 10px 0 0;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .interview_archive_contentes .pickup_tag {
    flex: 1;
    display: flex;
    align-items: flex-start;
  }
}

.interview_archive_contentes .pickup_tag .tag {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #24718e;
  padding: 0.2em 0.5em;
  border: solid 1px;
}

.interview_archive_contentes .pickup_tag .tag.planner {
  color: #24718e;
}

.interview_archive_contentes .pickup_tag .tag.customer {
  color: #004399;
}

.interview_archive_contentes .pickup_tag .tag.coordinator {
  color: #484848;
}

.interview_archive_contentes .pickup_tag .tag.partner {
  color: #cf6325;
}

.interview_archive_contentes .pickup_tag .tag.tourplanner {
  color: #744230;
}

@media (max-width: 767px) {
  .sp_col2 .interview_archive_contentes .pickup_tag .tag {
    font-size: 8px;
  }
}

/************

INFOGRAPHICS

************/
body.infographics {
  background: #f5f5f2;
}

@media (max-width: 767px) {
  .sec_graph .container {
    padding: 0;
  }
}

.sec_graph .graph_lead {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  color: #022150;
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .sec_graph .graph_lead {
    font-size: 20px;
  }
}

.sec_graph .graph_lead .time {
  display: block;
  color: #151515;
  font-size: 12px;
}

@media (min-width: 768px) {
  .sec_graph .graph_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
  }
}

.sec_graph .graph_grid .graph_item {
  background: #ffffff;
  border: 1px solid #e6e8e8;
  padding: clamp(40px, 2.2vw, 45px) clamp(15px, 2vw, 30px) clamp(15px, 2vw, 30px);
}

.sec_graph .graph_grid .graph_item.graph01 {
  grid-area: 1 / 2 / 2 / 4;
}

.sec_graph .graph_grid .graph_item.graph02 {
  grid-area: 2 / 1 / 3 / 3;
}

.sec_graph .graph_grid .graph_item.graph02 .chart_text li:nth-child(1) {
  top: -70%;
  right: -70%;
}

.sec_graph .graph_grid .graph_item.graph02 .chart_text li:nth-child(2) {
  bottom: -32%;
  right: -25%;
}

.sec_graph .graph_grid .graph_item.graph02 .chart_text li:nth-child(3) {
  left: -25%;
}

.sec_graph .graph_grid .graph_item.graph02 .chart_text li:nth-child(4) {
  top: -70%;
  left: -65%;
}

.sec_graph .graph_grid .graph_item.graph02 .chart_text li:nth-child(4):after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100 / 20 * 1em);
  height: 2px;
  top: 40%;
  bottom: 0;
  left: 120%;
  margin: auto;
  background: #022150;
}

.sec_graph .graph_grid .graph_item.graph02 .chart_text li:nth-child(2), .sec_graph .graph_grid .graph_item.graph02 .chart_text li:nth-child(3) {
  color: #fff;
}

.sec_graph .graph_grid .graph_item.graph02 .chart_text li:nth-child(2) .people, .sec_graph .graph_grid .graph_item.graph02 .chart_text li:nth-child(3) .people {
  color: #fff;
}

.sec_graph .graph_grid .graph_item.graph03 {
  grid-area: 2 / 3 / 3 / 5;
}

.sec_graph .graph_grid .graph_item.graph03 .chart_text li:nth-child(1) {
  top: -60%;
  right: -66%;
}

@media (min-width: 768px) {
  .sec_graph .graph_grid .graph_item.graph03 .chart_text li:nth-child(1) {
    right: -70%;
  }
}

.sec_graph .graph_grid .graph_item.graph03 .chart_text li:nth-child(1) .per {
  text-align: right;
  position: absolute;
  left: -105%;
  right: auto;
  top: 60%;
}

.sec_graph .graph_grid .graph_item.graph03 .chart_text li:nth-child(1) .per .num {
  display: block;
  line-height: 1.3;
}

.sec_graph .graph_grid .graph_item.graph03 .chart_text li:nth-child(2) {
  bottom: -35%;
  left: -34%;
  display: flex;
  align-items: center;
  gap: 1.5em;
}

@media (min-width: 768px) {
  .sec_graph .graph_grid .graph_item.graph03 .chart_text li:nth-child(2) {
    left: -40%;
  }
}

.sec_graph .graph_grid .graph_item.graph03 .chart_text li:nth-child(3) {
  left: -33%;
  top: -55%;
  display: flex;
  gap: 1.5em;
}

@media (min-width: 768px) {
  .sec_graph .graph_grid .graph_item.graph03 .chart_text li:nth-child(3) {
    left: -40%;
  }
}

.sec_graph .graph_grid .graph_item.graph02 .graph_chart, .sec_graph .graph_grid .graph_item.graph03 .graph_chart {
  position: relative;
}

.sec_graph .graph_grid .graph_item.graph02 .graph_chart:before, .sec_graph .graph_grid .graph_item.graph03 .graph_chart:before {
  content: "";
  display: block;
  position: absolute;
  width: 39px;
  height: 28px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  max-width: calc(39 / 20 * 1em);
  background: url("data:image/svg+xml,%3Csvg width='39' height='28' viewBox='0 0 39 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.132 10.596L29.384 15.904V0.468C29.06 0.4 28.76 0.272 28.496 0.0879997L20.548 7.912L12.512 0C12.276 0.184 12.004 0.324 11.712 0.412V15.82L5.996 10.38H4.036L0 14.64C0.196 14.84 0.36 15.072 0.476 15.332L3.844 14.38L11.724 27.004C11.788 26.996 11.852 26.988 11.916 26.984H11.924H11.932C11.98 26.984 12.032 26.98 12.08 26.98C12.264 26.98 12.444 27 12.616 27.04L20.484 22.268L28.452 27.032C28.608 27 28.772 26.984 28.94 26.984C29.084 26.984 29.22 26.996 29.356 27.02L38.812 11.236C38.548 11.068 38.316 10.852 38.132 10.6V10.596ZM11.708 25.42L4.38 13.68L4.216 13.42L1.588 14.164L4.388 11.212H5.668L11.716 16.968V25.424L11.708 25.42ZM12.532 1.18L19.96 8.492L12.532 15.804V1.18ZM20.152 21.504L12.532 26.128V16.964L27.884 1.852L20.152 21.508V21.504ZM28.564 26.132L20.996 21.608L28.564 2.368V26.132ZM29.384 25.372V16.868L37.388 12.012L29.384 25.372Z' fill='url(%23paint0_linear_896_612)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_896_612' x1='4.408' y1='22.436' x2='39.544' y2='3.436' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FEF6EF'/%3E%3Cstop offset='1' stop-color='%23A5D8F5'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center/contain;
}

.sec_graph .graph_grid .graph_item.graph02 .graph_ttl, .sec_graph .graph_grid .graph_item.graph03 .graph_ttl {
  margin-bottom: 0.5em;
}

.sec_graph .graph_grid .graph_item:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .sec_graph .graph_grid .graph_item:not(:last-child) {
    margin-bottom: 0;
  }
}

.sec_graph .graph_ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #24718e;
  text-align: center;
  margin: 0 0 1em;
}

@media (min-width: 768px) {
  .sec_graph .graph_ttl {
    font-size: clamp(18px, 2vw, 24px);
    margin: 0;
  }
}

.sec_graph .graph_text {
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #1b1e49;
  margin-top: 1em;
}

.sec_graph .graph_chart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  max-width: 370px;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .sec_graph .graph_chart {
    min-height: calc(250 / 20 * 1em);
    font-size: clamp(10px, 1.8vw, 20px);
    max-width: none;
  }
}

.sec_graph .chart_text {
  list-style: none;
  padding: 0;
}

.sec_graph .chart_text li {
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.sec_graph .chart_text li .people {
  font-weight: 700;
  font-style: Bold;
  font-size: calc(30 / 20 * 1em);
  display: block;
  letter-spacing: 0.2em;
  color: #022150;
  line-height: 0.8;
}

.sec_graph .chart_text li .people .num {
  font-size: calc(60 / 30 * 1em);
}

.sec_graph .chart_text li .per {
  font-weight: 700;
  font-style: Bold;
  font-size: calc(30 / 20 * 1em);
  display: block;
  letter-spacing: 0.2em;
  color: #fff;
  line-height: 0.8;
}

.sec_graph .chart_text li .per .num {
  font-size: calc(60 / 30 * 1em);
}

.sec_graph .pie-chart-1,
.sec_graph .pie-chart-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(250 / 20 * 1em);
  height: calc(250 / 20 * 1em);
  margin: 0;
  border-radius: 50%;
}

.sec_graph .pie-chart-1 {
  background-image: conic-gradient(#182b4b calc(4 / 21 * 100%), #1e7485 calc(4 / 21 * 100%) calc(12 / 21 * 100%), #7f888d calc(12 / 21 * 100%) calc(20 / 21 * 100%), #f4d0ac calc(20 / 21 * 100%) 100%);
}

.sec_graph .pie-chart-2 {
  background-image: conic-gradient(#102445 42%, #1e7485 42% 78%, #7f888d 78% 100%);
}

.sec_data.sec_top {
  padding: clamp(60px, 8vw, 120px) 0 clamp(80px, 8vw, 120px);
  background: #f5f5f2;
}

@media (max-width: 767px) {
  .sec_data .container {
    padding: 0;
  }
}

.sec_data .data_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
  .sec_data .data_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.sec_data .data_item {
  border: 1px solid #e6e8e8;
  padding: 25px 10px 20px;
  min-height: 260px;
}

@media (min-width: 768px) {
  .sec_data .data_item {
    min-height: calc(434 / 16 * 1em);
    font-size: clamp(12px, 1.6vw, 16px);
    padding: clamp(37.5px, 4vw, 75px) clamp(20px, 2vw, 40px) clamp(27.5px, 2.5vw, 55px);
  }
}

.sec_data .data_item.data01 {
  background: url(/wp-content/uploads/infographics_item01.png) no-repeat center/calc(340 / 379 * 100%), linear-gradient(180deg, #eaeeef 0%, #ecf7fa 100%);
}

.sec_data .data_item.data02 {
  background: url(/wp-content/uploads/infographics_item02.png) no-repeat center/calc(340 / 379 * 100%), linear-gradient(180deg, #eaeeef 0%, #ecf7fa 100%);
}

.sec_data .data_item.data03 {
  background: url(/wp-content/uploads/infographics_item03.png) no-repeat center/calc(340 / 379 * 100%), linear-gradient(180deg, #eaeeef 0%, #ecf7fa 100%);
}

.sec_data .data_item.data04 {
  background: url(/wp-content/uploads/infographics_item04.png) no-repeat center/calc(340 / 379 * 100%), linear-gradient(180deg, #eaeeef 0%, #ecf7fa 100%);
}

.sec_data .data_item.data01 .num, .sec_data .data_item.data02 .num, .sec_data .data_item.data03 .num {
  width: 1.4em;
  text-align: center;
  display: inline-block;
  margin-left: 0.52em;
}

.sec_data .data_item.data01 .data_ttl, .sec_data .data_item.data02 .data_ttl, .sec_data .data_item.data03 .data_ttl, .sec_data .data_item.data04 .data_ttl {
  margin-bottom: 1.4em;
}

.sec_data .data_item.data05 {
  grid-area: 3/1/4/3;
  background: url(/wp-content/uploads/infographics_item05.png) no-repeat center left calc(7 / 346 * 100%)/clamp(160px, calc(160 / 346 * 100%), 250px), linear-gradient(180deg, #eaeeef 0%, #ecf7fa 100%);
}

@media (min-width: 768px) {
  .sec_data .data_item.data05 {
    grid-area: 2/2/3/4;
    background: url(/wp-content/uploads/infographics_item05.png) no-repeat center left calc(27 / 760 * 100%)/calc(340 / 759 * 100%), linear-gradient(180deg, #eaeeef 0%, #ecf7fa 100%);
  }
}

.sec_data .data_item.data05 .data05_text {
  width: 44%;
  margin-left: 54%;
  margin-top: 2em;
}

.sec_data .data_item.data06 {
  grid-area: 4/1/5/3;
  background: url(/wp-content/uploads/infographics_item06.png) no-repeat center left calc(7 / 346 * 100%)/calc(273 / 346 * 100%), linear-gradient(180deg, #eaeeef 0%, #ecf7fa 100%);
}

@media (min-width: 768px) {
  .sec_data .data_item.data06 {
    grid-area: 3/1/4/3;
    background: url(/wp-content/uploads/infographics_item06.png) no-repeat center left calc(20 / 760 * 100%)/calc(579 / 759 * 100%), linear-gradient(180deg, #eaeeef 0%, #ecf7fa 100%);
  }
}

.sec_data .data_item.data06 .data06_place {
  display: flex;
  gap: 10px;
  margin-left: 55%;
  margin-top: 1.5em;
  text-align: left;
}

@media (min-width: 768px) {
  .sec_data .data_item.data06 .data06_place {
    margin-top: 2em;
    gap: 20px;
    margin-left: 60%;
  }
}

.sec_data .data_item.data06 .data_num {
  text-align: left;
  margin: 0;
}

.sec_data .data_item.data06 .data_num .emp {
  text-align: left;
  font-size: 18px;
}

@media (min-width: 768px) {
  .sec_data .data_item.data06 .data_num .emp {
    font-size: calc(26 / 16 * 1em);
  }
}

.sec_data .data_item.data07 {
  background: url(/wp-content/uploads/infographics_item07.png) no-repeat center/calc(340 / 378 * 100%), linear-gradient(180deg, #eaeeef 0%, #ecf7fa 100%);
}

@media (max-width: 767px) {
  .sec_data .data_item.data07 {
    grid-area: 5/1/6/3;
    background: url(/wp-content/uploads/infographics_item07.png) no-repeat center/210px, linear-gradient(180deg, #eaeeef 0%, #ecf7fa 100%);
  }
}

.sec_data .data_item.data08 {
  background: url(/wp-content/uploads/infographics_item08.png) no-repeat center/calc(340 / 379 * 100%), linear-gradient(180deg, #eaeeef 0%, #ecf7fa 100%);
}

.sec_data .data_item.data08 .data_text {
  margin-top: calc(115 / 16 * 1em);
}

@media (max-width: 767px) {
  .sec_data .data_item.data08 .data_text {
    margin-top: 30%;
  }
}

.sec_data .data_item.data09 {
  background: url(/wp-content/uploads/infographics_item09.png) no-repeat center/calc(340 / 379 * 100%), linear-gradient(180deg, #eaeeef 0%, #ecf7fa 100%);
}

@media (max-width: 767px) {
  .sec_data .data_item.data09 .data_text {
    margin-top: 30%;
  }
}

@media (min-width: 768px) {
  .sec_data .data_item.data08, .sec_data .data_item.data09 {
    padding: clamp(37.5px, 4vw, 75px) clamp(20px, 2vw, 40px) 25px;
  }
}

.sec_data .data_item.data10 {
  padding: 30px 20px;
  background: #fff;
}

@media (max-width: 767px) {
  .sec_data .data_item.data10 {
    padding: 18px;
    grid-area: 7/1/8/3;
  }
}

.sec_data .data_item.data10 .data10_ttl {
  margin: 0;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  color: #1b1e49;
  font-size: 13px;
  margin: 0;
}

@media (min-width: 768px) {
  .sec_data .data_item.data10 .data10_ttl {
    font-size: calc(15 / 16 * 1em);
  }
}

.sec_data .data_item.data10 .data10_ul {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0;
}

.sec_data .data_item.data10 .data10_ul li {
  padding-left: 1em;
  position: relative;
  font-size: 13px;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .sec_data .data_item.data10 .data10_ul li {
    font-size: calc(13 / 16 * 1em);
  }
}

.sec_data .data_item.data10 .data10_ul li:before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

.sec_data .data_ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #24718e;
  text-align: center;
  margin: 0 0;
}

@media (min-width: 768px) {
  .sec_data .data_ttl {
    font-size: clamp(18px, 2vw, 24px);
  }
}

.sec_data .data_num {
  text-align: center;
  margin-bottom: 1.5em;
  margin-top: 0;
  font-size: clamp(12px, 1vw, 16px);
}

.sec_data .data_num .emp {
  font-family: "Shippori Mincho B1";
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  color: #1b1e49;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .sec_data .data_num .emp {
    font-size: calc(40 / 16 * 1em);
  }
}

.sec_data .data_num .emp .num {
  font-size: calc(86 / 40 * 1em);
}

.sec_data .data_num small {
  font-size: 13px;
  display: block;
}

.sec_data .data_text {
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  text-align: center;
  color: #1b1e49;
}

@media (min-width: 768px) {
  .sec_data .data_text {
    font-size: 1em;
  }
}

.sec_data .data_text small {
  font-size: 9px;
  display: block;
  margin-top: 0.5em;
  font-weight: normal;
}

@media (min-width: 768px) {
  .sec_data .data_text small {
    font-size: calc(13 / 16 * 1em);
  }
}

/************

careerpath

************/
.sec_careerpath .careerpath_ttl {
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 180%;
  text-align: center;
  color: #022150;
  border-bottom: solid 1px;
  margin: 0 0 0.5em;
  padding-bottom: 0.5em;
}

@media (min-width: 768px) {
  .sec_careerpath .careerpath_ttl {
    font-size: 34px;
  }
}

.sec_careerpath .careerpath_lead {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  text-align: center;
  color: #022150;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .sec_careerpath .careerpath_lead {
    margin-bottom: 2em;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .sec_careerpath .row {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .sec_careerpath .row .span_6 {
    width: 47.5%;
  }
}

.sec_careerpath .member_ttl {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  background: #102445;
  margin: 2em 0 2em;
  padding: 0.8em;
}

@media (min-width: 768px) {
  .sec_careerpath .member_ttl {
    font-size: 18px;
    margin-top: 0;
  }
}

.sec_careerpath .member_list_wrap {
  overflow: auto;
  padding-bottom: 15px;
}

.sec_careerpath .member_list {
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 10px;
  list-style: none;
}

@media (min-width: 768px) {
  .sec_careerpath .member_list {
    gap: 50px;
  }
}

.sec_careerpath .member_list a {
  text-decoration: none;
  color: #151515;
  transition: 0.2s;
}

.sec_careerpath .member_list a:hover {
  opacity: 0.8;
}

.sec_careerpath .member_list figure {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  border-radius: 50%;
}

.sec_careerpath .member_list figure 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% !important;
  height: 100% !important;
  font-family: "object-fit: cover;";
}

.sec_careerpath .member_list li {
  width: 200px;
}

.sec_careerpath .member_list li p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  margin-top: 1em;
}

/*# sourceMappingURL=main.css.map */
