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

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,
video {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  line-height: 2;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.15em;
}

.link {
  color: #3492E5;
  text-decoration: underline;
}

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

.link[target=_blank]::after {
  content: "";
  background: url(../images/share/icon_out.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
}

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

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

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

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

@media (max-width: 800px) and (any-hover: hover) {
  .link:hover {
    text-decoration: underline;
  }
}

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

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

.container.narrow {
  max-width: 800px;
}

/*-----------------------------------------------------------
Header
-----------------------------------------------------------*/
.header {
  position: fixed;
  width: 100%;
  height: 145px;
  background: rgba(0, 53, 147, 0.5);
  padding: 30px 50px;
  z-index: 100;
  transition: 0.3s;
}

.header.is-fixed {
  padding: 20px 50px;
  height: 120px;
}

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

@media (max-width: 1200px) {
  .header {
    height: 82px;
    padding: 10px 15px;
  }

  .header.is-fixed {
    height: 82px;
    padding: 10px 15px;
  }
}

.header-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header-layout .h-contact {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.header-layout .h-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  background: linear-gradient(90deg, #3EC8FF 0%, #3873FE 100%);
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  padding: 11px 15px;
  color: #fff;
  transition: opacity 0.5s;
}

.header-layout .h-btn:hover {
  opacity: 0.5;
}

@media (max-width: 1200px) {
  .header-layout {
    padding: 10px;
    height: 60px;
  }

  .header-layout .h-contact {
    display: none;
  }

  .h-logo {
    width: 157px;
  }

  .gnavi {
    display: none;
  }
}

@media (max-width: px) and (any-hover: hover) {
  .h-btn:hover {
    opacity: 1;
  }
}

/*------------
Gnavi
--------------*/
/*normal*/
.gnavi-list {
  display: flex;
  justify-content: flex-end;
  font-size: 1.6rem;
  color: #fff;
}

.gnavi-list>li {
  margin-left: 40px;
}

.gnavi-list>li>a {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
}

.gnavi-list a:hover {
  color: #3EC8FF;
}

/*dropdown*/
.dropdown {
  display: flex;
  align-items: center;
  position: relative;
}

.dropdown>a:hover {
  opacity: 0.5;
}

.dropdown.is-open .sub-menu {
  pointer-events: auto;
  opacity: 1;
}

.dropdown .sub-menu {
  display: grid;
  grid-gap: 5px;
  pointer-events: none;
  background-color: #fff;
  color: #333;
  border-radius: 5px;
  box-shadow: 5px 15px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: absolute;
  top: 30px;
  right: 50%;
  width: max-content;
  min-width: 150px;
  transform: translateX(50%);
  transition: opacity 0.3s;
  opacity: 0;
  z-index: 5;
}

.dropdown .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
}

.dropdown .sub-menu .child {
  line-height: 2.3;
}

.dropdown .sub-menu .child>li {
  padding-left: 10px;
  margin-left: 5px;
  position: relative;
}

.dropdown .sub-menu .child>li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 1px;
  border-top: 1px solid #333;
  top: 15px;
  left: 0;
}

.dropdown:last-child .sub-menu {
  right: 0;
  transform: translateX(0);
}

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  overflow: hidden;
  position: relative;
}

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

.hero-catch {
  position: absolute;
  bottom: 10%;
  left: 48%;
  transform: translateX(-50%);
  width: 60%;
  text-align: center;
  z-index: 5;
}

@media (max-width: 1200px) {
  .hero .hero-img img {
    max-height: 500px;
  }
}

@media (max-width: 800px) {
  .hero .hero-img img {
    max-height: 452px;
  }

  .hero-catch {
    top: 59%;
    bottom: auto;
    left: 46%;
    transform: translate(-50%, -50%);
    width: 125%;
    max-width: 600px;
  }
}

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

.t-ttl::before {
  content: "";
  background: url(../images/share/ttl-deco.png) no-repeat center/contain;
  width: 64px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.t-ttl .en {
  font-family: "Damion", cursive;
  font-weight: 400;
  font-size: 8rem;
  color: #3492E5;
  line-height: 1;
  margin-bottom: 10px;
}

.t-ttl .jp {
  font-size: 1.6rem;
}

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

  .t-ttl::before {
    width: 51px;
    height: 48px;
  }

  .t-ttl .en {
    font-size: 4.2rem;
  }
}

/*------------
Block
--------------*/
.sec01 {
  padding: 100px 0;
  position: relative;
  z-index: 9;
}

.sec01::before {
  content: "";
  background: url(../images/sec01_deco01.png) no-repeat center/contain;
  width: clamp(120px, 11.5vw, 189px);
  height: clamp(153px, 11.5vw, 241px);
  position: absolute;
  bottom: 10px;
  left: 2%;
  z-index: -1;
}

.l-sec01 {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 50px;
  min-height: 170px;
  position: relative;
}

.l-sec01 .l-ttl .en {
  font-family: "Damion", cursive;
  font-weight: 400;
  font-size: 4rem;
  color: #3492E5;
  line-height: 1;
}

.l-sec01 .l-ttl .jp {
  font-size: 1.6rem;
}

.l-sec01 .l-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

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

  .sec01::before {
    width: 91px;
    height: 116px;
    bottom: auto;
    left: auto;
    top: 10px;
    right: 5%;
  }

  .l-sec01 {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    min-height: 0;
  }

  .l-sec01 .l-ttl {
    font-size: 2.2rem;
  }

  .l-sec01 .l-btn {
    position: static;
    text-align: center;
  }
}

.sec02 {
  padding: 130px 0;
  background: url(../images/bg_wave01.png) no-repeat top/contain, url(../images/bg_wave02.png) no-repeat bottom/contain, url(../images/sec02_bg.jpg) no-repeat left top/cover;
  color: #fff;
  position: relative;
}

.sec02::after {
  content: "";
  background: url(../images/sec02_deco01.png) no-repeat center/contain;
  width: clamp(165px, 14vw, 368px);
  height: clamp(170px, 15vw, 380px);
  position: absolute;
  top: clamp(-380px, -11vw, -130px);
  right: 0;
}

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

.sec02 .l-btn {
  text-align: center;
  margin-top: 40px;
}

.sec02-inner {
  background: rgba(0, 23, 44, 0.5);
  padding: 6% 7%;
}

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

.sec02-list time {
  display: block;
  margin-bottom: 5px;
}

.sec02-list .list-img {
  margin: 0 0 5px;
}

.sec02-list .l-dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px dotted #fff;
  padding: 0 0 5px 30px;
  margin: 0 0 5px;
  position: relative;
}

.sec02-list .l-dl dt.catch::before, .sec02-list .l-dl dt.method::before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 6px;
  left: 0;
}

.sec02-list .l-dl dt.catch::before {
  background: url(../images/sec02_icon01.png) no-repeat center/contain;
}

.sec02-list .l-dl dt.method::before {
  background: url(../images/sec02_icon02.png) no-repeat center/contain;
  width: 22px;
}

.sec02-list .l-dl dd+dt {
  margin-top: 10px;
}

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

  .sec02::after {
    width: 142px;
    height: 147px;
    top: -115px;
  }

  .sec02 .l-btn {
    margin-top: 20px;
  }

  .sec02-inner {
    padding: 5%;
  }

  .sec02-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
  }
}

.sec03 {
  padding: 93px 0 100px;
  position: relative;
}

.sec03::before {
  content: "";
  background: url(../images/sec03_deco01.png) no-repeat top/cover;
  width: 415px;
  height: 186px;
  position: absolute;
  top: 3%;
  left: 0;
  z-index: -1;
}

.sec03::after {
  content: "";
  background: url(../images/sec03_deco02.png) no-repeat top/cover;
  width: 488px;
  height: 192px;
  position: absolute;
  bottom: 22%;
  right: 0;
  z-index: -1;
}

.sec03 .l-btn {
  text-align: center;
  margin-top: 50px;
}

.sec03 .l-bnr {
  text-align: center;
  margin-top: 60px;
}

.l-sec03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.sec03-list {
  display: grid;
  gap: 20px;
}

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

.sec03-list .type {
  display: grid;
  place-items: center;
  font-size: 2.6rem;
  color: #fff;
  width: 150px;
  height: 150px;
  background: #3492E5;
  position: relative;
}

.sec03-list .type.lightblue {
  background: #3EC8FF;
}

.sec03-list .type::before {
  content: "";
  border: 1px solid #fff;
  width: 140px;
  height: 140px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.sec03-list .l-dl {
  display: grid;
  grid-template-columns: 66px 1fr;
  line-height: 2.3;
  margin-bottom: auto;
}

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

  .sec03::before {
    width: 154px;
    height: 70px;
    top: 2%;
  }

  .sec03::after {
    width: 154px;
    height: 60px;
    bottom: 17%;
  }

  .sec03 .l-btn {
    margin-top: 30px;
  }

  .sec03 .l-bnr {
    margin-top: 30px;
  }

  .l-sec03 {
    grid-template-columns: 1fr;
  }

  .sec03-list li {
    grid-template-columns: 110px 1fr;
  }

  .sec03-list .type {
    font-size: 2rem;
    width: 110px;
    height: 110px;
  }

  .sec03-list .type::before {
    width: 100px;
    height: 100px;
  }
}

.sec04 {
  padding: 150px 0;
  background: url(../images/bg_wave01.png) no-repeat top/contain, url(../images/bg_wave02.png) no-repeat bottom/contain, url(../images/sec04_bg.jpg) no-repeat center/cover;
  color: #fff;
}

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

.sec05 {
  padding: 100px 0;
  color: #fff;
}

.sec05-box {
  background: linear-gradient(90deg, #3EC8FF 0%, #3873FE 100%);
  padding: 10px;
}

.sec05-box .box-inner {
  border: 1px solid #fff;
  padding: 50px;
}

.sec05-box .l-ttl {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.sec05-box .l-ttl .en {
  position: absolute;
  top: -25px;
  left: 48%;
  transform: translateX(-50%);
  font-family: "Damion", cursive;
  font-weight: 400;
  font-size: clamp(11rem, 10.5vw, 16rem);
  line-height: 1;
  white-space: nowrap;
  opacity: 0.2;
}

.sec05-box .l-ttl .jp {
  font-size: 2.6rem;
}

.sec05-box .txt {
  text-align: center;
  margin-bottom: 40px;
}

.sec05-box .l-box {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  gap: 58px;
}

.sec05-box .contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.sec05-box .contact .job {
  font-family: "Damion", cursive;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
}

.sec05-box .contact .name {
  font-size: 2rem;
  line-height: 1.5;
}

.sec05-box .tel {
  display: flex;
  margin-bottom: 20px;
}

.sec05-box .sec05-btn {
  background: linear-gradient(90deg, #3EC8FF 0%, #3873FE 100%);
  color: #fff;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  min-height: 46px;
  min-width: 195px;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  padding: 10px 20px;
  transition: opacity 0.5s;
  line-height: 1.5;
  position: relative;
}

.sec05-box .sec05-btn::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.sec05-box .sec05-btn:hover {
  opacity: 0.5;
}

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

  .sec05-box .box-inner {
    padding: 30px 5%;
  }

  .sec05-box .l-ttl {
    margin-bottom: 30px;
  }

  .sec05-box .l-ttl .en {
    font-size: 8rem;
    top: -25%;
  }

  .sec05-box .l-ttl .jp {
    font-size: 2.2rem;
  }

  .sec05-box .txt {
    text-align: left;
    margin-bottom: 20px;
  }

  .sec05-box .l-box {
    grid-auto-flow: row;
    justify-content: unset;
    gap: 30px;
  }

  .sec05-box .contact {
    justify-content: center;
  }

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

@media (max-width: 800px) and (any-hover: hover) {
  .sec05-btn:hover {
    opacity: 1;
  }
}

.sec06 {
  display: grid;
  grid-template-columns: 1fr min(50%, 567px);
  background: #E8F5FB;
}

.sec06 .l-map iframe {
  vertical-align: bottom;
  height: 100%;
  width: 100%;
}

.sec06 .l-desc {
  padding: 14% 20%;
}

.sec06 .l-logo {
  text-align: center;
  margin-bottom: 70px;
}

.sec06 .l-dl {
  display: grid;
  grid-template-columns: 66px 1fr;
  line-height: 2.3;
  margin-bottom: 45px;
}

.sec06 .sec06-link {
  color: #3492E5;
  text-decoration: underline;
  text-underline-offset: 6px;
  transition: 0.5s;
}

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

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

  .sec06 .l-map {
    height: 440px;
    max-height: 50vh;
  }

  .sec06 .l-desc {
    padding: 30px 5%;
  }

  .sec06 .l-logo {
    margin-bottom: 40px;
  }

  .sec06 .l-dl {
    margin-bottom: 20px;
  }
}

/*------------
Post
--------------*/
.list-top-news {
  border-top: 1px solid #DCDCDC;
}

.list-top-news a {
  display: flex;
  border-bottom: 1px solid #DCDCDC;
  padding: 20px 0;
}

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

.list-top-news time {
  display: inline-block;
  white-space: nowrap;
  margin-right: 30px;
}

.list-top-news .ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media (max-width: 800px) {
  .list-top-news a {
    display: block;
    line-height: 1.5;
    padding: 10px 0;
  }

  .list-top-news time {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .list-top-news .ttl {
    -webkit-line-clamp: 2;
  }
}

/*-----------------------------------------------------------
下層レイアウト
-----------------------------------------------------------*/
.page-ttl {
  background: url(../images/under/page-ttl-bg.jpg) no-repeat center/cover;
  color: #fff;
  padding: 259px 0 139px;
  text-align: center;
}

.page-ttl h1 {
  font-size: 3.6rem;
  line-height: 1.4;
}

.breadcrumb {
  position: relative;
  z-index: 1;
}

.breadcrumb ul {
  font-size: 1.2rem;
  padding: 5px 5vw;
}

.breadcrumb ul li {
  display: inline;
}

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

.u-contents {
  padding: 100px 0 30px;
}

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

@media (max-width: 800px) {
  .page-ttl {
    height: auto;
    padding: 125px 0 50px;
  }

  .page-ttl h1 {
    font-size: 2.5rem;
  }

  .u-contents {
    padding: 50px 0 30px;
  }
}

.u-h2 {
  font-size: 3.2rem;
  text-align: center;
  padding-top: 70px;
  margin-bottom: 40px;
  position: relative;
}

.u-h2::before {
  content: "";
  background: url(../images/share/ttl-deco.png) no-repeat center/contain;
  width: 64px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.u-h3,
.postdata h3 {
  font-size: 2.7rem;
  border-bottom: 1px solid #CCCCCC;
  padding: 0 0 10px;
  margin: 0 0 15px;
  position: relative;
}

.u-h3::before,
.postdata h3::before {
  content: "";
  background: #3977FB;
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.postdata h3 {
  margin-bottom: 25px;
}

.u-h4,
.postdata h4 {
  font-size: 2.2rem;
  padding-left: 16px;
  margin-bottom: 15px;
  position: relative;
}

.u-h4::before,
.postdata h4::before {
  content: "";
  background: linear-gradient(90deg, #3EC8FF 0%, #3873FE 100%);
  width: 6px;
  height: 22px;
  position: absolute;
  top: 10px;
  left: 0;
}

@media (max-width: 800px) {
  .u-h2 {
    font-size: 2.5rem;
    padding-top: 50px;
    margin-bottom: 30px;
  }

  .u-h2::before {
    width: 51px;
    height: 48px;
  }

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

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

.tall+.tall {
  margin-top: 120px;
}

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

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

.hidden {
  overflow: hidden;
}

@media (max-width: 800px) {
  .tall+.tall {
    margin-top: 100px;
  }

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

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

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

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

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

@media (max-width: 800px) {

  .col1,
  .col2,
  .col3,
  .col4 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
  }
}

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

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

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

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

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

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

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

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

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

.list-num {
  counter-reset: number;
  display: grid;
  grid-gap: 5px;
}

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

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

.dl-style01 dt {
  font-size: 1.8rem;
  color: #fff;
  background: #3492E5;
  width: fit-content;
  padding: 5px 44px;
  margin-bottom: 5px;
}

.card-style01>li {
  display: flex;
  flex-direction: column;
  border: 2px solid #C4DFFD;
  padding: 25px;
}

.card-style01 .num {
  display: block;
  color: #3492E5;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
}

.card-style01 .list-ttl {
  border-bottom: 1px solid #3976FB;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.card-style02 {
  gap: 20px;
}

.card-style02>li {
  padding: 30px 15px;
  background: #E8F5FB;
}

.card-style02 .list-ttl {
  font-size: 2.2rem;
  border-bottom: 1px solid #3977FB;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.card-style02 .list-ttl02 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0px;
}

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

.card-style02 .txt {
  font-size: 1.5rem;
  background: #fff;
  padding: 25px 30px;
}

.card-style02 .sub-ttl {
  font-size: 1.8rem;
  color: #318EE6;
  margin-bottom: 10px;
}

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

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

.table-style01 th {
  background-color: #3492E5;
  color: #fff;
  font-weight: bold;
}

.table-style01 .bg01 {
  background-color: #E8F5FB;
  color: #333;
}

.table-style01 .bg-pink {
  background-color: #FF99FC;
}

.table-style01 .bg-red {
  background-color: #FF0A1C;
}

.table-style01 .bg-gray {
  background-color: #E7E7E7;
}

.table-style01 .bg-white {
  background-color: #fff;
}

.table-scroll-txt {
  display: none;
}

@media (max-width: 800px) {
  .table-scroll-txt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .table-scroll-txt::before {
    content: "";
    display: block;
    background: url(../images/share/icon_scroll.svg) no-repeat center/contain;
    width: 30px;
    height: 24.5px;
    margin-right: 10px;
  }

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

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

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

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

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

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

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

.list-anchor-link {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.list-anchor-link a {
  background: linear-gradient(90deg, #3EC8FF 0%, #3873FE 100%);
  color: #fff;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  min-height: 46px;
  min-width: 215px;
  padding: 10px 35px 10px 35px;
  transition: opacity 0.5s;
  line-height: 1.5;
  position: relative;
}

.list-anchor-link a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}

.list-anchor-link a:hover {
  opacity: 0.5;
}

.list-anchor-link.center {
  justify-content: center;
}

@media (max-width: 800px) {
  .list-anchor-link {
    flex-direction: column;
    gap: 10px;
  }

  .list-anchor-link a {
    display: block;
  }
}

@media (max-width: 800px) and (any-hover: hover) {
  .btn-more:hover {
    opacity: 1;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

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

@media (max-width: 800px) {
  .google-map iframe {
    height: 300px;
  }
}

.list-flow {
  border: 2px solid #C4DFFD;
  background: #fff;
  padding: 50px;
}

.list-flow li {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}

.list-flow li+li {
  border-top: 1px solid #C4DFFD;
  padding-top: 50px;
  margin-top: 50px;
}

.list-flow li+li::before {
  content: "";
  width: 22px;
  height: 22px;
  border-bottom: 2px solid #3492E5;
  border-right: 2px solid #3492E5;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}

.list-flow li+li::after {
  content: "";
  background: #fff;
  width: 75px;
  height: 22px;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.list-flow .list-img {
  width: 35%;
  margin: 0 0 0 50px;
}

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

.list-flow .list-ttl {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 0 0 35px;
}

.list-flow .num {
  background: #3492E5;
  color: #fff;
  display: inline-block;
  font-family: "Damion", cursive;
  font-size: 1.7rem;
  line-height: 30px;
  padding: 0 5px 0 8px;
  margin: 0 25px 0 0;
  position: relative;
}

.list-flow .num::after {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 12px;
  border-color: transparent transparent transparent #3492E5;
  position: absolute;
  right: -12px;
}

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

  .list-flow>li {
    display: block;
  }

  .list-flow .list-img {
    width: 100%;
    margin: 0 0 30px;
  }

  .list-flow .list-ttl {
    display: block;
    font-size: 2rem;
    margin: 0 0 15px;
  }

  .list-flow .list-num {
    display: table;
    font-size: 1.2rem;
    line-height: 25px;
    padding: 0 2px 1px 8px;
    margin: 0 0 15px;
  }

  .list-flow .list-num::after {
    border-width: 13px 0 13px 10px;
    right: -10px;
  }

  .list-flow .tel {
    margin: auto;
  }
}

/*------------
レイアウト
--------------*/
.l-imgR,
.l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

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

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

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

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

.l-imgR .l-img {
  margin: 0 0 0 5%;
}

@media (max-width: 800px) {

  .l-imgR,
  .l-imgL {
    display: block;
  }

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

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

  .l-imgR .l-img {
    margin: 0 0 15px;
  }
}

/*------------
お問い合わせ
--------------*/
.tel-layout {
  color: #fff;
  background: linear-gradient(90deg, #3EC8FF 0%, #3873FE 100%);
  padding: 10px;
}

.tel-layout .box-inner {
  border: 1px solid #fff;
  height: 100%;
  padding: 40px;
}

.tel-layout .ttl {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 30px;
}

.tel-layout .tel {
  font-size: 5.1rem;
  gap: 15px;
}

.tel-layout .tel img {
  padding-top: 16px;
}

.tel-layout .txt01 {
  text-align: center;
  margin-top: 0;
}

.tel-layout .l-line {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
}

.tel-layout .link {
  color: #fff;
}

.tel-layout .link[target=_blank]::after {
  background: url(../images/share/icon_out_w.svg) no-repeat center/contain;
}

@media (max-width: 800px) {
  .tel-layout .box-inner {
    padding: 30px 15px;
  }

  .tel-layout .ttl {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }

  .tel-layout .tel {
    font-size: 3.1rem;
    gap: 10px;
  }

  .tel-layout .tel img {
    padding-top: 6px;
    width: 20px;
  }

  .tel-layout .l-line {
    grid-template-columns: 1fr;
  }
}

/*------------
個人情報保護方針
--------------*/
.dl-privacy dt {
  font-size: 2.7rem;
  border-bottom: 1px solid #CCCCCC;
  padding: 0 0 10px;
  margin: 0 0 15px;
  position: relative;
}

.dl-privacy dt::before {
  content: "";
  background: #3492E5;
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

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

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

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

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

@media (max-width: 800px) {
  .dl-privacy dt {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

/*------------
Add
--------------*/
.l-report {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 22px;
}

.l-report time {
  display: block;
  margin-bottom: 5px;
}

.l-report .list-img {
  margin: 0 0 5px;
}

.l-report .l-dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #3492E5;
  border-bottom: 2px dotted #3492E5;
  padding: 0 0 5px 30px;
  margin: 0 0 5px;
  position: relative;
}

.l-report .l-dl dt.catch::before, .l-report .l-dl dt.size::before, .l-report .l-dl dt.number::before, .l-report .l-dl dt.method::before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 6px;
  left: 0;
}

.l-report .l-dl dt.catch::before {
  background: url(../images/under/report_icon01.png) no-repeat center/contain;
}

.l-report .l-dl dt.size::before {
  background: url(../images/under/report_icon02.png) no-repeat center/contain;
}

.l-report .l-dl dt.number::before {
  background: url(../images/under/report_icon03.png) no-repeat center/contain;
}

.l-report .l-dl dt.method::before {
  background: url(../images/under/report_icon04.png) no-repeat center/contain;
  width: 22px;
}

.l-report .l-dl dd+dt {
  margin-top: 10px;
}

@media (max-width: 800px) {
  .l-report {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
  }
}

.tips .ttl {
  font-size: 1.4rem;
  color: #fff;
  background: #3492E5;
  width: fit-content;
  padding: 5px 44px;
}

.tips .l-box {
  background: #fff;
  border: 1px solid #C4DFFD;
  padding: 30px;
}

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

.staff-layout {
  display: flex;
  flex-direction: row-reverse;
}

.staff-layout .l-img {
  margin: 0 0 0 7%;
  width: 40%;
}

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

.staff-layout .job {
  font-size: 1.4rem;
  color: #fff;
  background: #3492E5;
  width: fit-content;
  padding: 3px 44px;
  margin-bottom: 20px;
}

.staff-layout .l-ttl {
  font-size: 2.7rem;
  line-height: 1;
  margin-bottom: 30px;
}

.staff-layout .l-ttl .en {
  font-family: "Damion", cursive;
  color: #3492E5;
  font-size: 2.2rem;
  margin-left: 25px;
}

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

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

  .staff-layout .l-ttl {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  .staff-layout .l-ttl .en {
    font-size: 1.8rem;
  }
}

.catch-copy {
  font-size: 2.7rem;
  color: #3492E5;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 800px) {
  .catch-copy {
    font-size: 2.2rem;
  }
}

.price-style {
  display: grid;
  grid-gap: 20px;
}

.price-style .list-intro {
  border-bottom: 1px dotted #aaa;
  display: flex;
  align-items: flex-end;
  grid-gap: 10px;
  justify-content: space-between;
  font-weight: bold;
  padding: 0 0 5px;
}

@media (max-width: 800px) {
  .price-style {
    grid-gap: 15px;
  }

  .price-style .list-intro {
    font-size: 16px;
  }
}

/*-----------------------------------------------------------
Footer
-----------------------------------------------------------*/
.f-layout {
  padding: 100px 0 40px;
  text-align: center;
}

.f-logo {
  margin-bottom: 30px;
}

.f-info {
  font-size: 1.4rem;
  text-align: center;
}

.site-map {
  background: #3EC8FF;
  color: #fff;
  padding: 50px 0;
}

.site-map-inner {
  display: flex;
  justify-content: space-between;
}

.f-links {
  line-height: 2.3;
}

.f-links a:hover {
  text-decoration: underline;
}

.f-links .sub-menu>li {
  padding: 0 0 0 15px;
  position: relative;
}

.f-links .sub-menu>li::before {
  content: "";
  border: 1px solid #fff;
  width: 5px;
  height: 1px;
  position: absolute;
  top: 17px;
  left: 0;
}

.f-links .child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
}

.copyright {
  background-color: #3492E5;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  padding: 22px;
}

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

  .site-map {
    padding: 30px 0;
  }

  .site-map-inner {
    flex-direction: column;
  }

  .f-links .child {
    gap: 0;
  }

  .copyright {
    padding: 5px;
  }
}

.sp-navi {
  display: none;
}

@media (max-width: 1200px) {
  .sp-navi {
    display: block;
  }

  .sp-menu-btn {
    cursor: pointer;
    position: fixed;
    top: 16px;
    right: 16px;
    background: linear-gradient(90deg, #3EC8FF 0%, #3873FE 100%);
    border-radius: 100px;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    z-index: 1010;
  }

  .sp-menu-btn span {
    background: #fff;
    position: absolute;
    width: 20px;
    height: 1px;
    right: 14px;
    transition: 0.3s;
    transform-origin: center center;
  }

  .sp-menu-btn span:nth-of-type(1) {
    top: 17px;
  }

  .sp-menu-btn span:nth-of-type(2) {
    top: 23px;
  }

  .sp-menu-btn span:nth-of-type(3) {
    top: 29px;
  }

  .sp-menu-btn.is-open span {
    background-color: #fff;
  }

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

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

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

  .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #3492E5;
    color: #fff;
    padding: 80px 30px 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    transform: translateX(60px);
    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    opacity: 0;
    z-index: 1000;
  }

  .sp-navi-contents.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    transform: translateX(0);
    opacity: 1;
    transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  }

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

  .sp-navi-list>li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .sp-navi-list>li>a {
    display: block;
    background: url(../images/share/sp_navi_arrow.svg) no-repeat center right 15px/13px auto;
    padding: 10px 0;
  }

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

  .sp-navi-list .sp-dropdown::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 15px;
    right: 40px;
    width: 1px;
    height: 17px;
  }

  .sp-navi-list .sp-dropdown-btn .ttl {
    display: block;
    padding: 10px 0;
  }

  .sp-navi-list .sp-dropdown-plus {
    background: url(../images/share/sp_navi_plus.svg) no-repeat center/11px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 47px;
    transition: 0.3s;
  }

  .sp-navi-list .is-on .sp-dropdown-plus {
    transform: rotate(45deg);
    transform-origin: center;
  }

  .sp-navi-list .sub-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
    padding: 0 0 15px;
  }

  .sp-navi-list .sub-menu li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .sp-navi-list .sub-menu a {
    display: block;
    background: url(../images/share/sp_navi_arrow.svg) no-repeat center right 15px/13px auto;
    padding: 5px 0;
    font-size: 1.4rem;
  }

  .sp-navi-list .sub-menu .child li a {
    position: relative;
    padding: 5px 0 5px 15px;
  }

  .sp-navi-list .sub-menu .child li a::before {
    content: "";
    border: 1px solid #fff;
    width: 5px;
    height: 1px;
    position: absolute;
    top: 20px;
    left: 0;
  }

  .sp-information {
    display: grid;
    gap: 30px;
  }

  .sp-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    background: linear-gradient(90deg, #3EC8FF 0%, #3873FE 100%);
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    padding: 10px 15px;
    color: #fff;
    transition: opacity 0.5s;
  }

  .sp-btn:hover {
    opacity: 0.5;
  }
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*通常投稿*/
.list-under-post {
  border-top: 1px solid #DCDCDC;
  margin-bottom: 50px;
}

.list-under-post a {
  border-bottom: 1px solid #DCDCDC;
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-gap: 25px;
  padding: 15px 70px 15px 0;
  position: relative;
  transition: border-color 0.3s;
}

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

.list-under-post a:hover {
  border-color: #3492E5;
}

.list-under-post a:hover::before {
  border-color: #3492E5;
}

.list-under-post .list-img img {
  border: 1px solid #eee;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 7/5;
}

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

.list-under-post time {
  display: block;
  font-size: 1.4rem;
}

.list-under-post .list-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.8;
  margin-bottom: 5px;
}

.list-under-post .category {
  display: inline-block;
  background-color: #3492E5;
  color: #fff;
  font-size: 1.1rem;
  padding: 0 5px;
  margin-right: 5px;
}

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

/*お知らせ*/
.list-under-news {
  border-top: 1px solid #DCDCDC;
  margin-bottom: 30px;
}

.list-under-news a {
  display: flex;
  border-bottom: 1px solid #DCDCDC;
  padding: 20px 0;
}

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

.list-under-news time {
  display: inline-block;
  white-space: nowrap;
  margin-right: 30px;
}

.list-under-news .ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.category-ttl {
  font-size: 3.2rem;
  text-align: center;
  padding-top: 70px;
  margin-bottom: 40px;
  position: relative;
}

.category-ttl::before {
  content: "";
  background: url(../images/share/ttl-deco.png) no-repeat center/contain;
  width: 64px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

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

.single-post-layout .l-ttl {
  font-size: 3rem;
  margin-bottom: 40px;
  position: relative;
}

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

.single-post-layout .post-data time {
  display: inline-block;
  font-size: 1.2rem;
  white-space: nowrap;
  margin-right: 20px;
}

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

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

.postdata a {
  color: #3492E5;
  text-decoration: underline;
}

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

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  position: relative;
  padding-left: 15px;
}

.postdata ul li:before {
  content: "";
  background: #3492E5;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 1em;
  width: 5px;
  height: 5px;
}

.postdata ol {
  counter-reset: number;
}

.postdata ol li {
  padding-left: 30px;
  position: relative;
}

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

.postdata ol li>ol {
  counter-reset: number;
}

.postdata th {
  background: #3492E5;
  color: #fff;
}

@media (max-width: 800px) and (any-hover: hover) {
  a:hover {
    text-decoration: underline;
  }
}

/*ページャー*/
.post-number {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.post-number span,
.post-number a {
  display: inline-block;
  color: #3492E5;
  background-color: #fff;
  border: 1px solid #3492E5;
  font-size: 13px;
  text-align: center;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  transition: 0.3s;
  padding: 0 20px;
}

.post-number>*+* {
  margin-left: 10px;
}

.post-number a:hover {
  background: linear-gradient(90deg, #3EC8FF 0%, #3873FE 100%);
  color: #fff;
}

.post-number .current {
  background: linear-gradient(90deg, #3EC8FF 0%, #3873FE 100%);
  color: #fff;
}

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

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

.post-number-single .all {
  background: linear-gradient(90deg, #3EC8FF 0%, #3873FE 100%);
  border: 1px solid #3492E5;
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  max-width: 200px;
  margin: 0 10px;
  height: 30px;
  width: 100%;
}

.post-number-single .all:hover {
  background: #fff;
  color: #3492E5;
}

.post-number-single .prev,
.post-number-single .next {
  border: 1px solid #3492E5;
  width: 30px;
  height: 30px;
  position: relative;
}

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

.post-number-single .prev:hover,
.post-number-single .next:hover {
  background: linear-gradient(90deg, #3EC8FF 0%, #3873FE 100%);
}

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

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

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

@media (max-width: 800px) {

  /*通常投稿*/
  .list-under-post a {
    grid-template-columns: 120px 1fr;
    gap: 20px;
    padding: 20px 20px 20px 0;
  }

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

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

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

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

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

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

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

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

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

  /*お知らせ*/
  .list-under-news a {
    display: block;
    line-height: 1.5;
    padding: 10px 0;
  }

  .list-under-news time {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .list-under-news .ttl {
    -webkit-line-clamp: 2;
  }

  .category-ttl {
    font-size: 2.5rem;
    padding-top: 50px;
    margin-bottom: 30px;
  }

  .category-ttl::before {
    width: 51px;
    height: 48px;
  }

  /*詳細ページ*/
  .single-post-layout .l-ttl {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}

@media (max-width: 800px) and (any-hover: hover) {
  .list-under-post a:hover {
    border-color: #DCDCDC;
  }

  .list-under-post a:hover::before {
    border-color: #333;
  }
}

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

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

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

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

.side-area-item {
  border-top: 2px solid #3492E5;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  background: #fff;
}

.side-area-item-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 10px 30px;
}

.side-area-item+.side-area-item {
  margin-top: 30px;
}

.side-area-links {
  display: grid;
  grid-gap: 5px;
  padding: 15px 30px;
}

.side-area-links li {
  padding-left: 20px;
  position: relative;
}

.side-area-links li::before {
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #3492E5;
  position: absolute;
  top: 11px;
  left: 0;
}

.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;
    padding: 0 5vw;
    width: 100%;
  }

  .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-area-item+.side-area-item {
    margin-top: 30px;
  }
}

/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.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;
}

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

.red {
  color: #F44336;
}

.marker {
  background: linear-gradient(transparent 50%, #3EC8FC 50%);
}

.notice {
  font-size: 0.8rem;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

@media (max-width: 800px) {
  .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;
  }
}

/*ボタン*/
.btn-out {
  padding-left: 22px;
  position: relative;
}

.btn-out::before {
  content: "";
  background: url(../images/share/icon_out.svg) no-repeat center/contain;
  width: 14px;
  height: 13px;
  display: inline-block;
  position: absolute;
  top: 0.2em;
  left: 0;
}

.btn-out::after {
  content: "";
  transition: background-size 0.3s;
  background: linear-gradient(to top, currentColor 0px, currentColor 1.1px, transparent 1px) no-repeat left bottom;
  background-size: 100% auto;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 1px;
  width: 100%;
}

.btn-out:hover::after {
  background-position: right bottom;
  background-size: 0% auto;
}

.btn-more {
  background: linear-gradient(90deg, #3EC8FF 0%, #3873FE 100%);
  color: #fff;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  min-height: 46px;
  min-width: 165px;
  padding: 10px 49px;
  transition: opacity 0.5s;
  line-height: 1.5;
  position: relative;
}

.btn-more::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

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

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.btn-wrap.center {
  justify-content: center;
}

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

@media (max-width: 800px) and (any-hover: hover) {
  .btn-more:hover {
    opacity: 1;
  }
}

.tel {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Damion", cursive;
  font-weight: 400;
  font-size: 3.1rem;
  color: #fff;
  line-height: 1;
}

.tel img {
  padding-top: 6px;
}

.tel.blue {
  color: #3492E5;
}

/*-----------------------------------------------------------
Animation
-----------------------------------------------------------*/
.js-fadein {
  transition: opacity 1.2s, transform 1s;
  opacity: 0;
  transform: translateY(120px);
}

.js-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

/*# sourceMappingURL=style.css.map */
