@charset "UTF-8";

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

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

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

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

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

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

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

sup {
  /* vertical-align: text-top; */
  vertical-align: super;
  font-size: 12px;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

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

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

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input,
select {
  vertical-align: middle;
}

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

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

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

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

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

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

::selection {
  background: #d4dcd6;
}

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

body,
html {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

.wf-active body {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #271B0F;
}

@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: 500;
}

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

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

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

.container.mostwide,
.footer .mostwide.f-bottom,
.mostwide.modal-content,
.breadcrumb ul.mostwide {
  max-width: 1400px;
}

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

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

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

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

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

.header-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100px;
}

.header .h-logo {
  padding: 12px 29px;
  background: #fff;
}

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

.header .h-logo img {
  width: 260px;
}

.header .h-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 130px;
  padding-top: 15px;
}

.header .h-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 14px 20px 0 0;
}

.header .h-contact-txt {
  background-color: #97B4CD;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.header .btn-icon {
  margin-left: 20px;
  height: 70px;
  min-width: 280px;
}

.humberger {
  display: block;
  width: 100px;
  height: 100px;
  background: #97B4CD;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

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

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

.humberger span:nth-of-type(2) {
  top: 47px;
}

.humberger span:nth-of-type(3) {
  top: 57px;
  color: #fff;
  background: none;
  text-align: center;
  width: 100%;
  left: 0;
  -webkit-transform: translate(0);
  transform: translate(0);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.humberger.is-open span:nth-of-type(1) {
  top: 32px;
  -webkit-transform: translateX(-50%) rotate(15deg);
  transform: translateX(-50%) rotate(15deg);
}

.humberger.is-open span:nth-of-type(2) {
  top: 32px;
  -webkit-transform: translateX(-50%) rotate(-15deg);
  transform: translateX(-50%) rotate(-15deg);
}

.humberger:hover {
  opacity: 0.8;
}

@media (max-width: 800px) {
  .header-inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5%;
    height: 70px;
  }

  .header .h-logo {
    width: 180px;
    padding: 0;
  }

  .header .h-logo img {
    width: auto;
  }

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

/*------------
G-navi
--------------*/
/*drawer*/
.gnavi-drawer {
  visibility: hidden;
  background: #E1E9F0;
  padding: 250px 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  z-index: 999;
  width: 100%;
}

.gnavi-drawer.is-open {
  visibility: visible;
  overflow-y: auto;
  opacity: 1;
}

.gnavi-drawer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gnavi-drawer-wrap-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
}

.gnavi-logo {
  display: block;
  width: 346px;
  margin-bottom: 20px;
}

.gnavi-accsess {
  line-height: 1;
  margin-bottom: 20px;
}

.gnavi-headline {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  color: #244F6C;
  padding-bottom: 10px;
  border-bottom: 1px solid #97B4CD;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.gnavi-drawer-list {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 230px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gnavi-drawer-list:first-child {
  margin-right: 30px;
}

.gnavi-drawer-list-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gnavi-drawer-list .ttl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #97B4CD;
  color: #244F6C;
}

.gnavi-drawer-list>.item {
  line-height: 2.5;
  padding-left: 20px;
  position: relative;
}

.gnavi-drawer-list>.item::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  height: 1px;
  width: 10px;
  background: #244F6C;
}

.gnavi-drawer-list>.item>a:not([href="#"]) {
  text-decoration: none;
}

.gnavi-drawer-list>.item>a:not([href="#"]):hover {
  text-decoration: underline;
}

.gnavi-drawer-list>.item>a[href="#"] {
  cursor: auto;
  pointer-events: none;
  text-decoration: underline;
}

.sp-navi {
  display: none;
}

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

  :root {
    --navi-background: #f5f5f5;
    --navi-border-color: #244F6C;
    --navi-text-color: #244F6C;
    --svg-stroke: #244F6C;
    --menu-btn: #244F6C;
    --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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--navi-background);
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
    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>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--navi-text-color);
    font-weight: 500;
    text-decoration: none;
    height: 100%;
    padding: 7px 0;
  }

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

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

  .sp-navi .sp-navi-btns .item.implant {
    background: linear-gradient(100deg, #B29230, #D9BC55);
  }

  .sp-navi .sp-navi-btns .item a {
    padding: 5px 0;
  }

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

  .sp-navi .sp-navi-btns .item.implant .ttl {
    font-weight: bold;
    color: #00074E;
    letter-spacing: .1em;
  }

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

  .sp-navi .sp-menu-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    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;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.4s;
    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-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #fff;
    padding: 80px 10% 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 9999;
  }

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

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

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

  .sp-navi .sp-navi-list>li>a,
  .sp-navi .sp-navi-list>li>div,
  .sp-navi .sp-navi-list>li>span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }

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

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

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

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

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

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

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

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

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

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

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

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  padding-top: 100px;
  margin: 0 auto 60px;
  position: relative;
  width: 95%;
}

.hero .splide__slide {
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.hero .splide__slide img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 5s ease;
  transition: -webkit-transform 5s ease;
  transition: transform 5s ease;
  transition: transform 5s ease, -webkit-transform 5s ease;
}

.hero .splide__slide.is-active img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hero .splide__pagination {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  right: 10px;
}

.hero-desc {
  position: absolute;
  top: 47%;
  left: 130px;
}

.hero-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 40px;
  color: #fff;
}

.hero-sbttl {
  color: #fff;
  line-height: 1.7;
}

.hero-news {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  line-height: 1;
  position: absolute;
  bottom: 50px;
  right: 0;
  max-width: 700px;
  width: 100%;
}

.hero-news .ttl {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #97B4CD;
  line-height: 1;
  margin-right: 30px;
  white-space: nowrap;
}

.hero-news a {
  line-height: 2;
  font-size: 16px;
}

.hero-news .btn-more {
  position: absolute;
  right: 30px;
  width: 100px;
  line-height: 1;
  padding: 10px 25px;
  font-size: 15px;
}

@media (max-width: 800px) {
  .hero {
    padding-top: 70px;
    margin-bottom: 40px;
    width: 100%;
  }

  .hero .splide__slide {
    height: 440px;
  }

  .hero .splide__slide img {
    height: 440px;
  }

  .hero .splide__pagination {
    display: none;
  }

  .hero-desc {
    top: 50%;
    left: 30px;
  }

  .hero-ttl {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .hero-sbttl {
    font-size: 15px;
  }

  .hero-news {
    display: block;
    padding: 15px 20px;
    bottom: -90px;
    right: 0;
    max-width: 85%;
    width: 85%;
  }

  .hero-news .ttl {
    font-size: 24px;
    margin-right: 0;
  }

  .hero-news .btn-more {
    font-size: 14px;
    top: 15px;
    right: 15px;
    width: 90px;
    padding: 10px 5px;
  }

  .hero-news .splide {
    margin-top: 10px;
  }

  .hero-news a {
    line-height: 1;
    font-size: 14px;
  }
}

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.t-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}

.t-ttl .en {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #97B4CD;
  padding: 8px 20px;
  margin-bottom: 15px;
}

.t-ttl .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  line-height: 1.5;
  /* letter-spacing: 0.1em; */
}

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

  .t-ttl .en {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 5px 10px;
  }

  .t-ttl .jp {
    font-size: 20px;
  }
}

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

.sec01 .container,
.sec01 .footer .f-bottom,
.footer .sec01 .f-bottom,
.sec01 .modal-content,
.sec01 .breadcrumb ul,
.breadcrumb .sec01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec01-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec01-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 70px;
}

.sec01 .left-img {
  margin-right: 60px;
}

.sec01 .left-box {
  position: relative;
  z-index: 1;
  margin: -50px 0 0 120px;
  padding: 40px;
  background: #F0F4F8;
}

.sec01 .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

.sec01 .name .job {
  color: #244F6C;
  background: #fff;
  padding: 0 20px;
  font-size: 16px;
  margin-right: 16px;
}

.sec01 .name .jp {
  color: #244F6C;
  font-size: 28px;
  margin-right: 16px;
}

.sec01 .name .en {
  font-size: 14px;
}

.sec01 .left-ttl {
  color: #244F6C;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #244F6C;
}

.sec01 .career {
  font-size: 16px;
  color: #244F6C;
  font-weight: 400;
}

.sec01 .career li {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec01 .career .data {
  width: 25%;
  color: #D3B229;
  font-weight: bold;
}

.sec01 .career .txt {
  width: 75%;
  line-height: 1.5;
}

.sec01 .t-ttl {
  margin-bottom: 10px;
}

.sec01 .sbttl {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.4;
}

.sec01 .en-ttl {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.sec01 .en-txt {
  margin-bottom: 40px;
}

.sec01 .btn-more {
  margin-bottom: 30px;
}

.t-ttl-sbttl {
  display: block;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 1px;
}

.sec02 {
  background: #F5F5F5;
  padding: 120px 0;
}

.sec02-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sec02-style .l-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec02-style .l-desc {
  padding-right: 70px;
  width: 50%;
}

.sec02-style .l-txt {
  margin-bottom: 40px;
}

.sec03 {
  padding: 120px 0;
}

.sec03 .t-ttl {
  margin-bottom: 50px;
}

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

.sec03-list .list-item {
  position: relative;
  z-index: 1;
}

.sec03-list .list-ttl {
  position: absolute;
  color: #fff;
  font-size: 24px;
  bottom: 30px;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
}

.sec03-list .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec04 {
  background: #E1E9F0;
  padding: 120px 0;
}

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

.sec04 .t-ttl .en {
  margin: 0 auto 15px;
}

.sec04-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec04-card li {
  background: #fff;
  width: 31%;
}

.sec04-card li:not(:nth-child(3n)) {
  margin-right: 3%;
}

.sec04-card li:nth-child(n+4) {
  margin-top: 30px;
}

.sec04-card li:last-child {
  margin-right: 0;
}

.sec04-card .list-item {
  display: block;
  padding: 30px 10px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec04-card .list-item::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #97B4CD;
  border-right: 1px solid #97B4CD;
  top: 4px;
  left: 4px;
  height: 100%;
  width: 100%;
}

.sec04-card .list-item:hover {
  opacity: 0.5;
}

.sec04-card .list-ttl {
  font-size: 20px;
  color: #244F6C;
  text-align: center;
  letter-spacing: 0.1em;
}

.sec04-card .list-img {
  text-align: center;
  margin-bottom: 20px;
}

.sec05 {
  padding: 110px 0 120px;
}

.sec05-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 50px;
}

.sec05 .t-ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
  padding-right: 50px;
}

.sec05-txt {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.sec05 .btn-more {
  width: 150px;
}

.sec06 {
  padding: 120px 0;
  background: #F5F5F5;
}

.sec06-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec06-style .l-img {
  width: 50%;
}

.sec06-style .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 70px;
}

.sec06 .list-top-blog {
  margin-bottom: 40px;
}

.sec06 .btn-more {
  background: #F5F5F5;
}

.sec07 {
  padding: 0 0 100px 0;
}

.sec07-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec07-style .map {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec07-style .map iframe {
  height: 100%;
}

.sec07-style .l-desc {
  position: relative;
  z-index: 1;
  background: #97B4CD;
  padding: 60px 45px;
  width: 476px;
  color: #fff;
}

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

.sec07-style .t-ttl .en {
  color: #97B4CD;
  background: #fff;
  margin-bottom: 0;
}

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

.sec07-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
}

.sec07-access .txt {
  display: block;
  margin-left: 10px;
  font-weight: 500;
}

.sec08 {
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}

.sec08::before {
  content: "";
  position: absolute;
  background: #E1E9F0;
  bottom: 0;
  left: 0;
  height: calc(100% - 100px);
  width: 83.33%;
  z-index: -1;
}

.sec08-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sec08-style .l-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 -200px 0 0;
}

.sec08-style .l-desc {
  width: 50%;
  margin: 220px 0 0 0;
  padding-right: 70px;
}

.sec08-style .l-txt {
  margin-bottom: 40px;
}

.sec08 .btn-more {
  background: #E1E9F0;
}

.sec09 {
  padding: 120px 0;
}

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

.sec09 .t-ttl .en {
  margin: 0 auto 15px;
}

.sec09-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec09 .style-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
}

.sec09 .style-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}

.sec09 .ttl {
  font-size: 22px;
  color: #244F6C;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D6DDE3;
}

.sec09 .calendar-box {
  background: #F0F4F8;
  padding: 20px 40px;
}

.sec09 .time-table {
  background: #F0F4F8;
}

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

  .sec01 .container,
  .sec01 .footer .f-bottom,
  .footer .sec01 .f-bottom,
  .sec01 .modal-content,
  .sec01 .breadcrumb ul,
  .breadcrumb .sec01 ul {
    display: block;
  }

  .sec01 .container .left-img,
  .sec01 .footer .f-bottom .left-img,
  .footer .sec01 .f-bottom .left-img,
  .sec01 .modal-content .left-img,
  .sec01 .breadcrumb ul .left-img,
  .breadcrumb .sec01 ul .left-img {
    margin-right: 0;
  }

  .sec01 .container .left-box,
  .sec01 .footer .f-bottom .left-box,
  .footer .sec01 .f-bottom .left-box,
  .sec01 .modal-content .left-box,
  .sec01 .breadcrumb ul .left-box,
  .breadcrumb .sec01 ul .left-box {
    margin: -50px 0 20px 0;
    padding: 20px;
  }

  .sec01 .job {
    font-size: 14px;
    padding: 0 10px;
  }

  .sec01 .name .jp {
    font-size: 20px;
  }

  .sec01 .name .en {
    font-size: 12px;
  }

  .sec01 .left-ttl {
    font-size: 16px;
  }

  .sec01 .career {
    font-size: 15px;
  }

  .sec01 .career>li {
    display: block;
  }

  .sec01 .career .data {
    width: 100%;
    display: block;
  }

  .sec01-right {
    padding-left: 0;
  }

  .sec01 .sbttl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .sec01 .en-txt {
    margin-bottom: 30px;
  }

  .t-ttl-sbttl {
    display: block;
    font-size: 17px;
    margin-top: 8px;
    margin-bottom: 0px;
  }

  .sec02 {
    padding: 60px 0;
  }

  .sec02-style {
    display: block;
  }

  .sec02-style .l-img {
    margin-bottom: 20px;
  }

  .sec02-style .l-desc {
    width: 100%;
    padding-right: 0;
  }

  .sec02-style .l-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }

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

  .sec03 {
    padding: 60px 0;
  }

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

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

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

  .sec03-list .list-img img {
    height: 210px;
    -o-object-position: center;
    object-position: center;
  }

  .sec04 {
    padding: 60px 0;
  }

  .sec04 .t-ttl .en {
    margin: 0 auto 10px;
  }

  .sec04-card li {
    width: 48%;
  }

  .sec04-card li:not(:last-child) {
    margin-right: 0;
  }

  .sec04-card li:nth-child(n+3) {
    margin-top: 20px;
  }

  .sec04-card li:nth-child(even) {
    margin-left: 4%;
  }

  .sec04-card .list-img {
    margin-bottom: 10px;
  }

  .sec04-card .list-img img {
    width: 80px;
    height: 80px;
  }

  .sec04-card .list-item {
    padding: 15px;
  }

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

  .sec05 {
    padding: 60px 0;
  }

  .sec05-ttl {
    display: block;
    margin-bottom: 30px;
  }

  .sec05 .t-ttl {
    padding-right: 0;
    margin-bottom: 20px;
  }

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

  .sec06 {
    padding: 60px 0;
  }

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

  .sec06-style {
    display: block;
  }

  .sec06-style .l-img {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .sec06-style .l-desc {
    width: 100%;
  }

  .sec06-style .l-desc {
    margin-left: 0;
  }

  .sec07 {
    padding: 50px 0;
  }

  .sec07-style {
    display: block;
  }

  .sec07-style .map {
    width: 100%;
    height: 300px;
  }

  .sec07-style .l-desc {
    margin: 0;
    padding: 30px 20px;
    width: 100%;
  }

  .sec07-access {
    font-size: 16px;
  }

  .sec08 {
    padding-bottom: 40px;
  }

  .sec08::before {
    width: 100%;
  }

  .sec08-style {
    display: block;
  }

  .sec08 .l-img {
    margin: 0;
  }

  .sec08 .l-desc {
    margin: 30px 0 0 0;
    padding-right: 0;
    width: 100%;
  }

  .sec09 {
    padding: 60px 0;
  }

  .sec09 .t-ttl .en {
    margin: 0 auto 10px;
  }

  .sec09-style {
    display: block;
  }

  .sec09 .style-left {
    margin: 0 0 20px 0;
  }

  .sec09 .ttl {
    font-size: 18px;
  }

  .sec09 .calendar-box {
    padding: 10px;
  }

  .sec09 .style-right {
    margin-left: 0;
  }
}

/*------------
Post
--------------*/
/*お知らせ*/
.list-top-news01 {
  font-size: 14px;
}

.list-top-news01 li {
  text-align: left;
}

.list-top-news01 time {
  display: block;
  color: #97B4CD;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.list-top-news01 a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 386px;
}

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

/*ブログ*/
.list-top-blog .list-item {
  padding: 20px 0;
  border-bottom: 1px solid #D6DDE3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list-top-blog .list-item:hover {
  opacity: 0.5;
}

.list-top-blog .list-item:first-child {
  border-top: 1px solid #D6DDE3;
}

.list-top-blog .list-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
  max-height: 93px;
  overflow: hidden;
}

.list-top-blog .list-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 93px;
}

.list-top-blog .list-desc {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.list-top-blog time {
  display: block;
  color: #97B4CD;
  font-size: 12px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}

.list-top-blog .list-ttl {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 10px;
  font-weight: 400;
}

/*症例紹介*/
.list-top-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.list-top-case .list-item {
  width: 25%;
}

.list-top-case .list-item a {
  display: block;
}

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

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

.list-top-case .list-img {
  overflow: hidden;
  margin-bottom: 20px;
}

.list-top-case .list-img img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-top-case .list-ttl {
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 400;
}

.list-top-case time {
  display: block;
  color: #97B4CD;
  font-size: 12px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}

@media (max-width: 800px) {

  /*お知らせ*/
  .list-top-news01 {
    margin-top: 30px;
    font-size: 14px;
  }

  .list-top-news01 li {
    display: block;
  }

  .list-top-news01 time {
    width: auto;
    text-align: left;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .list-top-news01 time::after {
    display: none;
  }

  .list-top-news01 a {
    width: 100%;
  }

  /*ブログ*/
  .list-top-blog .list-ttl {
    font-size: 14px;
  }

  /*症例紹介*/
  .list-top-case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -5vw 30px 0;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 5vw);
    overflow-x: auto;
    overflow-y: hidden;
  }

  .list-top-case li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    margin: 0 5% 0 0;
    max-width: 100%;
  }
}

/*------------
下層レイアウト
--------------*/
.page-ttl {
  margin-top: 100px;
  width: 100%;
  background: url(../images/under/u-top_bg.jpg) center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 50px 5%;
  height: 370px;
  min-height: 370px;
}

.page-ttl-en {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  display: inline-block;
  color: #fff;
  background: #97B4CD;
  padding: 6px 20px;
}

.page-ttl-jp {
  display: block;
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 20px 0 0 0;
  text-align: right;
}

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

.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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 12px 0 3px;
  vertical-align: 1px;
}

.is-post .page-ttl {
  display: none;
}

.is-post .breadcrumb {
  margin-top: 150px;
}

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

@media (max-width: 800px) {
  .page-ttl {
    margin-top: 70px;
    padding: 30px 5%;
    height: 180px;
    min-height: 180px;
  }

  .page-ttl-en {
    font-size: 15px;
    padding: 3px 15px;
    margin-bottom: 5px;
  }

  .page-ttl-jp {
    font-size: 25px;
  }

  .is-post .breadcrumb {
    margin-top: 70px;
  }

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

.u-h2,
.post-category-ttl,
.postdata h1 {
  font-size: 34px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
  text-align: center;
}

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

.u-h3,
.postdata h2 {
  background: #E1E9F0;
  font-size: 26px;
  line-height: 1.8;
  padding: 0 25px;
  margin-bottom: 30px;
  position: relative;
}

.u-h3::before,
.postdata h2::before {
  content: "";
  background: #97B4CD;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.u-h3_02,
.postdata h3 {
  font-size: 26px;
  line-height: 1.8;
  padding: 0 0 5px 0;
  margin-bottom: 30px;
  border-bottom: 3px solid #E1E9F0;
}

.u-h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #244F6C;
}

.u-catch {
  border-bottom: 1px solid #333;
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.box-num {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.1em;
  background: #97B4CD;
  display: inline-block;
  padding: 8px 20px;
  line-height: 1;
  margin-bottom: 5px;
}

@media (max-width: 800px) {

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

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

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

  .u-h3::before,
  .postdata h2::before {
    width: 3px;
  }

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

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

  .box-num {
    font-size: 20px;
    padding: 0 15px;
  }
}

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

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

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

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

.tall {
  padding: 70px 0;
}

.tall:first-child {
  padding: 20px 0 70px 0;
}

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

.tall.bg01 {
  background: #E1E9F0;
}

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

.hidden {
  overflow: hidden;
}

@media (max-width: 800px) {
  .x-short+.short {
    margin-top: 30px;
  }

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

  .tall {
    padding: 40px 0;
  }

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

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

.l-style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-style01 .l-img {
  width: 46.88%;
  margin-right: 4.3%;
}

.l-style01 .l-img>p {
  font-size: 14px;
}

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

.l-style01 .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-style01 .num {
  font-family: "Lato", sans-serif;
  font-size: 50px;
  letter-spacing: 0.1em;
  color: #97B4CD;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.l-style01 .l-ttl {
  font-size: 34px;
  margin-bottom: 30px;
}

.l-style02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-style02 .l-img {
  width: 46.88%;
  margin-left: 4.3%;
}

.l-style02 .l-img>p {
  font-size: 14px;
  padding: 15px 0 0;
}

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

.l-style02 .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-style02 .num {
  font-family: "Lato", sans-serif;
  font-size: 50px;
  letter-spacing: 0.1em;
  color: #97B4CD;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.l-style02 .l-ttl {
  font-size: 34px;
  margin-bottom: 30px;
}

.l-style03 {
  display: flow-root;
  margin-bottom: 20px;
}

.l-style03 .l-img {
  float: left;
  width: 46.88%;
  margin-right: 4.3%;
}

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

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

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

  .l-style01 .num {
    font-size: 30px;
    margin-bottom: 5px;
  }

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

  .l-style02 {
    display: block;
  }

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

  .l-style02 .l-img>p {
    padding: 15px 0;
    border-bottom: 3px solid #E1E9F0;
  }

  .l-style02 .num {
    font-size: 30px;
    margin-bottom: 5px;
  }

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

  .l-style03 {
    display: block;
  }

  .l-style03 .l-img {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.list-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-col2 .list-item {
  width: 48%;
}

.list-col2 .list-item:nth-child(odd) {
  margin-right: 4%;
}

.list-col2 .list-item:nth-child(n+3) {
  margin-top: 40px;
}

.list-col2 .list-item:last-child {
  margin-right: 0;
}

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

.list-col2 .list-ttl {
  font-size: 22px;
  margin-bottom: 10px;
}

.list-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-col3 .list-item {
  width: 31.25%;
}

.list-col3 .list-item:not(:nth-child(3n)) {
  margin-right: 2%;
}

.list-col3 .list-item:nth-child(n+4) {
  margin-top: 30px;
}

.list-col3 .list-item:last-child {
  margin-right: 0;
}

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

.list-col3 .list-ttl {
  font-size: 22px;
  margin-bottom: 10px;
}

.list-col3 .list-txt {
  font-size: 14px;
}

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

  .list-col2 .list-item {
    width: 100%;
  }

  .list-col2 .list-item:nth-child(odd) {
    margin-right: 0;
  }

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

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

  .list-col3 {
    display: block;
  }

  .list-col3 .list-item {
    width: 100%;
  }

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

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

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

  .list-col3 .list-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.list-card01 .list-item {
  background: #fff;
  border: 1px solid #D9D9D9;
}

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

.list-card01 .num {
  display: block;
  color: #244F6C;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}

.list-card01 .list-ttl {
  border-bottom: 1px solid #244F6C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.list-card01 .btn-more {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

.list-card04 .list-item {
  background: #244F6C;
  padding: 40px 30px;
  width: 100%;
}

.list-card04 .list-ttl {
  border-bottom: 1px solid #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #fff;
}

.list-card04 .l-desc {
  color: #fff;
}

.list-card04 .list-disc {
  color: #fff;
}

.list-card04 .list-disc li {
  line-height: 1.3;
}

.list-card04 .list-disc li:before {
  background: #fff;
  top: 9px;
  width: 3px;
  height: 3px;
}

.list-card04 .list-disc li:not(:first-child) {
  margin-top: 10px;
}

.list-card01,
.list-card04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-card01.col2 .list-item,
.list-card04.col2 .list-item {
  width: 49%;
}

.list-card01.col2 .list-item:nth-child(odd),
.list-card04.col2 .list-item:nth-child(odd) {
  margin-right: 2%;
}

.list-card01.col2 .list-item:nth-child(n+3),
.list-card04.col2 .list-item:nth-child(n+3) {
  margin-top: 30px;
}

.list-card01.col2 .list-item:last-child,
.list-card04.col2 .list-item:last-child {
  margin-right: 0;
}

.list-card01.col3 .list-item,
.list-card04.col3 .list-item {
  padding: 25px;
  width: 31.25%;
}

.list-card01.col3 .list-item:not(:nth-child(3n)),
.list-card04.col3 .list-item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}

.list-card01.col3 .list-item:nth-child(n+4),
.list-card04.col3 .list-item:nth-child(n+4) {
  margin-top: 30px;
}

.list-card01.col3 .list-item:last-child,
.list-card04.col3 .list-item:last-child {
  margin-right: 0;
}

.list-card01.col4 .list-item,
.list-card04.col4 .list-item {
  padding: 20px;
  width: 23.5%;
}

.list-card01.col4 .list-item:not(:nth-child(4n)),
.list-card04.col4 .list-item:not(:nth-child(4n)) {
  margin-right: 2%;
}

.list-card01.col4 .list-item:nth-child(n+5),
.list-card04.col4 .list-item:nth-child(n+5) {
  margin-top: 20px;
}

.list-card01.col4 .list-item:last-child,
.list-card04.col4 .list-item:last-child {
  margin-right: 0;
}

.list-card01.center,
.list-card04.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

  .list-card04 .list-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .list-card04 .list-disc li:before {
    top: 8px;
  }

  .list-card01,
  .list-card04 {
    display: block;
  }

  .list-card01.col2 .list-item,
  .list-card04.col2 .list-item {
    width: 100%;
    padding: 25px 20px;
  }

  .list-card01.col2 .list-item:nth-child(odd),
  .list-card04.col2 .list-item:nth-child(odd) {
    margin-right: 0;
  }

  .list-card01.col2 .list-item:nth-child(n+2),
  .list-card04.col2 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }

  .list-card01.col3 .list-item,
  .list-card04.col3 .list-item {
    width: 100%;
    padding: 25px 20px;
  }

  .list-card01.col3 .list-item:not(:nth-child(3n)),
  .list-card04.col3 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-card01.col3 .list-item:nth-child(n+2),
  .list-card04.col3 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }

  .list-card01.col4 .list-item,
  .list-card04.col4 .list-item {
    width: 100%;
    padding: 25px 20px;
  }

  .list-card01.col4 .list-item:not(:last-child),
  .list-card04.col4 .list-item:not(:last-child) {
    margin-right: 0;
  }

  .list-card01.col4 .list-item:nth-child(n+2),
  .list-card04.col4 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }
}

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

.list-disc li:before {
  content: "";
  background: #244F6C;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  width: 4px;
  height: 4px;
}

.list-check li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
}

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

.list-check li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #244F6C;
  border-bottom: 2px solid #244F6C;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

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

.list-num>li:before {
  background: #244F6C;
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-family: "Lato", sans-serif;
  font-size: 11px;
  position: absolute;
  top: 5.5px;
  left: 0;
  line-height: 20px;
  text-align: center;
  width: 20px;
  height: 20px;
  font-weight: 600;
}

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

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

  .list-check li:before {
    top: 8px;
  }

  .list-num>li:before {
    top: 5px;
    padding-left: 1px;
  }

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

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

.list-disc.col3,
.list-check.col3,
.list-num.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

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

@media (max-width: 800px) {

  .list-disc.col2,
  .list-disc.col3,
  .list-disc.col4,
  .list-check.col2,
  .list-check.col3,
  .list-check.col4,
  .list-num.col2,
  .list-num.col3,
  .list-num.col4 {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
}

.dl-style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.dl-style01 dt .num {
  display: block;
  color: #244F6C;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  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: #E1E9F0;
  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;
  }
}

.list-anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

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

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

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

.list-anchor-link a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #244F6C;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.3em 0.3em;
  border-top-color: currentColor;
  border-bottom: 0;
  position: absolute;
  right: 0;
  top: 17px;
}

.list-anchor-link a:hover {
  color: #244F6C;
}

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

  .list-anchor-link li:not(:last-child):after {
    display: none;
  }

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

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

.merit-demerit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.merit-demerit .list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #E1E9F0;
  padding: 30px;
  border-top: 5px solid #244F6C;
}

.merit-demerit .list-item:nth-child(even) {
  margin-left: 4%;
  border-top: 5px solid #EC7F7E;
}

.merit-demerit .list-item:nth-child(even) .list-disc li::before {
  background: #EC7F7E;
}

.merit-demerit .list-ttl {
  margin-bottom: 20px;
}

.merit-demerit .list-ttl .en {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-right: 15px;
  line-height: 1;
}

.merit-demerit .list-ttl .jp {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

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

  .merit-demerit .list-item {
    padding: 30px 20px;
  }

  .merit-demerit .list-item:nth-child(even) {
    margin-left: 0;
  }

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

  .merit-demerit .list-ttl {
    margin-bottom: 10px;
  }

  .merit-demerit .list-ttl .en {
    font-size: 24px;
    margin-right: 10px;
  }

  .merit-demerit .list-ttl .jp {
    font-size: 14px;
  }
}

.before-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.before-after:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #97B4CD;
}

.before-after .l-item {
  width: 45%;
}

.before-after .l-img {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}

.before-after .l-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.before-after .l-txt {
  line-height: 1;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #244F6C;
}

@media (max-width: 800px) {
  .before-after {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }

  .before-after:after {
    border-width: 16px 0 16px 16px;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .before-after .l-item {
    width: 100%;
  }

  .before-after .l-item+.l-item {
    margin-top: 40px;
  }

  .before-after .l-img {
    position: relative;
    margin-bottom: 10px;
    background-color: #E1E9F0;
  }

  .before-after .l-img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .before-after .l-txt {
    line-height: 1;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 18px;
  }
}

.staff-layout-bg {
  background: #E1E9F0;
  padding: 80px 0;
}

.staff-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 5%;
}

.staff-layout .l-img {
  width: 406px;
  overflow: hidden;
}

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

.staff-layout .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* margin-top: 175px; */
}

.staff-layout .job {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  background: #97B4CD;
  display: inline-block;
  padding: 0 20px;
}

.staff-layout .name {
  margin-bottom: 30px;
}

.staff-layout .jp {
  font-size: 36px;
  margin-right: 30px;
}

.staff-layout .en {
  font-size: 18px;
}

.staff-career {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}

.staff-career li {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.staff-career .data {
  width: 27%;
  font-weight: bold;
  color: #D3B229;
  line-height: 1.2;
  padding-bottom: 3px;
}

.staff-career .data.w20 {
  width: 20%;
}

.staff-career .txt {
  width: 73%;
  line-height: 1.3;
}

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

  .staff-layout-bg::before {
    width: 100%;
    height: 100%;
  }

  .staff-layout {
    display: block;
  }

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

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

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

  .staff-layout .job {
    font-size: 16px;
  }

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

  .staff-layout .jp {
    font-size: 24px;
    margin-right: 20px;
  }

  .staff-layout .en {
    font-size: 16px;
  }

  .staff-career li {
    display: block;
  }

  .staff-career .data {
    width: auto !important;
    display: block;
    font-weight: bold;
  }

  .staff-career .txt {
    width: 100%;
  }
}

.flow-style02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8% 50px;
  padding-top: 25px;
}

.flow-style02 .l-item {
  background: #E1E9F0;
  padding: 35px 25px 30px;
  position: relative;
}

.flow-style02 .l-item:after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #97B4CD;
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow-style02 .l-item:last-child::after {
  display: none;
}

.flow-style02 .l-num {
  color: #244F6C;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: -25px;
  left: 30px;
}

.flow-style02 .l-ttl {
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}

.flow-style03 {
  display: grid;
}

.flow-style03>li {
  background-color: #E1E9F0;
  padding: 25px;
  position: relative;
}

.flow-style03>li::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #97B4CD;
  position: absolute;
  right: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.flow-style03>li:last-child::after {
  display: none;
}

.flow-style03 .list-ttl {
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.5;
}

.flow-style03 .num {
  color: #fff;
  background-color: #97B4CD;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: table;
  font-size: 13px;
  line-height: 25px;
  padding: 0 20px;
  margin: 0 auto 10px;
  border-radius: 20px;
}

.flow-style03 .list-img {
  text-align: center;
  margin-bottom: 15px;
}

.flow-style03 .list-desc {
  margin-bottom: 15px;
}

.flow-style03 .list-btn {
  margin-top: 20px;
}

.flow-style03 .btn-more {
  width: 100%;
  max-width: 100%;
}

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

.flow-style03.col2 .list-item {
  padding: 30px;
}

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

.flow-style03.col3>li::after {
  right: -22px;
}

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

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

.flow-style03.col4>li::after {
  right: -17px;
}

@media (max-width: 800px) {
  .flow-style02 {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 40px;
  }

  .flow-style02 .l-item {
    padding: 35px 20px 30px;
    width: 100%;
  }

  .flow-style02 .l-item:after {
    top: inherit;
    bottom: -32px;
    right: 50%;
    -webkit-transform: translateX(50%) rotate(90deg);
    transform: translateX(50%) rotate(90deg);
  }

  .flow-style02 .l-num {
    left: 20px;
  }

  .flow-style02 .l-ttl {
    font-size: 20px;
  }

  .flow-style03>li {
    padding: 25px 20px;
    position: relative;
  }

  .flow-style03>li::after {
    right: 50%;
    top: inherit;
    bottom: -32px;
    -webkit-transform: translateX(50%) rotate(90deg);
    transform: translateX(50%) rotate(90deg);
  }

  .flow-style03 .list-img.sp-small img {
    width: 65%;
  }

  .flow-style03.col2,
  .flow-style03.col3,
  .flow-style03.col4 {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 40px;
  }

  .flow-style03.col2 .list-item,
  .flow-style03.col3 .list-item,
  .flow-style03.col4 .list-item {
    padding: 25px 20px;
  }

  .flow-style03.col3>li {
    padding: 25px 20px;
  }

  .flow-style03.col3>li::after {
    right: 50%;
  }

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

  .flow-style03.col4>li::after {
    right: 50%;
  }
}

.faq-style04 dt {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  padding: 0 30px 10px 0;
  margin: 0 0 15px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-style04 dt .ico {
  background: #244F6C;
}

.faq-style04 dt .txt {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
}

.faq-style04 dt::after {
  content: "";
  background: url(../images/share/ico_open.svg) center/contain no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 0;
}

.faq-style04 dt:not(.is-open):hover {
  opacity: 0.5;
}

.faq-style04 dt.is-open::before {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.faq-style04 dt.is-open::after {
  background: url(../images/share/ico_close.svg) center/contain no-repeat;
}

.faq-style04 dd {
  display: none;
}

.faq-style04 dd .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq-style04 dd+dt {
  margin-top: 30px;
}

.faq-style04 dd .ico {
  background: #97B4CD;
}

.faq-style04 .ico {
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding-left: 2px;
  margin: 0 15px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq-style04 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 800px) {
  .faq-style04 dt {
    padding: 0 30px 10px 0;
    margin: 0 0 15px;
  }

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

  .faq-style04 dt::after {
    top: 2px;
  }

  .faq-style04 dd {
    display: none;
  }

  .faq-style04 dd+dt {
    margin-top: 20px;
  }

  .faq-style04 .ico {
    font-size: 17px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 13px 0 0;
    padding-left: 0;
  }
}

.table-style01 {
  border: 1px solid #D9D9D9;
  background: #fff;
}

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

.table-style01 th {
  background-color: #97B4CD;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  width: 30%;
}

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

.table-style02 {
  background-color: #fff;
  border: 1px solid #D9D9D9;
}

.table-style02 th,
.table-style02 td {
  border: 1px solid #D9D9D9;
  line-height: 1.7;
  padding: 15px;
}

.table-style02 th {
  background-color: #97B4CD;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  width: 20%;
}

.table-style02 th.bg01 {
  background-color: #E1E9F0;
  color: #271B0F;
}

.table-style02 .table-img {
  text-align: center;
}

@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: #244F6C;
  }

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

.tel-layout02 {
  background: #244F6C;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
}

.tel-layout02 .l-ttl {
  border-bottom: 1px solid #fff;
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}

.tel-layout02 .tel {
  color: #fff;
}

.tel-layout02 .tel:before {
  background: url(../images/share/icon_tel_w.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.tel-layout02 .l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.tel-layout02 .btn-more {
  color: #244F6C;
  border: 1px solid #fff;
  margin-left: 50px;
  max-width: 350px;
}

.tel-layout02 .btn-more:before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.tel-layout02 .btn-more .small {
  font-size: 12px;
}

.tel-layout02 .btn-more p+p {
  margin-top: 8px;
}

@media (max-width: 800px) {
  .tel-layout02 {
    max-width: 100%;
    margin: 0;
    padding: 25px 20px;
  }

  .tel-layout02 .l-ttl {
    font-size: 16px;
    padding-bottom: 10px;
    margin: 0 auto 20px;
  }

  .tel-layout02 .l-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tel-layout02 .l-time {
    grid-template-columns: 65px 1fr;
    margin-left: 0;
    margin-top: 20px;
    font-size: 14px;
  }

  .tel-layout02 .l-time dt {
    font-size: 11px;
  }

  .tel-layout02 .btn-more {
    margin: 20px 0 0 0;
  }
}

.box-style01 {
  background: #E1E9F0;
  padding: 50px;
}

.box-style01 .box-ttl {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  color: #244F6C;
}

.box-style01 .box-ttl02 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}

.box-style01 .box-ttl02::before {
  content: "";
  width: 6px;
  height: 23px;
  position: absolute;
  top: 5px;
  left: 0;
  background: #244F6C;
}

.box-style02 {
  background: #97B4CD;
  color: #fff;
  padding: 40px;
}

.box-style02 .box-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.7;
  color: #fff;
}

.box-style02 .box-ttl img {
  width: 25px;
  margin: 5px 15px 0 0;
}

.box-style02 .list-disc>li::before {
  background: #fff;
}

.box-style03 {
  background: #E1E9F0;
  padding: 50px;
}

.box-style03 .box-ttl {
  font-size: 24px;
  margin-bottom: 30px;
  color: #244F6C;
}

.box-style04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-style04 .box-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #E1E9F0;
  padding: 40px 30px;
}

.box-style04 .box-item:last-child {
  margin-left: 24px;
}

.box-style04 .box-ttl {
  text-align: center;
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #244F6C;
  border-bottom: 1px solid #244F6C;
  letter-spacing: 0.1em;
}

.box-style04 .txt {
  color: #244F6C;
  font-size: 15px;
}

.box-style05 {
  background: #fff;
  padding: 50px 60px 60px;
}

.box-style05 .txt {
  font-size: 15px;
}

.box-style05 .staff-layout {
  max-width: 100%;
  width: 100%;
}

.box-style05 .staff-layout .l-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 0 50px;
}

.box-style05 .staff-layout .l-img img {
  height: auto;
}

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

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

  .box-style01 .box-ttl02 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 12px;
  }

  .box-style01 .box-ttl02::before {
    width: 5px;
    height: 17px;
    top: 5px;
  }

  .box-style02 {
    padding: 25px 20px;
  }

  .box-style02 .box-ttl {
    font-size: 18px;
  }

  .box-style02 .box-ttl img {
    width: 25px;
    margin: 4px 10px 0 0;
  }

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

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

  .box-style04 {
    display: block;
  }

  .box-style04 .box-item {
    padding: 25px 20px;
  }

  .box-style04 .box-item:last-child {
    margin: 20px 0 0 0;
  }

  .box-style04 .box-ttl {
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #244F6C;
    border-bottom: 1px solid #244F6C;
    letter-spacing: 0.1em;
  }

  .box-style04 .txt {
    color: #244F6C;
    font-size: 15px;
  }

  .box-style05 {
    padding: 25px 20px;
  }

  .box-style05 .staff-layout .l-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 20px 0;
  }
}

.slider-bg {
  padding-bottom: 40px;
  position: relative;
}

.slider-bg::before {
  position: absolute;
  content: "";
  background: #E1E9F0;
  width: 100%;
  height: 83.69%;
  bottom: 0;
  left: 0;
}

.under-slider03-main {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto 30px;
}

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

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

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

.under-slider03-thumb .splide__slide {
  height: 132px;
  width: 180px;
}

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

.under-slider03-thumb .splide__arrow {
  background: unset;
  border-radius: 0;
  height: 44px;
  width: 27px;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  background: url(../images/under/under-slider03-arrow.svg) center/contain no-repeat;
}

.under-slider03-thumb .splide__arrow--prev::after,
.under-slider03-thumb .splide__arrow--next::after {
  border: unset;
}

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

.under-slider03-thumb .splide__arrow--next {
  right: -90px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.under-slider03-thumb .splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #244F6C;
}

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

@media (max-width: 800px) {
  .under-slider03-main {
    max-width: 100%;
    margin: 0 auto 20px;
  }

  .under-slider03-thumb {
    width: calc(100% - 140px);
    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 #244F6C;
  }

  .under-slider03-thumb .splide__arrow {
    height: 24px;
  }
}

/*------------
モーダル
-------------*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
}

.modal-bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
}

.modal-content-inr {
  text-align: center;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #244F6C;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 800px) {
  .modal-content {
    padding: 30px 20px;
    max-height: 80%;
    height: auto;
    overflow: scroll;
  }

  .modal-content-inr {
    height: 100%;
  }

  .modal-close {
    width: 30px;
    height: 30px;
    font-size: 24px;
  }
}

/*------------
個人情報保護方針
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid #244F6C;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

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

/*------------
Footer
--------------*/
.footer {
  position: relative;
  z-index: 1;
}

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

.footer .f-contact {
  margin: 0 auto;
  width: 820px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 70px;
  margin-bottom: 80px;
  background: #244F6C;
}

.footer .f-contact .tel {
  font-size: 34px;
  padding-left: 37px;
  margin-bottom: 15px;
  color: #fff;
}

.footer .f-contact .tel::before {
  background: url(../images/share/icon_tel_w.svg) center/contain no-repeat;
  height: 32px;
  width: 32px;
}

.footer .f-contact .btn-icon {
  font-size: 19px;
  min-width: 340px;
  background: #fff;
  color: #244F6C;
  font-weight: 500;
  height: 74px;
}

.footer .f-contact .btn-icon .small {
  font-size: 14px;
  font-weight: 400;
}

.footer .f-contact .btn-icon img {
  width: 31px;
  margin-right: 9px;
}

.footer .f-contact .btn-icon::before {
  border-color: #fff;
}

.footer .t-ttl {
  color: #fff;
  padding-right: 70px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.footer .t-ttl::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  height: 137px;
  width: 1px;
}

.footer .t-ttl .en {
  margin-bottom: 22px;
}

.footer .t-ttl .jp {
  line-height: 1;
}

.footer .f-contact .t-ttl .jp {
  color: #FFF;
}

.footer .f-contact-wrap {
  margin-left: 70px;
}

.footer .f-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 80px;
}

.footer .f-bottom-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
}

.footer .f-logo {
  display: block;
  width: 346px;
  margin-bottom: 20px;
}

.footer .f-accsess {
  margin-bottom: 10px;
}

.footer .tel {
  margin-bottom: 30px;
}

.footer .f-headline {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #244F6C;
  padding-bottom: 10px;
  border-bottom: 1px solid #D6DDE3;
  margin-bottom: 20px;
}

.footer .f-navi {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .f-navi-item {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 230px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer .f-navi-item:first-child {
  margin-right: 30px;
}

.footer .f-navi-item .ttl {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D6DDE3;
  color: #244F6C;
}

.footer .f-navi-item>.item {
  padding-left: 20px;
  position: relative;
}

.footer .f-navi-item>.item::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  height: 1px;
  width: 10px;
  background: #244F6C;
}

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

.footer .f-navi-item>.item>a:not([href="#"]) {
  text-decoration: none;
}

.footer .f-navi-item>.item>a:not([href="#"]):hover {
  text-decoration: underline;
}

.footer .f-navi-item>.item>a[href="#"] {
  cursor: auto;
  pointer-events: none;
  text-decoration: underline;
}

.footer .copyright {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 15px;
  border-top: 1px solid #C3CCD5;
}

.footer .time-table {
  background: #fff;
}

.pagetop {
  background-color: #fff;
  border: 1px solid #244F6C;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
}

.pagetop:after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: 1px solid #244F6C;
  border-right: 1px solid #244F6C;
  position: absolute;
  top: 33%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pagetop span {
  color: #244F6C;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  line-height: 1;
}

@media (max-width: 800px) {
  .footer::before {
    height: 90%;
  }

  .footer .f-contact {
    width: 80%;
    padding: 30px;
    margin-bottom: 40px;
    display: block;
  }

  .footer .f-contact .tel {
    padding-left: 28px;
    font-size: 24px;
  }

  .footer .f-contact .tel::before {
    width: 22px;
    height: 22px;
  }

  .footer .f-contact .btn-icon {
    min-width: 0;
    width: 100%;
    font-size: 16px;
    height: 80px;
    padding: 0 10px;
  }

  .footer .t-ttl {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .footer .t-ttl::before {
    display: none;
  }

  .footer .t-ttl .en {
    margin-bottom: 15px;
  }

  .footer .f-contact-wrap {
    margin-left: 0;
  }

  .footer .f-logo {
    width: 80%;
  }

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

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

  .footer .f-bottom {
    display: block;
    margin-bottom: 40px;
  }

  .footer .f-bottom-left {
    margin: 0 0 20px 0;
  }

  .footer .f-headline {
    font-size: 18px;
  }

  .footer .f-navi {
    margin-left: 0;
  }

  .footer .f-navi-item {
    font-size: 12px;
    width: 100%;
    max-width: none;
  }

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

  .footer .f-navi-item:nth-child(n+3) {
    margin-top: 20px;
  }

  .footer .f-navi-item .ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .footer .f-navi-item .item {
    line-height: 1.5;
    padding-left: 16px;
  }

  .footer .f-navi-item .item::before {
    width: 8px;
    top: 9px;
  }

  .footer .copyright {
    font-size: 11px;
    padding: 15px 15px 65px;
  }

  .pagetop {
    display: none;
  }

  .fixed-menu01,
  .fixed-menu02 {
    display: none;
  }
}

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

.list-post-type02 .list-item {
  padding: 50px;
  background: #E1E9F0;
}

.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 .before-after .l-img {
  background-color: #fff;
}

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

.post-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

.post-layout .post-desc {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

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

.postdata h4 {
  font-size: 18px;
  /* color: #97B4CD; */
  padding-left: 1em;
  margin-bottom: 15px;
  position: relative;
}

.postdata h4::before {
  content: "";
  background: #244F6C;
  height: 1.5em;
  width: 5px;
  position: absolute;
  top: 2px;
  left: 0;
}

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

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

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

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

.postdata a {
  text-decoration: underline;
}

.postdata a:hover {
  text-decoration: none;
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  list-style: inside disc;
}

.postdata ul li>ul {
  margin: 0 0 0 15px;
}

.postdata ol li {
  list-style: inside decimal;
}

.postdata ol li>ol {
  margin: 0 0 0 15px;
}

.post-data {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 15px;
}

.post-data time {
  color: #97B4CD;
  font-size: 12px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  line-height: 1;
}

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

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

.post-ttl {
  font-size: 26px;
  line-height: 1.8;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
  word-break: break-all;
}

.post-category02 {
  line-height: 1;
}

.post-category02 span {
  display: inline-block;
  font-size: 12px;
  color: #244F6C;
}

.post-category02 span:before {
  content: " #";
}

.post-category02 span:not(:last-child) {
  margin-right: 5px;
}

.u-post-category02 {
  background: #97B4CD;
  color: #fff;
  line-height: 1;
  padding: 3px 10px 7px;
  display: inline-block;
}

.u-post-category02 span {
  font-size: 12px;
  font-weight: 500;
}

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

/*セレクト式カテゴリー*/
.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 #244F6C;
  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: 18px;
  color: #244F6C;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 120%;
}

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

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

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

.post-number .current::after {
  content: "";
  border-bottom: 2px solid #244F6C;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
}

/*詳細用ページャー*/
.post-number-single {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

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

.post-number-single a.next {
  margin-top: 0;
}

.post-number-single a.next::before {
  content: "";
  background: url(../images/share/icon_arrow_post_left.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
}

.post-number-single a.prev {
  margin-top: 0;
}

.post-number-single a.prev::after {
  content: "";
  background: url(../images/share/icon_arrow_post_right.svg) no-repeat center/contain;
  display: inline-block;
  margin-left: 15px;
  width: 30px;
  height: 30px;
}

.post-number-single a:hover {
  opacity: 0.5;
}

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

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

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

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

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

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

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

  .post-ttl {
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 1.5;
  }

  .post-category-ttl {
    word-break: break-all;
    text-align: left;
  }

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

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

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

  .post-data {
    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;
  }

  .u-post-category02 span {
    font-size: 11px;
    padding: 3px 0;
  }
}

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/
.btn-more {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  padding: 17px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #244F6C;
  border: 1px solid #244F6C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  background: #fff;
}

.btn-more:before {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #244F6C;
  border-right: 1px solid #244F6C;
}

.btn-more:hover {
  color: #fff;
  background-color: #244F6C;
}

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

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

.btn-more.wide {
  max-width: 320px;
  padding: 17px 20px;
}

.btn-more.color01 {
  background: #97B4CD;
  color: #fff;
  border: 1px solid #fff;
}

.btn-more.color01::before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.btn-more.color01:hover {
  color: #97B4CD;
  background-color: #fff;
}

.btn-icon {
  background: #244F6C;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 200px;
  height: 63px;
  font-size: 15px;
  line-height: 1.1;
  color: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-icon:before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #244F6C;
  border-right: 1px solid #244F6C;
}

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

.btn-icon .small {
  font-size: 12px;
}

.btn-icon img {
  width: 20px;
  margin-right: 8px;
}

.btn-icon svg {
  width: 20px;
  stroke: #fff;
  margin-right: 8px;
}

.btn-icon.large {
  min-width: 280px;
  font-size: 19px;
}

.btn-icon.large img,
.btn-icon.large svg {
  width: 30px;
  margin-right: 9px;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -8px;
}

.btn-wrap a {
  margin: 8px;
}

.btn-wrap.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0;
}

@media (max-width: 800px) {
  .btn-more {
    width: 100%;
    min-width: auto;
    max-width: 100%;
  }

  .btn-icon,
  .btn-icon.large {
    min-width: 0;
    width: 100%;
  }

  .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
}

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

.sup {
  font-size: 10px;
}

.marker span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #E1E9F0));
  background: linear-gradient(transparent 60%, #E1E9F0 60%);
  padding-bottom: 3px;
}

.marker .large {
  font-size: 30px;
}

.marker .small {
  font-size: 20px;
}

.link {
  color: #244F6C;
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

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

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

.fo14 {
  font-size: 14px;
}

.fo13 {
  font-size: 13px;
}

.fo20 {
  font-size: 20px;
}

.fo-red {
  color: #E83929;
}

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

  .fo20-sp {
    font-size: 20px;
  }
}

/*診療カレンダー*/
:root {
  --event01: #D57969;
  --event02: #D3B229;
  --event03: #86B260;
  --event04: #4C80A0;
}

.calendar-box {
  background: #F0F4F8;
  padding: 20px 40px;
}

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

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

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

.business-calendar-box-wrap .business-calendar caption span {
  line-height: 1;
  font-size: 18px;
  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: "";
  position: absolute;
  top: 69%;
  right: 9px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: 1px solid #97B4CD;
  border-left: 1px solid #97B4CD;
  position: absolute;
}

.business-calendar-box-wrap .business-calendar-future a::before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  right: 9px;
}

.business-calendar-box-wrap .business-calendar th {
  border-top: 1px solid #D6DDE3;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #244F6C;
  padding: 5px;
  width: 14%;
}

.business-calendar-box-wrap .business-calendar td {
  position: relative;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  padding: 5px;
  z-index: 0;
}

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

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

.business-calendar-box-wrap.col2 {
  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;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-event li {
  font-size: 16px;
  line-height: 1.5;
}

.list-event li:not(:last-of-type) {
  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 {
    padding: 0;
  }

  .business-calendar-box-wrap .business-calendar {
    font-size: 12px;
    width: 100%;
    padding: 0 5px;
  }

  .business-calendar-box-wrap .business-calendar th,
  .business-calendar-box-wrap .business-calendar td {
    padding: 5px;
    font-size: 12px;
  }

  .calendar-box {
    padding: 10px;
  }

  .calendar-box .business-calendar-box {
    display: block;
  }

  .time-table {
    font-size: 14px;
  }

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

  .list-event {
    display: block;
  }

  .list-event li {
    font-size: 12px;
  }
}

/*診療時間*/
.time-table {
  padding: 10px 20px;
  background: #F0F4F8;
  text-align: center;
  overflow: hidden;
}

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

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

.time-table-body .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7px 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 {
  margin-top: 10px;
}

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

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

  .time-table-head,
  .time-table-body {
    grid-template-columns: 80px repeat(6, 1fr) 45px !important;
  }

  .time-table-txt {
    font-size: 13px;
  }
}

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

.tel {
  display: inline-block;
  font-size: 28px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #244F6C;
  line-height: 1;
  padding-left: 28px;
  position: relative;
}

.tel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/share/icon_tel.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

@media (max-width: 800px) {

  /*
  .map {
      height: 300px;
    }
  */
  .tel {
    font-size: 24px;
    padding-left: 25px;
  }

  .tel:before {
    width: 20px;
    height: 25px;
  }
}

.price-style {
  display: grid;
  grid-gap: 20px;
}

.price-style .list-intro {
  border-bottom: 1px solid #E1E9F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #271B0F;
  font-size: 18px;
  padding: 0 0 5px;
}

.price-style .list-desc {
  color: #747474;
  font-size: 13px;
  margin-top: 8px;
}

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

  .price-style .list-intro {
    font-size: 15px;
  }
}

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

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

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

.splide__pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0 2px;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  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 {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

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

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

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

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

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list {
  display: block;
}

.splide__track--fade>.splide__list>.splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #e9e9e9;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 64px;
  width: 64px;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

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

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

.splide__arrow--next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

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

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

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

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 1em;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

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

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

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000;
}

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

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

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

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

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

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

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

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

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

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

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

  .splide__arrow--prev::after,
  .splide__arrow--next::after {
    width: 12px;
    height: 12px;
  }
}

/*------------
sidebar-layout
--------------*/
.sidebar-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 100px 0 100px 5%;
  margin: 0 auto;
  max-width: 1400px;
}

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

.side-contents {
  width: 220px;
}

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

.side-contents-ttl {
  border-bottom: 1px solid #D9D9D9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding-bottom: 10px;
  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 {
  font-size: 14px;
  padding-left: 15px;
  position: relative;
}

.side-area-links li::before {
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #97B4CD;
  position: absolute;
  top: 10px;
  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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 50px 5vw;
    width: 100%;
  }

  .sidebar-layout .tall+.tall {
    margin-top: 50px;
  }

  .sidebar-layout.sp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sidebar-layout.sp-reverse .side-contents {
    margin: 0 0 50px;
  }

  .main-contents {
    width: 100%;
    padding: 0;
  }

  .side-contents {
    width: 100%;
    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;
  }
}

.anchor-link {
  background: #E1E9F0;
  padding: 40px 50px;
}

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

.anchor-link .l-ttl {
  border-bottom: 1px solid;
  color: #244F6C;
  font-size: 26px;
  padding-bottom: 5px;
  text-align: center;
  margin-bottom: 25px;
}

.anchor-link .l-list>li {
  padding-left: 1em;
  position: relative;
}

.anchor-link .l-list>li::before {
  background: #244F6C;
  border-radius: 50%;
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
}

.anchor-link .inlist>li {
  color: #244F6C;
  list-style: decimal;
  list-style-position: inside;
  position: relative;
}

.anchor-link .inlist>li a {
  color: #333;
}

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

  .anchor-link .l-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .anchor-link .l-list>li::before {
    top: 12px;
  }
}

.btn-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5em 2em;
}

.webbtn {
  height: 70px;
  width: 280px;
}

.u-em01 {
  color: #30799B;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
}

.concern-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}

.concern-list .item {
  border: 2px solid #97B4CD;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 22px;
  width: 320px;
}

.concern-list .item:hover {
  opacity: 0.7;
}

.concern-list .item .list-ttl {
  border-bottom: 1px solid #607D8B;
  color: #244F6C;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding-bottom: 3px;
  text-align: center;
  margin-bottom: 20px;
}

.concern-list .item .list-img {
  text-align: center;
  margin-bottom: 15px;
}

.sec10 {
  padding-bottom: 160px;
}

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

.sec10 .t-ttl .en {
  margin: 0 auto 15px;
}

@media (max-width: 800px) {
  .btn-center {
    gap: 1em 2em;
  }

  /* .webbtn {
    height: 70px;
    width: 280px;
  } */
  .u-em01 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .concern-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1em 0;
  }

  .concern-list .item {
    padding: 10px;
    width: 48%;
  }

  .concern-list .item .list-ttl {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .concern-list .item .list-img {
    margin-bottom: 10px;
  }

  .concern-list .item .list-txt {
    font-size: 13px;
  }

  .sec10 {
    padding-bottom: 60px;
  }
}

a.link-blue {
  color: #0089ee !important;
  text-decoration: underline !important;
}

a.link-black {
  color: #000000 !important;
  text-decoration: underline !important;
}
