@charset "UTF-8";

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

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

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

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

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

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

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

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

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input,
select {
  vertical-align: middle;
}

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

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

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

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

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

::selection {
  background: #d4dcd6;
}

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

body,
html {
  height: 100%;
}

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

html {
  scroll-behavior: smooth;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media (max-width: 800px) {

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

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

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

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

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

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

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

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

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

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

.header-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px 0 20px;
  background: rgba(11, 75, 129, 0.5);
  width: 100%;
  height: 126px;
  transition: 0.3s;
}

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

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

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

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

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

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

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

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

.header .h-tel-txt {
  font-family: "Noto Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 10px;
  color: #fff;
  background: #54A7EF;
  text-align: center;
  margin-bottom: 3px;
}

.header .h-tel-txt.color01 {
  background: #0B385D;
}

.header .h-tel .only-fixed {
  display: none;
}

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

.header.is-fixed .header-inr {
  background: rgba(255, 255, 255, 0.8);
  height: auto;
  padding: 6px 20px;
}

.header.is-fixed .h-top {
  margin-bottom: 10px;
}

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

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

.header.is-fixed .h-tel .-item {
  display: grid;
  grid-template-columns: 41px 1fr;
  grid-gap: 10px;
  align-items: center;
}

.header.is-fixed .h-tel .h-tel-txt {
  font-size: 11px;
  padding: 4px 0;
  margin-bottom: 0;
  line-height: 1;
}

.header.is-fixed .h-tel .only-fixed {
  display: block;
}

.header.is-fixed .h-tel .h-tel-txt-sub {
  display: none;
}

.header.is-fixed .h-tel .tel {
  color: #333;
  font-size: 23px;
  padding-left: 22px;
}

.header.is-fixed .h-tel .tel::before {
  background: url(../images/share/icon_tel_h01.svg) center/contain no-repeat;
  width: 17px;
  height: 21px;
}

.header.is-fixed .h-tel .tel.type01::before {
  background: url(../images/share/icon_tel_h02.svg) center/contain no-repeat;
  width: 17px;
  height: 21px;
}

.header.is-fixed .btn-icon {
  height: 30px;
}

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

.header.is-fixed .pc-navi .item-link::after {
  bottom: -3px;
}

.header.is-fixed .pc-navi .item .item-link::after {
  background: #3C84C2;
}

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

  .header-inr {
    height: auto;
    height: 76px;
  }

  .header .h-logo {
    width: 235px;
    max-width: none;
  }

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

  .header.is-fixed .header-inr {
    background: rgba(11, 75, 129, 0.5);
  }
}

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

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

.pc-navi .item .item-link {
  display: block;
  transition: 0.3s;
  position: relative;
  padding: 0 13px;
}

.pc-navi .item .item-link::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transition: width 0.3s ease, opacity 0.3s ease;
}

.pc-navi .item .item-link:hover::after {
  width: 100%;
  opacity: 1;
}

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

.pc-dropdown {
  margin-right: 25px !important;
  position: relative;
}

.pc-dropdown::after {
  content: "";
  position: absolute;
  background: url(../images/share/icon_plus.svg) center/contain no-repeat;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  height: 11px;
  width: 11px;
}

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

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

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

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

.pc-dropdown .pc-navi-child li:not(:last-child) {
  margin-bottom: 10px;
}

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

.pc-dropdown:hover .item-link::after {
  width: 100%;
  opacity: 1;
}

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

.sp-navi {
  display: none;
}

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

  .pc-navi {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: #3C84C2;
    position: absolute;
    transition: 0.5s;
  }

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

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

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

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

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

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

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

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

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}

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

.hero .splide__controls {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}

.hero .splide__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #3C84C2;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.hero .splide__toggle svg {
  width: 10px;
  height: 10px;
  fill: #fff;
}

.hero .splide__toggle .splide__toggle__pause {
  display: none;
}

.hero .splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.hero .splide__toggle.is-active .splide__toggle__pause {
  display: block;
}

.hero .splide__toggle:hover {
  opacity: 0.8;
  transform: scale(1.1);
}

.hero .splide__pagination {
  position: static;
  justify-content: flex-end;
  gap: 10px;
}

.hero .splide__pagination li {
  line-height: 1;
  margin-bottom: 5px;
}

.hero .splide__pagination .splide__pagination__page {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.hero .splide__pagination .splide__pagination__page.is-active {
  background: #3C84C2;
}

.hero-desc {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
}

.hero-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 77px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}

.hero-ttl .-small {
  font-size: 59px;
}

.hero-ttl .-marker {
  display: inline-block;
  position: relative;
}

.hero-ttl .-marker::before {
  content: "";
  position: absolute;
  background: url(../images/hero-ttl-marker01.svg) center/contain no-repeat;
  bottom: 5px;
  left: -24px;
  height: 22px;
  width: 643px;
  z-index: -1;
}

.hero-ttl .-marker02 {
  display: inline-block;
  position: relative;
}

.hero-ttl .-marker02::before {
  content: "";
  position: absolute;
  background: url(../images/hero-ttl-marker02.svg) center/contain no-repeat;
  bottom: 5px;
  left: -24px;
  height: 22px;
  width: 676px;
  z-index: -1;
}

.hero-list {
  position: absolute;
  bottom: 130px;
  left: 90px;
}

.hero-list-inr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 665px;
}

.hero-list li:nth-child(1) {
  background: url(../images/hero_deco01.png) center/contain no-repeat;
}

.hero-list li:nth-child(2) {
  background: url(../images/hero_deco02.png) center/contain no-repeat;
}

.hero-list li:nth-child(3) {
  background: url(../images/hero_deco03.png) center/contain no-repeat;
}

.hero-list li {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.85;
  width: 210px;
  height: 210px;
}

.hero-en {
  position: absolute;
  color: rgba(255, 255, 255, 0.4);
  font-size: 7.8vw;
  bottom: 15px;
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}

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

  .hero-inr {
    position: relative;
  }

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

  .hero .splide__controls {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: 25px;
  }

  .hero-desc {
    width: 95%;
    top: 110px;
    left: 16px;
    transform: translateY(0);
  }

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

  .hero-ttl .-marker::before {
    width: 318px;
    bottom: -2px;
    left: -15px;
  }

  .hero-ttl .-marker02::before {
    width: 334px;
    bottom: -2px;
    left: -15px;
  }

  .hero-ttl .-small {
    font-size: 29px;
  }

  .hero-en {
    font-size: 42px;
    line-height: 1.1;
    left: 3%;
    bottom: 0;
  }
}

@media (max-width: 800px) and (max-width: 375px) {
  .hero-en {
    font-size: 40px;
  }
}

@media (max-width: 800px) {
  .hero-list {
    margin-top: 10px;
    position: static;
  }

  .hero-list-inr {
    width: 90%;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .hero-list li {
    width: 100%;
    height: 100%;
    min-width: 114px;
    min-height: 114px;
    font-size: 12px;
  }
}

@media (max-width: 800px) and (max-width: 399px) {
  .hero-list li {
    min-width: 95px;
    min-height: 95px;
  }
}

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.t-ttl {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 67px;
  position: relative;
}

.t-ttl .en {
  position: absolute;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  top: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ECF2F9;
  display: block;
  line-height: 1;
  z-index: -1;
}

.t-ttl .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.7;
}

.t-ttl.color01 .en {
  color: rgba(255, 255, 255, 0.2);
}

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

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

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

  .t-ttl .jp {
    font-size: 24px;
    line-height: 1.4;
  }
}

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

.sec01 .container,
.sec01 .footer .f-bottom,
.footer .sec01 .f-bottom,
.sec01 .footer-inr,
.sec01 .breadcrumb ul,
.breadcrumb .sec01 ul {
  position: relative;
  z-index: 1;
}

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

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

.sec01-layout .l-img {
  flex: 1;
  margin-right: 20px;
  margin-left: -25%;
}

.sec01-layout .l-img .sec01-img {
  position: relative;
}

.sec01-layout .l-img .sec01-img::before {
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #3C84C2, #0B4B81);
  top: 20px;
  right: -20px;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.sec01-layout .l-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec01-layout .l-desc {
  width: 48%;
}

.sec01-layout .l-ttl {
  font-size: 32px;
  font-weight: 600;
  border-bottom: 2px solid #3C84C2;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.sec01-list {
  margin: 30px 0;
}

.sec01-list li {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-left: 45px;
}

.sec01-list li::before {
  content: "";
  position: absolute;
  background: url(../images/sec01-list-deco.svg) center/contain no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 11px;
  width: 31px;
}

.sec01-box {
  padding: 110px 30px 40px;
  background: #ECF2F9;
  border: 1px solid #3C84C2;
  position: relative;
}

.sec01-box.large {
  padding: 110px 59px 65px;
  margin-bottom: 100px;
}

.sec01-box .box-ttl {
  position: absolute;
  left: 0;
  top: 30px;
  background: #3C84C2;
  padding: 10px 20px 10px 30px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.sec01-ttl {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  text-align: center;
}

.sec01-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-bottom: 50px;
}

.sec01-card li {
  background: #ECF2F9;
  position: relative;
  padding: 50px 40px 65px;
}

.sec01-card li::before {
  content: "";
  position: absolute;
  border: 1px solid #3C84C2;
  top: 10px;
  left: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
}

.sec01-card li .card-img {
  width: 150px;
  margin: 0 auto 30px;
}

.sec01-card li .card-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

.sec01-en {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  text-align: center;
  font-size: 7.2vw;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  color: #ECF2F9;
  display: block;
  line-height: 1;
  z-index: 0;
}

@media (max-width: 1350px) {
  .sec01-en {
    font-size: 7.2vw;
  }
}

@media (max-width: 1270px) {
  .sec01-en {
    font-size: 6.5vw;
  }
}

.sec02 {
  padding: 110px 0 150px;
  position: relative;
}

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

.sec02 .t-ttl {
  margin-bottom: 80px;
}

.sec02-card01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-bottom: 45px;
}

.sec02-card01 li {
  background: rgba(255, 255, 255, 0.95);
  position: relative;
  padding: 50px 40px 50px;
}

.sec02-card01 li::before {
  content: "";
  position: absolute;
  border: 1px solid #3C84C2;
  top: 10px;
  left: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
}

.sec02-card01 li::after {
  content: "";
  position: absolute;
  background: url(../images/sec02_deco.svg) center/contain no-repeat;
  top: 15px;
  left: 15px;
  height: 47px;
  width: 47px;
}

.sec02-card01 li .card-ttl {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  height: 101px;
  line-height: 1.7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.sec02-card01 li .card-desc {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.sec02-card01 li .card-btn {
  text-align: center;
}

.sec02-card02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}

.sec02-card02 .card-item {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  position: relative;
  padding: 20px 35px 20px 20px;
  transition: all 0.3s;
}

.sec02-card02 .card-item:hover {
  opacity: 0.8;
}

.sec02-card02 .card-item::before {
  content: "";
  position: absolute;
  border: 1px solid #3C84C2;
  top: 10px;
  left: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
}

.sec02-card02 .card-item::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #3C84C2 transparent;
}

.sec02-card02 .card-item .card-img {
  width: 110px;
}

.sec02-card02 .card-item .card-ttl {
  flex: 1;
  margin-left: 30px;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 1400px) {
  .sec02-card02 .card-item .card-ttl {
    font-size: 22px;
  }
}

.sec03 {
  padding: 145px 0 200px;
  position: relative;
}

.sec03 .t-ttl {
  padding-top: 160px;
  margin-bottom: 80px;
}

.sec03 .t-ttl .en {
  line-height: 0.95;
}

.sec03-layout {
  display: flex;
  gap: 50px;
}

.sec03-layout+.sec03-layout {
  margin-top: 100px;
}

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

.sec03-layout.reverse .l-img {
  margin-left: 20px;
  margin-right: -25%;
}

.sec03-layout.reverse .l-img .sec03-img::before {
  right: auto;
  left: -20px;
}

.sec03-layout .-num {
  display: block;
  width: 100%;
  max-width: 85px;
  margin-bottom: 10px;
}

.sec03-layout .l-img {
  flex: 1;
  margin-right: 20px;
  margin-left: -25%;
}

.sec03-layout .l-img .sec03-img {
  position: relative;
}

.sec03-layout .l-img .sec03-img::before {
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #3C84C2, #0B4B81);
  top: 20px;
  right: -20px;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.sec03-layout .l-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec03-layout .sec03-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sec03-layout .l-desc {
  width: 50%;
}

.sec03-layout .l-desc p+p {
  margin-top: 2em;
}

.sec03-layout .l-ttl {
  font-size: 32px;
  font-weight: 600;
  border-bottom: 2px solid #3C84C2;
  padding-bottom: 10px;
  margin-bottom: 55px;
}

.sec03-layout .l-ttl02 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}

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

.sec03-en {
  position: absolute;
  bottom: -15px;
  left: 0;
  text-align: center;
  font-size: 9.4vw;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  color: #ECF2F9;
  display: block;
  line-height: 1;
  z-index: -1;
}

@media (max-width: 1650px) {
  .sec03-en {
    font-size: 9.2vw;
  }
}

.sec04 {
  position: relative;
  padding: 120px 0;
}

.sec04 .t-ttl {
  margin-bottom: 90px;
}

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

.sec04-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  align-items: start;
  margin-bottom: 80px;
}

.sec04-card li {
  position: relative;
}

.sec04-card li:nth-child(1) {
  margin-top: 0;
}

.sec04-card li:nth-child(2) {
  margin-top: 50px;
}

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

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

.sec04-card li:nth-child(5) {
  margin-top: -10px;
}

.sec04-card li:nth-child(6) {
  margin-top: 40px;
}

.sec04-card li .-num {
  position: absolute;
  top: -32px;
  left: -20px;
  font-family: "Noto Sans", sans-serif;
  font-size: 71px;
  text-shadow: 3px 2px 0 rgba(0, 0, 0, 0.5);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  z-index: 2;
}

.sec04-card li .card-img {
  width: 100%;
  margin: 0;
}

.sec04-card li .card-img img {
  width: 100%;
  height: auto;
  display: block;
}

.sec04-card li .l-desc {
  height: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
}

.sec04-card li .l-desc .card-ttl {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
}

.sec04 .btn-more {
  max-width: 295px;
}

.sec05 {
  position: relative;
  padding: 120px 0;
}

.sec05 .t-ttl {
  margin-bottom: 90px;
}

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

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

.sec05-layout .l-desc {
  flex: 1;
  margin-left: 20px;
}

.sec05-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 50px;
}

.sec05-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 15px;
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1;
}

.sec05-list .-num {
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  padding-left: 10px;
  padding-bottom: 3px;
  position: relative;
}

.sec05-list .-num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/sec05_num.png) center/contain no-repeat;
  height: 44px;
  width: 44px;
}

.sec05-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-bottom: 50px;
}

.sec05-card .card-item {
  padding: 50px 20px 50px;
  background: #ECF2F9;
  border: 1px solid #3C84C2;
}

.sec05-card .card-item:nth-child(2) {
  background: #DEE7F2;
}

.sec05-card .card-item:nth-child(2) .card-img::before {
  background: url(../images/sec05_arrow02.svg) center/contain no-repeat;
}

.sec05-card .card-item .card-ttl {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}

.sec05-card .card-img {
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}

.sec05-card .card-img::before {
  content: "";
  position: absolute;
  background: url(../images/sec05_arrow01.svg) center/contain no-repeat;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  height: 39px;
  width: 66px;
  z-index: 2;
}

.sec05-card .card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.sec05-card .card-list li {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.sec05-card .card-list img {
  width: 90%;
  margin: 0 auto;
}

.sec05-card .card-list .-ttl {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

.sec06 {
  padding: 120px 0 90px;
  position: relative;
}

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

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

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

.sec06-ttl .t-ttl .en {
  text-align: left;
  left: 0;
  transform: translateX(0);
}

.sec06-slider {
  position: relative;
}

.sec06-slider .splide__arrow {
  background: none !important;
  width: 30px;
  height: 70px;
  top: 40%;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec06-slider .splide__arrow .sec06-arrow {
  display: block;
  width: 31px;
  height: 60px;
  background: url(../images/sec06-arrow.svg) center/contain no-repeat;
}

.sec06-slider .splide__arrow--prev {
  left: -45px;
}

@media (max-width: 1000px) {
  .sec06-slider .splide__arrow--prev {
    left: -35px;
  }
}

.sec06-slider .splide__arrow--next {
  right: -45px;
}

@media (max-width: 1000px) {
  .sec06-slider .splide__arrow--next {
    right: -35px;
  }
}

.sec06-slider .splide__arrow:hover {
  background: none;
  opacity: 0.8;
}

.sec06-slider .splide__pagination {
  margin-top: 40px;
}

.sec06-slider .splide__pagination__page {
  width: 50px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  margin: 0 10px;
}

.sec06-slider .splide__pagination__page.is-active {
  background: #3C84C2;
}

.sec06-card {
  display: block;
  background: #fff;
  border: 1px solid #3C84C2;
  transition: all 0.3s;
  padding: 10px;
  min-height: 412px;
}

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

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

.sec06-card-img img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.sec06-card .l-desc {
  padding: 20px 0 25px;
}

.sec06-card-date {
  display: block;
  font-size: 14px;
  color: #3C84C2;
  margin-bottom: 5px;
}

.sec06-card-ttl {
  font-weight: 400;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 2;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.sec06 .no-post {
  color: #fff;
}

.sec07 {
  padding: 120px 0 110px;
  position: relative;
}

.sec07 .container,
.sec07 .footer .f-bottom,
.footer .sec07 .f-bottom,
.sec07 .footer-inr,
.sec07 .breadcrumb ul,
.breadcrumb .sec07 ul {
  display: flex;
}

.sec07-ttl {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec07-ttl .t-ttl .en {
  font-size: 100px;
  left: 0;
  transform: translateX(0);
}

.sec07 .t-ttl {
  text-align: left;
  margin-bottom: 30px;
}

.sec07 .list-top-news02 {
  flex: 1.9;
}

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

.sec08 {
  padding: 120px 0;
  position: relative;
}

.sec08::before {
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #3C84C2, #0B4B81);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.sec08-ttl {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 80px;
}

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

.sec08 .no-post {
  color: #fff;
}

.sec09 {
  padding: 120px 0 200px;
  position: relative;
}

.sec09-layout {
  display: flex;
  gap: 76px;
}

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

.sec09-layout .l-img .sec09-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.sec09-layout .l-img .sec09-img::before {
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #3C84C2, #0B4B81);
  top: 20px;
  left: 20px;
  height: 591px;
  width: 100%;
  z-index: -1;
}

.sec09-layout .l-img .sec09-img img {
  min-height: 591px;
  object-fit: cover;
}

.sec09-layout .l-desc {
  width: 42%;
}

.sec09-layout .t-ttl {
  text-align: left;
  margin-bottom: 60px;
}

.sec09-layout .t-ttl .en {
  text-align: left;
  left: 0;
  transform: translateX(0);
}

@media (max-width: 1200px) {
  .sec09-layout .t-ttl .en {
    font-size: 80px;
  }
}

.sec09-layout .t-ttl .jp {
  line-height: 1.35;
}

.sec09-txt {
  margin-bottom: 95px;
}

.sec09-btn {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.sec09-en {
  position: absolute;
  bottom: -15px;
  left: 0;
  text-align: center;
  font-size: 10.9vw;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  color: #ECF2F9;
  display: block;
  line-height: 1;
  z-index: -1;
}

.map-layout02 {
  position: relative;
}

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

.map-layout02 .l-desc {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px;
  width: 455px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
}

.map-layout02 .t-ttl {
  text-align: left;
  margin-bottom: 30px;
}

.map-layout02 .t-ttl .en {
  text-align: left;
  left: 0;
  transform: translateX(0);
}

.map-layout02 .inner {
  display: table;
  margin: 0 auto;
}

.map-layout02 .address {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}

.map-layout02 .address::before {
  content: "";
  position: absolute;
  background: url(../images/icon_access.svg) center/contain no-repeat;
  top: 0;
  left: 0;
  height: 31px;
  width: 21px;
}

.map-layout02 .-txt {
  font-weight: 500;
  text-align: left;
  margin-left: 15px;
}

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

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

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

  .sec01-layout .l-img {
    flex: 1;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .sec01-layout .l-img .sec01-img {
    position: relative;
  }

  .sec01-layout .l-img .sec01-img::before {
    top: 10px;
    right: -10px;
  }

  .sec01-layout .l-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

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

  .sec01-layout .l-ttl {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .sec01-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 25px 0;
  }

  .sec01-list li {
    font-size: 20px;
    line-height: 1.5;
  }

  .sec01-box {
    padding: 65px 20px 30px;
  }

  .sec01-box.large {
    padding: 65px 20px 30px;
    margin-bottom: 50px;
  }

  .sec01-box .box-ttl {
    top: 15px;
    padding: 5px 10px 5px 20px;
    font-size: 20px;
  }

  .sec01-ttl {
    font-size: 24px;
    margin-bottom: 35px;
  }

  .sec01-card {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-bottom: 30px;
  }

  .sec01-card li {
    padding: 30px 20px 40px;
  }

  .sec01-card li .card-ttl {
    font-size: 22px;
  }

  .sec01-en {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 99%;
    text-align: center;
    font-size: clamp(16px, 10.6vw, 46px);
  }

  .sec02 {
    padding: 50px 0 100px;
  }

  .sec02 .t-ttl {
    margin-bottom: 40px;
  }

  .sec02-card01 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-bottom: 30px;
  }

  .sec02-card01 li {
    padding: 30px 20px 40px;
  }

  .sec02-card01 li::before {
    top: 10px;
    left: 10px;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .sec02-card01 li::after {
    top: 15px;
    left: 15px;
    height: 47px;
    width: 47px;
  }

  .sec02-card01 li .card-ttl {
    font-size: 22px;
    height: auto;
    line-height: 1.5;
    margin-bottom: 25px;
  }

  .sec02-card01 li .card-desc {
    margin-bottom: 20px;
  }

  .sec02-card02 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .sec02-card02 .card-item {
    padding: 20px;
  }

  .sec02-card02 .card-item::before {
    top: 10px;
    left: 10px;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .sec02-card02 .card-item::after {
    bottom: 10px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #3C84C2 transparent;
  }

  .sec02-card02 .card-item .card-img {
    width: 80px;
  }

  .sec02-card02 .card-item .card-ttl {
    margin-left: 20px;
    font-size: 20px;
  }

  .sec03 {
    padding: 50px 0 50px;
  }

  .sec03 .t-ttl {
    padding-top: 80px;
    margin-bottom: 40px;
  }

  .sec03 .t-ttl .en {
    line-height: 0.95;
  }

  .sec03-layout {
    display: block;
    gap: 0;
  }

  .sec03-layout+.sec03-layout {
    margin-top: 50px;
  }

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

  .sec03-layout.reverse .l-img {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .sec03-layout.reverse .l-img .sec03-img::before {
    right: -10px;
    left: auto;
    top: 10px;
  }

  .sec03-layout .-num {
    max-width: 60px;
    margin-bottom: 5px;
  }

  .sec03-layout .l-img {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .sec03-layout .l-img .sec03-img::before {
    top: 10px;
    right: -10px;
  }

  .sec03-layout .sec03-list {
    gap: 25px;
  }

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

  .sec03-layout .l-desc p+p {
    margin-top: 1.5em;
  }

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

  .sec03-layout .l-ttl02 {
    font-size: 22px;
    margin-bottom: 20px;
  }

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

  .sec03-en {
    font-size: 9vw;
    bottom: 0;
  }

  .sec04 {
    padding: 50px 0 100px;
  }

  .sec04 .t-ttl {
    margin-bottom: 40px;
  }

  .sec04-card {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-bottom: 30px;
  }

  .sec04-card li:nth-child(1),
  .sec04-card li:nth-child(2),
  .sec04-card li:nth-child(3),
  .sec04-card li:nth-child(4),
  .sec04-card li:nth-child(5),
  .sec04-card li:nth-child(6) {
    margin-top: 0;
  }

  .sec04-card li .-num {
    top: -20px;
    left: -10px;
    font-size: 50px;
  }

  .sec04-card li .l-desc {
    height: auto;
    min-height: 80px;
    padding: 15px;
  }

  .sec04-card li .l-desc .card-ttl {
    font-size: 18px;
    line-height: 1.5;
  }

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

  .sec05 {
    padding: 50px 0;
  }

  .sec05 .t-ttl {
    margin-bottom: 40px;
  }

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

  .sec05-layout {
    display: block;
    gap: 0;
    margin-bottom: 30px;
  }

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

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

  .sec05-list {
    gap: 25px;
    margin-bottom: 30px;
  }

  .sec05-list li {
    font-size: 20px;
    line-height: 1.3;
  }

  .sec05-card {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-bottom: 30px;
  }

  .sec05-card .card-item {
    padding: 30px 10px;
  }

  .sec05-card .card-item .card-ttl {
    font-size: 22px;
  }

  .sec05-card .card-img {
    margin-bottom: 50px;
  }

  .sec05-card .card-img::before {
    bottom: -40px;
    height: 30px;
    width: 30px;
  }

  .sec05-card .card-list {
    gap: 10px;
  }

  .sec05-card .card-list li {
    font-size: 16px;
    line-height: 1.3;
  }

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

  .sec05-card .card-list .-ttl.line2 {
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sec06 {
    padding: 50px 0;
  }

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

  .sec06-slider {
    margin-bottom: 40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .sec06-slider .splide__arrow {
    width: 30px;
    height: 50px;
  }

  .sec06-slider .splide__arrow .sec06-arrow {
    width: 20px;
    height: 35px;
  }

  .sec06-slider .splide__arrow--prev {
    left: -30px;
  }

  .sec06-slider .splide__arrow--next {
    right: -30px;
  }

  .sec06-slider .splide__pagination {
    margin-top: 10px;
  }

  .sec06-slider .splide__pagination__page {
    width: 30px;
    margin: 0 5px;
  }

  .sec07 {
    padding: 50px 0;
  }

  .sec07 .container,
  .sec07 .footer .f-bottom,
  .footer .sec07 .f-bottom,
  .sec07 .footer-inr,
  .sec07 .breadcrumb ul,
  .breadcrumb .sec07 ul {
    display: block;
  }

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

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

  .sec07 .list-top-news02 {
    width: 100%;
    margin-bottom: 40px;
  }

  .sec08 {
    padding: 50px 0;
  }

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

  .sec09 {
    padding: 50px 0 100px;
  }

  .sec09-layout {
    display: block;
    gap: 0;
  }

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

  .sec09-layout .l-img .sec09-img::before {
    top: 10px;
    left: 10px;
    height: 100%;
  }

  .sec09-layout .l-img .sec09-img img {
    min-height: initial;
  }

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

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

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

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

  .sec09-btn {
    gap: 20px;
  }

  .sec09-en {
    bottom: 0;
    font-size: 10.6vw;
  }

  .map-layout02 iframe {
    vertical-align: bottom;
    height: 250px;
  }

  .map-layout02 .l-desc {
    padding: 30px 5vw;
    width: 100%;
    position: static;
    transform: translateY(0);
  }

  .map-layout02 .inner {
    width: 100%;
    margin: 0;
  }

  .map-layout02 .-txt {
    margin-left: 0;
  }
}

.list-top-news02 .list-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #DFDFDF;
}

.list-top-news02 .list-item:first-child {
  margin-top: 25px;
  padding-top: 0;
}

.list-top-news02 .list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.list-top-news02 time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #3C84C2;
  margin-right: 30px;
}

.list-top-news02 .list-txt {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  font-weight: 500;
}

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

/*ブログ*/
.list-top-blog01,
.list-top-blog02 {
  display: flex;
  margin-bottom: 40px;
}

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

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

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

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

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

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

.list-top-blog01 .list-ttl,
.list-top-blog02 .list-ttl {
  color: #fff;
  font-weight: 400;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.list-top-blog01 time,
.list-top-blog02 time {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
}

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

  .list-top-news02 time {
    margin-right: 0;
  }

  .list-top-news02 .list-txt {
    width: 100%;
  }

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

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

  .list-top-blog02 li.no-post {
    flex: 1;
  }
}

/*------------
下層ページタイトル
--------------*/
.page-ttl {
  width: 100%;
  background: url(../images/under/u-top_bg.jpg) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 176px 5% 50px;
  height: 590px;
  min-height: 590px;
}

.page-ttl-main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 55px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

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

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

/*------------
下層ページ見出し
--------------*/
.u-h2,
.post-category-ttl,
.postdata h1 {
  font-size: 40px;
  margin-bottom: 50px;
  text-align: center;
}

.u-h3,
.post-ttl,
.postdata h2,
.list-post-type03 .list-ttl {
  border-bottom: 2px solid #3C84C2;
  font-size: 32px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: 600;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.u-h4,
.postdata h3 {
  font-size: 28px;
  font-weight: 600;
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}

.u-h4::before,
.postdata h3::before {
  content: "";
  background: #3C84C2;
  width: 6px;
  height: 80%;
  position: absolute;
  left: 0;
  top: 5px;
}

@media (max-width: 800px) {

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

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

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

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

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

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

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

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

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

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

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

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

.tall.bg01 {
  background: #ECF2F9;
}

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

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

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

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

.hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

.list-privacy li::before {
  background: #3C84C2;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 16px;
  width: 5px;
  height: 5px;
}

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

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

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

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

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

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

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

@media (max-width: 800px) {

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

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

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

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

.u-layout {
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
  margin: 0 -8%;
}

@media (max-width: 1250px) {
  .u-layout {
    margin: 0 -4%;
  }
}

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

.u-layout.reverse .l-img {
  margin-left: 20px;
  margin-right: -26%;
}

.u-layout.reverse .l-img .u-img::before {
  right: auto;
  left: -20px;
}

.u-layout .l-img {
  flex: 1;
  margin-right: 20px;
  margin-left: -25%;
}

.u-layout .l-img .u-img {
  position: relative;
}

.u-layout .l-img .u-img::before {
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #3C84C2, #0B4B81);
  top: 20px;
  right: -20px;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.u-layout .l-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-layout .l-desc {
  width: 48%;
}

.u-layout .l-ttl {
  margin-bottom: 30px;
  padding-top: 150px;
  position: relative;
}

.u-layout .l-ttl .en {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ECF2F9;
  display: block;
  line-height: 1;
  z-index: 1;
}

.u-layout .l-ttl .jp {
  position: relative;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.7;
}

@media (max-width: 800px) {
  .u-layout.reverse {
    flex-direction: column;
    margin: 0 auto;
    gap: 30px;
    margin-bottom: 30px;
  }

  .u-layout.reverse .l-img {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .u-layout.reverse .l-img .u-img::before {
    top: 10px;
    left: -10px;
  }

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

  .u-layout .l-ttl {
    margin-bottom: 30px;
    padding-top: 70px;
    position: relative;
  }

  .u-layout .l-ttl .en {
    font-size: 45px;
  }

  .u-layout .l-ttl .jp {
    font-size: 25px;
  }
}

.dl-style02 {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}

.dl-style02 dt {
  background: #3C84C2;
  border-radius: 4px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100px;
}

.dl-style02 dd {
  width: calc(100% - 100px);
  padding-left: 25px;
  margin-bottom: 10px;
}

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

.u-box01 {
  margin: 0 -8.6%;
  border: 1px solid #3C84C2;
  padding: 60px;
  display: flex;
  gap: 50px;
}

@media (max-width: 1250px) {
  .u-box01 {
    margin: 0 -4%;
  }
}

.u-box01 .box-img {
  width: 39%;
}

.u-box01 .box-desc {
  flex: 1;
}

.u-box01 .-num {
  font-size: 32px;
  font-family: "Noto Sans", sans-serif;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  color: #3C84C2;
}

.u-box01 .box-ttl {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 35px;
}

@media (max-width: 800px) {
  .u-box01 {
    margin: 0 auto;
    padding: 30px 20px;
    display: block;
  }

  .u-box01 .box-img {
    width: 100%;
  }

  .u-box01 .box-desc {
    width: 100%;
  }

  .u-box01 .-num {
    font-size: 24px;
  }

  .u-box01 .box-ttl {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

.u-cardlink {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  height: 539px;
}

.u-cardlink li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.u-cardlink li a:hover {
  opacity: 0.8;
}

.u-cardlink li .card-ttl {
  padding-top: 40px;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 120px;
  position: relative;
}

.u-cardlink li .card-ttl::before {
  content: "";
  position: absolute;
  background: url(../images/under/icon_u-arrow.svg) center/contain no-repeat;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 64px;
  width: 64px;
}

.u-cardlink li:nth-child(1) a {
  background: url(../images/under/business_06.jpg) center/cover no-repeat;
}

.u-cardlink li:nth-child(2) a {
  background: url(../images/under/business_07.jpg) center/cover no-repeat;
}

@media (max-width: 800px) {
  .u-cardlink {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    height: 400px;
  }

  .u-cardlink li .card-ttl {
    padding-top: 0;
    font-size: 24px;
    padding-bottom: 60px;
  }

  .u-cardlink li .card-ttl::before {
    height: 45px;
    width: 45px;
  }

  .u-cardlink li:nth-child(1) a {
    border-bottom: 1px solid #fff;
    border-right: none;
  }
}

.u-layout02 {
  display: flex;
  gap: 70px;
  margin: 0 -5%;
}

.u-layout02 .l-desc {
  flex: 1;
  margin-top: -20px;
}

.u-layout02 .l-img {
  width: 540px;
}

.u-layout02 .u-img {
  position: relative;
}

.u-layout02 .u-img::before {
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #3C84C2, #0B4B81);
  top: 20px;
  right: -20px;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.u-layout02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-layout02 .l-ttl {
  margin-bottom: 45px;
  padding-top: 70px;
  position: relative;
}

.u-layout02 .l-ttl .en {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ECF2F9;
  display: block;
  line-height: 1;
  z-index: -1;
}

.u-layout02 .l-ttl .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.7;
}

@media (max-width: 800px) {
  .u-layout02 {
    flex-direction: column;
    gap: 30px;
    margin: 0 auto;
  }

  .u-layout02 .l-desc {
    flex: 1;
    margin-top: 0;
  }

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

  .u-layout02 .u-img {
    position: relative;
  }

  .u-layout02 .u-img::before {
    top: 10px;
    right: -10px;
  }

  .u-layout02 .l-ttl {
    margin-bottom: 24px;
    padding-top: 30px;
  }

  .u-layout02 .l-ttl .en {
    font-size: 45px;
  }

  .u-layout02 .l-ttl .jp {
    font-size: 25px;
  }
}

.u-history {
  margin: 0 auto;
}

.u-history .u-timeline {
  max-width: 500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  gap: 0 40px;
}

.u-history .u-timeline dt {
  color: #3C84C2;
  font-size: 20px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  position: relative;
  padding: 5px 11px 5px 0;
  height: 100%;
}

.u-history .u-timeline dt::before {
  content: "";
  position: absolute;
  top: 19px;
  right: 0;
  background: #0B4B81;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  z-index: 2;
}

.u-history .u-timeline dt:first-child::after {
  top: 19px;
  height: calc(100% - 19px);
}

.u-history .u-timeline dt::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  background-image: radial-gradient(circle, #3C84C2 1px, transparent 1px);
  background-size: 1px 4px;
  background-repeat: repeat-y;
  height: 100%;
  width: 1px;
  z-index: 1;
}

@media (max-width: 800px) {
  .u-history {
    margin: 0 auto;
  }

  .u-history .u-timeline {
    max-width: 100%;
    margin: 0 auto;
    grid-template-columns: 110px 1fr;
    align-items: center;
    gap: 0 20px;
  }

  .u-history .u-timeline dt {
    font-size: 16px;
    padding: 5px 11px 5px 0;
    height: 100%;
  }

  .u-history .u-timeline dt::before {
    content: "";
    position: absolute;
    top: 13px;
    right: 0;
  }

  .u-history .u-timeline dt:first-child::after {
    top: 13px;
    height: calc(100% - 13px);
  }

  .u-history .u-timeline dd {
    padding: 5px 0;
  }
}

.u-box02 {
  position: relative;
  border: 1px solid #3C84C2;
}

.u-box02::before {
  content: "";
  position: absolute;
  border: 1px solid #3C84C2;
  top: 10px;
  left: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
}

.u-box02::after {
  content: "";
  position: absolute;
  background: url(../images/sec02_deco.svg) center/contain no-repeat;
  top: 10px;
  left: 10px;
  height: 47px;
  width: 47px;
}

.u-box02-inr {
  padding: 45px 60px;
  position: relative;
}

.u-box02-inr::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #3C84C2 transparent;
}

.u-box02 .box-ttl {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .u-box02::before {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }

  .u-box02::after {
    top: 5px;
    left: 5px;
    height: 35px;
    width: 35px;
  }

  .u-box02-inr {
    padding: 35px 25px 30px;
  }

  .u-box02-inr::before {
    bottom: 5px;
    right: 5px;
  }

  .u-box02 .box-ttl {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
  }
}

.box-style01 {
  background: #ECF2F9;
  padding: 5%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.list-check02 li {
  position: relative;
  padding-left: 25px;
}

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

.list-check02 li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 17px;
  height: 15px;
  background: url(../../images/share/icon_check.svg) center/contain no-repeat;
}

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

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

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

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

  .list-check02 li:before {
    top: 6px;
  }
}

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

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

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

.table-style03 th.bg01 {
  background: #ECF2F9;
  color: #333;
}

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

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

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

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

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

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

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

.dl-style01 dd {
  background: #ECF2F9;
  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-link02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.list-anchor-link02 a {
  display: flex;
  align-items: center;
  background-color: #ECF2F9;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  padding: 0 35px 0 15px;
  min-height: 60px;
  transition: opacity 0.3s;
}

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

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

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

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

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

.card-style03 {
  display: grid;
}

.card-style03>li {
  background-color: #ECF2F9;
  border-radius: 15px;
  padding: 15px;
}

.card-style03 .card-num {
  color: #3C84C2;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  text-align: center;
}

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

.card-style03 .card-ttl {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

.list-col3 {
  display: flex;
  flex-wrap: wrap;
}

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

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

.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-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 800px) {
  .list-col3>.list-item {
    width: calc(50% - 10px);
  }

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

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

  .list-col3>.list-item:nth-child(2n+1) {
    margin-right: 10px;
  }

  .list-col3>.list-item:nth-child(-n+9) {
    margin-bottom: 20px;
  }

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

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

.box-style02 {
  border: 2px solid #DFDFDF;
  padding: 5%;
  flex-grow: 1;
}

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

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

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

.staff-layout02 .wrapper {
  display: flex;
  flex-direction: column;
  gap: 8%;
}

.staff-layout02 .l-img {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  align-items: center;
}

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

.staff-layout02 .job {
  font-weight: bold;
  margin-bottom: 20px;
}

.staff-layout02 .l-ttl {
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 15px;
  line-height: 1;
}

.staff-layout02 .name {
  font-size: 25px;
}

.staff-layout02 .kana {
  color: #3C84C2;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
}

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

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

  .staff-layout02 .l-img {
    width: auto;
    margin: 0 auto;
  }

  .staff-layout02 .l-ttl {
    margin-bottom: 25px;
  }

  .staff-layout02 .name {
    font-size: 22px;
  }

  .staff-layout02 .kana {
    font-size: 12px;
  }

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

.card-profile {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  font-size: 16px;
}

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

.card-profile .card-ttl {
  color: #3C84C2;
  font-size: 20px;
  border-bottom: 1px dashed #3C84C2;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

.flow-style04 .num {
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  color: #3C84C2;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flow-type02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5%;
  grid-row-gap: 50px;
  padding-top: 15px;
}

.flow-type02 .l-item {
  background: #ECF2F9;
  padding: 35px 30px 30px;
  position: relative;
}

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

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

.flow-type02 .l-num {
  color: #3C84C2;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: -15px;
  left: 30px;
  font-weight: 600;
}

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

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

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

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

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

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

.calculation-layout {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 35px;
}

.calculation-layout .item {
  background-color: #ECF2F9;
  text-align: center;
  line-height: 1.6;
  color: #3C84C2;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 80px;
  position: relative;
}

.calculation-layout .item:not(:first-child):not(:last-child)::before {
  content: "＋";
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
}

.calculation-layout .item:first-child {
  background-color: #3C84C2;
  color: #fff;
  width: 100%;
}

.calculation-layout .item:first-child::before {
  content: "=";
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
  color: #3C84C2;
}

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

  .calculation-layout .item {
    height: 40px;
  }

  .calculation-layout .item:not(:first-child):not(:last-child)::before {
    content: "＋";
    position: absolute;
    top: 100%;
    transform: translate(-50%, 50%);
    right: auto;
    left: 50%;
  }

  .calculation-layout .item:not(:first-child):not(:last-child)::before {
    content: "＋";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 20px;
    left: auto;
  }

  .calculation-layout .item:first-child::before {
    display: none;
  }

  .calculation-layout .item:nth-child(1)::after {
    content: "=";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    right: 27px;
    color: #fff;
  }
}

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

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

.tel-layout02 .wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.tel-layout02 .l-tel {
  display: flex;
  gap: 5px;
  align-items: baseline;
  justify-content: center;
  font-family: "Noto Sans", sans-serif;
  color: #3C84C2;
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
  transition: 0.3s;
}

.tel-layout02 .l-tel:hover {
  opacity: 0.5;
}

.tel-layout02 .l-tel .small {
  font-size: 15px;
}

.tel-layout02 .l-tel img {
  margin-bottom: 2px;
}

.tel-layout02 .l-time {
  display: grid;
  grid-gap: 10px;
  line-height: 1.5;
}

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

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

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

  .tel-layout02 .wrapper {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }

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

.box-style04 {
  background: #3C84C2;
  color: #fff;
  padding: 40px;
}

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

.box-style04 .box-ttl img {
  filter: brightness(0) invert(1);
}

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

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

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

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

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

.faq-style04 dd .faq-icon {
  background-color: #0B4B81;
}

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

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

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

.tel-layout04 {
  background: #ECF2F9;
  max-width: 900px;
  padding: 50px;
  margin: 0 auto;
}

.tel-layout04 .l-ttl {
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 25px;
  width: fit-content;
}

.tel-layout04 .l-ttl .en {
  font-size: 15px;
}

.tel-layout04 .l-ttl .jp {
  font-size: 18px;
}

.tel-layout04 .wrap {
  display: flex;
  justify-content: center;
  grid-gap: 120px;
}

.tel-layout04 .wrap .col+.col {
  position: relative;
}

.tel-layout04 .wrap .col+.col::before {
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #333 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 8px);
  background-repeat: repeat-y;
  background-size: 2px 9px;
  position: absolute;
  top: 0;
  left: -60px;
}

.tel-layout04 .col-ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.tel-layout04 .l-tel {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  color: #3C84C2;
  font-size: 35px;
  line-height: 1;
  margin: 0 auto;
}

.tel-layout04 .l-tel img {
  margin-top: 2px;
}

.tel-layout04 .l-btn {
  border-radius: 5px;
  background: #333;
  color: #fff;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  min-height: 70px;
  min-width: 300px;
  transition: all 0.3s ease-out;
}

.tel-layout04 .l-btn img {
  filter: brightness(0) invert(1);
}

@media (max-width: 900px) {
  .tel-layout04 {
    padding: 35px 25px;
  }

  .tel-layout04 .l-ttl {
    margin: 0 auto 25px;
  }

  .tel-layout04 .l-ttl .en {
    font-size: 12px;
  }

  .tel-layout04 .l-ttl .jp {
    font-size: 15px;
  }

  .tel-layout04 .wrap {
    flex-direction: column;
    grid-gap: 60px;
  }

  .tel-layout04 .wrap .col+.col::before {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #333 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 8px);
    background-repeat: repeat-x;
    background-size: 10px 2px;
    top: -30px;
    left: 0;
  }

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

  .tel-layout04 .l-tel img {
    width: 25px;
  }

  .tel-layout04 .l-btn {
    font-size: 18px;
    min-height: 60px;
    min-width: 0;
  }

  .tel-layout04 .l-btn img {
    width: 25px;
  }
}

.u-flex {
  display: flex;
}

.u-flex.right-30 .item.right {
  width: 30%;
  position: relative;
}

.u-flex.right-30 .item.right .btn {
  transition: 0.3s;
}

.u-flex.right-30 .item.right .btn::before {
  content: "";
  position: absolute;
  background: url(../images/under/icon_u-arrow_b.svg) center/contain no-repeat;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  height: 64px;
  width: 64px;
}

.u-flex.right-30 .item.right .btn:hover {
  opacity: 0.5;
}

.u-flex.flex-1 {
  column-gap: 20px;
}

.u-flex.flex-1 .item {
  display: flex;
  flex-direction: column;
  flex: 1;
}

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

  .u-flex.right-30 .item.right {
    width: 100%;
    height: 60px;
    margin-top: 10px;
  }

  .u-flex.right-30 .item.right .btn::before {
    content: "";
    height: 50px;
    width: 50px;
  }

  .u-flex.right-30 .item.right .btn:hover {
    opacity: 0.5;
  }

  .u-flex.flex-1 .item {
    flex: 1;
  }

  .u-flex.flex-1 .item:nth-child(n+1) {
    margin-top: 20px;
  }
}

.u-btn-wrap.flex {
  display: grid;
  grid-template-columns: repeat(3, 0fr);
  column-gap: 5px;
}

.u-btn-wrap.flex>a {
  display: flex;
  height: 70px;
  padding: 10px;
}

.u-btn-wrap.flex>a .u-btn-txt {
  display: block;
  font-size: 15px;
  text-align: center;
}

.u-btn-wrap.flex>a .u-btn-txt .jp {
  font-size: 12px;
}

.u-btn-wrap.flex>a .u-btn-txt>img {
  width: 10px;
  height: auto;
  margin: 2px;
}

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

  .u-btn-wrap.flex>a:nth-child(n+1) {
    margin-top: 10px;
  }

  .u-btn-wrap.flex>a .u-btn-txt {
    font-size: 15px;
  }

  .u-btn-wrap.flex>a .u-btn-txt .jp {
    font-size: 14px;
  }

  .u-btn-wrap.flex>a .u-btn-txt>img {
    width: 10px;
    height: auto;
  }
}

.u-map>iframe {
  width: 100%;
}

.u-tac {
  text-align: center;
}

@media (max-width: 800px) {
  .u-tac {
    text-align: left;
  }
}

.tel01 img {
  margin-top: 4px !important;
  width: 12px !important;
}

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

.footer-top {
  padding: 50px 0;
  position: relative;
}

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

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

.footer-top-txt {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.6;
}

.footer-top .footer-top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 890px;
  margin: 0 auto 30px;
  position: relative;
}

.footer-top .footer-top-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 91px;
  width: 1px;
  background: #fff;
}

.footer-top .footer-top-wrap .-item {
  width: 355px;
  text-align: center;
}

.footer-top .footer-top-wrap .tel-txt {
  background: #fff;
  line-height: 1;
  color: #3C84C2;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
}

.footer-top .footer-top-wrap .tel {
  font-size: 41px;
  padding-left: 36px;
}

.footer-top .footer-top-wrap .tel::before {
  width: 31px;
  height: 39px;
}

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

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

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

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

.footer .f-access-wrap {
  text-align: center;
  margin-bottom: 35px;
}

.footer .f-access {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}

.footer .f-access::before {
  content: "";
  position: absolute;
  background: url(../images/icon_access.svg) center/contain no-repeat;
  top: 0;
  left: 0;
  height: 31px;
  width: 21px;
}

.footer .f-bottom {
  background: #fff;
  padding: 50px 0;
}

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

.footer .f-navi-item {
  flex: 1;
}

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

.footer .f-navi-ttl {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #3C84C2;
}

.footer .f-navi-list li {
  position: relative;
  padding-left: 19px;
  font-weight: 500;
  line-height: 2.3;
}

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

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

.footer .f-navi-list li.child {
  margin-left: 15px;
}

.footer .f-navi-list li.child::before {
  top: 12px;
  transform: none;
  width: 6px;
  height: 1px;
  border: none;
  background: #0B4B81;
}

.footer .copyright {
  background: linear-gradient(135deg, #3C84C2, #0B4B81);
  color: #fff;
  font-size: 14px;
  padding: 1px 0;
}

.footer .copyright .container,
.footer .copyright .breadcrumb ul,
.breadcrumb .footer .copyright ul,
.footer .copyright .footer-inr,
.footer .copyright .f-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .copyright__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer .copyright__links li+li::before {
  content: "|";
  margin: 0 10px;
}

.footer .copyright__links a {
  line-height: 1.5;
}

.footer .copyright__links a:hover {
  text-decoration: underline;
}

.footer .pagetop {
  display: block;
  background: url(../images/icon_pagetop.png) center/contain no-repeat;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: absolute;
  bottom: 50px;
  right: 20px;
  z-index: 2;
  transition: 0.3s;
}

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

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

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

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

  .footer-top-txt {
    font-size: 16px;
  }

  .footer-top .footer-top-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .footer-top .footer-top-wrap::before {
    display: none;
  }

  .footer-top .footer-top-wrap .-item {
    width: 100%;
  }

  .footer-top .footer-top-wrap .tel {
    font-size: 24px;
    padding-left: 26px;
  }

  .footer-top .footer-top-wrap .tel::before {
    height: 25px;
    width: 20px;
  }

  .footer-top .footer-top-wrap .tel-txt {
    font-size: 16px;
    padding: 5px 0;
  }

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

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

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

  .footer .f-navi-list li {
    font-size: 17px;
  }

  .footer .copyright {
    font-size: 12px;
    padding: 10px 0 60px;
  }

  .footer .copyright .container,
  .footer .copyright .breadcrumb ul,
  .breadcrumb .footer .copyright ul,
  .footer .copyright .footer-inr,
  .footer .copyright .f-bottom {
    text-align: center;
    display: block;
  }

  .footer .copyright__links {
    margin-bottom: 5px;
  }

  .footer .copyright__links li+li::before {
    margin: 0 5px;
  }

  .footer .pagetop {
    display: none;
  }
}

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

.list-post-type01 .list-txt {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.list-post-type02 .list-item {
  padding: 50px;
  border: 1px solid #3C84C2;
}

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

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

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

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

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

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

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

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

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

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

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

.list-post-type03 .list-ttl {
  width: 100%;
  flex-grow: 1;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  min-height: 101px;
}

.post-layout {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.postdata a:focus-visible {
  text-decoration: none;
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

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

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

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

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

.postdata sub {
  font-size: 11px;
  position: relative;
  bottom: -0.1em;
}

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

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

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

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

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

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

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

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

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

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

.post-ttl {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  font-size: 24px !important;
  padding-bottom: 7px;
}

.post-category01 {
  background-color: #3C84C2;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
  display: inline-block;
}

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

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

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

.post-category02 span {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #3C84C2;
  color: #3C84C2;
  padding: 5px 10px;
  margin: 2px;
}

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

.select-area .select-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.select-area .select-box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid #3C84C2;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select-area .select-category {
  -webkit-appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 0;
  background: #F6F6F6;
  font-size: 16px;
  color: #3C84C2;
  vertical-align: middle;
  height: 50px;
  padding: 5px 15px;
  border: none;
  width: 100%;
  cursor: pointer;
}

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

/*一覧用ページャー*/
.post-number {
  margin-top: 100px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .post-layout {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

.l-post-single .l-ttl {
  font-size: 32px;
  margin-bottom: 25px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.l-post-single .post-desc {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-all;
}

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

.post-layout .post-desc {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-all;
}

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

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

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

.case-layout {
  display: flex;
  gap: 40px;
}

.case-layout .l-ttl {
  font-size: 40px;
  margin-bottom: 40px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.case-layout__left {
  width: 60%;
}

.case-layout__right {
  width: 40%;
}

.case-gallery {
  width: 100%;
}

#case-main {
  margin-bottom: 12px;
}

#case-thumb {
  padding: 0 60px;
  box-sizing: border-box;
}

#case-thumb .splide__slide {
  opacity: 0.5;
  cursor: pointer;
  aspect-ratio: 1/1;
  /* 任意 */
  overflow: hidden;
  width: auto !important;
  flex: 0 0 calc((100% - 40px) / 5) !important;
}

#case-thumb .splide__slide.is-active {
  opacity: 1;
}

#case-thumb .splide__list {
  justify-content: center;
}

#case-thumb.is-overflow .splide__list {
  justify-content: flex-start;
}

#case-thumb.is-static .splide__track {
  overflow: visible;
}

#case-thumb.is-static .splide__list {
  transform: none !important;
  justify-content: center;
}

#case-thumb.is-static .splide__slide {
  flex: 0 0 calc((100% - 40px) / 5);
}

#case-thumb.is-static .splide__arrow {
  display: none;
}

#case-thumb.is-few .splide__track {
  display: flex;
  justify-content: center;
}

#case-thumb.is-few .splide__list {
  width: auto;
}

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

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

  .case-layout__left,
  .case-layout__right {
    width: 100%;
  }
}

#case-main .splide__slide {
  display: flex;
  justify-content: center;
  /* 横中央 */
  align-items: center;
  /* 縦中央 */
}

#case-main img {
  max-width: 100%;
  height: auto;
  display: block;
}

#case-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.splide__arrow {
  background: #ECF2F9 !important;
}

.splide__arrow svg {
  fill: #0B4B81 !important;
}

.case-table table tr td {
  border: 1px solid #DFDFDF;
}

.case-table table tr td:first-child {
  background-color: #3C84C2;
  color: #fff;
}

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

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

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

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

.side-contents-ttl {
  border-bottom: 1px solid #e8ecf0;
  font-size: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.side-area-item+.side-area-item {
  margin-top: 30px;
}

.side-area-item-ttl {
  font-size: 13px;
  margin-bottom: 7px;
}

.side-area-links li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}

.side-area-links li::before {
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 7px;
  left: 0;
}

.side-area-links li+li {
  margin-top: 5px;
}

.side-area-links a {
  display: inline-block;
}

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

.side-area-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: "";
  background: #fff url(../images/share/icon_select_arrow.svg) no-repeat right 10px center/20px auto;
  border-radius: 0;
  border: none;
  border: 1px solid #e8ecf0;
  color: #333;
  vertical-align: middle;
  padding: 10px 20px 10px 15px;
  margin: 0;
  width: 100%;
  height: 50px;
}

@media (max-width: 800px) {
  .sidebar-layout {
    flex-direction: column-reverse;
    padding: 50px 5vw;
    width: 100%;
  }

  .sidebar-layout .tall+.tall {
    margin-top: 50px;
  }

  .sidebar-layout.sp-reverse {
    flex-direction: column;
  }

  .sidebar-layout.sp-reverse .side-contents {
    margin: 0 0 50px;
  }

  .main-contents {
    width: 100%;
    padding: 0;
  }

  .side-contents {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }

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

  .side-contents-ttl {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .side-area-item+.side-area-item {
    margin-top: 30px;
  }
}

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/
.btn-more {
  display: block;
  width: 100%;
  max-width: 255px;
  padding: 13px 25px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #3C84C2, #0B4B81);
  transition: 0.3s;
  position: relative;
}

.btn-more::before {
  content: "";
  position: absolute;
  background: url(../images/share/icon_btn_arrow.svg) center/contain no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  height: 5px;
  width: 17px;
  transition: 0.3s;
}

.btn-more::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  height: calc(100% - 10px);
  width: calc(100% - 20px);
  border-right: 1px solid #3C84C2;
  border-bottom: 1px solid #3C84C2;
}

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

.btn-more:hover::before {
  transform: translateY(-50%) translateX(10px);
}

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

.btn-more.wide {
  max-width: 315px;
}

.btn-more.color01 {
  background: #fff;
  color: #0B4B81;
}

.btn-more.color01::before {
  background: url(../images/share/icon_btn_arrow_color01.svg) center/contain no-repeat;
}

.btn-more.color01::after {
  border-color: #fff;
}

.btn-icon {
  background: linear-gradient(135deg, #3C84C2, #0B4B81);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  transition: 0.3s;
}

.btn-icon img {
  margin-top: 2px;
  width: 17px;
  margin-right: 5px;
}

.btn-icon.color01 {
  background: #fff;
  color: #3C84C2;
  width: 260px;
  height: 61px;
}

.btn-icon.color01 img {
  width: 21px;
  margin-right: 10px;
}

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

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

.btn-arrow {
  width: fit-content;
  padding: 10px 63px 10px 0;
  position: relative;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  transition: 0.3s;
}

.btn-arrow.color01 {
  color: #333;
}

.btn-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #3C84C2;
  background: #fff;
  color: #3C84C2;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  z-index: 1;
}

.btn-arrow::after {
  content: "";
  position: absolute;
  background: url(../images/icon_arrow_type01.png) center/contain no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  height: 14px;
  width: 8px;
  z-index: 2;
  transition: 0.3s;
}

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

.btn-arrow:hover::after {
  transform: translateY(-50%) translateX(10px);
}

.btn-line {
  background: #4CC764;
  color: #fff;
  padding: 10px 25px;
}

.btn-line img {
  line-height: 1;
  margin: 0 10px 0 -20px;
}

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

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

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

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

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

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

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

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

  .btn-wrap a {
    margin: 0;
  }

  .btn-wrap a:not(:last-child) {
    margin-bottom: 15px;
  }
}

/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

hr {
  max-width: 1024px;
  margin: 50px auto;
}

.fade {
  transition: opacity 0.5s;
}

.fade:hover {
  opacity: 0.5;
}

.fs11 {
  font-size: 11px;
}

.txt-large {
  font-size: 20px;
}

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

.underline {
  text-decoration: underline;
}

.marker span {
  background: linear-gradient(transparent 60%, #ECF2F9 60%);
  padding-bottom: 3px;
}

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

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

.link {
  text-decoration: underline;
  word-break: break-all;
  position: relative;
}

.link[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../images/share/icon_out.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  margin-left: 5px;
}

.link:is(:hover, :focus) {
  text-decoration: none;
}

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

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.notice {
  font-size: 0.8rem;
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mbXS {
  margin-bottom: 5px !important;
}

.mbS {
  margin-bottom: 15px !important;
}

.mbM {
  margin-bottom: 30px !important;
}

.mbL {
  margin-bottom: 60px !important;
}

.mbXL {
  margin-bottom: 90px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

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

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

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

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sp-tac {
    text-align: center !important;
  }

  .sp-tar {
    text-align: right !important;
  }

  .sp-tal {
    text-align: left !important;
  }

  .mbL {
    margin-bottom: 30px !important;
  }

  .mbXL {
    margin-bottom: 50px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.business-calendar-box-wrap .business-calendar .today {
  text-decoration: underline;
  background: #FFF;
  opacity: 1;
}

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

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

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

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

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

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

.list-event {
  display: flex;
}

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

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

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

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

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

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

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

  .list-event {
    display: block;
  }

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

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

.time-table-head {
  background-color: #3C84C2;
  color: #fff;
}

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

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

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

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

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

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

.time-table-txt {
  line-height: 1.5;
  margin-top: 10px;
}

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

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

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

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

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

  .time-table-txt {
    font-size: 13px;
  }
}

.map {
  position: relative;
  width: 100%;
  height: 500px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tel {
  display: inline-block;
  font-size: 23px;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: 24px;
  position: relative;
}

.tel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_tel_w.svg) no-repeat;
  background-size: contain;
  width: 17px;
  height: 21px;
}

@media (max-width: 800px) {
  .map {
    height: 300px;
  }

  .tel {
    font-size: 24px;
    padding-left: 25px;
  }

  .tel:before {
    width: 20px;
    height: 25px;
  }
}

/*------------
splide-core.min.css　※※※編集禁止※※※
-------------*/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

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

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

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

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

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

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*-----------------------------------------------------------
  splide
-----------------------------------------------------------*/
/* 各種色設定 */
:root {
  --splide-arrow-color: #3C84C2;
  /* 矢印 */
  --splide-focus-color: #3C84C2;
  /* タブ移動によるフォーカス時のアウトライン */
  --splide-pagination-color: #3C84C2;
  /* アクティブ時のページネーション */
  --splide-progress-color: #3C84C2;
  /* プログレスバー */
  --splide-toggle-color: #3C84C2;
  /* 再生ボタン */
  --splide-track-color: #3C84C2;
  /* サムネイルの枠 */
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide.is-focus-in .splide__arrow:focus,
.splide.is-focus-in .splide__pagination__page:focus,
.splide.is-focus-in .splide__slide:focus,
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

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

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

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

.splide__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  list-style: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress {
  background: #ddd;
  margin-top: 10px;
}

.splide__progress__bar {
  width: 0;
  background: var(--splide-progress-color);
  height: 3px;
}

.splide__slide {
  box-sizing: border-box;
  flex-shrink: 0;
  list-style: none !important;
  margin: 0;
  position: relative;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

.splide__arrow {
  background: none;
  border: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.2s;
}

.splide__arrow svg {
  width: 100%;
  height: 100%;
  fill: var(--splide-arrow-color);
}

.splide__arrow:hover:not(:disabled),
.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow--prev {
  left: 20px;
  transform: translateY(-50%) scaleX(-1);
}

.splide__arrow--next {
  right: 20px;
}

.splide__pagination__page {
  background: #ddd;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 5px;
  opacity: 1;
  width: 8px;
  transition: transform 0.2s linear;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page.is-active {
  background: var(--splide-pagination-color);
  z-index: 1;
}

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

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

@media (max-width: 800px) {
  .splide__arrow {
    width: 25px;
    height: 25px;
  }

  .splide__arrow--prev {
    left: 10px;
  }

  .splide__arrow--next {
    right: 10px;
  }
}

/*------------
アニメーション
--------------*/
.js-fadein {
  transition: opacity 1.2s, transform 1s;
  opacity: 0;
  transform: translateY(120px);
}

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

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

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

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

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

.loadingNone {
  animation: loadingAnime 1s forwards;
}

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

  99% {
    opacity: 0;
  }

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

/*# sourceMappingURL=style.css.map */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
