@charset "UTF-8";

/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
sub,
sup,
var,
b,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span,
small,
em,
time,
i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  color: inherit;
  text-decoration: none;
  border: medium;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 1px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.8em;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
select {
  vertical-align: middle;
}

abbr[title],
dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  font-weight: normal;
  text-align: left;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: inherit;
}

/*-----------------------------------------------------------
Bace
-----------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

::selection {
  background: #d4dcd6;
}

img,
video {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

@media (max-width: 800px) {
  html {
    font-size: 15px;
  }
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  letter-spacing: 0.15em;
}

.link {
  text-decoration: underline;
  word-break: break-all;
  position: relative;
}

.link[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../images/share/icon_out.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  margin-left: 5px;
}

.link:is(:hover, :focus) {
  text-decoration: none;
}

.no-link {
  pointer-events: none;
}

a[href^=tel] {
  cursor: default;
}

:target {
  scroll-margin-top: 100px;
}

@media (max-width: 800px) {
  :target {
    scroll-margin-top: 60px;
  }
}

.container {
  margin: 0 auto;
  max-width: 1024px !important;
  width: 90%;
}

.container.wide {
  max-width: 1284px;
}

.container.narrow {
  max-width: 800px;
}

/*-----------------------------------------------------------
Header
-----------------------------------------------------------*/
.header {
  position: sticky;
  top: 0;
  background-color: #fff;
  width: 100%;
  z-index: 100;
}

.header h1 {
  background-color: #134D83;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 10px;
  padding: 2px 5px;
}

.h-wrap {
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  padding: 20px 1.5vw 20px 2.5vw;
}

.h-utility {
  display: flex;
  gap: 15px;
  align-items: center;
}

.h-tel-area .tel {
  display: block;
  font-family: "Work Sans";
  font-size: 2.063rem;
  line-height: 1;
  margin-bottom: 5px;
}

.h-tel-area .tel span {
  font-size: 1.563rem;
}

.h-tel-area .time {
  line-height: 1;
  font-size: 0.938rem;
}

.h-btn {
  border-radius: 50px;
  background-color: #134D83;
  display: inline-flex;
  gap: 12px;
  color: #fff;
  font-family: "Noto Sans JP";
  padding: 10px 30px;
  transition: filter 0.3s;
}

.h-btn:hover {
  filter: brightness(1.5);
}

html.is-open {
  height: 100%;
  overflow: hidden;
}

.menu-btn {
  width: 80px;
  height: 80px;
  position: relative;
  color: #333;
  font-family: "Work Sans";
  font-size: 17px;
  transition: 0.2s;
  z-index: 100;
}

.menu-btn-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px 0 7px;
}

.menu-btn-line span {
  display: block;
  background-color: #333;
  width: 41px;
  height: 2px;
  transition: 0.2s;
}

.menu-btn-line span:nth-of-type(2) {
  margin: 6px 0;
}

.menu-btn.is-open .menu-btn-line span:nth-of-type(1) {
  transform: rotate(30deg) translate3d(3px, 6px, 0);
}

.menu-btn.is-open .menu-btn-line span:nth-of-type(2) {
  opacity: 0;
  transform: translateX(10px);
}

.menu-btn.is-open .menu-btn-line span:nth-of-type(3) {
  transform: rotate(-30deg) translate3d(4px, -8px, 0);
}

@media (max-width: 1200px) {
  .header {
    width: 100%;
    overflow: hidden;
  }

  .header h1 {
    font-size: 10px;
    padding: 2px 5px;
    white-space: nowrap;
    overflow-x: auto;
  }

  .h-wrap {
    padding: 5px 1.5vw 5px 2.5vw;
  }

  .h-tel-area {
    display: none;
  }

  .h-btn {
    display: none;
  }

  .h-logo {
    max-width: 300px;
  }

  .menu-btn {
    width: 60px;
    height: 60px;
    font-size: 13px;
  }

  .menu-btn-line {
    margin: 5px 0;
  }

  .menu-btn-line span {
    width: 31px;
    height: 2px;
  }

  .menu-btn-line span:nth-of-type(2) {
    margin: 6px 0;
  }

  .menu-btn.is-open .menu-btn-line span:nth-of-type(1) {
    transform: rotate(30deg) translate3d(3px, 6px, 0);
  }

  .gnavi {
    display: none;
  }
}

/*------------
Gnavi
--------------*/
/*normal*/
.gnavi {
  border-bottom: 1px solid #DEDEDE;
  position: relative;
}

.gnavi-list {
  display: flex;
  justify-content: center;
}

.gnavi-list>li>a,
.gnavi-list>li>span {
  text-align: center;
  display: inline-block;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1;
  padding: 25px 1.5vw;
  position: relative;
}

.gnavi-list>li>a::before,
.gnavi-list>li>span::before {
  display: block;
  color: #A7A7A7;
  content: attr(data-en);
  font-size: 0.688rem;
  font-family: "Work Sans";
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.gnavi-list>li>a::after,
.gnavi-list>li>span::after {
  content: "";
  background-color: #134D83;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.gnavi-list>li>a:hover::after,
.gnavi-list>li>span:hover::after {
  opacity: 1;
}

/*dropdown*/
.dropdown {
  display: flex;
  align-items: center;
}

.dropdown.is-open .sub-menu {
  pointer-events: auto;
  opacity: 1;
}

.dropdown.is-open>a::after {
  opacity: 1;
}

.dropdown .sub-menu {
  border-top: 1px solid #DEDEDE;
  display: grid;
  grid-gap: 5px;
  pointer-events: none;
  background-color: #fff;
  padding: 50px;
  font-family: "Noto Sans JP";
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  transition: opacity 0.3s;
  opacity: 0;
  z-index: 100;
}

.dropdown .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
}

.dropdown .inner {
  display: grid;
  grid-template-columns: 250px 1fr;
}

.dropdown .sub-menu-ttl {
  font-size: 1.563rem;
}

.dropdown .sub-menu-ttl::before {
  display: block;
  content: attr(data-en);
  color: #79A5CE;
  font-family: "Work Sans";
  font-size: 1.563rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.dropdown .sub-menu-links {
  border-left: 1px solid #D9D9D9;
  padding-left: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  grid-gap: 15px;
}

.dropdown .sub-menu-links a {
  display: block;
  background-image: linear-gradient(90deg, #134D83 0%, #134D83 35%, #79A5CE 100%);
  border-radius: 4px;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  line-height: 1;
  padding: 15px 20px;
  transition: filter 0.3s;
  line-height: 1.5;
  position: relative;
}

.dropdown .sub-menu-links a::after {
  content: "";
  background-color: #fff;
  mask: url(../images/share/btn_arrow.svg) no-repeat center/contain;
  width: 23px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.dropdown .sub-menu-links a:hover {
  filter: brightness(1.5);
}

/*drawer*/
.gnavi-drawer {
  pointer-events: none;
  background-color: #f5f5f5;
  position: fixed;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s;
  will-change: opacity;
}

.gnavi-drawer.is-open {
  opacity: 1;
  pointer-events: all;
}

.gnavi-drawer-container {
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 150px 0;
  overflow-y: auto;
}

.gnavi-drawer-wrapper {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.gnavi-drawer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.gnavi-drawer-links .col-ttl {
  border-bottom: 1px solid #D9D9D9;
  font-family: "Noto Sans JP";
  font-size: 1.063rem;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.gnavi-drawer-links ul {
  font-size: 15px;
  display: grid;
  grid-gap: 5px;
}

.gnavi-drawer-links ul a:hover {
  text-decoration: underline;
}

.gnavi-drawer-links .sub-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px 20px;
  margin-top: 15px;
  font-size: 14px;
}

.gnavi-drawer-links .sub-menu>li>a:hover {
  text-decoration: underline;
}

.gnavi-drawer-area {
  background-color: #fff;
  display: grid;
  grid-template-columns: 240px 1fr;
  margin-top: 90px;
  margin-bottom: 70px;
}

.gnavi-drawer-area .ttl {
  color: #fff;
  background-color: #134D83;
  font-family: "Noto Sans JP";
  display: grid;
  place-items: center;
}
.contact-form-privacy {
  margin-bottom: 30px;
}
.contact-form-privacy .ttl {
  color: #fff;
  background-color: #134D83;
  font-family: "Noto Sans JP";
  display: grid;
  place-items: center;
  padding: 10px;
}
.contact-form-privacy .inner {
  padding: 25px;
  border: 1px solid #707070;
  margin-top: 0;
}

.gnavi-drawer-area ul {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 50px;
}

.gnavi-drawer-area ul li:not(:last-child)::after {
  content: "|";
  padding-left: 1rem;
  padding-right: 1rem;
}

.gnavi-drawer-area ul a {
  text-decoration: underline;
}

.gnavi-drawer-area ul a:hover {
  text-decoration: none;
}

.gnavi-drawer-other {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 35px;
}

.gnavi-drawer-other .logo {
  margin-bottom: 10px;
}

.gnavi-drawer-other .l-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  margin-top: 15px;
}

.gnavi-drawer-other .tel {
  display: block;
  font-family: "Work Sans";
  font-size: 1.563rem;
  line-height: 1;
}

.gnavi-drawer-other .tel span {
  font-size: 1.25rem;
}

.gnavi-drawer-grs {
  display: grid;
  grid-template-columns: 150px 1fr;
  place-items: center;
  grid-gap: 30px;
  background-image: linear-gradient(90deg, #171630 0%, #35346E 57%, #4C4B9D 100%);
  color: #fff;
  padding: 15px 30px;
  font-size: 0.938rem;
  transition: filter 0.3s;
}

.gnavi-drawer-grs:hover {
  filter: brightness(1.2);
}

@media (max-width: 1024px) {
  .gnavi-drawer-container {
    padding: 80px 0;
  }

  .gnavi-drawer-links {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .gnavi-drawer-links .sub-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px 20px;
    margin-top: 15px;
    font-size: 14px;
  }

  .gnavi-drawer-links .sub-menu>li>a:hover {
    text-decoration: underline;
  }

  .gnavi-drawer-area {
    grid-template-columns: 1fr;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .gnavi-drawer-area ul {
    padding: 15px;
  }

  .gnavi-drawer-other {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }

  .gnavi-drawer-other .l-contact {
    grid-template-columns: 1fr;
    grid-gap: 15px;
    margin-top: 15px;
  }

  .gnavi-drawer-grs {
    grid-template-columns: 130px 1fr;
  }
}

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  background: url(../images/hero_bg_pc.jpg) no-repeat center/cover;
  position: relative;
  width: 100%;
  height: calc(100vh - 230px);
  min-height: 700px;
}

.hero-catch {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  z-index: 5;
}

.hero-catch .catch {
  color: #fff;
  font-size: 2.813rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.hero-catch .txt {
  color: #fff;
  font-size: 1.563rem;
  font-weight: 600;
  margin-bottom: 25px;
}

.hero-catch .logo {
  margin-bottom: 50px;
}

.hero-box {
  display: grid;
  grid-template-columns: 190px 1fr;
  background-color: #fff;
  max-width: 625px;
  margin: 0 auto;
}

.hero-box .box-ttl {
  display: grid;
  place-items: center;
  background-color: #134D83;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.3;
}

.hero-box .box-desc {
  padding: 30px;
  color: #134D83;
}

.hero-box .box-txt {
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.hero-box .box-price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 25px;
  line-height: 1;
}

.hero-box .label {
  background-color: #E2E2E2;
  border-radius: 50px;
  display: inline-block;
  font-size: 1.125rem;
  padding: 10px 20px;
}

.hero-box .price {
  font-size: 1.25rem;
  background: linear-gradient(transparent 80%, #C4D9ED 80%);
}

.hero-box .price em {
  font-size: 2.5rem;
  font-weight: 600;
}

@media (max-width: 800px) {
  .hero {
    background: url(../images/hero_bg_sp.jpg) no-repeat center/cover;
    height: calc(100svh - 90px);
  }

  .hero-catch {
    padding: 0 5vw;
    top: 50%;
    transform: translate(0, -50%);
  }

  .hero-catch .catch {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }

  .hero-catch .txt {
    font-size: 0.938rem;
    margin-bottom: 25px;
  }

  .hero-catch .logo {
    margin: 0 auto 50px;
    max-width: 200px;
  }

  .hero-box {
    grid-template-columns: 1fr;
  }

  .hero-box .box-ttl {
    padding: 10px;
    font-size: 1.25rem;
  }

  .hero-box .box-desc {
    padding: 20px;
  }

  .hero-box .box-txt {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }

  .hero-box .box-price {
    gap: 15px;
  }

  .hero-box .label {
    font-size: 0.938rem;
  }

  .hero-box .price {
    margin-bottom: 5px;
  }
}

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
/*------------
Common
--------------*/
.t-ttl {
  font-size: 1.875rem;
  margin-bottom: 50px;
}

.t-ttl::before {
  display: block;
  content: attr(data-en);
  color: #79A5CE;
  font-family: "Work Sans";
  font-size: 1.563rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.t-ttl em {
  color: #134D83;
  font-size: 3.125rem;
}

.t-ttl.center {
  text-align: center;
}

@media (max-width: 800px) {
  .t-ttl {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }

  .t-ttl::before {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }

  .t-ttl em {
    font-size: 2.188rem;
  }

  .t-ttl.center {
    text-align: center;
  }
}

/*------------
Block
--------------*/
.sec01 {
  padding: 120px 0;
}

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

.sec02 {
  position: relative;
  z-index: 0;
}

.sec02::before {
  content: "";
  background-color: #EAEFF4;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.sec02-layout {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  position: relative;
}

.sec02-layout .l-img {
  width: 50%;
  text-align: center;
}

.sec02-layout .l-img img {
  object-fit: cover;
  width: 100%;
  min-height: 730px;
}

.sec02-layout .l-desc {
  flex: 1;
  background-color: #fff;
  padding: 5%;
  margin: 200px -8% 0 0;
  position: relative;
}

.sec02-layout .l-ttl {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 50px;
}

.sec02-layout .l-ttl em {
  color: #134D83;
}

.sec02-layout .l-btn {
  text-align: right;
  margin-top: 50px;
}

.sec02-layout .l-typography {
  color: rgba(121, 165, 206, 0.3);
  font-size: 10rem;
  font-weight: 300;
  font-family: "Work Sans";
  line-height: 1;
  position: absolute;
  top: 0;
  left: 2.5vw;
}

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

  .sec02-layout {
    display: block;
  }

  .sec02-layout .l-img {
    width: 100%;
  }

  .sec02-layout .l-img img {
    min-height: 0;
  }

  .sec02-layout .l-desc {
    padding: 40px 5%;
    margin: 0;
  }

  .sec02-layout .l-ttl {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }

  .sec02-layout .l-btn {
    margin-top: 30px;
  }

  .sec02-layout .l-typography {
    font-size: 5rem;
    top: -50px;
  }
}

.sec03 {
  margin: 130px 0;
  position: relative;
  z-index: 0;
}

.sec03::before {
  content: "";
  background-image: linear-gradient(90deg, #134D83 0%, #134D83 35%, #79A5CE 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 5%;
  z-index: -1;
}

.sec03-layout {
  display: flex;
  flex-direction: row-reverse;
  gap: 5%;
  color: #fff;
  padding: 100px 5%;
}

.sec03-layout .l-img {
  margin-right: -5%;
  width: 50%;
  text-align: center;
}

.sec03-layout .l-desc {
  flex: 1;
}

.sec03-layout .l-btn {
  text-align: right;
  margin-top: 50px;
}

.sec03-typography {
  color: #79A5CE;
  font-size: 10rem;
  font-family: "Work Sans";
  font-weight: 300;
  line-height: 1;
  position: absolute;
  top: -100px;
  right: 2vw;
}

@media (max-width: 800px) {
  .sec03 {
    margin: 50px 0;
  }

  .sec03-layout {
    display: block;
    padding: 50px 5% 50px 10%;
  }

  .sec03-layout .l-img {
    margin: 0 0 40px;
    width: 100%;
  }

  .sec03-layout .l-btn {
    text-align: center;
    margin-top: 30px;
  }

  .sec03-typography {
    font-size: 5rem;
    top: -50px;
    right: 2.5vw;
  }
}

.sec04 {
  position: relative;
}

.sec04-typography {
  color: rgba(121, 165, 206, 0.13);
  font-size: 10rem;
  font-family: "Work Sans";
  font-weight: 300;
  line-height: 1;
  position: absolute;
  top: -60px;
  left: 10vw;
}

.sec04-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  margin: 80px auto 0;
  padding: 0 50px;
}

.sec04-list li {
  position: relative;
  color: #fff;
  text-align: center;
}

.sec04-list .list-desc {
  background: url(../images/share/btn_arrow03.svg) no-repeat center bottom/57px auto;
  padding-bottom: 50px;
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  transform: translate(0, -50%);
}

.sec04-list .list-ttl {
  font-size: 1.563rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .sec04 {
    padding-top: 50px;
    overflow: hidden;
  }

  .sec04-typography {
    font-size: 5rem;
    top: 0;
    left: 2.5vw;
  }

  .sec04-list {
    grid-template-columns: 1fr;
    grid-gap: 0;
    margin: 30px auto 0;
    padding: 0;
  }

  .sec04-list .list-desc {
    left: 5%;
    right: 5%;
  }

  .sec04-list .list-ttl {
    font-size: 1.375rem;
    margin-bottom: 15px;
  }

  .sec04-list p {
    font-size: 0.875rem;
  }
}

.sec05 {
  padding: 160px 0 130px;
  position: relative;
}

.sec05-typography {
  color: rgba(121, 165, 206, 0.13);
  font-size: 10rem;
  font-family: "Work Sans";
  font-weight: 300;
  line-height: 1;
  position: absolute;
  top: 100px;
  right: 5vw;
}

.sec05-btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 80px;
  padding: 0 50px;
}

.sec05-btns li:nth-of-type(7) {
  margin: 0 -50% 0 50%;
}

.sec05-btns li:nth-of-type(8) {
  margin: 0 -50% 0 50%;
}

.sec05-btns a {
  background-image: linear-gradient(90deg, #134D83 0%, #134D83 35%, #79A5CE 100%);
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  font-size: 1.25rem;
  min-height: 100px;
  padding: 15px 30px;
  transition: filter 0.5s;
  line-height: 1;
  position: relative;
}

.sec05-btns a::after {
  content: "";
  background-color: #fff;
  mask: url(../images/share/btn_arrow.svg) no-repeat center/contain;
  width: 23px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.sec05-btns a:hover {
  filter: brightness(1.5);
}

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

  .sec05-btns {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 5vw;
    margin-top: 30px;
  }

  .sec05-btns li:nth-of-type(7),
  .sec05-btns li:nth-of-type(8) {
    margin: 0;
  }

  .sec05-btns a {
    border-radius: 5px;
    font-size: 1rem;
    min-height: 50px;
    padding: 10px 20px;
  }
}

.sec06 {
  position: relative;
  padding-top: 480px;
  padding-bottom: 130px;
}

.sec06::before {
  content: "";
  background: url(../images/sec06_bg.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 770px;
  z-index: -1;
}

.sec06-layout {
  background-color: #fff;
  padding: 80px 5vw 0;
  max-width: 1284px;
  width: 90%;
  margin: 0 auto;
}

.sec06-layout .l-ttl {
  display: table;
  color: #134D83;
  font-size: 2.188rem;
  padding: 0 70px;
  text-align: center;
  margin: 0 auto 80px;
  position: relative;
}

.sec06-layout .l-ttl::before,
.sec06-layout .l-ttl::after {
  content: "";
  background: #134D83;
  border-radius: 30px;
  width: 3px;
  height: 140px;
  position: absolute;
  top: 0;
}

.sec06-layout .l-ttl::before {
  transform: rotate(-35deg);
  left: 0;
}

.sec06-layout .l-ttl::after {
  transform: rotate(35deg);
  right: 0;
}

.sec06-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  margin-bottom: 70px;
}

.sec06-list li {
  position: relative;
}

.sec06-list li::before {
  color: #79A5CE;
  content: attr(data-en);
  font-family: "Work Sans";
  font-weight: 300;
  font-size: 2.813rem;
  line-height: 1;
  position: absolute;
  top: -25px;
  left: 20px;
  z-index: 1;
}

.sec06-list .list-img {
  margin-bottom: 20px;
}

.sec06-list .list-ttl {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .sec06 {
    padding-top: 250px;
    padding-bottom: 100px;
  }

  .sec06::before {
    height: 300px;
  }

  .sec06-layout {
    padding: 40px 5vw 0;
    width: 90%;
  }

  .sec06-layout .l-ttl {
    font-size: 1.125rem;
    padding: 0 15px;
    margin: 0 auto 50px;
  }

  .sec06-layout .l-ttl::before,
  .sec06-layout .l-ttl::after {
    height: 80px;
    top: -5px;
  }

  .sec06-layout .l-ttl::before {
    left: -10px;
  }

  .sec06-layout .l-ttl::after {
    right: -10px;
  }

  .sec06-list {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    margin-bottom: 30px;
  }
}

.sec07 {
  padding-bottom: 130px;
}

@media (max-width: 800px) {
  .sec07 {
    padding-bottom: 100px;
  }
}

.sec08 {
  position: relative;
  padding-bottom: 130px;
}

.sec08-head {
  display: flex;
  gap: 30px;
  width: fit-content;
  margin: 0 auto 40PX;
}

.sec08-ttl {
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.sec08-ttl::before {
  display: block;
  content: attr(data-en);
  color: #79A5CE;
  font-family: "Work Sans";
  font-size: 1.563rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.sec08-list {
  max-width: 700px;
  margin: 0 auto 60px;
}

.sec08-list li {
  display: grid;
  grid-template-columns: 170px 1fr;
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
  font-family: "Noto Sans JP";
  font-size: 1.563rem;
}

.sec08-list .num {
  color: #79A5CE;
  font-family: "Work Sans";
  font-size: 1.563rem;
  letter-spacing: 0.05em;
  margin-top: 2px;
}

.sec08-typography {
  color: rgba(95, 96, 150, 0.08);
  font-size: 10rem;
  font-family: "Work Sans";
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: -30px;
  left: 5vw;
  writing-mode: vertical-rl;
}

@media (max-width: 800px) {
  .sec08 {
    padding-bottom: 50px;
  }

  .sec08-head {
    margin: 0 auto 15px;
  }

  .sec08-head img {
    width: 150px;
  }

  .sec08-ttl {
    font-size: 1.563rem;
    margin-bottom: 15px;
  }

  .sec08-ttl::before {
    font-size: 1.25rem;
  }

  .sec08-list {
    margin: 0 auto 30px;
  }

  .sec08-list li {
    grid-template-columns: 120px 1fr;
    padding: 15px 0;
    line-height: 1.5;
    font-size: 1.125rem;
  }

  .sec08-list .num {
    font-size: 1.063rem;
  }

  .sec08-typography {
    font-size: 6.25rem;
  }
}

.sec09 {
  position: relative;
  padding: 130px 0 30px;
  z-index: 0;
}

.sec09::before {
  content: "";
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 5%;
  z-index: -1;
}

.sec09 .t-ttl {
  text-align: center;
}

.sec09-layout {
  display: flex;
  flex-direction: row-reverse;
  gap: 5%;
}

.sec09-layout .l-img {
  width: 50%;
}

.sec09-layout .l-desc {
  flex: 1;
}

.sec09-layout .l-catch {
  font-size: 1.875rem;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  margin-bottom: 50px;
}

.sec09-layout .l-catch em {
  color: #134D83;
  font-size: 2.5rem;
}

.sec09-layout .l-btn {
  text-align: right;
  margin-top: 50px;
}

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

  .sec09::before {
    right: 10%;
  }

  .sec09-layout {
    display: block;
  }

  .sec09-layout .l-img {
    width: 100%;
  }

  .sec09-layout .l-catch {
    font-size: 1.563rem;
    margin-bottom: 30px;
  }

  .sec09-layout .l-catch em {
    font-size: 2.188rem;
  }

  .sec09-layout .l-btn {
    text-align: center;
    margin-top: 30px;
  }
}

.sec10 {
  padding: 130px 0;
}

.sec10-header {
  display: flex;
  grid-gap: 50px;
  align-items: center;
  margin-bottom: 80px;
}

.sec10-header .t-ttl {
  margin-bottom: 0;
}

.sec10-list {
  padding-left: calc((100% - 1024px) / 2);
  margin-bottom: 50px;
}

.sec10-list .splide__slide {
  position: relative;
  padding-top: 25px;
}

.sec10-list .num {
  color: #79A5CE;
  font-family: "Work Sans";
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 25px;
}

.sec10-list .list-img {
  margin-bottom: 15px;
}

.sec10-list .list-ttl {
  color: #134D83;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.sec10-list .splide-controller {
  margin-top: 50px;
}

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

  .sec10-header {
    display: block;
    margin-bottom: 50px;
  }

  .sec10-header .t-ttl {
    margin-bottom: 30px;
  }

  .sec10-list {
    padding-left: 5vw;
    margin-bottom: 50px;
  }

  .sec10-list .splide__slide {
    padding-top: 15px;
  }

  .sec10-list .num {
    font-size: 1.563rem;
  }

  .sec10-list .list-img {
    margin-bottom: 15px;
  }

  .sec10-list .list-ttl {
    font-size: 1.125rem;
  }

  .sec10-list p {
    font-size: 0.875rem;
  }

  .sec10-list .splide-controller {
    margin-top: 30px;
  }
}

.sec11 {
  background-color: #EAEFF4;
  padding: 130px 0;
}

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

/*------------
Post
--------------*/
.top-post-layout01 {
  display: grid;
  grid-template-columns: 260px 1fr;
  grid-gap: 50px;
  min-height: 170px;
  position: relative;
}

.top-post-layout01 .l-ttl {
  font-size: 1.625rem;
  margin-bottom: 15px;
}

.top-post-layout01 .l-ttl::before {
  display: block;
  content: attr(data-en);
  color: #79A5CE;
  font-family: "Work Sans";
  font-size: 1.563rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.top-post-layout01 .l-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.list-top-works {
  padding-left: calc((100% - 1024px) / 2);
  margin-bottom: 50px;
}

.list-top-works a {
  display: block;
}

.list-top-works .list-img {
  border: 1px solid #ddd;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  margin-bottom: 15px;
}

.list-top-works .list-img img {
  object-fit: cover;
  aspect-ratio: 7/5;
  width: 100%;
}

.list-top-works .list-ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.list-top-works .list-data {
  color: #134D83;
  font-size: 0.875rem;
  margin-bottom: 15px;
}

.list-top-works .list-data .item {
  display: grid;
  grid-template-columns: 60px 1fr;
}

.list-top-works .list-data dt {
  font-family: "Noto Sans JP";
}

.list-top-works .category {
  background-color: #79A5CE;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.3em;
  margin-right: 10px;
}

.list-top-works .splide-controller {
  margin-top: 50px;
}

.top-post-slider .splide__pagination {
  justify-content: flex-end;
  padding-right: 15px;
}

@media (max-width: 800px) {
  .list-top-works {
    padding-left: 5%;
    margin-bottom: 30px;
  }
}

.list-top-news {
  border-top: 1px solid #DEDEDE;
}

.list-top-news a {
  display: block;
  border-bottom: 1px solid #DEDEDE;
  padding: 20px 0;
}

.list-top-news a:hover .list-ttl {
  text-decoration: underline;
}

.list-top-news time {
  display: inline-block;
  color: #134D83;
  font-family: "Work Sans";
  line-height: 1.3;
  margin-right: 20px;
}

.list-top-news .news-data {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  grid-gap: 5px;
  margin-bottom: 10px;
}

.list-top-news .category {
  color: #fff;
  background-color: #79A5CE;
  font-size: 0.75rem;
  line-height: 1;
  padding: 5px 10px;
}

.list-top-news .list-ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 0.938rem;
  line-height: 1;
}

.list-top-blog {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 32px;
  margin-bottom: 80px;
}

.list-top-blog .list-img {
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
  overflow: hidden;
}

.list-top-blog .list-img img {
  aspect-ratio: 7/5;
  object-fit: cover;
  width: 100%;
  transition: transform 0.5s;
}

.list-top-blog time {
  color: #aaa;
  display: block;
  font-size: 12px;
}

.list-top-blog .list-ttl {
  font-weight: 600;
  font-size: 1.188rem;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 10px;
}

.list-top-blog .list-txt {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
}

.list-top-blog .category {
  display: inline-block;
  background-color: #79A5CE;
  color: #fff;
  font-size: 11px;
  padding: 0 5px;
  margin-right: 5px;
}

.list-top-blog a {
  display: block;
  height: 100%;
}

.list-top-blog a:hover .list-img img {
  transform: scale(1.1);
}

@media (max-width: 800px) {
  .top-post-layout01 {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
  }

  .top-post-layout01 .l-ttl {
    font-size: 1.375rem;
  }

  .top-post-layout01 .l-btn {
    position: static;
    text-align: center;
    margin-top: 30px;
  }

  .list-top-blog {
    display: grid;
    grid-gap: 15px;
    margin-bottom: 30px;
  }

  .list-top-blog a {
    display: grid;
    grid-template-columns: 130px 1fr;
    grid-gap: 15px;
    font-size: 0.813rem;
  }

  .list-top-blog .list-img {
    margin-bottom: 0;
  }

  .list-top-blog .list-ttl {
    font-size: 0.938rem;
    margin-bottom: 5px;
  }

  .list-top-blog .list-txt {
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .list-top-news a {
    display: block;
    line-height: 1.5;
    padding: 10px 0;
  }

  .list-top-news time {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .list-top-news .ttl {
    -webkit-line-clamp: 2;
  }
}

/*-----------------------------------------------------------
下層レイアウト
-----------------------------------------------------------*/
.page-ttl {
  background-image: linear-gradient(90deg, #134D83 0%, #134D83 35%, #79A5CE 100%);
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  height: 400px;
  overflow: hidden;
}

.page-ttl h1,
.page-ttl p {
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.2;
  position: relative;
  z-index: 0;
}

.page-ttl h1::before,
.page-ttl p::before {
  content: attr(data-en);
  text-transform: capitalize;
  color: rgba(121, 165, 206, 0.25);
  font-size: 10rem;
  font-family: "Work Sans";
  font-weight: 300;
  line-height: 1;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: -1;
}

.page-ttl-mv>.wp-block-group__inner-container {
  display: grid;
  place-items: center;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  z-index: 0;
}

.page-ttl-mv .wrapper {
  text-align: center;
  padding: 80px;
  position: relative;
  z-index: 1;
}

.page-ttl-mv .logo {
  margin-bottom: 30px;
}

.page-ttl-mv .catch {
  font-size: 1.25rem;
  margin-bottom: 25px;
}

.page-ttl-mv .ttl {
  color: #134D83;
  font-size: 3.125rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
}

.page-ttl-mv .ttl .small {
  display: block;
  font-size: 1.563rem;
}

.page-ttl-mv .txt {
  font-size: 1.125rem;
  margin-bottom: 30px;
}

.page-ttl-mv .label {
  background-color: #134D83;
  color: #fff;
  font-size: 1.375rem;
  padding: 10px 15px;
  width: fit-content;
  margin: 0 auto 30px;
}

.page-ttl-mv .list {
  display: grid;
  grid-template-columns: repeat(3, 155px);
  grid-gap: 15px;
  position: relative;
  max-width: fit-content;
  margin: 0 auto 30px;
  font-size: 0.938rem;
}

.page-ttl-mv .list .item {
  background-color: #fff;
  border-radius: 50%;
  width: 155px;
  height: 155px;
  overflow: hidden;
  padding-top: 20px;
}

.page-ttl-mv .list figure {
  display: grid;
  place-items: center;
  height: 70px;
}

.page-ttl-mv .price>.wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 250px 1fr;
  background-color: #fff;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.page-ttl-mv .price .price-ttl {
  display: grid;
  place-items: center;
  background-color: #134D83;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.3;
  width: 100%;
}

.page-ttl-mv .price .price-desc {
  padding: 0 20px;
}

.page-ttl-mv .price .price-txt {
  font-size: 1.25rem;
  color: #134D83;
}

.page-ttl-mv .price .price-txt span {
  background: linear-gradient(transparent 70%, #C4D9ED 70%);
}

.page-ttl-mv .price .price-txt em {
  font-size: 2.5rem;
  font-weight: 600;
}

.page-ttl-mv-bg>.wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-ttl-mv-bg.col1>.wp-block-group__inner-container {
  grid-template-columns: 1fr;
}

.page-ttl-mv-bg>.wp-block-group__inner-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  opacity: 0.5;
  z-index: 1;
}

.page-ttl-mv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.breadcrumbs {
  position: relative;
  z-index: 1;
  font-size: 0.8rem;
  padding: 5px 5vw;
}

.breadcrumbs>span+span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
  margin: 0 12px 0 3px;
  vertical-align: 1px;
}

.u-contents p+p {
  margin-top: 1.5em;
}

@media (max-width: 800px) {
  .page-ttl {
    height: 200px;
    padding: 0 5vw;
  }

  .page-ttl h1,
  .page-ttl p {
    font-size: 1.5rem;
  }

  .page-ttl h1::before,
  .page-ttl p::before {
    font-size: 5rem;
  }

  .page-ttl-mv {
    min-height: 0;
    /* height: calc(100svh - 93px); */
  }

  .page-ttl-mv .wrapper {
    padding: 80px 5vw;
  }

  .page-ttl-mv .catch {
    font-size: 1.125rem;
    margin-bottom: 25px;
  }

  .page-ttl-mv .ttl {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }

  .page-ttl-mv .ttl .small {
    font-size: 1.125rem;
  }

  .page-ttl-mv .txt {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }

  .page-ttl-mv .logo {
    margin: 0 auto;
    max-width: 150px;
  }

  .page-ttl-mv .list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    position: relative;
    max-width: fit-content;
    margin: 0 auto 30px;
    font-size: 0.688rem;
  }

  .page-ttl-mv .list .item {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    padding: 20px 10px 0;
  }

  .page-ttl-mv .list figure {
    display: grid;
    place-items: center;
    height: 40px;
  }

  .page-ttl-mv .list figure img {
    object-fit: contain;
    height: 40px;
  }

  .page-ttl-mv .price {
    grid-template-columns: 1fr;
  }

  .page-ttl-mv .price .price-ttl {
    padding: 10px;
    font-size: 0.938rem;
  }

  .page-ttl-mv .price>.wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }

  .page-ttl-mv-bg {
    grid-template-columns: 1fr;
  }

  .page-ttl-mv-bg>.wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }

  .u-contents p+p {
    margin-top: 1em;
  }
}

.u-h2 {
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.5;
  margin-bottom: 50px;
}

.u-h2::before {
  display: block;
  content: attr(data-en);
  color: #79A5CE;
  font-family: "Work Sans";
  font-size: 1.563rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.u-h3 {
  background-color: #134D83;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.375rem;
  margin-bottom: 30px;
}

.u-h4 {
  color: #134D83;
  font-size: 1.125rem;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

.u-h4::before {
  content: "";
  display: block;
  border-radius: 2px;
  background-color: #79A5CE;
  width: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.u-catch {
  font-weight: bold;
  font-size: 1.375rem;
  text-align: center;
}

@media (max-width: 800px) {
  .u-catch {
    font-size: 1.125rem;
  }
}

.u-tel-txt {
  line-height: 1;
}

.u-tel-txt .small {
  display: block;
  font-size: 0.75rem;
  margin-top: 10px;
}

.u-arrow {
  margin: 50px 0;
  text-align: center;
}

@media (max-width: 800px) {
  .u-arrow {
    max-width: 100px;
    margin: 30px auto;
    text-align: center;
  }
}

.u-tel {
  display: block;
  font-family: "Work Sans";
  font-size: 2.438rem;
  line-height: 1;
}

.u-tel span {
  font-size: 1.875rem;
}

@media (max-width: 800px) {
  .u-h2 {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }

  .u-h2::before {
    font-size: 0.938rem;
    margin-bottom: 10px;
  }

  .u-h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }

  .u-h4 {
    font-size: 1.125rem;
    padding-left: 20px;
  }

  .u-tel {
    font-size: 1.875rem;
  }

  .u-tel span {
    font-size: 1.563rem;
  }
}

.tall {
  padding: 70px 0;
}

.tall.bg01 {
  background-color: #EAEFF4;
}

.tall.bg02 {
  background-color: #EFEFF7;
}

.tall.bg-type {
  background: url(../images/under/bg_type.jpg) no-repeat center/cover;
  color: #fff;
}

.short+.short {
  margin-top: 70px;
}

.x-short+.x-short {
  margin-top: 30px;
}

.sec-gra {
  background-image: linear-gradient(90deg, #134D83 0%, #134D83 35%, #79A5CE 100%);
  padding: 100px 0;
}

.sec-gra .u-h2 {
  color: #fff;
}

.hidden {
  overflow: hidden;
}

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

  .short+.short {
    margin-top: 50px;
  }
}

.list-disc {
  display: grid;
  grid-gap: 5px;
}

.list-disc li {
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
}

.list-disc li:before {
  content: "・";
  color: #134D83;
  display: block;
  position: absolute;
  left: 0;
}

.list-check {
  display: grid;
  grid-gap: 5px;
}

.list-check li {
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}

.list-check li::before {
  content: "";
  background: url(../images/share/icon_check.svg) no-repeat center/contain;
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
}

.list-num {
  counter-reset: number;
  display: grid;
  grid-gap: 5px;
}

.list-num>li {
  padding-left: 30px;
  position: relative;
}

.list-num>li:before {
  background-color: #79A5CE;
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: 11px;
  position: absolute;
  top: 5px;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding-left: 2px;
  width: 20px;
  height: 20px;
}

.dl-style01 {
  display: grid;
  grid-gap: 20px;
  margin-top: 20px;
}

.dl-style01 dt {
  font-weight: 600;
  font-size: 1.188rem;
  position: relative;
  padding-left: 2rem;
}

.dl-style01 dt::before {
  content: "";
  background-color: #79A5CE;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 8px;
  left: 0;
}

@media (max-width: 800px) {
  .dl-style01 {
    display: grid;
    grid-gap: 20px;
    margin-top: 20px;
  }
}

.card-style01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}

.card-style01>li {
  background-color: #f5f5f5;
  padding: 15px;
}

.card-style01 .card-img {
  margin-bottom: 20px;
}

.card-style01 .card-ttl {
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .card-style01 {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
}

.table-style01 th,
.table-style01 td {
  border: 1px solid #D9D9D9;
  border-width: 1px 0;
  padding: 15px 0;
  vertical-align: middle;
}

.table-style01.is-company th {
  width: 300px;
}

.table-style01.is-company img {
  vertical-align: baseline;
}

.table-scroll-txt {
  display: none;
}

@media (max-width: 800px) {

  .table-style01 th,
  .table-style01 td {
    padding: 10px 0;
    font-size: 0.938rem;
  }

  .table-style01.is-company th {
    width: 120px;
    padding-right: 10px;
  }

  .table-scroll-txt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .table-scroll-txt::before {
    content: "";
    display: block;
    background: url(../images/share/icon_scroll.svg) no-repeat center/contain;
    width: 30px;
    height: 24.5px;
    margin-right: 10px;
  }

  .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }

  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }

  .table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333;
  }

  .table-scroll table {
    margin-bottom: 10px !important;
    width: 150%;
  }
}

.box-style01 {
  background-color: #d4e0eb;
  padding: 8%;
}

.box-style01 .box-ttl {
  font-size: 1.563rem;
  text-align: center;
  margin-bottom: 50px;
}

.box-style02 {
  background-color: #f5f5f5;
  padding: 5%;
}

.box-style02 .box-ttl {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.25rem;
  margin-bottom: 25px;
}

@media (max-width: 800px) {
  .box-style01 .box-ttl {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }

  .box-style02 {
    padding: 8%;
  }

  .box-style02 .box-ttl {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}

.list-anchor-link {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
}

.list-anchor-link li {
  position: relative;
}

.list-anchor-link li::after {
  content: "";
  display: inline-block;
  background: #e0e0e0;
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}

.list-anchor-link a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding-right: 25px;
}

.list-anchor-link a::before {
  content: "";
  background: url(../images/share/icon_arrow_down.svg) no-repeat 0 0/contain;
  width: 22px;
  height: 22px;
  position: absolute;
  right: -3px;
  top: 3px;
}

.list-anchor-link a:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .list-anchor-link {
    display: block;
  }

  .list-anchor-link li::after {
    display: none;
  }

  .list-anchor-link a {
    padding: 0 0 0 30px;
  }

  .list-anchor-link a::before {
    right: inherit;
    left: 0;
    top: 2px;
  }
}

.under-slider01 .splide {
  margin: 0 auto;
}

.under-slider01 .splide__track {
  overflow: visible;
}

.under-slider01 .splide__slide:not(.is-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}

.under-slider01 .splide__arrow--prev {
  left: calc((100% - 860px) / 2);
}

.under-slider01 .splide__arrow--next {
  right: calc((100% - 860px) / 2);
}

.under-slider01 .splide__arrow {
  top: 263px;
  transform: translateY(0);
}

.under-slider01 .item-desc {
  margin-top: 25px;
}

.under-slider01 .item-ttl {
  font-size: 18px;
  margin-bottom: 10px;
}

.under-slider02 .item-img {
  position: relative;
}

.under-slider02 figcaption {
  background: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  padding: 3px 5px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

@media (max-width: 800px) {
  .under-slider01 .item-desc {
    margin-top: 15px;
  }

  .under-slider01 .item-ttl {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.google-map iframe {
  vertical-align: bottom;
  width: 100%;
  height: 450px;
}

@media (max-width: 800px) {
  .google-map iframe {
    height: 300px;
  }
}

.faq-style {
  border-top: 1px solid rgb(217, 217, 217);
  border-bottom: 1px solid rgb(217, 217, 217);
  transition: 0.3s;
}

.faq-style+.faq-style {
  margin-top: -1px;
}

.faq-style .faq-summary {
  display: block;
  cursor: pointer;
  padding: 18px 50px;
  position: relative;
}

.faq-style .faq-summary .faq-icon {
  top: 15px;
  left: 0;
}

.faq-style .faq-summary::-webkit-details-marker {
  display: none;
}

.faq-style .faq-summary:hover .faq-icon {
  background-color: #134D83;
  color: #fff;
}

.faq-style .faq-content {
  overflow: hidden;
}

.faq-style .faq-inner {
  padding: 5px 50px 30px;
  position: relative;
}

.faq-style .faq-inner .faq-icon {
  border: 1px solid #79A5CE;
  background-color: #79A5CE;
  color: #fff;
  top: 0;
  left: 0;
}

.faq-style .faq-ttl {
  font-weight: bold;
}

.faq-style .faq-icon {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  color: #333;
  font-family: "Work Sans";
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  transition: 0.3s;
}

.faq-style .faq-open-icon {
  width: 9px;
  height: 9px;
  position: absolute;
  right: 5px;
  top: 27px;
  transition: 0.3s;
}

.faq-style .faq-open-icon::before,
.faq-style .faq-open-icon::after {
  content: "";
  background-color: #333;
  position: absolute;
}

.faq-style .faq-open-icon::before {
  width: 9px;
  height: 1px;
  top: 4px;
}

.faq-style .faq-open-icon::after {
  width: 1px;
  height: 9px;
  top: 0;
  left: 4px;
}

.faq-style.is-open .faq-summary .faq-icon {
  background-color: #134D83;
  color: #fff;
}

.faq-style.is-open .faq-open-icon {
  transform: rotate(180deg);
}

.faq-style.is-open .faq-open-icon::after {
  opacity: 0;
}

@media (max-width: 800px) {
  .faq-style {
    line-height: 1.5;
  }

  .faq-style .faq-summary {
    padding: 18px 30px 18px 50px;
  }

  .faq-style .faq-summary .faq-icon {
    top: 12px;
  }

  .faq-style .faq-inner {
    padding: 0 0 30px 50px;
  }
}

/*------------
レイアウト
--------------*/
.l-imgR,
.l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.l-imgR .l-img,
.l-imgL .l-img {
  margin: 0 5% 0 0;
  width: 40%;
}

.l-imgR .l-img.small,
.l-imgL .l-img.small {
  width: 30%;
}

.l-imgR .l-img.w200,
.l-imgL .l-img.w200 {
  width: 200px;
}

.l-imgR .l-desc,
.l-imgL .l-desc {
  flex: 1;
}

.l-imgR {
  flex-direction: row-reverse;
}

.l-imgR .l-img {
  margin: 0 0 0 5%;
}

.fl-wrap {
  display: flow-root;
}

.fl-imgR,
.fl-imgL {
  width: 40%;
}

.fl-imgR.small,
.fl-imgL.small {
  width: 30%;
}

.fl-imgR {
  float: right;
  margin: 0 0 15px 35px;
}

.fl-imgL {
  float: left;
  margin: 0 35px 15px 0;
}

@media (max-width: 800px) {

  .l-imgR,
  .l-imgL {
    display: block;
  }

  .l-imgR .l-img,
  .l-imgL .l-img {
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
  }

  .l-imgR .l-img.small,
  .l-imgL .l-img.small {
    width: 100%;
  }

  .l-imgR .l-img.w200,
  .l-imgL .l-img.w200 {
    margin: 0 auto 30px;
  }

  .l-imgR .l-img {
    margin: 0 0 15px;
  }

  .fl-imgR,
  .fl-imgL {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }

  .fl-imgR.small,
  .fl-imgL.small {
    width: 100%;
  }
}

/*------------
お問い合わせ
--------------*/
.tel-layout {
  background: #f5f5f5;
  max-width: 800px;
  padding: 5%;
  margin: 0 auto;
}

.tel-layout .l-ttl {
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto 25px;
  width: fit-content;
}

.tel-layout .l-tel {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
  margin: 0 auto;
  white-space: nowrap;
}

.tel-layout .l-tel img {
  margin-right: 10px;
}

.tel-layout .l-time {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 10px;
  line-height: 1.5;
  margin: 20px auto 0;
  width: fit-content;
}

.tel-layout .l-time dt {
  border: 1px solid #000;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 800px) {
  .tel-layout .l-ttl {
    font-size: 15px;
  }

  .tel-layout .l-tel {
    font-size: 25px;
  }

  .tel-layout .l-tel img {
    width: 15px;
  }
}

/*------------
個人情報保護方針
--------------*/
.dl-privacy {
  display: grid;
  grid-gap: 50px;
}

.dl-privacy dt {
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.list-privacy li {
  position: relative;
  padding: 0 0 0 15px;
}

.list-privacy li::before {
  background: #333;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
}

.list-privacy li+li {
  margin-top: 3px;
}

.policy-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 25px;
}

/*------------
Add
--------------*/
.list-style01 {
  display: grid;
  grid-gap: 50px;
}

.list-style01>li {
  background-color: #f5f5f5;
  padding: 50px;
  display: flex;
  gap: 5%;
  flex-direction: row-reverse;
  position: relative;
}

.list-style01>li::before {
  content: attr(data-en);
  font-weight: 600;
  font-family: "Work Sans";
  font-weight: 300;
  color: rgba(121, 165, 206, 0.3);
  font-size: 4.625rem;
  line-height: 1;
  position: absolute;
  top: -40px;
  left: 20px;
}

.list-style01 .list-img {
  width: 40%;
}

.list-style01 .list-desc {
  flex: 1;
}

.list-style01 .list-ttl {
  color: #134D83;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.list-style01.is-white>li {
  background-color: #fff;
}

@media (max-width: 800px) {
  .list-style01 {
    grid-gap: 25px;
  }

  .list-style01>li {
    padding: 15px;
    display: block;
  }

  .list-style01>li::before {
    font-size: 3.125rem;
    top: -15px;
    left: 15px;
  }

  .list-style01 .list-img {
    width: 100%;
    margin-bottom: 25px;
  }

  .list-style01 .list-ttl {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}

.list-style02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  margin-bottom: 70px;
}

.list-style02 li {
  position: relative;
}

.list-style02 li::before {
  color: #79A5CE;
  content: attr(data-en);
  font-family: "Work Sans";
  font-weight: 300;
  font-size: 2.813rem;
  line-height: 1;
  position: absolute;
  top: -25px;
  left: 20px;
  z-index: 1;
}

.list-style02 .list-img {
  margin-bottom: 20px;
}

.list-style02 .list-ttl {
  color: #134D83;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .list-style02 {
    grid-template-columns: 1fr;
    grid-gap: 50px;
    margin-bottom: 50px;
  }

  .list-style02 li {
    position: relative;
  }

  .list-style02 li::before {
    font-size: 2.5rem;
    top: -20px;
  }
}

.list-style03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.list-style03>li {
  display: grid;
  grid-template-columns: 144px 1fr;
  background-color: #fff;
  align-items: flex-start;
}

.list-style03 .list-img img {
  object-fit: cover;
  height: 100%;
  min-height: 200px;
}

.list-style03 .list-desc {
  padding: 30px 0 0 25px;
  font-size: 0.875rem;
}

.list-style03 .list-ttl {
  font-size: 1.125rem;
  margin-bottom: 10px;
  position: relative;
}

.list-style03 .list-ttl::before {
  content: attr(data-en);
  color: #79A5CE;
  font-family: "Work Sans";
  font-weight: 300;
  font-size: 2.438rem;
  line-height: 1;
  position: absolute;
  top: -45px;
  left: 0;
}

.list-style03.is-gray>li {
  background-color: #f5f5f5;
}

@media (max-width: 800px) {
  .list-style03 {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .list-style03>li {
    grid-template-columns: 120px 1fr;
  }

  .list-style03 .list-desc {
    padding: 30px 15px 15px 20px;
  }

  .list-style03 .list-ttl {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}

.list-style04 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 70px;
}

.list-style04 .list-img {
  width: 70%;
  margin-left: auto;
}

.list-style04 .list-ttl {
  background-color: #EAEFF4;
  padding: 15px 15px 0 0;
  margin-top: -40px;
  margin-bottom: 10px;
  margin-left: -1px;
  font-size: 1.25rem;
  width: fit-content;
  min-width: 300px;
  position: relative;
}

.list-style04.is-white .list-ttl {
  background-color: #fff;
}

@media (max-width: 800px) {
  .list-style04 {
    grid-template-columns: 1fr;
  }

  .list-style04 .list-img {
    width: 80%;
  }
}

.list-style05 {
  display: grid;
  grid-gap: 30px;
}

.list-style05>li {
  display: grid;
  grid-template-columns: 164px 1fr;
  grid-gap: 35px;
  align-items: center;
}

.list-style05 .list-img {
  text-align: center;
  position: relative;
}

.list-style05 .list-img::before {
  content: attr(data-en);
  color: #79A5CE;
  font-family: "Work Sans";
  font-size: 1.875rem;
  font-weight: 300;
  text-align: center;
}

.list-style05 .list-ttl {
  color: #134D83;
  font-size: 1.25rem;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .list-style05 {
    grid-gap: 30px;
  }

  .list-style05>li {
    grid-template-columns: 80px 1fr;
    grid-gap: 25px;
    align-items: flex-start;
  }

  .list-style05 .list-img {
    text-align: center;
    position: relative;
  }

  .list-style05 .list-img::before {
    font-size: 1.25rem;
  }

  .list-style05 .list-desc {
    font-size: 0.875rem;
  }

  .list-style05 .list-ttl {
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
}

.list-style06 {
  display: grid;
  grid-gap: 30px;
}

.list-style06>li {
  background-color: #f5f5f5;
  padding: 50px;
}

.list-style06 .list-ttl {
  color: #134D83;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.list-style06 .list-data {
  display: grid;
  grid-gap: 10px;
}

.list-style06 .list-data .item {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 10px 15px;
}

.list-style06 .list-data dt {
  background-color: #134D83;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  display: grid;
  place-items: center;
  padding: 2px 5px;
}

@media (max-width: 800px) {
  .list-style06 {
    grid-gap: 15px;
  }

  .list-style06>li {
    padding: 25px;
  }
}

.list-style07 {
  display: grid;
  grid-gap: 50px;
}

.list-style07>li {
  background-color: #EAEFF4;
  display: flex;
  flex-direction: row-reverse;
  gap: 5%;
  padding: 50px;
}

.list-style07>li:nth-child(even) {
  flex-direction: row;
}

.list-style07 .list-img {
  width: 40%;
}

.list-style07 .list-desc {
  flex: 1;
}

.list-style07 .list-ttl {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-bottom: 30px;
}

.list-style07 .list-ttl .num {
  color: #134D83;
  font-family: "Work Sans";
  font-weight: 300;
  font-size: 3.938rem;
  margin-bottom: 8px;
}

.list-style07 .list-ttl .num::before {
  content: attr(data-en);
  display: block;
  font-size: 1.563rem;
  text-align: center;
  margin-bottom: 15px;
}

.list-style07 .list-ttl .ttl {
  flex: 1;
  display: block;
  border-bottom: 1px solid #707070;
  font-size: 1.375rem;
  padding-bottom: 10px;
}

@media (max-width: 800px) {
  .list-style07 {
    grid-gap: 30px;
  }

  .list-style07>li {
    display: block;
    padding: 25px;
  }

  .list-style07 .list-img {
    width: 100%;
    margin-bottom: 25px;
  }

  .list-style07 .list-ttl {
    gap: 15px;
    margin-bottom: 25px;
  }

  .list-style07 .list-ttl .num {
    font-size: 2.5rem;
    margin-bottom: 5px;
  }

  .list-style07 .list-ttl .num::before {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }

  .list-style07 .list-ttl .ttl {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.layout-style01 {
  position: relative;
  padding-bottom: 100px;
  z-index: 0;
}

.layout-style01::before {
  content: "";
  background-color: #EAEFF4;
  position: absolute;
  top: 100px;
  bottom: 0;
  right: 0;
  left: 15%;
  z-index: -1;
}

.layout-style01 .wrapper {
  display: flex;
  align-items: flex-end;
}

.layout-style01 .wrapper .l-img {
  width: 50%;
}

.layout-style01 .wrapper .l-img img {
  object-fit: cover;
  width: 100%;
  min-height: 550px;
}

.layout-style01 .wrapper .l-desc {
  flex: 1;
  background-color: #fff;
  padding: 80px calc((100% - 1024px) / 2) 80px 80px;
  margin-left: -5%;
  margin-bottom: -50px;
  position: relative;
  z-index: 1;
}

.layout-style01 .wrapper .l-ttl {
  font-size: 1.875rem;
  margin-bottom: 40px;
}

.layout-style01 .wrapper02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  margin: 100px auto 0;
  max-width: 1200px;
  width: 90%;
}

@media (max-width: 800px) {
  .layout-style01 {
    padding-bottom: 50px;
  }

  .layout-style01::before {
    top: 50px;
    bottom: 0;
    right: 0;
    left: 15%;
  }

  .layout-style01 .wrapper {
    display: block;
  }

  .layout-style01 .wrapper .l-img {
    width: 100%;
  }

  .layout-style01 .wrapper .l-img img {
    min-height: 0;
  }

  .layout-style01 .wrapper .l-desc {
    background-color: inherit;
    padding: 25px 5% 0;
    margin: 0;
  }

  .layout-style01 .wrapper .l-ttl {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }

  .layout-style01 .wrapper02 {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin: 50px auto 0;
  }
}

.layout-style02 {
  display: flex;
  gap: 8%;
}

.layout-style02 .l-img {
  width: 60%;
  margin-left: -10%;
}

.layout-style02 .l-desc {
  flex: 1;
  position: relative;
  z-index: 1;
}

.layout-style02 .l-ttl {
  font-size: 1.875rem;
  position: relative;
  padding-top: 100px;
  margin-bottom: 40px;
}

.layout-style02 .l-ttl::before {
  content: attr(data-en);
  color: rgba(121, 165, 206, 0.3);
  font-family: "Work Sans";
  font-weight: 300;
  font-size: 9.375rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: -50px;
}

.layout-style02.reverse {
  flex-direction: row-reverse;
}

.layout-style02.reverse .l-img {
  margin-left: 0;
  margin-right: -10%;
}

@media (max-width: 800px) {
  .layout-style02 {
    display: block;
  }

  .layout-style02 .l-img {
    width: 100%;
    margin: 0 0 30px;
  }

  .layout-style02 .l-ttl {
    font-size: 1.25rem;
    padding-top: 0;
    margin-bottom: 20px;
  }

  .layout-style02 .l-ttl::before {
    font-size: 5rem;
    top: -30px;
    left: auto;
    right: 0;
  }

  .layout-style02.reverse {
    flex-direction: row-reverse;
  }

  .layout-style02.reverse .l-img {
    margin-left: 0;
    margin-right: -10%;
  }
}

.layout-style03 {
  position: relative;
  padding-top: 480px;
}

.layout-style03::before {
  content: "";
  background: url(../images/under/common_bg01.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 770px;
  z-index: -1;
}

.layout-style03 .l-inner {
  background-color: #fff;
  padding: 80px 5vw 0;
  max-width: 1284px;
  width: 90%;
  margin: 0 auto;
}

.layout-style03 .l-inner .l-ttl {
  display: table;
  color: #134D83;
  font-size: 2.188rem;
  padding: 0 70px;
  text-align: center;
  margin: 0 auto 30px;
  position: relative;
}

.layout-style03 .l-inner .l-ttl::before,
.layout-style03 .l-inner .l-ttl::after {
  content: "";
  background: #134D83;
  border-radius: 30px;
  width: 3px;
  height: 140px;
  position: absolute;
  top: 0;
}

.layout-style03 .l-inner .l-ttl::before {
  transform: rotate(-35deg);
  left: 0;
}

.layout-style03 .l-inner .l-ttl::after {
  transform: rotate(35deg);
  right: 0;
}

.layout-style03 .l-inner .l-catch {
  color: #134D83;
  font-size: 1.563rem;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 800px) {
  .layout-style03 {
    padding-top: 250px;
  }

  .layout-style03::before {
    height: 300px;
  }

  .layout-style03 .l-inner {
    padding: 40px 5vw 0;
    width: 90%;
  }

  .layout-style03 .l-inner .l-ttl {
    font-size: 1.125rem;
    padding: 0 15px;
    margin: 0 auto 30px;
  }

  .layout-style03 .l-inner .l-ttl::before,
  .layout-style03 .l-inner .l-ttl::after {
    height: 40px;
    top: 12px;
  }

  .layout-style03 .l-inner .l-ttl::before {
    left: -10px;
  }

  .layout-style03 .l-inner .l-ttl::after {
    right: -10px;
  }

  .layout-style03 .l-inner .l-catch {
    font-size: 1.375rem;
    margin-bottom: 40px;
  }
}

.layout-style04 {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  padding-left: calc((100% - 1024px) / 2);
}

.layout-style04 .l-img {
  width: 60%;
}

.layout-style04 .l-img img {
  width: 100%;
}

.layout-style04 .l-desc {
  flex: 1;
  margin-right: -10%;
  padding-top: 120px;
  position: relative;
}

.layout-style04 .l-ttl {
  font-size: 1.875rem;
  margin-bottom: 50px;
}

.layout-style04 .l-ttl::before {
  display: block;
  content: attr(data-en);
  color: #79A5CE;
  font-family: "Work Sans";
  font-weight: 300;
  font-size: 1.563rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.layout-style04 .l-catch {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
}

.layout-style04 .l-catch em {
  color: #134D83;
  font-size: 2.188rem;
}

.layout-style04 .l-catch+.l-catch {
  margin-top: 1rem;
}

.layout-style04 .l-typography {
  color: rgba(95, 96, 150, 0.08);
  font-size: 10rem;
  font-family: "Work Sans";
  font-weight: 300;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 2.5vw;
}

@media (max-width: 800px) {
  .layout-style04 {
    display: block;
  }

  .layout-style04 .l-img {
    width: 100%;
    margin-bottom: 30px;
  }

  .layout-style04 .l-img img {
    width: 100%;
  }

  .layout-style04 .l-desc {
    margin: 0;
    padding: 0 5vw;
  }

  .layout-style04 .l-ttl {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }

  .layout-style04 .l-ttl::before {
    font-size: 0.938rem;
  }

  .layout-style04 .l-catch em {
    font-size: 1.875rem;
  }

  .layout-style04 .l-typography {
    font-size: 5rem;
    top: auto;
    bottom: -50px;
  }
}

.list-reason-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}

.list-reason-card>li {
  background-color: #EAEFF4;
  box-shadow: 10px 10px 0 #134D83;
  padding: 50px 25px;
  font-size: 0.938rem;
  position: relative;
}

.list-reason-card .list-ttl {
  color: #134D83;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 15px;
}

.list-reason-card .en {
  color: #79A5CE;
  font-family: "Work Sans";
  font-weight: 300;
  font-size: 3.125rem;
  line-height: 1;
  position: absolute;
  top: -25px;
  left: 20px;
  z-index: 1;
}

@media (max-width: 800px) {
  .list-reason-card {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
}

.list-reason-btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 27px;
}

.list-reason-btns a {
  background-image: linear-gradient(90deg, #134D83 0%, #134D83 35%, #79A5CE 100%);
  border-radius: 10px;
  color: #fff;
  display: grid;
  place-items: center left;
  font-size: 1.25rem;
  line-height: 1.5;
  min-height: 110px;
  padding: 15px 30px;
  transition: filter 0.3s;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.list-reason-btns a::before {
  content: attr(data-en);
  color: rgba(255, 255, 255, 0.3);
  font-family: "Work Sans";
  font-weight: 300;
  font-size: 4.688rem;
  line-height: 1;
  opacity: 0.65;
  position: absolute;
  bottom: -15px;
  left: -10px;
  z-index: -1;
}

.list-reason-btns a::after {
  content: "";
  background-color: #fff;
  mask: url(../images/share/btn_arrow02.svg) no-repeat center/contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.list-reason-btns a:hover {
  filter: brightness(1.5);
}

@media (max-width: 800px) {
  .list-reason-btns {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .list-reason-btns a {
    font-size: 1.25rem;
    min-height: 100px;
    padding: 15px 30px;
  }
}

.reason-header {
  display: flex;
  gap: 30px;
  width: fit-content;
  margin: 0 auto 40px;
}

.reason-header .ttl {
  font-size: 1.875rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.reason-header .ttl::before {
  display: block;
  content: attr(data-en);
  color: #79A5CE;
  font-family: "Work Sans";
  font-size: 1.563rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.list-reason {
  max-width: 700px;
  margin: 0 auto 60px;
}

.list-reason li {
  display: grid;
  grid-template-columns: 180px 1fr;
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
  font-family: "Noto Sans JP";
  font-size: 1.563rem;
}

.list-reason .num {
  color: #79A5CE;
  font-family: "Work Sans";
  font-size: 1.563rem;
  letter-spacing: 0.05em;
}

@media (max-width: 800px) {
  .reason-header {
    margin: 0 auto 15px;
  }

  .reason-header img {
    width: 100px;
  }

  .reason-header .ttl {
    font-size: 1.375rem;
    margin-bottom: 15px;
  }

  .reason-header .ttl::before {
    font-size: 1.25rem;
  }

  .list-reason {
    margin: 0 auto 30px;
  }

  .list-reason li {
    grid-template-columns: 110px 1fr;
    padding: 15px 0;
    line-height: 1.5;
    font-size: 1.125rem;
  }

  .list-reason .num {
    font-size: 1.063rem;
  }
}

.mokuji-style {
  transition: 0.3s;
}

.mokuji-style .mokuji-summary {
  background-color: #134D83;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 18px 50px;
  position: relative;
}

.mokuji-style .mokuji-summary::-webkit-details-marker {
  display: none;
}

.mokuji-style .mokuji-content {
  overflow: hidden;
}

.mokuji-style .mokuji-inner {
  padding: 40px;
  background-color: #F5F5F5;
}

.mokuji-style .mokuji-ttl {
  text-align: center;
  font-weight: 600;
}

.mokuji-style .mokuji-open-icon {
  width: 35px;
  height: 35px;
  text-align: center;
  position: relative;
}

.mokuji-style .mokuji-open-icon::before,
.mokuji-style .mokuji-open-icon::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mokuji-style .mokuji-open-icon::before {
  width: 13px;
  height: 2px;
}

.mokuji-style .mokuji-open-icon::after {
  width: 2px;
  height: 13px;
}

.mokuji-style.is-open .mokuji-open-icon::after {
  opacity: 0;
}

.mokuji-btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px 40px;
  counter-reset: number;
}

.mokuji-btns a {
  background-image: linear-gradient(90deg, #134D83 0%, #134D83 35%, #79A5CE 100%);
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  min-height: 70px;
  line-height: 1.5;
  padding: 0 50px 0 25px;
  position: relative;
  transition: filter 0.3s;
}

.mokuji-btns a:before {
  border-right: 1px solid #D9D9D9;
  font-family: "Work Sans";
  font-size: 1.75rem;
  line-height: 1;
  padding-right: 15px;
  margin-right: 15px;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
}

.mokuji-btns a::after {
  content: "";
  background: url(../images/share/btn_arrow02.svg) no-repeat center/contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.mokuji-btns a:hover {
  filter: brightness(1.3);
}

@media (max-width: 800px) {
  .mokuji-style .mokuji-summary {
    padding: 10px 30px;
  }

  .mokuji-style .mokuji-inner {
    padding: 20px;
  }

  .mokuji-btns {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  .mokuji-btns a {
    min-height: 60px;
    padding: 0 40px 0 10px;
  }

  .mokuji-btns a:before {
    font-size: 1.375rem;
    padding-right: 10px;
    margin-right: 10px;
  }

  .mokuji-btns a::after {
    width: 20px;
    height: 20px;
  }
}

.box-area {
  background-color: #EAEFF4;
}

.box-area .inner {
  padding: 50px;
}

.box-area .box-sub-ttl {
  display: table;
  color: #134D83;
  font-size: 1.375rem;
  padding: 0 30px;
  text-align: center;
  margin: 0 auto 10px;
  position: relative;
}

.box-area .box-sub-ttl::before,
.box-area .box-sub-ttl::after {
  content: "";
  background: #134D83;
  border-radius: 30px;
  width: 2px;
  height: 40px;
  position: absolute;
  top: 0;
}

.box-area .box-sub-ttl::before {
  transform: rotate(-35deg);
  left: 0;
}

.box-area .box-sub-ttl::after {
  transform: rotate(35deg);
  right: 0;
}

.box-area .box-ttl {
  color: #134D83;
  font-size: 2.188rem;
  text-align: center;
  margin: 0 auto 30px;
}

.box-area .box-price {
  display: grid;
  grid-template-columns: 250px 1fr;
  background-color: #fff;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.box-area .box-price-ttl {
  display: grid;
  place-items: center;
  background-color: #134D83;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.3;
}

.box-area .box-price-desc {
  padding: 0 20px;
  text-align: center;
}

.box-area .box-price-txt {
  font-size: 1.25rem;
  color: #134D83;
}

.box-area .box-price-txt span {
  background: linear-gradient(transparent 70%, #C4D9ED 70%);
}

.box-area .box-price-txt em {
  font-size: 2.5rem;
  font-weight: 600;
}

.box-area .box-btn {
  background-color: #134D83;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Noto Sans JP";
  line-height: 1;
  padding: 25px 50px;
  transition: filter 0.3s;
  line-height: 1.5;
  position: relative;
}

.box-area .box-btn::after {
  content: "";
  background-color: #fff;
  mask: url(../images/share/btn_arrow.svg) no-repeat center/contain;
  width: 23px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.box-area .box-btn:hover {
  filter: brightness(1.2);
}

.list-area-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.list-area-links a {
  display: block;
}

.list-area-links .list-img img {
  object-fit: cover;
  aspect-ratio: 3/2;
}

.list-area-links .list-ttl {
  background-image: linear-gradient(90deg, #134D83 0%, #134D83 35%, #79A5CE 100%);
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  min-height: 70px;
  line-height: 1.5;
  padding: 0 50px 0 25px;
  margin: -40px 50px 0 0;
  position: relative;
  transition: filter 0.3s;
}

.list-area-links .list-ttl::after {
  content: "";
  background: url(../images/share/btn_arrow02.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.list-area-links a:hover .list-ttl {
  filter: brightness(1.5);
}

@media (max-width: 800px) {
  .box-area .inner {
    padding: 25px;
  }

  .box-area .box-sub-ttl {
    font-size: 0.938rem;
    padding: 0 40px;
    margin: 0 auto 10px;
  }

  .box-area .box-sub-ttl::before,
  .box-area .box-sub-ttl::after {
    top: 5px;
  }

  .box-area .box-ttl {
    font-size: 1.563rem;
    line-height: 1.5;
    margin: 0 auto 30px;
  }

  .box-area .box-price {
    grid-template-columns: 1fr;
  }

  .box-area .box-price-ttl {
    padding: 10px;
    font-size: 1.125rem;
  }

  .box-area .box-price-desc {
    padding: 0 15px;
  }

  .box-area .box-price-txt {
    font-size: 1.25rem;
  }

  .box-area .box-price-txt em {
    font-size: 1.875rem;
  }

  .box-area .box-btn {
    padding: 15px 40px;
  }

  .list-area-links {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .list-area-links .list-img img {
    aspect-ratio: 2/1;
  }
}

.list-area-img {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.list-area-img a {
  display: block;
}

.list-area-img .list-img {
  display: grid;
  place-items: center;
  border: 1px solid #707070;
  height: 200px;
}

.list-area-img .list-img img {
  object-fit: contain;
  max-height: 150px;
  max-width: 130px;
}

.list-area-img .list-ttl {
  background-color: #134D83;
  color: #fff;
  font-weight: 600;
  padding: 10px 35px;
  position: relative;
}

.list-area-img .list-ttl::after {
  content: "";
  background: url(../images/share/btn_arrow02.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.dl-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 20px;
}

.dl-area .item {
  border: 1px solid #333;
  border-top: none;
  padding-top: 1px;
}

.dl-area dt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  text-align: center;
  margin: -15px 0 0;
}

.dl-area dt::before {
  content: "";
  background-color: #333;
  flex: 0 0 15px;
  height: 1px;
}

.dl-area dt::after {
  content: "";
  background-color: #333;
  flex: 1;
  height: 1px;
}

.dl-area dd {
  padding: 10px 25px 25px;
}

@media (max-width: 800px) {
  .list-area-img {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 30px;
  }

  .list-area-img .list-img {
    height: 120px;
  }

  .list-area-img .list-img img {
    max-height: 80px;
    max-width: 80px;
  }

  .list-area-img .list-ttl {
    padding: 10px 15px;
  }

  .dl-area {
    grid-template-columns: 1fr;
  }
}

.leakage-area-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5%;
}

.leakage-area-layout .list-area-img {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 800px) {
  .leakage-area-layout {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

.list-type {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  counter-reset: number;
}

.list-type li {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  min-height: 70px;
  line-height: 1.4;
  padding: 0 15px;
  position: relative;
  transition: filter 0.3s;
}

.list-type li:before {
  color: #79A5CE;
  font-family: "Work Sans";
  font-size: 1.75rem;
  line-height: 1;
  margin-right: 15px;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
}

@media (max-width: 800px) {
  .list-type {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }

  .list-type li {
    font-size: 0.938rem;
    line-height: 1.2;
  }

  .list-type li:before {
    font-size: 1.25rem;
    margin-right: 10px;
  }
}

.list-point {
  display: grid;
  grid-gap: 30px;
}

.list-point>li {
  position: relative;
  padding-left: 130px;
  padding-top: 20px;
}

.list-point .num {
  color: #fff;
  background-image: linear-gradient(90deg, #134D83 0%, #134D83 35%, #79A5CE 100%);
  border-radius: 50%;
  font-family: "Work Sans";
  font-size: 1.75rem;
  line-height: 1;
  text-align: center;
  width: 90px;
  height: 90px;
  padding-top: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.list-point .num::before {
  display: block;
  content: attr(data-en);
  font-size: 0.813rem;
  margin-bottom: 5px;
}

.list-point .list-ttl {
  color: #134D83;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .list-point {
    grid-gap: 30px;
  }

  .list-point>li {
    padding-left: 100px;
    padding-top: 20px;
  }

  .list-point .num {
    font-size: 1.438rem;
    width: 70px;
    height: 70px;
    padding-top: 16px;
  }

  .list-point .num::before {
    font-size: 0.688rem;
  }

  .list-point .list-ttl {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}

.list-flow {
  display: grid;
}

.list-flow>li {
  position: relative;
  padding-left: 130px;
  padding-top: 20px;
  padding-bottom: 50px;
  position: relative;
}

.list-flow>li::before {
  content: "";
  background-color: #134D83;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 45px;
}

.list-flow>li:last-child::before {
  display: none;
}

.list-flow .num {
  color: #fff;
  background-image: linear-gradient(90deg, #134D83 0%, #134D83 35%, #79A5CE 100%);
  border-radius: 10px;
  font-family: "Work Sans";
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  width: 90px;
  height: 90px;
  padding-top: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.list-flow .num::before {
  display: block;
  content: attr(data-en);
  font-size: 1.125rem;
  margin-bottom: 3px;
}

.list-flow .list-ttl {
  color: #134D83;
  font-size: 1.375rem;
  margin-bottom: 15px;
}

.list-flow .wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 8%;
}

.list-flow .list-img {
  width: 35%;
}

.list-flow .list-desc {
  flex: 1;
}

@media (max-width: 800px) {
  .list-flow>li {
    padding-left: 70px;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .list-flow>li::before {
    left: 24px;
  }

  .list-flow .num {
    font-size: 1.438rem;
    width: 50px;
    height: 50px;
    padding-top: 9px;
  }

  .list-flow .num::before {
    font-size: 0.625rem;
  }

  .list-flow .list-ttl {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }

  .list-flow .wrapper {
    display: block;
  }

  .list-flow .list-img {
    width: 100%;
    margin-bottom: 25px;
  }
}

.table-price {
  table-layout: fixed;
}

.table-price th {
  background-color: #134D83;
  color: #fff;
  font-weight: 600;
  padding: 15px;
  text-align: center;
}

.table-price th+th {
  border-left: 1px solid #D9D9D9;
}

.table-price td {
  padding: 15px;
  border-bottom: 1px solid #D9D9D9;
  text-align: center;
}

.table-price td+td {
  border-left: 1px solid #D9D9D9;
}

@media (max-width: 800px) {
  .table-price th {
    padding: 10px;
  }

  .table-price td {
    padding: 10px;
  }
}

.list-recruit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}

.list-recruit li {
  background-color: #fff;
  padding: 35px;
}

.list-recruit .list-ttl {
  background-color: #134D83;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  padding: 10px;
  margin: -60px 0 25px;
}

@media (max-width: 800px) {
  .list-recruit {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }

  .list-recruit li {
    padding: 25px;
  }
}

.area-layout {
  display: flex;
  flex-direction: row-reverse;
  gap: 5%;
}

.area-layout .l-img {
  width: 50%;
}

.area-layout .l-desc {
  flex: 1;
}

.area-layout .l-catch {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 50px;
}

.area-layout .l-catch em {
  color: #134D83;
  font-size: 2.5rem;
}

.area-layout .l-catch02 {
  font-weight: 600;
  font-weight: bold;
  border-left: 5px solid #79A5CE;
  padding-left: 25px;
}

.area-layout .l-catch02 strong {
  font-size: 1.875rem;
}

.area-layout .l-btn {
  text-align: right;
  margin-top: 50px;
}

@media (max-width: 800px) {
  .area-layout {
    display: block;
  }

  .area-layout .l-img {
    width: 100%;
  }

  .area-layout .l-catch {
    font-size: 1.563rem;
    margin-bottom: 30px;
  }

  .area-layout .l-catch em {
    font-size: 2.188rem;
  }

  .area-layout .l-btn {
    text-align: center;
    margin-top: 30px;
  }
}

.u-site-map {
  column-count: 2;
  column-gap: 50px;
  margin: 0 auto;
  max-width: 900px;
}

.u-site-map .col-ttl {
  border-bottom: 1px solid #D9D9D9;
  font-weight: 600;
  font-size: 1.063rem;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.u-site-map .col {
  break-inside: avoid;
  margin-bottom: 50px;
}

@media (max-width: 800px) {
  .u-site-map {
    column-count: 1;
  }

  .u-site-map .col {
    margin-bottom: 30px;
  }

  .box-sitemap .box-ttl {
    font-size: 1.125rem;
  }
}

.box-contact {
  background-color: #fff;
}

.box-contact .box-ttl {
  background-color: #134D83;
  color: #fff;
  font-size: 1.25rem;
  padding: 15px;
  text-align: center;
}

.box-contact .box-desc {
  padding: 20px;
}

.list-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.list-contact li {
  text-align: center;
}

.list-contact li+li {
  border-left: 1px solid #707070;
}

.list-contact p {
  margin-bottom: 5px;
}

.list-contact .u-tel {
  font-size: 1.563rem;
  margin-top: 15px;
}

@media (max-width: 800px) {
  .box-contact .box-ttl {
    font-size: 0.938rem;
    padding: 10px 5px;
  }

  .box-contact .box-desc {
    padding: 20px;
  }

  .list-contact {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .list-contact li {
    text-align: center;
  }

  .list-contact li+li {
    border-left: none;
  }

  .list-contact .u-tel {
    font-size: 1.563rem;
    margin-top: 0;
  }
}

.hukidashi-layout {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 15px;
}

.hukidashi-layout .l-img {
  width: 180px;
}

.hukidashi-layout .l-desc {
  flex: 1;
  background-color: #134D83;
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  position: relative;
}

.hukidashi-layout .l-desc::after {
  content: "";
  border-style: solid;
  border-width: 30px 0 0 50px;
  border-color: transparent transparent transparent #134D83;
  position: absolute;
  top: 10px;
  right: -30px;
}

.hukidashi-layout .l-list {
  display: grid;
  grid-gap: 10px;
  font-size: 1.125rem;
}

.hukidashi-layout .l-list li {
  position: relative;
  padding-left: 15px;
}

.hukidashi-layout .l-list li:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
}

.hukidashi-layout.w70 {
  width: 70%;
  margin-left: auto;
}

.list-chat {
  display: grid;
  grid-gap: 50px;
  position: relative;
  z-index: 0;
}

.list-chat>li {
  display: flex;
  gap: 100px;
  align-items: flex-start;
}

.list-chat .list-img {
  width: 150px;
}

.list-chat .list-desc {
  flex: 1;
  background-color: #fff;
  border: 2px solid #134D83;
  border-radius: 10px;
  padding: 35px;
  margin-right: 150px;
  position: relative;
}

.list-chat .list-desc::before {
  content: "";
  background: url(../images/under/chat_arrow.svg) no-repeat center/contain;
  width: 88px;
  height: 33px;
  position: absolute;
  top: 15px;
  left: -84px;
  z-index: 1;
}

.list-chat>li:nth-child(even) {
  flex-direction: row-reverse;
}

.list-chat>li:nth-child(even) .list-img {
  width: 180px;
}

.list-chat>li:nth-child(even) .list-desc {
  margin-right: -30px;
  margin-left: 150px;
}

.list-chat>li:nth-child(even) .list-desc::before {
  top: 15px;
  left: auto;
  right: -84px;
  transform: scale(-1, 1);
}

@media (max-width: 800px) {
  .hukidashi-layout {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 15px;
  }

  .hukidashi-layout .l-img {
    width: 100px;
  }

  .hukidashi-layout .l-desc {
    padding: 10px;
  }

  .hukidashi-layout .l-desc::after {
    top: 0;
    right: -15px;
  }

  .hukidashi-layout .l-list {
    grid-gap: 5px;
    font-size: 0.875rem;
  }

  .hukidashi-layout.w70 {
    width: 100%;
  }

  .list-chat {
    display: grid;
    grid-gap: 50px;
  }

  .list-chat>li {
    gap: 40px;
  }

  .list-chat .list-img {
    width: 80px;
  }

  .list-chat .list-desc {
    border: 1px solid #134D83;
    padding: 15px;
    font-size: 0.875rem;
    margin-right: 0;
  }

  .list-chat .list-desc::before {
    width: 50px;
    height: 18px;
    top: 15px;
    left: -47px;
  }

  .list-chat>li:nth-child(even) .list-img {
    width: 100px;
  }

  .list-chat>li:nth-child(even) .list-desc {
    margin-right: 0;
    margin-left: 0;
  }

  .list-chat>li:nth-child(even) .list-desc::before {
    right: -47px;
  }
}

.box-campaign {
  margin: 0 auto;
  max-width: 850px;
}

.box-campaign a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background-color: #fff;
  border: 3px solid #79A5CE;
  transition: border-color 0.3s;
}

.box-campaign a:hover {
  border-color: #134D83;
}

.box-campaign .box-img {
  width: 350px;
}

.box-campaign .box-desc {
  flex: 1;
  display: grid;
  place-items: center left;
  font-weight: bold;
  font-size: 1.25rem;
  padding: 0 5%;
}

.box-campaign .box-desc em {
  color: #134D83;
  font-size: 1.875rem;
}

@media (max-width: 800px) {
  .box-campaign a {
    flex-direction: column;
    align-items: flex-start;
  }

  .box-campaign .box-img {
    width: 100%;
  }

  .box-campaign .box-desc {
    display: block;
    font-size: 1.125rem;
    padding: 25px;
  }

  .box-campaign .box-desc em {
    font-size: 1.875rem;
  }
}

.dl-type {
  display: grid;
  grid-gap: 30px;
}

.dl-type>.item {
  display: grid;
  grid-template-columns: 300px 1fr;
  background-color: #fff;
}

.dl-type>.item>dt {
  background-color: #333;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
}

.dl-type>.item>dt.is-orange {
  background-color: #C78372;
}

.dl-type>.item>dt.is-yellow {
  background-color: #CA9D61;
}

.dl-type>.item>dt.is-green {
  background-color: #84A75F;
}

.dl-type>.item>dt.is-blue {
  background-color: #78A5C0;
}

.dl-type>.item>dt.is-purple {
  background-color: #7A7AA1;
}

.dl-type>.item>dd {
  padding: 30px 50px;
}

.dl-type .data {
  display: grid;
  grid-gap: 10px;
}

.dl-type .data .item {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 15px;
}

.dl-type .data dt {
  display: grid;
  place-items: center;
  background-color: #134D83;
  color: #fff;
  border-radius: 5px;
  font-size: 0.875rem;
  text-align: center;
}

.dl-type.is-gray>.item {
  background-color: #f5f5f5;
}

@media (max-width: 800px) {
  .dl-type {
    grid-gap: 30px;
  }

  .dl-type>.item {
    display: block;
  }

  .dl-type>.item>dt {
    font-size: 1.25rem;
    padding: 10px;
  }

  .dl-type>.item>dd {
    padding: 25px;
  }
}

.plan-sub-ttl {
  display: table;
  color: #134D83;
  font-size: 1.375rem;
  padding: 0 30px;
  text-align: center;
  margin: 0 auto 10px;
  position: relative;
}

.plan-sub-ttl::before,
.plan-sub-ttl::after {
  content: "";
  background: #134D83;
  border-radius: 30px;
  width: 2px;
  height: 40px;
  position: absolute;
  top: 0;
}

.plan-sub-ttl::before {
  transform: rotate(-35deg);
  left: 0;
}

.plan-sub-ttl::after {
  transform: rotate(35deg);
  right: 0;
}

.plan-ttl {
  color: #134D83;
  font-size: 2.188rem;
  padding: 0 30px;
  text-align: center;
  margin: 0 auto 30px;
}

.dl-plan {
  display: grid;
  grid-gap: 10px;
}

.dl-plan .item {
  background-color: #fff;
  display: grid;
  grid-template-columns: 180px 1fr;
  font-size: 22px;
}

.dl-plan dt {
  background-color: #134D83;
  color: #fff;
  display: grid;
  place-items: center;
  padding: 15px;
}

.dl-plan dd {
  color: #134D83;
  padding: 15px;
}

.dl-plan dd em {
  font-size: 40px;
  font-weight: bold;
}

.list-option {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.list-option li {
  color: #fff;
  background-color: #134D83;
  text-align: center;
  padding: 5px;
  font-size: 1.125rem;
}

@media (max-width: 800px) {
  .plan-sub-ttl {
    font-size: 1.125rem;
    padding: 0 15px;
    margin: 0 auto 10px;
  }

  .plan-sub-ttl::before,
  .plan-sub-ttl::after {
    width: 2px;
    height: 30px;
    top: 0;
  }

  .plan-ttl {
    font-size: 1.563rem;
    padding: 0;
  }

  .dl-plan {
    grid-gap: 5px;
  }

  .dl-plan .item {
    grid-template-columns: 100px 1fr;
    font-size: 0.938rem;
  }

  .dl-plan dt {
    padding: 10px;
  }

  .dl-plan dd {
    padding: 10px;
  }

  .dl-plan dd em {
    font-size: 25px;
  }

  .list-option {
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }

  .list-option li {
    font-size: 0.938rem;
  }
}

.list-service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}

.list-voice {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.list-voice>li {
  border: 1px solid #333;
  padding: 30px;
}

.list-voice .list-head {
  display: flex;
  align-items: flex-end;
  gap: 25px;
  margin-bottom: 20px;
}

.list-voice .list-ttl {
  flex: 1;
  border-bottom: 1px solid #707070;
  font-size: 1.125rem;
  padding-bottom: 10px;
}

@media (max-width: 800px) {
  .list-voice {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .list-voice>li {
    padding: 15px;
  }
}

.list-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}

.list-gallery li {
  text-align: center;
  position: relative;
}

.list-gallery li img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 800px) {
  .list-gallery {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
}

.zoom-img {
  display: block;
  position: relative;
}

.zoom-img::before {
  content: "";
  background: #134D83 url(../images/share/icon_zoom.svg) no-repeat center/20px auto;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}

.list-place {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 5px 15px;
}

.list-place a {
  color: #134D83;
  text-decoration: underline;
}

.list-place a:hover {
  text-decoration: none;
}

.box-place {
  border: 1px solid #333;
  border-top: none;
  padding-top: 1px;
}

.box-place .box-ttl {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 1.375rem;
  text-align: center;
  margin: -21px 0 30px;
}

.box-place .box-ttl::before,
.box-place .box-ttl::after {
  content: "";
  background-color: #333;
  flex: 1;
  height: 1px;
}

.box-place .box-inner {
  padding: 0 50px 50px;
}

@media (max-width: 800px) {
  .box-place .box-ttl {
    gap: 15px;
    font-size: 0.938rem;
    text-align: center;
    margin: -13px 0 20px;
  }

  .box-place .box-inner {
    padding: 0 25px 25px;
  }
}

.list-place {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 5px 15px;
}

.list-place a {
  color: #134D83;
  text-decoration: underline;
}

.list-place a:hover {
  text-decoration: none;
}

.list-shop {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}

.list-shop li {
  background-color: #f5f5f5;
  border-left: 2px solid #134D83;
  padding: 20px 25px;
}

.list-shop .tel {
  display: block;
  font-family: "Work Sans";
  font-size: 1.375rem;
}

.list-shop .tel span {
  font-size: 0.938rem;
}

@media (max-width: 800px) {
  .list-shop {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}

.list-case {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}

.list-case>li {
  position: relative;
  background-color: #fff;
  padding: 35px 30px 30px;
}

.list-case>li::before {
  color: #79A5CE;
  content: attr(data-en);
  font-family: "Work Sans";
  font-weight: 300;
  font-size: 2.813rem;
  line-height: 1;
  position: absolute;
  top: -25px;
  left: 20px;
  z-index: 1;
}

.list-case .list-ttl {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.list-case .list-dl {
  display: grid;
  grid-gap: 5px;
  margin-bottom: 20px;
}

.list-case .list-dl .item {
  display: grid;
  grid-template-columns: 100px 1fr;
}

.list-case .list-dl dt {
  color: #134D83;
}

@media (max-width: 800px) {
  .list-case {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .list-case>li {
    padding: 30px 25px;
  }

  .list-case>li::before {
    font-size: 2.188rem;
    top: -10px;
  }

  .list-case .list-ttl {
    font-size: 1.125rem;
  }
}

.dl-office {
  display: grid;
  grid-gap: 15px;
}

/*-----------------------------------------------------------
Footer
-----------------------------------------------------------*/
.footer {
  background-color: #f5f5f5;
  margin-top: auto;
  position: relative;
}

.f-contact-area {
  background-image: linear-gradient(90deg, #134D83 0%, #134D83 35%, #79A5CE 100%);
  color: #fff;
  padding: 130px 0;
}

.f-contact-area .time {
  text-align: center;
  margin-top: 40px;
}

.f-contact-list {
  display: flex;
  gap: 15px 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.f-contact-list li {
  position: relative;
}

.f-contact-list li+li {
  margin-left: 30px;
  padding-left: 30px;
}

.f-contact-list li+li::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.f-contact-list .tel {
  display: block;
  font-family: "Work Sans";
  font-size: 2rem;
  line-height: 1;
}

.f-contact-list .tel span {
  font-size: 1.875rem;
}

.f-contact-list .btn {
  display: flex;
  gap: 15px;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.188rem;
  padding: 15px 30px;
  transition: filter 0.3s;
}

.f-contact-list .btn:hover {
  filter: brightness(1.5);
}

@media (max-width: 800px) {
  .f-contact-area {
    padding: 50px 0;
  }

  .f-contact-area .time {
    margin-top: 30px;
  }

  .f-contact-list {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
  }

  .f-contact-list li+li {
    margin: 0;
    padding: 0;
  }

  .f-contact-list li+li::before {
    display: none;
  }

  .f-contact-list .tel {
    font-size: 1.875rem;
  }

  .f-contact-list .tel span {
    font-size: 1.25rem;
  }

  .f-contact-list .btn {
    padding: 10px 30px;
  }
}

.f-contents {
  padding: 80px 0 50px;
}

@media (max-width: 800px) {
  .f-contents {
    padding: 50px 0;
  }
}

.f-layout01 {
  border-bottom: 1px solid #D9D9D9;
  display: grid;
  grid-template-columns: 210px 1fr 150px;
  align-items: center;
  padding-bottom: 70px;
}

.f-layout01 .l-ttl {
  font-size: 1.563rem;
}

.f-layout01 .l-ttl::before {
  display: block;
  content: attr(data-en);
  color: #79A5CE;
  font-family: "Work Sans";
  font-size: 1.563rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.f-layout01 p {
  margin-bottom: 10px;
}

.f-layout01 ul {
  display: flex;
  flex-wrap: wrap;
}

.f-layout01 ul li:not(:last-child)::after {
  content: "|";
  padding-left: 1rem;
  padding-right: 1rem;
}

.f-layout01 ul a {
  text-decoration: underline;
}

.f-layout01 ul a:hover {
  text-decoration: none;
}

.f-layout01 .btn-more {
  min-width: 150px;
}

@media (max-width: 800px) {
  .f-layout01 {
    grid-template-columns: 1fr;
    padding-bottom: 50px;
  }

  .f-layout01 .l-ttl {
    font-size: 1.375rem;
    margin-bottom: 15px;
  }

  .f-layout01 .l-ttl::before {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }

  .f-layout01 .l-desc {
    margin-bottom: 30px;
  }

  .f-layout01 p {
    margin-bottom: 15px;
  }

  .f-layout01 ul {
    display: flex;
    flex-wrap: wrap;
  }

  .f-layout01 ul li:not(:last-child)::after {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .f-layout01 .btn-more {
    max-width: 150px;
  }
}

.f-layout02 {
  padding-top: 50px;
}

.f-layout02 .l-intro {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.f-layout02 .l-desc {
  width: fit-content;
  margin: 0 auto;
}

.f-layout02 .l-desc p {
  margin-bottom: 5px;
}

.f-layout02 .link-access {
  margin-left: 10px;
}

.f-layout02 .l-contact {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.f-layout02 .l-contact .tel {
  display: block;
  font-family: "Work Sans";
  font-size: 1.688rem;
  line-height: 1;
}

.f-layout02 .l-contact .tel span {
  font-size: 1.25rem;
}

.f-layout02 .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  align-items: flex-start;
  margin-top: 40px;
}

.f-layout02 .l-list {
  border-bottom: 1px solid #D9D9D9;
}

.f-layout02 .l-list li {
  border-top: 1px solid #D9D9D9;
  padding: 10px 0;
  color: #888;
  font-size: 0.875rem;
}

@media (max-width: 800px) {
  .f-layout02 {
    padding-top: 50px;
  }

  .f-layout02 .l-intro {
    grid-template-columns: 1fr;
  }

  .f-layout02 .l-desc {
    width: fit-content;
    margin: 0 auto;
  }

  .f-layout02 .l-desc p {
    margin-bottom: 5px;
  }

  .f-layout02 .logo {
    margin-bottom: 15px;
  }

  .f-layout02 .link-access {
    margin-left: 0;
  }

  .f-layout02 .l-contact {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 15px;
  }

  .f-layout02 .wrap {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 30px;
  }

  .f-layout02 .l-list li {
    font-size: 0.813rem;
  }

  .f-layout02 .l-list+.l-list {
    margin-top: -1px;
  }
}

.link-access {
  color: #134D83;
  display: inline-flex;
  gap: 5px;
  text-decoration: underline;
  vertical-align: top;
}

.link-access:hover {
  text-decoration: none;
}

.site-map {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.site-map .col-ttl {
  border-bottom: 1px solid #D9D9D9;
  font-family: "Noto Sans JP";
  font-size: 1.063rem;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .site-map {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .site-map .col-ttl {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}

.f-links {
  display: grid;
  grid-gap: 5px;
  font-size: 0.938rem;
}

.f-links a:hover {
  text-decoration: underline;
}

.f-links .sub-menu {
  margin: 5px 0 0 15px;
}

.f-links .sub-menu>li::before {
  content: "-";
}

@media (max-width: 800px) {
  .f-links {
    grid-gap: 0;
  }
}

.f-links02 {
  border-top: 1px solid #D9D9D9;
  color: #888;
  display: grid;
  grid-gap: 5px;
  font-size: 0.875rem;
  padding-top: 25px;
  margin-top: 25px;
}

.f-links02 a:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .f-links02 {
    grid-gap: 0;
  }
}

.f-links-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 38px;
  margin-bottom: 60px;
}

.f-group-site {
  background-color: #fff;
  padding: 30px;
}

.f-group-site .ttl {
  font-family: "Noto Sans JP";
  font-size: 1.063rem;
  padding-left: 1.5rem;
  margin-bottom: 10px;
  position: relative;
}

.f-group-site .ttl::before {
  content: "";
  background-color: #134D83;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  position: absolute;
  top: 7px;
  left: 0;
}

.f-group-site ul {
  column-count: 2;
  font-size: 0.875rem;
}

.f-group-site ul li {
  margin-bottom: 5px;
}

.f-group-site a {
  text-decoration: underline;
}

.f-group-site a:hover {
  text-decoration: none;
}

.f-sec {
  display: grid;
  grid-template-columns: 150px 1fr;
  place-items: center;
  grid-gap: 30px;
  background-image: linear-gradient(90deg, #171630 0%, #35346E 57%, #4C4B9D 100%);
  color: #fff;
  padding: 15px 30px;
  font-size: 0.938rem;
  transition: filter 0.3s;
}

.f-sec:hover {
  filter: brightness(1.2);
}

@media (max-width: 800px) {
  .f-links-wrap {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-bottom: 100px;
  }

  .f-group-site {
    padding: 20px;
  }

  .f-grs {
    grid-template-columns: 130px 1fr;
  }
}

.copyright {
  color: #888;
  font-size: 0.85rem;
  text-align: center;
}

.pagetop {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 5;
}

.pagetop a {
  display: inline-block;
  transition: transform 0.5s;
}

.pagetop a:hover {
  transform: translateY(-10px);
}

@media (max-width: 800px) {
  .pagetop {
    bottom: 100px;
    right: 30px;
    width: 50px;
  }
}

.f-group-box {
  background-color: #fff;
  border-top: 1px solid #134D83;
  padding: 45px 60px 50px;
  margin-bottom: 60px;
}

.f-group-box .box-ttl {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 30px;
}

.f-group-box .box-btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px 24px;
}

.f-group-box .box-btns a {
  background-image: linear-gradient(90deg, #134D83 0%, #134D83 35%, #79A5CE 100%);
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  font-size: 1.25rem;
  min-height: 70px;
  padding: 10px 30px;
  transition: filter 0.5s;
  line-height: 1;
  position: relative;
}

.f-group-box .box-btns a::after {
  content: "";
  background-color: #fff;
  mask: url(../images/share/btn_arrow.svg) no-repeat center/contain;
  width: 23px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.f-group-box .box-btns a:hover {
  filter: brightness(1.5);
}

@media (max-width: 800px) {
  .f-group-box {
    padding: 25px 15px 30px;
    margin-bottom: 50px;
  }

  .f-group-box .box-ttl {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }

  .f-group-box .box-btns {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  .f-group-box .box-btns a {
    font-size: 1rem;
    padding: 10px 20px;
    min-height: 60px;
  }

  .f-group-box .box-btns a::after {

  }
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*通常投稿*/
.list-under-post {
  border-top: 1px solid #d6d6d6;
  margin-bottom: 50px;
}

.list-under-post>li {
  border-bottom: 1px solid #d6d6d6;
}

.list-under-post a {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-gap: 25px;
  padding: 15px 70px 15px 0;
  position: relative;
}

.list-under-post a::before,
.list-under-post a::after {
  content: "";
  position: absolute;
}

.list-under-post a::before {
  background-color: #f5f5f5;
  border-radius: 2px;
  top: 10px;
  bottom: 10px;
  right: 0;
  width: 30px;
  transition: background-color 0.3s;
  z-index: 1;
}

.list-under-post a::after {
  -webkit-mask: url(../images/share/btn_arrow.svg) no-repeat center/contain;
  mask: url(../images/share/btn_arrow.svg) no-repeat center/contain;
  background: #000;
  width: 14px;
  height: 10px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.list-under-post a:hover::before {
  background-color: #134D83;
}

.list-under-post a:hover::after {
  background-color: #fff;
}

.list-under-post .list-img img {
  border: 1px solid #eee;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 7/5;
}

.list-under-post .list-desc {
  flex: 1;
  margin-bottom: 5px;
}

.list-under-post time {
  display: block;
  color: #ADADAD;
  font-size: 0.8rem;
}

.list-under-post .list-ttl {
  font-size: 0.938rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.list-under-post .category {
  display: inline-block;
  background-color: #79A5CE;
  color: #fff;
  font-size: 11px;
  padding: 0 5px;
  margin-right: 5px;
}

.list-under-post .no-post {
  padding: 25px 0;
}

@media (max-width: 800px) {
  .list-under-post a {
    grid-template-columns: 120px 1fr;
    grid-gap: 15px;
    padding: 15px 40px 15px 0;
  }

  .list-under-post a::before {
    width: 20px;
  }

  .list-under-post a::after {
    right: 4px;
  }

  .list-under-post .list-desc {
    margin-top: -5px;
  }

  .list-under-post .list-ttl {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

/*豆知識*/
.list-under-blog {
  margin-bottom: 80px;
}

.list-under-blog .list-img {
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
  overflow: hidden;
}

.list-under-blog .list-img img {
  aspect-ratio: 7/5;
  object-fit: cover;
  width: 100%;
  transition: transform 0.5s;
}

.list-under-blog time {
  color: #aaa;
  display: block;
  font-size: 12px;
}

.list-under-blog .list-ttl {
  font-family: "Noto Sans JP";
  font-size: 1.188rem;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 10px;
}

.list-under-blog .list-txt {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 10px;
}

.list-under-blog .category {
  display: inline-block;
  background-color: #79A5CE;
  color: #fff;
  font-size: 11px;
  padding: 0 5px;
  margin-right: 5px;
}

.list-under-blog a {
  display: block;
  height: 100%;
}

.list-under-blog a:hover .list-img img {
  transform: scale(1.1);
}

.list-under-blog .splide-controller {
  margin-top: 50px;
}

.list-under-blog .splide-controller .splide__arrows {
  justify-content: center;
}

/*お知らせ*/
.list-under-news {
  border-top: 1px solid #dfdfdf;
  margin-bottom: 30px;
}

.list-under-news a {
  display: flex;
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 0;
}

.list-under-news a:hover .ttl {
  text-decoration: underline;
}

.list-under-news time {
  display: inline-block;
  color: #888;
  margin-right: 25px;
}

.list-under-news .ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/*施工実績*/
.list-under-works {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  margin-bottom: 50px;
  width: 100%;
}

.list-under-works a {
  display: block;
}

.list-under-works .list-img {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  overflow: hidden;
}

.list-under-works .list-img img {
  object-fit: cover;
  aspect-ratio: 7/5;
  width: 100%;
  transition: transform 0.3s;
}

.list-under-works .list-ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.list-under-works .list-data .item {
  color: #134D83;
  display: grid;
  grid-template-columns: 60px 1fr;
  font-size: 0.875rem;
  margin-bottom: 15px;
}

.list-under-works .list-data dt {
  font-family: "Noto Sans JP";
}

.list-under-works .category {
  background-color: #79A5CE;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.3em;
  margin-right: 10px;
}

.list-under-works a:hover .list-img img {
  transform: scale(1.1);
}

.list-under-works .splide-controller {
  margin-top: 50px;
}

.list-under-works .splide-controller .splide__arrows {
  justify-content: center;
}

.list-under-works02 {
  display: grid;
  grid-gap: 30px;
  margin-bottom: 50px;
}

.list-under-works02>li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}

.list-under-works02>li+li {
  border-top: 1px dashed #ccc;
  padding-top: 30px;
}

.list-under-works02 time {
  display: block;
  color: #888;
  font-family: "Work Sans";
  margin-right: 30px;
}

.list-under-works02 .list-img {
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  border: 1px solid #ccc;
}

.list-under-works02 .list-img img {
  object-fit: cover;
  aspect-ratio: 7/5;
  width: 100%;
  transition: transform 0.3s;
}

.list-under-works02 .list-img a:hover img {
  transform: scale(1.1);
}

.list-under-works02 .list-ttl {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 5px;
}

.list-under-works02 .list-sub-ttl {
  margin-bottom: 20px;
}

.list-under-works02 .list-data {
  color: #134D83;
  display: grid;
  font-size: 0.875rem;
  margin-bottom: 15px;
}

.list-under-works02 .list-data .item {
  display: grid;
  grid-template-columns: 60px 1fr;
}

.list-under-works02 .list-data dt {
  font-family: "Noto Sans JP";
}

.list-under-works02 .category {
  background-color: #79A5CE;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.3em;
  margin-right: 10px;
}

.list-under-works02 .list-btn {
  margin-top: 50px;
}

.list-under-works02 .splide-controller {
  margin-top: 50px;
}

.list-under-works03 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 25px;
  margin-bottom: 50px;
}

.list-under-works03 a {
  display: block;
}

.list-under-works03 .list-img {
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  margin-bottom: 25px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.list-under-works03 .list-img img {
  object-fit: cover;
  aspect-ratio: 7/5;
  width: 100%;
  transition: transform 0.3s;
}

.list-under-works03 .list-ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 10px;
}

.list-under-works03 .list-data {
  color: #134D83;
  display: grid;
  font-size: 0.875rem;
  margin-bottom: 15px;
}

.list-under-works03 .list-data .item {
  display: grid;
  grid-template-columns: 60px 1fr;
}

.list-under-works03 .list-data dt {
  font-family: "Noto Sans JP";
}

.list-under-works03 .category {
  background-color: #79A5CE;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.3em;
  margin-right: 10px;
}

.list-under-works03 a:hover .list-img img {
  transform: scale(1.1);
}

.list-under-works03 .splide-controller {
  margin-top: 50px;
}

.works-gallery {
  margin-bottom: 80px;
}

.works-gallery .splide {
  background-color: #f5f5f5;
  padding: 50px;
  text-align: center;
}

.works-gallery p {
  margin-top: 10px;
}

.works-gallery .splide__slide img {
  max-height: 500px;
  object-fit: cover;
}

.works-gallery .thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
  grid-gap: 8px;
  margin-top: 30px;
}

.works-gallery .thumb-wrapper .thumb-item {
  cursor: pointer;
  filter: grayscale(100%);
  transition: 0.3s;
}

.works-gallery .thumb-wrapper .thumb-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 5px;
}

.works-gallery .thumb-wrapper .thumb-item.is-active,
.works-gallery .thumb-wrapper .thumb-item:hover {
  filter: grayscale(0%);
}

@media (max-width: 800px) {
  .list-under-works02 {
    grid-gap: 50px;
  }

  .list-under-works02>li {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .list-under-works02 .list-ttl {
    font-size: 1.375rem;
    margin-bottom: 10px;
  }

  .list-under-works02 .list-btn {
    margin-top: 30px;
    text-align: center;
  }

  .list-under-works02 .btn-more {
    width: 100%;
  }

  .list-under-works02 .splide-controller {
    margin-top: 50px;
  }

  .list-under-works03 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 15px;
    margin-bottom: 30px;
  }

  .list-under-works03 .list-img {
    margin-bottom: 15px;
  }

  .list-under-works03 .list-ttl {
    margin-bottom: 5px;
  }

  .list-under-works03 .list-data {
    margin-bottom: 5px;
  }

  .works-gallery {
    margin-bottom: 50px;
  }

  .works-gallery .splide {
    padding: 25px;
  }

  .works-gallery .thumb-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  }
}

/*詳細ページ*/
.single-post-layout {
  border-bottom: 1px solid #dbdce0;
  padding-bottom: 50px;
  margin-bottom: 50px;
  max-width: 900px;
  margin: 0 auto 50px;
}

.single-post-layout .l-ttl {
  font-size: 1.75rem;
  margin-bottom: 50px;
}

.single-post-layout .l-data {
  color: #134D83;
  display: grid;
  font-size: 0.875rem;
  margin-bottom: 25px;
}

.single-post-layout .l-data .item {
  display: grid;
  grid-template-columns: 45px 1fr;
}

.single-post-layout .l-data dt {
  font-family: "Noto Sans JP";
  font-weight: bold;
  text-align-last: justify;
  letter-spacing: 0;
}

.single-post-layout .l-data dd::before {
  content: ":";
  margin: 0 10px;
}

.single-post-layout .post-data {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.single-post-layout .post-data time {
  display: inline-block;
  color: #ADADAD;
  font-size: 12px;
  margin-right: 20px;
}

.single-post-layout .post-data .category {
  display: inline-block;
  background-color: #79A5CE;
  border: 1px solid #fff;
  color: #fff;
  font-size: 11px;
  padding: 0 5px;
  margin-right: 10px;
}

.single-post-layout .short+.short {
  margin-top: 100px;
}

.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 15px;
}

.postdata a {
  text-decoration: underline;
}

.postdata a:hover {
  text-decoration: none;
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  list-style: inside disc;
}

.postdata ul li>ul {
  margin: 0 0 0 15px;
}

.postdata ol li {
  list-style: inside decimal;
}

.postdata ol li>ol {
  margin: 0 0 0 15px;
}

.postdata .btn-more {
  text-decoration: none;
}

.postdata h2 {
  background-color: #F5F5F5;
  color: #134D83;
  padding: 7px 20px;
  font-size: 1.375rem;
  margin-bottom: 30px;
}

.postdata h3 {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.postdata h3::before {
  content: "";
  display: block;
  border-radius: 2px;
  background-color: #134D83;
  width: 4px;
  height: 1.2em;
  margin-top: 2px;
}

.postdata h4 {
  font-size: 1.25rem;
  margin-bottom: 15px;
}

/*ページャー*/
.post-number {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.post-number span,
.post-number a {
  display: inline-block;
  color: #134D83;
  background-color: #edeef0;
  font-size: 13px;
  font-family: "Work Sans";
  text-align: center;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  transition: 0.3s;
  padding: 0 20px;
}

.post-number>*+* {
  margin-left: 10px;
}

.post-number a:hover {
  background: #134D83;
  color: #fff;
}

.post-number .current {
  background: #134D83;
  color: #fff;
}

.post-number-single {
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: "Work Sans";
  margin-top: 50px;
}

.post-number-single a {
  display: inline-block;
}

.post-number-single .all {
  background: #134D83;
  border: 1px solid #134D83;
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  max-width: 200px;
  margin: 0 10px;
  height: 30px;
  width: 100%;
}

.post-number-single .all:hover {
  background: #fff;
  color: #134D83;
}

.post-number-single .prev,
.post-number-single .next {
  border: 1px solid #134D83;
  width: 30px;
  height: 30px;
  position: relative;
}

.post-number-single .prev::before,
.post-number-single .next::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #134D83;
  margin: 0 auto;
  top: 12px;
}

.post-number-single .prev:hover,
.post-number-single .next:hover {
  background: #134D83;
}

.post-number-single .prev:hover::before,
.post-number-single .next:hover::before {
  border-color: #fff;
}

.post-number-single .prev::before {
  transform: rotate(-135deg);
  left: 13px;
  border-left: 1px solid #134D83;
}

.post-number-single .next::before {
  transform: rotate(135deg);
  right: 13px;
  border-right: 1px solid #134D83;
}

.category-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.category-area dl {
  display: flex;
  align-items: center;
  gap: 15px;
}

.category-area dl dt {
  color: #000;
  font-family: "Lato", "FOT-セザンヌ Pro DB";
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 5px;
}

.category-ttl {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 15px;
}

.category-ttl::before {
  content: "";
  display: block;
  border-radius: 2px;
  background-color: #134D83;
  width: 5px;
  height: 1.2em;
  margin-top: 3px;
}

.category-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: "";
  background: #fff url(../images/share/icon_select_arrow.svg) no-repeat right 10px center/20px auto;
  border-radius: 2px;
  border: none;
  border: 1px solid #000;
  color: #000;
  font-size: 0.938rem;
  vertical-align: middle;
  padding: 5px 40px 5px 15px;
  margin: 0;
  width: 100%;
  max-width: 180px;
  height: 40px;
}

.select-wrapper {
  display: flex;
  gap: 15px;
}

@media (max-width: 800px) {

  /*お知らせ*/
  .list-under-news a {
    display: block;
    line-height: 1.5;
    padding: 10px 0;
  }

  .list-under-news time {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .list-under-news .ttl {
    -webkit-line-clamp: 2;
  }

  /*詳細ページ*/
  .single-post-layout .l-ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .category-area {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 30px;
  }
}

/*------------
sidebar-layout
--------------*/
.sidebar-layout {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
}

.main-contents {
  padding: 0 70px;
  width: calc(100% - 300px);
  max-width: 1200px;
  margin: 0 auto;
}

.side-contents {
  padding: 0 40px;
  width: 300px;
}

.side-contents-wrapper {
  position: sticky;
  top: 110px;
}

.side-area-item-ttl {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.side-area-item+.side-area-item {
  margin-top: 30px;
}

.side-area-links {
  display: grid;
  grid-gap: 5px;
}

.side-area-links li {
  padding-left: 20px;
  position: relative;
}

.side-area-links li::before {
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 9px;
  left: 0;
}

.side-area-links a {
  display: inline-block;
}

.side-area-links a:hover {
  text-decoration: underline;
}

.side-area-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: "";
  background: #fff url(../images/share/icon_select_arrow.svg) no-repeat right 10px center/20px auto;
  border-radius: 0;
  border: none;
  border: 1px solid #e8ecf0;
  color: #333;
  vertical-align: middle;
  padding: 10px 20px 10px 15px;
  margin: 0;
  width: 100%;
  height: 50px;
}

@media (max-width: 800px) {
  .sidebar-layout {
    flex-direction: column-reverse;
    padding: 0 5vw;
    width: 100%;
  }

  .sidebar-layout.sp-reverse {
    flex-direction: column;
  }

  .sidebar-layout.sp-reverse .side-contents {
    margin: 0 0 50px;
  }

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

  .side-contents {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }

  .side-contents-wrapper {
    position: sticky;
    top: 20px;
  }

  .side-area-item+.side-area-item {
    margin-top: 30px;
  }
}

/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

hr {
  max-width: 1024px;
  margin: 50px auto;
}

.fade {
  transition: opacity 0.5s;
}

.fade:hover {
  opacity: 0.5;
}

.fs11 {
  font-size: 11px;
}

.bold,
strong {
  font-weight: bold;
}

.font01 {
  font-family: "Noto Sans JP";
}

.fs20 {
  font-size: 1.25rem;
}

.fs25 {
  font-size: 1.563rem;
}

.fs28 {
  font-size: 1.75rem;
}

.fs35 {
  font-size: 2.188rem;
}

@media (max-width: 800px) {
  .fs20 {
    font-size: 0.938rem;
  }

  .fs25 {
    font-size: 1.25rem;
  }

  .fs28 {
    font-size: 1.438rem;
  }

  .fs35 {
    font-size: 1.875rem;
  }
}

.co-red {
  color: #79A5CE;
}

.co-blue {
  color: #134D83;
}

.marker {
  background: linear-gradient(transparent 50%, #C4D9ED 50%);
}

.notice {
  font-size: 0.8rem;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}

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

.mbXS {
  margin-bottom: 5px !important;
}

.mbS {
  margin-bottom: 15px !important;
}

.mbM {
  margin-bottom: 30px !important;
}

.mbL {
  margin-bottom: 60px !important;
}

.mbXL {
  margin-bottom: 90px !important;
}

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

.pb0 {
  padding-bottom: 0 !important;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

@media (max-width: 800px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sp-tac {
    text-align: center !important;
  }

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

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

  .mbL {
    margin-bottom: 30px !important;
  }

  .mbXL {
    margin-bottom: 50px !important;
  }
}

/*ボタン*/
.btn-more {
  background-color: #134D83;
  border-radius: 50px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Noto Sans JP";
  line-height: 1;
  min-height: 55px;
  min-width: 250px;
  padding: 15px 50px;
  transition: filter 0.3s;
  line-height: 1.5;
  position: relative;
}

.btn-more::after {
  content: "";
  background-color: #fff;
  mask: url(../images/share/btn_arrow.svg) no-repeat center/contain;
  width: 23px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-more:hover {
  filter: brightness(1.2);
}

.btn-more.white {
  background-color: #fff;
  color: #134D83;
  background-image: none;
}

.btn-more.white::after {
  background-color: #134D83;
}

.btn-contact {
  border-radius: 50px;
  background-image: linear-gradient(90deg, #134D83 0%, #134D83 35%, #79A5CE 100%);
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  font-size: 0.938rem;
  color: #fff;
  padding: 10px 15px;
  min-width: 250px;
  transition: filter 0.3s;
}

.btn-contact:hover {
  filter: brightness(1.2);
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.btn-wrap.center {
  justify-content: center;
}

@media (max-width: 800px) {
  .btn-more {
    min-width: 0;
    min-height: 45px;
    padding: 10px 50px;
  }
}

/*------------
splide
-------------*/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0 2px;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list {
  display: block;
}

.splide__track--fade>.splide__list>.splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__arrows {
  display: flex;
  gap: 10px;
}

.splide__arrow {
  align-items: center;
  cursor: pointer;
  background-color: #134D83;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 40px;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  z-index: 1;
  transition: 0.3s;
}

.splide__arrow svg {
  display: none;
}

.splide__arrow--prev::after,
.splide__arrow--next::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border: solid #fff;
  border-width: 2px 2px 0 0;
}

.splide__arrow--prev::after {
  margin-left: 0.2rem;
  transform: rotate(-135deg);
}

.splide__arrow--next::after {
  margin-right: 0.2rem;
  transform: rotate(45deg);
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 1em;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 10px;
}

.splide__pagination__page.is-active {
  background: #134D83;
  border: 1px solid #134D83;
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.contact-form table {
  border-collapse: collapse;
  margin: 0 0 50px;
  width: 100%;
}

.contact-form table tr {
  border-bottom: 1px dashed #ccc;
}

.contact-form table th {
  padding: 20px 40px 20px 0;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
  width: 30%;
}

.contact-form table td {
  padding: 20px 0;
  width: 70%;
}

.contact-form .hissu {
  display: inline-block;
  background: #E35C5C;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  padding: 1px 8px;
  margin-left: 15px;
  vertical-align: 1px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=number],
.contact-form input[type=date],
.contact-form select,
.contact-form textarea {
  -webkit-appearance: none;
  appearance: none;
  background: #f5f5f5;
  border: none;
  border-radius: 2px;
  color: #333;
  font-size: 16px;
  padding: 10px;
  margin: 0;
  width: 100%;
  min-height: 50px;
}

.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form input[type=number]:focus,
.contact-form input[type=file]:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 1px solid #419caf;
}

.contact-form textarea {
  height: 200px;
  resize: vertical;
}

/*radio*/
.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin: 0 20px 0 0;
}

.wpcf7-radio label {
  display: flex;
  align-items: flex-start;
  position: relative;
  font-size: 16px;
}

.wpcf7-radio input[type=radio] {
  flex: 0 0 18px;
  display: inline-block;
  background-color: #eeeff2;
  border: 1px solid #d6d9e0;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  -webkit-appearance: none;
  appearance: none;
  margin: 6px 10px 0 0;
}

.wpcf7-radio input[type=radio]:checked+span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 5px;
  z-index: 0;
}

.wpcf7-radio input[type=radio]:focus-visible {
  border-color: #419caf;
  outline: none;
}

/*checkbox*/
.wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin: 0 20px 0 0;
}

.wpcf7-checkbox label {
  display: flex;
  align-items: flex-start;
  position: relative;
  font-size: 16px;
}

.wpcf7-checkbox input[type=checkbox] {
  flex: 0 0 18px;
  display: inline-block;
  background-color: #eeeff2;
  border: 1px solid #d6d9e0;
  border-radius: 0;
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  appearance: none;
  margin: 6px 10px 0 0;
}

.wpcf7-checkbox input[type=checkbox]:checked+span::before {
  content: "";
  display: block;
  border: solid #333;
  border-width: 0 2px 2px 0;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 9px;
  left: 6px;
  transform: rotate(45deg);
  z-index: 0;
}

.wpcf7-checkbox input[type=checkbox]:focus-visible {
  border-color: #419caf;
  outline: none;
}

/*select*/
.contact-form .select-wrap {
  position: relative;
}

.contact-form .select-wrap::after {
  content: "";
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 22px;
}

/*file*/
.file-label {
  display: inline-block;
  background-color: #f5f5f5;
  cursor: pointer;
  color: #333;
  font-size: 13px;
  padding: 10px 25px;
  transition: 0.5s;
}

.file-label:hover {
  background-color: #333;
  color: #fff;
}

.file-label input[type=file] {
  display: none;
}

.file-message {
  margin-top: 5px;
  font-size: 13px;
}

.date-picker input[type=text] {
  background-image: url("data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPy0tPgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+Cgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJ3aWR0aDogMjU2cHg7IGhlaWdodDogMjU2cHg7IG9wYWNpdHk6IDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojODg4O30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTQ5LjE5MywxMDMuNTI1YzE1Ljk5NSwwLDI4Ljk2NC0xMi45NywyOC45NjQtMjguOTczVjI4Ljk2NEMxNzguMTU3LDEyLjk3LDE2NS4xODgsMCwxNDkuMTkzLDAKCQljLTE2LjAwMiwwLTI4Ljk3MywxMi45Ny0yOC45NzMsMjguOTY0djQ1LjU4OEMxMjAuMjIsOTAuNTU2LDEzMy4xOTEsMTAzLjUyNSwxNDkuMTkzLDEwMy41MjV6Ij48L3BhdGg+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzYyLjgxNiwxMDMuNTI1YzE1Ljk5NCwwLDI4Ljk2NC0xMi45NywyOC45NjQtMjguOTczVjI4Ljk2NEMzOTEuNzgsMTIuOTcsMzc4LjgxLDAsMzYyLjgxNiwwCgkJYy0xNi4wMDMsMC0yOC45NzMsMTIuOTctMjguOTczLDI4Ljk2NHY0NS41ODhDMzMzLjg0Myw5MC41NTYsMzQ2LjgxMywxMDMuNTI1LDM2Mi44MTYsMTAzLjUyNXoiPjwvcGF0aD4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00MzUuMTY0LDQxLjI4N2gtMTcuOTI1djMzLjI2NWMwLDMwLjAxNy0yNC40MTQsNTQuNDMyLTU0LjQyMiw1NC40MzJjLTMwLjAxOCwwLTU0LjQzMi0yNC40MTUtNTQuNDMyLTU0LjQzMgoJCVY0MS4yODdIMjAzLjYxNnYzMy4yNjVjMCwzMC4wMTctMjQuNDE1LDU0LjQzMi01NC40MjMsNTQuNDMyYy0zMC4wMTYsMC01NC40MzItMjQuNDE1LTU0LjQzMi01NC40MzJWNDEuMjg3SDc2LjgzNgoJCWMtMzguNTI4LDAtNjkuNzYzLDMxLjIzNS02OS43NjMsNjkuNzYzdjMzMS4xODdDNy4wNzMsNDgwLjc2NSwzOC4zMDksNTEyLDc2LjgzNiw1MTJoMzU4LjMyOAoJCWMzOC41MjgsMCw2OS43NjMtMzEuMjM1LDY5Ljc2My02OS43NjNWMTExLjA1QzUwNC45MjcsNzIuNTIyLDQ3My42OTIsNDEuMjg3LDQzNS4xNjQsNDEuMjg3eiBNNDcwLjk4Miw0NDIuMjM3CgkJYzAsMTkuNzQ4LTE2LjA2OSwzNS44MTgtMzUuODE4LDM1LjgxOEg3Ni44MzZjLTE5Ljc0OCwwLTM1LjgxOC0xNi4wNy0zNS44MTgtMzUuODE4VjE1NS4xMzhoNDI5Ljk2NFY0NDIuMjM3eiI+PC9wYXRoPgoJPHJlY3QgeD0iMTc1Ljg2MiIgeT0iMzg0LjAwMiIgY2xhc3M9InN0MCIgd2lkdGg9IjYyLjg1OSIgaGVpZ2h0PSI2Mi44NTkiPjwvcmVjdD4KCTxyZWN0IHg9IjE3NS44NjIiIHk9IjI4Ni41ODQiIGNsYXNzPSJzdDAiIHdpZHRoPSI2Mi44NTkiIGhlaWdodD0iNjIuODU5Ij48L3JlY3Q+Cgk8cmVjdCB4PSI3OC40NTMiIHk9IjM4NC4wMDIiIGNsYXNzPSJzdDAiIHdpZHRoPSI2Mi44NTEiIGhlaWdodD0iNjIuODU5Ij48L3JlY3Q+Cgk8cmVjdCB4PSI3OC40NTMiIHk9IjI4Ni41ODQiIGNsYXNzPSJzdDAiIHdpZHRoPSI2Mi44NTEiIGhlaWdodD0iNjIuODU5Ij48L3JlY3Q+Cgk8cmVjdCB4PSIzNzAuNjk3IiB5PSIxODkuMTc1IiBjbGFzcz0ic3QwIiB3aWR0aD0iNjIuODUxIiBoZWlnaHQ9IjYyLjg1MSI+PC9yZWN0PgoJPHJlY3QgeD0iMjczLjI4IiB5PSIxODkuMTc1IiBjbGFzcz0ic3QwIiB3aWR0aD0iNjIuODU5IiBoZWlnaHQ9IjYyLjg1MSI+PC9yZWN0PgoJPHJlY3QgeD0iMjczLjI4IiB5PSIyODYuNTg0IiBjbGFzcz0ic3QwIiB3aWR0aD0iNjIuODU5IiBoZWlnaHQ9IjYyLjg1OSI+PC9yZWN0PgoJPHJlY3QgeD0iMzcwLjY5NyIgeT0iMzg0LjAwMiIgY2xhc3M9InN0MCIgd2lkdGg9IjYyLjg1MSIgaGVpZ2h0PSI2Mi44NTkiPjwvcmVjdD4KCTxyZWN0IHg9IjM3MC42OTciIHk9IjI4Ni41ODQiIGNsYXNzPSJzdDAiIHdpZHRoPSI2Mi44NTEiIGhlaWdodD0iNjIuODU5Ij48L3JlY3Q+Cgk8cmVjdCB4PSIyNzMuMjgiIHk9IjM4NC4wMDIiIGNsYXNzPSJzdDAiIHdpZHRoPSI2Mi44NTkiIGhlaWdodD0iNjIuODU5Ij48L3JlY3Q+Cgk8cmVjdCB4PSIxNzUuODYyIiB5PSIxODkuMTc1IiBjbGFzcz0ic3QwIiB3aWR0aD0iNjIuODU5IiBoZWlnaHQ9IjYyLjg1MSI+PC9yZWN0PgoJPHJlY3QgeD0iNzguNDUzIiB5PSIxODkuMTc1IiBjbGFzcz0ic3QwIiB3aWR0aD0iNjIuODUxIiBoZWlnaHQ9IjYyLjg1MSI+PC9yZWN0Pgo8L2c+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 20px auto;
  padding-left: 50px;
}

/*希望日*/
.contact-form .reserve-date {
  display: flex;
}

.contact-form .reserve-date .date {
  width: 35%;
  margin-right: 15px;
}

.contact-form .reserve-date .time {
  display: flex;
}

.contact-form .reserve-date .time .select-wrap {
  width: 100px;
}

.contact-form .reserve-date .unit {
  margin: 10px 10px 0;
}

/*生年月日*/
.contact-form .birth {
  display: flex;
}

.contact-form .birth .item {
  display: flex;
}

.contact-form .birth .select-wrap {
  width: 100px;
}

.contact-form .birth .unit {
  margin: 10px 10px 0;
}

/*送信ボタン*/
.contact-form .submit-btn {
  display: flex;
  justify-content: center;
}

.contact-form .submit-btn [type=submit] {
  -webkit-appearance: none;
  background: #419caf;
  border: 1px solid #419caf;
  border-radius: 0;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 22px 40px;
  letter-spacing: 3px;
  transition: 0.3s;
  width: 250px;
}

.contact-form .submit-btn [type=submit]:hover {
  opacity: 0.7;
}

.contact-form .submit-btn [type=submit].back-btn {
  background: #999;
  border: none;
  margin-right: 50px;
}

/*エラー表示*/
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #E35C5C;
  border: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 30px 0 30px 0;
}

.contact-form .wpcf7-not-valid-tip {
  color: #e35c5c;
  font-size: 11px;
  font-weight: bold;
  margin: 5px 0 0 0;
}

div.wpcf7-response-output.wpcf7-validation-errors {
  display: none !important;
}

.contact-form .wpcf7-spinner {
  display: none;
}

.screen-reader-response {
  display: none;
}
/*Material datepicker*/
.dtp>.dtp-content {
  font-weight: bold;
}

.dtp>.dtp-content>.dtp-date-view>header.dtp-header {
  background: rgb(55, 60, 63) !important;
}

.dtp div.dtp-date,
.dtp div.dtp-time {
  background-color: #eff0f0 !important;
  color: #333 !important;
}

.dtp .p10>a,
.dtp div.dtp-actual-year,
.dtp table.dtp-picker-days tr>th {
  color: #333 !important;
}

.dtp div.dtp-picker-month {
  font-weight: bold;
  padding-bottom: 0 !important;
}

.dtp table.dtp-picker-days tr>td>a.selected {
  background-color: #96cee1 !important;
  border-radius: 3px !important;
}

.dtp .right,
.dtp .left {
  margin-top: 10px !important;
}

/*送信中*/
.loading-wrapper {
  display: none;
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000;
}

.loading-send {
  background: #fff;
  padding: 35px 70px;
  box-shadow: 0 0.4rem 0.8rem -0.1rem rgba(0, 32, 128, 0.1), 0 0 0 1px #f0f2f7;
  border-radius: 5px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.loading-send-dot,
.loading-send-dot::before,
.loading-send-dot::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9face6;
  position: absolute;
  top: 0;
  -webkit-animation: dot-flashing 1s infinite alternate;
  animation: dot-flashing 1s infinite alternate;
}

.loading-send-dot {
  margin-top: 5px;
  position: relative;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading-send-dot::before {
  left: -15px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.loading-send-dot::after {
  left: 15px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes dot-flashing {
  0% {
    background-color: #9face6;
  }

  50%,
  100% {
    background-color: #ccc;
  }
}

@keyframes dot-flashing {
  0% {
    background-color: #9face6;
  }

  50%,
  100% {
    background-color: #ccc;
  }
}

.mail-check {
  background-color: #f5f5f5;
  padding: 35px;
  margin-bottom: 50px;
}

.mail-check-txt {
  border-bottom: 1px solid #333;
  font-size: 15px;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto 5px;
}

#mailoutput {
  font-size: 22px;
  word-break: break-all;
  text-align: center;
  margin-top: 0;
}

@media (max-width: 800px) {
  .contact-form table {
    margin: 0 0 30px;
  }

  .contact-form table th,
  .contact-form table td {
    display: block;
    width: 100%;
  }

  .contact-form table th {
    padding: 15px 0 10px;
  }

  .contact-form table td {
    padding: 0 0 15px;
  }

  .contact-form .reserve-date {
    display: block;
  }

  .contact-form .reserve-date .date {
    width: 100%;
    margin: 0 0 10px;
  }

  .contact-form .birth {
    flex-wrap: wrap;
  }

  .contact-form .birth .item+.item {
    margin-top: 15px;
  }

  .contact-form .submit-btn [type=submit] {
    padding: 15px;
    width: 250px;
  }

  .contact-form .submit-btn [type=submit].back-btn {
    margin-right: 25px;
  }

  .mail-check {
    padding: 15px;
    margin-bottom: 30px;
  }

  #mailoutput {
    font-size: 18px;
    word-break: break-all;
  }

  .grecaptcha-badge {
    bottom: 70px !important;
  }
}

/*-----------------------------------------------------------
Add
-----------------------------------------------------------*/
.company-table {
  border-collapse: separate;
  border-spacing: 10px;
}

.company-table th,
.company-table td {
  padding: 15px;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
}

@media (max-width: 800px) {

  .company-table {
    border-spacing: 5px;
  }

  .company-table th,
  .company-table td {
    padding: 10px;
    font-size: 14px;
  }
}
