@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;
  -webkit-appearance: none;
  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: 15px;
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
}

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-family: "秀英角ゴシック銀 L";
  letter-spacing: 0.15em;
}

th,
dt {
  font-family: "秀英角ゴシック銀 L";
}

.link {
  text-decoration: underline;
}

.link:hover {
  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;
  width: 90%;
}

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

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

/*-----------------------------------------------------------
Header
-----------------------------------------------------------*/
.header {
  position: fixed;
  width: 100%;
  z-index: 100;
  padding-bottom: 15px;
  transition: all 0.3s;
}

.header.is-fixed {
  background: #fff;
}

.header.is-fixed .gnavi-list>li>a {
  color: #333;
}

@media (max-width: 1024px) {
  .header {
    position: absolute;
  }
  .header.is-fixed {
    background: none;
  }
}

/*------------
Header02
--------------*/
.header-layout02 {
  padding: 0 25px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 95px;
  width: 100%;
  text-align: right;
}

.header-layout02 .h-contact {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 20px;
  padding: 10px 20px;
  margin-bottom: 13px;
  background: #18264E;
  color: #fff;
}

.header-layout02 .h-tel {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

.header-layout02 .h-tel img {
  margin-right: 10px;
}

.header-layout02 .h-con {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-family: "秀英角ゴシック銀 L";
}

.header-layout02 .h-con img {
  margin-right: 10px;
}

.header-layout02 .h-time {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 10px 1fr;
  grid-template-columns: 70px 1fr;
  grid-gap: 5px 10px;
  font-size: 13px;
}

.header-layout02 .h-time dt {
  border: 1px solid #000;
  text-align: center;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-layout02 .btn-icon {
  height: 50px;
  min-width: 150px;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .header-layout02 {
    justify-content: flex-start;
    padding: 10px;
    height: 80px;
  }

  .header-layout02 .h-logo img {
    width: 170px;
    height: 69px;
  }

  .header-layout02 .h-utility {
    display: none;
  }
}

/*------------
Gnavi
--------------*/
/*normal*/
.gnavi-list {
  display: flex;
  justify-content: flex-end;
}

.gnavi-list>li {
  margin-left: 25px;
}

.gnavi-list>li>a {
  display: inline-block;
  font-family: "秀英角ゴシック銀 L";
  color: #fff;
}

.gnavi-list a:hover {
  opacity: 0.75;
}

/*dropdown*/
.dropdown {
  display: flex;
  align-items: center;
  position: relative;
  text-align: left;
}

.dropdown>a {
  border-bottom: 2px solid #EFE960;
}

.dropdown>a:hover {
  opacity: 0.75;
}

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

.dropdown .sub-menu {
  display: -ms-grid;
  display: grid;
  grid-gap: 5px;
  pointer-events: none;
  background-color: #fff;
  box-shadow: 5px 15px 20px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  font-family: "秀英角ゴシック銀 B";
  position: absolute;
  top: 30px;
  right: 50%;
  width: -webkit-max-content;
  width: max-content;
  min-width: 150px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  transition: opacity 0.3s;
  opacity: 0;
  z-index: 5;
}

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

.dropdown .sub-menu .under li a {
  position: relative;
  padding-left: 17px;
  font-family: "秀英角ゴシック銀 L";
}

.dropdown .sub-menu .under li a::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  content: "";
  background: #EFE960;
  width: 10px;
  height: 2px;
}

.dropdown:last-child .sub-menu {
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/*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: -ms-grid;
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.gnavi-drawer-wrapper {
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
}

.gnavi-drawer-right-area {
  width: 50%;
  padding: 100px 5%;
  overflow: auto;
}

.gnavi-drawer-links {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  font-family: "秀英角ゴシック銀 L";
}

.gnavi-drawer-links>li {
  font-size: 16px;
}

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

.gnavi-drawer-links>li>a:hover {
  text-decoration: none;
}

.gnavi-drawer-links .sub-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  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-left-area {
  background: url(../images/share/gnavi-drawer_bg.jpg) no-repeat center/cover;
  width: 50%;
  height: 100%;
  padding: 0 0 0 5%;
  display: flex;
  position: fixed;
  inset: 0;
}

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  position: relative;
}

.hero .splide__slide img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero .splide__pagination {
  justify-content: flex-start;
  left: 5%;
}

.hero-catch {
  position: absolute;
  bottom: 40%;
  left: 5%;
  z-index: 5;
}

.hero-catch .ttl {
  font-size: 44px;
  font-family: "秀英角ゴシック銀 L";
  color: #fff;
}

@media (max-width: 800px) {
  .hero .splide__slide img {
    height: 360px;
  }

  .hero .splide__pagination__page {
    margin: 1px;
    height: 3px;
    width: 40px;
  }

  .hero-catch {
    bottom: 100px;
    left: 5%;
  }

  .hero-catch .ttl {
    font-size: 26px;
  }
}

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.contents {
  overflow: hidden;
}

/*------------
Common
--------------*/
.t-ttl {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
}

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

/*------------
Block
--------------*/
.sec-news {
  padding: 100px 0;
}

.sec01 {
  padding: 120px 0 100px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 22%, rgb(239, 243, 249) 22%);
}

.sec01-layout {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.sec01-layout .l-img {
  width: 55%;
}

.sec01-layout .l-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.sec01-layout .l-desc {
  flex: 1;
  padding-left: 60px;
}

.sec01-layout .l-desc .l-ttl {
  font-size: 30px;
  margin-bottom: 40px;
}

.sec01-layout .l-desc .l-txt {
  margin-bottom: 40px;
}

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

.sec01-list li a {
  position: relative;
  background: transparent linear-gradient(180deg, #405286 0%, #18264E 100%) 0% 0% no-repeat;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-family: "秀英角ゴシック銀 L";
  font-size: 24px;
  margin-bottom: 15px;
  transition: opacity 0.3s;
}

.sec01-list li a::before {
  position: absolute;
  inset: 10px;
  display: inline-block;
  content: "";
  border: 1px solid #fff;
}

.sec01-list li a::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  content: "";
  width: 40px;
  border-top: 1px solid #fff;
}

.sec-bg {
  background: linear-gradient(90deg, rgb(255, 255, 255) 22%, rgb(239, 243, 249) 22%);
  padding-bottom: 80px;
}

.sec02 {
  padding: 0 0 100px;
}

.sec-contact {
  padding: 80px 0;
  background: #18264E;
  color: #fff;
}

.sec-contact .sub-ttl {
  position: relative;
  display: table;
  text-align: center;
  margin: 0 auto 50px;
  border: 1px solid #EFE960;
  padding: 10px 25px;
}

.sec-contact .sub-ttl::before {
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background: #18264E;
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #EFE960;
  border-top: none;
  border-left: none;
  z-index: 1;
}

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

.sec03-list li {
  text-align: right;
}

.sec03-list li+li {
  text-align: left;
}

.sec03-list li .tel {
  padding-left: 30px;
  font-size: 40px;
}

.sec03-list li .tel::before {
  top: 24px;
  width: 22px;
  height: 22px;
}

.sec03-list li .ctn-btn {
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #fff;
  border-left: 8px solid #fff;
  font-family: "秀英角ゴシック銀 L";
  color: #fff;
  line-height: 1;
  min-height: 55px;
  min-width: 380px;
  padding: 15px 20px;
  transition: opacity 0.5s;
  line-height: 1.5;
  position: relative;
}

.sec03-list li .ctn-btn .small {
  display: block;
  font-size: 15px;
}

.sec03-list li .ctn-btn .main {
  display: block;
  font-size: 20px;
}

.sec03-list li .ctn-btn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all .3s;
}

.sec03-list li .ctn-btn::after {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  background: url(../images/share/ico_mail_w.svg) no-repeat center center/contain;
  width: 32px;
  height: 26px;
}

.sec03-list li .ctn-btn:hover::before {
  transform: translateY(-50%) translateX(5px) rotate(45deg);
}

.sec04 {
  padding: 100px 0;
}

.sec04-layout {
  display: flex;
  flex-direction: row-reverse;
}

.sec04-layout .l-img {
  width: 55%;
}

.sec04-layout .l-desc {
  flex: 1;
  padding-right: 60px;
}

.sec04-layout .l-desc .l-ttl {
  font-size: 30px;
  margin-bottom: 45px;
}

.sec04-layout .l-desc .l-txt {
  margin-bottom: 50px;
}

.sec05 {
  padding: 0 0 100px;
}

.sec05-layout {
  display: flex;
  margin-bottom: 50px;
}

.sec05-layout .l-img {
  width: 55%;
}

.sec05-layout .l-desc {
  flex: 1;
  padding-left: 60px;
}

.sec05-layout .l-desc .l-ttl {
  font-size: 30px;
  margin-bottom: 45px;
}

.sec05-layout .l-desc .l-txt {
  margin-bottom: 50px;
}

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

.sec05-list li a {
  position: relative;
  background: transparent linear-gradient(180deg, #405286 0%, #18264E 100%) 0% 0% no-repeat;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-family: "秀英角ゴシック銀 L";
  font-size: 24px;
  margin-bottom: 15px;
  transition: opacity 0.3s;
}

.sec05-list li a::before {
  position: absolute;
  inset: 10px;
  display: inline-block;
  content: "";
  border: 1px solid #fff;
}

.sec05-list li a::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  content: "";
  width: 40px;
  border-top: 1px solid #fff;
}

.sec06 {
  padding-bottom: 100px;
}

.sec07-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
}

.sec07-layout .l-item {
  position: relative;
  padding: 60px 60px 45px;
  text-align: center;
}

.sec07-layout .l-item::before {
  position: absolute;
  inset: 0 0 0 -1999px;
  background: transparent linear-gradient(180deg, #EBFBF3 0%, #D6EEFE 100%) 0% 0% no-repeat padding-box;
  display: inline-block;
  content: "";
  z-index: -1;
}

.sec07-layout .l-item .l-ttl {
  font-size: 30px;
  margin-bottom: 40px;
}

.sec07-layout .l-item .l-txt {
  margin-bottom: 30px;
}

.sec07-layout .l-item .sec07-btn-wrap {
  height: 195px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sec07-layout .l-item .sec07-btn-wrap .btn-more {
  background: #fff;
  transition: all .3s;
}

.sec07-layout .l-item .sec07-btn-wrap .btn-more:hover {
  background: #EFE960;
  opacity: 0.75;
}

.sec07-layout .l-item+.l-item::before {
  inset: 0 -1999px 0 0;
  background: transparent linear-gradient(180deg, #E0EDFF 0%, #FAFAFA 100%) 0% 0% no-repeat padding-box;
}

.map-layout {
  position: relative;
  margin-bottom: -10px;
}

.map-layout .l-desc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50px;
  background: #fff;
  padding: 40px 50px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
}

.map-layout .l-desc .l-ttl {
  font-size: 30px;
  margin-bottom: 30px;
}

.map-layout .l-desc .address {
  margin-bottom: 40px;
}

@media (max-width: 800px) {
  .sec-news {
    padding: 70px 0 60px;
  }

  .sec01 {
    padding: 70px 0;
  }

  .sec01-layout {
    display: block;
    margin-bottom: 50px;
  }

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

  .sec01-layout .l-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .sec01-layout .l-desc {
    padding-left: 0;
  }

  .sec01-layout .l-desc .l-ttl {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .sec01-layout .l-desc .l-txt {
    margin-bottom: 30px;
  }

  .sec01-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
  }

  .sec01-list li a {
    height: 130px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .sec-bg {
    padding-bottom: 60px;
  }

  .sec02 {
    padding: 0 0 100px;
  }

  .sec-contact {
    padding: 60px 0;
  }

  .sec-contact .sub-ttl {
    padding: 10px;
  }

  .sec03-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }

  .sec03-list li {
    text-align: center;
  }

  .sec03-list li+li {
    text-align: center;
  }

  .sec03-list li .tel {
    padding-left: 25px;
    font-size: 26px;
  }

  .sec03-list li .tel::before {
    top: 15px;
    width: 18px;
    height: 18px;
  }

  .sec03-list li .ctn-btn {
    width: 100%;
    min-height: 55px;
    min-width: auto;
    padding: 15px 20px;
  }

  .sec03-list li .ctn-btn .small {
    font-size: 13px;
  }

  .sec03-list li .ctn-btn .main {
    font-size: 16px;
  }

  .sec03-list li .ctn-btn::after {
    left: 20px;
    width: 28px;
    height: 22px;
  }

  .sec03-list li .ctn-btn:hover {
    opacity: 0.75;
  }

  .sec04 {
    padding: 60px 0;
  }

  .sec04-layout {
    display: block;
  }

  .sec04-layout .l-img {
    width: 100%;
    margin-bottom: 40px;
  }

  .sec04-layout .l-desc {
    padding-right: 0;
  }

  .sec04-layout .l-desc .l-ttl {
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
  }

  .sec04-layout .l-desc .l-txt {
    margin-bottom: 30px;
  }

  .sec05 {
    padding: 0 0 60px;
  }

  .sec05-layout {
    display: block;
    margin-bottom: 50px;
  }

  .sec05-layout .l-img {
    width: 100%;
    margin-bottom: 40px;
  }

  .sec05-layout .l-desc {
    padding-left: 0;
  }

  .sec05-layout .l-desc .l-ttl {
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
  }

  .sec05-layout .l-desc .l-txt {
    margin-bottom: 30px;
  }

  .sec05-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }

  .sec05-list li {
    text-align: center;
  }

  .sec05-list li+li {
    text-align: center;
  }

  .sec05-list li .tel {
    padding-left: 25px;
    font-size: 26px;
  }

  .sec05-list li .tel::before {
    top: 15px;
    width: 18px;
    height: 18px;
  }

  .sec05-list li .ctn-btn {
    width: 100%;
    min-height: 55px;
    min-width: auto;
    padding: 15px 20px;
  }

  .sec05-list li .ctn-btn .small {
    font-size: 13px;
  }

  .sec05-list li .ctn-btn .main {
    font-size: 16px;
  }

  .sec05-list li .ctn-btn::after {
    left: 20px;
    width: 28px;
    height: 22px;
  }

  .sec05-list li .ctn-btn:hover {
    opacity: 0.75;
  }

  .sec06 {
    padding-bottom: 60px;
  }

  .sec07-layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  .sec07-layout .l-item {
    padding: 50px 20px;
  }

  .sec07-layout .l-item::before {
    inset: 0 -100px 0;
  }

  .sec07-layout .l-item .l-ttl {
    font-size: 26px;
    margin-bottom: 35px;
  }

  .sec07-layout .l-item .l-txt {
    margin-bottom: 25px;
  }

  .sec07-layout .l-item .sec07-btn-wrap {
    height: auto;
  }

  .sec07-layout .l-item+.l-item::before {
    inset: 0 -100px 0;
  }

  .map-layout .l-desc {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 35px;
    box-shadow: none;
  }

  .map-layout .l-desc .l-ttl {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .map-layout .l-desc .address {
    margin-bottom: 20px;
  }
}

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

.top-post-layout01.top-info {
  -ms-grid-columns: 200px 50px 1fr;
  grid-template-columns: 200px 1fr;
}

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

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

.top-post-layout01 .l-btn .btn-more {
  min-width: 210px;
}

.list-top-blog {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 20px;
  margin-bottom: 50px;
}

.list-top-blog .list-img {
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
}

.list-top-blog .list-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 190px;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.list-top-blog time {
  color: #18264E;
  display: block;
  font-size: 15px;
}

.list-top-blog .list-ttl {
  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: #EFE960;
  color: #18264E;
  font-size: 10px;
  padding: 0 5px;
  margin-right: 5px;
}

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

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

.list-top-news li+li {
  margin-top: 30px;
}

.list-top-news a {
  display: flex;
  align-items: center;
}

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

.list-top-news time {
  display: inline-block;
  color: #18264E;
  margin-right: 20px;
}

.list-top-news .category {
  display: inline-block;
  background: #EFE960;
  color: #18264E;
  width: 130px;
  text-align: center;
  font-size: 10px;
  padding: 3px 0;
  margin-right: 20px;
}

.list-top-news .ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-family: "秀英角ゴシック銀 L";
  flex: 1;
}

.list-top-case {
  border-top: 1px solid #dfdfdf;
}

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

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

.list-top-case .list-data {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.list-top-case time {
  display: inline-block;
  color: #888;
  margin-right: 15px;
}

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

.list-top-case .ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-family: "秀英角ゴシック銀 L";
}

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

  .top-post-layout01.top-info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

  .list-top-blog {
    display: flex;
    grid-gap: 0;
    flex-wrap: nowrap;
    margin: 0 -5vw 40px 0px;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 5vw);
    overflow-x: auto;
    padding-bottom: 20px;
  }

  .list-top-blog li {
    flex: 0 0 240px;
    margin: 0 5% 0 0;
    max-width: 100%;
  }

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

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

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

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

/*-----------------------------------------------------------
下層レイアウト
-----------------------------------------------------------*/
.page-ttl {
  background: url(../images/share/u_top_bg.jpg) no-repeat center center/cover;
  color: #fff;
  padding: 200px 0;
  text-align: center;
  margin-top: 110px;
}

.page-ttl p,
.page-ttl h1 {
  font-size: 2.5333333333rem;
  line-height: 1.2;
}

.breadcrumb {
  position: relative;
  z-index: 1;
}

.breadcrumb ul {
  font-size: 0.8rem;
  padding: 5px 5vw;
}

.breadcrumb ul li {
  display: inline;
}

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

.u-contents {
  overflow: hidden;
  padding: 150px 0;
}

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

@media (max-width: 800px) {
  .page-ttl {
    height: auto;
    padding: 100px 0 80px;
    margin-top: 0;
  }

  .page-ttl h1 {
    font-size: 1.6666666667rem;
  }

  .u-contents {
    padding: 100px 0;
  }
}

.u-h2 {
  position: relative;
  font-size: 2rem;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.u-h2::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  content: "";
  border-top: 1px solid #18264E;
  width: 36px;
  height: 1px;
}

.u-h3,
.postdata h3 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.postdata h3 {
  margin-bottom: 25px;
}

.u-h4,
.postdata h4 {
  position: relative;
  font-size: 1.3333333333rem;
  margin-bottom: 15px;
  padding-left: 18px;
}

.u-h4::before,
.postdata h4::before {
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  content: "";
  background: #EFE960;
  width: 5px;
  height: 20px;
}

.u-h5,
.postdata h5 {
  position: relative;
  font-size: 1.2rem;
  margin-bottom: 15px;
  padding-left: 18px;
}

.u-h5::before,
.postdata h5::before {
  position: absolute;
  top: 13px;
  left: 0;
  display: inline-block;
  content: "";
  background: #EFE960;
  width: 8px;
  height: 8px;
  border-radius: 8px;
}

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

  .u-h3,
  .postdata h3 {
    font-size: 1.3333333333rem;
    margin-bottom: 20px;
  }

  .u-h4,
  .postdata h4 {
    font-size: 1.2rem;
    padding-left: 20px;
  }
}

.tall+.tall {
  margin-top: 120px;
}

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

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

.hidden {
  overflow: hidden;
}

@media (max-width: 800px) {
  .tall+.tall {
    margin-top: 100px;
  }

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

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

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

.list-disc li:before {
  content: "・";
  color: #18264E;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

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

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

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

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

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

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

.list-num>li+li {
  margin-top: 5px;
}

.dl-style01 {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
}

.wp-dl-style01 {
  gap: 0;
}

.dl-style01 .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 75%;
  grid-template-columns: 25% 75%;
}

.dl-style01 dt {
  background: rgba(0, 0, 0, 0.1);
  font-size: 17px;
  padding: 20px;
}

.dl-style01 dd {
  background: #f5f5f5;
  padding: 20px;
}

.wp-dl-style01 dt,
.wp-dl-style01 dd {
  font-size: 15px;
  padding: 15px;
  border: 1px solid #c9c9c9;
}

.wp-dl-style01 dt {
  background-color: #18264E;
  color: #fff;
}

.wp-dl-style01 dd {
  background-color: #FFF;
}

.wp-dl-style01 dd>p {
  margin-bottom: 0;
}

.wp-dl-style01 dd>p+p {
  margin-top: 15px;
}

@media (max-width: 800px) {
  .dl-style01 .item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.card-style01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  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;
}

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

.card-style02>li {
  background-color: #fff;
  border: 2px solid #EEEEEE;
  padding: 25px;
}

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

.card-style02 .card-ttl {
  position: relative;
  margin-bottom: 15px;
  font-size: 18px;
  padding-left: 45px;
  padding-bottom: 4px;
  border-bottom: 1px solid #18264E;
}

.card-style02 .card-ttl::before {
  position: absolute;
  top: 15px;
  left: 0;
  display: inline-block;
  content: "";
  background: #EFE960;
  width: 30px;
  height: 2px;
}

.card-style02 .sub {
  font-family: "秀英角ゴシック銀 B";
  font-size: 15px;
  margin-bottom: 4px;
}

.card-style02.col2 {
  grid-gap: 40px;
}

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

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

.table-style01 th {
  background-color: #18264E;
  color: #fff;
}

.table-style01 .bg01 {
  background-color: #a3a8b7;
}

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

@media (max-width: 800px) {
  .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: #fff;
  border: 2px solid #EEEEEE;
  padding: 50px;
}

.box-style01 .box-ttl {
  font-size: 1.6rem;
  border-bottom: 1px solid #18264E;
  margin-bottom: 30px;
}

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

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

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

  .box-style01 .box-ttl {
    font-size: 1.3333333333rem;
    margin-bottom: 20px;
  }

  .box-style02 {
    padding: 8%;
  }

  .box-style02 .box-ttl {
    font-size: 1.2rem;
    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 {
  margin-bottom: 50px;
}

.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;
  -webkit-transform: translateY(0);
  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>dt,
.faq-style>dd {
  background-color: #EFF3F9;
}

.faq-style>dt {
  cursor: pointer;
  padding: 20px 90px 20px 70px;
  position: relative;
}

.faq-style>dd {
  display: none;
  padding: 0 70px 30px;
}

.faq-style>dd+dt {
  margin-top: 15px;
}

.faq-style .faq-ico {
  color: #18264E;
  font-size: 23px;
  position: absolute;
  top: 13px;
  left: 25px;
}

.faq-style .faq-ttl {
  font-size: 16px;
}

.faq-style .faq-open-ico {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 15px;
}

.faq-style .faq-open-ico::before,
.faq-style .faq-open-ico::after {
  content: "";
  display: block;
  background: #18264E;
  position: absolute;
  top: 50%;
  left: 50%;
}

.faq-style .faq-open-ico::before {
  width: 16px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.faq-style .faq-open-ico::after {
  width: 16px;
  height: 2px;
  -webkit-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.faq-style .is-open .faq-open-ico::after {
  -webkit-transform: rotate(0) translateX(-50%);
  transform: rotate(0) translateX(-50%);
}

@media (max-width: 800px) {
  .faq-style>dt {
    padding: 15px 60px 15px 50px;
  }

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

  .faq-style .faq-ico {
    top: 10px;
    left: 15px;
  }

  .faq-style .faq-ttl {
    font-size: 15px;
    line-height: 1.7;
  }

  .faq-style .faq-open-ico {
    width: 30px;
    height: 30px;
    right: 15px;
    top: 13px;
  }

  .faq-style .faq-open-ico::before {
    width: 12px;
  }

  .faq-style .faq-open-ico::after {
    width: 13px;
  }
}

.list-flow>li {
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 30px;
  position: relative;
}

.list-flow>li::before,
.list-flow>li::after {
  content: "";
  position: absolute;
}

.list-flow>li::before {
  background-color: #18264E;
  width: 1px;
  top: 45px;
  bottom: 0;
  left: 31px;
}

.list-flow>li::after {
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #18264E transparent transparent transparent;
  bottom: -1px;
  left: 26px;
}

.list-flow>li:last-child {
  padding-bottom: 0;
}

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

.list-flow>li+li {
  margin-top: 25px;
}

.list-flow .num {
  order: 1;
  flex: 0 0 60px;
  display: block;
  color: #fff;
  background-color: #18264E;
  border-radius: 50%;
  font-family: "秀英角ゴシック銀 L";
  height: 60px;
  width: 60px;
  font-size: 1.3333333333rem;
  line-height: 1;
  text-align: center;
  padding-top: 20px;
  margin-right: 50px;
}

.list-flow .list-ttl {
  font-size: 1.3333333333rem;
  margin: 15px 0 15px;
}

.list-flow .list-img {
  flex: 0 0 40%;
  margin-left: 10%;
}

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

.list-flow p {
  line-height: 2;
}

@media (max-width: 800px) {
  .list-flow>li {
    display: block;
    padding-bottom: 30px;
    padding-left: 80px;
    position: relative;
  }

  .list-flow>li::before {
    top: 70px;
    bottom: 0;
    left: 24px;
  }

  .list-flow>li::after {
    left: 20px;
  }

  .list-flow>li:last-child {
    padding-bottom: 0;
  }

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

  .list-flow>li+li {
    margin-top: 25px;
  }

  .list-flow .num {
    flex: 0 0 50px;
    height: 50px;
    width: 50px;
    font-size: 18px;
    padding-top: 15px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .list-flow .list-desc {
    padding-top: 12px;
  }

  .list-flow .list-ttl {
    font-size: 1.2rem;
    margin: 0 0 20px;
  }

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

  .list-flow p {
    line-height: 1.7;
  }
}

/*------------
レイアウト
--------------*/
.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-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 {
    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: -webkit-fit-content;
  width: -moz-fit-content;
  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: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 10px 1fr;
  grid-template-columns: 70px 1fr;
  grid-gap: 10px;
  line-height: 1.5;
  margin: 20px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  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 dt {
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.dl-privacy dd+dt {
  margin-top: 30px;
}

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

/*------------
Add
--------------*/
.list-card01>li {
  display: flex;
  flex-direction: column;
  border: 2px solid #eee;
  padding: 25px;
}

.list-card01 .list-img {
  text-align: center;
  margin-bottom: 25px;
}

.list-card01 .num {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
}

.list-card01 .list-ttl {
  border-bottom: 1px solid #333;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.list-card01 .list-btn {
  text-align: center;
  margin-top: auto;
  padding-top: 15px;
}

.list-card01 .btn-more {
  min-width: 0;
  width: 100%;
}

.list-card02>li {
  background: #EFF3F9;
  display: flex;
  flex-direction: column;
  padding: 25px;
}

.list-card02 .list-img {
  text-align: center;
  margin-bottom: 25px;
}

.list-card02 .num {
  background: #EFE960;
  border-radius: 50px;
  display: table;
  font-weight: bold;
  font-size: 11px;
  line-height: 25px;
  padding: 0 20px;
  margin: 0 auto 10px;
}

.list-card02 .list-ttl {
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}

.list-card02 .list-btn {
  text-align: center;
  margin-top: auto;
  padding-top: 15px;
}

.list-card02 .btn-more {
  min-width: 0;
  width: 80%;
}

.list-card03>li {
  background: #EFF3F9;
  display: flex;
  flex-direction: column;
  padding: 25px;
  position: relative;
}

.list-card03>li+li::before {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #18264E;
  position: absolute;
  left: -5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-card03 .list-img {
  text-align: center;
  margin-bottom: 25px;
}

.list-card03 .num {
  background: #EFE960;
  border-radius: 50px;
  display: table;
  font-weight: bold;
  font-size: 11px;
  line-height: 25px;
  padding: 0 20px;
  margin: 0 auto 10px;
}

.list-card03 .list-ttl {
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}

.list-card03 .list-btn {
  text-align: center;
  margin-top: auto;
  padding-top: 15px;
}

.list-card03 .btn-more {
  min-width: 0;
  width: 100%;
}

.list-card03.col3 li+li::before,
.list-card03.col4 li+li::before {
  left: -6%;
}

.list-card01.col2,
.list-card02.col2,
.list-card03.col2 {
  grid-gap: 40px;
}

.list-card01.col3,
.list-card02.col3,
.list-card03.col3 {
  grid-gap: 30px;
}

.list-card01.col4,
.list-card02.col4,
.list-card03.col4 {
  grid-gap: 20px;
}

.col1,
.col2,
.col3,
.col4 {
  display: -ms-grid;
  display: grid;
}

.col1 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}

.col2 {
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.col3 {
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}

.col4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.u-main-layout {
  position: relative;
  display: flex;
  padding: 100px 0;
}

.u-main-layout::before {
  position: absolute;
  inset: 0 -1999px 0 250px;
  display: inline-block;
  content: "";
  background: #EFF3F9;
  z-index: -1;
}

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

.u-main-layout .l-desc {
  position: relative;
  flex: 1;
  padding-top: 30px;
  padding-left: 70px;
  padding-right: 50px;
}

.u-main-layout .l-desc .l-ttl {
  font-size: 30px;
  margin-bottom: 25px;
}

.u-main-layout .l-desc .sub-ttl {
  position: relative;
  padding-left: 50px;
  font-size: 18px;
  margin-bottom: 25px;
}

.u-main-layout .l-desc .sub-ttl::before {
  position: absolute;
  top: 15px;
  left: 0;
  display: inline-block;
  content: "";
  background: #EFE960;
  width: 30px;
  height: 2px;
  z-index: 1;
}

.u-main-layout.reverse {
  flex-direction: row-reverse;
}

.u-main-layout.reverse::before {
  inset: 0 250px 0 -1999px;
}

.u-main-layout.reverse .l-desc {
  padding-left: 50px;
  padding-right: 70px;
}

.l-post-case {}

.l-post-case .under-slider01 {
  margin-bottom: 60px;
}

.l-post-case .post-data {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.l-post-case .post-data time {
  color: #9F9F9F;
  font-size: 14px;
  margin-right: 20px;
}

.l-post-case .post-data .category {
  display: inline-block;
  color: #18264E;
  background: #EFE960;
  font-size: 10px;
  padding: 2px 5px;
  margin-right: 10px;
}

.l-post-case .post-data .category02 {
  display: inline-block;
  color: #18264E;
  background: #fff;
  border: 1px solid #18264E;
  font-size: 10px;
  padding: 2px 5px;
  margin-right: 10px;
}

.l-post-case .l-ttl {
  font-size: 24px;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
  color: #18264E;
  padding-bottom: 5px;
  border-bottom: 1px solid #18264E;
}

.gallery-slider .splide__slide {
  text-align: center;
}

.gallery-slider .splide__slide img {
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-slider .splide__slide .slide-caption {
  margin-top: 10px;
}

.gallery-slider .thumb-wrapper {
  display: flex;
  justify-content: center;
  grid-gap: 8px;
  margin: 30px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.gallery-slider .thumb-item {
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.3s;
  width: 70px;
}

.gallery-slider .thumb-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.gallery-slider .thumb-item.is-active {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.tel-layout03 {
  width: 800px;
  margin: auto;
  text-align: center;
  padding: 40px;
  background: transparent linear-gradient(180deg, #405286 0%, #18264e 100%) 0% 0%;
  color: #fff;
}

.tel-layout03 .ttl {
  font-size: 18px;
  border-bottom: 1px solid #fff;
  display: table;
  margin: 0 auto 25px;
  padding-bottom: 5px;
}

.tel-layout03 .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tel-layout03 .wrapper .tel {
  font-size: 30px;
  padding-left: 28px;
}

.tel-layout03 .wrapper .tel::before {
  top: 16px;
  content: "";
  width: 20px;
  height: 20px;
}

.tel-layout03 .wrapper .ctn-btn {
  margin-left: 30px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #fff;
  border-left: 8px solid #fff;
  font-family: "秀英角ゴシック銀 L";
  color: #fff;
  line-height: 1;
  min-height: 55px;
  min-width: 300px;
  padding: 15px 20px 15px 50px;
  transition: opacity 0.5s;
  line-height: 1.5;
  font-size: 18px;
  position: relative;
}

.tel-layout03 .wrapper .ctn-btn::after {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  background: url(../images/share/ico_mail_w.svg) no-repeat center center/contain;
  width: 22px;
  height: 18px;
}

.tel-layout03 .wrapper .ctn-btn:hover {
  opacity: 0.75;
}

.num-ttl {
  font-size: 22px;
  position: relative;
  padding-left: 50px;
  padding-bottom: 5px;
  border-bottom: 1px solid #18264E;
  margin-bottom: 30px;
}

.num-ttl .num {
  left: 0;
  position: absolute;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  background: #EFE960;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  padding: 0px 0px 0px 5px;
}

.case-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin-bottom: 50px;
}

.case-list a {
  transition: opacity 0.3s;
}

.case-list a:hover .list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.case-list .list-img {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.case-list .list-img img {
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
}

.case-list .list-img .area {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #EFE960;
  font-size: 12px;
  padding: 2px 12px;
}

.case-list .list-ttl {
  font-size: 20px;
}

.case-list .category {
  display: inline-block;
  color: #18264E;
  background: #fff;
  border: 1px solid #18264E;
  font-size: 10px;
  padding: 2px 5px;
  margin-right: 10px;
}

.case-h1-ttl {
  max-width: 1500px;
  width: 90%;
  margin-left: auto;
  margin-right: 0;
  background: url(../images/share/post-h1.jpg) no-repeat center center/cover;
  color: #fff;
  height: 336px;
  padding: 50px 100px;
  display: flex;
  align-items: flex-end;
  margin-top: 110px;
}

.case-h1-ttl h1 {
  font-size: 28px;
}

.staff-layout {
  display: flex;
}

.staff-layout .l-img {
  width: 45%;
}

.staff-layout .l-desc {
  flex: 1;
  padding-left: 8%;
}

.staff-layout .l-ttl {
  border-bottom: 2px solid #000;
  font-size: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}

.staff-layout .l-message {
  font-size: 25px;
  margin-bottom: 25px;
}

.staff-layout .l-name {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 13px;
  line-height: 1;
}

.staff-layout .job {
  display: block;
  margin-right: 15px;
}

.staff-layout .jp {
  display: block;
  font-size: 20px;
  margin-right: 15px;
}

.staff-layout .en {
  display: block;
}

@media (max-width: 800px) {
  .gallery-slider .thumb-item {
    width: 13%;
  }

  .gallery-slider .thumb-wrapper {
    margin: 20px auto 0;
  }
}

@media (max-width: 800px) {

  .list-card01.col2,
  .list-card02.col2,
  .list-card03.col2,
  .list-card01.col3,
  .list-card02.col3,
  .list-card03.col3,
  .list-card01.col4,
  .list-card02.col4,
  .list-card03.col4 {
    grid-gap: 15px;
  }

  .list-card03 {
    grid-gap: 30px !important;
  }

  .list-card03>li+li::before {
    left: 50% !important;
    top: -27px;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}

@media (max-width: 800px) {

  .col1,
  .col2,
  .col3,
  .col4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}

@media (max-width: 800px) {
  .u-main-layout {
    display: block;
    padding: 0;
  }

  .u-main-layout::before {
    display: none;
  }

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

  .u-main-layout .l-desc {
    background: #EFF3F9;
    padding: 25px;
  }

  .u-main-layout .l-desc .l-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .u-main-layout .l-desc .sub-ttl {
    padding-left: 40px;
    font-size: 17px;
    margin-bottom: 20px;
  }

  .u-main-layout .l-desc .sub-ttl::before {
    top: 14px;
    width: 27px;
  }

  .u-main-layout.reverse .l-desc {
    padding: 25px;
  }

  .l-post-case {}

  .l-post-case .under-slider01 {
    margin-bottom: 40px;
  }

  .l-post-case .post-data {
    display: block;
    margin-bottom: 0;
  }

  .l-post-case .post-data time {
    display: block;
  }

  .l-post-case .l-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .gallery-slider .thumb-item {
    width: 13%;
  }

  .gallery-slider .thumb-wrapper {
    margin: 20px auto 0;
  }

  .tel-layout03 {
    width: 100%;
    padding: 25px;
  }

  .tel-layout03 .ttl {
    font-size: 18px;
    margin: 0 auto 20px;
  }

  .tel-layout03 .wrapper {
    display: block;
  }

  .tel-layout03 .wrapper .tel {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .tel-layout03 .wrapper .tel::before {
    top: 11px;
  }

  .tel-layout03 .wrapper .ctn-btn {
    margin-left: 0;
    padding: 15px 10px 15px 30px;
    min-width: 280px;
    font-size: 16px;
  }

  .num-ttl {
    font-size: 20px;
    padding-left: 40px;
    margin-bottom: 20px;
  }

  .num-ttl .num {
    font-size: 17px;
    width: 30px;
    height: 30px;
    padding: 4px 0px 0px 4px;
    line-height: 1.3;
  }

  .case-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }

  .case-list .list-img img {
    height: 220px;
  }

  .case-list .list-ttl {
    font-size: 18px;
  }

  .case-h1-ttl {
    height: auto;
    width: 100%;
    padding: 100px 30px 30px;
    min-height: 210px;
    margin-top: 0;
  }

  .case-h1-ttl h1 {
    font-size: 1.6666666667rem;
  }

  .staff-layout {
    display: block;
  }

  .staff-layout .l-img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 30px;
  }

  .staff-layout .l-desc {
    padding: 0;
  }

  .staff-layout .l-message {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .staff-list {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 15px;
  }
}

/*-----------------------------------------------------------
Footer
-----------------------------------------------------------*/
.footer {
  background-color: #fff;
  padding: 50px 0 0;
  margin-top: auto;
  position: relative;
}

.f-layout {
  margin-bottom: 50px;
}

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

.f-logo {
  margin-bottom: 20px;
  text-align: center;
  display: table;
  margin: 0 auto 25px;
  transition: opacity 0.3s;
}

.f-adress {
  text-align: center;
}

.f-layout .tel {
  color: #18264E;
  font-size: 40px;
  padding-left: 30px;
}

.f-layout .tel::before {
  top: 25px;
  background: #18264E;
  -webkit-mask: url(../images/share/ico_tel_w.svg) no-repeat center center/contain;
  width: 22px;
  height: 22px;
}

.f-layout .contact-btn {
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #18264E;
  border-left: 8px solid #18264E;
  font-family: "秀英角ゴシック銀 L";
  color: #18264E;
  line-height: 1;
  min-height: 55px;
  min-width: 390px;
  padding: 15px 20px;
  transition: all 0.5s;
  line-height: 1.5;
  font-size: 20px;
  position: relative;
}

.f-layout .contact-btn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #18264E;
  border-right: 2px solid #18264E;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.f-layout .contact-btn::after {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  background: #18264E;
  -webkit-mask: url(../images/share/ico_mail_w.svg) no-repeat center center/contain;
  width: 32px;
  height: 26px;
}

.f-layout .contact-btn:hover {
  opacity: 0.75;
  background: #EFE960;
}

.site-map {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  font-size: 16px;
}

.f-links {
  font-family: "秀英角ゴシック銀 B";
}

.f-links>li+li {
  margin-top: 10px;
}

.f-links a:hover {
  text-decoration: underline;
}

.f-links .sub-menu {
  margin: 5px 0 0 15px;
}

.f-links .sub-menu>li {
  font-family: "秀英角ゴシック銀 L";
}

.f-links .sub-menu>li::before {
  content: "-";
  color: #EFE960;
  margin-right: 5px;
  -webkit-transform: scale(2);
  transform: scale(2);
}

.copyright {
  font-size: 0.85rem;
  padding: 10px;
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.pagetop {
  position: absolute;
  bottom: 100px;
  right: 50px;
  z-index: 5;
}

.pagetop a {
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 18px 0 0;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  position: relative;
  z-index: 0;
}

.pagetop a:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

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

  .f-layout {
    margin-bottom: 35px;
  }

  .f-layout .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
  }

  .f-adress {
    font-size: 13px;
  }

  .f-layout .tel {
    font-size: 26px;
    padding-left: 30px;
  }

  .f-layout .tel::before {
    top: 12px;
    width: 20px;
    height: 20px;
  }

  .f-layout .contact-btn {
    width: 100%;
    min-height: 55px;
    min-width: auto;
    padding: 15px 20px;
    font-size: 16px;
  }

  .f-layout .contact-btn::after {
    top: 48%;
    left: 20px;
    width: 24px;
    height: 20px;
  }

  .f-layout .contact-btn:hover {
    opacity: 0.75;
  }

  .site-map {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    font-size: 15px;
  }

  .copyright {
    font-size: 0.85rem;
    padding: 10px;
    margin: 0 auto;
    max-width: 1024px;
    width: 90%;
  }

  .pagetop {
    display: none;
  }
}

@media (max-width: 800px) {
  .fixed-menu {
    display: none;
  }
}

.sp-navi {
  display: none;
}

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

@media (max-width: 1024px) {
  .sp-navi {
    display: block;
  }

  :root {
    --navi-background: #18264E;
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
    --navi-font: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  }

  .sp-navi-btns {
    display: flex;
    background: var(--navi-background);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 10000;
  }

  .sp-navi-btns>* {
    flex: 1;
    position: relative;
  }

  .sp-navi-btns .item {
    border-right: 1px solid var(--navi-border-color);
    font-size: 10px;
    font-family: var(--navi-font);
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }

  .sp-navi-btns .item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    font-family: "秀英角ゴシック銀 L";
    color: var(--navi-text-color);
    text-decoration: none;
    height: 100%;
    padding: 10px 0;
  }

  .sp-navi-btns .item .img {
    display: block;
  }

  .sp-navi-btns .item .img svg {
    -o-object-fit: cover;
    object-fit: cover;
    height: 20px;
    margin-bottom: 8px;
  }

  .sp-navi-btns .item .ttl {
    display: block;
  }

  .sp-menu-btn {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10px;
  }

  .sp-menu-btn .ttl {
    display: block;
    color: var(--navi-text-color);
    font-family: var(--navi-font);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }

  .sp-menu-btn span:not(.ttl) {
    background: var(--menu-btn);
    position: absolute;
    left: 50%;
    width: 22px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: 0.4s;
  }

  .sp-menu-btn span:not(.ttl):nth-of-type(1) {
    top: 20px;
  }

  .sp-menu-btn span:not(.ttl):nth-of-type(2) {
    top: 26px;
  }

  .sp-menu-btn span:not(.ttl):nth-of-type(3) {
    top: 32px;
  }

  .sp-menu-btn.is-open span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 6px) rotate(-45deg);
    transform: translate(-50%, 6px) rotate(-45deg);
  }

  .sp-menu-btn.is-open span:nth-of-type(2) {
    opacity: 0;
  }

  .sp-menu-btn.is-open span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -6px) rotate(45deg);
    transform: translate(-50%, -6px) rotate(45deg);
  }

  .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #fff;
    font-family: var(--navi-font);
    padding: 50px 10% 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    opacity: 0;
    z-index: 9999;
  }

  .sp-navi-contents.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }

  .sp-navi-list {
    border-top: 1px solid #d6d6d6;
    font-family: "秀英角ゴシック銀 L";
    margin: 0 0 50px;
  }

  .sp-navi-list>li {
    border-bottom: 1px solid #d6d6d6;
  }

  .sp-navi-list>li>a {
    color: #333;
    display: block;
    font-family: "秀英角ゴシック銀 L";
    font-size: 0.9333333333rem;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }

  .sp-navi-list>li.sp-dropdown {
    position: relative;
  }

  .sp-navi-list>li.sp-dropdown::before,
  .sp-navi-list>li.sp-dropdown::after {
    content: "";
    background-color: #333;
    position: absolute;
    transition: 0.5s;
  }

  .sp-navi-list>li.sp-dropdown::before {
    width: 1px;
    height: 11px;
    top: 17px;
    right: 20px;
  }

  .sp-navi-list>li.sp-dropdown::after {
    width: 11px;
    height: 1px;
    top: 22px;
    right: 15px;
  }

  .sp-navi-list>li.sp-dropdown.is-on::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .sp-navi-list>li.sp-dropdown>a {
    padding: 15px 0;
    width: 85%;
  }

  .sp-navi-list>li.sp-dropdown .under li a {
    font-size: 12px;
  }

  .sp-navi-list .sub-menu {
    padding: 0 0 15px;
  }

  .sp-navi-list .sub-menu>ul>li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
  }

  .sp-navi-list .sub-menu>ul>li::before {
    content: "-";
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
  }

  .sp-navi-list .sub-menu>ul>li>a {
    display: inline-block;
    font-size: 0.8666666667rem;
    text-decoration: none;
  }

  .sp-navi-logo {
    text-align: center;
    margin-bottom: 30px;
  }

  .sp-navi-address {
    text-align: center;
    font-size: 13px;
  }

  .sp-navi-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    font-weight: bold;
  }

  .sp-navi-tel img {
    margin-right: 10px;
  }
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*お知らせ*/
.list-post-news {
  margin: 0 0 40px;
}

.list-post-news li {
  border-bottom: 1px dotted #707070;
}

.list-post-news a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0;
}

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

.list-post-news time {
  color: #666;
  width: 90px;
  margin-right: 80px;
}

/*普通投稿*/
.list-post-type01 {
  margin-bottom: 80px;
}

.list-post-type01 li {
  overflow: hidden;
}

.list-post-type01 li+li {
  margin-top: 50px;
}

.list-post-type01 .list-ttl {
  font-family: "秀英角ゴシック銀 L";
  font-size: 20px;
  position: relative;
  margin: 0 0 25px;
}

.list-post-type01 .list-ttl a {
  transition: 0.5s;
}

.list-post-type01 .list-ttl a:hover {
  opacity: 0.75;
}

.list-post-type01 .list-img {
  float: left;
  margin: 0 30px 0 0;
  width: 250px;
}

.list-post-type01 .list-img img {
  width: 250px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-post-type01 .list-img a {
  transition: 0.5s;
}

.list-post-type01 .list-img a:hover {
  opacity: 0.75;
}

.list-post-type01 .list-data {
  font-size: 13px;
  margin: 0 0 5px;
}

.list-post-type01 time {
  color: #18264E;
  font-size: 15px;
  margin-right: 10px;
}

.list-post-type01 .category {
  display: inline-block;
  background-color: #EFE960;
  color: #18264E;
  font-size: 10px;
  padding: 0 5px;
  margin-right: 5px;
}

.list-post-type01 .list-txt {
  margin: 0 0 30px;
}

.list-post-type01 .list-btn {
  text-align: right;
}

.list-post-type01 .list-btn a {
  display: inline-block;
  min-width: 250px;
  background: #18264E;
  border-radius: 50px;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  padding: 15px 45px;
  font-weight: 600;
  transition: 0.3s;
  position: relative;
  z-index: 0;
}

.list-post-type01 .list-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  background: url(../images/share/ico_btn01.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
}

.list-post-type01 .list-btn a:hover {
  opacity: 0.75;
}

/*詳細ページ*/
.l-post-single {
  margin-bottom: 80px;
}

.l-post-single .l-ttl {
  font-family: "秀英角ゴシック銀 L";
  font-size: 30px;
  margin: 0 0 35px;
}

.l-post-single .post-data {
  margin: 0 0 20px;
}

.l-post-single .post-data time {
  color: #18264E;
  font-size: 15px;
  margin-right: 10px;
}

.l-post-single .post-data .category {
  display: inline-block;
  background-color: #EFE960;
  color: #18264E;
  font-size: 10px;
  padding: 0 5px;
  margin-right: 5px;
}

/*詳細ページ*/
.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;
}

/*セレクト式カテゴリー*/
.select-area {
  display: flex;
  align-items: center;
  margin: 0 0 50px;
}

.select-area .select-item {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
}

.select-area .select-ttl {
  display: inline-block;
  font-family: "秀英角ゴシック銀 L";
  font-size: 16px;
  margin: 0 15px 0 0;
}

.select-area .select-category {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: "";
  background: url(../images/share/icon_select_arrow.svg) no-repeat;
  background-size: 20px;
  background-position: right center;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  color: #333;
  font-size: 16px;
  vertical-align: middle;
  height: 35px;
  min-width: 150px;
  padding: 5px 20px 5px 5px;
}

.select-area .select-category::-ms-expand {
  display: none;
}

/*ページャー*/
.post-number {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.post-number span,
.post-number a {
  display: inline-block;
  color: #18264E;
  border: 1px solid #18264E;
  font-size: 13px;
  text-align: center;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  margin: 0 4px;
}

.post-number a:hover {
  background: #18264E;
  color: #fff;
}

.post-number .current {
  background: #18264E;
  color: #fff;
}

.post-number-single {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
}

.post-number-single a {
  display: inline-block;
}

.post-number-single .all {
  background: #18264E;
  border: 1px solid #18264E;
  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: #18264E;
}

.post-number-single .prev,
.post-number-single .next {
  border: 1px solid #18264E;
  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 #18264E;
  margin: 0 auto;
  top: 12px;
}

.post-number-single .prev:hover,
.post-number-single .next:hover {
  background: #18264E;
}

.post-number-single .prev:hover::before,
.post-number-single .next:hover::before {
  border-color: #fff;
}

.post-number-single .prev::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 13px;
  border-left: 1px solid #18264E;
}

.post-number-single .next::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 13px;
  border-right: 1px solid #18264E;
}

@media screen and (max-width: 800px) and (min-width: 0px) {

  /*お知らせ*/
  .list-post-news {
    margin: 0 0 40px;
  }

  .list-post-news a {
    font-size: 14px;
  }

  .list-post-news time {
    margin-right: 25px;
  }

  /*Post Type01*/
  .list-post-type01 {
    margin: 0 0 50px;
  }

  .list-post-type01 li+li {
    margin-top: 20px;
  }

  .list-post-type01 .list-ttl {
    font-size: 18px;
    padding: 0 0 7px;
    margin: 0 0 15px;
  }

  .list-post-type01 .list-img {
    float: left;
    margin: 0 15px 0 0;
    width: 40%;
  }

  .list-post-type01 .list-img img {
    width: 100%;
    height: 25vw;
  }

  .list-post-type01 .list-desc {
    margin: -5px 0 0;
  }

  .list-post-type01 time {
    font-size: 12px;
    margin: 0 15px 0 0;
  }

  .list-post-type01 .list-txt {
    font-size: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 5px;
  }

  .list-post-type01 .list-btn {
    margin-top: 15px;
  }

  .list-post-type01 .list-btn a {
    padding: 12px 25px;
    font-size: 13px;
    min-width: 150px;
  }

  /*詳細ページ*/
  .l-post-single .l-ttl {
    font-size: 22px;
    margin: 0 0 30px;
  }

  /*セレクト式カテゴリー*/
  .select-area {
    display: block;
    margin: 0 0 30px;
  }

  .select-area .select-item {
    margin: 0;
  }

  .select-area .select-item+.select-item {
    margin-top: 10px;
  }

  .select-area .select-ttl {
    font-size: 15px;
  }
}

/*------------
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: -ms-grid;
  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.75;
}

a:hover {
  opacity: 0.75;
}

.tel {
  font-family: "Roboto", sans-serif;
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding-left: 25px;
  transition: opacity 0.3s;
}

.tel::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  content: "";
  background: url(../images/share/ico_tel_w.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}

.fs11 {
  font-size: 11px;
}

.bold,
strong {
  font-weight: bold;
}

.red {
  color: #F44336;
}

.marker {
  text-decoration: underline;
  /* 下線 */
  text-decoration-thickness: 0.5em;
  /* 線の太さ */
  text-decoration-color: rgba(255, 228, 0, 0.4);
  /* 線の色 */
  text-underline-offset: -0.2em;
  /* 線の位置。テキストに重なるようにやや上部にする */
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
  text-decoration-skip-ink: none;
}

.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: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #18264E;
  border-left: 5px solid #18264E;
  font-family: "秀英角ゴシック銀 L";
  color: #18264E;
  font-family: "秀英角ゴシック銀 B";
  line-height: 1;
  min-height: 55px;
  min-width: 260px;
  padding: 15px 20px;
  transition: all 0.5s;
  line-height: 1.5;
  position: relative;
}

.btn-more::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #18264E;
  border-right: 1px solid #18264E;
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.btn-more:hover {
  opacity: 0.75;
  background: #EFE960;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.btn-wrap.center {
  justify-content: center;
}

@media (max-width: 800px) {
  .btn-more {
    width: 80%;
    margin: auto;
    display: block;
  }
}

/*診療カレンダー*/
:root {
  --event01: #EF866B;
  --event02: #F7B46B;
  --event03: #A8DBA8;
  --event04: #B0D7D5;
}

.business-calendar-box-wrap {
  margin-bottom: 15px;
}

.business-calendar-box-wrap .business-calendar {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.business-calendar-box-wrap .business-calendar caption {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}

.business-calendar-box-wrap .business-calendar caption span {
  line-height: 1;
  font-size: 25px;
  vertical-align: -1px;
}

.business-calendar-box-wrap .business-calendar-past a,
.business-calendar-box-wrap .business-calendar-future a {
  display: inline-block;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 25px;
  height: 25px;
}

.business-calendar-box-wrap .business-calendar-past a::before,
.business-calendar-box-wrap .business-calendar-future a::before {
  display: inline-block;
  content: "";
  border-style: solid;
  border-width: 7px 6px 7px 0;
  border-color: transparent #333 transparent transparent;
  position: absolute;
  top: 10px;
  left: 10px;
}

.business-calendar-box-wrap .business-calendar-future a::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.business-calendar-box-wrap .business-calendar th {
  background: #f1f3f4;
  border: 1px solid #dfdfdf;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding: 5px;
  width: 14%;
}

.business-calendar-box-wrap .business-calendar td {
  background: #FFFFFF;
  border: 1px solid #dfdfdf;
  position: relative;
  font-size: 13px;
  padding: 5px;
  z-index: 0;
}

.business-calendar-box-wrap .business-calendar td::before {
  content: "";
  background: #ccc;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}

.business-calendar-box-wrap.large .business-calendar th,
.business-calendar-box-wrap.large .business-calendar td {
  padding: 10px;
  font-size: 15px;
}

.business-calendar-box-wrap.col2 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.business-calendar-box-wrap.col2 .business-calendar-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3% 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3%;
}

.business-calendar-box-wrap .business-calendar .today {
  text-decoration: underline;
}

.business-calendar-box-wrap .business-calendar .attr0,
.business-calendar-box-wrap .business-calendar .attr1,
.business-calendar-box-wrap .business-calendar .attr2,
.business-calendar-box-wrap .business-calendar .attr3 {
  color: #fff;
}

.business-calendar-box-wrap .business-calendar .attr0::before,
.business-calendar-box-wrap .business-calendar .attr1::before,
.business-calendar-box-wrap .business-calendar .attr2::before,
.business-calendar-box-wrap .business-calendar .attr3::before {
  opacity: 1;
}

.business-calendar-box-wrap .business-calendar .attr0::before {
  background: var(--event01);
}

.business-calendar-box-wrap .business-calendar .attr1::before {
  background: var(--event02);
}

.business-calendar-box-wrap .business-calendar .attr2::before {
  background: var(--event03);
}

.business-calendar-box-wrap .business-calendar .attr3::before {
  background: var(--event04);
}

.list-event {
  display: flex;
}

.list-event li {
  font-size: 15px;
  line-height: 1;
  margin: 0 20px 0 0;
}

.list-event i {
  margin: 0 5px 0 0;
}

.list-event .event01 {
  color: var(--event01);
}

.list-event .event02 {
  color: var(--event02);
}

.list-event .event03 {
  color: var(--event03);
}

.list-event .event04 {
  color: var(--event04);
}

@media (max-width: 800px) {
  .business-calendar-box-wrap.col2 .business-calendar-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .list-event {
    display: block;
  }

  .list-event li+li {
    margin-top: 5px;
  }
}

/*診療時間*/
.time-table {
  border: 1px solid #DFDFDF;
  background: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 5px;
}

.time-table-head {
  background-color: #607D8B;
  color: #fff;
}

.time-table-head .item {
  padding: 10px 0;
}

.time-table-body {
  border-top: 1px solid #DFDFDF;
}

.time-table-body .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.time-table-body .item:first-child {
  background-color: #8299A3;
  color: #fff;
  letter-spacing: 0;
}

.time-table-head,
.time-table-body {
  display: -ms-grid;
  display: grid;
  font-family: "秀英角ゴシック銀 L";
  -ms-grid-columns: 120px (1fr)[6] 60px;
  grid-template-columns: 120px repeat(6, 1fr) 60px;
}

.time-table.large .time-table-head,
.time-table.large .time-table-body {
  -ms-grid-columns: 220px (1fr)[6] 100px;
  grid-template-columns: 220px repeat(6, 1fr) 100px;
}

@media (max-width: 800px) {
  .time-table-head {
    font-size: 12px;
  }

  .time-table-head .item {
    padding: 5px 0;
  }

  .time-table-body .item {
    padding: 5px 0;
    font-size: 13px;
  }

  .time-table-body .item:first-child {
    line-height: 1.3;
    font-size: 10px;
  }

  .time-table-head,
  .time-table-body {
    -ms-grid-columns: 90px (1fr)[6] 50px !important;
    grid-template-columns: 90px repeat(6, 1fr) 50px !important;
  }
}

/*------------
splide
-------------*/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: flex;
  flex-wrap: wrap;
  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 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  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;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    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__arrow {
  align-items: center;
  background: #e9e9e9;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 64px;
  width: 64px;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.splide__arrow--prev::after,
.splide__arrow--next::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border: solid #000;
  border-width: 1px 1px 0 0;
}

.splide__arrow--prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.splide__arrow--next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  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 {
  left: calc((100% - 1080px) / 2);
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

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

.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: 0;
  display: inline-block;
  height: 6px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 60px;
}

.splide__pagination__page.is-active {
  background: #18264E;
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
}

.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 {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.under-slider02 .splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.under-slider02 .splide__pagination__page.is-active {
  background: #333;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 1;
}

/*-----------------------------------------------------------
Animation
-----------------------------------------------------------*/
.js-fadein {
  transition: opacity 1.2s, -webkit-transform 1s;
  transition: opacity 1.2s, transform 1s;
  transition: opacity 1.2s, transform 1s, -webkit-transform 1s;
  opacity: 0;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
}

.js-fadein.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}


.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
  align-self: start;
}
