@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: "FP-ヒラギノ角ゴ ProN W3", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #424242;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  background-color: #F4F4F0;
}

html {
  scroll-behavior: smooth;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.75;
}

@media (max-width: 800px) {

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

th,
dt {
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
}

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

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

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

.container.wide-more,
.breadcrumb ul.wide-more {
  max-width: 1400px;
}

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

.container.narrow,
.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,
  .breadcrumb ul {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }
}

/*------------
Header
--------------*/
.ai {
  width: 200px;
  height: 46px;
  border-radius: 100px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E19023;
  border: 2px solid #fff;
  position: fixed;
  bottom: 50px;
  right: 89px;
  z-index: 10;
}

@media (max-width: 1024px) {
  .ai {
    bottom: 65px;
    right: 50px;
  }
}

.ai:before {
  width: 16px;
  height: 16px;
  border-radius: 100px;
  content: "";
  background-color: #E19023;
  position: absolute;
  top: -23px;
  right: -35px;
  border: 2px solid #fff;
}

.ai:after {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  content: "";
  background-color: #E19023;
  position: absolute;
  top: -7px;
  right: -25px;
  border: 2px solid #fff;
}

.header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: top 0.3s, opacity 0.3s;
}

.header.is-hidden {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 1025px) {
  .header {
    height: 160px;
    background: url(../images/share/header_bg.png) 100% 100%/cover no-repeat;
  }
}

@media (max-width: 1024px) {
  .header {
    height: 75px;
    background-color: #F4F4F0;
    position: static;
  }
}

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

@media (min-width: 1025px) {
  .header-inr {
    padding: 0 35px;
    justify-content: space-between;
    gap: 30px;
  }
}

@media (max-width: 1024px) {
  .header-inr {
    padding: 0 16px;
  }
}

.header .h-logo-wrap {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .header .h-logo-wrap {
    margin-bottom: 0;
  }
}

.header .h-txt {
  line-height: 1;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 1025px) {
  .header .h-txt {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  .header .h-txt {
    font-size: 8px;
    margin-bottom: rpx;
  }
}

@media (min-width: 1025px) {
  .header .h-logo {
    max-width: 400px;
    min-width: 240px;
    max-height: 58px;
  }
}

@media (max-width: 1024px) {
  .header .h-logo {
    max-width: 280px;
    max-height: 30px;
  }
}

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

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

@media (max-width: 1024px) {
  .header .h-logo img {
    width: auto;
    max-height: 35px;
  }
}

@media (min-width: 1025px) {
  .header .h-right {
    height: 100%;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
  }
}

@media (min-width: 1025px) {
  .header .h-info {
    display: flex;
    gap: 20px;
  }
}

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

.header .h-tel {
  width: 200px;
  height: 46px;
  border-radius: 100px;
  color: #424242;
  font-size: 18px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  background-color: #F4F4F0;
}

.header .h-tel:before {
  width: 17px;
  height: 21px;
  content: "";
  display: block;
  background: url(../images/share/icon_tel_b.svg) 0 0/100% no-repeat;
}

.header .h-web {
  width: 200px;
  height: 46px;
  background-color: #06C755;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/*------------
G-navi
--------------*/
.pc-navi-nav {
  display: flex;
}

.pc-navi-list {
  display: flex;
}

@media (min-width: 1600px) {
  .pc-navi-list {
    gap: 30px;
  }
}

@media (max-width: 1599px) {
  .pc-navi-list {
    gap: 10px;
  }
}

.pc-navi .item {
  line-height: 1.4;
  color: #FFF;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media (min-width: 1600px) {
  .pc-navi .item {
    font-size: 16px;
  }
}

@media (max-width: 1599px) {
  .pc-navi .item {
    font-size: 14px;
  }
}

.pc-navi .item .item-link {
  line-height: 1.4;
}

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

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

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

.pc-dropdown {
  padding-right: 15px;
  position: relative;
}

.pc-dropdown::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 6px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 5px;
}

.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 .pc-navi-child {
  width: -moz-fit-content;
  width: fit-content;
  padding: 37px 40px;
  border-radius: 10px;
  background-color: #FFF;
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -10px);
  transition: 0.4s ease-in-out;
  border: 1px solid #F1D57B;
}

.pc-dropdown .pc-navi-child:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 15px solid #FFF;
  border-top: 0;
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}

.pc-dropdown .pc-navi-child li {
  width: 100%;
  color: #424242;
  font-size: 15px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 2.5;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pc-dropdown .pc-navi-child li::before {
  width: 6px;
  height: 2px;
  content: "";
  display: block;
  background-color: #424242;
}

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

.sp-navi {
  display: none;
}

@media (max-width: 1024px) {
  .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: #E19023;
    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;
    line-height: 1.1;
    font-size: 10px;
    font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
    letter-spacing: 0.05em;
    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 {
    height: 20px;
    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-color: #F4F4F0;
    font-family: var(--navi-font);
    padding: 50px 10% 100px;
    position: fixed;
    top: 74px;
    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: "FP-ヒラギノ角ゴ ProN W3", 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: #E19023;
    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 .column-2 {
    -moz-column-count: 2;
    column-count: 2;
  }

  .sp-navi .sp-navi-list .child>ul>li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  }

  .sp-navi .sp-navi-list .child>ul>li::before {
    content: "-";
    color: #E19023;
    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 {
  position: relative;
}

@media (min-width: 1025px) {
  .hero {
    width: 94.4444444444%;
    margin: 250px auto 96px;
  }
}

@media (max-width: 1024px) {
  .hero {
    width: 92%;
    margin: 25px auto 30px;
  }
}

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

.hero-layout:before {
  height: auto;
  content: "";
  display: block;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}

@media (min-width: 1025px) {
  .hero-layout:before {
    width: 84.8235294118%;
    aspect-ratio: 1442/601;
    background-image: url(../images/hero_deco.png);
    top: -61px;
  }
}

@media (max-width: 1024px) {
  .hero-layout:before {
    width: 84%;
    aspect-ratio: 336/140;
    background-image: url(../images/hero_deco_sp.png);
    top: -28px;
  }
}

.hero-img {
  width: 100%;
}

@media (min-width: 1025px) {
  .hero-img {
    border-radius: 40px;
  }
}

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

.hero-desc {
  position: absolute;
}

@media (min-width: 1025px) {
  .hero-desc {
    left: 92px;
    bottom: 113px;
  }
}

@media (max-width: 1024px) {
  .hero-desc {
    left: 19px;
    bottom: 20px;
  }
}

.hero-ttl {
  color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  letter-spacing: 0.028em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (min-width: 1025px) {
  .hero-ttl {
    line-height: 2;
    font-size: clamp(20px, 2.778vw, 50px);
  }
}

@media (max-width: 1024px) {
  .hero-ttl {
    width: 100%;
    line-height: 1.5172413793;
    font-size: clamp(19px, 7.25vw, 29px);
  }
}

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

@media (min-width: 801px) {
  .t-ttl {
    gap: 0px;
  }
}

.t-ttl .en {
  color: #E19023;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (min-width: 801px) {
  .t-ttl .en {
    font-size: 70px;
  }
}

@media (max-width: 800px) {
  .t-ttl .en {
    font-size: 40px;
  }
}

.t-ttl .jp {
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 801px) {
  .t-ttl .jp {
    line-height: 2.2222222222;
    font-size: 45px;
  }
}

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

/*------------
Block
--------------*/
.sec01 {
  margin-bottom: 52px;
  position: relative;
}

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

.sec01-deco01 {
  width: 40.1111111111%;
  height: auto;
  aspect-ratio: 1444/781;
  background: url(../images/sec01_deco01.png) 0 0/100% no-repeat;
  position: absolute;
  bottom: -240px;
  left: 0;
  z-index: -1;
}

.sec01-deco02 {
  width: 20.5555555556%;
  height: auto;
  aspect-ratio: 740/517;
  background: url(../images/sec01_deco02.png) 0 0/100% no-repeat;
  position: absolute;
  top: 416px;
  left: 78.4444444444%;
  z-index: -1;
}

.sec01-deco03 {
  width: 15.6666666667%;
  height: auto;
  aspect-ratio: 564/285;
  background: url(../images/sec01_deco03.png) 0 0/100% no-repeat;
  position: absolute;
  bottom: 0;
  left: 2.7777777778%;
  z-index: -1;
}

.sec01-layout-frame {
  position: relative;
}
.sec01-layout {
  display: grid;
}

@media (min-width: 801px) {
  .sec01-layout {
    grid-template-columns: 1fr 1fr;
    gap: 43px;
    margin-bottom: 145px;
  }
}

@media (max-width: 800px) {
  .sec01-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }
}

.sec01 .ttl {
  border-bottom: 1px solid #848482;
  font-size: 20px;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 801px) {
  .sec01 .ttl {
    padding-bottom: 16px;
    margin-bottom: 28px;
  }
}

@media (max-width: 800px) {
  .sec01 .ttl {
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
}

.sec01-table th {
  color: #E19023;
  line-height: 2;
  font-size: 15px;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  letter-spacing: 0;
  text-align: left;
  vertical-align: top;
}

.sec01-table td {
  padding-bottom: 12px;
  line-height: 1.7333333333;
  font-size: 15px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0;
}

.sec01-table .note {
  line-height: 1.5;
  font-size: 12px;
}

.sec01 .btn-wrap {
  width: 200px;
}

@media (min-width: 801px) {
  .sec01 .btn-wrap {
    margin: 41px 0 0;
  }
}

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

.sec01-calendar {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 801px) {
  .sec01-calendar {
    max-width: 668px;
    padding-top: 32px;
  }
}

.sec01-calendar iframe {
  width: 100%;
  height: auto;
}

@media (min-width: 801px) {
  .sec01-calendar iframe {
    aspect-ratio: 668/407;
  }
}

@media (max-width: 800px) {
  .sec01-calendar iframe {
    aspect-ratio: 1/1;
  }
}

@media (min-width: 801px) {
  .sec02 {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 141px;
  }
}

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

@media (min-width: 801px) {
  .sec02-layout {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1800, 1fr);
  }
}

@media (min-width: 801px) {
  .sec02 .head {
    height: 526px;
    padding-right: 24.5098039216%;
    padding-left: 20px;
    grid-column: 1/1020;
    grid-row: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 800px) {
  .sec02 .head {
    padding: 20px;
    background-color: #E19023;
  }
}

@media (min-width: 801px) {
  .sec02 .head:before {
    width: 45%;
    height: 100%;
    content: "";
    display: block;
    background-color: #E19023;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

@media (min-width: 801px) {
  .sec02 .head::after {
    width: 1020px;
    height: 100%;
    content: "";
    display: block;
    background: url(../images/sec02_bg01.png) 100% 0/100% no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}

.sec02 .body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FFF;
}

@media (min-width: 801px) {
  .sec02 .body {
    height: 462px;
    padding: 0 20px 0 26.6802443992%;
    border-radius: 30px 0 0 30px;
    grid-column: 818/1800;
    grid-row: 1;
    margin-top: 178px;
  }
}

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

.sec02 .ttl {
  color: #FFF;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  position: relative;
}

@media (min-width: 801px) {
  .sec02 .ttl {
    line-height: 2.2222222222;
    font-size: 45px;
  }
}

@media (max-width: 800px) {
  .sec02 .ttl {
    padding-bottom: 28px;
    line-height: 1.6666666667;
    font-size: 24px;
  }
}

.sec02 .ttl:before {
  content: "";
  display: block;
  background: url(../images/sec02_bg02.png) 0 0/100% no-repeat;
  position: absolute;
  left: 0;
}

@media (min-width: 801px) {
  .sec02 .ttl:before {
    width: 209px;
    height: 20px;
    bottom: -53px;
  }
}

@media (max-width: 800px) {
  .sec02 .ttl:before {
    width: 104px;
    height: 10px;
    bottom: 0;
  }
}

.sec02 .list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 801px) {
  .sec02 .list {
    gap: 58px;
  }
}

@media (max-width: 800px) {
  .sec02 .list {
    gap: 20px;
  }
}

.sec02 .item {
  display: flex;
  align-items: flex-start;
}

@media (min-width: 801px) {
  .sec02 .item {
    gap: 30px;
  }
}

@media (max-width: 800px) {
  .sec02 .item {
    gap: 20px;
  }
}

.sec02 .item:before {
  content: "";
  display: block;
  flex-shrink: 0;
  background: url(../images/sec02_bg03.jpg) 0 0/100% no-repeat;
}

@media (min-width: 801px) {
  .sec02 .item:before {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 800px) {
  .sec02 .item:before {
    width: 40px;
    height: 40px;
  }
}

.sec02 .txt01 {
  line-height: 1;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 6px;
}

@media (min-width: 801px) {
  .sec02 .txt01 {
    font-size: 30px;
  }
}

@media (max-width: 800px) {
  .sec02 .txt01 {
    font-size: 20px;
  }
}

.sec02 .txt02 {
  font-size: 12px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0;
  display: block;
}

@media (min-width: 801px) {
  .sec02 .btn-wrap {
    gap: 20px;
    margin: 68px 0 0;
  }
}

@media (max-width: 800px) {
  .sec02 .btn-wrap {
    width: 228px;
    gap: 10px;
    margin: 20px auto 0;
  }
}

@media (min-width: 801px) {
  .sec02 .btn-wrap .btn-more:nth-child(1) {
    width: 228px;
  }
}

@media (min-width: 801px) {
  .sec02 .btn-wrap .btn-more:nth-child(2) {
    width: 200px;
  }
}

@media (min-width: 801px) {
  .sec03 {
    margin-bottom: 140px;
    position: relative;
  }
}

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

@media (min-width: 801px) {
  .sec03:before {
    width: 67.1111111111%;
    height: calc(100% - 190px);
    content: "";
    display: block;
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}

@media (min-width: 801px) {
  .sec03-layout {
    display: grid;
    grid-template-columns: repeat(1800, 1fr);
  }
}

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

@media (min-width: 801px) {
  .sec03 .content {
    grid-column: 388/970;
  }
}

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

@media (min-width: 801px) {
  .sec03 .t-ttl {
    height: 254px;
  }
}

@media (max-width: 800px) {
  .sec03 .t-ttl {
    margin-bottom: 20px;
    order: 1;
  }
}

.sec03 .ttl {
  line-height: 1.6666666667;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 801px) {
  .sec03 .ttl {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

@media (max-width: 800px) {
  .sec03 .ttl {
    font-size: 20px;
    margin-bottom: 20px;
    order: 2;
  }
}

.sec03 .txt {
  padding-left: 20px;
  border-left: 3px solid #E19023;
  line-height: 2.4;
  font-size: 15px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0;
}

@media (max-width: 800px) {
  .sec03 .txt {
    order: 4;
  }
}

@media (min-width: 801px) {
  .sec03 .btn-wrap {
    gap: 20px;
    margin: 41px 0 50px;
  }
}

@media (max-width: 800px) {
  .sec03 .btn-wrap {
    flex-direction: column;
    gap: 10px;
    margin: 20px auto 0;
    order: 5;
  }
}

.sec03 .btn-wrap .btn-more {
  width: 228px;
}

.sec03 .fig {
  grid-column: 1058/1623;
}

@media (max-width: 800px) {
  .sec03 .fig {
    order: 3;
  }
}

.sec03 .img {
  width: 100%;
}

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

@media (max-width: 800px) {
  .sec03 .img {
    border-radius: 15px;
    margin-bottom: 20px;
  }
}

@media (min-width: 801px) {
  .sec04 {
    padding-bottom: 364px;
    margin-bottom: 100px;
    position: relative;
  }
}

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

.sec04:after {
  width: 100%;
  height: auto;
  aspect-ratio: 1800/540;
  content: "";
  display: block;
  background: url(../images/sec04_bg01.jpg) 0 0/100% no-repeat;
}

@media (min-width: 801px) {
  .sec04:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}

.sec04-layout {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(225, 144, 35, 0.9);
}

@media (min-width: 801px) {
  .sec04-layout {
    max-width: 83.3333333333%;
    padding: 80px 0 106px;
  }
}

@media (max-width: 800px) {
  .sec04-layout {
    padding: 30px 5%;
  }
}

@media (min-width: 801px) {
  .sec04 .t-ttl {
    margin-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .sec04 .t-ttl {
    margin-bottom: 20px;
  }
}

.sec04 .t-ttl .en {
  color: #F1D57B;
}

.sec04 .t-ttl .jp {
  color: #FFF;
}

.sec04-list {
  width: 100%;
  display: flex;
  margin: 0 auto;
}

@media (min-width: 801px) {
  .sec04-list {
    max-width: 80%;
    justify-content: space-between;
  }
}

@media (max-width: 1200px) {
  .sec04-list {
    max-width: 95%;
  }
}

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

.sec04 .item {
  position: relative;
}

@media (min-width: 801px) {
  .sec04 .item:nth-child(1) {
    width: 21%;
  }
}

@media (min-width: 801px) {
  .sec04 .item:nth-child(2) {
    width: 23.75%;
  }
}

@media (min-width: 801px) {
  .sec04 .item:nth-child(3) {
    width: 26.6666666667%;
  }
}

@media (max-width: 800px) {
  .sec04 .item:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
  }
}

@media (min-width: 801px) {
  .sec04 .item:not(:last-child):before {
    width: 1px;
    height: 110%;
    content: "";
    display: block;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    right: -84px;
    transform: translateY(-50%) rotate(10deg);
  }
}

.sec04 .num {
  color: #FFF;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
}

@media (min-width: 801px) {
  .sec04 .num {
    line-height: 2.2222222222;
    font-size: 45px;
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  .sec04 .num {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.sec04 .ttl {
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (min-width: 801px) {
  .sec04 .ttl {
    line-height: 1.6666666667;
    font-size: clamp(15px, 1.6vw, 28px);
    margin-bottom: 30px;
  }
}

@media (max-width: 1200px) {
  .sec04 .ttl {
    font-size: clamp(15px, 1.8vw, 22px);
  }
}

@media (max-width: 800px) {
  .sec04 .ttl {
    line-height: 1.6666666667;
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.sec04 .txt {
  color: #FFF;
  line-height: 2.4;
  font-size: 15px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0;
}

.sec05 {
  position: relative;
}

@media (min-width: 801px) {
  .sec05 {
    padding-bottom: 175px;
    background: url(../images/sec05_bg01.png) 100% 100%/100% no-repeat;
  }
}

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

.sec05-deco01 {
  width: 13.3333333333%;
  height: auto;
  aspect-ratio: 479/1338;
  background: url(../images/sec05_deco01.png) 0 0/100% no-repeat;
  position: absolute;
  z-index: -1;
}

@media (min-width: 801px) {
  .sec05-deco01 {
    top: 116px;
    left: 7.1111111111%;
  }
}

@media screen and (max-width: 1560px) and (min-width: 801px) {
  .sec05-deco01 {
    width: 10vw;
    left: 4%;
  }
}

@media (max-width: 800px) {
  .sec05-deco01 {
    top: -30px;
    left: 0;
  }
}

@media (min-width: 801px) {
  .sec05 .t-ttl {
    margin-bottom: 60px;
  }
}

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

.sec05-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

@media (min-width: 801px) {
  .sec05 .content {
    width: 50%;
    padding-left: 11.5%;
    padding-bottom: 86px;
    background: url(../images/sec05_bg02.png) 138px 100%/332px no-repeat;
  }
}

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

.sec05 .ttl {
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 801px) {
  .sec05 .ttl {
    line-height: 1.6666666667;
    font-size: 30px;
    margin-bottom: 60px;
  }
}

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

.sec05 .txt {
  line-height: 2.4;
  font-size: 15px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0;
}

@media (max-width: 800px) {
  .sec05 .txt {
    order: 3;
  }
}

.sec05 .btn-wrap {
  width: 200px;
  margin: 55px 0 0;
}

@media (max-width: 800px) {
  .sec05 .btn-wrap {
    order: 4;
  }
}

.sec05 .fig {
  z-index: 1;
}

@media (min-width: 801px) {
  .sec05 .fig {
    width: 48.046875%;
    padding-right: 50px;
  }
}

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

.sec05 .img-wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 442/624;
  position: relative;
}

.sec05 .img-wrap:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: #F1D57B;
  position: absolute;
  z-index: -1;
}

@media (min-width: 801px) {
  .sec05 .img-wrap:before {
    border-radius: 30px;
    top: 50px;
    left: 50px;
  }
}

@media (max-width: 800px) {
  .sec05 .img-wrap:before {
    border-radius: 15px;
    top: 10px;
    left: 10px;
  }
}

.sec05 .img {
  width: 100%;
}

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

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

.sec06 {
  background-color: #E19023;
}

@media (min-width: 801px) {
  .sec06 {
    padding-bottom: 109px;
    position: relative;
  }
}

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

@media (min-width: 801px) {
  .sec06-deco01 {
    width: 32.6111111111%;
    height: auto;
    aspect-ratio: 1178/200;
    background: url(../images/sec06_deco01.png) 0 0/100% no-repeat;
    position: absolute;
    top: 246px;
    right: 0;
    z-index: 0;
  }
}

@media (min-width: 801px) {
  .sec06-deco02 {
    width: 46.2777777778%;
    height: auto;
    aspect-ratio: 1665/796;
    background: url(../images/sec06_deco02.png) 0 0/100% no-repeat;
    position: absolute;
    top: 1461px;
    left: 0;
    z-index: 0;
  }
}

@media (min-width: 801px) {
  .sec06 .t-ttl {
    margin-bottom: 80px;
  }
}

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

.sec06 .t-ttl .en {
  color: #F1D57B;
}

.sec06 .t-ttl .jp {
  color: #FFF;
}

@media (max-width: 800px) {
  .sec06-list {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin: 0 auto 30px;
  }
}

.sec06-list .ttl {
  color: #FFF;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 801px) {
  .sec06-list .ttl {
    line-height: 1.6666666667;
    font-size: 30px;
    margin-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .sec06-list .ttl {
    line-height: 2;
    font-size: 20px;
    margin-bottom: 20px;
    order: 1;
  }
}

.sec06-list .txt {
  color: #FFF;
  line-height: 2.4;
  font-size: 15px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0;
}

@media (min-width: 801px) {
  .sec06-list .txt {
    margin-bottom: 91px;
  }
}

@media (max-width: 800px) {
  .sec06-list .txt {
    order: 3;
  }
}

.sec06-list .img {
  width: 100%;
}

@media (min-width: 801px) {
  .sec06-list .img {
    border-radius: 30px;
  }
}

@media (max-width: 800px) {
  .sec06-list .img {
    border-radius: 15px;
  }
}

.sec06-list .btn-wrap {
  width: 200px;
}

@media (max-width: 800px) {
  .sec06-list .btn-wrap {
    margin: 20px auto 0;
    order: 4;
  }
}

.sec06-list .btn-more {
  color: #424242;
  background-color: #F4F4F0;
}

@media (min-width: 801px) {
  .sec06 .box01 {
    display: grid;
    grid-template-columns: repeat(1800, 1fr);
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 800px) {
  .sec06 .box01 {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .sec06 .box01:after {
    width: 25%;
    height: auto;
    aspect-ratio: 450/501;
    border-radius: 0 20px 20px 0;
    content: "";
    display: block;
    background-color: #FFF;
    position: absolute;
    top: -173px;
    left: 0;
    z-index: -1;
  }
}

@media (min-width: 801px) {
  .sec06 .box01 .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-column: 900/1412;
    grid-row: 1;
  }
}

@media (max-width: 800px) {
  .sec06 .box01 .content {
    display: contents;
  }
}

@media (min-width: 801px) {
  .sec06 .box01 .fig {
    grid-column: 300/769;
    grid-row: 1;
  }
}

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

@media (min-width: 801px) {
  .sec06 .box02 {
    display: grid;
    grid-template-columns: repeat(1800, 1fr);
    margin-bottom: 140px;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 800px) {
  .sec06 .box02 {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .sec06 .box02:before {
    width: 28.9444444444%;
    height: auto;
    aspect-ratio: 521/355;
    border-radius: 20px 0 0 20px;
    content: "";
    display: block;
    background-color: #FFF;
    position: absolute;
    top: -102px;
    right: 0;
    z-index: -1;
  }
}

@media (max-width: 800px) {
  .sec06 .box02:before {
    order: 2;
  }
}

@media (min-width: 801px) {
  .sec06 .box02 .content {
    padding-top: 92px;
    grid-column: 388/848;
    grid-row: 1;
  }
}

@media (max-width: 800px) {
  .sec06 .box02 .content {
    display: contents;
  }
}

@media (min-width: 801px) {
  .sec06 .box02 .fig {
    grid-column: 948/1587;
    grid-row: 1;
  }
}

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

@media (min-width: 801px) {
  .sec06 .box03 {
    display: grid;
    grid-template-columns: repeat(1800, 1fr);
    margin-bottom: 120px;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 800px) {
  .sec06 .box03 {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .sec06 .box03:before {
    width: 21.5555555556%;
    height: auto;
    aspect-ratio: 388/312;
    border-radius: 0 20px 20px 0;
    content: "";
    display: block;
    background-color: #FFF;
    position: absolute;
    top: 178px;
    left: 0;
    z-index: -1;
  }
}

@media (min-width: 801px) {
  .sec06 .box03 .content {
    grid-column: 1000/1500;
    grid-row: 1;
  }
}

@media (max-width: 800px) {
  .sec06 .box03 .content {
    display: contents;
  }
}

@media (min-width: 801px) {
  .sec06 .box03 .fig {
    grid-column: 300/900;
    grid-row: 1;
  }
}

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

.sec06-layout02 {
  display: grid;
}

@media (min-width: 801px) {
  .sec06-layout02 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

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

.sec06-link {
  padding: 30px 42px 53px 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: row-reverse;
  background-color: #FFF;
  position: relative;
  transition: 0.3s;
}

@media (min-width: 801px) {
  .sec06-link {
    gap: 30px;
  }
}

@media (max-width: 800px) {
  .sec06-link {
    gap: 20px;
  }
}

.sec06-link:before {
  width: 66px;
  height: 37px;
  border-radius: 19px;
  content: "";
  display: block;
  background: #E19023 url(../images/share/icon_arrow.svg) 50% 50% no-repeat;
  position: absolute;
  bottom: 14px;
  right: 14px;
}

.sec06-link:hover {
  opacity: 0.8;
}

.sec06-link .fig {
  flex-shrink: 0;
}

@media (min-width: 801px) {
  .sec06-link .fig {
    width: 90px;
  }
}

@media (max-width: 800px) {
  .sec06-link .fig {
    width: 44px;
  }
}

.sec06-link .ttl {
  color: #E19023;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 801px) {
  .sec06-link .ttl {
    line-height: 1.9230769231;
    font-size: 26px;
    margin-bottom: 30px;
  }
}

@media (max-width: 800px) {
  .sec06-link .ttl {
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.sec06-link .txt {
  color: #424242;
  font-size: 15px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0;
}

.sec07 {
  width: 100%;
}

@media (min-width: 801px) {
  .sec07 {
    padding: 150px 0;
    background: url(../images/sec07_bg01.jpg) 0 0/cover no-repeat;
  }
}

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

.sec07-layout {
  height: 100%;
}

@media (min-width: 801px) {
  .sec07-layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
}

@media (min-width: 801px) {
  .sec07 .box {
    width: 460px;
  }
}

@media (min-width: 801px) {
  .sec07 .t-ttl {
    text-align: left;
    margin-bottom: 40px;
  }
}

@media (max-width: 800px) {
  .sec07 .t-ttl {
    margin-bottom: 20px;
  }
}

.sec07 .ttl {
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 801px) {
  .sec07 .ttl {
    line-height: 1.6666666667;
    font-size: 30px;
    margin-bottom: 40px;
  }
}

@media (max-width: 800px) {
  .sec07 .ttl {
    line-height: 2;
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.sec07 .txt {
  line-height: 2.4;
  font-size: 15px;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  letter-spacing: 0;
}

.sec07 .btn-wrap {
  width: 200px;
}

@media (min-width: 801px) {
  .sec07 .btn-wrap {
    margin: 35px 0 0;
  }
}

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

.sec08 {
  width: 100%;
}

@media (min-width: 801px) {
  .sec08 {
    padding: 150px 0;
    background: url(../images/sec08_bg01.jpg) 0 0/cover no-repeat;
  }
}

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

.sec08-layout {
  height: 100%;
}

@media (min-width: 801px) {
  .sec08-layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 800px) {
  .sec08 .t-ttl {
    margin-bottom: 20px;
  }
}

.sec08-list {
  display: grid;
}

@media (min-width: 801px) {
  .sec08-list {
    padding: 33px 0;
    grid-template-columns: 1fr 46.38671875%;
    gap: 94px;
    position: relative;
  }
}

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

@media (min-width: 801px) {
  .sec08-list:before {
    width: 1px;
    height: 100%;
    content: "";
    display: block;
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 50%;
  }
}

.sec08 .ttl {
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (min-width: 801px) {
  .sec08 .ttl {
    line-height: 1.6666666667;
    font-size: 30px;
    margin-bottom: 40px;
  }
}

@media (max-width: 800px) {
  .sec08 .ttl {
    line-height: 2;
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.sec08 .btn-wrap {
  width: 200px;
}

@media (min-width: 801px) {
  .sec08 .btn-wrap {
    margin: 35px auto 0;
  }
}

@media (max-width: 800px) {
  .sec08 .btn-wrap {
    margin: 30px auto 0;
  }
}

.sec09 {
  background: url(../images/sec09_bg01.png) 0 100%/100% no-repeat;
}

.sec09-layout {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

@media (min-width: 801px) {
  .sec09-layout {
    width: 91.6666666667%;
    padding: 104px 0 167px;
  }
}

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

.sec09 .img {
  width: 30.9090909091%;
}

@media (min-width: 801px) {
  .sec09 .img {
    border-radius: 20px;
  }
}

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

.sec10 {
  position: relative;
}

@media (min-width: 801px) {
  .sec10 {
    padding-top: 63px;
    padding-bottom: 178px;
    background-color: #F4F4F0;
  }
}

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

.sec10-deco01 {
  width: 25.3888888889%;
  height: auto;
  aspect-ratio: 914/693;
  background: url(../images/sec10_deco01.png) 0 0/100% no-repeat;
  position: absolute;
  left: 68.2222222222%;
  z-index: 0;
}

@media (min-width: 801px) {
  .sec10-deco01 {
    top: -54px;
  }
}

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

@media (min-width: 801px) {
  .sec10 .t-ttl {
    margin-bottom: 60px;
  }
}

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

@media (min-width: 801px) {
  .sec10-layout {
    display: grid;
    grid-template-columns: repeat(1800, 1fr);
  }
}

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

@media (min-width: 801px) {
  .sec10 .content {
    padding: 58px 59px 58px 152px;
    border-radius: 30px;
    grid-column: 787/1561;
    grid-row: 1;
    margin-top: 56px;
    background-color: #FFF;
  }
}

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

.sec10 .ttl {
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 801px) {
  .sec10 .ttl {
    line-height: 1.6666666667;
    font-size: 30px;
    margin-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .sec10 .ttl {
    line-height: 2;
    font-size: 20px;
    margin-bottom: 20px;
    order: 1;
  }
}

.sec10 .txt {
  line-height: 2.4;
  font-size: 15px;
  font-family: font01;
  letter-spacing: 0;
}

@media (max-width: 800px) {
  .sec10 .txt {
    order: 3;
  }
}

.sec10 .btn-wrap {
  width: 200px;
}

@media (min-width: 801px) {
  .sec10 .btn-wrap {
    margin: 91px 0 0;
  }
}

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

@media (min-width: 801px) {
  .sec10 .fig {
    grid-column: 270/870;
    grid-row: 1;
    z-index: 1;
  }
}

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

.sec10 .img {
  width: 100%;
}

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

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

.sec11 {
  background-color: #F4F4F0;
  position: relative;
}

@media (min-width: 801px) {
  .sec11 {
    padding-bottom: 177px;
    margin-bottom: 50px;
  }
}

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

.sec11-deco01 {
  width: 15.6666666667%;
  height: auto;
  aspect-ratio: 564/285;
  background: url(../images/sec11_deco01.png) 0 0/100% no-repeat;
  position: absolute;
  bottom: 50px;
  left: 3.1666666667%;
  z-index: 0;
}

@media (min-width: 801px) {
  .sec11-layout {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 60px;
    position: relative;
  }
}

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

@media (max-width: 800px) {
  .sec11 .t-ttl {
    margin-bottom: 20px;
  }
}

.sec11-body {
  min-height: 260px;
}

@media (max-width: 1024px) {
  .sec11-body {
    overflow: auto;
  }
}

.sec11 .btn-wrap {
  width: 200px;
}

@media (min-width: 801px) {
  .sec11 .btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media (max-width: 800px) {
  .sec11 .btn-wrap {
    margin: 20px auto 0;
  }
}

@media (min-width: 801px) {
  .sec12 {
    margin-bottom: 177px;
  }
}

@media (max-width: 800px) {
  .sec12 {
    padding: 50px 0;
    margin-bottom: 50px;
    background-color: #E19023;
  }
}

.sec12-layout {
  display: flex;
}

@media (min-width: 801px) {
  .sec12-layout {
    margin-right: 60px;
  }
}

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

@media (min-width: 801px) {
  .sec12 .content {
    padding: 37px 10px 52px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #E19023;
    z-index: 2;
    width: 480px;
    margin-top: 105px;
    margin-left: -150px;
  }
}

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

@media (max-width: 800px) {
  .sec12 .t-ttl {
    margin-bottom: 20px;
    order: 1;
  }
}

.sec12 .t-ttl .en {
  color: #F1D57B;
}

.sec12 .t-ttl .jp {
  color: #FFF;
}

@media (max-width: 800px) {
  .sec12-body {
    order: 3;
  }
}

.sec12 .tel {
  color: #FFF;
  font-size: 29px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 20px;
}

.sec12 .tel:before {
  width: 18px;
  height: 23px;
  content: "";
  display: block;
  background: url(../images/share/icon_tel_w.svg) 0 0/100% no-repeat;
}

.sec12 .txt {
  color: #FFF;
  line-height: 1.7333333333;
  font-size: 15px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0;
}

.sec12 .note {
  padding-top: 18px;
  color: #FFF;
  font-size: 12px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  display: block;
}

.sec12 .btn-wrap {
  width: 200px;
  margin: 38px auto 0;
}

@media (max-width: 800px) {
  .sec12 .btn-wrap {
    order: 4;
  }
}

.sec12 .btn-more {
  color: #424242;
  background-color: #F4F4F0;
}

.sec12 .sec12-map {
  overflow: hidden;
}

@media (min-width: 801px) {
  .sec12 .sec12-map {
    width: 80%;
    border-radius: 0 30px 30px 0;
  }
}

@media (max-width: 800px) {
  .sec12 .sec12-map {
    width: 100%;
    height: 60vw;
    margin-bottom: 20px;
    border-radius: 20px;
  }
}

.sec12 .sec12-map iframe {
  width: 100%;
}

@media (min-width: 801px) {
  .sec12 .sec12-map iframe {
    height: 520px;
  }
}

@media (max-width: 800px) {
  .sec12 .sec12-map iframe {
    height: 60vw;
  }
}

/*------------
sec13 (LINE予約)
--------------*/
.sec13 {
  border-radius: 40px;
  position: relative;
  background: url(../images/sec13_bg.jpg) center center/cover no-repeat;
  background-color: #F4F4F0;
  margin: 0 auto 100px;
  padding: 90px 0;
  width: min(94%, 1200px);
}

@media (max-width: 800px) {
  .sec13 {
    padding: 50px 4%;
    margin-bottom:  50px;
    width: 100%;
  }
}

.sec13 .container {
  position: relative;
  z-index: 1;
  text-align: center;
}

.sec13-ttl {
  margin-bottom: 40px;
}
.sec13-ttl span {
  color: #424242;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 0 6px;
  background: linear-gradient(transparent 55%, #F1D57B 55%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media (max-width: 800px) {
  .sec13-ttl span {
    font-size: 20px;
  }
}

.sec13 p {
  font-size: 15px;
}
@media (max-width: 800px) {
  .sec13 p {
    text-align: left;
  }
}

.sec13-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

@media (max-width: 800px) {
  .sec13-btn {
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
  }
}

.sec13-btn .btn-more {
  width: 270px;
  max-width: 100%;
  height: 66px;
}
.sec13-btn .sec13-line {
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.16);
}


/*------------
Post
--------------*/
.list-top-news02 .list-item {
  border-bottom: 1px solid #BFBFBF;
  display: flex;
  align-items: center;
  gap: 29px;
}

@media (min-width: 801px) {
  .list-top-news02 .list-item {
    min-height: 76px;
  }
}

@media (max-width: 800px) {
  .list-top-news02 .list-item {
    padding: 10px 0;
  }
}

.list-top-news02 time {
  color: #E19023;
  letter-spacing: 0.05em;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
}

@media (min-width: 801px) {
  .list-top-news02 time {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .list-top-news02 time {
    font-size: 12px;
  }
}

.list-top-news02 .list-txt {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 801px) {
  .list-top-news02 .list-txt {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .list-top-news02 .list-txt {
    font-size: 14px;
  }
}

.list-top-news02 .list-txt:hover {
  text-decoration: underline;
}

/*ブログ*/
.list-top-blog01,
.list-top-blog02 {
  width: 764px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 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;
}

@media (min-width: 801px) {

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

@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: auto;
  border-radius: 10px;
  aspect-ratio: 241/164;
  -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;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 801px) {

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

@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: #E19023;
  font-weight: bold;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media (min-width: 801px) {

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

@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 10px;
  border-radius: 2px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F1D57B;
}

@media (min-width: 801px) {

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

@media (max-width: 800px) {

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

/*------------
下層ページタイトル
--------------*/
.page-ttl {
  width: 100%;
  background: #F1D57B;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 665px;
  min-height: 665px;
  background: url(../images/under/page-ttl_bg.jpg) 80% center/cover no-repeat;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-top: 75px;
}

@media (max-width: 1024px) {
  .page-ttl {
    height: 400px;
    min-height: 400px;
    background: url(../images/under/page-ttl_bg.jpg) 90% center/cover no-repeat;
    padding-top: 0;
    padding-bottom: 15px;
    margin-top: 0;
  }
}

@media (max-width: 800px) {
  .page-ttl {
    height: 180px;
    min-height: 180px;
  }
}

.page-ttl-inr {
  width: 90%;
  max-width: 1268px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
}

@media (max-width: 800px) {
  .page-ttl-inr {
    width: 80%;
  }
}

.page-ttl-main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 45px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 10px;
  position: relative;
}

.page-ttl-main::before {
  content: "";
  width: 80px;
  height: 60px;
  position: absolute;
  top: -30px;
  left: -120px;
  background: url(../images/under/page-ttl_deco01.svg) center/contain no-repeat;
}

@media (max-width: 800px) {
  .page-ttl-main::before {
    width: 54px;
    height: 40px;
    top: -30px;
    left: -50px;
  }
}

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

.page-ttl-sub {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  position: relative;
}

.page-ttl-sub::before {
  content: "";
  width: 123px;
  height: 117px;
  position: absolute;
  right: -150px;
  bottom: -80px;
  background: url(../images/under/page-ttl_deco02.svg) center/contain no-repeat;
}

@media screen and (max-width: 1600px) and (min-width: 801px) {
  .page-ttl-sub::before {
    width: 90px;
    height: 86px;
    right: -4.5vw;
  }
}

@media (max-width: 800px) {
  .page-ttl-sub::before {
    width: 48px;
    height: 46px;
    right: -4.5vw;
    bottom: -44px;
  }
}

@media (max-width: 800px) {
  .page-ttl-sub {
    font-size: 22px;
  }
}

/*------------
下層ページ見出し
--------------*/
.u-h2,
.post-category-ttl,
.postdata h1 {
  position: relative;
  padding-top: 45px;
  line-height: 1.5;
  margin-bottom: 50px;
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.05em;
}

.u-h2::before,
.post-category-ttl::before,
.postdata h1::before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/under/u-ttl_deco.png) center/contain no-repeat;
}

.u-h3,
.postdata h2 {
  font-size: 26px;
  letter-spacing: 0.05em;
  padding-left: 25px;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.5;
}

.u-h3::before,
.postdata h2::before {
  content: "";
  background: #424242;
  width: 15px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 20px;
}

.u-h3 .small,
.postdata h2 .small {
  font-size: 18px;
}

.u-h4,
.postdata h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #E19735;
}

@media (max-width: 800px) {

  .u-h2,
  .post-category-ttl,
  .postdata h1 {
    padding-top: 33px;
    margin-bottom: 30px;
    font-size: 24px;
  }

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

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

  .u-h3::before,
  .postdata h2::before {
    top: 15px;
  }

  .u-h3 .small,
  .postdata h2 .small {
    font-size: 15px;
  }

  .u-h4,
  .postdata h3 {
    font-size: 18px;
  }
}

/*------------
パンクズリスト
--------------*/
.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;
}

.u-contents .btn-more {
  width: 200px;
}

.u-contents .btn-more.wide {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
}

.u-contents .btn-more.center {
  margin-left: auto;
  margin-right: auto;
}

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

  .u-contents .btn-more {
    width: 100%;
    height: auto;
    min-height: 46px;
    padding: 5px 10px;
    line-height: 1.2;
    font-size: 16px;
  }

  .u-contents .btn-more.wide {
    width: 100%;
    padding: 0 20px;
  }
}

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

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

.tall.bg01 {
  background: #F4F4F0;
}

.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 #E19023;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

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

/*------------
追加パーツ
--------------*/
.u-layout01 {
  padding: 50px 0;
  position: relative;
}

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

.u-layout01::before {
  content: "";
  width: 67%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}

@media (max-width: 800px) {
  .u-layout01::before {
    width: 100%;
    height: calc(100% - 40vw);
    top: auto;
    bottom: 0;
  }
}

.u-layout01 .l-inr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  margin-left: calc((100vw - 1024px) / 2);
  margin-right: 5%;
  gap: 5%;
}

@media screen and (max-width: 1138px) and (min-width: 801px) {
  .u-layout01 .l-inr {
    margin-left: 5%;
  }
}

@media (max-width: 800px) {
  .u-layout01 .l-inr {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 5%;
    gap: 20px;
  }
}

.u-layout01 .l-img {
  width: 31.5vw;
}

@media (max-width: 800px) {
  .u-layout01 .l-img {
    width: 100%;
  }
}

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

@media (max-width: 800px) {
  .u-layout01 .l-img img {
    border-radius: 20px;
  }
}

.u-layout01 .l-desc {
  flex: 1;
  max-width: 582px;
}

@media (max-width: 800px) {
  .u-layout01 .l-desc {
    max-width: none;
  }
}

.u-ttl01 {
  font-size: 30px;
  line-height: 1.65;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .u-ttl01 {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

.u-txt01 {
  padding-left: 20px;
  border-left: 3px solid #E19023;
}

@media (max-width: 800px) {
  .u-txt01 {
    padding-left: 15px;
    border-left: 2px solid #E19023;
  }
}

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

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

.u-card01>li {
  background: #fff;
  padding: 30px 40px 40px;
  border-radius: 20px;
  position: relative;
}

@media (max-width: 800px) {
  .u-card01>li {
    padding: 15px 20px 20px;
  }
}

.u-card01>li:nth-child(1)::before {
  content: "";
  width: 120px;
  height: 113px;
  position: absolute;
  top: 40px;
  left: 4px;
  background: url(../images/under/u-card01_deco01.svg) center/contain no-repeat;
  z-index: 2;
}

@media (max-width: 800px) {
  .u-card01>li:nth-child(1)::before {
    width: 70px;
    height: 66px;
    top: -20px;
    left: 0px;
  }
}

.u-card01>li:nth-child(1)::after {
  content: "";
  width: 151px;
  height: 142px;
  position: absolute;
  right: 0;
  bottom: -30px;
  background: url(../images/under/u-card01_deco02.svg) center/contain no-repeat;
  z-index: 2;
}

@media (max-width: 800px) {
  .u-card01>li:nth-child(1)::after {
    width: 80px;
    height: 75px;
    right: -8px;
    bottom: -5px;
  }
}

.u-card01>li:nth-child(2)::before {
  content: "";
  width: 89px;
  height: 74px;
  position: absolute;
  top: -40px;
  right: 70px;
  background: url(../images/under/u-card01_deco03.svg) center/contain no-repeat;
  z-index: 2;
}

@media (max-width: 800px) {
  .u-card01>li:nth-child(2)::before {
    width: 62px;
    height: 52px;
    top: -15px;
    right: 40px;
  }
}

.u-card01>li:nth-child(2)::after {
  content: "";
  width: 60px;
  height: 142px;
  position: absolute;
  left: 10px;
  bottom: -30px;
  background: url(../images/under/u-card01_deco04.svg) center/contain no-repeat;
  z-index: 2;
}

@media (max-width: 800px) {
  .u-card01>li:nth-child(2)::after {
    width: 44px;
    height: 104px;
    left: -6px;
    bottom: -10px;
  }
}

.u-card01 .card-ttl {
  text-align: center;
  font-size: 26px;
  color: #E19023;
  margin-bottom: 20px;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .u-card01 .card-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

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

.u-box01 {
  padding-top: 30px;
}

@media (max-width: 800px) {
  .u-box01 {
    padding-top: 10px;
  }
}

.u-box01-inr {
  padding: 70px 75px;
  background: #fff;
  border-radius: 30px;
  position: relative;
}

@media (max-width: 800px) {
  .u-box01-inr {
    padding: 35px 20px 30px;
    border-radius: 20px;
  }
}

.u-box01-num {
  color: #E19023;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 70px;
  letter-spacing: 0.05em;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: -30px;
  left: 75px;
}

@media (max-width: 800px) {
  .u-box01-num {
    font-size: 36px;
    top: -18px;
    left: 20px;
  }
}

.u-box01-layout {
  display: flex;
  flex-direction: row-reverse;
  gap: 45px;
}

@media (max-width: 800px) {
  .u-box01-layout {
    flex-direction: column;
    gap: 20px;
  }
}

.u-box01-layout .l-img {
  flex: 1;
}

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

@media (max-width: 800px) {
  .u-box01-layout .l-img img {
    border-radius: 20px;
  }
}

.u-box01-layout .l-desc {
  flex: 1.1;
  padding-top: 20px;
}

@media (max-width: 800px) {
  .u-box01-layout .l-desc {
    padding-top: 0;
  }
}

.u-layout02 {
  padding: 120px 0 0;
  position: relative;
}

@media (max-width: 800px) {
  .u-layout02 {
    padding: 35px 0 0;
  }
}

.u-layout02::before {
  content: "";
  width: 25vw;
  height: 21.3vw;
  position: absolute;
  top: 0;
  left: 0;
  background: #E39936;
  z-index: -1;
}

@media (max-width: 800px) {
  .u-layout02::before {
    width: 180px;
    height: 160px;
  }
}

.u-layout02::after {
  content: "";
  width: 67.1vw;
  height: calc(100% - 73px);
  position: absolute;
  top: 47px;
  right: 0;
  background: #fff;
  z-index: -1;
}

@media (max-width: 800px) {
  .u-layout02::after {
    width: 100%;
    height: calc(100% - 70vw);
    top: auto;
    bottom: 0;
  }
}

.u-layout02 .l-inr {
  display: flex;
  justify-content: flex-end;
  margin-right: calc((100vw - 1024px) / 2);
  margin-left: 5%;
  gap: 7%;
}

@media screen and (max-width: 1138px) and (min-width: 801px) {
  .u-layout02 .l-inr {
    margin-right: 5%;
  }
}

@media (max-width: 800px) {
  .u-layout02 .l-inr {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 5%;
    gap: 20px;
  }
}

.u-layout02 .l-img {
  flex: 1;
  max-width: 470px;
}

@media (max-width: 800px) {
  .u-layout02 .l-img {
    width: 100%;
  }
}

.u-layout02 .l-img img {
  border-radius: 30px;
}

@media (max-width: 800px) {
  .u-layout02 .l-img img {
    border-radius: 20px;
  }
}

.u-layout02 .l-desc {
  flex: 1;
  max-width: 544px;
  padding: 20px 0 70px;
}

@media (max-width: 800px) {
  .u-layout02 .l-desc {
    max-width: none;
    padding: 0 0 40px;
  }
}

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

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

.l-imgR .l-img img,
.l-imgL .l-img img {
  border-radius: 30px;
}

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

.l-imgR .l-img.w30 img,
.l-imgL .l-img.w30 img {
  border-radius: 20px;
}

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

.l-imgR .l-ttl,
.l-imgL .l-ttl {
  font-size: 26px;
  margin-bottom: 20px;
}

.l-imgR h2.l-ttl,
.l-imgL h2.l-ttl {
  font-size: 36px;
  margin-bottom: 30px;
}

.l-imgR .l-box,
.l-imgL .l-box {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
}

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

@media (max-width: 800px) {

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

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

  .l-imgR .l-img img,
  .l-imgL .l-img img {
    border-radius: 20px;
  }

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

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

  .l-imgR .l-ttl,
  .l-imgL .l-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .l-imgR h2.l-ttl,
  .l-imgL h2.l-ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

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

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

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

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

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

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

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

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

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

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

.card-style01 .card-ttl-bg,
.card-style02 .card-ttl-bg {
  background: #E19023;
  color: #fff;
  padding: 5px 15px;
  border-radius: 100px;
  font-size: 18px;
  text-align: center;
  width: 80%;
  margin: 0 auto 15px;
}

@media (max-width: 800px) {

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

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

  .card-style01 .card-ttl-bg,
  .card-style02 .card-ttl-bg {
    font-size: 16px;
    width: 90%;
  }
}

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

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

.list-disc.col2 {
  -moz-column-count: 2;
  column-count: 2;
}

@media (max-width: 800px) {
  .list-disc.col2 {
    -moz-column-count: 1;
    column-count: 1;
  }
}

.list-disc.center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.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.col3 {
  -moz-column-count: 3;
  column-count: 3;
}

@media (max-width: 800px) {
  .list-check.col3 {
    -moz-column-count: 1;
    column-count: 1;
  }
}

.list-check.white>li:before {
  background: url(../images/share/icon_check01_w.svg) no-repeat center/contain;
}

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

.table-style03 th.bg01,
.table-style03 td.bg01 {
  background: #F4F4F0;
  color: #424242;
}

.table-style03 th {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  background: #E19023;
  color: #fff;
}

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

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

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

.list-col2 .list-ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .list-col2 .list-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

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

@media (max-width: 800px) {
  .list-col2 .list-img {
    margin-bottom: 15px;
  }
}

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

@media (max-width: 800px) {
  .list-map iframe {
    height: 75vw;
  }
}

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

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

.list-col4 .list-ttl {
  font-size: 20px;
  text-align: center;
}

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

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

@media (max-width: 800px) {
  .list-col4 .list-img {
    margin-bottom: 15px;
  }
}

.list-col4 .list-img img {
  border-radius: 20px;
}

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

.staff-layout01 .wrapper.reverse {
  flex-direction: row;
}

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

.staff-layout01 .l-img figcaption {
  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: 20px;
}

.staff-layout01 .job {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  display: block;
}

.staff-layout01 .name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.staff-layout01 .kana {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #E19023;
}

.staff-layout01 .animal {
  font-family: "Zen Kaku Gothic New",
    sans-serif;
  font-weight: 700;
  font-size: 12px;
}

.staff-layout01 .l-name {
  margin-bottom: 20px;
}

.staff-layout01 .l-name-wrap {
  display: flex;
  align-items: baseline;
  gap: 15px;
}

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

.staff-layout01 .l-ttl {
  color: #E19023;
  border-bottom: 2px solid #E19023;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  width: -moz-fit-content;
  width: fit-content;
}

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

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

.staff-layout01.min .wrapper {
  gap: 5%;
}

.staff-layout01.min .card-profile {
  margin-top: 25px;
  grid-template-columns: 1fr;
  grid-gap: 25px;
}

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

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

  .staff-layout01 .wrapper.reverse {
    flex-direction: column;
  }

  .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 .card-profile {
    margin-top: 30px;
  }

  .staff-layout01.min .wrapper {
    gap: 20px;
  }

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

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

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

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

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

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

  .card-profile .card-ttl {
    font-size: 16px;
  }
}

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

.box-style01 {
  border: 2px solid #E19023;
  background: #F1D57B;
  padding: 5%;
}

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

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

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

.box-style02 {
  border: 2px solid #bfbfbf;
  border-radius: 30px;
  background: #fff;
  padding: 5%;
}

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

.box-style02 .dl-style03 dd {
  background: #F4F4F0;
}

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

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

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

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

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

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

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

.dl-style03 .item {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-gap: 10px 0;
}

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

.dl-style03 dt {
  background: #E19023;
  color: #fff;
  padding: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  border-radius: 20px 0 0 20px;
}

@media (max-width: 800px) {
  .dl-style03 dt {
    padding: 15px;
    border-radius: 20px 20px 0 0;
  }
}

.dl-style03 dt .num {
  display: block;
}

.dl-style03 dd {
  background: #fff;
  font-size: 15px;
  padding: 20px;
  border-radius: 0 20px 20px 0;
}

@media (max-width: 800px) {
  .dl-style03 dd {
    padding: 15px;
    border-radius: 0 0 20px 20px;
  }
}

.list-anchor-link02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.list-anchor-link02 a {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 0 35px 0 20px;
  min-height: 60px;
  transition: opacity 0.3s;
}

.list-anchor-link02 a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #E19023;
  border-bottom: 2px solid #E19023;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.list-anchor-link02 a:hover {
  opacity: 0.7;
}

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

  .list-anchor-link02 a {
    font-size: 13px;
    justify-content: center;
    text-align: center;
    padding: 8px 8px 20px;
    min-height: 0;
    height: 100%;
  }

  .list-anchor-link02 a::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%) rotate(45deg);
  }

  .list-anchor-link02 a:hover {
    opacity: 0.7;
  }
}

.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: #E19023;
  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: #E19023 transparent transparent transparent;
  position: absolute;
  bottom: -1px;
  left: 28px;
}

.flow-style03 .flow-num {
  font-size: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  color: #E19023;
}

.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: 50px;
}

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

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

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

.flow-style03 .flow-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

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

.flow-style03 .flow-box .box-ttl {
  font-size: 20px;
  text-align: center;
  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: 20px;
    margin-bottom: 10px;
  }

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

  .flow-style03 .flow-box {
    padding: 25px;
  }

  .flow-style03 .flow-box .box-ttl {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
  }
}

.faq-style02 {
  border-bottom: 1px solid #bfbfbf;
}

.faq-style02 .item {
  border-top: 1px solid #bfbfbf;
}

.faq-style02 dt {
  cursor: pointer;
  padding: 18px 50px;
  position: relative;
}

.faq-style02 dt .faq-icon {
  top: 15px;
  left: 0;
}

.faq-style02 dd {
  display: none;
  padding: 0 50px 30px;
  position: relative;
}

.faq-style02 dd .faq-icon {
  border: 1px solid #F1D57B;
  background-color: #F1D57B;
  color: #fff;
  top: 0;
  left: 0;
}

.faq-style02 .faq-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}

.faq-style02 .faq-icon {
  border: 1px solid #424242;
  border-radius: 50px;
  color: #424242;
  font-size: 0.94rem;
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  transition: 0.3s;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.faq-style02 .faq-open-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 11px;
  transition: 0.3s;
}

.faq-style02 .faq-open-icon::before,
.faq-style02 .faq-open-icon::after {
  content: "";
  display: block;
  background: #E19023;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
}

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

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

.faq-style02 .item>dt:hover .faq-icon {
  background-color: #E19023;
  border: 1px solid #E19023;
  color: #fff;
}

.faq-style02 .faq-inner {
  padding-top: 5px;
}

.faq-style02 .is-open .faq-icon {
  background-color: #E19023;
  border: 1px solid #E19023;
  color: #fff;
}

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

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

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

  .faq-style02 dt {
    padding: 18px 30px 18px 50px;
  }

  .faq-style02 dt .faq-icon {
    top: 12px;
  }

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

  .faq-style02 .faq-open-icon {
    right: 0;
    top: 7px;
  }
}

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

.flow-style02.col2 {
  grid-template-columns: repeat(2, 1fr);
}

.flow-style02.col4 {
  grid-template-columns: repeat(4, 1fr);
}

.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 #F1D57B;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
}

.flow-style02 .flow-num {
  background: #E19023;
  border-radius: 50px;
  display: table;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 13px;
  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;
}

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

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

  .flow-style02.col2 {
    grid-template-columns: 1fr;
  }

  .flow-style02.col4 {
    grid-template-columns: 1fr;
  }

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

.card-style03 {
  display: grid;
}

.card-style03>li {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
}

.card-style03 .card-num {
  color: #E19023;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.card-style03 .card-num span {
  font-size: 18px;
  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.col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

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

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

@media (max-width: 800px) {
  .card-style03>li {
    border-radius: 15px;
    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.col4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

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

.box-style05 {
  border: 1px solid #E19023;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}

.box-style05 .box-ttl {
  background-color: #E19023;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 15px 40px;
}

.box-style05 .box-desc {
  padding: 50px 60px;
}

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

  .box-style05 .box-ttl {
    font-size: 18px;
    padding: 15px 30px;
  }

  .box-style05 .box-desc {
    padding: 25px 25px 30px;
  }
}

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

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

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

.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.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: 1.1875rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 5px;
}

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

  .gallery-slider01 .item-ttl {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

.u-catch {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

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

.u-layout03 {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-gap: 40px;
}

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

.u-layout03 .l-box {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
}

.list-num {
  counter-reset: number;
}

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

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

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

.u-img img {
  width: 100%;
  border-radius: 20px;
}

.u-img.min {
  max-width: 800px;
  margin: 0 auto;
}

/*------------
Footer
--------------*/
.footer {
  background: #FAFAFA url(../images/share/footer_bg.png) 0 0/100% no-repeat;
}

@media (min-width: 801px) {
  .footer {
    width: 100%;
    padding-top: 181px;
  }
}

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

@media (min-width: 801px) {
  .footer .f-inr {
    padding-bottom: 62px;
    display: flex;
    justify-content: space-between;
  }
}

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

@media (min-width: 801px) {
  .footer .f-info {
    width: 45.8333333333%;
  }
}

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

.footer .f-txt {
  line-height: 1;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

@media (min-width: 801px) {
  .footer .f-txt {
    font-size: 20px;
  }
}

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

.footer .f-logo {
  display: block;
}

@media (min-width: 801px) {
  .footer .f-logo {
    max-width: 550px;
    margin-bottom: 50px;
  }
}

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

.footer .f-address {
  line-height: 1.7333333333;
  font-size: 15px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0;
  margin-bottom: 19px;
}

.footer .f-tel {
  font-size: 34px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (min-width: 801px) {
  .footer .f-tel {
    margin-bottom: 28px;
  }
}

@media (max-width: 800px) {
  .footer .f-tel {
    justify-content: center;
    margin-bottom: 20px;
  }
}

.footer .f-tel:before {
  width: 27px;
  height: 35px;
  content: "";
  display: block;
  background: url(../images/share/icon_tel_b.svg) 0 0/100% no-repeat;
}

.footer .f-access th {
  font-size: 15px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: left;
  vertical-align: top;
}

.footer .f-access td {
  padding-bottom: 22px;
}

.footer .f-nav {
  display: flex;
}

@media (min-width: 801px) {
  .footer .f-nav {
    width: 50%;
    padding-top: 140px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

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

@media (min-width: 801px) {
  .footer .f-nav-container:not(:first-child) {
    margin-top: 36px;
  }
}

@media (min-width: 801px) {
  .footer .f-nav-list {
    margin-bottom: 42px;
  }
}

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

.footer .f-nav-list .item01 {
  white-space: nowrap;
}

.footer .f-nav-list .item02 {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer .f-nav-list .item02:before {
  width: 6px;
  height: 1px;
  content: "";
  display: block;
  background-color: #424242;
}

.footer .f-nav-list a:hover {
  text-decoration: underline;
}

.footer .f-bnr {
  display: flex;
  gap: 13px;
  margin-bottom: 57px;
}

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

.footer .f-footer {
  background-color: #E19023;
}

.footer .copyright {
  color: #FFF;
  font-size: 15px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 801px) {
  .footer .copyright {
    height: 56px;
  }
}

@media (max-width: 800px) {
  .footer .copyright {
    height: 30px;
  }
}

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

@media (max-width: 800px) {
  .list-post-type01 .list-item:not(:last-child) {
    margin-bottom: 60px;
  }
}

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

@media (max-width: 800px) {
  .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 {
  text-align: center;
  margin-bottom: 40px;
}

.l-post-single .post-ttl {
  font-size: 30px;
  margin-bottom: 50px;
}

@media (max-width: 800px) {
  .l-post-single .post-ttl {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

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

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

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

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

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

.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 .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: #E19023;
  border: 1px solid #E19023;
  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: #E19023;
}

.postdata pre {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

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

.post-data time {
  font-size: 15px;
  color: #E19023;
  line-height: 1;
  font-weight: bold;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}

.post-data .post-category01 {
  margin-left: 15px;
}

.post-ttl {
  word-break: break-all;
}

.post-category01 {
  background: #F1D57B;
  line-height: 1;
  padding: 2px 10px 5px;
  border-radius: 3px;
  display: inline-block;
}

.post-category01 span {
  font-size: 12px;
}

.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 #E19023;
  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: #F6F6F6;
  font-size: 16px;
  color: #E19023;
  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: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-weight: 500;
}

.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}

.post-number a:hover {
  color: #E19023;
}

.post-number .current {
  color: #E19023;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}

.post-number .current::after {
  content: "";
  border-bottom: 2px solid #E19023;
  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: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-weight: 500;
}

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

.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) {

  /*詳細ページ*/
  .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-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 {
  width: 100%;
  height: 46px;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E19023;
  position: relative;
  transition: 0.3s;
}

.btn-more:hover {
  opacity: 0.8;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.btn-wrap.center {
  justify-content: center;
  margin-left: 0;
}

@media (max-width: 800px) {

  .btn-icon,
  .btn-line {
    width: 100%;
  }

  .btn-wrap {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    text-align: center;
  }

  .btn-wrap a {
    margin: 0;
  }

  .btn-wrap a:not(:last-child) {
    margin-bottom: 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%, #F4F4F0 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: 0.8rem;
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.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: #7D4B28;
  --event02: #B38000;
  --event03: #D2AE74;
}

.business-calendar-hidden {
  display: none;
}

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

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

.business-calendar-box-wrap .business-calendar caption {
  width: 100%;
  font-weight: normal;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: center;
  position: relative;
}

@media (min-width: 801px) {
  .business-calendar-box-wrap .business-calendar caption {
    height: 36px;
    padding-top: 10px;
    font-size: 16px;
    margin-bottom: 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% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.business-calendar-box-wrap .business-calendar-future a {
  transform: scale(-1, 1);
  left: auto;
  right: 0;
}

.business-calendar-box-wrap .business-calendar th {
  border: 1px solid #DFDFDF;
  color: #FFF;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
  background-color: #927E6F;
}

@media (min-width: 801px) {
  .business-calendar-box-wrap .business-calendar th {
    height: 45px;
    font-size: 16px;
    margin-bottom: 18px;
  }
}

@media (max-width: 800px) {
  .business-calendar-box-wrap .business-calendar th {
    height: 30px;
    font-size: 11px;
  }
}

.business-calendar-box-wrap .business-calendar td {
  border: 1px solid #DFDFDF;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
  background: #FFFFFF;
  position: relative;
  z-index: 0;
}

@media (min-width: 801px) {
  .business-calendar-box-wrap .business-calendar td {
    height: 40px;
    font-size: 13px;
  }
}

@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: 25px;
  height: 25px;
  border-radius: 50px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

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

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

.list-event {
  display: flex;
  gap: 18px;
}

.list-event li {
  line-height: 1;
  font-size: 13px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  margin-top: 12px;
}

.list-event .link {
  text-decoration: underline;
}

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

.list-event .event01 {
  font-size: 13px;
  display: flex;
  gap: 7px;
}

.list-event .event01:before {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  content: "";
  display: block;
  background-color: var(--event01);
}

.list-event .event02 {
  font-size: 13px;
  display: flex;
  gap: 7px;
}

.list-event .event02:before {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  content: "";
  display: block;
  background-color: var(--event02);
}

.list-event .event03 {
  font-size: 13px;
  display: flex;
  gap: 7px;
}

.list-event .event03:before {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  content: "";
  display: block;
  background-color: var(--event03);
}

@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: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: center;
  margin-bottom: 12px;
}

.time-table-head {
  color: #FFF;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  background-color: #927E6F;
}

@media (min-width: 801px) {
  .time-table-head {
    font-size: 16px;
  }
}

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

.time-table-head .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 801px) {
  .time-table-head .item {
    height: 45px;
  }
}

@media (max-width: 800px) {
  .time-table-head .item {
    padding: 5px 0;
  }
}

.time-table-body {
  border-bottom: 1px solid #F4F4F0;
  border-left: 1px solid #F4F4F0;
  border-right: 1px solid #F4F4F0;
  background-color: #FFF;
}

.time-table-body .item {
  line-height: 1.5;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 801px) {
  .time-table-body .item {
    height: 55px;
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .time-table-body .item {
    padding: 8px 0;
    font-size: 13px;
  }
}

.time-table-head,
.time-table-body {
  display: grid;
}

@media (min-width: 801px) {

  .time-table-head,
  .time-table-body {
    grid-template-columns: 120px repeat(7, 1fr);
  }
}

@media (max-width: 800px) {

  .time-table-head,
  .time-table-body {
    grid-template-columns: 70px repeat(7, 1fr);
  }
}

.time-table-txt {
  line-height: 1.75;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 801px) {
  .time-table-txt {
    font-size: 16px;
  }
}

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

.color01 {
  color: #D2AE74;
}

.border {
  padding: 0 8px;
  border: 1px solid #4B4747;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

/*------------
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: #E19023;
  /* 矢印 */
  --splide-focus-color: #E19023;
  /* タブ移動によるフォーカス時のアウトライン */
  --splide-pagination-color: #E19023;
  /* アクティブ時のページネーション */
  --splide-progress-color: #E19023;
  /* プログレスバー */
  --splide-toggle-color: #E19023;
  /* 再生ボタン */
  --splide-track-color: #E19023;
  /* サムネイルの枠 */
}

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

/*------------
Loading
-------------*/
#loading {
  width: 100vw;
  height: 100vh;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

#loading_barWrap {
  width: 30vw;
  height: calc(1rem + 5px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#loading_bar {
  width: 0;
  height: 5px;
  background: #fff;
  transition-duration: 1s;
}

.text {
  text-align: center;
  color: #fff;
}

.loadingNone {
  animation: loadingAnime 1s forwards;
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

