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

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;
  -moz-appearance: none;
  appearance: none;
  font-size: inherit;
}

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

::-moz-selection {
  background: #d4dcd6;
}

::selection {
  background: #d4dcd6;
}

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

body,
html {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #625F5B;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  background-color: #FCFAF1;
}

html {
  scroll-behavior: smooth;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "秀英丸ゴシック B", sans-serif;
  line-height: 1.75;
}

@media (max-width: 800px) {

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

th,
dt {
  font-family: "秀英丸ゴシック B", sans-serif;
}

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

.container,
.footer .f-footer-inr,
.breadcrumb ul {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.container.wide,
.footer .wide.f-footer-inr,
.breadcrumb ul.wide {
  max-width: 1200px;
}

.container.wide-most,
.footer .wide-most.f-footer-inr,
.breadcrumb ul.wide-most {
  max-width: 1600px;
}

.container.narrow,
.footer .narrow.f-footer-inr,
.breadcrumb ul.narrow {
  max-width: 800px;
}

@media (max-width: 800px) {
  body {
    font-size: 15px;
    line-height: 1.8;
  }

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

  .container,
  .footer .f-footer-inr,
  .breadcrumb ul {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }
}

/*------------
Header
--------------*/
.header {
  width: 100%;
  background-color: #FCFAF1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: 0.3s;
}

@media (min-width: 800px) {
  .header {
    height: 120px;
  }
}

@media (max-width: 800px) {
  .header {
    height: 82px;
    position: static;
  }
}

.header-inr {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (min-width: 800px) {
  .header-inr {
    padding-left: 60px;
    justify-content: space-between;
  }
}

@media (max-width: 800px) {
  .header-inr {
    justify-content: center;
  }
}

.header .h-logo a {
  display: block;
}

@media (min-width: 800px) {
  .header .h-logo img {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .header .h-logo img {
    height: 55px;
  }
}

@media (min-width: 800px) {
  .header .h-right {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

@media (max-width: 800px) {
  .header .h-right {
    display: none;
  }
}

.header .h-info {
  display: flex;
  gap: 14px;
}

.header .h-info-title {
  width: 192px;
  height: 20px;
  border-radius: 100px;
  color: #fff;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ED8C1E;
}

.header .h-info-data {
  width: 192px;
  font-size: 22px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

.header .h-info-data:before {
  width: 30px;
  height: 30px;
  content: "";
  display: block;
  background: url(../images/share/icon_tel.svg) 0 0/100% no-repeat;
}

.header .h-btn {
  width: 200px;
  height: 56px;
  border-radius: 100px;
  color: #fff;
  font-family: "秀英丸ゴシック B", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background-color: #F5B900;
}

.header .h-btn:before {
  width: 30px;
  height: 23px;
  content: "";
  display: block;
  background: url(../images/share/icon_pc.svg) 0 0/100% no-repeat;
}

.header .h-btn:hover {
  opacity: 0.8;
}

/*------------
G-navi
--------------*/
.hamburger {
  width: 100px;
  height: 120px;
  cursor: pointer;
  position: relative;
  z-index: 10001;
}

.hamburger-bar01 {
  width: 38px;
  height: 1px;
  background-color: #625F5B;
  position: absolute;
  top: 35px;
  left: 31px;
  transition: 0.3s;
}

.hamburger-bar01.is-open {
  top: 47px;
  transform: rotate(45deg);
}

.hamburger-bar02 {
  width: 38px;
  height: 1px;
  background-color: #625F5B;
  position: absolute;
  top: 47px;
  left: 31px;
  transition: 0.3s;
}

.hamburger-bar02.is-open {
  top: 47px;
  transform: rotate(-45deg);
}

.hamburger-bar03 {
  width: 26px;
  height: 1px;
  background-color: #625F5B;
  position: absolute;
  top: 59px;
  left: 31px;
}

.hamburger-bar03.is-open {
  visibility: hidden;
}

.hamburger-menu {
  font-size: 12px;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  top: 73px;
  left: 0;
  right: 0;
}

.hamburger-menu:before {
  content: "MENU";
}

.hamburger-menu.is-open:before {
  content: "CLOSE";
}

.pc-navi {
  background: #FCFAF1;
  display: none;
}

.pc-navi.is-open {
  width: 100%;
  height: 100%;
  max-height: 935px;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
}

.pc-navi-img {
  width: 50%;
}

.pc-navi-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pc-navi-inr {
  width: 50%;
  padding: 156px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
}

.pc-navi-logo {
  margin-bottom: 35px;
}

.pc-navi-cta {
  display: flex;
  gap: 21px;
  margin-bottom: 24px;
}

.pc-navi-cta-title {
  width: 192px;
  height: 20px;
  border-radius: 100px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  background-color: #ED8C1E;
}

.pc-navi-cta-data {
  font-size: 22px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pc-navi-cta-data:before {
  width: 30px;
  height: 30px;
  content: "";
  display: block;
  background: url(../images/share/icon_tel.svg) 0 0/100% no-repeat;
}

.pc-navi-cta-web {
  width: 200px;
  height: 56px;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "秀英丸ゴシック B", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background-color: #F5B900;
}

.pc-navi-cta-web:before {
  width: 30px;
  height: 23px;
  content: "";
  display: block;
  background: url(../images/share/icon_pc.svg) 0 0/100% no-repeat;
}

.pc-navi-cta-web:hover {
  opacity: 0.8;
}

.pc-navi-time {
  line-height: 2;
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
}

.pc-navi-nav {
  display: flex;
  gap: 60px;
}

.pc-navi-title {
  line-height: 2.25;
  font-size: 16px;
  font-family: "秀英丸ゴシック B", sans-serif;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pc-navi-title:before {
  width: 5px;
  height: 5px;
  border-top: 1.5px solid #ED8C1E;
  border-right: 1.5px solid #ED8C1E;
  content: "";
  display: block;
  transform: rotate(45deg);
}

.pc-navi-list {
  padding-left: 11px;
  margin-bottom: 24px;
}

.pc-navi-item {
  font-size: 15px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pc-navi-item:before {
  width: 6px;
  height: 1px;
  content: "";
  display: block;
  background-color: #625F5B;
}

.pc-navi-item .item-link::after {
  border-bottom: 2px solid #ED8C1E;
  border-right: 2px solid #ED8C1E;
}

.pc-navi-item:hover .item-link::before {
  border-bottom: 1px solid #ED8C1E;
}

.pc-navi-item .item-link {
  display: block;
  transition: 0.3s;
}

.pc-navi:hover .item-link::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 1px;
}

.pc-navi .item:not(:last-child) {
  margin-right: 35px;
}

@media (max-width: 1550px) {
  .pc-navi .item:not(:last-child) {
    margin-right: 15px;
  }
}

.pc-dropdown {
  position: relative;
}

.pc-dropdown::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 40px;
}

.pc-dropdown:hover .pc-navi-child {
  pointer-events: auto;
  transform: translate(-50%, 0);
  opacity: 1;
}

.pc-dropdown .item-link {
  padding-right: 15px;
}

.pc-dropdown .item-link::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}

.pc-dropdown .pc-navi-child {
  width: -moz-fit-content;
  width: fit-content;
  padding: 40px;
  border-radius: 0 0 10px 10px;
  background-color: rgba(252, 250, 241, 0.9);
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -10px);
  transition: 0.4s ease-in-out;
}

.pc-dropdown .pc-navi-child li {
  width: 100%;
  padding-left: 15px;
  white-space: nowrap;
  line-height: 2.5;
  position: relative;
}

.pc-dropdown .pc-navi-child li::before {
  width: 5px;
  height: 5px;
  border-radius: 100px;
  content: "";
  background-color: #ED8C1E;
  position: absolute;
  top: 17px;
  left: 0;
}

.pc-dropdown .pc-navi-child li:hover {
  text-decoration: underline;
}

.sp-navi {
  display: none;
}

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

  .pc-navi {
    display: none;
  }

  :root {
    --navi-background: #6ABA63;
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
    --navi-font: "秀英角ゴシック銀 B", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    --sp-btn-color: #E67A7A;
  }

  .sp-navi {
    display: block;
    /* ボタン類 */
    /* コンテンツ */
  }

  .sp-navi .sp-navi-btns {
    width: 100%;
    height: 50px;
    display: flex;
    background-color: #ED8C1E;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
  }

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

  .sp-navi .sp-navi-btns .item {
    border-right: 1px solid #fff;
    font-size: 10px;
    line-height: 1.1;
    font-family: "秀英丸ゴシック B", sans-serif;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }

  .sp-navi .sp-navi-btns .item:last-child {
    border-right: none;
  }

  .sp-navi .sp-navi-btns .item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    text-decoration: none;
    height: 100%;
  }

  .sp-navi .sp-navi-btns .item .img img {
    height: 16px;
    display: flex;
    align-items: center;
  }

  .sp-navi .sp-navi-btns .item .ttl {
    min-height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sp-navi .sp-menu-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 7px;
  }

  .sp-navi .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-navi .sp-menu-btn span:not(.ttl) {
    background: var(--menu-btn);
    position: absolute;
    left: 50%;
    width: 12px;
    height: 1px;
    transform: translateX(-50%);
    transition: 0.4s;
  }

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

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

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

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

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

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

  .sp-navi .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 .sp-navi-contents.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }

  .sp-navi .sp-navi-list {
    margin: 0 0 30px;
  }

  .sp-navi .sp-navi-list>li>a,
  .sp-navi .sp-navi-list>li span {
    display: block;
    font-size: 15px;
    font-family: "秀英丸ゴシック B", sans-serif;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }

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

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

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

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

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

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

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

  .sp-navi .sp-navi-list .child>ul>li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    font-family: "秀英丸ゴシック B", sans-serif;
  }

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

  .sp-navi .sp-navi-list .child>ul>li.child-li {
    margin-left: 15px;
    color: #888888;
    padding-left: 0;
  }

  .sp-navi .sp-navi-list .child>ul>li.child-li::before {
    display: none;
  }

  .sp-navi .sp-navi-list .child>ul>li.child-li>a {
    font-size: 13px;
  }

  .sp-navi .sp-navi-list .child>ul>li>a {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
  }

  .sp-navi .sp-btn {
    background: var(--sp-btn-color);
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
    transition: 0.5s;
  }
}

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  width: 100%;
  display: flex;
  justify-content: end;
}

@media (min-width: 800px) {
  .hero {
    margin-top: 120px;
  }
}

.hero-layout {
  height: 100%;
  position: relative;
}

@media (min-width: 800px) {
  .hero-layout {
    width: 94.4444444444%;
    aspect-ratio: 1700/777;
  }
}

@media (max-width: 800px) {
  .hero-layout {
    width: 95.75%;
    aspect-ratio: 384/470;
  }
}

.hero .splide {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 800px) {
  .hero .splide {
    width: 83.0588235294%;
  }
}

@media (max-width: 800px) {
  .hero .splide {
    width: 100%;
  }
}

@media (min-width: 800px) {
  .hero .splide__control {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 0;
    left: -20%;
  }
}

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

.hero .splide__toggle {
  width: 24px;
  height: 24px;
  display: block;
  background: url(../images/share/play.svg) 0 0/100% no-repeat;
}

.hero .splide__toggle.is-active {
  background-image: url(../images/share/pause.svg);
}

.hero .splide__pagination {
  gap: 10px;
}

.hero .splide__pagination__page {
  width: 8px;
  height: 8px;
  background-color: #FBEBB9;
}

.hero .splide__pagination__page.is-active {
  background-color: #ED8C1E;
}

.hero-img {
  width: 100%;
  height: 100%;
}

@media (min-width: 800px) {
  .hero-img {
    border-radius: 398px 0 0 20px;
  }
}

@media (max-width: 800px) {
  .hero-img {
    border-radius: 200px 0 0 20px;
  }
}

.hero-desc {
  position: absolute;
  left: 0;
}

@media (min-width: 800px) {
  .hero-desc {
    width: 37.0588235294%;
    bottom: 130px;
  }
}

@media (max-width: 800px) {
  .hero-desc {
    width: 96.0835509138%;
    margin: 0 auto;
    top: 39.3617021277%;
  }
}

.hero-ttl {
  font-family: "秀英丸ゴシック B", sans-serif;
  letter-spacing: 0.1em;
}

@media (min-width: 800px) {
  .hero-ttl {
    white-space: nowrap;
    margin-bottom: 9.3951093951%;
  }
}

@media (max-width: 800px) {
  .hero-ttl {
    text-align: center;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }
}

.hero-ttl-txt01 {
  color: #625F5B;
  line-height: 2.4166666667;
}

@media (min-width: 800px) {
  .hero-ttl-txt01 {
    font-size: clamp(16px, 2vw, 36px);
  }
}

@media (max-width: 800px) {
  .hero-ttl-txt01 {
    font-size: clamp(16px, 5vw, 20px);
  }
}

.hero-ttl-txt02 {
  color: #ED8C1E;
  line-height: 1.5535714286;
}

@media (min-width: 800px) {
  .hero-ttl-txt02 {
    font-size: clamp(20px, 3.1vw, 56px);
  }
}

@media (max-width: 800px) {
  .hero-ttl-txt02 {
    font-size: clamp(20px, 7.8vw, 31px);
  }
}

.hero-ttl-txt03 {
  color: #625F5B;
  line-height: 1.5535714286;
}

@media (min-width: 800px) {
  .hero-ttl-txt03 {
    font-size: clamp(20px, 3.1vw, 56px);
  }
}

@media (max-width: 800px) {
  .hero-ttl-txt03 {
    font-size: clamp(20px, 7.8vw, 31px);
  }
}

.hero-point {
  width: 100%;
}

.hero-news {
  border-radius: 100px 0 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  background-image: url(../images/share/icon_alert.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width: 800px) {
  .hero-news {
    width: 649px;
    height: 64px;
    padding: 0 19px 0 79px;
    background-position: 30px 50%;
  }
}

@media (max-width: 800px) {
  .hero-news {
    width: 100%;
    height: 64px;
    padding: 0 10px 0 60px;
    background-position: 19px 50%;
    background-size: 25px 25px;
  }
}

.hero-news-item {
  display: flex;
}

@media (min-width: 800px) {
  .hero-news-item {
    align-items: center;
    gap: 24px;
  }
}

@media (max-width: 800px) {
  .hero-news-item {
    flex-direction: column;
  }
}

.hero-news-date {
  color: #ED8C1E;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
}

@media (min-width: 800px) {
  .hero-news-date {
    font-size: 13px;
  }
}

@media (max-width: 800px) {
  .hero-news-date {
    font-size: 11px;
  }
}

.hero-news-post {
  overflow: hidden;
  font-family: "秀英丸ゴシック B", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 800px) {
  .hero-news-post {
    width: 410px;
  }
}

@media (max-width: 800px) {
  .hero-news-post {
    width: 240px;
  }
}

.hero-news-arrow {
  display: block;
}

.hero-news-arrow:hover {
  opacity: 0.8;
}

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.t-ttl {
  text-align: center;
  position: relative;
}

@media (min-width: 800px) {
  .t-ttl {
    padding-bottom: 21px;
    margin-bottom: 49px;
  }
}

@media (max-width: 800px) {
  .t-ttl {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}

.t-ttl:before {
  content: "";
  display: block;
  margin: 0 auto;
  background-color: #ED8C1E;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 800px) {
  .t-ttl:before {
    width: 67px;
    height: 3px;
  }
}

@media (max-width: 800px) {
  .t-ttl:before {
    width: 30px;
    height: 2px;
  }
}

.t-ttl .en {
  line-height: 1;
  color: #ED8C1E;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.1em;
  display: block;
}

@media (min-width: 800px) {
  .t-ttl .en {
    font-size: 20px;
    margin-bottom: 13px;
  }
}

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

.t-ttl .jp {
  font-family: "秀英丸ゴシック B", sans-serif;
  letter-spacing: 0.05em;
  display: block;
}

@media (min-width: 800px) {
  .t-ttl .jp {
    line-height: 1.7368421053;
    font-size: 38px;
  }
}

@media (max-width: 800px) {
  .t-ttl .jp {
    line-height: 1.5;
    font-size: 20px;
  }
}

/*------------
Block
--------------*/
.sec01 {
  position: relative;
}

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

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

@media (min-width: 800px) {
  .sec01-deco01 {
    width: 414px;
    height: 411px;
    background: url(../images/sec01_deco01.png) 0 0/100% no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}

@media (min-width: 800px) {
  .sec01-deco02 {
    width: 269px;
    height: 234px;
    background: url(../images/sec01_deco02.png) 0 0/100% no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}

.sec01-layout {
  display: flex;
  justify-content: center;
  gap: 44px;
}

@media (max-width: 800px) {
  .sec01-layout {
    flex-direction: column-reverse;
  }
}

.sec01-item {
  width: 100%;
}

@media (min-width: 800px) {
  .sec01 .btn-wrap {
    width: 320px;
  }
}

@media (max-width: 800px) {
  .sec01 .btn-wrap {
    width: 80%;
    margin: 0 auto;
  }
}

@media (min-width: 800px) {
  .sec01 .btn-more {
    text-align: left;
  }
}

@media (max-width: 800px) {
  .sec01 .btn-more {
    justify-content: center;
  }
}

.sec02 {
  width: 100%;
  height: 100%;
  background: url(../images/sec02_bg.jpg) 50% 50%/cover no-repeat;
}

@media (min-width: 800px) {
  .sec02 {
    padding: 130px 5%;
  }
}

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

.sec02 .t-ttl .jp {
  color: #fff;
}

.sec02-layout {
  margin: 0 auto;
}

@media (min-width: 800px) {
  .sec02-layout {
    max-width: 1024px;
  }
}

@media (max-width: 800px) {
  .sec02-layout {
    width: 90%;
  }
}

.sec02-layout .l-txt {
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

@media (min-width: 800px) {
  .sec02-layout .l-txt {
    line-height: 2.2222222222;
    font-size: 18px;
    text-align: center;
  }
}

@media (max-width: 800px) {
  .sec02-layout .l-txt {
    line-height: 2.1428571429;
    font-size: 14px;
  }
}

.sec02 .btn-wrap {
  width: 207px;
  margin: 0 auto;
}

/*------------
sec02-01 症状から探したい方
--------------*/
.sec02-01 {
  width: 100%;
  background-color: #FFF6CD;
}

@media (min-width: 800px) {
  .sec02-01 {
    padding: 120px 0;
  }
}

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

.sec02-01-layout {
  display: grid;
  margin: 0 auto;
}

@media (min-width: 800px) {
  .sec02-01-layout {
    max-width: 1200px;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

@media (max-width: 800px) {
  .sec02-01-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.sec02-01-box {
  background-color: #fff;
  border-radius: 20px;
  border: 5px solid #FCE2BA;
}

@media (min-width: 800px) {
  .sec02-01-box {
    padding: 40px 30px;
  }
}

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

.sec02-01-ttl {
  font-family: "秀英丸ゴシック B", sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

@media (min-width: 800px) {
  .sec02-01-ttl {
    font-size: 24px;
  }
}

@media (max-width: 800px) {
  .sec02-01-ttl {
    font-size: 18px;
  }
}

.sec02-01-ttl span {
  background: linear-gradient(transparent 60%, #FCE2BA 60%);
  padding-bottom: 3px;
}

.sec02-01-list {
  display: grid;
}

.sec02-01-list li {
  position: relative;
  padding: 12px 0 12px 36px;
  border-bottom: 1px dotted #DED9D3;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.sec02-01-list li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 9px;
  top: 23px;
}

.sec02-01-list li {
  font-family: "秀英丸ゴシック B", sans-serif;
  font-size: 20px;
}

@media (max-width: 800px) {
  .sec02-01-list li {
    font-size: 14px;
  }
}

.sec02-01-list li::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #ED8C1E;
  position: absolute;
  left: 0;
  top: 15px;
}

.sec02-01-list li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 8px;
  top: 23px;
}


.sec03 {
  width: 100%;
}

@media (min-width: 800px) {
  .sec03 {
    padding: 140px 0 0;
  }
}

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

.sec03-layout {
  margin: 0 auto;
}

@media (min-width: 800px) {
  .sec03-layout {
    max-width: 1600px;
    position: relative;
  }
}

@media (max-width: 800px) {
  .sec03-layout {
    width: 90%;
  }
}

@media (min-width: 800px) {
  .sec03-deco01 {
    width: 155px;
    height: 133px;
    background: url(../images/sec03_deco01.png) 0 0/100% no-repeat;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (min-width: 800px) {
  .sec03-deco02 {
    width: 221px;
    height: 193px;
    background: url(../images/sec03_deco02.png) 0 0/100% no-repeat;
    position: absolute;
    top: 452px;
    left: 43px;
  }
}

.sec03-list {
  display: flex;
}

@media (min-width: 800px) {
  .sec03-list {
    max-width: 1200px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 58px 0px;
    margin: 0 auto 60px;
  }
}

@media (max-width: 800px) {
  .sec03-list {
    flex-direction: column;
    align-items: center;
    gap: 40px 0px;
    margin: 0 auto 30px;
  }
}

.sec03 .l-desc {
  position: relative;
}

@media (min-width: 800px) {
  .sec03 .l-desc {
    width: 386px;
  }
}

.sec03 .l-desc:nth-child(3n+1) .l-fig:before,
.sec03 .l-desc:nth-child(3n) .l-fig:before {
  background-color: #FFF6CD;
}

.sec03 .l-desc:nth-child(3n+2) .l-fig:before {
  background-color: #FCE2BA;
}

.sec03 .l-num {
  color: #F5B900;
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.1em;
  position: absolute;
  top: -25px;
  left: 17px;
  z-index: 1;
}

.sec03 .l-fig {
  position: relative;
}

@media (min-width: 800px) {
  .sec03 .l-fig {
    width: 366px;
    height: 251px;
    margin-bottom: 37px;
  }
}

@media (max-width: 800px) {
  .sec03 .l-fig {
    margin-bottom: 20px;
  }
}

.sec03 .l-fig:before {
  width: 100%;
  height: 100%;
  aspect-ratio: 366/251;
  border-radius: 20px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(5deg);
}

.sec03 .l-img {
  width: 366px;
  height: 251px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.sec03 .l-text {
  line-height: 1.5;
  font-family: "秀英丸ゴシック B", sans-serif;
  text-align: center;
}

@media (min-width: 800px) {
  .sec03 .l-text {
    font-size: 24px;
  }
}

@media (max-width: 800px) {
  .sec03 .l-text {
    font-size: 16px;
  }
}

.sec03 .btn-wrap {
  margin: 0 auto;
}

@media (min-width: 800px) {
  .sec03 .btn-wrap {
    width: 301px;
  }
}

@media (max-width: 800px) {
  .sec03 .btn-wrap {
    width: 80%;
  }
}

.sec04 {
  width: 100%;
}

@media (min-width: 800px) {
  .sec04 {
    padding: 120px 0 140px;
    position: relative;
  }
}

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

@media (min-width: 800px) {
  .sec04-deco01 {
    width: 503px;
    height: 645px;
    content: "";
    display: block;
    background: url(../images/sec04_deco01.png) 0 0/100% no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}

@media (min-width: 800px) {
  .sec04-deco02 {
    width: 336px;
    height: 475px;
    content: "";
    display: block;
    background: url(../images/sec04_deco02.png) 0 0/100% no-repeat;
    position: absolute;
    top: 1775px;
    left: 0;
    z-index: -1;
  }
}

.sec04-layout {
  display: flex;
  flex-direction: column;
  width: 90%;
}

@media (min-width: 800px) {
  .sec04-layout {
    max-width: 1400px;
    gap: 50px;
    margin: 0 auto 100px;
  }
}

@media (max-width: 800px) {
  .sec04-layout {
    gap: 30px;
    margin: 0 auto 50px;
  }
}

@media (min-width: 800px) {
  .sec04-layout .t-ttl {
    margin-bottom: 80px;
  }
}

.sec04-box {
  border-radius: 30px;
  display: flex;
  background-color: #fff;
}

@media (min-width: 800px) {
  .sec04-box {
    padding: 50px;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 54px;
  }
}

@media (max-width: 800px) {
  .sec04-box {
    padding: 20px;
    flex-direction: column;
  }
}

@media (min-width: 800px) {
  .sec04-textbox {
    flex: 1;
  }
}

@media (max-width: 800px) {
  .sec04-textbox {
    display: contents;
  }
}

.sec04 .l-ttl {
  border-bottom: 2px solid #E9E7E1;
  font-family: "秀英丸ゴシック B", sans-serif;
  letter-spacing: 0.05em;
  position: relative;
}

@media (min-width: 800px) {
  .sec04 .l-ttl {
    padding-bottom: 20px;
    line-height: 1.5333333333;
    font-size: 30px;
    margin-bottom: 31px;
  }
}

@media (max-width: 800px) {
  .sec04 .l-ttl {
    padding-bottom: 10px;
    line-height: 1.875;
    font-size: 16px;
    margin-bottom: 20px;
    order: 1;
  }
}

.sec04 .l-ttl:before {
  width: 90px;
  height: 2px;
  content: "";
  display: block;
  background-color: #ED8C1E;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.sec04 .l-text {
  margin-bottom: 31px;
}

@media (max-width: 800px) {
  .sec04 .l-text {
    font-size: 14px;
    order: 3;
  }
}

@media (min-width: 800px) {
  .sec04-fig {
    width: 43%;
    flex-shrink: 0;
  }
}

@media (max-width: 800px) {
  .sec04-fig {
    margin-bottom: 20px;
    order: 2;
  }
}

@media (min-width: 800px) {
  .sec04-img {
    border-radius: 30px;
  }
}

@media (max-width: 800px) {
  .sec04-img {
    border-radius: 10px;
  }
}

@media (min-width: 800px) {
  .sec04 .btn-wrap {
    width: 301px;
  }
}

@media (max-width: 800px) {
  .sec04 .btn-wrap {
    width: 80%;
    margin: 0 auto;
    order: 4;
  }
}

.sec04-layout02 {
  display: flex;
  margin: 0 auto;
}

@media (min-width: 800px) {
  .sec04-layout02 {
    max-width: 1024px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 32px;
  }
}

@media (max-width: 800px) {
  .sec04-layout02 {
    width: 90%;
    flex-direction: column;
    gap: 15px;
  }
}

.sec04-list-link {
  border-radius: 16px;
  line-height: 1.5;
  font-weight: bold;
  font-family: "秀英丸ゴシック B", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
}

@media (min-width: 800px) {
  .sec04-list-link {
    width: 232px;
    height: 268px;
    padding: 35px 0 0;
    font-size: 20px;
    flex-direction: column;
    transition: 0.3s;
  }

  .sec04-list-link:hover {
    transform: translateY(-10px);
  }
}

@media (max-width: 800px) {
  .sec04-list-link {
    width: 100%;
    height: 70px;
    padding: 10px;
    font-size: 14px;
    flex-direction: row;
    gap: 10px;
  }
}

.sec04-list-link:before {
  width: 21px;
  height: 21px;
  content: "";
  display: block;
  background: url(../images/share/icon_arrow02.svg) 0 0/100% no-repeat;
  position: absolute;
  right: 15px;
}

@media (min-width: 800px) {
  .sec04-list-link:before {
    bottom: 15px;
  }
}

@media (max-width: 800px) {
  .sec04-list-link:before {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 800px) {
  .sec04-list-link .sec04-list-img {
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  .sec04-list-link .sec04-list-img {
    width: 50px;
    height: 50px;
    margin: 0;
  }
}

.sec04-list-link .en {
  color: #ED8C1E;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

@media (min-width: 800px) {
  .sec04-list-link .en {
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  .sec04-list-link .en {
    font-size: 12px;
  }
}

.sec04-list-link .jp {
  line-height: 1;
  letter-spacing: 0.05em;
}

@media (min-width: 800px) {
  .sec04-list-link .jp {
    font-size: 20px;
  }
}

@media (max-width: 800px) {
  .sec04-list-link .jp {
    font-size: 14px;
  }
}

.sec05 {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

@media (min-width: 800px) {
  .sec05 {
    padding: 120px 0 235px;
    border-radius: 90px 90px 0 0;
    position: relative;
  }
}

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

@media (min-width: 800px) {
  .sec05-deco01 {
    width: 388px;
    height: 369px;
    background: url(../images/sec05_deco01.png) 0 0/100% no-repeat;
    position: absolute;
    bottom: 96px;
    right: 0;
  }
}

@media (min-width: 800px) {
  .sec05-deco02 {
    width: 242px;
    height: 177px;
    background: url(../images/sec05_deco02.png) 0 0/100% no-repeat;
    position: absolute;
    bottom: -138px;
    left: 88px;
  }
}

.sec05-layout {
  margin: 0 auto;
}

@media (min-width: 800px) {
  .sec05-layout {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 557px 98px 545px;
    position: relative;
  }
}

@media screen and (max-width: 1200px) and (min-width: 801px) {
  .sec05-layout {
    width: 90%;
    grid-template-columns: 557px 98px 1fr;
  }
}

@media (max-width: 800px) {
  .sec05-layout {
    width: 90%;
    display: flex;
    flex-direction: column;
  }
}

.sec05-layout .l-ttl {
  color: #ED8C1E;
  line-height: 1.6428571429;
  font-weight: bold;
  font-family: "秀英丸ゴシック B", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 800px) {
  .sec05-layout .l-ttl {
    font-size: 28px;
    margin-bottom: 32px;
  }
}

@media (max-width: 800px) {
  .sec05-layout .l-ttl {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    order: 1;
  }
}

.sec05-layout .l-fig {
  position: relative;
}

@media (min-width: 800px) {
  .sec05-layout .l-fig {
    grid-column: 1/3;
    grid-row: 1;
  }
}

@media (max-width: 800px) {
  .sec05-layout .l-fig {
    width: 100%;
    height: 100%;
    aspect-ratio: 727/596;
    margin-bottom: 20px;
    order: 2;
  }
}

@media (min-width: 800px) {
  .sec05-layout .l-img01 {
    border-radius: 20px;
  }
}

@media (max-width: 800px) {
  .sec05-layout .l-img01 {
    width: 90.0962861073%;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.sec05-layout .l-img02 {
  position: absolute;
}

@media (min-width: 800px) {
  .sec05-layout .l-img02 {
    border-radius: 20px;
    left: -72px;
    bottom: -104px;
  }
}

@media (max-width: 800px) {
  .sec05-layout .l-img02 {
    width: 37.9642365887%;
    border-radius: 10px;
    left: 0;
    bottom: 0;
  }
}

@media (min-width: 800px) {
  .sec05-layout .l-desc {
    padding: 74px 66px;
    border-radius: 20px;
    margin-top: 78px;
    background-color: #FCEBBE;
    grid-column: 2/4;
    grid-row: 1;
    z-index: 1;
  }
}

@media (max-width: 800px) {
  .sec05-layout .l-desc {
    display: contents;
  }
}

.sec05-layout .l-desc .sec05-text {
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 31px;
}

@media (min-width: 800px) {
  .sec05-layout .l-desc .sec05-text {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .sec05-layout .l-desc .sec05-text {
    font-size: 14px;
    order: 3;
  }
}

@media (min-width: 800px) {
  .sec05-layout .l-desc .btn-wrap {
    width: 207px;
  }
}

@media (max-width: 800px) {
  .sec05-layout .l-desc .btn-wrap {
    width: 80%;
    margin: 0 auto;
    order: 4;
  }
}

.sec06 {
  width: 100%;
  background-color: #FCEBBE;
  position: relative;
}

@media (min-width: 800px) {
  .sec06 {
    padding: 140px 0 136px;
    border-radius: 90px;
  }
}

@media (max-width: 800px) {
  .sec06 {
    padding: 50px 0;
    border-radius: 30px;
  }
}

.sec06:before {
  width: 100%;
  height: 90px;
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sec06-layout {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 800px) {
  .sec06-layout {
    max-width: 1200px;
    display: flex;
    gap: 60px;
  }
}

@media (max-width: 800px) {
  .sec06-layout {
    width: 84%;
  }
}

.sec06-ttl {
  position: relative;
}

@media (min-width: 800px) {
  .sec06-ttl {
    width: 250px;
  }
}

@media (min-width: 800px) {
  .sec06-ttl .t-ttl {
    text-align: left;
    margin-bottom: 54px;
    background-position: 0 0;
  }
}

@media (min-width: 800px) {
  .sec06-ttl .t-ttl:before {
    left: 0;
    right: auto;
  }
}

@media (min-width: 800px) {
  .sec06-ttl .btn-wrap {
    width: 188px;
  }
}

@media (max-width: 800px) {
  .sec06-ttl .btn-wrap {
    display: none;
  }
}

@media (max-width: 800px) {
  .sec06 .btn-wrap {
    width: 80%;
    margin: 0 auto;
  }
}

.sec07 {
  width: 100%;
}

@media (min-width: 800px) {
  .sec07 {
    padding: 140px 0;
  }
}

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

.sec07-layout {
  display: flex;
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 800px) {
  .sec07-layout {
    max-width: 1400px;
    flex-direction: row-reverse;
    gap: 70px;
  }
}

@media (max-width: 800px) {
  .sec07-layout {
    width: 90%;
    flex-direction: column;
  }
}

@media (min-width: 800px) {
  .sec07-textarea {
    width: 504px;
    padding-top: 59px;
  }
}

@media (max-width: 800px) {
  .sec07-textarea {
    display: contents;
  }
}

@media (min-width: 800px) {
  .sec07 .t-ttl {
    text-align: left;
  }
}

@media (max-width: 800px) {
  .sec07 .t-ttl {
    order: 1;
  }
}

@media (min-width: 800px) {
  .sec07 .t-ttl:before {
    left: 0;
    right: auto;
  }
}

.sec07 .l-text {
  line-height: 1.75;
  letter-spacing: 0.05em;
  display: flex;
  align-items: start;
  gap: 13px;
}

@media (min-width: 800px) {
  .sec07 .l-text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

@media (max-width: 800px) {
  .sec07 .l-text {
    font-size: 12px;
    margin-bottom: 20px;
    order: 3;
  }
}

.sec07 .l-text:before {
  width: 32px;
  height: 32px;
  content: "";
  display: block;
  background: url(../images/share/icon_access.svg) 0 0/100% no-repeat;
}

@media (min-width: 800px) {
  .sec07 .btn-wrap {
    width: 207px;
  }
}

@media (max-width: 800px) {
  .sec07 .btn-wrap {
    width: 80%;
    margin: 0 auto;
    order: 4;
  }
}

@media (min-width: 800px) {
  .sec07 .l-map {
    width: 826px;
  }
}

@media (max-width: 800px) {
  .sec07 .l-map {
    width: 100%;
    margin-bottom: 20px;
    order: 2;
  }
}

.sec07 .l-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

@media (min-width: 800px) {
  .sec07 .l-map iframe {
    aspect-ratio: 826/451;
  }
}

@media (max-width: 800px) {
  .sec07 .l-map iframe {
    aspect-ratio: 1/1;
  }
}

/*ブログ*/
@media (min-width: 800px) {

  .list-top-blog01,
  .list-top-blog02 {
    width: 890px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

@media (max-width: 800px) {

  .list-top-blog01,
  .list-top-blog02 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
}

.list-top-blog01 .list-item a,
.list-top-blog02 .list-item a {
  width: 100%;
}

.list-top-blog01 .list-item a:hover .list-img img,
.list-top-blog02 .list-item a:hover .list-img img {
  transform: scale(1.1);
}

.list-top-blog01 .list-img,
.list-top-blog02 .list-img {
  overflow: hidden;
  border-radius: 20px;
}

@media (min-width: 800px) {

  .list-top-blog01 .list-img,
  .list-top-blog02 .list-img {
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {

  .list-top-blog01 .list-img,
  .list-top-blog02 .list-img {
    margin-bottom: 10px;
  }
}

.list-top-blog01 .list-img img,
.list-top-blog02 .list-img img {
  width: 100%;
  height: 182px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
}

.list-top-blog01 .list-ttl,
.list-top-blog02 .list-ttl {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  letter-spacing: 0.05em;
}

@media (min-width: 800px) {

  .list-top-blog01 .list-ttl,
  .list-top-blog02 .list-ttl {
    font-size: 16px;
    margin-bottom: 18px;
  }
}

@media (max-width: 800px) {

  .list-top-blog01 .list-ttl,
  .list-top-blog02 .list-ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.list-top-blog01 time,
.list-top-blog02 time {
  display: block;
  color: #ED8C1E;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media (min-width: 800px) {

  .list-top-blog01 time,
  .list-top-blog02 time {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

@media (max-width: 800px) {

  .list-top-blog01 time,
  .list-top-blog02 time {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.list-top-blog01 .category,
.list-top-blog02 .category {
  display: flex;
  gap: 10px;
}

.list-top-blog01 .category span,
.list-top-blog02 .category span {
  padding: 0 8px;
  border-radius: 3px;
  color: #fff;
  font-family: "秀英丸ゴシック B", sans-serif;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5A564E;
}

@media (min-width: 800px) {

  .list-top-blog01 .category span,
  .list-top-blog02 .category span {
    height: 25px;
    font-size: 12px;
  }
}

@media (max-width: 800px) {

  .list-top-blog01 .category span,
  .list-top-blog02 .category span {
    height: 20px;
    font-size: 10px;
  }
}

/*------------
下層ページタイトル
--------------*/
.page-ttl {
  margin-top: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0;
  height: 540px;
  min-height: 540px;
  position: relative;
}

.page-ttl-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  margin-left: calc((100% - 1024px) / 2);
  z-index: -1;
}

.page-ttl-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 398px 0 0 20px;
}

@media screen and (max-width: 1777px) and (min-width: 801px) {
  .page-ttl-bg {
    margin-left: 10%;
  }
}

.page-ttl-main {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  font-family: "秀英丸ゴシック B", sans-serif;
  font-size: 56px;
  line-height: 1.2;
}

@media (max-width: 800px) {
  .page-ttl {
    margin-top: 0;
    padding: 20px 0;
    height: 180px;
    min-height: 180px;
  }

  .page-ttl-bg {
    margin-left: 15%;
  }

  .page-ttl-bg img {
    border-radius: 120px 0 0 10px;
  }

  .page-ttl-main {
    font-size: 26px;
  }
}

/*------------
下層ページ見出し
--------------*/
.u-h2,
.post-category-ttl,
.postdata h1 {
  font-size: 38px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.6;
}

.u-h2::before,
.post-category-ttl::before,
.postdata h1::before {
  content: "";
  background: #ED8C1E;
  width: 67px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.u-h3,
.post-ttl,
.postdata h2 {
  border-bottom: 2px solid #E9E7E1;
  font-size: 30px;
  padding-bottom: 12px;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.6;
}

.u-h3::before,
.post-ttl::before,
.postdata h2::before {
  content: "";
  background: #ED8C1E;
  width: 90px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.u-h4,
.postdata h3 {
  font-size: 24px;
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.6;
}

.u-h4::before,
.postdata h3::before {
  content: "";
  background: #ED8C1E;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 14px;
}

@media (max-width: 800px) {

  .u-h2,
  .post-category-ttl,
  .postdata h1 {
    font-size: 25px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    line-height: 1.4;
  }

  .u-h2::before,
  .post-category-ttl::before,
  .postdata h1::before {
    width: 45px;
    height: 2px;
  }

  .u-h3,
  .post-ttl,
  .postdata h2 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .u-h3::before,
  .post-ttl::before,
  .postdata h2::before {
    width: 50px;
    height: 2px;
  }

  .u-h4,
  .postdata h3 {
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 15px;
    line-height: 1.4;
  }

  .u-h4::before,
  .postdata h3::before {
    top: 9px;
  }
}

/*------------
パンクズリスト
--------------*/
.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 10px 0;
}

.breadcrumb ul {
  font-size: 14px;
}

.breadcrumb ul li {
  display: inline;
  word-break: break-all;
}

.breadcrumb ul li+li: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;
}

/*------------
pタグ同士の余白
--------------*/
.u-contents p+p {
  margin-top: 2em;
}

@media (min-width: 800px) {
  .u-contents .btn-more {
    min-height: 56px;
  }
}

@media (max-width: 800px) {
  .u-contents .btn-more {
    min-height: 50px;
  }
}

@media (max-width: 800px) {
  .u-contents p+p {
    margin-top: 1em;
  }
}

/*------------
下層ページレイアウト
--------------*/
.tall {
  padding: 70px 0;
}

.tall:last-child {
  padding: 70px 0 140px;
}

.tall.bg01 {
  background: #FFF3BC;
}

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

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

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

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

.hidden {
  overflow: hidden;
}

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

  .tall:last-child {
    padding: 40px 0 80px;
  }

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

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

/*------------
プライバシーポリシー
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid #ED8C1E;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-family: "秀英丸ゴシック B", sans-serif;
}

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

/*------------
追加パーツ
--------------*/
.icon-ttl {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}

.icon-ttl .icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #ED8C1E;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.2em;
}

.icon-ttl .ttl {
  flex: 1;
  padding-top: 20px;
}

.icon-ttl .ttl * {
  margin-bottom: 0 !important;
}

@media (max-width: 800px) {
  .icon-ttl {
    gap: 15px;
    margin-bottom: 20px;
  }

  .icon-ttl .icon {
    width: 65px;
    height: 65px;
    font-size: 11px;
    letter-spacing: 0.15em;
  }

  .icon-ttl .ttl {
    padding-top: 5px;
  }
}

.num-ttl {
  line-height: 1.4;
  font-family: "Quicksand", sans-serif;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #ED8C1E;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .num-ttl {
    font-size: 34px;
    margin: 10px 0;
  }
}

.u-layout01 {
  position: relative;
  padding-bottom: 200px;
  width: 100%;
  overflow: hidden;
}

.u-layout01::before {
  content: "";
  width: 100%;
  height: calc(100% - 180px);
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FCEBBE;
  z-index: -1;
  border-radius: 90px;
}

.u-layout01 .l-inr {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 50px;
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
}

.u-layout01 .l-img {
  width: 45%;
  margin-right: -8.5%;
}

.u-layout01 .l-img img {
  width: 100%;
  border-radius: 30px;
}

.u-layout01 .l-desc {
  flex: 1;
}

.u-layout01 .u-h2,
.u-layout01 .post-category-ttl,
.u-layout01 .postdata h1,
.postdata .u-layout01 h1 {
  text-align: left;
}

.u-layout01 .u-h2::before,
.u-layout01 .post-category-ttl::before,
.u-layout01 .postdata h1::before,
.postdata .u-layout01 h1::before {
  left: 0;
  transform: none;
}

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

  .u-layout01::before {
    height: calc(100% - 40vw);
    border-radius: 30px;
  }

  .u-layout01 .l-inr {
    flex-direction: column;
    gap: 25px;
  }

  .u-layout01 .l-img {
    width: 100%;
    margin-right: 0;
  }
}

.l-imgR,
.l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4.6%;
}

.l-imgR .l-img,
.l-imgL .l-img {
  width: 40%;
  border-radius: 30px;
  overflow: hidden;
}

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

.l-imgR .l-img.w35,
.l-imgL .l-img.w35 {
  width: 35%;
}

.l-imgR .l-img.shadow,
.l-imgL .l-img.shadow {
  box-shadow: 10px 10px 0 #ED8C1E;
}

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

.l-imgR .l-desc .btn-more,
.l-imgL .l-desc .btn-more {
  margin-top: 30px;
}

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

@media (max-width: 800px) {

  .l-imgR,
  .l-imgL {
    flex-direction: column;
    gap: 15px;
  }

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

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

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

  .l-imgR .l-img.shadow,
  .l-imgL .l-img.shadow {
    box-shadow: 7px 7px 0 #ED8C1E;
  }

  .l-imgR .l-desc .btn-more,
  .l-imgL .l-desc .btn-more {
    margin-top: 20px;
  }
}

.box-style01 {
  background: #FCEBBE;
  padding: 40px;
  border-radius: 30px;
}

.box-style01 .box-ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 25px;
}

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

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

.box-style02 {
  border-radius: 30px;
  background: #fff;
  padding: 40px;
}

.box-style02.min {
  padding: 30px;
}

.box-style02 .box-ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 25px;
}

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

  .box-style02.min {
    padding: 20px 15px;
  }

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

.inr-box {
  background: #FCFAF1;
  border-radius: 20px;
  padding: 25px 30px;
}

.inr-box .inr-box-desc {
  padding-left: 20px;
}

.inr-box .inr-box-list {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}

.inr-box .inr-box-list>li {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: calc((100% - 51px) / 3);
}

.inr-box .inr-box-list>li .btn-more {
  width: auto;
  margin-top: 20px;
  padding: 5px 25px;
}

.inr-box .inr-box-list .list-ttl {
  line-height: 1.4;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.inr-box .inr-box-list .list-txt {
  flex: 1;
}

.inr-box+.inr-box {
  margin-top: 20px;
}

.inr-box .u-h4,
.inr-box .postdata h3,
.postdata .inr-box h3 {
  margin-bottom: 10px;
}

.inr-box.orange {
  background: #FCEBBE;
}

@media (max-width: 800px) {
  .inr-box {
    border-radius: 20px;
    padding: 15px;
  }

  .inr-box .inr-box-desc {
    padding-left: 0;
  }

  .inr-box .inr-box-list {
    flex-direction: column;
    gap: 15px;
  }

  .inr-box .inr-box-list>li {
    width: auto;
    border-radius: 15px;
    padding: 20px 15px;
  }

  .inr-box .inr-box-list>li .btn-more {
    margin-top: 15px;
  }

  .inr-box .inr-box-list .list-ttl {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .inr-box+.inr-box {
    margin-top: 15px;
  }
}

.inr-box-icon {
  background: #fff;
  border-radius: 20px;
  padding: 25px 30px 35px 76px;
  position: relative;
}

.inr-box-icon .icon {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: #ED8C1E;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.2em;
  position: absolute;
  top: -10px;
  left: -30px;
  z-index: 2;
}

@media (max-width: 800px) {
  .inr-box-icon {
    padding: 40px 20px 20px;
  }

  .inr-box-icon .icon {
    width: 60px;
    height: 60px;
    font-size: 11px;
    letter-spacing: 0.15em;
    top: -25px;
    left: -10px;
  }
}

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

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

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

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

.list-check>li {
  padding-left: 25px;
  position: relative;
  line-height: 1.5;
}

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

.list-check.col2 {
  display: block;
  -moz-column-count: 2;
  column-count: 2;
  margin-bottom: -8px;
}

.list-check.col2>li {
  margin-bottom: 8px;
}

@media (max-width: 800px) {
  .list-check>li:before {
    top: 3px;
  }

  .list-check.col2 {
    -moz-column-count: 1;
    column-count: 1;
  }
}

.list-anchor-link01 {
  display: flex;
  flex-wrap: wrap;
}

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

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

.list-anchor-link01 a {
  display: inline-block;
  position: relative;
  font-family: "秀英丸ゴシック B", sans-serif;
  padding-right: 25px;
}

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

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

@media (max-width: 800px) {
  .list-anchor-link01 {
    gap: 5px 0;
  }

  .list-anchor-link01 li {
    position: relative;
    line-height: 1.4;
  }

  .list-anchor-link01 li::after {
    height: calc(100% - 6px);
    vertical-align: -2px;
    margin: 0 15px;
  }

  .list-anchor-link01 a::before {
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
  }
}

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

.table-style03 th {
  background: #ED8C1E;
  color: #fff;
}

.table-style03 th.bg01 {
  background: #FCEBBE;
  color: #625F5B;
}

.table-style03 td {
  background: #fff;
}

@media (max-width: 800px) {
  .table-style03.sp-block colgroup {
    display: none;
  }

  .table-style03.sp-block th,
  .table-style03.sp-block td {
    display: block;
  }

  .table-style03.sp-block th {
    border-bottom: none;
  }
}

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

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

.table-style05 th {
  background: #FFF;
  text-align: left;
}

.table-style05.tac th {
  text-align: center;
}

.table-style05.tac .list-disc {
  text-align: left;
}

@media (max-width: 800px) {
  .table-style05.sp-block {
    border-bottom: 1px solid #E9E7E1;
  }

  .table-style05.sp-block colgroup {
    display: none;
  }

  .table-style05.sp-block th,
  .table-style05.sp-block td {
    display: block;
  }

  .table-style05.sp-block td {
    border: none;
  }

  .table-style05.tac th,
  .table-style05.tac td {
    padding: 15px 10px;
    line-height: 1.4;
    font-size: 13px;
  }
}

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

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

  .table-scroll .table-style03.sp-wide {
    width: 250%;
  }

  .table-scroll .table-style03 th,
  .table-scroll .table-style03 td {
    padding: 12px 10px;
  }
}

.time-table02 {
  border-collapse: collapse;
  width: 100%;
}

.time-table02 tr {
  border-bottom: 1px solid #E9E7E1;
}

.time-table02 th,
.time-table02 td {
  text-align: center;
  padding: 10px;
}

.time-table02 th {
  background: #ED8C1E;
  color: #fff;
}

.time-table02 th:first-child {
  width: 30%;
}

.time-table02 td {
  background-color: #fff;
}

@media (max-width: 800px) {
  .time-table02 tr:first-child {
    background: #ED8C1E;
  }

  .time-table02 th,
  .time-table02 td {
    font-size: 12px;
    padding: 10px 0;
  }
}

.layout-bg {
  display: flex;
}

.layout-bg .l-img {
  position: relative;
  width: 45%;
  z-index: 1;
}

.layout-bg .l-img img {
  border-radius: 30px;
}

.layout-bg .l-desc {
  background: #fff;
  padding: 55px 55px 55px 150px;
  margin: 50px 0 0 -100px;
  flex: 1;
  border-radius: 30px;
}

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

.layout-bg.reverse .l-desc {
  padding: 55px 150px 55px 55px;
  margin: 50px -100px 0 0;
}

.layout-bg .l-num {
  display: inline-block;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #ED8C1E;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}

.layout-bg .l-ttl {
  font-size: 24px;
  margin-bottom: 15px;
}

.layout-bg .l-sub-ttl {
  display: flex;
  gap: 25px;
  align-items: center;
  font-family: "秀英丸ゴシック B", sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}

.layout-bg .l-sub-ttl::before {
  content: "";
  flex: 0 0 30px;
  background: #ED8C1E;
  width: 30px;
  height: 2px;
}

@media (max-width: 800px) {
  .layout-bg {
    flex-direction: column;
  }

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

  .layout-bg .l-desc {
    padding: 120px 5vw 30px;
    margin: -80px -5vw 0;
  }

  .layout-bg.reverse {
    flex-direction: column;
  }

  .layout-bg.reverse .l-desc {
    padding: 120px 5vw 30px;
    margin: -80px -5vw 0;
  }

  .layout-bg .l-num {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .layout-bg .l-ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .layout-bg .l-sub-ttl {
    gap: 15px;
    font-size: 17px;
    margin-bottom: 15px;
  }

  .layout-bg .l-sub-ttl::before {
    flex: 0 0 20px;
    width: 20px;
  }
}

.flow-style03 {
  display: grid;
  gap: 40px;
}

.flow-style03>li {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 50px;
  position: relative;
  min-height: 150px;
}

.flow-style03>li:not(:last-child)::before {
  content: "";
  background-color: #ED8C1E;
  width: 1px;
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 33px;
}

.flow-style03>li:not(:last-child)::after {
  content: "";
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #ED8C1E transparent transparent transparent;
  position: absolute;
  bottom: -1px;
  left: 28px;
}

.flow-style03 .flow-num {
  font-size: 30px;
  font-family: "Quicksand", sans-serif;
  color: #ED8C1E;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}

.flow-style03 .flow-num::before {
  content: attr(data-en);
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.flow-style03 .wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}

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

.flow-style03 .flow-img img {
  border-radius: 30px;
}

.flow-style03 .flow-desc {
  flex: 1;
  padding-top: 10px;
}

.flow-style03 .flow-ttl {
  font-size: 20px;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .flow-style03 {
    gap: 40px;
  }

  .flow-style03>li {
    grid-template-columns: 50px 1fr;
    grid-gap: 15px;
  }

  .flow-style03>li:not(:last-child)::before {
    top: 55px;
    left: 24px;
  }

  .flow-style03>li:not(:last-child)::after {
    left: 20px;
  }

  .flow-style03 .flow-num {
    font-size: 25px;
  }

  .flow-style03 .flow-num::before {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .flow-style03 .wrap {
    flex-direction: column;
    gap: 15px;
  }

  .flow-style03 .flow-img {
    width: 100%;
  }

  .flow-style03 .flow-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .flow-style03 .flow-desc {
    padding-top: 0;
  }
}

.card-style04 {
  display: grid;
}

.card-style04>li {
  border: 2px solid #ED8C1E;
  background-color: #fff;
  padding: 25px;
  overflow: hidden;
}

.card-style04 .card-ttl {
  background-color: #ED8C1E;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  margin: -25px -25px 25px;
}

.card-style04 .card-img {
  margin-bottom: 30px;
}

.card-style04 .card-img img {
  border-radius: 20px;
}

.card-style04 .price {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 1;
}

.card-style04 .price em {
  background: linear-gradient(#fff 0%, #fff 50%, #fff980 50%, #fff980 100%);
}

.card-style04 .tax {
  font-size: 15px;
}

.card-style04.col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.card-style04.col2>li {
  border-radius: 30px;
}

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

.card-style04.col3>li {
  border-radius: 20px;
}

.card-style04.col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.card-style04.col4>li {
  padding: 20px;
  border-radius: 20px;
}

.card-style04.col4 .card-ttl {
  margin: -20px -20px 20px;
}

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

  .card-style04.col2>li {
    border-radius: 20px;
  }

  .card-style04.col3 {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .card-style04.col4 {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .card-style04.col4>li {
    padding: 25px;
  }

  .card-style04.col4 .card-ttl {
    font-size: 18px;
    margin: -25px -25px 25px;
  }
}

.gallery-slider01 {
  overflow: hidden;
}

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

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

.gallery-slider01 .splide__slide {
  opacity: 0.2;
  transition: opacity 0.5s ease-in-out;
}

.gallery-slider01 .splide__slide img {
  border-radius: 30px;
}

.gallery-slider01 .splide__slide.is-active {
  opacity: 1;
}

.gallery-slider01 .splide__arrow--prev {
  top: 190px;
  left: calc((100% - 872px) / 2);
}

.gallery-slider01 .splide__arrow--next {
  top: 190px;
  right: calc((100% - 872px) / 2);
}

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

.gallery-slider01 .item-ttl {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 5px;
}

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

  .gallery-slider01 .item-ttl {
    font-size: 18px;
    line-height: 1.4;
  }
}

.card-style01>li {
  background-color: #fff;
  padding: 25px;
}

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

.card-style01 .card-img img {
  border-radius: 20px;
}

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

.card-style02>li {
  border: 1px solid #E9E7E1;
  padding: 25px;
  background: #fff;
}

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

.card-style02 .card-img img {
  border-radius: 20px;
}

.card-style02 .card-ttl {
  font-size: 20px;
  margin-bottom: 15px;
}

.card-style01,
.card-style02 {
  display: grid;
}

.card-style01.col2,
.card-style02.col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.card-style01.col2>li,
.card-style02.col2>li {
  padding: 30px;
  border-radius: 30px;
}

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

.card-style01.col3>li,
.card-style02.col3>li {
  border-radius: 20px;
}

.card-style01.col4,
.card-style02.col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.card-style01.col4>li,
.card-style02.col4>li {
  padding: 20px;
  border-radius: 20px;
}

@media (max-width: 800px) {

  .card-style01 .card-ttl,
  .card-style02 .card-ttl {
    font-size: 18px;
  }

  .card-style01.col2,
  .card-style02.col2 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .card-style01.col2>li,
  .card-style02.col2>li {
    padding: 25px;
  }

  .card-style01.col3,
  .card-style02.col3 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .card-style01.col4,
  .card-style02.col4 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .card-style01.col4>li,
  .card-style02.col4>li {
    padding: 25px;
  }
}

.staff-layout01 .wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 8%;
}

.staff-layout01 .l-img {
  width: 32%;
}

.staff-layout01 .l-img figcaption {
  color: #ED8C1E;
  font-family: "秀英丸ゴシック B", sans-serif;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  line-height: 1;
}

.staff-layout01 .l-img img {
  border-radius: 30px;
}

.staff-layout01 .l-desc {
  flex: 1;
}

.staff-layout01 .l-ttl {
  color: #ED8C1E;
  font-family: "秀英丸ゴシック B", sans-serif;
  border-bottom: 2px solid #ED8C1E;
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  width: -moz-fit-content;
  width: fit-content;
}

.staff-layout01 .l-message {
  font-size: 28px;
  font-family: "秀英丸ゴシック B", sans-serif;
  margin-bottom: 30px;
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.staff-layout01 .l-message .en {
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
}

.staff-layout01 .card-profile {
  margin-top: 50px;
}

@media (max-width: 800px) {
  .staff-layout01 .wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .staff-layout01 .l-img {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
  }

  .staff-layout01 .l-img figcaption {
    flex-direction: column;
    gap: 10px;
  }

  .staff-layout01 .l-ttl {
    font-size: 15px;
    margin-bottom: 20px;
  }

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

  .staff-layout01 .l-message .en {
    font-size: 18px;
  }

  .staff-layout01 .card-profile {
    margin-top: 30px;
  }
}

.card-profile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5%;
  font-size: 14px;
}

.card-profile .item {
  border-radius: 30px;
  background-color: #fff;
  padding: 30px;
}

.card-profile .card-ttl {
  font-size: 20px;
  border-bottom: 1px dashed #E9E7E1;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

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

  .card-profile .item {
    padding: 20px;
  }
}

.dl-career {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 12px 0;
  line-height: 1.5;
}

.box-style03 {
  background: #fff;
  padding: 40px;
  border-radius: 30px;
}

.box-style03 .box-ttl {
  display: flex;
  gap: 15px;
  font-size: 22px;
  margin-bottom: 15px;
}

.box-style03 .box-ttl img {
  width: 25px;
}

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

  .box-style03 .box-ttl {
    font-size: 20px;
  }
}

.flow-style06 {
  border: 1px solid #E9E7E1;
  background: #fff;
  padding: 5%;
  border-radius: 30px;
}

.flow-style06>li+li {
  border-top: 1px solid #E9E7E1;
  padding-top: 70px;
  margin-top: 70px;
  position: relative;
}

.flow-style06>li+li::before {
  content: "";
  background: url(../images/share/flow_arrow02.svg) no-repeat center/contain;
  width: 45px;
  height: 45px;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}

.flow-style06 .flow-ttl {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid #E9E7E1;
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.flow-style06 .flow-ttl .num {
  background: #ED8C1E;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  padding: 0 10px;
  margin-top: 9px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.flow-style06 .wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 5%;
}

.flow-style06 .flow-img {
  width: 40%;
}

.flow-style06 .flow-img img {
  border-radius: 30px;
}

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

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

  .flow-style06>li+li {
    padding-top: 40px;
    margin-top: 40px;
  }

  .flow-style06 .flow-ttl {
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .flow-style06 .flow-ttl .num {
    margin: 0;
  }

  .flow-style06 .wrap {
    flex-direction: column;
    gap: 30px;
  }

  .flow-style06 .flow-img {
    width: 100%;
  }
}

.card-style03 {
  display: grid;
}

.card-style03>li {
  background-color: #fff;
  padding: 30px;
  text-align: center;
}

.card-style03 .card-num {
  color: #ED8C1E;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  line-height: 1.5;
}

.card-style03 .card-num span {
  font-size: 22px;
  margin-left: 5px;
}

.card-style03 .card-ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.card-style03.col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.card-style03.col2>li {
  border-radius: 30px;
}

.card-style03.col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card-style03.col3>li {
  border-radius: 20px;
}

.card-style03.col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.card-style03.col4>li {
  border-radius: 20px;
  padding: 20px;
}

@media (max-width: 800px) {
  .card-style03>li {
    padding: 15px;
  }

  .card-style03 .card-num {
    font-size: 10px;
  }

  .card-style03 .card-num span {
    font-size: 16px;
  }

  .card-style03 .card-ttl {
    font-size: 15px;
  }

  .card-style03.col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .card-style03.col3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .card-style03.col3>li {
    border-radius: 20px;
  }

  .card-style03.col4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .card-style03.col4>li {
    padding: 15px;
  }
}

.flow-style01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
  padding-top: 15px;
}

.flow-style01>li {
  background-color: #fff;
  padding: 20px;
  position: relative;
  border-radius: 20px;
}

.flow-style01>li:not(:last-child)::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #ED8C1E;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
}

.flow-style01 .flow-num {
  font-family: "Quicksand", sans-serif;
  color: #ED8C1E;
  font-weight: 400;
  font-size: 25px;
  line-height: 1;
  position: absolute;
  top: -15px;
  left: 30px;
}

.flow-style01 .flow-img {
  margin-bottom: 15px;
}

.flow-style01 .flow-img img {
  border-radius: 20px;
}

.flow-style01 .flow-ttl {
  font-size: 20px;
  margin-bottom: 15px;
}

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

  .flow-style01>li:not(:last-child)::after {
    top: auto;
    bottom: -28px;
    right: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .flow-style01 .flow-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .table-scroll .flow-style01 {
    width: auto;
    display: flex;
    gap: 30px;
    padding-bottom: 20px;
  }

  .table-scroll .flow-style01>li {
    min-width: calc(90vw - 30px);
    display: flex;
    flex-direction: column;
  }

  .table-scroll .flow-style01>li:not(:last-child)::after {
    bottom: auto;
    top: 50%;
    right: -23px;
    transform: translateY(-50%);
  }

  .table-scroll .flow-style01>li>p {
    flex: 1;
  }
}

.merit-demerit01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4%;
}

.merit-demerit01 .item {
  background: #fff;
  border-top: 5px solid #ED8C1E;
  padding: 35px;
  border-radius: 30px;
}

.merit-demerit01 .item:nth-of-type(2) {
  border-color: #F5B900;
}

.merit-demerit01 .item:nth-of-type(2) .item-ttl::after {
  color: #F5B900;
}

.merit-demerit01 .item:nth-of-type(2) .list-disc li:before {
  background: #F5B900;
}

.merit-demerit01 .item-ttl {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 25px;
}

.merit-demerit01 .item-ttl::after {
  content: attr(data-en);
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-left: 15px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #ED8C1E;
}

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

  .merit-demerit01 .item {
    padding: 35px 25px;
  }

  .merit-demerit01 .item-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .merit-demerit01 .item-ttl::after {
    font-size: 12px;
  }
}

.time-table03 {
  border-radius: 10px;
  overflow: hidden;
  border-collapse: collapse;
  width: 100%;
}

.time-table03 tr+tr {
  border-top: 1px solid #E9E7E1;
}

.time-table03 th,
.time-table03 td {
  text-align: center;
  padding: 10px;
}

.time-table03 th {
  background-color: #ED8C1E;
  color: #fff;
}

.time-table03 th:first-child {
  width: 30%;
}

.time-table03 td {
  background-color: #fff;
}

@media (max-width: 800px) {

  .time-table03 th,
  .time-table03 td {
    font-size: 12px;
    padding: 10px 0;
  }
}

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

.flow-style02>li {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  position: relative;
}

.flow-style02>li:not(:last-child)::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #F5B900;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
}

.flow-style02 .flow-num {
  background: #ED8C1E;
  border-radius: 50px;
  display: table;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-size: 11px;
  line-height: 25px;
  padding: 0 20px;
  margin: 0 auto 10px;
}

.flow-style02 .flow-ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

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

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

  .flow-style02>li:not(:last-child)::after {
    top: auto;
    bottom: -28px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }

  .table-scroll .flow-style02 {
    width: auto;
    display: flex;
    gap: 30px;
    padding-bottom: 20px;
  }

  .table-scroll .flow-style02>li {
    min-width: calc(90vw - 30px);
    display: flex;
    flex-direction: column;
  }

  .table-scroll .flow-style02>li:not(:last-child)::after {
    bottom: auto;
    top: 50%;
    right: -23px;
    transform: translateY(-50%);
  }

  .table-scroll .flow-style02>li>p {
    flex: 1;
  }
}

.tel-layout01 {
  background: #fff;
  border-radius: 30px;
  max-width: 800px;
  padding: 5%;
  margin: 0 auto;
}

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

.tel-layout01 .l-tel {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-family: "Quicksand", sans-serif;
  font-size: 35px;
  line-height: 1;
  margin: 0 auto;
}

.tel-layout01 .l-time {
  display: grid;
  grid-gap: 10px;
  line-height: 1.5;
  margin: 20px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.tel-layout01 .l-time .item {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 10px;
}

.tel-layout01 .l-time dt {
  border: 1px solid #ED8C1E;
  color: #ED8C1E;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

@media (max-width: 800px) {
  .tel-layout01 .l-ttl {
    font-size: 15px;
    margin: 0 auto 25px;
  }

  .tel-layout01 .l-tel {
    font-size: 30px;
  }

  .tel-layout01 .l-tel img {
    width: 22px;
  }
}

/*------------
Footer
--------------*/
.footer {
  background-color: #ED8C1E;
  position: relative;
}

@media (min-width: 800px) {
  .footer {
    width: 100%;
    padding: 91px 0 63px;
    border-radius: 90px 90px 0 0;
  }
}

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

@media (min-width: 1024px) {
  .footer .f-inr {
    max-width: 1200px;
    display: flex;
    margin: 0 auto 67px;
  }
}

@media (max-width: 1024px) {
  .footer .f-inr {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .footer .f-info {
    padding-left: 88px;
  }
}

@media (max-width: 1024px) {
  .footer .f-info {
    margin-bottom: 20px;
  }
}

@media (min-width: 800px) {
  .footer .f-logo {
    max-width: 302px;
    margin-bottom: 31px;
  }
}

@media (max-width: 800px) {
  .footer .f-logo {
    max-width: 200px;
    margin-bottom: 20px;
  }
}

.footer .f-address {
  color: #fff;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

@media (min-width: 800px) {
  .footer .f-address {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .footer .f-address {
    font-size: 12px;
  }
}

.footer .f-cta {
  display: flex;
  margin-bottom: 18px;
}

@media (min-width: 800px) {
  .footer .f-cta {
    gap: 14px;
  }
}

@media (max-width: 800px) {
  .footer .f-cta {
    width: 80%;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 0 auto 20px;
  }
}

.footer .f-tel {
  height: 55px;
  padding-left: 56px;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  background: #fff url(../images/share/icon_tel.svg) 17px 50%/30px 30px no-repeat;
}

@media (min-width: 800px) {
  .footer .f-tel {
    width: 254px;
  }
}

@media (max-width: 800px) {
  .footer .f-tel {
    width: 100%;
  }
}

.footer .f-tel-ttl {
  color: #ED8C1E;
  line-height: 1;
  font-size: 11px;
  font-family: "秀英丸ゴシック B", sans-serif;
  display: flex;
}

.footer .f-tel-num {
  line-height: 1;
  font-size: 22px;
  font-weight: 600;
  font-family: "Red Hat Text", sans-serif;
}

.footer .f-web {
  height: 56px;
  border-radius: 100px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background-color: #F5B900;
}

@media (min-width: 800px) {
  .footer .f-web {
    width: 200px;
  }
}

@media (max-width: 800px) {
  .footer .f-web {
    width: 100%;
  }
}

.footer .f-web:before {
  width: 30px;
  height: 23px;
  content: "";
  display: block;
  background: url(../images/share/icon_pc.svg) 0 0/100% no-repeat;
}

.footer .f-web:hover {
  opacity: 0.8;
}

.footer .f-time {
  color: #fff;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media (min-width: 800px) {
  .footer .f-time {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .footer .f-time {
    font-size: 12px;
    text-align: center;
  }
}

@media (min-width: 800px) {
  .footer .f-navi {
    padding-left: 88px;
  }
}

@media (max-width: 800px) {
  .footer .f-navi {
    margin-bottom: 30px;
  }
}

.footer .f-navi-layout {
  display: flex;
  justify-content: center;
}

@media (min-width: 800px) {
  .footer .f-navi-layout {
    gap: 60px;
  }
}

@media (max-width: 800px) {
  .footer .f-navi-layout {
    gap: 20px;
  }
}

.footer .f-navi-ttl {
  color: #fff;
  font-family: "秀英丸ゴシック B", sans-serif;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 6px;
}

@media (min-width: 800px) {
  .footer .f-navi-ttl {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .footer .f-navi-ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.footer .f-navi-ttl:before {
  width: 5px;
  height: 5px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  content: "";
  display: block;
  transform: rotate(45deg);
}

.footer .f-navi-list {
  margin-bottom: 24px;
}

.footer .f-navi-item {
  color: #fff;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  gap: 6px;
}

@media (min-width: 800px) {
  .footer .f-navi-item {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .footer .f-navi-item {
    font-size: 12px;
  }
}

.footer .f-navi-item:before {
  width: 6px;
  height: 1px;
  content: "";
  display: block;
  background-color: #fff;
}

.footer .f-footer {
  width: 100%;
}

.footer .f-footer-inr {
  height: 100%;
  font-family: "秀英丸ゴシック B", sans-serif;
  display: flex;
}

@media (min-width: 800px) {
  .footer .f-footer-inr {
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 800px) {
  .footer .f-footer-inr {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

.footer .f-footer-navi {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  display: flex;
}

.footer .f-footer-navi li:not(:first-child):before {
  content: "|";
  display: inline-block;
  margin: 0 10px;
}

.footer .copyright {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
}

@media (min-width: 800px) {
  .footer .pagetop {
    width: 70px;
    height: 70px;
    display: block;
    background: url(../images/share/pagetop.svg) 0 0/100% no-repeat;
    position: absolute;
    right: 40px;
    top: -100px;
    z-index: 2;
    transition: 0.3s;
  }

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

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

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*普通投稿*/
.list-post-type01 .list-item:not(:last-child) {
  margin-bottom: 80px;
}

.post-layout {
  display: flex;
}

.post-layout .post-img {
  flex: 1;
  margin-right: 50px;
}

.post-layout .post-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.post-layout .post-desc {
  flex: 2;
}

/*詳細ページ*/
.post-single-img {
  text-align: center;
  margin-bottom: 40px;
}

/*投稿本文用CSS*/
.postdata {
  overflow-wrap: break-word;
}

.postdata h4 {
  font-size: 18px;
  color: #F5B900;
}

.postdata h5 {
  font-size: 17px;
  padding-left: 10px;
  position: relative;
}

.postdata h5:after {
  content: "-";
  color: #F5B900;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.postdata h6 {
  font-size: 16px;
  color: #F5B900;
}

.postdata .screen-reader-text {
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.postdata .screen-reader-text:focus {
  background-color: #eee;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.postdata iframe {
  max-width: 100%;
}

.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 15px;
}

.postdata a:not(.wp-block-button__link) {
  text-decoration: underline;
}

.postdata a:focus-visible {
  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 sub {
  font-size: 11px;
  position: relative;
  bottom: -0.1em;
}

.postdata sup {
  font-size: 11px;
  position: relative;
  top: -0.1em;
}

.postdata pre {
  white-space: pre-wrap;
}

.postdata .screen-reader-text {
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.postdata .screen-reader-text:focus {
  background-color: #eee;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.postdata iframe {
  max-width: 100%;
}

.postdata .wp-block-button__link {
  background-color: #ED8C1E;
  border: 1px solid #ED8C1E;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  padding: 5px 35px;
  min-width: 200px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s;
}

.postdata .wp-block-button__link::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transition: border-color 0.3s;
}

.postdata .wp-block-button__link:hover {
  opacity: 1;
  background-color: #fff;
  color: #ED8C1E;
}

.post-data {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.post-data time {
  font-size: 14px;
  color: #ED8C1E;
  line-height: 1;
}

.post-data .post-category01,
.post-data .post-category02 {
  margin-left: 15px;
}

.post-ttl {
  word-break: break-all;
}

.post-category01 {
  background-color: #5A564E;
  line-height: 1;
  padding: 2px 10px 5px;
  display: inline-block;
  border-radius: 3px;
}

.post-category01 span {
  font-size: 12px;
  font-family: "秀英丸ゴシック B", sans-serif;
  color: #fff;
}

.post-category01 span:not(:first-child):before {
  content: " / ";
}

/*セレクト式カテゴリー*/
.select-area {
  margin-bottom: 50px;
}

.select-area .select-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.select-area .select-box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid #ED8C1E;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  transform: translateY(-50%);
}

.select-area .select-category {
  -webkit-appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 0;
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  color: #ED8C1E;
  vertical-align: middle;
  height: 50px;
  padding: 5px 15px;
  border: none;
  width: 100%;
  cursor: pointer;
}

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

/*一覧用ページャー*/
.post-number {
  margin-top: 100px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}

.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}

.post-number a:hover {
  color: #ED8C1E;
}

.post-number .current {
  color: #ED8C1E;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}

.post-number .current::after {
  content: "";
  border-bottom: 2px solid #ED8C1E;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
}

/*詳細用ページャー*/
.post-number-single {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}

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

.post-number-single a.next {
  margin-top: 0;
}

.post-number-single a.next::before {
  content: "";
  background: url(../images/share/icon_arrow_post_left.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
}

.post-number-single a.prev {
  margin-top: 0;
}

.post-number-single a.prev::after {
  content: "";
  background: url(../images/share/icon_arrow_post_right.svg) no-repeat center/contain;
  display: inline-block;
  margin-left: 15px;
  width: 30px;
  height: 30px;
}

.post-number-single a:hover {
  opacity: 0.5;
}

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

  /*普通投稿*/
  .list-post-type01 .list-item:not(:last-child) {
    margin-bottom: 60px;
  }

  .list-post-type02 .list-item {
    padding: 25px 20px;
  }

  .list-post-type02 .list-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .list-post-type02 .list-cont+.list-cont {
    margin-top: 20px;
  }

  .list-post-type02 .btn-more {
    display: block;
    margin: 30px auto 0;
  }

  .list-post-type03 {
    display: block;
  }

  .list-post-type03 .list-item {
    width: 100%;
  }

  .list-post-type03 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-post-type03 .list-item:nth-child(n+2) {
    margin-top: 30px;
  }

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

  .list-post-type03 .list-img img {
    height: 60vw;
  }

  .list-post-type03 .list-ttl {
    font-size: 16px;
  }

  .post-layout {
    display: block;
  }

  .post-layout .post-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .post-layout .post-desc {
    width: 100%;
  }

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

  .postdata h4 {
    font-size: 17px;
  }

  .postdata h5 {
    font-size: 16px;
  }

  .postdata h6 {
    font-size: 15px;
  }

  .post-data {
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .post-data time {
    line-height: 2;
  }

  .post-data .post-category01 {
    margin-left: 15px;
  }

  .post-data .post-category02 {
    margin-left: 15px;
  }

  /*詳細ページ*/
  /*セレクト式カテゴリー*/
  /*一覧用ページャー*/
  .post-number {
    margin-top: 60px;
  }
}

/*------------
sidebar-layout
--------------*/
.sidebar-layout {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  margin: 0 auto;
  max-width: 1400px;
}

.main-contents {
  padding: 0 70px;
  width: calc(100% - 220px);
  max-width: 1200px;
  margin: 0 auto;
}

.side-contents {
  padding: 0 40px;
  width: 220px;
}

.side-contents-wrapper {
  position: sticky;
  top: 110px;
}

.side-contents-ttl {
  border-bottom: 1px solid #e8ecf0;
  font-size: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.side-area-item+.side-area-item {
  margin-top: 30px;
}

.side-area-item-ttl {
  font-size: 13px;
  margin-bottom: 7px;
}

.side-area-links li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}

.side-area-links li::before {
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 7px;
  left: 0;
}

.side-area-links li+li {
  margin-top: 5px;
}

.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: 50px 5vw;
    width: 100%;
  }

  .sidebar-layout .tall+.tall {
    margin-top: 50px;
  }

  .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-contents-ttl {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .side-area-item+.side-area-item {
    margin-top: 30px;
  }
}

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/
.btn-more {
  border-radius: 100px;
  color: #fff;
  font-family: "秀英丸ゴシック B", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ED8C1E;
  position: relative;
  transition: 0.3s;
  padding: 5px 40px;
}

@media (min-width: 800px) {
  .btn-more {
    min-height: 63px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 207px;
  }
}

@media (max-width: 800px) {
  .btn-more {
    min-height: 50px;
    width: 100%;
    min-width: 207px;
    font-size: 14px;
  }
}

.btn-more:after {
  width: 12px;
  height: 13px;
  content: "";
  display: block;
  background: url(../images/share/icon_btn_arrow.svg) 0 0/100% no-repeat;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.btn-more:hover {
  opacity: 0.8;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.btn-wrap.center {
  justify-content: center;
  margin-left: 0;
}

.btn-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  width: 250px;
  border-radius: 100px;
  font-family: "Red Hat Text", sans-serif;
  font-weight: 600;
  font-size: 20px;
  background: #fff;
  transition: all 0.3s;
}

.btn-tel:hover {
  opacity: 0.8;
}

.btn-tel span {
  position: relative;
  padding-left: 40px;
}

.btn-tel span:before {
  width: 30px;
  height: 30px;
  content: "";
  display: block;
  background: url(../images/share/icon_tel.svg) center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.btn-cta {
  min-height: 56px;
  width: 200px;
  border-radius: 100px;
  color: #fff;
  font-family: "秀英丸ゴシック B", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5B900;
  transition: all 0.3s;
}

.btn-cta:hover {
  opacity: 0.8;
}

.btn-cta span {
  position: relative;
  padding-left: 40px;
}

.btn-cta span:before {
  width: 30px;
  height: 23px;
  content: "";
  display: block;
  background: url(../images/share/icon_pc.svg) center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}

@media (max-width: 800px) {

  .btn-tel,
  .btn-cta {
    width: 100%;
  }

  .btn-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

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

.txt-large {
  font-size: 20px;
}

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

.underline {
  text-decoration: underline;
}

.marker span {
  background: linear-gradient(transparent 60%, #FFF3BC 60%);
  padding-bottom: 3px;
}

.marker .large {
  font-size: 30px;
}

.marker .small {
  font-size: 20px;
}

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

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.notice {
  font-size: 14px;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

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

@media (max-width: 800px) {
  .txt-large {
    font-size: 18px;
  }

  .marker .large {
    font-size: 24px;
  }

  .marker .small {
    font-size: 18px;
  }

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

/*診療カレンダー*/
:root {
  --event01: #F3976F;
  --event02: #5389CE;
  --event03: #FEEA90;
}

.business-calendar-hidden {
  display: none;
}

.business-calendar-box-wrap {
  margin-bottom: 11px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #E7E4E0;
}

.business-calendar-box-wrap .business-calendar {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: none !important;
  margin: 0 !important;
  background: #fff !important;
}

.business-calendar-box-wrap .business-calendar caption {
  width: 100%;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-weight: normal;
  font-family: "秀英丸ゴシック B", sans-serif;
  text-align: center;
  background-color: #ED8C1E;
  position: relative;
  margin: 0 !important;
  border: none !important;
}

@media (min-width: 800px) {
  .business-calendar-box-wrap .business-calendar caption {
    height: 59px;
    padding: 10px 0;
    font-size: 18px;
  }
}

@media (max-width: 800px) {
  .business-calendar-box-wrap .business-calendar caption {
    padding: 5px 0;
    font-size: 15px;
  }
}

.business-calendar-box-wrap .business-calendar-past a,
.business-calendar-box-wrap .business-calendar-future a {
  width: 25px;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/share/icon_prev.svg) 50% 50%/4px 7px no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.business-calendar-box-wrap .business-calendar-future a {
  transform: translateY(-50%) rotate(180deg);
  left: auto;
  right: 0;
}

.business-calendar-box-wrap .business-calendar tr:last-child td {
  border-bottom: none !important;
}

.business-calendar-box-wrap .business-calendar th {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border: none !important;
  border-bottom: 1px solid #E7E4E0 !important;
}

@media (min-width: 800px) {
  .business-calendar-box-wrap .business-calendar th {
    height: 42px;
    font-size: 13px;
  }
}

@media (max-width: 800px) {
  .business-calendar-box-wrap .business-calendar th {
    height: 30px;
    font-size: 11px;
  }
}

.business-calendar-box-wrap .business-calendar td {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  vertical-align: middle;
  background: #FFFFFF;
  position: relative;
  z-index: 0;
  border: none !important;
  border-bottom: 1px solid #E7E4E0 !important;
  border-right: 1px solid #E7E4E0 !important;
}

@media (min-width: 800px) {
  .business-calendar-box-wrap .business-calendar td {
    height: 49px;
    font-size: 12px;
  }
}

@media (max-width: 800px) {
  .business-calendar-box-wrap .business-calendar td {
    height: 40px;
    font-size: 11px;
  }
}

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

@media (max-width: 800px) {
  .business-calendar-box-wrap .business-calendar td::before {
    width: 25px;
    height: 25px;
  }
}

.business-calendar-box-wrap .business-calendar td.today {
  background: #fff;
  opacity: 1;
  text-decoration: underline;
}

.business-calendar-box-wrap .business-calendar td:last-child {
  border-right: none !important;
}

.business-calendar-box-wrap .business-calendar .attr0 {
  color: #fff;
}

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

.business-calendar-box-wrap .business-calendar .attr1 {
  color: #fff;
}

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

.business-calendar-box-wrap .business-calendar .attr2 {
  color: #625F5B;
}

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

.list-event {
  display: flex;
  gap: 10px;
}

.list-event li {
  line-height: 1;
}

@media (min-width: 800px) {
  .list-event li {
    font-size: 13px;
    margin-top: 11px;
  }
}

@media (max-width: 800px) {
  .list-event li {
    font-size: 12px;
  }
}

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

.calendar-text {
  display: none;
  font-family: "秀英丸ゴシック B", sans-serif;
}

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

/*診療時間*/
.time-table {
  overflow: hidden;
  font-family: "秀英丸ゴシック B", sans-serif;
  text-align: center;
  margin-bottom: 15px;
  background: #fff;
}

.time-table-head {
  border-radius: 8px 8px 0 0;
  color: #fff;
  background-color: #ED8C1E;
}

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

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

.time-table-head .item {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 800px) {
  .time-table-head .item {
    padding: 5px 0;
  }
}

.time-table-head .item:first-child {
  border-right: 1px solid #DED9D3;
}

.time-table-body {
  border-left: 1px solid #DED9D3;
  border-right: 1px solid #DED9D3;
  border-bottom: 1px solid #DED9D3;
}

.time-table-body:last-child {
  border-radius: 0 0 8px 8px;
}

.time-table-body .item {
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 800px) {
  .time-table-body .item {
    height: 55px;
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .time-table-body .item {
    padding: 5px 0;
    font-size: 13px;
  }
}

.time-table-body .item:first-child {
  border-right: 1px solid #DFD9D3;
}

@media (max-width: 800px) {
  .time-table-body .item:first-child {
    line-height: 1.3;
    font-size: 10px;
  }
}

.time-table-head,
.time-table-body {
  display: grid;
}

@media (min-width: 800px) {

  .time-table-head,
  .time-table-body {
    grid-template-columns: 126px repeat(8, 1fr);
  }
}

@media (max-width: 800px) {

  .time-table-head,
  .time-table-body {
    grid-template-columns: 70px repeat(8, 1fr);
  }
}

.time-table-txt {
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

@media (min-width: 800px) {
  .time-table-txt {
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  .time-table-txt {
    font-size: 12px;
    margin-top: 10px;
  }
}

.map {
  position: relative;
  width: 100%;
  height: 500px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tel {
  display: inline-block;
  font-size: 28px;
  font-family: "Quicksand", sans-serif;
  color: #ED8C1E;
  line-height: 1;
  padding-left: 25px;
  position: relative;
}

.tel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_tel.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 25px;
}

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

  .tel {
    font-size: 24px;
    padding-left: 25px;
  }

  .tel:before {
    width: 20px;
    height: 25px;
  }
}

.cta {
  border-radius: 30px;
  margin: 0 auto;
  background-color: #FFF7FA;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (min-width: 800px) {
  .cta {
    width: 1200px;
    padding: 36px 88px 40px;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 800px) {
  .cta {
    width: 90%;
    padding: 20px;
  }
}

@media (min-width: 800px) {
  .cta-ttl {
    width: 420px;
  }
}

@media (max-width: 800px) {
  .cta-ttl {
    margin-bottom: 20px;
    text-align: center;
  }
}

.cta-ttl .en {
  color: #ED8C1E;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.1em;
  display: block;
}

@media (min-width: 800px) {
  .cta-ttl .en {
    font-size: 60px;
  }
}

@media (max-width: 800px) {
  .cta-ttl .en {
    font-size: 22px;
  }
}

.cta-ttl .jp {
  letter-spacing: 0.05em;
  display: block;
}

@media (min-width: 800px) {
  .cta-ttl .jp {
    font-size: 18px;
  }
}

@media (max-width: 800px) {
  .cta-ttl .jp {
    font-size: 12px;
  }
}

.cta-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 800px) {
  .cta-body {
    flex: 1;
  }
}

.cta-ttl02 {
  padding: 0 8px;
  letter-spacing: 0.1em;
  text-align: center;
  display: inline-block;
  margin: 0 auto 20px;
  background: linear-gradient(transparent 60%, #FFF3BC 60%);
}

@media (min-width: 800px) {
  .cta-ttl02 {
    font-size: 20px;
  }
}

@media (max-width: 800px) {
  .cta-ttl02 {
    font-size: 14px;
    text-align: center;
  }
}

.cta-layout {
  display: flex;
}

@media (min-width: 800px) {
  .cta-layout {
    justify-content: center;
    gap: 50px;
  }
}

@media (max-width: 800px) {
  .cta-layout {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
}

.cta-btn {
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ED8C1E;
}

@media (min-width: 800px) {
  .cta-btn {
    width: 251px;
    height: 89px;
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  .cta-btn {
    width: 100%;
    height: 70px;
  }
}

.cta-btn-title {
  min-height: 21px;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 3px;
}

.cta-btn-num {
  min-height: 31px;
  line-height: 1;
  font-size: 23px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.cta-btn-num:before {
  width: 17px;
  height: 22px;
  content: "";
  display: block;
  background: url(../images/share/icon_tel_w.svg) 0 0/100% no-repeat;
}

.cta-time {
  letter-spacing: 0.05em;
}

@media (min-width: 800px) {
  .cta-time {
    font-size: 16px;
    text-align: center;
  }
}

@media (max-width: 800px) {
  .cta-time {
    font-size: 14px;
    text-align: center;
  }
}

.youtube {
  line-height: 1;
}

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

@media (max-width: 800px) {
  .youtube iframe {
    height: 50vw;
  }
}

/*------------
splide-core.min.css　※※※編集禁止※※※
-------------*/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

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

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

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

.splide__list {
  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 {
  align-items: center;
  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;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

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

/*-----------------------------------------------------------
  splide
-----------------------------------------------------------*/
/* 各種色設定 */
:root {
  --splide-arrow-color: #ED8C1E;
  /* 矢印 */
  --splide-focus-color: #ED8C1E;
  /* タブ移動によるフォーカス時のアウトライン */
  --splide-pagination-color: #ED8C1E;
  /* アクティブ時のページネーション */
  --splide-progress-color: #ED8C1E;
  /* プログレスバー */
  --splide-toggle-color: #ED8C1E;
  /* 再生ボタン */
  --splide-track-color: #ED8C1E;
  /* サムネイルの枠 */
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide.is-focus-in .splide__arrow:focus,
.splide.is-focus-in .splide__pagination__page:focus,
.splide.is-focus-in .splide__slide:focus,
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

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

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

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

.splide__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  list-style: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress {
  background: #ddd;
  margin-top: 10px;
}

.splide__progress__bar {
  width: 0;
  background: var(--splide-progress-color);
  height: 3px;
}

.splide__slide {
  box-sizing: border-box;
  flex-shrink: 0;
  list-style: none !important;
  margin: 0;
  position: relative;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

.splide__arrow {
  background: none;
  border: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.2s;
}

.splide__arrow svg {
  width: 100%;
  height: 100%;
  fill: var(--splide-arrow-color);
}

.splide__arrow:hover:not(:disabled),
.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow--prev {
  left: 20px;
  transform: translateY(-50%) scaleX(-1);
}

.splide__arrow--next {
  right: 20px;
}

.splide__pagination__page {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 5px;
  opacity: 1;
  width: 8px;
  transition: transform 0.2s linear;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page.is-active {
  background: var(--splide-pagination-color);
  transform: scale(1.4);
  z-index: 1;
}

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

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

@media (max-width: 800px) {
  .splide__arrow {
    width: 25px;
    height: 25px;
  }

  .splide__arrow--prev {
    left: 10px;
  }

  .splide__arrow--next {
    right: 10px;
  }
}

/*------------
アニメーション
--------------*/
.js-fadein {
  transition: opacity 1.2s, transform 1s;
  opacity: 0;
  transform: translateY(120px);
}

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

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