@charset "UTF-8";

:root {
  --color_primary: #FFA933;
}

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

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

::selection {
  background: #d4dcd6;
}

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

body,
html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.075em;
  font-weight: 500;
}

html {
  scroll-behavior: smooth;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.7;
}

@media (max-width: 800px) {

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

th,
dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

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

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

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

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

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

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

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

/*------------
Header
--------------*/
.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  transition: 0.3s;
}

.header-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 40px 0 30px;
  width: 100%;
  height: 90px;
  transition: 0.3s;
}

.header .h-logo {
  width: 30%;
  max-width: 388px;
}

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

.header .h-logo img {
  width: 100%;
}

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

.header .h-logo .logo-b {
  display: none;
}

.header .h-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .h-contact {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.header .h-contact-txt {
  background-color: #FFA2A9;
  color: #fff;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 2px 12px;
  border-radius: 30px;
  margin-right: 5px;
}

.header .h-tel {
  display: flex;
  align-items: center;
}

.header .h-tel-time {
  line-height: 1.4;
  margin-left: 10px;
}

.header .btn-icon {
  margin-left: 40px;
}

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

.header.is-fixed .header-inr {
  padding-top: 0;
}

.header.is-fixed .h-logo .logo-w {
  display: none;
}

.header.is-fixed .h-logo .logo-b {
  display: block;
}

.header.is-fixed .pc-navi .item {
  color: #333;
}

@media (max-width: 800px) {
  .header {
    /* コンテンツ */
  }

  .header-inr {
    padding: 0 15px;
    height: 90px;
    background-color: #fff;
  }

  .header .h-logo {
    max-width: 282px;
    width: 80%;
  }

  .header .h-logo .logo-w {
    display: none;
  }

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

  .header .h-right {
    display: none;
  }

  .header .humberger {
    display: block;
    width: 50px;
    height: 50px;
    background: #FFA2A9;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    top: 0;
    right: 0;
    z-index: 9999;
  }

  .header .humberger span {
    background: #fff;
    position: absolute;
    width: 20px;
    height: 1px;
    transition: 0.4s;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .header .humberger span:nth-of-type(1) {
    top: 35%;
  }

  .header .humberger span:nth-of-type(2) {
    top: 50%;
  }

  .header .humberger span:nth-of-type(3) {
    top: 65%;
  }

  .header .humberger.is-open span:nth-of-type(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .header .humberger.is-open span:nth-of-type(2) {
    display: none;
  }

  .header .humberger.is-open span:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .header .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #535353;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    padding: 90px 10% 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    opacity: 0;
    z-index: 999;
  }

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

  .header .sp-navi-list {
    border-top: 1px solid #d6d6d6;
    margin: 0 0 30px;
  }

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

  .header .sp-navi-list>li>a,
  .header .sp-navi-list>li span {
    display: block;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }

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

  .header .sp-navi-list>li.sp-dropdown::before,
  .header .sp-navi-list>li.sp-dropdown::after {
    content: "";
    background-color: var(--color_primary);
    position: absolute;
    transition: 0.5s;
  }

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

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

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

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

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

  .header .sp-navi-list .child>ul>li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    font-family: "Noto Sans JP", sans-serif;
  }

  .header .sp-navi-list .child>ul>li::before {
    content: "-";
    color: var(--color_primary);
    position: absolute;
    left: 0;
    top: 0;
  }

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

/*------------
G-navi
--------------*/
.pc-navi-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.pc-navi .item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 1.4;
}

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

.pc-navi .item .item-link:hover {
  color: var(--color_primary);
}

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

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

.pc-dropdown::before {
  content: "";
  position: absolute;
  background: url(../images/share/header_drop.svg) center/contain no-repeat;
  top: 8px;
  right: 0;
  height: 7px;
  width: 11px;
}

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

.pc-dropdown .pc-navi-child {
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  text-align: left;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -10px);
  transition: 0.4s ease-in-out;
}

.pc-dropdown .pc-navi-child .pc-navi-wrap {
  background-color: var(--color_primary);
  position: relative;
  padding: 30px 30px;
  width: fit-content;
}

.pc-dropdown .pc-navi-child .pc-navi-wrap::before {
  content: "";
  position: absolute;
  background: url(../images/share/pc-navi-child-deco.svg) center/contain no-repeat;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  height: 9px;
  width: 17px;
}

.pc-dropdown .pc-navi-child li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 2.5;
  width: 100%;
  white-space: nowrap;
  position: relative;
  padding-left: 15px;
}

.pc-dropdown .pc-navi-child li::before {
  content: "";
  position: absolute;
  background: #fff;
  top: 16px;
  left: 0;
  height: 6px;
  width: 6px;
  border-radius: 50%;
}

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

.pc-dropdown:hover .item-link {
  color: var(--color_primary);
}

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

.sp-navi {
  display: none;
}

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

  .pc-navi {
    display: none;
  }

  .pc-navi01,
  .pc-navi02,
  .pc-navi03 {
    display: none;
  }

  :root {
    --navi-background: #f5f5f5;
    --navi-border-color: #333;
    --navi-text-color: #333;
    --svg-stroke: #333;
    --menu-btn: #333;
    --navi-font: "游ゴシック 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 {
    display: flex;
    background: var(--navi-background);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 10000;
  }

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

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

  .sp-navi .sp-navi-btns .item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: var(--navi-text-color);
    text-decoration: none;
    height: 100%;
    padding: 7px 0;
  }

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

  .sp-navi .sp-navi-btns .item .img svg {
    object-fit: cover;
    height: 20px;
    margin-bottom: 5px;
    stroke: var(--svg-stroke);
  }

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

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

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

  .sp-navi .sp-menu-btn.is-open span:nth-of-type(1) {
    transform: translate(-50%, 6px) 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%, -6px) rotate(45deg);
  }

  .sp-navi .sp-navi-other .item+.item {
    margin: 15px 0 0;
  }

  .sp-navi .sp-navi-other .tel {
    text-align: center;
    color: #333;
    display: block;
    font-size: 23px;
    text-decoration: none;
    line-height: 1;
    margin: 0 0 10px;
  }

  .sp-navi .sp-navi-other .tel i {
    font-size: 15px;
  }

  .sp-navi .sp-navi-other .txt {
    text-align: center;
    font-size: 14px;
    line-height: 1;
  }

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

.page header,
.single header {
  color: #333;
}

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

.hero-img {
  object-fit: cover;
}

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

.hero-desc {
  position: absolute;
  left: 7.5%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 780px;
  width: 50%;
}

.hero-btn {
  position: fixed;
  right: 40px;
  bottom: 50px;
  transition: 0.3s;
  z-index: 99;
}

.hero-btn-wrap {
  width: 186px;
  height: 186px;
  background: rgba(255, 255, 255, 0.8);
  filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.35));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: 0.3s;
  padding-top: 10px;
  position: relative;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.hero-btn-wrap::before {
  content: "";
  position: absolute;
  background: url(../images/hero_btn_deco01.png) center/contain no-repeat;
  top: -6px;
  left: -5px;
  height: 54px;
  width: 54px;
}

.hero-btn-wrap::after {
  content: "";
  position: absolute;
  background: url(../images/hero_btn_deco02.png) center/contain no-repeat;
  bottom: 0;
  right: -16px;
  height: 66px;
  width: 38px;
}

.hero-btn-wrap:hover {
  transform: translateY(-10px);
}

.hero-btn-ttl {
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 5px;
}

.hero-btn-txt {
  font-size: 13px;
  padding-right: 20px;
  font-weight: 500;
  z-index: 1;
  display: inline-block;
  position: relative;
}

.hero-btn-txt::before {
  content: "";
  position: absolute;
  background: url(../images/share/icon_arrow_hero.svg) center/contain no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 9px;
  width: 13px;
}

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

  .hero-img img {
    height: 520px;
  }

  .hero-desc {
    width: 100%;
    max-width: 355px;
    left: 50%;
    transform: translateX(-50%);
    top: 52px;
  }

  .hero-ttl {
    font-size: 32px;
    display: inline-block;
  }

  .hero-btn {
    position: absolute;
    right: 22px;
    bottom: 22px !important;
  }

  .hero-btn-wrap {
    width: 145px;
    height: 145px;
  }

  .hero-btn-wrap::before {
    width: 42px;
    height: 42px;
  }

  .hero-btn-wrap::after {
    height: 51px;
    width: 30px;
  }

  .hero-btn-ttl {
    font-size: 15px;
  }

  .hero-btn-txt {
    font-size: 11px;
    padding-right: 15px;
  }

  .hero-btn-txt::before {
    height: 7px;
    width: 10px;
  }
}

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.t-ttl {
  margin-bottom: 75px;
}

.t-ttl .en {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 66px;
  color: #333333;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

.t-ttl .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
  position: relative;
  padding-left: 22px;
}

.t-ttl .jp::before {
  content: "";
  position: absolute;
  background: var(--color_primary);
  top: 8px;
  left: 0;
  border-radius: 50%;
  height: 11px;
  width: 11px;
}

.t-ttl .jp.color01::before {
  background: #FFA2A9;
}

.t-ttl .jp.color02::before {
  background: #53C6EF;
}

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

  .t-ttl .en {
    font-size: 45px;
  }

  .t-ttl .jp::before {
    top: 8px;
  }
}

/*------------
Block
--------------*/
.sec01 {
  padding: 260px 0 0;
  position: relative;
}

.sec01::before {
  content: "";
  position: absolute;
  background: url(../images/sec01_bg.jpg) center/cover no-repeat;
  top: 0;
  left: 0;
  height: calc(100% - 350px);
  width: 100%;
  z-index: -1;
}

.sec01-en {
  position: absolute;
  top: -130px;
  left: -90px;
}

.sec01-ttl {
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-bottom: 50px;
  margin-left: 40px;
}

.sec01-ttl .jp {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.65;
}

.sec01-ttl .sb-jp {
  font-size: 18px;
  color: #FF838C;
  margin-left: 30px;
  margin-bottom: 14px;
}

.sec01-layout {
  display: flex;
  flex-direction: row-reverse;
  margin-left: 40px;
  margin-bottom: 170px;
}

.sec01-layout .l-img {
  flex: 1;
  max-width: 715px;
  margin-right: -72px;
}

@media (max-width: 1600px) {
  .sec01-layout .l-img {
    margin-right: -30px;
  }
}

@media (max-width: 1280px) {
  .sec01-layout .l-img img {
    height: 310px;
    object-fit: cover;
  }
}

.sec01-layout .l-desc {
  width: 547px;
  margin-right: 11.43%;
  font-size: 16px;
}

@media (max-width: 1600px) {
  .sec01-layout .l-desc {
    margin-right: 5%;
  }
}

.sec01-layout .l-desc p+p {
  margin-top: 40px;
}

.sec01-layout .l-desc .sec01-txt01 {
  position: relative;
  padding-left: 125px;
  margin-top: 60px;
  font-size: 18px;
  font-weight: 500;
}

.sec01-layout .l-desc .sec01-txt01::before {
  content: "";
  position: absolute;
  background: #D0D0D0;
  top: 18px;
  left: 0;
  height: 1px;
  width: 105px;
}

.sec01 .splide__list img {
  height: 349px;
  object-fit: cover;
}

.sec02 {
  padding: 180px 0 175px;
  background: url(../images/sec02_bg.jpg) center/cover no-repeat;
}

.sec02-layout {
  display: flex;
}

.sec02-layout .l-img {
  margin-left: -30px;
  margin-right: -10px;
  width: 52.86%;
  max-width: 740px;
}

@media (max-width: 1300px) {
  .sec02-layout .l-img {
    width: 45%;
    margin-left: -20px;
  }
}

.sec02-layout .l-desc {
  flex: 1;
  margin-top: 45px;
  margin-left: 80px;
  font-size: 16px;
}

@media (max-width: 1560px) {
  .sec02-layout .l-desc {
    margin-left: 50px;
  }
}

.sec02-layout .l-desc-wrap {
  margin-left: 80px;
}

@media (max-width: 1560px) {
  .sec02-layout .l-desc-wrap {
    margin-left: 40px;
  }
}

.sec02-layout .l-desc p+p {
  margin-top: 30px;
}

.sec02-layout .l-desc .sec02-txt {
  margin-bottom: 60px;
}

.sec02-layout .l-ttl {
  font-size: 40px;
  margin-bottom: 75px;
  line-height: 1.65;
}

@media (max-width: 1280px) {
  .sec02-layout .l-ttl {
    font-size: 32px;
    margin-bottom: 50px;
  }
}

.sec02-layout .l-ttl .color01 {
  color: #6CCBEC;
}

.sec02-layout .l-ttl .color02 {
  color: #FFA2A9;
}

.sec03 {
  padding: 110px 0 0;
  position: relative;
}

.sec03::before {
  content: "";
  position: absolute;
  background: #F5F5F5;
  top: 0;
  left: 0;
  height: calc(100% - 125px);
  width: 80%;
  max-width: 1412px;
  z-index: -1;
}

.sec03-layout {
  display: flex;
}

.sec03-layout .l-desc {
  width: 380px;
}

.sec03-layout .l-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 140px;
}

@media (max-width: 1480px) {
  .sec03-layout .l-list {
    margin-left: 40px;
  }
}

.sec03-layout .l-list .list-item+.list-item {
  margin-top: 20px;
}

.sec03-layout .l-list .item-wrap {
  background: #FFA2A9;
  padding: 30px;
  display: flex;
  align-items: center;
}

.sec03-layout .l-list .list-item {
  padding-right: 60px;
}

.sec03-layout .l-list .list-item:nth-child(2) {
  padding-right: 0;
  padding-left: 60px;
}

.sec03-layout .l-list .list-item:nth-child(2) .item-wrap {
  background: #53C6EF;
}

.sec03-layout .l-list .list-item:nth-child(2) .item-img .num {
  color: #53C6EF;
}

.sec03-layout .l-list .list-item:nth-child(3) .item-wrap {
  background: var(--color_primary);
}

.sec03-layout .l-list .list-item:nth-child(3) .item-img .num {
  color: var(--color_primary);
}

.sec03-layout .l-list .item-img {
  width: 255px;
  position: relative;
}

.sec03-layout .l-list .item-img .num {
  position: absolute;
  top: -17px;
  right: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-family: "Playwrite DE LA", cursive;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-right: 5px;
  padding-top: 5px;
  background: url(../images/sec03_num_bg.png) center/contain no-repeat;
  width: 60px;
  height: 60px;
  color: #FFA2A9;
}

.sec03-layout .l-list .item-desc {
  flex: 1;
  color: #fff;
  margin-left: 65px;
}

@media (max-width: 1480px) {
  .sec03-layout .l-list .item-desc {
    margin-left: 45px;
  }
}

.sec03-layout .l-list .item-ttl {
  font-size: 26px;
  margin-bottom: 25px;
}

.sec04 {
  padding: 170px 0 190px;
  position: relative;
}

.sec04::before {
  content: "";
  position: absolute;
  background: url(../images/sec04_bg_deco.png) center/contain no-repeat;
  top: 105px;
  right: 0;
  height: 453px;
  width: 1143px;
  z-index: -1;
}

.sec04-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 110px;
}

.sec04-ttl .t-ttl {
  width: 200px;
  margin-bottom: 0;
}

.sec04-ttl .sec04-txt {
  flex: 1;
  margin-left: 120px;
  font-size: 15px;
}

.sec04-list {
  display: flex;
  margin-right: 30px;
}

.sec04-list+.sec04-list {
  margin-top: 70px;
}

.sec04-list.right {
  justify-content: flex-end;
  margin-right: 0;
  margin-left: 30px;
}

.sec04-list>li {
  width: calc(33.3333333333% - 40px);
  max-width: 380px;
}

.sec04-list>li:not(:last-child) {
  margin-right: 60px;
}

@media (max-width: 1500px) {
  .sec04-list>li:not(:last-child) {
    margin-right: 20px;
  }
}

.sec04-list .list-item {
  display: block;
  transition: 0.3s;
}

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

.sec04-list .l-img {
  position: relative;
}

.sec04-list .l-img::before {
  content: "";
  position: absolute;
  background: url(../images/sec04_arrow.png) center/contain no-repeat;
  bottom: 25px;
  right: 25px;
  height: 40px;
  width: 60px;
}

.sec04-list .l-name {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 20px 10px;
  writing-mode: vertical-rl;
  z-index: 1;
}

@media (max-width: 1350px) {
  .sec04-list .l-name {
    padding: 15px 5px;
  }
}

@media (max-width: 1150px) {
  .sec04-list .l-name {
    padding: 20px 15px 20px 5px;
    background: #fff;
  }
}

.sec04-list .l-name .l-ttl {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1;
}

@media (max-width: 1350px) {
  .sec04-list .l-name .l-ttl {
    font-size: 22px;
  }
}

@media (max-width: 1150px) {
  .sec04-list .l-name .l-ttl {
    font-size: 20px;
  }
}

.sec04-list .l-name .l-en {
  color: #FFA2A9;
  font-size: 13px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  line-height: 1;
  letter-spacing: 0.075em;
}

@media (max-width: 1350px) {
  .sec04-list .l-name .l-en {
    font-size: 12px;
  }
}

@media (max-width: 1150px) {
  .sec04-list .l-name .l-en {
    font-size: 11px;
  }
}

.sec05 {
  position: relative;
}

.sec05::before {
  content: "";
  position: absolute;
  background: var(--color_primary);
  top: 105px;
  right: 0;
  height: 773px;
  max-width: 793px;
  width: 40%;
  z-index: -1;
}

.sec05-layout {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 125px;
}

.sec05-layout .l-img {
  margin-right: -130px;
  margin-left: -60px;
  max-width: 888px;
  width: 63.43%;
}

@media (max-width: 1670px) {
  .sec05-layout .l-img {
    margin-right: -20px;
    margin-left: -30px;
  }
}

@media (max-width: 1510px) {
  .sec05-layout .l-img {
    margin-left: 30px;
    width: 57%;
  }
}

.sec05-layout .l-img img {
  min-height: 560px;
  object-fit: cover;
}

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

.sec05-txt {
  margin-bottom: 70px;
}

.sec05 .splide__list img {
  height: 358px;
  object-fit: cover;
}

.sec05-loop {
  position: relative;
  padding: 34px 0;
}

.sec05-loop-desc {
  position: absolute;
  left: 7.78%;
  top: 0;
  width: 425px;
  height: 425px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 10px;
  z-index: 1;
  font-size: 15px;
}

.sec05-loop-desc .loop-ttl {
  font-size: 30px;
  color: var(--color_primary);
  font-weight: 600;
  margin-bottom: 25px;
}

.sec05-en {
  position: absolute;
  top: 0;
  left: -20px;
}

.sec06 {
  padding: 155px 0 170px;
  background: url(../images/sec06_bg.jpg) center/cover no-repeat;
}

.sec06-ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}

.sec06-ttl .t-ttl {
  margin-bottom: 0;
}

.sec06 .cutoff-slider-wrap {
  width: 100%;
  padding: 0 0 100px;
  position: relative;
  overflow: hidden;
}

.sec06 .cutoff-slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 11.11%;
}

.sec06 .cutoff-slider::after {
  content: "";
  width: 11.11%;
  height: 101%;
  position: absolute;
  top: -1px;
  left: 0;
  background: #fff;
  z-index: 2;
}

.sec06 .cutoff-slider .splide {
  width: 311px;
  position: static;
}

.sec06 .cutoff-slider .splide img {
  width: 311px;
  height: 387px;
  object-fit: cover;
}

.sec06 .cutoff-slider .splide .splide__track {
  overflow: visible;
}

.sec06 .cutoff-slider .splide .splide__arrows {
  position: absolute;
  right: 11.11%;
  bottom: -100px;
  display: flex;
  justify-content: center;
  width: 130px;
  z-index: 5;
}

.sec06 .cutoff-slider .splide .splide__arrow {
  background: var(--color_primary);
  border: none;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  position: relative;
  transform: none;
  opacity: 1;
  transition: 0.3s;
}

.sec06 .cutoff-slider .splide .splide__arrow:hover:not(:disabled) {
  background: #DBDBDB;
}

.sec06 .cutoff-slider .splide .splide__arrow:hover:not(:disabled)::before {
  background: url(../images/icon_sec06_arrow_b.svg) center/contain no-repeat;
}

.sec06 .cutoff-slider .splide .splide__arrow::before {
  content: "";
  position: absolute;
  background: url(../images/icon_sec06_arrow_w.svg) center/contain no-repeat;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  height: 16px;
  width: 9px;
}

.sec06 .cutoff-slider .splide .splide__arrow::after {
  display: none;
}

.sec06 .cutoff-slider .splide .splide__arrow svg {
  width: 50%;
  height: 50%;
  opacity: 0;
}

.sec06 .cutoff-slider .splide .splide__arrow--prev {
  position: relative;
  left: auto;
}

.sec06 .cutoff-slider .splide .splide__arrow--prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.sec06 .cutoff-slider .splide .splide__arrow--next {
  position: relative;
  left: auto;
  right: auto;
  margin-left: 15px;
}

.sec06 .card-link {
  display: block;
  position: relative;
  transition: 0.3s;
}

.sec06 .card-link:hover {
  opacity: 0.7;
}

.sec06 .card-desc {
  position: absolute;
  left: 21px;
  bottom: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sec06 .card-desc .job {
  padding: 8px 9px;
  background: #53C6EF;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
}

.sec06 .card-desc .name {
  background: #fff;
  padding: 6px 9px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.sec07 {
  padding-bottom: 170px;
}

.sec07 .tab-area {
  display: flex;
  margin-bottom: 60px;
}

.sec07 .tab-area .sec07-ttl {
  width: 220px;
}

.sec07 .tab-area .tab-panel-area {
  flex: 1;
  margin-left: 140px;
}

@media (max-width: 1420px) {
  .sec07 .tab-area .tab-panel-area {
    margin-left: 40px;
  }
}

.sec07 [data-tab-content] {
  display: none;
}

.sec07 [data-tab-content].is-active {
  display: block;
}

.sec07 .tab-list {
  display: grid;
  grid-template-columns: 1fr;
}

.sec07 .tab-nav-item {
  display: block;
  cursor: pointer;
  color: #A3A3A3;
  font-size: 17px;
  padding: 14px 0;
  border-bottom: 1px solid #CECECE;
  transition: all 0.2s ease;
  position: relative;
}

.sec07 .tab-nav-item::before {
  content: "";
  position: absolute;
  background: url(../images/icon_tab_w.svg) center/contain no-repeat;
  top: 25px;
  right: 10px;
  height: 14px;
  width: 7px;
}

.sec07 .tab-nav-item:hover {
  opacity: 0.7;
}

.sec07 .tab-nav-item.is-active {
  border-bottom: 1px solid var(--color_primary);
  color: var(--color_primary);
}

.sec07 .tab-nav-item.is-active::before {
  background: url(../images/icon_tab_o.svg) center/contain no-repeat;
}

.sec07 .tab-content.is-active {
  animation: tabFadeIn 0.7s ease 0s 1 normal;
}

@keyframes tabFadeIn {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }

  100% {
    opacity: 1;
  }
}

.sec07 .btn-more {
  width: 180px;
}

.sec08-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.sec08-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url(../images/sec08_01.jpg) center/cover no-repeat;
  height: 450px;
  transition: 0.3s;
}

.sec08-item:hover {
  opacity: 0.8;
}

.sec08-item:last-child {
  background: url(../images/sec08_02.jpg) center/cover no-repeat;
}

.sec08-ttl {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 70px;
  position: relative;
  color: #fff;
}

.sec08-ttl::before {
  content: "";
  position: absolute;
  background: url(../images/sec08_arrow.svg) center/contain no-repeat;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  width: 60px;
}

.sec08-ttl .en {
  font-size: 18px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}

.sec08-ttl .jp {
  font-size: 38px;
  font-weight: 600;
}

.sec09 {
  padding: 150px 0;
  background: url(../images/sec09_bg.jpg) center/cover no-repeat;
}

.sec09-wrap {
  padding: 110px 30px;
  background: #fff;
  position: relative;
}

.sec09-wrap::before {
  content: "";
  position: absolute;
  background: url(../images/sec09_deco.png) center/contain no-repeat;
  bottom: 110px;
  left: -128px;
  height: 278px;
  width: 278px;
}

.sec09-en {
  position: absolute;
  top: -20px;
  left: 20px;
}

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

.sec09-ttl .sb {
  font-size: 17px;
  font-weight: 600;
}

.sec09-ttl .main {
  font-size: 36px;
  font-weight: 600;
  color: #FFA2A9;
  margin-bottom: 30px;
}

.sec09-ttl .main .color01 {
  color: var(--color_primary);
}

.sec09-txt {
  text-align: center;
  font-size: 15px;
  padding-bottom: 140px;
  position: relative;
}

.sec09-txt::before {
  content: "";
  position: absolute;
  background: url(../images/sec09_deco02.png) center/contain no-repeat;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  height: 53px;
  width: 133px;
}

.sec09-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}

.sec09-tel .txt {
  font-size: 15px;
  margin-right: 20px;
}

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

.sec09-btn {
  max-width: 400px;
  width: 100%;
  background: var(--color_primary);
  color: #fff;
  font-weight: 600;
  height: 80px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  border-radius: 40px;
}

.sec09-btn:last-child {
  background: #53C6EF;
  margin-left: 30px;
}

.sec09-btn span {
  position: relative;
  padding-right: 28px;
}

.sec09-btn span::before {
  content: "";
  position: absolute;
  background: url(../images/share/icon_btn_arrow_w.svg) center/contain no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 11px;
  width: 16px;
}

.sec09-btn:hover {
  opacity: 0.7;
}

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

  .sec01::before {
    background: url(../images/sec01_bg_sp.jpg) center/cover no-repeat;
    height: calc(100% - 150px);
    z-index: -2;
  }

  .sec01::after {
    content: "";
    position: absolute;
    background: url(../images/sec01_deco.png) center/contain no-repeat;
    top: 400px;
    right: 30px;
    height: 101.75px;
    width: 257px;
    z-index: -1;
  }

  .sec01-en {
    position: absolute;
    top: -80px;
    left: -20px;
    width: 180px;
  }

  .sec01-ttl {
    display: block;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .sec01-ttl .jp {
    display: block;
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .sec01-ttl .sb-jp {
    display: block;
    font-size: 16px;
    margin-left: 0;
    margin-bottom: 0;
  }

  .sec01-layout {
    display: block;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .sec01-layout .l-img {
    margin-right: 0;
    margin-bottom: 30px;
    max-width: none;
  }

  .sec01-layout .l-img img {
    height: auto;
  }

  .sec01-layout .l-desc {
    width: 100%;
    margin-right: 0;
  }

  .sec01-layout .l-desc p+p {
    margin-top: 15px;
  }

  .sec01-layout .l-desc .sec01-txt01 {
    position: relative;
    padding-left: 50px;
    font-size: 16px;
    margin-top: 30px;
  }

  .sec01-layout .l-desc .sec01-txt01::before {
    top: 15px;
    width: 40px;
  }

  .sec01 .splide__list img {
    height: 150px;
    object-fit: cover;
  }

  .sec02 {
    padding: 50px 0;
    background: url(../images/sec02_bg.jpg) center/cover no-repeat;
  }

  .sec02-layout {
    display: block;
  }

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

  .sec02-layout .l-desc {
    margin-top: 0;
    margin-left: 0;
  }

  .sec02-layout .l-desc-wrap {
    margin-left: 0;
  }

  .sec02-layout .l-desc p+p {
    margin-top: 15px;
  }

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

  .sec02-layout .l-ttl {
    font-size: 23px;
    margin-bottom: 30px;
    line-height: 1.5;
  }

  .sec03 {
    padding: 50px 0 0;
  }

  .sec03-layout {
    display: block;
  }

  .sec03-layout .l-desc {
    width: 100%;
    margin-bottom: 30px;
  }

  .sec03-layout .l-list {
    display: block;
    margin-left: 0;
  }

  .sec03-layout .l-list .list-item+.list-item {
    margin-top: 20px;
  }

  .sec03-layout .l-list .item-wrap {
    background: #FFA2A9;
    padding: 25px;
    display: block;
  }

  .sec03-layout .l-list .list-item {
    padding-right: 0;
  }

  .sec03-layout .l-list .list-item:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
  }

  .sec03-layout .l-list .item-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .sec03-layout .l-list .item-img .num {
    right: -20px;
  }

  .sec03-layout .l-list .item-desc {
    margin-left: 0;
  }

  .sec03-layout .l-list .item-ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .sec04 {
    padding: 50px 0;
  }

  .sec04::before {
    top: 300px;
    height: 113.25px;
    width: 285.75px;
    z-index: -1;
  }

  .sec04-ttl {
    display: block;
    margin-bottom: 50px;
  }

  .sec04-ttl .t-ttl {
    width: 100%;
    margin-bottom: 30px;
  }

  .sec04-ttl .sec04-txt {
    width: 100%;
    margin-left: 0;
  }

  .sec04-list {
    display: block;
    margin-right: 0;
  }

  .sec04-list+.sec04-list {
    margin-top: 20px;
  }

  .sec04-list.right {
    margin-left: 0;
  }

  .sec04-list>li {
    width: 100%;
    max-width: none;
  }

  .sec04-list>li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .sec04-list .l-name {
    background: none;
    width: 25.26%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 0;
  }

  .sec04-list .l-name .l-ttl {
    font-size: 6vw;
    margin-left: 5%;
  }

  .sec04-list .l-name .l-en {
    font-size: 3.5vw;
    line-height: 1.3;
  }

  .sec05 {
    position: relative;
  }

  .sec05::before {
    content: "";
    position: absolute;
    background: var(--color_primary);
    top: 105px;
    right: 0;
    height: 773px;
    max-width: 793px;
    width: 40%;
    z-index: -1;
  }

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

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

  .sec05-layout .l-img img {
    min-height: auto;
  }

  .sec05-layout .l-desc {
    width: 100%;
  }

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

  .sec05 .splide__list img {
    height: 180px;
  }

  .sec05-loop {
    padding: 280px 0 27px;
  }

  .sec05-loop-desc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 300px;
    height: 300px;
    padding-bottom: 0;
    font-size: 16px;
    border: 1px solid var(--color_primary);
  }

  .sec05-loop-desc .loop-ttl {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .sec05-en {
    top: -15px;
    left: 20px;
    width: 220px;
  }

  .sec06 {
    padding: 50px 0;
  }

  .sec06-ttl {
    display: block;
    margin-bottom: 40px;
  }

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

  .sec06 .cutoff-slider-wrap {
    padding: 0;
  }

  .sec06 .cutoff-slider-wrap::before {
    width: 80%;
  }

  .sec06 .cutoff-slider-wrap::after {
    width: 5%;
  }

  .sec06 .cutoff-slider {
    padding-left: 0;
    margin-bottom: 30px;
  }

  .sec06 .cutoff-slider::after {
    width: 2.4%;
    height: calc(100% - 59px);
  }

  .sec06 .cutoff-slider .splide {
    width: 100%;
    position: relative;
    padding-left: calc(4% - 1px);
    padding-bottom: 60px;
  }

  .sec06 .cutoff-slider .splide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sec06 .cutoff-slider .splide .splide__arrows {
    left: auto;
    right: 20px;
    bottom: 0;
    width: 90px;
  }

  .sec06 .cutoff-slider .splide .splide__arrow {
    width: 40px;
    height: 40px;
  }

  .sec06 .cutoff-slider .splide .splide__arrow--next {
    margin-left: 10px;
  }

  .sec06 .cutoff-slider .splide__progress {
    width: 170px;
    bottom: 10px;
  }

  .sec06 .cutoff-slider .splide__progress .num {
    font-size: 18px;
  }

  .sec06 .cutoff-slider .splide__progress .bar {
    width: 100px;
    height: 3px;
  }

  .sec06 .cutoff-slider .splide__progress .bar .bar-inr {
    height: 3px;
  }

  .sec06 .card-desc {
    left: 15px;
    bottom: 15px;
  }

  .sec06 .card-desc .job {
    padding: 5px 5px;
    font-size: 13px;
  }

  .sec06 .card-desc .name {
    padding: 5px 5px;
  }

  .sec07 {
    padding-bottom: 50px;
  }

  .sec07 .tab-area {
    display: block;
    margin-bottom: 30px;
  }

  .sec07 .tab-area .sec07-ttl {
    width: 100%;
    margin-bottom: 30px;
  }

  .sec07 .tab-area .tab-panel-area {
    flex: 1;
    margin-left: 0;
  }

  .sec07 .btn-more {
    width: 100%;
  }

  .sec08-wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .sec08-item {
    height: 250px;
  }

  .sec08-ttl {
    padding-bottom: 70px;
  }

  .sec08-ttl .en {
    font-size: 16px;
  }

  .sec08-ttl .jp {
    font-size: 28px;
  }

  .sec09 {
    padding: 50px 0;
  }

  .sec09-wrap {
    padding: 50px 20px 30px;
    position: relative;
  }

  .sec09-wrap::before {
    content: "";
    position: absolute;
    background: url(../images/sec09_deco.png) center/contain no-repeat;
    bottom: 160px;
    left: -60px;
    height: 92.6666666667px;
    width: 92.6666666667px;
  }

  .sec09-en {
    position: absolute;
    top: -25px;
    left: 10px;
    width: 150px;
  }

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

  .sec09-ttl .sb {
    font-size: 16px;
  }

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

  .sec09-txt {
    text-align: left;
    padding-bottom: 60px;
  }

  .sec09-txt::before {
    bottom: 20px;
    height: 26.5px;
    width: 66.5px;
  }

  .sec09-tel {
    display: block;
    text-align: center;
    margin-bottom: 35px;
  }

  .sec09-tel .txt {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .sec09-btn-wrap {
    display: block;
  }

  .sec09-btn {
    max-width: 100%;
    width: 100%;
    height: 50px;
    font-size: 16px;
  }

  .sec09-btn:last-child {
    margin-left: 0;
    margin-top: 15px;
  }
}

/*------------
Post
--------------*/
/*ブログ*/
.list-top-blog01,
.list-top-blog02 {
  display: flex;
}

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

.list-top-blog01 .list-item a,
.list-top-blog02 .list-item a {
  display: block;
}

.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-item:not(:last-child),
.list-top-blog02 .list-item:not(:last-child) {
  margin-right: 50px;
}

@media (max-width: 1280px) {

  .list-top-blog01 .list-item:not(:last-child),
  .list-top-blog02 .list-item:not(:last-child) {
    margin-right: 30px;
  }
}

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

.list-top-blog01 .list-img img,
.list-top-blog02 .list-img img {
  width: 100%;
  height: 230px;
  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;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.list-top-blog01 time,
.list-top-blog02 time {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 800px) {

  /*ブログ*/
  .list-top-blog02 {
    display: flex;
    grid-gap: 0;
    flex-wrap: nowrap;
    margin: 0 -5vw 0 0;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 5vw);
    overflow-x: auto;
  }

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

  .list-top-blog02 .list-item:not(:last-child) {
    margin-right: 20px;
  }

  .list-top-blog02 .list-img img {
    height: 150px;
  }
}

/*------------
下層ページタイトル
--------------*/
.page-ttl {
  width: 100%;
  margin-top: 90px;
  background: url(../images/under/h1_bg.png) left/cover no-repeat;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 550px;
  min-height: 550px;
  padding: 50px 5%;
}

.page-ttl-main {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 70px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.page-ttl-sub {
  display: block;
  font-size: 17px;
  color: #A2A2A2;
  font-weight: 600;
  letter-spacing: 0.075em;
}

@media (max-width: 800px) {
  .page-ttl {
    padding: 30px 5%;
    height: 180px;
    min-height: 180px;
    background-position: 25% 50%;
  }

  .page-ttl-main {
    font-size: 35px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
  }

  .page-ttl-sub {
    font-size: 20px;
  }
}


.category-ttl {
  padding-bottom: 1rem;
}

.list-under-post {
  border-top: 1px solid #dfdfdf;
  margin-bottom: 50px;
}

.list-under-post>li {
  border-bottom: 1px solid #dfdfdf;
}

.list-under-post a {
  display: flex;
  transition: background-color 0.3s, padding 0.3s;
  padding: 15px 35px 15px 0;
  position: relative;
}

.list-under-post a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}

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

.list-under-post .list-img {
  width: 150px;
  margin-right: 25px;
}

.list-under-post .list-img img {
  object-fit: cover;
  width: 100%;
  height: 105px;
}

.list-under-post .list-desc {
  flex: 1;
  font-size: 0.9rem;
}

.list-under-post time {
  display: block;
  color: #ADADAD;
  font-size: 0.8rem;
}

.list-under-post .list-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.list-under-post .category {
  display: inline-block;
  background-color: var(--color_primary);
  border: 1px solid #fff;
  color: #fff;
  font-size: .75rem;
  padding: 0 5px;
  margin-right: 10px;
}

.list-under-post .no-post {
  padding: 25px 0;
}

@media (max-width: 800px) {

  .list-under-post a {
    padding: 20px 25px 20px 0;
  }

  .list-under-post a::before {
    right: 0;
  }

  .list-under-post a:hover {
    background-color: transparent;
  }

  .list-under-post .list-img {
    width: 120px;
    margin-right: 20px;
  }

  .list-under-post .list-img img {
    height: 90px;
  }

  .list-under-post .list-desc {
    flex: 1;
  }

  .list-under-post time {
    font-size: 10px;
  }

  .list-under-post .list-ttl {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .list-under-post .category {
    font-size: 10px;
  }

  .list-under-post .no-post {
    padding: 25px 0;
  }

}

/*詳細ページ*/
.single-post-layout {
  display: flow-root;
  border-bottom: 3px solid #dfdfdf;
  padding-bottom: 50px;
  margin-bottom: 50px;
  max-width: 800px;
  margin: 0 auto 50px;
}

.single-post-layout .l-ttl {
  border-bottom: 3px solid #dfdfdf;
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.single-post-layout .post-data {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.single-post-layout .post-data time {
  display: inline-block;
  color: #98918c;
  font-size: .8rem;
  margin-right: 20px;
}

.single-post-layout .post-data .category {
  display: inline-block;
  background-color: var(--color_primary);
  border: 1px solid #fff;
  color: #fff;
  font-size: 11px;
  padding: 0 5px;
  margin-right: 10px;
}

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

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

.post-number-single .all {
  background: var(--color_primary);
  border: 1px solid var(--color_primary);
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  max-width: 200px;
  margin: 0 10px;
  height: 30px;
  width: 100%;
}

.post-number-single .all:hover {
  background: #fff;
  color: var(--color_primary);
}

.post-number-single .prev,
.post-number-single .next {
  border: 1px solid var(--color_primary);
  width: 30px;
  height: 30px;
  position: relative;
}

.post-number-single .prev::before,
.post-number-single .next::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 1px solid var(--color_primary);
  margin: 0 auto;
  top: 12px;
}

.post-number-single .prev:hover,
.post-number-single .next:hover {
  background: var(--color_primary);
}

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

.post-number-single .prev::before {
  transform: rotate(-135deg);
  left: 13px;
  border-left: 1px solid var(--color_primary);
}

.post-number-single .next::before {
  transform: rotate(135deg);
  right: 13px;
  border-right: 1px solid var(--color_primary);
}


/*------------
下層ページ見出し
--------------*/
.u-h2,
.post-category-ttl,
.postdata h1 {
  font-size: 28px;
  position: relative;
  padding-top: 30px;
  margin-bottom: 50px;
}

.u-h2::before,
.post-category-ttl::before,
.postdata h1::before {
  content: "";
  background: url(../images/under/h2_ttldeco.svg);
  width: 49px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
}

.u-h3,
.post-ttl,
.postdata h2 {
  font-size: 21px;
  color: #FFA2A9;
  background-color: #FFF4F5;
  padding: 8px 17px;
  margin-bottom: 30px;
}

.u-h4,
.postdata h3 {
  font-size: 18px;
  color: #53C6EF;
  margin-bottom: 26px;
}

@media (max-width: 800px) {

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

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

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

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

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

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

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

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

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

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

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

.tall.bg01 {
  background: #F5F5F5;
}

.tall.bg02 {
  background: #fff2f9;
}

.tall.bg03 {
  background: #eafbff;
}

.tall.bg04 {
  background: url(../images/sec02_bg.jpg) center / cover no-repeat;
}

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

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

.list-disc li:before {
  content: "";
  background: var(--color_primary);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
}

@media (max-width: 800px) {
  .list-disc li:before {
    top: 12px;
  }
}

.u-contents-wrap {
  display: flex;
}

.u-contents-wrap .side-menu {
  position: absolute;
  top: 70px;
  left: 30px;
  transition-property: padding, left, right, opacity, background-color;
  /* topを除外 */
  width: 330px;
}

.u-contents-wrap .side-menu .u-logo {
  margin-bottom: 40px;
  width: 244px;
}

.u-contents-wrap .side-menu .u-contact {
  margin-bottom: 55px;
}

.u-contents-wrap .side-menu .u-contact .u-txt {
  margin-bottom: 10px;
}

.u-contents-wrap .side-menu .u-contact .tel {
  padding-left: 34px;
}

.u-contents-wrap .side-menu .u-contact .tel::before {
  background: url(../images/under/tel.svg) center/contain no-repeat;
  width: 27px;
  height: 27px;
  top: 60%;
}

.u-contents-wrap .side-menu .list-disc li {
  padding-left: 20px;
  line-height: 2.7;
  font-weight: 500;
}

.u-contents-wrap .side-menu .list-disc li::before {
  background: #FFA2A9;
  width: 7px;
  height: 7px;
  top: 18px;
}

.u-contents-wrap .side-menu.is-fixed {
  position: fixed;
  top: 100px;
  z-index: 9999;
}

.u-contents-wrap .u-content-left {
  width: 360px;
  position: relative;
}

.u-contents-wrap .u-content-right {
  flex: 1;
}

@media (max-width: 1150px) {
  .u-contents-wrap {
    display: block;
  }

  .u-contents-wrap .side-menu {
    padding: 50px 0 0;
    max-width: 1024px;
    width: 90%;
    margin: 0 auto;
    position: static !important;
  }

  .u-contents-wrap .side-menu.is-fixed {
    position: static;
  }

  .u-contents-wrap .side-menu .u-logo {
    margin-bottom: 20px;
  }

  .u-contents-wrap .side-menu .u-contact {
    margin-bottom: 30px;
  }

  .u-contents-wrap .side-menu .list-disc li {
    line-height: 2;
  }

  .u-contents-wrap .side-menu .list-disc li::before {
    width: 5px;
    height: 5px;
    top: 13px;
  }

  .u-contents-wrap .u-content-left {
    width: 100%;
  }

  .u-contents-wrap .u-content-right {
    flex: 1;
  }
}

.u-boxstyle01 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.u-boxstyle01 .item {
  position: relative;
  padding-top: 32px;
}

.u-boxstyle01 .item+.item {
  margin-top: 30px;
}

.u-boxstyle01 .item:nth-child(2n-1) {
  margin-right: 210px;
}

@media (max-width: 1650px) {
  .u-boxstyle01 .item:nth-child(2n-1) {
    margin-right: 35px;
  }
}

.u-boxstyle01 .en-ttl {
  position: absolute;
  top: 0;
  left: -15px;
  color: #FFA2A9;
  font-size: 28px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}

.u-boxstyle01 .en-ttl .num {
  font-size: 50px;
  margin-left: 20px;
  line-height: 1;
}

.u-boxstyle01 .box-ttl {
  font-size: 21px;
  background: url(../images/under/u-parts_bg01.jpg);
  min-width: 780px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1650px) {
  .u-boxstyle01 .box-ttl {
    min-width: 700px;
  }
}

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

  .u-boxstyle01 .item {
    padding-top: 20px;
  }

  .u-boxstyle01 .item+.item {
    margin-top: 20px;
  }

  .u-boxstyle01 .item:nth-child(2n-1) {
    margin-right: 0;
  }
}

@media (max-width: 800px) and (max-width: 1650px) {
  .u-boxstyle01 .item:nth-child(2n-1) {
    margin-right: 0;
  }
}

@media (max-width: 800px) {
  .u-boxstyle01 .en-ttl {
    left: -10px;
    font-size: 20px;
  }

  .u-boxstyle01 .en-ttl .num {
    font-size: 30px;
    margin-left: 5px;
  }

  .u-boxstyle01 .box-ttl {
    font-size: 20px;
    min-width: initial;
    height: 60px;
  }
}

.u-layout01 {
  display: flex;
}

.u-layout01+.u-layout01 {
  margin-top: 40px;
}

.u-layout01 .l-desc {
  flex: 1;
  margin-left: 60px;
  background: #FFF4F4;
  padding: 50px 60px;
  position: relative;
}

.u-layout01 .l-desc::before {
  content: "";
  position: absolute;
  background: url(../images/under/u-parts_deco01.svg) center/contain no-repeat;
  width: 35px;
  height: 20px;
  top: 50px;
  left: -35px;
}

.u-layout01.reverse {
  flex-direction: row-reverse;
}

.u-layout01.reverse .l-desc {
  margin-left: 0;
  margin-right: 60px;
  background: #ECF8FC;
}

.u-layout01.reverse .l-desc::before {
  background: url(../images/under/u-parts_deco02.svg) center/contain no-repeat;
  width: 35px;
  height: 20px;
  left: 100%;
}

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

  .u-layout01+.u-layout01 {
    margin-top: 30px;
  }

  .u-layout01 .l-img {
    margin-bottom: 30px;
    text-align: center;
  }

  .u-layout01 .l-desc {
    margin-left: 0;
    padding: 20px;
  }

  .u-layout01 .l-desc::before {
    width: 35px;
    height: 15px;
    top: -18px;
    left: 141px;
    transform: rotate(90deg);
  }

  .u-layout01.reverse .l-desc {
    margin-right: 0;
  }

  .u-layout01.reverse .l-desc::before {
    height: 15px;
    left: 141px;
    transform: rotate(270deg);
  }
}

.u-flowstyle01>li {
  display: grid;
  grid-template-columns: 170px 1fr;
  grid-gap: 20px;
  align-items: flex-start;
  position: relative;
  padding-bottom: 40px;
}

.u-flowstyle01>li:not(:last-child)::after {
  content: "";
  border-left: 1px dotted #535353;
  position: absolute;
  top: 28px;
  bottom: -10px;
  left: 9px;
  z-index: -1;
}

.u-flowstyle01>li.type01 .flow-num::before {
  background: #53C6EF;
}

.u-flowstyle01>li.type01 .flow-box {
  border: 1px solid #53C6EF;
}

.u-flowstyle01>li.type02 .flow-num::before {
  background: var(--color_primary);
}

.u-flowstyle01>li.type02 .flow-box {
  border: 1px solid var(--color_primary);
}

.u-flowstyle01>li.type03 .flow-num::before {
  background: #FFA2A9;
}

.u-flowstyle01>li.type03 .flow-box {
  border: 1px solid #FFA2A9;
}

.u-flowstyle01 .flow-num {
  font-size: 24px;
  font-weight: 600;
  padding-left: 40px;
  line-height: 1.5;
  position: relative;
}

.u-flowstyle01 .flow-num::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.u-flowstyle01 .flow-box {
  display: flex;
  flex-direction: row-reverse;
  padding: 30px;
}

.u-flowstyle01 .flow-box .flow-img {
  width: 32.3%;
}

.u-flowstyle01 .flow-box .flow-desc {
  flex: 1;
  margin-right: 30px;
}

.u-flowstyle01 .flow-ttl {
  font-size: 18px;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .u-flowstyle01>li {
    display: block;
    padding-bottom: 20px;
  }

  .u-flowstyle01>li:not(:last-child)::after {
    top: 20px;
    bottom: -20px;
    left: 7px;
    z-index: -1;
  }

  .u-flowstyle01 .flow-num {
    font-size: 16px;
    padding-left: 20px;
  }

  .u-flowstyle01 .flow-num::before {
    top: 5px;
    width: 15px;
    height: 15px;
  }

  .u-flowstyle01 .flow-box {
    display: block;
    padding: 20px;
    margin: 10px 0 0 20px;
  }

  .u-flowstyle01 .flow-box .flow-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .u-flowstyle01 .flow-box .flow-desc {
    margin-right: 0;
  }

  .u-flowstyle01 .flow-ttl {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

.u-layout02 {
  position: relative;
  padding-bottom: 50px;
}

.u-layout02-inr {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 90.3%;
  margin: 0 auto;
}

.u-layout02-inr .l-img {
  width: 35.7%;
}

.u-layout02-inr .l-desc {
  flex: 1;
}

.u-layout02-inr .l-desc .l-ttl {
  font-size: 30px;
  margin-bottom: 40px;
}

.u-layout02-inr .l-desc .num {
  font-family: "Playwrite DE LA", cursive;
  font-size: 21px;
  background: var(--color_primary);
  border-radius: 30px 30px 30px 3px;
  color: #fff;
  padding: 13px 19px 10px 13px;
  margin-right: 20px;
  letter-spacing: 0.1em;
}

.u-layout02-inr .l-desc .job {
  margin-bottom: 50px;
}

.u-layout02-inr .l-desc .name {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

.u-layout02-inr .l-desc .kana {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  margin-left: 30px;
  color: var(--color_primary);
  font-size: 13px;
}

.u-layout02-inr .l-desc .year {
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.u-layout02-inr .l-desc .l-cacth {
  color: #fff;
  font-weight: 600;
  font-size: 23px;
  line-height: 2.5;
}

.u-layout02-inr .l-desc .l-cacth span {
  background: #53C6EF;
  padding: 7px 14px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.u-layout02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F5F5F5;
  width: 100%;
  height: 48%;
  z-index: -1;
}

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

  .u-layout02-inr {
    display: block;
  }

  .u-layout02-inr .l-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .u-layout02-inr .l-desc {
    flex: 1;
  }

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

  .u-layout02-inr .l-desc .num {
    font-size: 18px;
    padding: 10px 15px 10px 10px;
  }

  .u-layout02-inr .l-desc .job {
    margin-bottom: 30px;
  }

  .u-layout02-inr .l-desc .name {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .u-layout02-inr .l-desc .l-cacth {
    font-size: 18px;
  }

  .u-layout02-inr .l-desc .l-cacth span {
    padding: 6px;
  }

  .u-layout02::before {
    height: 70%;
  }
}

.l-style01 {
  display: flex;
}

.l-style01 .l-img {
  flex: 1;
  margin-right: 50px;
}

.l-style01 .l-img.small {
  flex: 0.5;
}

.l-style01 .l-img.large {
  margin: 0 7.5% 0 -10%;
  position: relative;
}

.l-style01 .u-slider02 {
  width: 45%;
  padding: 0;
}

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

.l-style02 {
  display: flex;
  flex-direction: row-reverse;
}

.l-style02 .l-img {
  flex: 1;
  margin-left: 50px;
}

.l-style02 .l-img.small {
  flex: 0.5;
}

.l-style02 .l-img.large {
  margin: 0 -10% 0 7.5%;
  position: relative;
}

.l-style02 .l-desc {
  flex: 1;
}

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

  .l-style01 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .l-style01 .l-img.large {
    margin: 0 auto 20px;
    position: relative;
  }

  .l-style01 .l-desc {
    width: 100%;
  }

  .l-style02 {
    display: block;
  }

  .l-style02 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .l-style02 .l-img.large {
    margin: 0 auto 20px;
    position: relative;
  }
}

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

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

.staff-layout01 .l-img figcaption {
  color: var(--color_primary);
  font-weight: 600;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  line-height: 1;
}

.staff-layout01 .l-img .job {
  display: block;
  font-size: 14px;
}

.staff-layout01 .l-img .name {
  font-size: 20px;
}

.staff-layout01 .l-img .kana {
  font-size: 11px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}

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

.staff-layout01 .l-ttl {
  color: var(--color_primary);
  border-bottom: 2px solid var(--color_primary);
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  width: fit-content;
}

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

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

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

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

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

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

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

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

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

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

.card-profile .card-ttl {
  border-bottom: 1px dashed var(--color_primary);
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

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

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

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

.under-slider03-main {
  max-width: 1024px;
  width: 100%;
  margin-bottom: 30px;
}

.under-slider03-main .splide__slide {
  text-align: center;
}

.under-slider03-main .splide__slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.under-slider03-thumb {
  width: 490px;
  margin: 0 auto;
}

.under-slider03-thumb .splide__slide {
  height: 80px;
  width: 100px;
}

.under-slider03-thumb .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.under-slider03-thumb .splide__arrow--prev {
  left: -90px;
}

.under-slider03-thumb .splide__arrow--next {
  right: -90px;
}

.under-slider03-thumb .splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid var(--color_primary);
}

.under-slider03-thumb .splide__arrow svg {
  display: none;
}

@media (max-width: 800px) {
  .under-slider03-main {
    margin-bottom: 20px;
  }

  .under-slider03-thumb {
    width: calc(100% - 100px);
    margin: 0 auto;
  }

  .under-slider03-thumb .splide__slide {
    height: 60px;
    width: auto;
  }

  .under-slider03-thumb .splide__arrow--prev {
    left: -50px;
  }

  .under-slider03-thumb .splide__arrow--next {
    right: -50px;
  }

  .under-slider03-thumb .splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 2px solid var(--color_primary);
  }
}

.dl-style01 {
  display: flex;
  flex-wrap: wrap;
}

.dl-style01 dt {
  background: var(--color_primary);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  padding: 20px;
  width: 25%;
}

.dl-style01 dt .num {
  display: block;
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}

.dl-style01 dt:not(:first-child) {
  margin-top: 15px;
}

.dl-style01 dd {
  background: #F5F5F5;
  padding: 20px;
  width: 75%;
}

.dl-style01 dd:not(:nth-child(2)) {
  margin-top: 15px;
}

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

  .dl-style01 dt {
    padding: 15px;
    width: 100%;
  }

  .dl-style01 dd {
    padding: 15px;
    width: 100%;
  }

  .dl-style01 dd:not(:nth-child(2)) {
    margin-top: 0;
  }
}

.ttl-num {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.ttl-num .num {
  border-radius: 50px;
  background-color: var(--color_primary);
  color: #fff;
  font-size: 15px;
  flex: 0 0 38px;
  line-height: 38px;
  margin-top: -2px;
  text-align: center;
}

.faq-style01 {
  border-bottom: 1px solid #CECECE;
}

.faq-style01 .item {
  border-top: 1px solid #CECECE;
}

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

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

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

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

.faq-style01 .faq-icon {
  border: 1px solid #CECECE;
  border-radius: 50px;
  color: #333;
  font-size: 0.94rem;
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  transition: 0.3s;
}

.faq-style01 .faq-open-icon {
  background: url(../images/share/faq_arrow.svg) no-repeat center/contain;
  width: 10px;
  height: 21px;
  position: absolute;
  right: 30px;
  top: 24px;
  transition: transform 0.3s;
}

.faq-style01 .item>dt:hover .faq-icon {
  background-color: var(--color_primary);
  color: #fff;
}

.faq-style01 .is-open .faq-icon {
  background-color: var(--color_primary);
  color: #fff;
}

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

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

  .faq-style01 dt {
    padding: 18px 0 18px 50px;
  }

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

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

  .faq-style01 .faq-open-icon {
    width: 9px;
    height: 20px;
    right: 0;
    top: 19px;
  }
}

.faq-style04 .item+.item {
  border-top: 1px dashed #CECECE;
  margin-top: 30px;
  padding-top: 30px;
}

.faq-style04 dt {
  font-size: 20px;
  padding-left: 60px;
  margin-bottom: 15px;
  position: relative;
}

.faq-style04 dd {
  position: relative;
  padding-left: 60px;
}

.faq-style04 dd .faq-icon {
  background-color: #53C6EF;
}

.faq-style04 .faq-icon {
  color: #fff;
  display: grid;
  place-items: center;
  background-color: var(--color_primary);
  border-radius: 3px;
  width: 35px;
  height: 35px;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 0;
}

@media (max-width: 800px) {
  .faq-style04 .item+.item {
    margin-top: 15px;
    padding-top: 15px;
  }

  .faq-style04 dt {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .faq-style04 .faq-icon {
    top: 0;
  }
}

.table-style01 {
  border: 1px solid #CECECE;
}

.table-style01 tr:not(:last-child) {
  border-bottom: 1px solid #CECECE;
}

.table-style01 th {
  background-color: var(--color_primary);
  color: #fff;
  padding: 15px;
  width: 30%;
}

.table-style01 td {
  padding: 10px 30px;
}

@media (max-width: 800px) {
  .table-style01 th {
    width: 100%;
    display: block;
    padding: 10px 15px;
    text-align: left;
  }

  .table-style01 td {
    width: 100%;
    display: block;
    padding: 10px 15px;
  }

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

  .table-scroll::before {
    content: "※横にスクロールできます。";
  }

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

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

  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--color_primary);
  }

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

.l-tel {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  font-family: "Mulish", sans-serif;
}

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

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

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

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

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

.tel-layout01 .l-time dt {
  border: 1px solid var(--color_primary);
  padding: 5px;
  color: var(--color_primary);
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

  .tel-layout01 .l-time dt {
    padding: 3px;
  }
}

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

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

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

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

.card-style01 .card-ttl {
  font-size: 17px;
  text-align: center;
  margin-bottom: 15px;
}

.card-style01 {
  display: grid;
}

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

.card-style01.col2>li {
  padding: 30px;
}

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

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

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

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

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

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

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

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

.flow-style04 li {
  background-color: #fff;
  border: 1px solid var(--color_primary);
  padding: 20px 20px 20px 0;
  display: grid;
  align-items: center;
  grid-template-columns: 120px 1fr;
  position: relative;
}

.flow-style04 li+li {
  margin-top: 40px;
}

.flow-style04 li+li::before {
  content: "";
  width: 14px;
  height: 50px;
  background: url(../images/share/flow_arrow.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
}

.flow-style04 .num {
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  color: var(--color_primary);
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}

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

.flow-style04 .flow-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 3px;
}

.flow-style04 .flow-desc {
  flex: 1;
  border-left: 1px solid #CECECE;
  padding-left: 50px;
  line-height: 1.7;
}

.flow-style04 .wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
}

.flow-style04 .flow-img {
  width: 30%;
}

.flow-style04 .flow-read {
  flex: 1;
}

.flow-style04 p+p {
  margin-top: 1em;
}

.flow-style04 .btn-wrap {
  margin-left: -20px;
}

.flow-style04 .btn-wrap a {
  margin-left: 20px;
}

@media (max-width: 800px) {
  .flow-style04 li {
    padding: 20px 20px 20px 0;
    grid-template-columns: 50px 1fr;
  }

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

  .flow-style04 .num::before {
    font-size: 12px;
  }

  .flow-style04 .flow-ttl {
    margin-bottom: 5px;
  }

  .flow-style04 .flow-desc {
    padding-left: 20px;
    line-height: 1.5;
  }

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

  .flow-style04 .flow-img {
    width: 100%;
    margin-bottom: 15px;
  }

  .flow-style04 .btn-wrap {
    margin-left: 0;
  }

  .flow-style04 .btn-wrap a {
    margin-left: 0;
  }
}

/*------------
プライバシーポリシー
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid var(--color_primary);
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-family: "Noto Sans JP", sans-serif;
}

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

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

.list-privacy li::before {
  background: var(--color_primary);
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
}

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

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

.footer-top {
  padding: 130px 0 100px;
}

.footer-top .footer-inr {
  display: flex;
}

.footer-top .f-left {
  flex: 1;
  margin-right: 50px;
}

.footer-top .f-right {
  flex: 2;
}

.footer .f-logo {
  display: block;
  max-width: 430px;
  margin-bottom: 30px;
}

.footer .f-access {
  font-size: 14px;
  margin-bottom: 35px;
}

.footer .f-bnr {
  width: 260px;
  display: inline-block;
  transition: 0.3s;
}

.footer .f-bnr:hover {
  opacity: 0.6;
}

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

.footer .f-navi-item {
  width: fit-content;
}

.footer .f-navi-item:not(:last-child) {
  margin-right: 10%;
}

.footer .f-navi-ttl {
  font-size: 28px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer .f-navi-ttl span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-left: 20px;
  font-size: 13px;
  color: #B1B1B1;
}

.footer .f-navi-list li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 2.6;
}

.footer .f-navi-list li::before {
  content: "";
  position: absolute;
  background: #FFA2A9;
  top: 18px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

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

.footer .copyright {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #B1B1B1;
  padding-bottom: 120px;
}

.footer .pagetop {
  display: block;
  position: absolute;
  top: -40px;
  right: 30px;
  z-index: 2;
  transition: 0.3s;
}

.footer .pagetop:hover {
  opacity: 0.8;
}

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

  .footer-top .footer-inr {
    display: block;
  }

  .footer-top .f-left {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .footer .f-logo {
    margin: 0 auto 20px;
  }

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

  .footer .f-cta a:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer .f-bottom {
    padding: 40px 0;
  }

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

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

  .footer .f-navi-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .footer .f-navi-list li {
    line-height: 2;
  }

  .footer .f-navi-list li::before {
    top: 12px;
  }

  .footer .f-navi-ttl {
    margin-bottom: 5px;
  }

  .footer .copyright {
    font-size: 11px;
    padding: 0 0 30px;
  }

  .footer .pagetop {
    display: none;
  }
}

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

.list-post-type02 .list-item {
  padding: 50px;
  border: 1px solid var(--color_primary);
}

.list-post-type02 .list-item:not(:last-child) {
  margin-bottom: 50px;
}

.list-post-type02 .list-cont+.list-cont {
  margin-top: 35px;
}

.list-post-type02 .btn-more {
  display: block;
  margin: 45px auto 0;
}

.list-post-type02.single .list-item {
  padding: 0;
  border: none;
}

.list-post-type03 {
  display: flex;
  flex-wrap: wrap;
}

.list-post-type03 .list-item {
  width: 31.25%;
  transition: 0.4s ease-in-out;
}

.list-post-type03 .list-item a:hover .list-img img {
  transform: scale(1.1);
}

.list-post-type03 .list-item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}

.list-post-type03 .list-item:nth-child(n+4) {
  margin-top: 50px;
}

.list-post-type03 .list-img {
  overflow: hidden;
  margin-bottom: 20px;
}

.list-post-type03 .list-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: 0.5s;
}

.list-post-type03 .list-ttl {
  font-size: 18px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
}

.post-layout {
  display: flex;
}

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

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

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

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

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

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

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

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

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

.postdata .screen-reader-text {
  border: 0;
  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;
  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;
  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;
  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: var(--color_primary);
  border: 1px solid var(--color_primary);
  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: var(--color_primary);
}

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

.post-data time {
  font-size: 14px;
  color: var(--color_primary);
  line-height: 1;
}

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

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

.post-category01 {
  border: 1px solid var(--color_primary);
  color: var(--color_primary);
  line-height: 1;
  padding: 5px 10px;
  display: inline-block;
}

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

.post-category01 span:not(:first-child):before {
  content: " / ";
}

.post-category02 {
  line-height: 1;
  margin-left: -2px;
}

.post-category02 span {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #FFA2A9;
  background: #FFA2A9;
  color: #fff;
  font-weight: 500;
  padding: 6px 10px;
  margin: 2px;
}

/*セレクト式カテゴリー*/
.select-area {
  margin-bottom: 50px;
}

.select-area .select-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 var(--color_primary);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transform: translateY(-50%);
  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: var(--color_primary);
  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: "Mulish", sans-serif;
  font-weight: 500;
}

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

.post-number a:hover {
  color: var(--color_primary);
}

.post-number .current {
  color: var(--color_primary);
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}

.post-number .current::after {
  content: "";
  border-bottom: 2px solid var(--color_primary);
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
}


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

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

  .list-post-type02 .list-item {
    padding: 25px 20px;
  }

  .list-post-type02 .list-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .list-post-type02 .list-cont+.list-cont {
    margin-top: 20px;
  }

  .list-post-type02 .btn-more {
    display: block;
    margin: 30px auto 0;
  }

  .list-post-type03 {
    display: block;
  }

  .list-post-type03 .list-item {
    width: 100%;
  }

  .list-post-type03 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-post-type03 .list-item:nth-child(n+2) {
    margin-top: 30px;
  }

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

  .list-post-type03 .list-img img {
    height: 60vw;
  }

  .list-post-type03 .list-ttl {
    font-size: 16px;
  }

  .post-layout {
    display: block;
  }

  .post-layout .post-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .post-layout .post-desc {
    width: 100%;
  }

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

  .postdata h4 {
    font-size: 17px;
  }

  .postdata h5 {
    font-size: 16px;
  }

  .postdata h6 {
    font-size: 15px;
  }

  .post-data {
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .post-data time {
    line-height: 2;
  }

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

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

  /*詳細ページ*/
  /*セレクト式カテゴリー*/
  /*一覧用ページャー*/
  .post-number {
    margin-top: 60px;
  }
}

/*------------
sidebar-layout
--------------*/
.sidebar-layout {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  margin: 0 auto;
  max-width: 1400px;
}

.main-contents {
  padding: 0 70px;
  width: calc(100% - 220px);
  max-width: 1200px;
  margin: 0 auto;
}

.side-contents {
  padding: 0 40px;
  width: 220px;
}

.side-contents-wrapper {
  position: sticky;
  top: 110px;
}

.side-contents-ttl {
  border-bottom: 1px solid #e8ecf0;
  font-size: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.side-area-item+.side-area-item {
  margin-top: 30px;
}

.side-area-item-ttl {
  font-size: 13px;
  margin-bottom: 7px;
}

.side-area-links li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}

.side-area-links li::before {
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 7px;
  left: 0;
}

.side-area-links li+li {
  margin-top: 5px;
}

.side-area-links a {
  display: inline-block;
}

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

.side-area-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: "";
  background: #fff url(../images/share/icon_select_arrow.svg) no-repeat right 10px center/20px auto;
  border-radius: 0;
  border: none;
  border: 1px solid #e8ecf0;
  color: #333;
  vertical-align: middle;
  padding: 10px 20px 10px 15px;
  margin: 0;
  width: 100%;
  height: 50px;
}

@media (max-width: 800px) {
  .sidebar-layout {
    flex-direction: column-reverse;
    padding: 50px 5vw;
    width: 100%;
  }

  .sidebar-layout .tall+.tall {
    margin-top: 50px;
  }

  .sidebar-layout.sp-reverse {
    flex-direction: column;
  }

  .sidebar-layout.sp-reverse .side-contents {
    margin: 0 0 50px;
  }

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

  .side-contents {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }

  .side-contents-wrapper {
    position: sticky;
    top: 20px;
  }

  .side-contents-ttl {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .side-area-item+.side-area-item {
    margin-top: 30px;
  }
}

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/
.btn-more {
  display: block;
  width: 100%;
  max-width: 250px;
  padding: 19px 25px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: var(--color_primary);
  font-weight: 600;
  background: #fff;
  border: 1px solid var(--color_primary);
  transition: 0.3s;
  border-radius: 32px;
}

.btn-more span {
  position: relative;
  padding-right: 23px;
}

.btn-more span::before {
  content: "";
  position: absolute;
  background: url(../images/share/icon_btn_arrow.svg) center/contain no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 9px;
  width: 13px;
  z-index: 1;
  transition: 0.3s;
}

.btn-more:hover {
  background-color: var(--color_primary);
  color: #fff;
}

.btn-more:hover span:before {
  background: url(../images/share/icon_btn_arrow_w.svg) center/contain no-repeat;
}

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

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

.btn-more.wide,
.btn-more.footer-inr,
.footer .btn-more.copyright {
  max-width: 320px;
}

.btn-icon {
  background: #53C6EF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  width: 135px;
  height: 54px;
  color: #fff;
  border-radius: 27px;
}

.btn-icon img {
  width: 13px;
  margin-left: 10px;
}

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

.btn-line {
  background: #4CC764;
  color: #fff;
  padding: 10px 25px;
}

.btn-line img {
  line-height: 1;
  margin: 0 10px 0 -20px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
}

.btn-wrap a {
  margin: 8px;
}

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

@media (max-width: 800px) {
  .btn-more {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding: 15px 25px;
  }

  .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%, #53C6EF 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: #EF866B;
  --event02: #F7B46B;
  --event03: #A8DBA8;
  --event04: #B0D7D5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.business-calendar-box-wrap .business-calendar .today {
  text-decoration: underline;
  background: #FFF;
  opacity: 1;
}

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

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

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

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

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

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

.list-event {
  display: flex;
}

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

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

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

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

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

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

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

  .list-event {
    display: block;
  }

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

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

.time-table-head {
  background-color: var(--color_primary);
  color: #fff;
}

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

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

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

.time-table-body .item:first-child {
  background-color: var(--color_primary);
  color: #fff;
  letter-spacing: 0;
}

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

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

.time-table-txt {
  line-height: 1.5;
  margin-top: 10px;
}

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

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

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

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

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

  .time-table-txt {
    font-size: 13px;
  }
}

.map {
  position: relative;
  width: 100%;
  height: 500px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tel {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  line-height: 1;
  padding-left: 37px;
  position: relative;
}

.tel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_tel.svg) no-repeat;
  background-size: contain;
  width: 31px;
  height: 31px;
}

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

  .tel {
    font-size: 24px;
    padding-left: 25px;
  }

  .tel:before {
    width: 20px;
    height: 25px;
  }
}

/*------------
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;
  -ms-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: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

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

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*-----------------------------------------------------------
  splide
-----------------------------------------------------------*/
/* 各種色設定 */
:root {
  --splide-arrow-color: #2cc194;
  /* 矢印 */
  --splide-focus-color: #2cc194;
  /* タブ移動によるフォーカス時のアウトライン */
  --splide-pagination-color: #2cc194;
  /* アクティブ時のページネーション */
  --splide-progress-color: #2cc194;
  /* プログレスバー */
  --splide-toggle-color: #2cc194;
  /* 再生ボタン */
  --splide-track-color: #2cc194;
  /* サムネイルの枠 */
}

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

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