@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
/*!
  12 COLUMN : RESPONSIVE GRID SYSTEM
  DEVELOPER : DENIS LEBLANC
  URL : http://responsive.gs
  VERSION : 3.0
  LICENSE : GPL & MIT
*/
@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
*,
*: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: 3%;
}

@media (min-width: 768px) {
  .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 10px;
  }
  * + .container {
    margin-top: 40px;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .row.reverse {
    flex-flow: row-reverse;
  }
  .col:not(:last-child) {
    margin-bottom: 0;
  }
  .col.offset_1 {
    margin-left: 8.33333333333%;
  }
  .col.offset_2 {
    margin-left: 16.6666666667%;
  }
  .col.offset_3 {
    margin-left: 25%;
  }
  .col.offset_4 {
    margin-left: 33.3333333333%;
  }
  .col.offset_5 {
    margin-left: 41.6666666667%;
  }
  .col.offset_6 {
    margin-left: 50%;
  }
  .col.offset_7 {
    margin-left: 58.3333333333%;
  }
  .col.offset_8 {
    margin-left: 66.6666666667%;
  }
  .col.offset_9 {
    margin-left: 75%;
  }
  .col.offset_10 {
    margin-left: 83.3333333333%;
  }
  .col.offset_11 {
    margin-left: 91.6666666667%;
  }
  .col.offset_12 {
    margin-left: 100%;
  }
}

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

@media (min-width: 768px) {
  .d-flex {
    display: flex;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .reverse {
    flex-direction: row-reverse;
  }
  .align-items-start {
    align-items: flex-start;
  }
  .align-items-center {
    align-items: center;
  }
  .align-items-end {
    align-items: flex-end;
  }
  .justify-content-start {
    justify-content: flex-start;
  }
  .justify-content-center {
    justify-content: center;
  }
  .justify-content-between {
    justify-content: space-between;
  }
  .justify-content-end {
    justify-content: flex-end;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .row.col_5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

.grid_16 .span_1 {
  width: 6.25%;
}

.grid_16 .span_2 {
  width: 12.5%;
}

.grid_16 .span_3 {
  width: 18.75%;
}

.grid_16 .span_4 {
  width: 25%;
}

.grid_16 .span_5 {
  width: 31.25%;
}

.grid_16 .span_6 {
  width: 37.5%;
}

.grid_16 .span_7 {
  width: 43.75%;
}

.grid_16 .span_8 {
  width: 50%;
}

.grid_16 .span_9 {
  width: 56.25%;
}

.grid_16 .span_10 {
  width: 62.5%;
}

.grid_16 .span_11 {
  width: 68.75%;
}

.grid_16 .span_12 {
  width: 75%;
}

.grid_16 .span_13 {
  width: 81.25%;
}

.grid_16 .span_14 {
  width: 87.5%;
}

.grid_16 .span_15 {
  width: 93.75%;
}

.grid_16 .span_16 {
  width: 100%;
}

.grid_16.gutters .span_1 {
  width: 4.375%;
}

.grid_16.gutters .span_2 {
  width: 10.75%;
}

.grid_16.gutters .span_3 {
  width: 17.125%;
}

.grid_16.gutters .span_4 {
  width: 23.5%;
}

.grid_16.gutters .span_5 {
  width: 29.875%;
}

.grid_16.gutters .span_6 {
  width: 36.25%;
}

.grid_16.gutters .span_7 {
  width: 42.625%;
}

.grid_16.gutters .span_8 {
  width: 49%;
}

.grid_16.gutters .span_9 {
  width: 55.375%;
}

.grid_16.gutters .span_10 {
  width: 61.75%;
}

.grid_16.gutters .span_11 {
  width: 68.125%;
}

.grid_16.gutters .span_12 {
  width: 74.5%;
}

.grid_16.gutters .span_13 {
  width: 80.875%;
}

.grid_16.gutters .span_14 {
  width: 87.25%;
}

.grid_16.gutters .span_15 {
  width: 93.625%;
}

.grid_16.gutters .span_16 {
  width: 100%;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.scrollPrevent {
  overflow: hidden;
  height: 100%;
}

body {
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Arial, "游ゴシック体",
    YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1b1b1b;
  height: auto !important;
  overflow: hidden;
  letter-spacing: 0.05em;
}

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

main {
  overflow: hidden;
}

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: #009fbe;
  transition: all 0.3s;
}

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

.highlight a {
  color: #1b1b1b;
}

.highlight a:hover {
  color: #009fbe;
}

a:not([class]) img,
a.swipebox img {
  transition: all 0.3s;
}

a:not([class]):hover img,
a.swipebox:hover img {
  opacity: 0.8;
}

img {
  vertical-align: middle;
}

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

p {
  margin: 0.5em 0 1em;
}

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

main .contents_wrapper {
  max-width: 100%;
  padding: 0;
}

main 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: 1200px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.article_button {
  margin-top: 5%;
}

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

.sidebar {
  visibility: hidden;
}

.sidebar > .widget_wrap {
  visibility: visible;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 6%;
}

.sidebar ul a {
  color: #1b1b1b;
  text-decoration: none;
  display: block;
  padding: 0.5em;
  border-bottom: rgba(0, 159, 190, 0.1) solid 1px;
}

.sidebar ul a:hover {
  color: #009fbe;
  background: rgba(0, 159, 190, 0.05);
}

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

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

.map_wide img {
  max-width: none;
}

.slick-track {
  margin: 0 auto;
}

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

.col p {
  line-height: 1.8;
}

.container {
  padding: 0 20px;
}

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

.highlight {
  background: rgba(0, 159, 190, 0.1);
  color: #1b1b1b;
}

.highlight.round {
  border-radius: 10px;
}

section.highlight,
p.highlight,
.col.highlight {
  padding: 4%;
}

.js-header_break_point {
  display: none;
  z-index: 1080;
}

:root {
  --header_break_point: 1080;
}

:root {
  --navi_event_type: click;
}

.column_main .col p + *:not(p),
.column_main .col table + *:not(p) {
  margin-top: 40px;
}

.globalHeader {
  background: #fff;
  color: #1b1b1b;
  font-size: 15px;
}

@media (max-width: 1079px) {
  .globalHeader.high {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 1079px) {
  .globalHeader {
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
  }
}

.globalHeader .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  height: 120px;
  max-width: 100%;
}

.globalHeader .container .globalHeader_top {
  width: 96%;
  margin: 0 1% 0 auto;
}
@media (max-width: 767px) {
  .globalHeader .container .globalHeader_top {
    margin: 0 0 0 10%;
  }
}

@media (max-width: 1079px) {
  .globalHeader .container {
    height: 60px;
  }
}

.globalHeader .globalHeader_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 1079px) {
  .globalHeader .globalHeader_top {
    justify-content: center;
  }
}

.globalHeader .header_logo {
  width: 267px;
  height: 37px;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1079px) {
  .globalHeader .header_logo {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .globalHeader .header_logo {
    width: 200px;
    height: auto;
  }
  .globalHeader .header_logo a img {
    max-width: 80% !important;
    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: inherit;
}

@media (max-width: 1079px) {
  .global_nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 56;
    transition: all 0.3s;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

.global_nav > ul {
  list-style: none;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 1080px) {
  .global_nav > ul {
    margin-top: 55px;
  }
}

@media (max-width: 1079px) {
  .global_nav > ul {
    display: block;
    background: rgba(0, 159, 190, 0.9);
    width: 80vw;
    max-width: 400px;
    transform: translateX(100%);
    transition: all 0.3s;
    height: 100%;
    overflow: auto;
  }
}

@media (max-width: 1079px) {
  .global_nav > ul li {
    border-bottom: #b3b3b3 solid 1px;
  }
  .global_nav > ul li:first-child {
    border-top: #b3b3b3 solid 1px;
  }
}

.global_nav > ul li a {
  color: #1b1b1b;
  text-decoration: none;
  padding: 0.5em 1em;
  transition: all 0.3s;
}

@media (min-width: 1080px) {
  .global_nav > ul li a {
    position: relative;
  }
}

@media (max-width: 1079px) {
  .global_nav > ul li a {
    display: block;
    padding: 1em;
    color: #fff;
    position: relative;
  }
  .global_nav > ul li a:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -4px;
  }
}

.global_nav > ul li a:hover {
  opacity: 0.8;
}

.global_nav > ul li:first-child a:before {
  content: none;
}

@media (max-width: 1079px) {
  .global_nav.open {
    opacity: 1;
    visibility: visible;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
  }
}

@media (max-width: 1079px) {
  .global_nav.open > ul {
    transform: translateX(0);
  }
}

.global_nav .drawer_bnr {
  padding: 20px;
}

/**ハンバーガーメニュー**/
#headerToggle {
  display: none;
}

@media (max-width: 1079px) {
  #headerToggle {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
    z-index: 99;
    cursor: pointer;
    width: 30px;
    height: 25px;
    transition: all 0.3s;
  }
  #headerToggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #009fbe;
    transition: all 0.4s;
  }
  #headerToggle span:nth-of-type(1) {
    top: 0;
  }
  #headerToggle span:nth-of-type(2) {
    top: 11px;
  }
  #headerToggle span:nth-of-type(3) {
    bottom: 0;
  }
  #headerToggle.active span {
    background-color: white;
  }
  #headerToggle.active span:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
  }
  #headerToggle.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
  }
  #headerToggle.active span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
  }
}

.hdr_info_wrapper {
  display: none;
}

@media (min-width: 1080px) {
  .hdr_info_wrapper {
    display: block;
    position: absolute;
    top: 25px;
    right: calc(1% + 1em);
  }
}

.hdr_info_wrapper .hdr_info {
  display: flex;
  align-items: center;
}

.hdr_info_wrapper .hdr_info_group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hdr_info_wrapper .hdr_info_group li {
  margin-left: 10px;
}

.hdr_info_wrapper .hdr_info_group .button,
.hdr_info_wrapper .hdr_info_group .inquiry .form_button,
.inquiry .hdr_info_wrapper .hdr_info_group .form_button {
  min-width: 220px;
  font-size: 1.4rem;
}

.sp_hdr_info_wrapper {
  display: none;
}

@media (max-width: 1079px) {
  .sp_hdr_info_wrapper {
    display: block;
    position: absolute;
    top: 15px;
    right: 70px;
  }
}

.sp_hdr_info_wrapper .sp_hdr_info_group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li {
  margin-left: 10px;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_tel {
  color: white;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_tel a {
  color: #009fbe;
}

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

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_mail i {
  font-size: 3.2rem;
}

footer {
  position: relative;
  padding: 60px 0;
  font-size: 14px;
}

@media (max-width: 767px) {
  footer {
    padding: 0 0 2em;
  }
  .footer_logo img {
    max-width: 135px;
  }
}

@media (min-width: 768px) {
  .footer_logo img {
    max-width: 150px;
  }
}

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

footer .fNav ul li + li {
  border-top: 1px solid rgba(0, 159, 190, 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 .copy_right {
  font-size: 1rem;
}

@media (max-width: 767px) {
  footer ul {
    border-top: 1px solid rgba(0, 159, 190, 0.3);
  }
  footer ul li > ul {
    border-top: 1px solid rgba(0, 159, 190, 0.3);
  }
  footer ul li.menu-item-has-children ul {
    display: block !important;
    height: auto !important;
  }
  footer ul li.menu-item-has-children ul a {
    font-size: 90%;
    padding-left: 1.5em;
  }
  footer ul li.menu-item-has-children ul ul a {
    padding-left: 2.5em;
  }
  footer .col {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  footer .fNav {
    margin-bottom: 5%;
  }
  footer .fNav ul {
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
  footer .fNav ul li {
    border: none !important;
  }
  footer .fNav ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  footer .fNav ul li a {
    padding: 0.2em 1em 0.2em 1.1em !important;
    text-decoration: none;
    position: relative;
  }
  footer .fNav ul li a:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #009fbe;
  }
  footer .fNav ul li a:hover {
    text-decoration: underline;
  }
  footer .fNav ul li > ul {
    padding-left: 0.2em;
  }
  footer .fNav ul li > ul a {
    font-size: 90%;
  }
  footer .fNav ul li > ul a:before {
    width: 5px;
    height: 5px;
    border: none;
    background: #009fbe;
    border-radius: 50%;
    margin-top: -2px;
  }
  footer .fNav ul li > ul .sub-menu {
    padding-left: 1em;
  }
  footer .fNav ul li > ul .sub-menu a:before {
    width: 5px;
    height: 2px;
    border: none;
    background: #009fbe;
    border-radius: 0;
    transform: rotate(0);
  }
}

.copy_right {
  color: #8d8d8d;
  background: #f8f8f8;
  font-size: 1.4rem;
  margin: 0;
  padding: 2em 0;
  border-top: 1px solid #d5d5d5;
}

@media (max-width: 767px) {
  .copy_right {
    padding: 1em 0;
    font-size: 1.2rem;
  }
}

@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: #f8f8f8;
  color: #1b1b1b;
}

footer a {
  color: #1b1b1b;
}

footer a:hover {
  color: #1b1b1b;
}

@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;
  margin-bottom: 100px;
}

@media (max-width: 1079px) {
  .main_visual {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .main_visual {
    margin-bottom: 40px;
  }
}

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

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

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

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

.main_visual .main_visual_slick .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.main_visual .main_visual_slick .slick-slide picture,
.main_visual .main_visual_slick .slick-slide img {
  position: absolute;
  left: -300%;
  right: -300%;
  margin: auto;
  top: 0;
  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: 1200px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

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

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

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

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

@media (max-width: 768px) {
  .main_visual .main_visual_copy > li img {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .main_visual .main_visual_slick {
    padding-top: 101.6% !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: #009fbe;
}

.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: #009fbe;
  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: #009fbe;
  margin: 0 5px;
  outline-color: transparent;
}

h1:not(.header_logo) {
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  padding: 3em 5%;
  color: #fff;
  background: #009fbe;
  margin: 0 0 40px;
  letter-spacing: 0.25em;
}

@media (max-width: 767px) {
  h1:not(.header_logo) {
    margin-bottom: 10px;
  }
}

@media (max-width: 1079px) {
  h1:not(.header_logo) {
    margin-top: 60px;
  }
}

h1:not(.header_logo) span {
  display: block;
  font-size: 1.6rem;
  padding-top: 0.5em;
  color: white;
  font-style: italic;
}

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

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

@media (max-width: 767px) {
  h1:not(.header_logo) {
    font-size: 2.4rem;
  }
  h1:not(.header_logo) span {
    font-size: 1.4rem;
  }
}

h2 {
  color: #828181;
  line-height: 1.3;
  letter-spacing: 0.19em;
  padding-bottom: 0;
  margin: 0 0 50px;
  text-align: center;
  font-weight: normal;
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  h2 {
    font-size: 2rem;
    margin: 0 0 30px;
  }
}

h2 span {
  display: block;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.25em;
  color: #009fbe;
  font-family: "Arial", sans-serif;
  padding-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  h2 span {
    font-size: 3.4rem;
  }
}

h2:after {
  content: none;
}

@media (max-width: 767px) {
  h2 {
    font-size: 2.1rem;
  }
  h2:after {
    width: 20px;
  }
}

h3 {
  margin: 0 0 1em;
  color: #1b1b1b;
  font-size: 2.4rem;
  position: relative;
  padding-left: 30px;
}

h3 a {
  text-decoration: none;
}

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

h3:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(/wp-content/uploads/h3.png) no-repeat center center/cover;
}

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

h4 {
  margin: 0 0 1em;
  padding-left: 1em;
  font-size: 1.8rem;
  position: relative;
  color: #1b1b1b;
  font-weight: bold;
}

h4 a {
  text-decoration: none;
}

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

h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 1em;
  margin: auto;
  background: #009fbe;
  border-radius: 2px;
}

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

.widget_wrap .widget_header {
  font-size: 1.6rem;
  color: #1b1b1b;
  padding: 0.5em 0 0.5em 0.5em;
  border-bottom: #009fbe 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 60px;
  width: 100%;
  max-width: 1200px;
}

@media (max-width: 767px) {
  .bread {
    margin: 0 auto 40px;
  }
}

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

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

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

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

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

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

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

.button,
.inquiry .form_button {
  display: inline-block;
  max-width: 230px;
  width: 100%;
  margin: 0;
  padding: 1em 1em;
  border: #009fbe solid 1px;
  border-radius: 100vh;
  line-height: 1;
  background: #009fbe;
  color: white;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s;
  font-size: 1.5rem;
  cursor: pointer;
  /*
* ボタン矢印
*/
}

.button:hover,
.inquiry .form_button:hover {
  background: #008aa5;
  color: white;
  border-color: #008aa5;
}

.button.button_l,
.inquiry .button_l.form_button {
  padding: 1.2em 1em;
  max-width: 360px;
}

.button.button_l:after,
.inquiry .button_l.form_button:after {
  right: 7% !important;
}

.button.button_l:hover:after,
.inquiry .button_l.form_button:hover:after {
  right: 5% !important;
}

.button.arrow,
.inquiry .arrow.form_button {
  position: relative;
  font-size: 1.5rem;
}

.button.arrow:after,
.inquiry .arrow.form_button:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 49%;
  right: 9%;
  margin: auto;
  width: 20px;
  height: 5px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  transform: skew(45deg);
  transition: 0.2s;
}

.button.arrow:hover,
.inquiry .arrow.form_button:hover {
}

.button.arrow:hover:after,
.inquiry .arrow.form_button:hover:after {
  right: 6%;
}

.button.arrow.external:after,
.inquiry .arrow.external.form_button:after {
  content: "\e89e";
  font-family: "Material Symbols Outlined";
  width: 18px !important;
  height: 18px !important;
  border: none;
  top: 4px;
  bottom: 0;
  margin: auto;
  transform: rotate(0);
}

.button.arrow.external:hover:after,
.inquiry .arrow.external.form_button:hover:after {
  right: 7%;
  transform: rotate(0);
}

.highlight .button,
.highlight .inquiry .form_button,
.inquiry .highlight .form_button {
  color: white;
}

.highlight .button:hover,
.highlight .inquiry .form_button:hover,
.inquiry .highlight .form_button:hover {
  color: white;
}

.button.inverse,
.inquiry .inverse.form_button {
  background: none;
  border-color: #009fbe;
  color: #009fbe;
}

.button.inverse:after,
.inquiry .inverse.form_button:after {
  border-color: #009fbe;
}

.button.inverse:hover,
.inquiry .inverse.form_button:hover {
  background: #009fbe;
  color: #fff;
}

.button.inverse:hover:after,
.inquiry .inverse.form_button:hover:after {
  border-color: #fff;
}

.button.block,
.inquiry .block.form_button {
  display: block;
  min-width: 100%;
}

.button.small,
.inquiry .small.form_button {
  padding: 0.6em 1em;
  max-width: unset;
  width: auto;
}

.button.small.arrow,
.inquiry .small.arrow.form_button {
  padding-right: 2.5em;
}

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

@media (max-width: 767px) {
  .button + .button,
  .inquiry .form_button + .button,
  .inquiry .button + .form_button,
  .inquiry .form_button + .form_button {
    margin-left: 0;
    margin-top: 1em;
  }
}

/* お問い合わせフォーム */
.inquiry .h-adr {
  margin: 0;
  padding: 4%;
  border: rgba(0, 159, 190, 0.1) solid 5px;
  border-radius: 10px;
}

.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 0.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: 0.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 0.5em;
}

@media (max-width: 767px) {
  .inquiry .table-default td {
    padding: 0.5em 0 1em;
  }
}

.inquiry .input_wrap {
  display: block;
  margin: 0;
  padding: 0 0.2em;
}

@media (max-width: 767px) {
  .inquiry .input_wrap {
    margin: 0;
  }
}

.inquiry .input_wrap input,
.inquiry .input_wrap textarea {
  margin: 0;
}

.inquiry .input_wrap:last-child {
  margin-right: auto;
}

.inquiry .text-2col {
  display: flex;
}

.inquiry .text-2col .input_wrap {
  flex-basis: 50%;
}

.inquiry input[type="text"],
.inquiry input[type="url"],
.inquiry input[type="email"],
.inquiry input[type="tel"],
.inquiry input[type="date"],
.inquiry input[type="number"],
.inquiry select,
.inquiry textarea {
  width: 100%;
  max-width: 100%;
  padding: 7px 2%;
  color: #1b1b1b;
  font-size: 1.6rem;
  margin: 0 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: 0.2em 0;
  }
}

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

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

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

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

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

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

.inquiry .mwform-tel-field {
  display: flex;
  justify-content: space-between;
}

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

@media (min-width: 768px) {
  .inquiry input[type="text"],
  .inquiry input[type="url"],
  .inquiry input[type="email"],
  .inquiry input[type="tel"],
  .inquiry input[type="date"],
  .inquiry input[type="text"],
  .inquiry select {
    margin: 0 0.2em;
  }
  .inquiry input[type="number"] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 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 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;
  }
  .inquiry .form_button,
  .inquiry .wpcf7-submit {
    background: #009fbe;
    color: white;
    border-color: #009fbe;
  }
  .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: #00748b;
    border-color: #00748b;
    color: #fff;
  }
  .inquiry .form_button.form_send:hover,
  .inquiry .wpcf7-submit.form_send:hover {
    background: #005f72;
    border-color: #005f72;
    color: #fff;
  }
}

.form_button_wrap {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .form_button_wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

.form_button_wrap button {
  margin: 0.5em !important;
}

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

header .global_nav > ul > li.menu-item-has-children > a {
  position: relative;
}

header .global_nav > ul > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(135deg);
  transition: 0.2s;
}

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;
  display: none;
}

@media (max-width: 1079px) {
  header .global_nav > ul > li > .sub-menu {
    width: 100%;
    display: none;
  }
}

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

header .global_nav > ul > li > .sub-menu > li:last-child {
  border-bottom: none;
}

header .global_nav > ul > li > .sub-menu > li > a {
  background: rgba(0, 202, 241, 0.9);
  padding-left: 2em;
  position: relative;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a {
  position: relative;
  width: 100%;
}

@media (min-width: 1080px) {
  header
    .global_nav
    > ul
    > li
    > .sub-menu
    > li.menu-item-has-children
    > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: 0.2s;
  }
}

@media (max-width: 1079px) {
  header
    .global_nav
    > ul
    > li
    > .sub-menu
    > li.menu-item-has-children
    > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(0, -50%) rotate(135deg);
    transition: 0.2s;
  }
}

@media (max-width: 1079px) {
  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;
}

@media (min-width: 1080px) {
  header
    .global_nav
    > ul
    > li
    > .sub-menu
    > li.menu-item-has-children
    > .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
  }
}

@media (max-width: 1079px) {
  header
    .global_nav
    > ul
    > li
    > .sub-menu
    > li.menu-item-has-children
    > .sub-menu {
    width: 100%;
    display: none;
  }
}

header
  .global_nav
  > ul
  > li
  > .sub-menu
  > li.menu-item-has-children
  > .sub-menu
  li:not(:last-child) {
  border-bottom: #fff solid 1px;
}

@media (max-width: 1079px) {
  header
    .global_nav
    > ul
    > li
    > .sub-menu
    > li.menu-item-has-children
    > .sub-menu
    li:not(:last-child) {
    border-bottom: #b3b3b3 solid 1px;
  }
}

header
  .global_nav
  > ul
  > li
  > .sub-menu
  > li.menu-item-has-children
  > .sub-menu
  li:last-child {
  border-bottom: none;
}

header
  .global_nav
  > ul
  > li
  > .sub-menu
  > li.menu-item-has-children
  > .sub-menu
  li
  a {
  background: rgba(12, 215, 255, 0.9);
}

@media (max-width: 1079px) {
  header
    .global_nav
    > ul
    > li
    > .sub-menu
    > li.menu-item-has-children
    > .sub-menu
    li
    a {
    padding-left: 2.5em;
  }
}

header
  .global_nav
  > ul
  > li
  > .sub-menu
  > li.menu-item-has-children:hover
  > .sub-menu,
header
  .global_nav
  > ul
  > li
  > .sub-menu
  > li.menu-item-has-children.menu_under_open
  > .sub-menu {
  display: none;
}

@media (min-width: 1080px) {
  header .global_nav > ul > li.menu-item-has-children {
    position: relative;
    cursor: pointer;
  }
  header .global_nav > ul > li.menu-item-has-children > a {
    padding-right: 2em;
    position: relative;
  }
  header .global_nav > ul > li.menu-item-has-children > a:after {
    border-color: #1b1b1b;
    width: 6px;
    height: 6px;
  }
  header .global_nav > ul > li.menu-item-has-children > a:after {
    transform: translate(0, -50%) rotate(135deg);
  }
  header
    .global_nav
    > ul
    > li.menu-item-has-children
    > a.menu_under_open:after {
    transform: translate(0) rotate(-45deg);
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu {
    position: absolute;
    right: 0;
    margin: auto;
    top: 100%;
    min-width: 200px;
    letter-spacing: -0.4em;
    z-index: 999;
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li {
    letter-spacing: normal;
    display: block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-bottom: 0;
    padding: 0;
  }
  header
    .global_nav
    > ul
    > li.menu-item-has-children
    > .sub-menu
    > li:not(:last-child) {
    border-bottom: white solid 1px;
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li a {
    display: block;
    background: rgba(0, 159, 190, 0.9);
    padding: 0.5em;
    color: #fff;
  }
  header
    .global_nav
    > ul
    > li.menu-item-has-children
    > .sub-menu
    > li
    a:before {
    content: none;
  }
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #009fbe;
}

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

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

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

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

.news > div {
  margin-bottom: 40px;
  padding: 20px 40px;
  border-radius: 15px;
}

@media (max-width: 767px) {
  .news > div {
    padding: 20px 20px 30px;
  }
  .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: 375px;
  width: 100%;
}

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

.news dl dd {
  margin: 0.5em 0;
  padding: 0 1em 1em;
  border-bottom: #ccc solid 1px;
  position: relative;
  font-size: 1.4rem;
}

.news dl dd a {
  color: #1b1b1b;
  font-size: 1.6rem;
  line-height: 1.6;
  text-decoration: none;
}

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

.news dl .badge_category {
  display: inline-block;
  color: #009fbe;
  background: transparent;
  border: 1px solid #009fbe;
  padding: 0.3em 0.4em 0.2em 0.6em;
  margin: 0 1em;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .news > div {
    display: flex;
    width: 100%;
    margin: 0 auto 40px;
  }
  .news h2 {
    margin: 0;
    padding: 0;
  }
  .news h2:after {
    display: none;
  }
  .news .content {
    overflow: hidden;
    width: 100%;
  }
  .news dl {
    overflow-y: auto;
    max-height: 280px;
  }
  .news dl dt,
  .news dl dd {
    color: #1b1b1b;
    font-size: 16px;
    letter-spacing: 0.15em;
    font-weight: normal;
    margin: 0;
    padding: 1.8em 0;
  }
  .news dl dt span,
  .news dl dd span {
    color: #1b1b1b;
    font-size: 14px;
  }
  .news dl dt {
    line-height: 1;
    float: left;
    clear: left;
  }
  .news dl dd {
    line-height: 1.2;
    padding: 1.8em 0 1.8em 10em;
  }
  .news dl dd a {
    display: block;
    color: #1b1b1b;
    font-weight: normal;
    padding-right: 3em;
    position: relative;
  }
  .news dl dd a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 49%;
    right: 3%;
    margin: auto;
    width: 25px;
    height: 4px;
    border-bottom: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
    transform: skew(45deg);
    transition: 0.2s;
  }
  .news dl dd a:hover:after {
    right: 15px;
  }
}

.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;
  background: url(/wp-content/uploads/pagetop.png) no-repeat center center/cover;
}

@media (min-width: 768px) {
  .pagetop a {
    width: 89px;
    height: 88px;
  }
}

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

.p-qa .question {
  font-size: 1.6rem;
  border: none;
  position: relative;
  margin: 0 0 0;
  padding: 1em 50px 1em 1em;
  background-color: rgba(0, 159, 190, 0.1);
  font-weight: normal;
}

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

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

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

.p-qa .question:not(:first-child) {
  margin-top: 1em !important;
}

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

.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: 24px;
  height: 24px;
  position: absolute;
  right: 1em;
  left: auto;
  top: 50%;
  bottom: auto;
  margin-top: -12px;
  background: url(../../../../../wp-content/uploads/arrow_down.svg) center
    center no-repeat;
  background-size: 24px;
  transition: 0.5s;
  border: none;
}

.p-qa.qa_active .answer {
  display: none;
}

.highlight .qa .question {
  background: rgba(0, 180, 216, 0.1);
}

.highlight .qa .question:hover {
  background: rgba(0, 168, 200, 0.1);
}

.highlight .qa .question.open:hover {
  background: rgba(0, 180, 216, 0.1);
}

.nav_search {
  display: none;
}

.nav_search_box {
  display: none;
}

.p-search .article_list {
  padding: 0;
  border-bottom: rgba(0, 159, 190, 0.1) solid 1px !important;
  border-top: none;
}

.p-search .article_list:first-of-type {
  border-top: rgba(0, 159, 190, 0.1) solid 1px;
}

.p-search .article_list .col {
  margin: 0;
}

.p-search .article_list .search_item {
  display: block;
  text-decoration: none;
  color: currentColor;
  padding: 1em;
}

.p-search .article_list .search_item:hover {
  opacity: 0.8;
  background: rgba(0, 159, 190, 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: 0.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: #009fbe;
}

.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(27, 27, 27, 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: 0.6em 1em 0.6em 1.5em;
  border-bottom: rgba(27, 27, 27, 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 #1b1b1b;
  border-right: solid 2px #1b1b1b;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5em;
  margin: auto;
}

.p-sitemap ul li a:hover {
  background: rgba(0, 159, 190, 0.1);
}

.p-sitemap ul.children {
  margin: 0;
}

.p-sitemap ul.children li a {
  padding-left: 3em;
  font-size: 1.5rem;
}

.p-sitemap ul.children li a:before {
  left: 2em;
}

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

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

.sns_icons li {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

@use "sass:math";
@media (max-width: 767px) {
  .sp_image_cols {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 20px;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col3 {
    display: flex;
    flex-wrap: wrap;
  }
  .sp_image_cols.sp_col3 .col {
    width: 33.3333333333%;
    padding: 0 1%;
  }
}

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 thead th,
.table-default thead td {
  background: rgba(0, 159, 190, 0.15);
}

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

.table-default th {
  background: rgba(204, 204, 204, 0.2);
  color: #1b1b1b;
}

.table-default td {
  background: transparent;
}

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

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

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

table.table-default.typeA tr:nth-child(odd) td {
  background: rgba(0, 159, 190, 0.1);
}

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

table.table-default.typeA tr:nth-child(even) td {
  background: rgba(0, 202, 241, 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: #1b1b1b;
  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: #009fbe;
}

table.table-default.typeC th {
  background: rgba(204, 204, 204, 0.2);
  color: #1b1b1b;
}

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

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

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

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

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

.highlight table.table-default.typeC td:not(:last-child),
.highlight table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px rgba(0, 159, 190, 0.1) solid;
}

.article_list {
  padding: 0.5em;
  border-top: rgba(0, 159, 190, 0.2) solid 1px;
  position: relative;
  overflow: hidden;
}

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

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

.article_list:last-of-type {
  border-bottom: rgba(0, 159, 190, 0.2) solid 1px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .article_list:last-of-type {
    margin-bottom: 40px;
  }
}

.article_list .post_header .time:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5em;
}

.article_list .post_header .category_badge {
  background: #009fbe;
  color: white;
  font-size: 1.4rem;
  margin-left: 1em;
  display: inline-block;
}

.article_list .post_header .category_badge a {
  display: block;
  padding: 0.2em 1em;
  color: white;
  text-decoration: none;
}

.article_list h2 {
  text-align: left;
  margin: 0 0 0.5em !important;
  padding: 0;
  font-size: 1.8rem;
}

@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: #009fbe;
}

.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;
  padding: 0.3em 1em;
  border: #ccc solid 1px;
}

.m-pagenation .m-pagenation__prev a:hover {
  background: rgba(0, 159, 190, 0.1);
  border-color: rgba(0, 159, 190, 0.1);
}

.m-pagenation .m-pagenation__next {
  margin-left: 0.5em;
}

.m-pagenation .m-pagenation__next a {
  display: block;
  text-decoration: none;
  padding: 0.3em 1em;
  border: #ccc solid 1px;
}

.m-pagenation .m-pagenation__next a:hover {
  background: rgba(0, 159, 190, 0.1);
  border-color: rgba(0, 159, 190, 0.1);
}

.m-pagenation .m-pagenation__body {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.m-pagenation .m-pagenation__body li {
  display: inline-block;
  margin: 0 5px;
}

.m-pagenation .m-pagenation__body li a {
  text-decoration: none;
  display: block;
  padding: 0.3em 1em;
  border: #ccc solid 1px;
}

.m-pagenation .m-pagenation__body li a:hover {
  background: rgba(0, 159, 190, 0.1);
  border-color: rgba(0, 159, 190, 0.1);
}

.m-pagenation .m-pagenation__body li.current {
  background: #009fbe;
  color: white;
  border: #009fbe solid 1px;
  padding: 0.3em 1em;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .wp-pagenavi {
    margin-bottom: 50px;
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  padding: 0.3em 1em;
  border: #ccc solid 1px;
  color: #009fbe;
}

.wp-pagenavi a.current,
.wp-pagenavi span.current {
  background: #009fbe;
  color: white;
  border: #009fbe solid 1px;
  padding: 0.3em 1em;
}

.wp-pagenavi a:hover {
  background: rgba(0, 159, 190, 0.1);
  border-color: rgba(0, 159, 190, 0.1);
}

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

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

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

.article_single01 .ofi {
  background: rgba(0, 159, 190, 0.1);
}

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

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

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

.article_single02 .ofi {
  background: rgba(0, 159, 190, 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 #009fbe;
  border-right: 3px solid #009fbe;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: 0.2s;
}

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

.article_single03 .ofi {
  background: rgba(0, 159, 190, 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 #009fbe;
  transition: 0.2s;
  z-index: 1;
}

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

.article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #009fbe;
  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 #009fbe;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
}

.article_single04 .ofi {
  background: rgba(0, 159, 190, 0.1);
  height: auto !important;
}

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

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

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

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

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

.article_detail {
  margin-bottom: 4%;
  font-size: 1.5rem;
}

.article_detail h2 {
  text-align: left;
  margin: 0 0 1em;
  padding: 0 0 0.5em !important;
  font-size: 2.4rem;
  border-bottom: #009fbe solid 2px;
  color: #1b1b1b;
}

@media (max-width: 767px) {
  .article_detail h2 {
    font-size: 1.9rem;
  }
}

.article_detail h2:after {
  content: none;
}

.article_detail h2 a:hover {
  text-decoration: none;
  color: #009fbe;
}

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

.article_detail .post_header .time:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5em;
}

.article_detail .post_header .category_badge {
  background: #009fbe;
  color: white;
  font-size: 1.4rem;
  margin-left: 1em;
  display: inline-block;
}

.article_detail .post_header .category_badge a {
  display: block;
  padding: 0.2em 1em;
  color: white;
  text-decoration: none;
}

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

.pager .pager_prev {
  float: left;
}

.pager .pager_prev a {
  display: block;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}

.pager .pager_prev a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #009fbe;
  border-left: solid 2px #009fbe;
  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 #009fbe;
  border-right: solid 2px #009fbe;
  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: #009fbe;
  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: #009fbe !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: 1079px) {
  .sp-hide02,
  .pc-only02,
  .tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 1080px) {
  .pc-hide02,
  .sp-only02 {
    display: none !important;
  }
}

.arial {
  font-family: "Arial", arial !important;
}

.arial_n {
  font-family: "Arial Narrow", arial !important;
}

.js-tel a {
  color: currentColor;
  text-decoration: none;
}

@media (min-width: 768px) {
  .js-tel a {
    pointer-events: none;
  }
}

.fs12 {
  font-size: 12px;
}

@media (max-width: 767px) {
  .sp-fs12 {
    font-size: 12px !important;
  }
}

.fs13 {
  font-size: 13px;
}

@media (max-width: 767px) {
  .sp-fs13 {
    font-size: 13px !important;
  }
}

.fs14 {
  font-size: 14px;
}

@media (max-width: 767px) {
  .sp-fs14 {
    font-size: 14px !important;
  }
}

.fs15 {
  font-size: 15px;
}

@media (max-width: 767px) {
  .sp-fs15 {
    font-size: 15px !important;
  }
}

.fs16 {
  font-size: 16px;
}

@media (max-width: 767px) {
  .sp-fs16 {
    font-size: 16px !important;
  }
}

.fs17 {
  font-size: 17px;
}

@media (max-width: 767px) {
  .sp-fs17 {
    font-size: 17px !important;
  }
}

.fs18 {
  font-size: 18px;
}

@media (max-width: 767px) {
  .sp-fs18 {
    font-size: 18px !important;
  }
}

.fs19 {
  font-size: 19px;
}

@media (max-width: 767px) {
  .sp-fs19 {
    font-size: 19px !important;
  }
}

.fs20 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .sp-fs20 {
    font-size: 20px !important;
  }
}

.fs21 {
  font-size: 21px;
}

@media (max-width: 767px) {
  .sp-fs21 {
    font-size: 21px !important;
  }
}

.fs22 {
  font-size: 22px;
}

@media (max-width: 767px) {
  .sp-fs22 {
    font-size: 22px !important;
  }
}

.fs23 {
  font-size: 23px;
}

@media (max-width: 767px) {
  .sp-fs23 {
    font-size: 23px !important;
  }
}

.fs24 {
  font-size: 24px;
}

@media (max-width: 767px) {
  .sp-fs24 {
    font-size: 24px !important;
  }
}

.fs25 {
  font-size: 25px;
}

@media (max-width: 767px) {
  .sp-fs25 {
    font-size: 25px !important;
  }
}

.fs26 {
  font-size: 26px;
}

@media (max-width: 767px) {
  .sp-fs26 {
    font-size: 26px !important;
  }
}

.fs27 {
  font-size: 27px;
}

@media (max-width: 767px) {
  .sp-fs27 {
    font-size: 27px !important;
  }
}

.fs28 {
  font-size: 28px;
}

@media (max-width: 767px) {
  .sp-fs28 {
    font-size: 28px !important;
  }
}

.fs29 {
  font-size: 29px;
}

@media (max-width: 767px) {
  .sp-fs29 {
    font-size: 29px !important;
  }
}

.fs30 {
  font-size: 30px;
}

@media (max-width: 767px) {
  .sp-fs30 {
    font-size: 30px !important;
  }
}

.fs31 {
  font-size: 31px;
}

@media (max-width: 767px) {
  .sp-fs31 {
    font-size: 31px !important;
  }
}

.fs32 {
  font-size: 32px;
}

@media (max-width: 767px) {
  .sp-fs32 {
    font-size: 32px !important;
  }
}

.fs33 {
  font-size: 33px;
}

@media (max-width: 767px) {
  .sp-fs33 {
    font-size: 33px !important;
  }
}

.fs34 {
  font-size: 34px;
}

@media (max-width: 767px) {
  .sp-fs34 {
    font-size: 34px !important;
  }
}

.fs35 {
  font-size: 35px;
}

@media (max-width: 767px) {
  .sp-fs35 {
    font-size: 35px !important;
  }
}

.fs36 {
  font-size: 36px;
}

@media (max-width: 767px) {
  .sp-fs36 {
    font-size: 36px !important;
  }
}

.fs37 {
  font-size: 37px;
}

@media (max-width: 767px) {
  .sp-fs37 {
    font-size: 37px !important;
  }
}

.fs38 {
  font-size: 38px;
}

@media (max-width: 767px) {
  .sp-fs38 {
    font-size: 38px !important;
  }
}

.fs39 {
  font-size: 39px;
}

@media (max-width: 767px) {
  .sp-fs39 {
    font-size: 39px !important;
  }
}

.fs40 {
  font-size: 40px;
}

@media (max-width: 767px) {
  .sp-fs40 {
    font-size: 40px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mt-4 {
  margin-top: 4em;
}

.mt-5 {
  margin-top: 5em;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-4 {
  margin-bottom: 4em;
}

.mb-5 {
  margin-bottom: 5em;
}
@media (min-width: 768px) {
  .sp-mt-1 {
    margin-top: 1em;
  }
  .sp-mt-2 {
    margin-top: 2em;
  }
  .sp-mt-3 {
    margin-top: 3em;
  }
  .sp-mt-4 {
    margin-top: 4em;
  }
  .sp-mt-5 {
    margin-top: 5em;
  }
}

.inverse h2,
.inverse h3,
.inverse h4,
.inverse p {
  color: #fff;
}

.inverse h2:after {
  background: #fff;
}

.inverse h2 small,
.inverse h2 span {
  color: #fff;
}

.image_right {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .image_right {
    display: inline-block;
    float: right;
    margin-left: 1em;
  }
}

.dsp-home-only {
  display: none;
}

.dsp-under-only {
  display: block;
}

.home .dsp-home-only {
  display: block;
}

.home .dsp-under-only {
  display: none;
}

@media (max-width: 1079px) {
  .targetOffset {
    scroll-margin-top: 60px;
  }
}

.color_pri {
  color: #009fbe;
}

.marker {
  background: linear-gradient(transparent 60%, #b7e5ee 60%);
  padding: 0 10px 3px;
}

.icon-tel:before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.fadeUp {
  visibility: hidden;
}

/*css animation*/
.effect-fade {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

@media (min-width: 769px) {
  /* PCのみ2個目以降の要素を遅らせる */
  .effect-fade:nth-of-type(2) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
  .effect-fade:nth-of-type(3) {
    -moz-transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
  }
  .effect-fade:nth-of-type(4) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
  .effect-fade:nth-of-type(5) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
  .effect-fade:nth-of-type(6) {
    -moz-transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
  }
  .effect-fade:nth-of-type(7) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
  .effect-fade:nth-of-type(8) {
    -moz-transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
  }
}

.animation_ttl {
  max-width: 100%;
  overflow: hidden;
}

.animation_ttl .main {
  background: -webkit-linear-gradient(0deg, #1b1b1b, #1b1b1b);
  color: #1b1b1b;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  transform: translateX(-80px);
  opacity: 1;
}

.animation_ttl .main {
  transform: translateX(100px);
  opacity: 0;
  display: block;
}

.animation_ttl .main {
  white-space: nowrap;
  overflow: hidden;
}

.animation_ttl.is-active .main {
  -webkit-animation: flowing-anim 2.5s;
  animation: flowing-anim 2.5s;
}

.animation_ttl.is-active .sub {
  transform: translateX(0);
  transition: 1s;
  opacity: 1;
}

.animation_ttl.is-active .main {
  transform: translateX(0);
  opacity: 1;
  transition: 2s;
}

@-webkit-keyframes flowing-anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes flowing-anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.hdr_info .btn a {
  display: block;
  text-decoration: none;
  color: #1b1b1b;
  border: 1px solid #1b1b1b;
  padding: 0 20px;
  line-height: 2.4;
  letter-spacing: 0.12em;
  transition: 0.2s;
}

.hdr_info2 .btn a {
  display: block;
  text-decoration: none;
  color: #009fbe;
  border: 1px solid #ffffff;
  padding: 0 20px;
  line-height: 2.4;
  letter-spacing: 0.12em;
  transition: 0.2s;
  background: #fff;
}

.hdr_info2 .btn a:hover {
  opacity: 0.7;
}

.hdr_info2 .btn a span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  width: 17px;
  height: 18px;
  background: url(/wp-content/uploads/cart2.png) no-repeat center center/cover;
}

.hdr_info2 .btn a span {
  position: relative;
  padding-left: 25px;
}
.hdr_info .btn a:hover {
  opacity: 0.7;
}

.hdr_info .btn a span {
  position: relative;
  padding-left: 25px;
}

.hdr_info .btn a span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  width: 17px;
  height: 18px;
  background: url(/wp-content/uploads/cart.png) no-repeat center center/cover;
}

.global_nav ul li a {
  position: relative;
}

.global_nav ul li a:before {
  content: "" !important;
  position: absolute;
  display: block;
  background: #009fbe;
  top: auto;
  bottom: 0;
  left: 1em;
  width: 0%;
  height: 2px;
  transition: 0.3s ease-in-out;
  z-index: -1;
}

.global_nav ul li a:hover:before {
  width: calc(100% - 2em);
}

@media (max-width: 767px) {
  .f_bnr {
    padding: 40px 0;
  }
}

@media (min-width: 768px) {
  .f_bnr figure {
    text-align: right;
    margin-right: 40px;
  }
}

@media (min-width: 768px) {
  .slick-dots {
    bottom: 20px;
    text-align: right;
  }
}

@media (min-width: 768px) {
  .slick-dots li {
    right: 20%;
  }
}

.slick-dots li button {
  border: 2px solid #009fbe;
  background: none;
}

.home h2 {
  color: #828181;
  line-height: 1;
  letter-spacing: 0.19em;
  padding-bottom: 0;
  margin: 0 0 50px;
  font-weight: normal;
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  .home h2 {
    font-size: 2rem;
    margin: 0 0 30px;
  }
}

.home h2 span {
  display: block;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.25em;
  color: #009fbe;
  font-family: "Arial", sans-serif;
  padding-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .home h2 span {
    font-size: 3rem;
  }
}

.home h2:after {
  content: none;
}

@media (min-width: 768px) {
  .main_visual {
    margin-bottom: 0;
  }
}

.top_vision {
  padding: 100px 0;
}

.top_vision .col p {
  line-height: 0.9;
}
@media (max-width: 1090px) {
  .top_vision .col p {
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .top_vision {
    padding: 80px 0 50px;
  }
  .top_vision .col p {
    line-height: 1.2;
  }
}

.top_vision .bg_wrap {
  padding: 6%;
  background: #f8f8f8;
  border-radius: 70px;
}

@media (max-width: 767px) {
  .top_vision .bg_wrap {
    padding: 8% 5% 8% 5%;
  }
}

.top_vision h3 {
  color: #1b1b1b;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: normal;
  font-size: 4.8rem;
  padding-left: 0px;
}

@media (max-width: 767px) {
  .top_vision h3 {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}

.top_vision h3:after {
  content: none;
}

.top_vision h3 span {
  background: linear-gradient(transparent 60%, #b7e5ee 60%);
  padding: 0 10px 3px;
}

.top_vision p {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .top_vision p {
    text-align: center;
    font-size: 2.2rem;
    letter-spacing: 0.2em;
  }
}

.top_business {
  padding: 250px 0 100px;
  background: url(/wp-content/uploads/bg_img001.png) no-repeat center
    center/cover;
}
@media (max-width: 767px) {
  .top_business {
    padding: 50px 0;
    background: none;
  }
}
@media (min-width: 768px) {
  .top_business .row .span_5 {
    max-width: 450px;
  }
}
@media (min-width: 768px) {
  .top_business h2 {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .top_business p:not(.btn) {
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.top_business .btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .top_business figure {
    transform: translateX(20px);
  }
}

.top_company {
  padding: 270px 0 80px;
  background: url(/wp-content/uploads/bg_img002.png) no-repeat top center/cover;
}

@media (max-width: 767px) {
  .top_company {
    padding: 50px 0;
    background: none;
  }
}

.top_company .row {
  justify-content: space-between;
}

@media (min-width: 768px) {
  .top_company .row .span_5 {
    max-width: 450px;
  }
}

@media (min-width: 768px) {
  .top_company h2 {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .top_company p:not(.btn) {
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}

.top_company .btn {
  margin-top: 30px;
}

.top_shop {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .top_shop {
    padding: 0 0 50px;
  }
}

.top_shop .container {
  padding: 4%;
  border-radius: 70px;
  background: url(/wp-content/uploads/bg_img003.png) no-repeat center
    center/cover;
}

@media (max-width: 1240px) {
  .top_shop .container {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .top_shop .container {
    padding: 30px;
    background: url(/wp-content/uploads/sp_bg_img003.png) no-repeat center
      center/cover;
  }
}

.top_shop h2 span {
  color: #f58391;
  display: inline;
  font-size: clamp(40px, 6vw, 60px);
  position: relative;
  padding-left: 75px;
}

@media (max-width: 767px) {
  .top_shop h2 span {
    padding-left: 30px;
    font-size: 2.2rem;
  }
}

.top_shop h2 span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 5px;
  right: auto;
  left: 0;
  margin: auto;
  width: 53px;
  height: 54px;
  background: url(/wp-content/uploads/cart02.png) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .top_shop h2 span:before {
    width: 20px;
    height: 21px;
  }
}

@media (min-width: 768px) {
  .top_shop .logo {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .top_shop .logo {
    margin: 30px 0;
  }
}

.top_shop .disc {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .top_shop .disc {
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-top: 30px;
  }
}

.top_shop .btn {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .top_shop .btn {
    margin-top: 30px;
  }
}

.top_shop .btn a {
  background: #f58391;
  border-color: #f58391;
}

.top_shop .btn a:hover {
  background: #f36b7c;
  border-color: #f58391;
}

.top_recruit {
  padding: 0 0 280px;
  background: url(/wp-content/uploads/bg_img004.png) no-repeat top 50px
    center/cover;
}

@media (max-width: 767px) {
  .top_recruit {
    padding: 0 0 25%;
    background: url(/wp-content/uploads/sp_bg_img004.png) no-repeat bottom
      center/cover;
  }
}

.top_recruit h2 {
  color: #fff;
}
@media (max-width: 767px) {
  .top_recruit h2 {
    transform: translateY(-20px);
    margin: 80px 0 30px;
  }
}
@media (min-width: 768px) {
  .top_recruit h2 {
    text-align: left;
  }
}

.top_recruit h2 span {
  color: rgba(121, 202, 218, 0.8);
  font-size: 10rem;
}

@media (max-width: 767px) {
  .top_recruit h2 span {
    font-size: 4rem;
  }
}

.top_recruit .disc {
  color: #fff;
}

@media (min-width: 768px) {
  .top_recruit .disc {
    max-width: 450px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}

.top_recruit .btn {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .top_recruit .btn {
    margin-top: 180px;
  }
}

.top_news {
  padding: 20px 0 100px;
}

@media (max-width: 767px) {
  .top_news {
    padding: 50px 0 0;
  }
}

h1:not(.header_logo) {
  background: url(/wp-content/uploads/company_h1.jpg) no-repeat center
    center/cover;
}

.company h1:not(.header_logo) {
  background: url(/wp-content/uploads/company_h1.jpg) no-repeat center
    center/cover;
}

.business h1:not(.header_logo) {
  background: url(/wp-content/uploads/business_h1.jpg) no-repeat center
    center/cover;
}

.sustainability h1:not(.header_logo) {
  background: url(/wp-content/uploads/sustainability_h1.jpg) no-repeat center
    center/cover;
}

.recruit h1:not(.header_logo) {
  background: url(/wp-content/uploads/recruit_h1.jpg) no-repeat center
    center/cover;
}

.contact h1:not(.header_logo) {
  background: url(/wp-content/uploads/contact_h1.jpg) no-repeat center
    center/cover;
}

.entry h1:not(.header_logo) {
  background: url(/wp-content/uploads/entry_h1.jpg) no-repeat center
    center/cover;
}

.entry-confirm h1:not(.header_logo) {
  background: url(/wp-content/uploads/entry_h1.jpg) no-repeat center
    center/cover;
}

.entry-thanks h1:not(.header_logo) {
  background: url(/wp-content/uploads/entry_h1.jpg) no-repeat center
    center/cover;
}

.policy h1:not(.header_logo) {
  background: url(/wp-content/uploads/policy_h1.jpg) no-repeat center
    center/cover;
}

.sitemap h1:not(.header_logo) {
  background: url(/wp-content/uploads/sitemap_h1.jpg) no-repeat center
    center/cover;
}

.h1_archive {
  color: #000 !important;
  background: url(/wp-content/uploads/archive_h1.jpg) no-repeat center
    center/cover !important;
}

.bg_gray {
  padding: 5% 6%;
  background: #f8f8f8;
  border-radius: 70px;
}

@media (max-width: 767px) {
  .bg_gray {
    padding: 20px 30px 30px;
    border-radius: 40px;
  }
}

.table_info {
  width: 100%;
}

.table_info tr th,
.table_info tr td {
  text-align: left;
  vertical-align: top;
  padding: 20px;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .table_info tr th,
  .table_info tr td {
    padding: 10px;
    font-size: 1.6rem;
  }
}

.table_info tr th {
  width: 25%;
  min-width: 150px;
  border-bottom: 1px solid #54ac96;
}

@media (max-width: 767px) {
  .table_info tr th {
    min-width: 90px;
  }
}

.table_info tr td {
  border-bottom: 1px solid #d9d8d8;
}

/*business 事業内容*/
@media (min-width: 768px) {
  .business section {
    margin-bottom: 140px;
  }
}

@media (max-width: 767px) {
  .business h2 span {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}

.business .num {
  color: rgba(84, 172, 150, 0.3);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 15.6rem;
  line-height: 0;
  margin: 0;
  transform: translateY(-100px);
}

@media (max-width: 767px) {
  .business .num {
    line-height: 1;
    transform: translateY(0);
    font-size: 8rem;
  }
}

.business .num.num02 {
  color: rgba(175, 154, 132, 0.3);
}

.business .num.num03 {
  color: rgba(221, 151, 160, 0.4);
}

.business .num.num04 {
  color: rgba(0, 159, 190, 0.2);
}

@media (min-width: 768px) {
  .business .num.num04 {
    text-align: right;
  }
}

.business .sec_business_retail {
  position: relative;
}

.business .sec_business_retail:before {
  content: "";
  position: absolute;
  top: 160px;
  left: 0;
  width: 65%;
  height: 500px;
  background: #e2f3ef;
  border-radius: 0 70px 70px 0;
}

.business .sec_business_retail .row {
  padding: 120px 0 140px;
  position: relative;
}

@media (max-width: 767px) {
  .business .sec_business_retail .row {
    padding: 50px 0;
  }
}

@media (min-width: 768px) {
  .business .sec_business_retail .row .span_7 {
    position: absolute;
    left: 45%;
    width: 800px;
  }
}

.business .list_business {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
}

@media (max-width: 767px) {
  .business .list_business {
    display: block;
  }
}

.business .list_business li {
  font-size: 1.8rem;
  width: calc((100% - 30px) / 2);
  border-bottom: 1px solid #d9d8d8;
  position: relative;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .business .list_business li {
    width: 100%;
    padding-bottom: 5px;
  }
  .business .list_business li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.business .list_business li:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  margin: auto;
  width: 40px;
  height: 1px;
  background: #54ac96;
}

.business .sec_business_deliv .row_custom {
  -moz-column-gap: 4%;
  column-gap: 4%;
}

@media (min-width: 768px) {
  .business .sec_business_deliv .row_custom .col {
    width: 48%;
  }
}

@media (min-width: 768px) {
  .business .sec_business_deliv h2 {
    margin-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .business .sec_business_deliv .num {
    transform: translateY(-70px);
  }
}

@media (max-width: 767px) {
  .business .sec_business_deliv h3 {
    margin-top: 20px !important;
  }
}

.business .sec_business_deliv .bg_img {
  height: 100%;
  border-radius: 70px;
  padding: 10% 8% 8%;
  background: url(/wp-content/uploads/business_bg001.png) no-repeat center
    center/cover;
}

@media (max-width: 767px) {
  .business .sec_business_deliv .bg_img {
    padding: 4% 5% 10%;
  }
}

.business .sec_business_deliv .bg_img.bg03 {
  background: url(/wp-content/uploads/business_bg002.png) no-repeat center
    center/cover;
}

.business .sec_business_deliv .bg_gray {
  position: relative;
}

@media (min-width: 768px) {
  .business .sec_business_deliv .bg_gray {
    display: flex;
  }
}

.business .sec_business_deliv .bg_gray:before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -130px;
  width: 341px;
  height: 396px;
  background: url(/wp-content/uploads/business_img003.png) no-repeat center
    center/cover;
}

@media (max-width: 767px) {
  .business .sec_business_deliv .bg_gray:before {
    content: none;
  }
}

@media (min-width: 768px) {
  .business .sec_business_deliv .bg_gray h3 {
    min-width: 200px;
    margin-top: 6%;
  }
}

.business .sec_business_deliv .bg_gray .address span {
  position: relative;
  padding-left: 25px;
}

.business .sec_business_deliv .bg_gray .address span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 19px;
  background: url(/wp-content/uploads/pin.png) no-repeat center center/cover;
}

.business .sec_business_deliv .bg_gray .list_business {
  border-top: 1px solid #d9d8d8;
  padding-top: 25px;
}

.business .sec_business_planning {
  position: relative;
}

@media (min-width: 768px) {
  .business .sec_business_planning {
    margin-bottom: 220px;
  }
}

.business .sec_business_planning:before {
  content: "";
  position: absolute;
  top: 160px;
  right: 0;
  width: 65%;
  height: 330px;
  background: #dcf3f7;
  border-radius: 70px 0 0 70px;
}

@media (max-width: 767px) {
  .business .sec_business_planning:before {
    top: 160px;
    height: 470px;
  }
}

.business .sec_business_planning .row {
  padding: 120px 0 140px;
  position: relative;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .business .sec_business_planning .row {
    padding: 50px 0;
  }
}

@media (min-width: 768px) {
  .business .sec_business_planning .row .span_7 {
    position: absolute;
    right: 45%;
    width: 800px;
  }
}

/*company 会社概要*/
.company .sec_company_message .bg_wrap {
  background: #e2f3ef;
  padding: 10% 10% 10% 4%;
  position: relative;
  border-radius: 70px;
}

@media (min-width: 768px) {
  .company .sec_company_message .bg_wrap {
    margin-top: 70px;
    border-radius: 40px;
  }
}

.company .sec_company_message .bg_wrap:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  margin: auto;
  width: 125%;
  height: 100%;
  background: #e2f3ef;
  border-radius: 70px;
}

@media (max-width: 767px) {
  .company .sec_company_message .bg_wrap:before {
    width: 100%;
    border-radius: 40px;
  }
}

.company .sec_company_message .bg_wrap h3 {
  padding-left: 0;
}

.company .sec_company_message .bg_wrap h3:after {
  content: none;
}

.company .sec_company_message .bg_wrap .name {
  text-align: right;
}

.company .sec_company_about .bg_gray {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .company .sec_company_about .bg_gray {
    margin-bottom: 30px;
  }
}

.company .sec_company_about .disc {
  margin-top: 60px;
  position: relative;
}

@media (max-width: 767px) {
  .company .sec_company_about .disc {
    margin-top: 30px;
  }
}

.company .sec_company_about .disc:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 83%;
  width: 356px;
  height: 321px;
  background: url(/wp-content/uploads/company_img002.png) no-repeat center
    center/cover;
}

@media (max-width: 767px) {
  .company .sec_company_about .disc:before {
    content: none;
  }
}

.company .sec_company_history {
  padding: 50px 0;
}

.company .sec_company_history .history_wrap {
  background: #dcf3f7;
  padding: 6%;
  border-radius: 70px;
  position: relative;
}

@media (max-width: 767px) {
  .company .sec_company_history .history_wrap {
    padding: 6%;
    border-radius: 30px;
  }
}

.company .sec_company_history .history_wrap:after {
  content: "";
  position: absolute;
  top: -130px;
  left: 70%;
  width: 517px;
  height: 375px;
  background: url(/wp-content/uploads/company_img003.png) no-repeat center
    center/cover;
}

@media (max-width: 767px) {
  .company .sec_company_history .history_wrap:after {
    content: none;
  }
}

.company .sec_company_history .history_wrap .list_history {
  margin: 0;
  padding: 0;
  list-style: none;
}

.company .sec_company_history .history_wrap .list_history li {
  display: flex;
  font-size: 2.3rem;
  font-size: clamp(20px, 2.4vw, 23px);
}

.company .sec_company_history .history_wrap .list_history li:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .company .sec_company_history .history_wrap .list_history li {
    font-size: 1.6rem;
  }
}

.company .sec_company_history .history_wrap .list_history li span {
  color: #009fbe;
  font-weight: bold;
  display: inline-block;
  min-width: 140px;
  margin-right: 80px;
  font-size: clamp(20px, 2.4vw, 24px);
  position: relative;
}

@media (max-width: 767px) {
  .company .sec_company_history .history_wrap .list_history li span {
    font-size: 1.8rem;
    min-width: 105px;
    margin-right: 50px;
  }
}

.company .sec_company_history .history_wrap .list_history li span:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -46px;
  width: 16px;
  height: 16px;
  border-radius: 100vh;
  background: #009fbe;
}

@media (max-width: 767px) {
  .company .sec_company_history .history_wrap .list_history li span:after {
    right: -30px;
    top: 3px;
  }
}

.company .sec_company_history .history_wrap .list_history li span:before {
  content: "";
  position: absolute;
  top: 20px;
  right: -40px;
  width: 4px;
  height: 240%;
  background: #a2d8e3;
}

@media (max-width: 767px) {
  .company .sec_company_history .history_wrap .list_history li span:before {
    right: -24px;
    height: 220%;
  }
}

.company
  .sec_company_history
  .history_wrap
  .list_history
  li:first-child
  span:after {
  top: 5px;
  right: -50px;
  width: 24px;
  height: 24px;
}

@media (max-width: 767px) {
  .company
    .sec_company_history
    .history_wrap
    .list_history
    li:first-child
    span:after {
    right: -34px;
  }
}

@media (max-width: 1214px) {
  .company
    .sec_company_history
    .history_wrap
    .list_history
    li.adjust
    span:before {
    height: 120px;
  }
}

@media (max-width: 767px) {
  .company
    .sec_company_history
    .history_wrap
    .list_history
    li.adjust
    span:before {
    height: 340px;
    max-height: 165%;
  }
}

@media (max-width: 450px) {
  .company
    .sec_company_history
    .history_wrap
    .list_history
    li.adjust
    span:before {
    max-height: 130%;
  }
}

.company
  .sec_company_history
  .history_wrap
  .list_history
  li:last-child
  span:before {
  content: none;
}

/*sustainability サステナビリティ*/
@media (min-width: 768px) {
  .sustainability .sec_sdg_about .row {
    margin-bottom: 2%;
  }
}

.sustainability .sec_sdg_about .bg_round {
  border-radius: 70px;
  padding: 14% 10% 12%;
  height: 100%;
}

@media (max-width: 767px) {
  .sustainability .sec_sdg_about .bg_round {
    border-radius: 30px;
  }
}

.sustainability .sec_sdg_about .bg_round .icon_circle {
  margin-top: 10px;
  position: relative;
  padding-left: 25px;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.075em;
  font-weight: bold;
}

@media (max-width: 767px) {
  .sustainability .sec_sdg_about .bg_round .icon_circle {
    font-size: 1.6rem;
  }
}

.sustainability .sec_sdg_about .bg_round .icon_circle:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px dashed #000;
}

.sustainability .sec_sdg_about .bg_round .icon_circle:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(/wp-content/uploads/icon_circle001.png) no-repeat center
    center/cover;
}

.sustainability .sec_sdg_about .bg_round .icon_circle.circle02:before {
  background: url(/wp-content/uploads/icon_circle002.png) no-repeat center
    center/cover;
}

.sustainability .sec_sdg_about .bg_round .icon_circle.circle03:before {
  background: url(/wp-content/uploads/icon_circle003.png) no-repeat center
    center/cover;
}

.sustainability .sec_sdg_about .bg_round .icon_circle.circle04:before {
  background: url(/wp-content/uploads/icon_circle004.png) no-repeat center
    center/cover;
}

.sustainability .sec_sdg_about .bg_round .icon_circle.circle05:before {
  background: url(/wp-content/uploads/icon_circle005.png) no-repeat center
    center/cover;
}

.sustainability .sec_sdg_about .bg_round.bg01 {
  background: #dcf3f7;
}

.sustainability .sec_sdg_about .bg_round.bg02 {
  background: #e2f3ef;
}

.sustainability .sec_sdg_about .bg_round.bg02 .icon_circle:not(:last-child) {
  border-color: #bbd6d0;
}

.sustainability .sec_sdg_about .bg_round.bg03 {
  background: #f0e7de;
}

.sustainability .sec_sdg_about .bg_round.bg04 {
  background: #fbdbdf;
}

.sustainability .sec_sdg_about .bg_round.bg04 .icon_circle:not(:last-child) {
  border-color: #e0b5ba;
}

.sustainability .sec_sdg_about .bg_round.bg05 {
  background: #f6edd0;
}

.sustainability .sec_sdg_about .d-flex {
  gap: 0 10px;
  justify-content: center;
  display: flex;
}

.sustainability .sec_sdg_about figure {
  margin-bottom: 20px;
}

.sustainability .sec_sdg_example .row:not(:last-child) {
  margin-bottom: 4%;
  padding-bottom: 4%;
  border-bottom: 1px solid #c4c4c4;
}
@media (max-width: 767px) {
  .sustainability .sec_sdg_example .row:not(:last-child) {
    margin-bottom: 15%;
  }
}
.sustainability .sec_sdg_example .h3_custom {
  padding-left: 40px;
  padding-bottom: 8px;
  border-bottom: 2px solid #eab8bf;
}

.sustainability .sec_sdg_example .h3_custom:after {
  top: 2px;
  width: 30px;
  height: 30px;
  background: url(/wp-content/uploads/leaf_icon001.png) no-repeat center
    center/cover;
}

.sustainability .sec_sdg_example .h3_custom.custom02 {
  border-color: #afdfd4;
}

.sustainability .sec_sdg_example .h3_custom.custom02:after {
  background: url(/wp-content/uploads/leaf_icon002.png) no-repeat center
    center/cover;
}

.sustainability .sec_sdg_example .h3_custom.custom03 {
  border-color: #fddda3;
}

.sustainability .sec_sdg_example .h3_custom.custom03:after {
  background: url(/wp-content/uploads/leaf_icon003.png) no-repeat center
    center/cover;
}

.sustainability .sec_sdg_example .h3_custom.custom04 {
  border-color: #eed091;
}

.sustainability .sec_sdg_example .h3_custom.custom04:after {
  background: url(/wp-content/uploads/leaf_icon004.png) no-repeat center
    center/cover;
}

.sustainability .sec_sdg_example .h3_custom.custom05 {
  border-color: #afdfd4;
}

.sustainability .sec_sdg_example .h3_custom.custom05:after {
  background: url(/wp-content/uploads/leaf_icon005.png) no-repeat center
    center/cover;
}

.h3_sus {
  color: #009fbe;
  padding: 0 0 5px;
  border-bottom: 2px solid #009fbe;
}
.h3_sus:after {
  content: none;
}

/*recruit 採用情報*/
.recruit .sec_recruit_value .row {
  row-gap: 30px;
}

.recruit .sec_recruit_value .border_box {
  border-radius: 70px;
  padding: 6% 4%;
  border: 8px solid #dcf3f7;
  height: 100%;
}

@media (max-width: 767px) {
  .recruit .sec_recruit_value .border_box {
    margin-bottom: 20px;
  }
}

.recruit .sec_recruit_value .border_box .ttl {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 2px solid #009fbe;
}

@media (max-width: 767px) {
  .recruit .sec_recruit_value .border_box .ttl {
    font-size: 2.2rem;
  }
}

.recruit .sec_recruit_value .border_box .icon_circle {
  margin-top: 0;
  position: relative;
  padding-left: 25px;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.075em;
}

@media (max-width: 767px) {
  .recruit .sec_recruit_value .border_box .icon_circle {
    font-size: 1.6rem;
  }
}

.recruit .sec_recruit_value .border_box .icon_circle:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px dashed #86bcc5;
}

.recruit .sec_recruit_value .border_box .icon_circle:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(/wp-content/uploads/icon_circle001.png) no-repeat center
    center/cover;
}

.recruit .sec_recruit_value .border_box .icon_circle.circle02:before {
  background: url(/wp-content/uploads/icon_circle002.png) no-repeat center
    center/cover;
}

.recruit .sec_recruit_value .border_box .icon_circle.circle03:before {
  background: url(/wp-content/uploads/icon_circle003.png) no-repeat center
    center/cover;
}

.recruit .sec_recruit_value .border_box .icon_circle.circle04:before {
  background: url(/wp-content/uploads/icon_circle004.png) no-repeat center
    center/cover;
}

.recruit .sec_recruit_value .border_box.box02 {
  border-color: #e2f3ef;
}

.recruit .sec_recruit_value .border_box.box02 .ttl {
  border-color: #36a289;
}

.recruit .sec_recruit_value .border_box.box02 .icon_circle {
  border-color: #8fb5ac;
}

.recruit .sec_recruit_value .border_box.box03 {
  border-color: #f0e7de;
}

.recruit .sec_recruit_value .border_box.box03 .ttl {
  border-color: #af957a;
}

.recruit .sec_recruit_value .border_box.box03 .icon_circle {
  border-color: #d0c3b5;
}

.recruit .sec_recruit_value .border_box.box04 {
  border-color: #ffe6e9;
}

.recruit .sec_recruit_value .border_box.box04 .ttl {
  border-color: #f58391;
}

.recruit .sec_recruit_value .border_box.box04 .icon_circle {
  border-color: #eac0c5;
}

.recruit .sec_recruit_job .row {
  -moz-column-gap: 4%;
  column-gap: 4%;
  justify-content: center;
}

@media (min-width: 768px) {
  .recruit .sec_recruit_job .row .col {
    width: 25%;
    max-width: 260px;
    min-width: 220px;
  }
}

.recruit .sec_recruit_job .item {
  border-radius: 70px;
  background: #dcf3f7;
  padding: 50px 20px 30px;
  margin: 0 auto;
  height: 100%;
}

@media (max-width: 767px) {
  .recruit .sec_recruit_job .item {
    padding: 30px 20px;
  }
}

.recruit .sec_recruit_job .item p {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.3em;
  min-height: 60px;
}

@media (max-width: 767px) {
  .recruit .sec_recruit_job .item p {
    font-size: 2rem;
  }
}

.recruit .sec_recruit_job .item.item02 {
  background: #e2f3ef;
}

.recruit .sec_recruit_job .item.item03 {
  background: #f0e7de;
}

.recruit .sec_recruit_job .item.item04 {
  background: #ffe6e9;
}

.recruit .sec_recruit_job .item.item05 {
  background: #fff3de;
}

.recruit .sec_recruit_job .item.item06 {
  background: #dceefa;
}

.recruit .sec_recruit_welfare {
  margin-top: 100px;
}

.recruit .sec_recruit_welfare .table_info th {
  font-weight: bold;
  min-width: 270px;
}

@media (max-width: 767px) {
  .recruit .sec_recruit_welfare .table_info th {
    min-width: 100px;
  }
}

.recruit .sec_recruit_voice .row {
  position: relative;
  margin-bottom: 8%;
}

@media (min-width: 768px) {
  .recruit .sec_recruit_voice .row .span_4 {
    position: absolute;
    z-index: -1;
    right: 0;
    width: 564px;
  }
}

@media (min-width: 768px) {
  .recruit .sec_recruit_voice .row.reverse .span_4 {
    left: 0;
  }
}

.recruit .sec_recruit_voice .bg_color {
  position: relative;
  padding-bottom: 4%;
}

.recruit .sec_recruit_voice .bg_color:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 12%;
  right: 0;
  width: 70%;
  height: 60%;
  background: #ffe6e9;
  border-radius: 70px 0 0 70px;
}

@media (max-width: 767px) {
  .recruit .sec_recruit_voice .bg_color:before {
    content: none !important;
  }
}

.recruit .sec_recruit_voice .bg_color.color02:before {
  right: auto;
  left: 0;
  background: #dcf3f7;
  border-radius: 0 70px 70px 0;
}

.recruit .sec_recruit_voice .bg_color.color03:before {
  background: #f0e7de;
}

.recruit .sec_recruit_voice .bg_color.color04:before {
  right: auto;
  left: 0;
  background: #e2f3ef;
  border-radius: 0 70px 70px 0;
}

.recruit .sec_recruit_voice .bg_color .row {
  max-width: 1200px;
  margin: 0 auto 8%;
}

@media (max-width: 1260px) {
  .recruit .sec_recruit_voice .bg_color .row {
    margin: 0 20px 8%;
  }
}

.recruit .sec_recruit_voice .bg_wrap {
  background: #fff;
  padding: 0 8% 4%;
  border-radius: 70px;
  margin-top: 110px;
}

@media (max-width: 767px) {
  .recruit .sec_recruit_voice .bg_wrap {
    padding: 0;
    border-radius: 30px;
    margin-top: 0;
  }
}

.recruit .sec_recruit_voice .bg_wrap .ttl {
  color: #f58391;
  font-size: 3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 0;
}

.recruit .sec_recruit_voice .bg_wrap .ttl .num {
  font-size: 5rem;
}

.recruit .sec_recruit_voice .bg_wrap .plain {
  padding-left: 0;
}

.recruit .sec_recruit_voice .bg_wrap .plain:after {
  content: none;
}

@media (min-width: 768px) {
  .recruit .sec_recruit_voice .bg_wrap.bg02 {
    padding-right: 0;
    margin-top: 160px;
  }
}

.recruit .sec_recruit_voice .bg_wrap.bg02 .ttl {
  color: #009fbe;
  text-align: right;
}

@media (min-width: 768px) {
  .recruit .sec_recruit_voice .bg_wrap.bg02 .plain {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .recruit .sec_recruit_voice .bg_wrap.bg03 {
    margin-top: 180px;
  }
}

.recruit .sec_recruit_voice .bg_wrap.bg03 .ttl {
  color: #af957a;
}

@media (min-width: 768px) {
  .recruit .sec_recruit_voice .bg_wrap.bg04 {
    padding-right: 0;
    margin-top: 160px;
  }
}

.recruit .sec_recruit_voice .bg_wrap.bg04 .ttl {
  color: #56af99;
  text-align: right;
}

@media (min-width: 768px) {
  .recruit .sec_recruit_voice .bg_wrap.bg04 .plain {
    text-align: right;
  }
}

.recruit .sec_recruit_number {
  padding: 100px 0;
  background: #f2f1f1;
}

@media (max-width: 767px) {
  .recruit .sec_recruit_number {
    padding: 50px 0;
  }
}

.recruit .sec_recruit_number .row {
  row-gap: 30px;
}

@media (max-width: 767px) {
  .recruit .sec_recruit_number .row .col {
    margin-bottom: 20px;
  }
}

.recruit .sec_recruit_entry {
  padding: 100px 0;
  background: url(/wp-content/uploads/recruit_bg001.jpg) no-repeat center
    center/cover;
}

@media (max-width: 767px) {
  .recruit .sec_recruit_entry {
    padding: 30px 0;
  }
  .recruit .sec_recruit_entry .button_l {
    max-width: 260px;
  }
}

.recruit .sec_recruit_entry h2 {
  color: #fff;
  font-size: 10rem;
  letter-spacing: 0.25em;
}
@media (max-width: 767px) {
  .recruit .sec_recruit_entry h2 {
    font-size: 5rem;
    text-indent: 0.5em;
  }
}
.recruit .sec_recruit_entry h2 + p {
  color: #fff;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .recruit .sec_recruit_entry h2 + p {
    text-align: center;
    margin-bottom: 40px;
  }
  body:not(.home) h2 {
    padding-top: 30px;
  }
}

body:not(.home) h2 {
  color: #828181;
  font-weight: normal;
}
@media (min-width: 768px) {
  .contact h2 {
    font-size: 3.2rem;
  }
}

p.delivery {
  margin: 0 0 0em;
  font-size: 2.4rem;
  position: relative;
  color: #1b1b1b;
  font-weight: bold;
}

li.page_item.page-item-273 {
  display: none;
}
li.page_item.page-item-275 {
  display: none;
}

/* ============================== 202405 ADD CSS START ============================== */
.top_column {
  padding: 30px 0 80px;
}

.column_banners {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(286px, 1fr));
  grid-template-rows: auto;
  column-gap: 20px;
  row-gap: 50px;
  margin: 0 auto;
  max-width: calc(1120px + 40px * 2);
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .column_banners {
    padding: 0 15px;
  }
}

.column-section__img {
  border-radius: 15px;
  aspect-ratio: 450 / 225;
}

@media (max-width: 1079px) {
  .column-fv {
    margin-top: 60px;
  }
}

.column-list__banner {
  max-width: 1200px;
  width: 100%;
  height: auto;
}

.column-list__banner--full {
  max-width: 100%;
}

.column-list__link {
  text-decoration: none;
}

.column__content {
  margin-top: 30px;
}

body h2.column-title {
  padding-top: 0;
}

.column-link__text {
  color: #000;
  text-decoration: none;
}

.article_list h2 .column-link__text:hover {
  color: #000;
  text-decoration: underline;
}

.column__text-none {
  margin: 0 auto;
}

.news-list__button {
  justify-content: center;
}
@media (max-width: 767px) {
  .news-list__button {
    text-align: center;
  }
}

.sidebar-news-list__button {
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .sidebar-news-list__button {
    margin: auto;
    margin-bottom: 6%;
  }
}

.sidebar-news-list__link {
  visibility: visible;

  display: inline-block;
  background-color: #009fbe;
  padding: 10px 50px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.sidebar-news-list__link:hover {
  color: #fff;
}

/* ============================== 202405 ADD CSS END ============================== */

/* ============================== 202410 ADD CSS START ============================== */
.company_movie {
  position: relative;
  max-width: 840px;
  padding-bottom: 43.65%;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}
.company_movie__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .company_movie {
    padding-bottom: 56.65%;
  }
}

.voice_more {
  padding: 0 5% 8%;
}
.voice_more__link {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 60px;

  text-decoration: none;
  font-size: 1.6rem;
  text-align: end;
}
.voice_more__link:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .voice_more__link {
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    font-size: 1.6rem;
    align-items: center;
    color: #1b1b1b;
  }
}

.voice_more__banner {
  /* width: 50%; */
}
@media (max-width: 767px) {
  .voice_more__banner {
    width: 100%;
  }
}
.container .voice_more__img {
  max-width: 346.66px;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 15px;
  aspect-ratio: 450 / 225;
}

.special_feature__items {
  padding: 0;
}

.special_feature__item {
  /*   display: flex;
  justify-content: center;
  gap: 30px; */
  list-style: none;
}
.special_feature__item:not(:first-child) {
  margin-top: 30px;
}
/* @media (max-width: 767px) {
  .special_feature__item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
} */

.special_feature__image {
}
@media (max-width: 767px) {
  .special_feature__image {
    width: 100%;
  }
}

.container .special_feature__img {
  max-width: 346.66px;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 15px;
  aspect-ratio: 450 / 225;
}

.special_feature__contents {
  width: 55%;
}
@media (max-width: 767px) {
  .special_feature__contents {
    width: 100%;
  }
}

.special_feature__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .special_feature__title {
    text-align: center;
  }
}

.special_feature__text {
  font-size: 1.8rem;
  color: #1b1b1b;
  text-decoration: none;
}
@media (max-width: 767px) {
  .special_feature__text {
    font-size: 1.6rem;
  }
}
.special_feature__text:hover {
  opacity: 0.8;
}

.special_feature__link {
  display: flex;
  justify-content: center;
  gap: 30px;
  color: #1b1b1b;
  text-decoration: none;
}
@media (max-width: 767px) {
  .special_feature__link {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

/* ============================== 202410 ADD CSS END ============================== */

.footer__wrapper {
  display: flex;
}

@media (max-width: 810px) {
  .footer__wrapper {
    flex-wrap: wrap-reverse;
  }
}

@media (max-width: 767px) {
  .footer__wrapper {
    flex-direction: column-reverse;
  }
}

.footer__logoImageWrap {
  width: 50%;
  margin-top: auto;
}
@media (max-width: 767px) {
  .footer__logoImageWrap {
    width: 100%;
  }
}

.footer__logoImageList {
  display: grid;
  /* grid-template-columns: repeat(6, 1fr); */
  grid-template-columns: repeat(6, minmax(90px, 1fr));
  align-items: center;
  gap: 10px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .footer__logoImageList {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  footer ul.footer__logoImageList {
    border-top: none;
  }
}

.footer__logoImageItem {
  list-style: none;
}

.footer__logoImageItem img {
  aspect-ratio: 512/341;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.footer__infoWrap {
  display: flex;
  flex-wrap: wrap;
  /* max-width: 900px; */
  width: 100%;
}

/* 20250813 スタイル追加 START */
.p-contact__inner {
  max-width: 1240px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}

.p-contact__tab {
  display: flex;
  align-items: center;
  justify-content: center;

  border-bottom: 1px solid #000;
}

.p-contact__tabBtn {
  border: 1px solid #000;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 50%;
  padding: 15px 20px;
  cursor: pointer;
}

.p-contact__tabBtn.is-active {
  background: #fff;
  border-bottom-color: transparent; /* 自身の下線は消す */
  margin-bottom: -1px; /* 親の下線に1px食い込ませて隠す */
  z-index: 1;
}

.p-contact__tabBtn:focus {
  outline: none;
  box-shadow: none;
}

.col .p-contact__btnLabel {
  font-size: 36px;
  font-family: -apple-system, BlinkMacSystemFont, Arial, "游ゴシック体",
    YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0;
  color: inherit;
}

.p-contact__btnLabelEn {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Arial, "游ゴシック体",
    YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-top: 10px;
}

.p-contact__formArticle {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .p-contact__inner {
    padding: 0 10px;
  }

  .p-contact__tabBtn {
    width: 50%;
    padding: 10px;
    cursor: pointer;
  }

  .p-contact__tabBtn.is-active {
    margin-bottom: -2px; /* 親の下線に1px食い込ませて隠す */
  }

  .col .p-contact__btnLabel {
    font-size: 20px;
	color: #000000;
  }

  .p-contact__btnLabelEn {
    font-size: 14px;
	color: #000000;
  }
}

/* 20250813 スタイル追加 END */

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