/*
Theme Name: pigeon Template vol.1
Theme URI: https://monaka-home.com/pigeon/
Version: 1.01
*/

/*######################################################################

		Base CSS

************************************************************************/

*,
*::before,
*::after {
  box-sizing: border-box;
  min-inline-size: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}

body {
  color: #494949;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  background-color: #FEFAF3;
}

@media not all and (min-width: 568px){
  body {
    font-size: 15px;
  }
}

:where(ul, ol) {
  list-style: none;
  list-style-type: '';
  padding: unset;
  margin: 0;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.4;
}

img, picture {
  display: block;
  max-width: 100%;
  height: auto;
}

:where(:any-link, button, [type='button'], [type='reset'], [type='submit'], label[for], select, summary, [role='tab'], [role='button']) {
  cursor: pointer;
}

:where(button, [type='button'], [type='reset'], [type='submit']) {
  touch-action: manipulation;
}

legend, fieldset {
  all: unset;
}

input, button, textarea, select {
  font: inherit;
}

:target {
  scroll-margin-block: 5ex;
}

:focus:not(:focus-visible) {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after, ::backdrop {
    background-attachment: scroll !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

a {
  color: #494949;
  text-decoration: none;
  transition: .3s;
}

a:hover {
  color: #494949;
  text-decoration: underline;
}

.sticky {
  display: block;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  text-align: center;
  margin: 10px;
  padding: 4px 0 0 0;
}

.wp-caption img {
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 1.4;
}

.scroll-wrapper {
  position: relative;
  width: 100%;
  height: 300px; /* 表示エリアの高さ */
  overflow: hidden;
  background: #66c6e4; /* 水色背景 */
}

.scroll-content {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  padding-right: 20px; /* スクロールバー分の余白 */
  box-sizing: content-box;
}

/* スクロールバーの外枠 */
.custom-scrollbar {
  position: absolute;
  top: 0;
  right: 5px;
  width: 6px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

/* 白丸のついたつまみ */
.scroll-thumb {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}


/*######################################################################

		Header

************************************************************************/

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
}

.header__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  height: 105px;
  background-color: #fff;
  filter: drop-shadow(0 4px 24px rgb(0 0 0 / .15));
}

.header__logo {
  position: relative;
  padding-top: 20px;
  padding-left: 20px;
}

.header__logo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 422px;
  height: 180px;
  background-image: url(./assets/images/common/header-logo-bg.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  z-index: 0;
}

.header__logo img {
  position: relative;
  z-index: 1;
}

@media not all and (min-width: 1400px){
  .header__logo::before {
    width: 310px;
    height: 189px;
    background-image: url(./assets/images/common/header-logo-bg-sp.svg);
  }

  .header__logo img {
    width: 270px;
  }
}

.site-title {
  display: block !important;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  contain: strict !important;
  opacity: 0 !important;
}

.header__gnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-top: 40px;
  margin-right: 40px;
  gap: 20px;
  font-size: 15px;
  z-index: 1;
}

@media not all and (min-width: 1260px){
  .header__gnav-list .sp-non {
    display: block !important;
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    contain: strict !important;
    opacity: 0 !important;
  }
}

@media not all and (min-width: 940px){
  .header__gnav {
    display: block !important;
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    contain: strict !important;
    opacity: 0 !important;
  }
}

.menu__button {
  display: none;
  position: relative;
  margin-top: 40px;
  margin-right: 40px;
  padding-block: 0;
  padding-inline: 0;
  width: 40px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
}

@media not all and (min-width: 1260px){
  .menu__button {
    display: block;
  }
}

.menu__button .line,
.menu__button .line::before,
.menu__button .line::after {
  display: block;
  background-color: #333;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  content: '';
  transition: 0.3s ease;
}

.menu__button .line {
  top: 50%;
  transform: translateY(-50%);
}

.menu__button .line::before {
  top: -10px;
}

.menu__button .line::after {
  top: 10px;
}

.menu__button.active .line {
  background-color: transparent;
}

.menu__button.active .line::before {
  transform: rotate(45deg);
  top: 0;
}

.menu__button.active .line::after {
  transform: rotate(-45deg);
  top: 0;
}

body.menu-open {
  overflow: hidden;
}

.menu__gnav {
  position: fixed;
  top: 120px;
  right: -100%;
  padding: 20px;
  width: 80%;
  max-width: 300px;
  height: fit-content;
  background: #84CEE7;
  transition: right .3s ease;
  border-radius: 10px 0 0 10px;
  z-index: 1000;
}

.menu__gnav.active {
  right: 0;
}

.menu__gnav-text {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu__gnav-text li {
  margin-bottom: 10px;
}

.menu__gnav-text a {
  color: #fff;
  font-size: 14px;
}

@media (any-hover: hover) {
  .menu__gnav-text a:hover {
    text-decoration: none;
    translate: 5px 0;
  }
}

.menu__gnav-text a:focus-visible {
  text-decoration: none;
  translate: 2px 0;
}



/*######################################################################

		Contents

************************************************************************/

/*
	general
/////////////////////////////////////////////////////////*/

.container {
  margin-top: 105px;
}

.mv-heading {
  display: block !important;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  contain: strict !important;
  opacity: 0 !important;
}

.mv-image {
  position: relative;
  z-index: 1;
}

.page-mv-image {
  width: 100vw;
}

.page-mv-image img {
  width: 100vw;
}

.page-mv + .page-section {
  margin-top: 160px;
}

@media not all and (min-width: 768px){
  .page-mv + .page-section {
    margin-top: 60px;
  }
}

.page-section__text table {
  font-size: 16px;
  line-height: 1.4;
}

.page-section__text table th {
  text-align: left;
}

.page-section__text table td {
  padding: 10px;
  text-align: left;
}

@media not all and (min-width: 568px){
  .tic-table th,
  .tic-table td {
    width: 50%;
  }
}

.page-section__text a {
  color: #5ac3e1;
  text-decoration: underline;
}

@media (any-hover: hover) {
  .page-section__text a:hover {
    text-decoration: none;
  }
}

.page-section__text a:focus-visible {
  text-decoration: none;
}


/*
	home
/////////////////////////////////////////////////////////*/

.home-mv {
  position: relative;
}

.home-mv-text {
  position: absolute;
  top: 120px;
  right: 40px;
  width: 500px;
  color: #184C81;
  font-size: 24px;
  line-height: 2;
  z-index: 1;
}

@media not all and (min-width: 1500px){
  .home-mv-text {
    font-size: 21px;
  }
}

@media not all and (min-width: 1400px){
  .home-mv-text {
    top: 60px;
    width: 400px;
  }
}

@media not all and (min-width: 1200px){
  .home-mv-text {
    top: 20px;
    right: 20px;
    width: 360px;
  }
}

@media not all and (min-width: 768px){
  .home-mv-text {
    position: relative;
    top: auto;
    right: auto;
    margin-block: -110px 70px;
    padding-left: 20px;
    width: 70%;
    color: #1CA5CB;
    font-size: 16px;
  }
}

@media not all and (min-width: 568px){
  .home-mv-text {
    margin-block: -70px 40px;
  }
}

.home-mv-information {
  position: relative;
  margin-top: -380px;
  padding-block: 420px 150px;
  background-color: #C9E7F1;
  z-index: 0;
}

@media not all and (min-width: 768px){
  .home-mv-information {
    margin-top: -380px;
  }
}

.home-mv-information::before {
  content: '';
  position: absolute;
  top: -24px;
  left: 0;
  width: 100vw;
  height: 24px;
  background-image: url(./assets/images/home/home-mv-wave-bg.svg);
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.home-mv-information__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  position: relative;
  margin-inline: auto;
  padding-inline: 30px;
  width: 1270px;
}

.home-mv-information__wrap::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  width: 1270px;
  height: 475px;
  background-image: url(./assets/images/home/home-mv-news-bg-pc.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  z-index: 0;
}

@media not all and (min-width: 1280px){
  .home-mv-information__wrap {
    width: 100vw;
  }

  .home-mv-information__wrap::before {
    width: 100vw;
    height: 475px;
    background-size: cover;
  }
}

@media not all and (min-width: 768px){
  .home-mv-information__wrap::before {
    top: -70px;
    left: 20px;
    width: calc(100% - 40px);
    height: 475px;
    background-image: url(./assets/images/home/home-mv-news-bg-sp.svg);
    background-size: cover;
    border-radius: 20px;
  }
}

.home-mv-information__news {
  position: relative;
  padding-right: 30px;
  width: 65%;
  color: #fff;
  z-index: 1;
}

.home-mv-information__blog {
  position: relative;
  padding-left: 30px;
  width: 35%;
  color: #fff;
  border-left: 3px solid #fff;
  z-index: 1;
}

@media not all and (min-width: 768px){
  .home-mv-information__news {
    width: 100%;
  }

  .home-mv-information__blog {
    display: none;
  }
}

.scroll-area {
  position: relative;
  height: 280px;
}

.home-mv-information__news-list {
  height: 100%;
  overflow-y: scroll;
  padding-right: 20px;
  margin: 0;
}

.custom-scrollbar {
  position: absolute;
  top: 0;
  right: 5px;
  width: 6px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.scroll-thumb {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.home-mv-information__news-list {
  padding-right: 30px;
  height: 280px;
  overflow-y: scroll;
}

.home-mv-information__wrap h3 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.home-mv-information__news-list li {
  margin-bottom: 30px;
}

.home-mv-information__news-list {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.home-mv-information__news-list::-webkit-scrollbar {
  display: none;
}

.home-mv-information__news-meta-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.home-mv-information__blog-list {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.home-mv-information__blog-list a {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.home-mv-information__blog-date {
  width: 87px;
}

.home-mv-information__blog-title {
  width: calc(100% - 87px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-mv-information__address {
  margin-top: 10px;
  font-size: 16px;
}

.home-section01 {
  position: relative;
}

.home-section01::before {
  content: '';
  position: absolute;
  top: -90px;
  left: 50%;
  translate: -50% 0;
  width: 1120px;
  height: 633px;
  background-image: url(./assets/images/home/home-section01-bg.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  z-index: 0;
}

@media not all and (min-width: 1180px){
  .home-section01::before {
    width: 100%;
    height: 633px;
    background-size: cover;
  }
}

.home-section01__heading {
  position: relative;
  margin-block: 30px;
  font-size: 38px;
  text-align: center;
  letter-spacing: 2px;
  z-index: 10;
}

.home-section01__heading .strong {
  position: relative;
  color: #F8B200;
  font-size: 68px;
}

.home-section01__heading .strong::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background-color: #F8B200;
  border-radius: 50vh;
}

@media not all and (min-width: 768px){
  .home-section01__heading {
    font-size: 24px;
  }

  .home-section01__heading .strong {
    font-size: 40px;
  }
}

@media not all and (min-width: 468px){
  .home-section01__heading .sp-line {
    display: block;
  }
}

.home-section01__contents {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.home-section01__contents-main-image {
  order: 2;
  margin-inline: auto;
  width: 50%;
}

.home-section01__contents-sub-image01 {
  order: 1;
  width: 20%;
}

.home-section01__contents-sub-image02 {
  order: 3;
  margin-top: -100px;
  width: 20%;
}

@media not all and (min-width: 768px){
  .home-section01__contents-main-image {
    width: 100%;
  }

  .home-section01__contents-sub-image01,
  .home-section01__contents-sub-image02 {
    display: none;
  }
}

.home-section01__copy-image {
  position: relative;
  z-index: 1;
}

.home-section02 {
  padding-inline: 20px;
  background-image: url(./assets/images/home/home-section02-bg-sp.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.home-section02__heading {
  margin-inline: auto;
  margin-bottom: 20px;
  width: fit-content;
}

.home-section02__heading img {
  margin-inline: auto;
}

.home-section02__heading p .no-text {
  display: block !important;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  contain: strict !important;
  opacity: 0 !important;
}

.home-section02__heading h2 {
  margin-top: -20px;
  color: #5AC3E1;
  font-size: 90px;
}

.home-section02__heading h2 .color {
  color: #FFC021;
}

.home-section02__heading h2 .num {
  font-size: 114px;
}

@media not all and (min-width: 768px){
  .home-section02__heading img {
    width: 200px;
  }

  .home-section02__heading h2 {
    margin-top: -20px;
    font-size: 50px;
  }

  .home-section02__heading h2 .num {
    font-size: 70px;
  }
}

@media not all and (min-width: 368px){
  .home-section02__heading h2 {
    margin-top: -10px;
    font-size: 38px;
  }

  .home-section02__heading h2 .num {
    font-size: 50px;
  }
}

.home-section02__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-inline: auto;
  max-width: 1000px;
  margin-bottom: 20px;
}

.home-section02__item:nth-child(even) {
  flex-direction: row-reverse;
}

@media not all and (min-width: 768px){
  .home-section02__item {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }

  .home-section02__item:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.home-section02__item-contents {
  position: relative;
  padding: 40px;
  width: 38%;
  background-color: #fff;
  border-radius: 30px;
}

.home-section02__item-image {
  width: 60%;
}

@media not all and (min-width: 768px){
  .home-section02__item-contents {
    padding: 20px;
    width: 100%;
  }

  .home-section02__item-image {
    width: 100%;
  }
}

.home-section02__item .home-section02__item-contents::after {
  content: '';
  position: absolute;
  top: -20px;
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.home-section02__item:nth-child(2) .home-section02__item-contents::after {
  right: -20px;
  width: 78px;
  height: 82px;
  background-image: url(./assets/images/home/home-section02-icon01.svg);
}
.home-section02__item:nth-child(3) .home-section02__item-contents::after {
  left: -20px;
  width: 91px;
  height: 91px;
  background-image: url(./assets/images/home/home-section02-icon02.svg);
}
.home-section02__item:nth-child(4) .home-section02__item-contents::after {
  right: -20px;
  width: 85px;
  height: 86px;
  background-image: url(./assets/images/home/home-section02-icon03.svg);
}
.home-section02__item:nth-child(5) .home-section02__item-contents::after {
  left: -20px;
  width: 78px;
  height: 82px;
  background-image: url(./assets/images/home/home-section02-icon04.svg);
}
.home-section02__item:nth-child(6) .home-section02__item-contents::after {
  right: -20px;
  width: 72px;
  height: 75px;
  background-image: url(./assets/images/home/home-section02-icon05.svg);
}

@media not all and (min-width: 468px){
  .home-section02__item:nth-child(5) .home-section02__item-contents::after {
    top: -65px;
  }
}

.home-section02__item-heading {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}

.home-section02__item:nth-child(2) .home-section02__item-heading {
  color: #E79889;
}
.home-section02__item:nth-child(3) .home-section02__item-heading {
  color: #5AC3E1;
}
.home-section02__item:nth-child(4) .home-section02__item-heading {
  color: #c5a02b;
}
.home-section02__item:nth-child(5) .home-section02__item-heading {
  color: #EAA9C9;
}
.home-section02__item:nth-child(6) .home-section02__item-heading {
  color: #9CC780;
}

.home-section02__item-text {
  font-size: 16px;
  font-weight: 700;
}

.home-section02__item-text p:not(:last-child) {
  margin-bottom: 30px;
}

.home-section02__item-image img {
  border-radius: 30px;
}

.home-section03 {
  position: relative;
  margin-bottom: 80px;
  padding-block: 180px 430px;
}

@media not all and (min-width: 768px){
  .home-section03 {
    position: relative;
    margin-bottom: 0;
    padding-block: 0px 80px;
  }
}

.home-section03::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: 543px;
  background-image: url(./assets/images/home/home-section03-image03-pc.png);
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media not all and (min-width: 768px){
  .home-section03::after {
    display: none;
  }
}

.home-section03__heading {
  margin-bottom: 70px;
  color: #5AC3E1;
  font-size: 67px;
  text-align: center;
}

@media not all and (min-width: 940px){
  .home-section03__heading {
    margin-bottom: 40px;
    font-size: 40px;
  }
}

.home-section03__container {
  position: relative;
  padding-top: 160px;
  background-image: url(./assets/images/home/home-section03-bg.svg);
  background-size: 1000px;
	background-repeat: no-repeat;
	background-position: center top;
  z-index: -2;
}

@media not all and (min-width: 768px){
  .home-section03__container {
    padding-top: 0;
    background-position: center;
  }
}

.home-section03__container::before {
  content: '';
  position: absolute;
  top: 100px;
  left: 0;
  width: 25%;
  height: 600px;
  background-image: url(./assets/images/home/home-section03-image01-pc.png);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  z-index: -1;
}

.home-section03__container::after {
  content: '';
  position: absolute;
  top: 100px;
  right: 0;
  width: 25%;
  height: 630px;
  background-image: url(./assets/images/home/home-section03-image02-pc.png);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  z-index: -1;
}

@media not all and (min-width: 768px){
  .home-section03__container::before {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 80px;
    width: 100%;
    height: 400px;
    background-image: url(./assets/images/home/home-section03-image01-sp.png);
  }

  .home-section03__container::after {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 430px;
    background-image: url(./assets/images/home/home-section03-image02-sp.png);
  }
}

@media not all and (min-width: 468px){
  .home-section03__container::before {
    height: 300px;
  }

  .home-section03__container::after {
    height: 330px;
  }
}

.home-section03__contents {
  margin-inline: auto;
  max-width: 970px;
  font-size: 18px;
  text-align: center;
  line-height: 4;
}

@media not all and (min-width: 1490px){
  .home-section03__contents {
    max-width: 50%;
    font-size: 16px;
  }
}

@media not all and (min-width: 768px){
  .home-section03__contents {
    padding-inline: 20px;
    max-width: 100%;
    line-height: 2.5;
  }
}

.home-section03__contents p {
  font-weight: 700;
}

 .home-section03__contents .sp{
  display: none;
 }
@media not all and (min-width: 940px){
    .home-section03__contents .sp{
      display: block;
  }
}


.home-section04 {
  padding-block: 50px 140px;
  background-image: url(./assets/images/home/home-section04-bg.jpg);
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.home-section04__heading {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 40px;
  color: #5AC3E1;
  font-size: 67px;
}

@media not all and (min-width: 768px){
  .home-section04__heading {
    gap: 10px;
    margin-bottom: 30px;
    font-size: 40px;
  }
}

@media not all and (min-width: 468px){
  .home-section04__heading {
    font-size: 30px;
  }
}

.home-section04__heading::before {
  content: '';
  display: inline-block;
  width: 72px;
  height: 58px;
  background-image: url(./assets/images/common/heading-fish01.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.home-section04__heading::after {
  content: '';
  display: inline-block;
  width: 79px;
  height: 68px;
  background-image: url(./assets/images/common/heading-fish02.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media not all and (min-width: 468px){
  .home-section04__heading::before {
    width: 40px;
    height: 31px;
  }

  .home-section04__heading::after {
    width: 40px;
    height: 38px;
  }
}

.home-section04__hero {
  margin-bottom: 80px;
}

@media not all and (min-width: 768px){
  .home-section04__hero {
    margin-inline: auto;
    padding-inline: 20px;
    max-width: 400px;
  }
}

.home-section04__hero p {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 3;
}

@media not all and (min-width: 768px){
  .home-section04__hero p {
    font-size: 16px;
    line-height: 2.5;
  }
}

.home-section04__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  gap: 60px 5%;
  margin-inline: auto;
  max-width: 960px;
}

.home-section04__list::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100vw;
  height: 380px;
  background-color: #D5EBF7;
  z-index: 0;
}

.home-section04__list li {
  position: relative;
  width: 30%;
  z-index: 1;
}

.home-section04__list-image {
  display: none;
}

@media not all and (min-width: 768px){
  .home-section04__list {
    display: block !important;
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    contain: strict !important;
    opacity: 0 !important;
  }

  .home-section04__list-image {
    display: block;
    position: relative;
  }

  .home-section04__list-image img {
    position: relative;
    z-index: 1;
  }

  .home-section04__list-image::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100vw;
    height: 380px;
    background-color: #D5EBF7;
    z-index: 0;
  }
}

.home-section04__list li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -44%;
  width: 280px;
  height: 280px;
  background-color: #1CA5CB;
  box-shadow: inset 0 0 15px rgb(0 0 0 / .3);
  border-radius: 50vh;
  z-index: 0;
}

.home-section04__list-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-inline: auto;
  color: #fff;
  width: 200px;
  z-index: 1;
}

.home-section04__list-item .num {
  display: block;
  margin-bottom: 20px;
  font-size: 70px;
  text-align: center;
  line-height: 1;
}

.home-section04__list-item .text {
  font-size: 18px;
  text-align: center;
}

.home-section05 .services-list__archive {
  margin-bottom: 100px;
}

.home-section05 .calendar__wrap {
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-inline: auto;
  max-width: 1050px; */
  display: none;
}

.calendar__item {
  width: 48%;
}

@media not all and (min-width: 768px){
  .calendar__item {
    width: 100%;
  }
}

.calendar__item iframe {
  width: 100%;
}

.calendar__heading {
  margin-bottom: 20px;
  font-size: 37px;
  text-align: center;
}

.home-section06 {
  position: relative;
  padding-block: 80px 160px;
}

.home-section06::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 99px;
  height: 95px;
  background-image: url(./assets/images/home/home-nav-image01.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.home-section06::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 259px;
  height: 141px;
  background-image: url(./assets/images/home/home-nav-image02.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media not all and (min-width: 768px){
  .home-section06::before {
    display: none;
  }

  .home-section06::after {
    width: 150px;
    height: 81px;
  }
}

.home-section06__heading {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 40px;
  color: #5AC3E1;
  font-size: 54px;
}

@media not all and (min-width: 768px){
  .home-section06__heading {
    gap: 10px;
    font-size: 30px;
  }
}

.home-section06__heading::before {
  content: '';
  display: inline-block;
  width: 72px;
  height: 58px;
  background-image: url(./assets/images/common/heading-fish01.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.home-section06__heading::after {
  content: '';
  display: inline-block;
  width: 79px;
  height: 68px;
  background-image: url(./assets/images/common/heading-fish02.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media not all and (min-width: 768px){
  .home-section06__heading::before {
    width: 42px;
    height: 31px;
  }

  .home-section06__heading::after {
    width: 49px;
    height: 38px;
  }
}

.home-section06__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px 20px;
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1160px;
}

@media not all and (min-width: 768px){
  .home-section06__list {
    flex-direction: column;
  }
}

.home-section07 {
  position: relative;
  padding-inline: 20px;
  padding-bottom: 80px;
}

@media not all and (min-width: 768px){
  .home-section07 {
    padding-bottom: 150px;
  }
}

.home-section07::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 316px;
  height: 492px;
  background-image: url(./assets/images/home/home-section07-bg01-pc.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  z-index: -1;
}

.home-section07::after {
  content: '';
  position: absolute;
  top: 140px;
  right: 100px;
  width: 105px;
  height: 105px;
  background-image: url(./assets/images/home/home-section07-bg02-pc.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  z-index: -1;
}

@media not all and (min-width: 768px){
  .home-section07::before {
    content: '';
    position: absolute;
    top: auto;
    translate: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 576px;
    background-image: url(./assets/images/home/home-secrtion05-bg02-sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .home-section07::after {
    top: 40px;
    right: 10px;
    z-index: 1;
  }
}

@media not all and (min-width: 568px){
  .home-section07::before {
    bottom: -70px;
  }
}

.home-section07__heading {
  margin-bottom: 40px;
  color: #5AC3E1;
  font-size: 54px;
  text-align: center;
}

@media not all and (min-width: 768px){
  .home-section07__heading {
    font-size: 30px;
  }
}

.home-section07__wrap {
  display: flex;
	justify-content: space-between;
  flex-direction: row-reverse;
	flex-wrap: wrap;
  margin-inline: auto;
  max-width: 1180px;
}

.home-section07__contents {
  position: relative;
  margin-top: 60px;
  padding: 50px 30px;
  width: 55%;
  background-color: #fff;
  border-radius: 30px;
  z-index: 1;
}

.home-section07__image {
  width: 45%;
}

@media not all and (min-width: 768px){
  .home-section07__wrap {
    flex-direction: column-reverse;
  }

  .home-section07__contents {
    margin-top: -60px;
    margin-left: auto;
    padding: 20px;
    width: 80%;
  }

  .home-section07__image {
    width: 80%;
  }
}

.home-section07__subheading{
  margin-bottom: 40px;
  font-size: 26px;
}

.home-section07__text p {
  font-weight: 500;
}

.home-section07__image img {
  width: 115%;
  max-width: 115%;
}

.home-section08 {
  padding-block: 90px;
  background-color: #D5EBF7;
}

@media not all and (min-width: 768px){
  .home-section08 {
    padding-inline: 20px;
  }
}

.home-section08__heading {
  margin-inline: auto;
  margin-bottom: 80px;
  max-width: 1180px;
  color: #5AC3E1;
  font-size: 54px;
}

@media not all and (min-width: 768px){
  .home-section08__heading {
    margin-bottom: 40px;
    font-size: 30px;
  }
}

.staff-slider .swiper {
  padding-bottom: 100px;
}

@media not all and (min-width: 768px){
  .staff-slider .swiper {
    padding-bottom: 70px;
  }
}

.staff-slider__item {
  position: relative;
}

.staff-slider__item a {
  color: #fff;
  text-shadow: 0 0 13px rgb(0 0 0 / 1);
}

.staff-slider__meta {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin-right: 20px;
}

.staff-slider__meta .name {
  font-size: 32px;
}

.staff-slider__meta .text {
  font-size: 12px;
}

.staff-slider__image img {
  border-radius: 25px;
}

.staff-slider .swiper-button-prev,
.staff-slider .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: auto;
  bottom: 0;
  margin-top: 0;
  width: 40px;
  height: 40px;
  color: #FAD065;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50vh;
  z-index: 10;
}

.staff-slider .swiper-button-prev {
  right: 160px;
  left: auto;
}
.staff-slider .swiper-button-next {
  right: 100px;
}

.staff-slider .swiper-button-prev:after,
.staff-slider .swiper-button-next:after {
  font-size: 13px;
}

@media not all and (min-width: 768px){
  .staff-slider .swiper-button-prev {
    right: 50px;
  }
  .staff-slider .swiper-button-next {
    right: 0;
  }
}



/*
	about
/////////////////////////////////////////////////////////*/

.about-section01 {
  position: relative;
  margin-bottom: 80px;
  padding-block: 100px 430px;
}

@media not all and (min-width: 768px){
  .about-section01 {
    position: relative;
    margin-bottom: 0;
    padding-block: 0px 40px;
  }
}

.about-section01::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: 521px;
  background-image: url(./assets/images/home/home-section03-image03-pc.png);
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media not all and (min-width: 768px){
  .about-section01::after {
    display: none;
  }
}

.about-section01__heading {
  margin-bottom: 70px;
  color: #5AC3E1;
  font-size: 67px;
  text-align: center;
}

@media not all and (min-width: 940px){
  .about-section01__heading {
    margin-bottom: 40px;
    font-size: 40px;
  }
}

.about-section01__container {
  position: relative;
  padding-top: 160px;
  background-image: url(./assets/images/home/home-section03-bg.svg);
  background-size: 1000px;
	background-repeat: no-repeat;
	background-position: center top;
  z-index: -2;
}

@media not all and (min-width: 768px){
  .about-section01__container {
    padding-top: 0;
    background-position: center;
  }
}

.about-section01__container::before {
  content: '';
  position: absolute;
  top: 100px;
  left: 0;
  width: 25%;
  height: 600px;
  background-image: url(./assets/images/home/home-section03-image01-pc.png);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  z-index: -1;
}

.about-section01__container::after {
  content: '';
  position: absolute;
  top: 100px;
  right: 0;
  width: 25%;
  height: 630px;
  background-image: url(./assets/images/home/home-section03-image02-pc.png);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  z-index: -1;
}

@media not all and (min-width: 768px){
  .about-section01__container::before {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 80px;
    width: 100%;
    height: 400px;
    background-image: url(./assets/images/home/home-section03-image01-sp.png);
  }

  .about-section01__container::after {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 430px;
    background-image: url(./assets/images/home/home-section03-image02-sp.png);
  }
}

@media not all and (min-width: 468px){
  .about-section01__container::before {
    height: 300px;
  }

  .about-section01__container::after {
    height: 330px;
  }
}

.about-section01__contents {
  margin-inline: auto;
  max-width: 970px;
  font-size: 18px;
  text-align: center;
  line-height: 4;
}

@media not all and (min-width: 1490px){
  .about-section01__contents {
    max-width: 50%;
    font-size: 16px;
  }
}

@media not all and (min-width: 768px){
  .about-section01__contents {
    padding-inline: 20px;
    max-width: 100%;
    line-height: 2;
  }
}

.about-section01__contents p {
  font-weight: 700;
}

.about-section01__image img {
  width: 100%;
}

.about-section02 {
  margin-bottom: 100px;
  padding-inline: 20px;
}

@media not all and (min-width: 768px){
  .about-section02 {
    margin-bottom: 50px;
  }
}

.about-section02__heading {
  margin-bottom: 70px;
  color: #5AC3E1;
  font-size: 67px;
  text-align: center;
}

@media not all and (min-width: 940px){
  .about-section02__heading {
    margin-bottom: 40px;
    font-size: 40px;
  }
}

.about-section02__container {
  position: relative;
  background-image: url(./assets/images/about/about-reserve-bg.svg);
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
  z-index: -2;
}

@media not all and (min-width: 768px){
  .about-section02__container {
    background-image: url(./assets/images/about/about-reserve-bg-sp.svg);
  }
}

.about-section02__contents {
  text-align: center;
}

.about-section02__contents p {
  margin-bottom: 30px;
  font-size: 18px;
}

@media not all and (min-width: 768px){
  .about-section02__contents p {
    font-size: 16px;
  }
}

.about-section02__contents p.caution {
  color: #E2A200;
}

.about-section02__tel-button {
  margin-bottom: 30px;
}

.about-section02__tel-button a {
  display: block;
  margin-inline: auto;
  padding: 20px 30px;
  width: fit-content;
  color: #E2A200;
  font-size: 28px;
  line-height: 1;
  border: 2px solid #E2A200;
  border-radius: 50vh;
}

.about-section03 {
  padding-block: 100px;
  background-image: url(./assets/images/about/about-flow-bg.jpg);
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media not all and (min-width: 768px){
  .about-section03 {
    padding-block: 50px;
    background-image: url(./assets/images/about/about-flow-bg-sp.jpg);
  }
}

.about-section03__heading {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 40px;
  color: #5AC3E1;
  font-size: 67px;
}

@media not all and (min-width: 768px){
  .about-section03__heading {
    gap: 10px;
    margin-bottom: 30px;
    font-size: 40px;
  }
}

@media not all and (min-width: 468px){
  .about-section03__heading {
    font-size: 30px;
  }
}

.about-section03__heading::before {
  content: '';
  display: inline-block;
  width: 72px;
  height: 58px;
  background-image: url(./assets/images/common/heading-fish01.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.about-section03__heading::after {
  content: '';
  display: inline-block;
  width: 79px;
  height: 68px;
  background-image: url(./assets/images/common/heading-fish02.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media not all and (min-width: 468px){
  .about-section03__heading::before {
    width: 40px;
    height: 31px;
  }

  .about-section03__heading::after {
    width: 40px;
    height: 38px;
  }
}

.about-section03__image {
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1000px;
}

@media not all and (min-width: 768px){
  .about-section03__image {
    max-width: 80%;
  }
}

@media not all and (min-width: 468px){
  .about-section03__image {
    max-width: 90%;
  }
}


/*
	service
/////////////////////////////////////////////////////////*/

.services-list {
  position: relative;
  background-color: #C9E7F1;
}

.page-services-list {
  position: relative;
  margin-inline: auto;
  padding: 100px 20px;
  max-width: 1170px;
}

@media not all and (min-width: 940px){
  .page-services-list {
    padding: 0;
  }
}

.services-list::before {
  content: '';
  position: absolute;
  top: -18px;
  left: 0;
  width: 100vw;
  height: 24px;
  background-image: url(./assets/images/services/services-bg-wave.svg);
  background-size: contain;
	background-repeat: repeat-x;
	background-position: center;
}

.services-list .services-list__container {
  padding: 45px 80px 120px;
  background-image: url(./assets/images/common/w-dot-bg.svg);
  background-size: contain;
	background-repeat: repeat;
	background-position: center;
}

@media not all and (min-width: 768px){
  .services-list .services-list__container {
    padding: 45px 20px 60px;
    background-image: url(./assets/images/common/w-dot-bg.svg);
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
  }
}

.services-list__heading {
  margin-bottom: 80px;
  font-size: 67px;
  text-align: center;
}

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

@media not all and (min-width: 940px){
  .services-list__container {
    padding: 45px 20px 80px;
  }

  .services-list__archive {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media not all and (min-width: 768px){
  .services-list__archive {
    grid-template-columns: repeat(1, 1fr);
  }

  .services-list__heading {
    margin-bottom: 40px;
    font-size: 40px;
  }
}

.services-list__archive li {
  display: flex;
  height: 100%;
}

.services-list__archive a {
  display: flex;
  flex-direction: column-reverse;
  flex-grow: 1;
  gap: 10px;
  height: 100%;
  color: #fff;
}

.services-list__contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  position: relative;
  padding: 20px;
  border-radius: 30px;
  z-index: 1;
}

.services-list__archive li:nth-child(1) .services-list__contents {
  background-color: #EAA9C9;
}
.services-list__archive li:nth-child(2) .services-list__contents {
  background-color: #9CC780;
}
.services-list__archive li:nth-child(3) .services-list__contents {
  background-color: #B28EBE;
}
.services-list__archive li:nth-child(4) .services-list__contents {
  background-color: #EABB69;
}
.services-list__archive li:nth-child(5) .services-list__contents {
  background-color: #87AFD2;
}
.services-list__archive li:nth-child(6) .services-list__contents {
  background-color: #E79889;
}
.services-list__archive li:nth-child(7) .services-list__contents {
  background-color: #5AC3E1;
}
.services-list__archive li:nth-child(8) .services-list__contents {
  background-color: #F38798;
}
.services-list__archive li:nth-child(9) .services-list__contents {
  background-color: #EEC764;
}

.services-list__icon {
  position: absolute;
  top: -62px;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}

.services-list__text p {
  font-size: 18px;
  font-weight: 400;
}

.services-list__text {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.services-list__item-heading {
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
}

.services-list__text p {
  font-size: 18px;
  font-weight: 400;
}


/*
	page style
/////////////////////////////////////////////////////////*/

.page-container {
  font-size: 18px;
  line-height: 2.2;
}

@media not all and (min-width: 768px){
  .page-container {
    font-size: 16px;
    line-height: 2.2;
  }
}

.page-hero {
  position: relative;
  margin-bottom: 160px;
  padding-top: 80px;
}

@media not all and (min-width: 768px){
  .page-hero {
    margin-bottom: 80px;
    padding-top: 40px;
  }
}

.page-hero::before {
  content: '';
  position: absolute;
  top: 80px;
  left: 20px;
  width: 256px;
  height: 362px;
  background-image: url(./assets/images/common/page-hero-image01.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  z-index: -1;
}

@media not all and (min-width: 1380px){
  .page-hero::before {
    top: 0px;
    left: 0px;
    width: 170px;
    height: 241px;
  }
}

.page-hero::after {
  content: '';
  position: absolute;
  top: 100px;
  right: 20px;
  width: 158px;
  height: 474px;
  background-image: url(./assets/images/common/page-hero-image02.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  z-index: -1;
}

@media not all and (min-width: 768px){
  .page-hero::after {
    top: 100px;
    right: 0px;
    width: 87px;
    height: 261px;
  }
}

.page-hero__container {
  margin-inline: auto;
  max-width: 800px;
}

@media not all and (min-width: 940px){
  .page-hero__container {
    max-width: 80%;
  }
}

.page-hero__container p {
  margin-bottom: 30px;
}

.page-section {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  margin-inline: auto;
  margin-bottom: 100px;
  padding-inline: 20px;
  max-width: 800px;
}

@media not all and (min-width: 768px){
  .page-section {
    margin-bottom: 50px;
  }
}

.page-section__contents {
  position: relative;
  padding: 50px;
  background-color: #fff;
  border-radius: 30px;
}

@media not all and (min-width: 768px){
  .page-section__contents {
    padding: 20px;
    border-radius: 20px;
  }
}

.page-section h2 {
  margin-inline: auto;
  margin-bottom: 40px;
  width: fit-content;
  font-size: 30px;
}

@media not all and (min-width: 768px){
  .page-section h2 {
    margin-block: 40px 30px;
    font-size: 26px;
  }
}

.page-section h3 {
  margin-inline: auto;
  margin-block: 80px 30px;
  width: fit-content;
  font-size: 26px;
}

@media not all and (min-width: 768px){
  .page-section h3 {
    margin-block: 60px 20px;
    font-size: 21px;
  }
}

.page-section h4 {
  margin-inline: auto;
  margin-block: 60px 20px;
  width: fit-content;
  font-size: 21px;
}

@media not all and (min-width: 768px){
  .page-section h4 {
    font-size: 18px;
  }
}

.page-section01 h2,
.page-section01 h3,
.page-section01 h4 {
  color: #E79889;
}
.page-section02 h2,
.page-section02 h3,
.page-section02 h4 {
  color: #5AC3E1;
}
.page-section03 h2,
.page-section03 h3,
.page-section03 h4 {
  color: #c5a02b;
}
.page-section04 h2,
.page-section04 h3,
.page-section04 h4 {
  color: #EAA9C9;
}
.page-section05 h2,
.page-section05 h3,
.page-section05 h4 {
  color: #9CC780;
}
.page-section06 h2,
.page-section06 h3,
.page-section06 h4 {
  color: #AFA5DE;
}

.page-section__text p:not(:last-child) {
  margin-bottom: 30px;
}

.page-section__text ul {
  margin-bottom: 30px;
}

.page-section__text ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 23px;
  line-height: 1.4;
}

.page-section__text ul li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50vh;
}

@media not all and (min-width: 768px){
  .page-section__text ul li {
    padding-left: 18px;
  }

  .page-section__text ul li::before {
    top: 10px;
    width: 8px;
    height: 8px;
  }
}

.page-section01 .page-section__text ul li::before {
  background-color: #E79889;
}
.page-section02 .page-section__text ul li::before {
  background-color: #5AC3E1;
}
.page-section03 .page-section__text ul li::before {
  background-color: #c5a02b;
}
.page-section04 .page-section__text ul li::before {
  background-color: #EAA9C9;
}
.page-section05 .page-section__text ul li::before {
  background-color: #9CC780;
}
.page-section06 .page-section__text ul li::before {
  background-color: #AFA5DE;
}

.page-section__contents::before {
  content: '';
  position: absolute;
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.page-section01 .page-section__contents::before {
  top: -70px;
  left: -20px;
  width: 134px;
  height: 140px;
  background-image: url(./assets/images/common/page-section01-icon.svg);
}
.page-section02 .page-section__contents::before {
  top: -60px;
  right: -20px;
  width: 152px;
  height: 152px;
  background-image: url(./assets/images/common/page-section02-icon.svg);
}
.page-section03 .page-section__contents::before {
  top: -70px;
  left: -20px;
  width: 139px;
  height: 140px;
  background-image: url(./assets/images/common/page-section03-icon.svg);
}
.page-section04 .page-section__contents::before {
  top: -70px;
  right: -20px;
  width: 116px;
  height: 122px;
  background-image: url(./assets/images/common/page-section04-icon.svg);
}
.page-section05 .page-section__contents::before {
  top: -70px;
  left: -20px;
  width: 112px;
  height: 118px;
  background-image: url(./assets/images/common/page-section05-icon.svg);
}
.page-section06 .page-section__contents::before {
  top: -70px;
  right: -20px;
  width: 134px;
  height: 140px;
  background-image: url(./assets/images/common/page-section06-icon.svg);
}

@media not all and (min-width: 768px){
  .page-section01 .page-section__contents::before {
    top: -20px;
    left: -10px;
    width: 57px;
    height: 60px;
    background-image: url(./assets/images/common/page-section01-icon.svg);
  }
  .page-section02 .page-section__contents::before {
    top: -20px;
    right: -10px;
    width: 74px;
    height: 74px;
    background-image: url(./assets/images/common/page-section02-icon.svg);
  }
  .page-section03 .page-section__contents::before {
    top: -20px;
    left: -10px;
    width: 84px;
    height: 85px;
    background-image: url(./assets/images/common/page-section03-icon.svg);
  }
  .page-section04 .page-section__contents::before {
    top: -20px;
    right: -10px;
    width: 57px;
    height: 60px;
    background-image: url(./assets/images/common/page-section04-icon.svg);
  }
  .page-section05 .page-section__contents::before {
    top: -20px;
    left: -10px;
    width: 74px;
    height: 74px;
    background-image: url(./assets/images/common/page-section05-icon.svg);
  }
  .page-section06 .page-section__contents::before {
    top: -20px;
    right: -10px;
    width: 84px;
    height: 85px;
    background-image: url(./assets/images/common/page-section06-icon.svg);
  }
}




.page-flow {
  margin-bottom: 160px;
  padding-inline: 20px;
  background-image: url(./assets/images/home/home-section02-bg-sp.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}

@media not all and (min-width: 768px){
  .page-flow {
    margin-bottom: 60px;
  }
}

.page-flow__heading {
  margin-inline: auto;
  margin-bottom: 40px;
  width: fit-content;
  color: #5AC3E1;
  font-size: 40px;
  line-height: 1.4;
}

.page-flow__heading .small {
  font-size: 20px;
}

@media not all and (min-width: 768px){
  .page-flow__heading {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .page-flow__heading .small {
    font-size: 18px;
  }
}

.page-flow__hero {
  margin-inline: auto;
  margin-bottom: 80px;
  padding-inline: 20px;
  max-width: 800px;
}

.page-flow__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-inline: auto;
  max-width: 1000px;
  margin-bottom: 20px;
}

.page-flow__list .page-flow__item:nth-child(odd) {
  flex-direction: row-reverse;
}

@media not all and (min-width: 768px){
  .page-flow__item {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }

  .page-flow__list .page-flow__item:nth-child(odd) {
    flex-direction: column-reverse;
  }
}

.page-flow__item-contents {
  position: relative;
  padding: 50px 50px 40px;
  width: 55%;
  background-color: #fff;
  border-radius: 30px;
}

.page-flow__item-image {
  width: 43%;
}

@media not all and (min-width: 768px){
  .page-flow__item-contents {
    padding: 50px 20px 20px;
    width: 100%;
  }

  .page-flow__item-image {
    width: 100%;
  }
}

.page-flow__list .page-flow__item .page-flow__item-contents::after {
  content: '';
  position: absolute;
  top: -20px;
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media not all and (min-width: 768px){
  .page-flow__list .page-flow__item .page-flow__item-contents::after {
    top: -40px;
  }
}

.page-flow__list .page-flow__item:nth-child(1) .page-flow__item-contents::after {
  right: -20px;
  width: 78px;
  height: 82px;
  background-image: url(./assets/images/common/flow-icon01.svg);
}
.page-flow__list .page-flow__item:nth-child(2) .page-flow__item-contents::after {
  left: -20px;
  width: 91px;
  height: 91px;
  background-image: url(./assets/images/common/flow-icon02.svg);
}
.page-flow__list .page-flow__item:nth-child(3) .page-flow__item-contents::after {
  right: -20px;
  width: 85px;
  height: 86px;
  background-image: url(./assets/images/common/flow-icon03.svg);
}
.page-flow__list .page-flow__item:nth-child(4) .page-flow__item-contents::after {
  left: -20px;
  width: 85px;
  height: 86px;
  background-image: url(./assets/images/common/flow-icon04.svg);
}
.page-flow__list .page-flow__item:nth-child(5) .page-flow__item-contents::after {
  right: -20px;
  width: 78px;
  height: 82px;
  background-image: url(./assets/images/common/flow-icon05.svg);
}
.page-flow__list .page-flow__item:nth-child(6) .page-flow__item-contents::after {
  right: -20px;
  width: 72px;
  height: 75px;
  background-image: url(./assets/images/common/flow-icon06.svg);
}

@media not all and (min-width: 468px){
  .page-flow__list .page-flow__item:nth-child(5) .page-flow__item-contents::after {
    top: -65px;
  }
}

.page-flow__item-heading {
  margin-inline: auto;
  margin-bottom: 30px;
  font-size: 24px;
}

.h-line {
  display: inline-block;
}

.page-flow__list .page-flow__item:nth-child(1) .page-flow__item-heading {
  color: #E79889;
}
.page-flow__list .page-flow__item:nth-child(2) .page-flow__item-heading {
  color: #5AC3E1;
}
.page-flow__list .page-flow__item:nth-child(3) .page-flow__item-heading {
  color: #c5a02b;
}
.page-flow__list .page-flow__item:nth-child(4) .page-flow__item-heading {
  color: #EAA9C9;
}
.page-flow__list .page-flow__item:nth-child(5) .page-flow__item-heading {
  color: #9CC780;
}
.page-flow__list .page-flow__item:nth-child(6) .page-flow__item-heading {
  color: #B87BE1;
}

.page-flow__item-text {
  font-size: 16px;
  font-weight: 700;
}

.page-flow__item-text p:not(:last-child) {
  margin-bottom: 30px;
}

.page-flow__item-image img {
  border-radius: 30px;
}

.page-faq {
  margin-bottom: 160px;
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1000px;
}

@media not all and (min-width: 768px){
  .page-faq {
    margin-bottom: 60px;
  }
}

.page-faq__heading {
  margin-bottom: 40px;
  color: #5AC3E1;
  font-size: 40px;
  text-align: center;
}

.page-faq__list dl {
  margin-bottom: 20px;
  padding: 50px;
  background-color: #fff;
  border: 6px solid #AEDDEA;
  border-radius: 30px;
}

@media not all and (min-width: 768px){
  .page-faq__list dl {
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 20px;
  }
}

.page-faq__list dt {
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
  font-size: 21px;
  font-weight: 700;
}

.page-faq__list dt::before {
  content: 'Q';
  position: absolute;
  top: 0;
  left: 0;
  color: #5AC3E1;
  font-size: 40px;
  line-height: 1;
}

.page-faq__list dd {
  padding-left: 50px;
}

@media not all and (min-width: 768px){
  .page-faq__list dt {
    margin-bottom: 10px;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 700;
  }

  .page-faq__list dt::before {
    content: 'Q';
    top: 4px;
    font-size: 30px;
  }

  .page-faq__list dd {
    padding-left: 40px;
  }
}

.page-works {
  margin-bottom: 160px;
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1000px;
}

@media not all and (min-width: 768px){
  .page-works {
    margin-bottom: 60px;
  }
}

.page-works__heading {
  margin-bottom: 40px;
  color: #5AC3E1;
  font-size: 40px;
  text-align: center;
}

.page-works__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
}

.page-works__list li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px;
  width: 48%;
  background-color: #fff;
  border-radius: 30px;
}

@media not all and (min-width: 940px){
  .page-works__list li {
    padding: 20px;
    width: 100%;
    border-radius: 20px;
  }
}

.page-works__list li::before {
  content: '';
  display: inline-block;
  width: 54px;
  height: 92px;
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.page-works__list li:nth-child(1)::before {
  background-image: url(./assets/images/common/voice-icon01.svg);
}
.page-works__list li:nth-child(2)::before {
  background-image: url(./assets/images/common/voice-icon02.svg);
}
.page-works__list li:nth-child(3)::before {
  background-image: url(./assets/images/common/voice-icon03.svg);
}
.page-works__list li:nth-child(4)::before {
  background-image: url(./assets/images/common/voice-icon04.svg);
}
.page-works__list li:nth-child(5)::before {
  background-image: url(./assets/images/common/voice-icon05.svg);
}

.page-works__list p {
  width: calc(100% - 84px);
}

.page-recruit-dl dl {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin-bottom: 10px;
}

.page-recruit-dl dt {
  width: 100px;
}

.page-recruit-dl dd {
  width: calc(100% - 120px);
}

@media not all and (min-width: 568px){
  .page-recruit-dl dl {
    margin-bottom: 20px;
  }

  .page-recruit-dl dt {
    font-weight: 700;
    width: 100%;
  }

  .page-recruit-dl dd {
    width: 100%;
  }
}

.page-recruit-flow li {
  margin-bottom: 10px;
  line-height: 1.4;
}

.page-recruit-flow .num {
  display: inline-block;
  margin-right: 10px;
  color: #AFA5DE;
  font-size: 21px;
  font-weight: 700;
}

.page-fin {
  position: relative;
  padding-inline: 20px;
  padding-bottom: 80px;
}

@media not all and (min-width: 768px){
  .page-fin {
    padding-bottom: 150px;
  }
}

.page-fin::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 316px;
  height: 492px;
  background-image: url(./assets/images/home/home-section07-bg01-pc.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  z-index: -1;
}

.page-fin::after {
  content: '';
  position: absolute;
  top: 140px;
  right: 100px;
  width: 105px;
  height: 105px;
  background-image: url(./assets/images/home/home-section07-bg02-pc.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  z-index: -1;
}

@media not all and (min-width: 768px){
  .page-fin::before {
    content: '';
    position: absolute;
    top: auto;
    translate: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 576px;
    background-image: url(./assets/images/home/home-secrtion05-bg02-sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .page-fin::after {
    right: 10px;
    z-index: 1;
  }
}

@media not all and (min-width: 568px){
  .page-fin::before {
    bottom: -70px;
  }
}

.page-fin__heading {
  margin-inline: auto;
  margin-bottom: 40px;
  color: #5AC3E1;
  font-size: 54px;
}

@media not all and (min-width: 768px){
  .page-fin__heading {
    font-size: 30px;
  }
}

.page-fin__wrap {
  display: flex;
	justify-content: space-between;
  flex-direction: row-reverse;
	flex-wrap: wrap;
  margin-inline: auto;
  max-width: 1180px;
}

.page-fin__contents {
  position: relative;
  margin-top: 60px;
  padding: 50px 30px;
  width: 55%;
  background-color: #fff;
  border-radius: 30px;
  z-index: 1;
}

.page-fin__image {
  width: 45%;
}

@media not all and (min-width: 768px){
  .page-fin__wrap {
    flex-direction: column-reverse;
  }

  .page-fin__contents {
    margin-top: -60px;
    margin-left: auto;
    padding: 20px;
    width: 80%;
  }

  .page-fin__image {
    width: 80%;
  }
}

.page-fin__contents p:not(:last-child) {
  margin-bottom: 30px;
}

.page-fin__contents ul {
  margin-bottom: 30px;
}

.page-fin__contents ul li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 23px;
}

.page-fin__contents ul li::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #5AC3E1;
  border-radius: 50vh;
}

@media not all and (min-width: 768px){
  .page-fin__contents ul li {
    padding-left: 18px;
  }

  .page-fin__contents ul li::before {
    top: 14px;
    width: 8px;
    height: 8px;
  }
}

.page-fin__subheading{
  margin-bottom: 40px;
  font-size: 26px;
}

.page-fin__text p {
  font-weight: 500;
}

.page-fin__image img {
  width: 115%;
  max-width: 115%;
}

.page-fin__contents h3 {
  margin-block: 40px 20px;
  font-size: 26px;
}

.page-fin__contents a {
  color: #5AC3E1;
  text-decoration: underline;
}

@media (any-hover: hover) {
  .page-fin__contents a:hover {
    text-decoration: none;
  }
}

.page-fin__contents a:focus-visible {
  text-decoration: none;
}


/*
	first-time
/////////////////////////////////////////////////////////*/

.first-time-section {
  padding-inline: 20px;
}

.first-time-section__heading {
  margin-bottom: 80px;
  color: #5AC3E1;
  font-size: 67px;
  text-align: center;
}

@media not all and (min-width: 768px){
  .first-time-section__heading {
    margin-bottom: 40px;
    font-size: 40px;
  }
}

@media not all and (min-width: 468px){
  .first-time-section__heading {
    margin-bottom: 30px;
    font-size: 30px;
  }
}

.first-time-section {
  margin-bottom: 160px;
}

@media not all and (min-width: 768px){
  .first-time-section {
    margin-bottom: 80px;
  }
}

.first-time__image {
  margin-bottom: 80px;
}

@media not all and (min-width: 768px){
  .first-time__image {
    margin-bottom: 40px;
  }
}

.first-time__image img {
  width: 100vw;
}

.first-time-section02 {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1400px;
}

.first-time-section02__list {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 80px 0;
}

.first-time-section02__list li {
  position: relative;
  padding: 40px 30px 30px;
  width: 32%;
  background-color: #fff;
  border-radius: 30px;
}

@media not all and (min-width: 768px){
  .first-time-section02__list {
    gap: 60px 0;
  }

  .first-time-section02__list li {
    padding: 30px 20px 20px;
    width: 48%;
  }
}

@media not all and (min-width: 468px){
  .first-time-section02__list {
    gap: 30px 0;
  }

  .first-time-section02__list li {
    padding: 30px 20px 20px;
    width: 100%;
  }
}


.first-time-section02__list li::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -20px;
  width: 54px;
  height: 92px;
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.first-time-section02__list li:nth-child(1)::before {
  background-image: url(./assets/images/first-time/first-time-future-icon01.svg);
}
.first-time-section02__list li:nth-child(2)::before {
  background-image: url(./assets/images/first-time/first-time-future-icon02.svg);
}
.first-time-section02__list li:nth-child(3)::before {
  background-image: url(./assets/images/first-time/first-time-future-icon03.svg);
}
.first-time-section02__list li:nth-child(4)::before {
  background-image: url(./assets/images/first-time/first-time-future-icon04.svg);
}
.first-time-section02__list li:nth-child(5)::before {
  background-image: url(./assets/images/first-time/first-time-future-icon05.svg);
}
.first-time-section02__list li:nth-child(6)::before {
  background-image: url(./assets/images/first-time/first-time-future-icon06.svg);
}

.first-time-section04 {
  background-image: url(./assets/images/first-time/first-time-future-bg.svg);
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.first-time-section__future  {
  margin-inline: auto;
  padding: 100px 20px;
  max-width: 1200px;
  background-color: #fff;
  border-radius: 30px;
}

.first-time-section__future ul {
  margin-inline: auto;
  width: fit-content;
}

.first-time-section__future ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
  font-size: 21px;
  line-height: 1.6;
}

.first-time-section__future ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 34px;
  background-image: url(./assets/images/common/list-icon.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media not all and (min-width: 768px){
  .first-time-section__future  {
    padding: 30px 20px;
  }

  .first-time-section__future ul li {
    margin-bottom: 20px;
    padding-left: 35px;
    font-size: 18px;
  }

  .first-time-section__future ul li::before {
    top: 4px;
    width: 21px;
    height: 24px;
  }
}

.first-time-section02__list h3 {
  margin-inline: auto;
  margin-bottom: 20px;
}

.first-time-flow__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-inline: auto;
  max-width: 1000px;
  margin-bottom: 20px;
}

.first-time-flow__item-contents {
  position: relative;
  padding: 50px 50px 40px;
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
}

@media not all and (min-width: 768px){
  .first-time-flow__item-contents {
    margin-bottom: 40px;
    padding: 50px 20px 20px;
  }
}

.first-time-flow__list .first-time-flow__item .first-time-flow__item-contents::after {
  content: '';
  position: absolute;
  top: -20px;
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media not all and (min-width: 768px){
  .first-time-flow__list .first-time-flow__item .first-time-flow__item-contents::after {
    top: -40px;
  }
}

.first-time-flow__list .first-time-flow__item:nth-child(1) .first-time-flow__item-contents::after {
  right: -20px;
  width: 78px;
  height: 82px;
  background-image: url(./assets/images/common/flow-icon01.svg);
}
.first-time-flow__list .first-time-flow__item:nth-child(2) .first-time-flow__item-contents::after {
  left: -20px;
  width: 91px;
  height: 91px;
  background-image: url(./assets/images/common/flow-icon02.svg);
}
.first-time-flow__list .first-time-flow__item:nth-child(3) .first-time-flow__item-contents::after {
  right: -20px;
  width: 85px;
  height: 86px;
  background-image: url(./assets/images/common/flow-icon03.svg);
}
.first-time-flow__list .first-time-flow__item:nth-child(4) .first-time-flow__item-contents::after {
  left: -20px;
  width: 85px;
  height: 86px;
  background-image: url(./assets/images/common/flow-icon04.svg);
}
.first-time-flow__list .first-time-flow__item:nth-child(5) .first-time-flow__item-contents::after {
  right: -20px;
  width: 78px;
  height: 82px;
  background-image: url(./assets/images/common/flow-icon05.svg);
}
.first-time-flow__list .first-time-flow__item:nth-child(6) .first-time-flow__item-contents::after {
  left: -20px;
  width: 72px;
  height: 75px;
  background-image: url(./assets/images/common/flow-icon06.svg);
}

@media not all and (min-width: 468px){
  .first-time-flow__list .first-time-flow__item:nth-child(5) .first-time-flow__item-contents::after {
    top: -65px;
  }
}

.first-time-flow__item-heading {
  margin-inline: auto;
  margin-bottom: 30px;
  font-size: 24px;
}

.first-time-flow__list .first-time-flow__item:nth-child(1) .first-time-flow__item-heading {
  color: #E79889;
}
.first-time-flow__list .first-time-flow__item:nth-child(2) .first-time-flow__item-heading {
  color: #5AC3E1;
}
.first-time-flow__list .first-time-flow__item:nth-child(3) .first-time-flow__item-heading {
  color: #c5a02b;
}
.first-time-flow__list .first-time-flow__item:nth-child(4) .first-time-flow__item-heading {
  color: #EAA9C9;
}
.first-time-flow__list .first-time-flow__item:nth-child(5) .first-time-flow__item-heading {
  color: #9CC780;
}
.first-time-flow__list .first-time-flow__item:nth-child(6) .first-time-flow__item-heading {
  color: #B87BE1;
}

.first-time-flow__item-text {
  font-size: 16px;
  font-weight: 700;
}

.first-time-flow__item-text p:not(:last-child) {
  margin-bottom: 30px;
}

.first-time-section07__map {
  margin-inline: auto;
  margin-bottom: 80px;
  padding-inline: 20px;
  max-width: 1170px;
}

@media not all and (min-width: 768px){
  .first-time-section07__map {
    margin-bottom: 40px;
  }
}

.first-time-section07__map-main iframe {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 30px;
}

.first-time-section07__map-info {
  position: relative;
  margin-top: -30px;
  padding: 30px;
  width: fit-content;
  background-color: #fff;
  border-radius: 20px;
  z-index: 1;
}

.first-time-section07__dl {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin-inline: auto;
  margin-bottom: 80px;
  padding-inline: 20px;
  max-width: 1170px;
}

.first-time-section07__dl dt {
  width: 300px;
  font-size: 30px;
  font-weight: 700;
}

.first-time-section07__dl dd {
  width: calc(100% - 300px);
}

@media not all and (min-width: 768px){
  .first-time-section07__dl {
    margin-bottom: 40px;
  }

  .first-time-section07__dl dt {
    width: 100%;
    font-size: 20px;
  }

  .first-time-section07__dl dd {
    width: 100%;
  }
}

.first-time-section07__dl.tel dd {
  font-size: 30px;
}

.first-time-section07__dl.tel dd span {
  display: block;
  font-size: 16px;
}

@media not all and (min-width: 768px){
  .first-time-section07__dl.tel dd {
    font-size: 26px;
  }

  .first-time-section07__dl.tel dd span {
    font-size: 14px;
  }
}


/*
	blog
/////////////////////////////////////////////////////////*/

.blog-container {
  margin-block: 160px;
}

@media not all and (min-width: 768px){
  .blog-container {
    margin-block: 80px;
  }
}

@media not all and (min-width: 468px){
  .blog-container {
    margin-block: 40px;
  }
}

.blog-archive {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 800px;
}

.blog__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 120px;
}

@media not all and (min-width: 768px){
  .blog__item {
    margin-bottom: 60px;
  }
}

.blog__title {
  order: 2;
  margin-bottom: 40px;
  font-size: 40px;
}

.blog__contents {
  order: 4;
}

.blog__thumbnail {
  order: 3;
  margin-bottom: 40px;
}

.blog__time {
  order: 1;
  margin-bottom: 20px;
}

@media not all and (min-width: 768px){
  .blog__title {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .blog__thumbnail {
    margin-bottom: 30px;
  }
}

.blog__contents p {
  margin-bottom: 30px;
}

.blog__contents h2 {
  margin-block: 80px 30px;
  font-size: 30px;
}

.blog__contents h3 {
  margin-block: 60px 30px;
  font-size: 24px;
}

.blog__contents h4 {
  margin-block: 50px 30px;
  font-size: 21px;
}

@media not all and (min-width: 768px){
  .blog__contents h2 {
    margin-block: 60px 30px;
    font-size: 26px;
  }

  .blog__contents h3 {
    margin-block: 40px 30px;
    font-size: 21px;
  }

  .blog__contents h4 {
    margin-block: 40px 30px;
    font-size: 18px;
  }
}

.blog__contents ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 23px;
  line-height: 1.4;
}

.blog__contents ul li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #E79889;
  border-radius: 50vh;
}

@media not all and (min-width: 768px){
  .blog__contents ul li {
    padding-left: 18px;
  }

  .blog__contents ul li::before {
    top: 10px;
    width: 8px;
    height: 8px;
  }
}

.archive__pagenation ol {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 10px;
}

.archive__pagenation a {
  display: inline-block;
  padding: 10px 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #84CEE7;
  border-radius: 10px;
}

.archive__pagenation .current {
  display: inline-block;
  padding: 10px 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #494949;
  border-radius: 10px;
}


/*
	contact
/////////////////////////////////////////////////////////*/

.form-container {
  max-width: 100%;
}

.form-item {
  display: block;
  margin-bottom: 30px;
}

.form-label {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 10px;
}

.form-label .req {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background-color: #494949;
  border-radius: 6px;
}

.form-input input[type="text"],
.form-input input[type="email"],
.form-input input[type="tel"],
.form-input textarea {
  display: block;
  padding: 20px;
  width: 100%;
  background-color: #f4f4f4;
  border: 2px solid #ccc;
  border-radius: 10px;
}

.form-submit input[type="submit"] {
  display: block;
  padding: 20px;
  width: 100%;
  color: #fff;
  background-color: #494949;
  border: 0;
  border-radius: 10px;
}

@media (any-hover: hover) {
  .form-submit input[type="submit"]:hover {
    background-color: #111;
  }
}

.form-submit input[type="submit"]:focus-visible {
  background-color: #111;
}


/*######################################################################

		Footer

************************************************************************/

.footer__map iframe {
  width: 100vw;
  height: 400px;
  object-fit: cover;
}

.footer__main {
  position: relative;
  padding: 20px 10px 10px;
  background-color: #84CEE7;
}

.footer__main::before {
  content: '';
  position: absolute;
  top: -66px;
  left: 0;
  width: 100vw;
  height: 223px;
  background-image: url(./assets/images/common/footer-bg.svg);
  background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
  z-index: 0;
}

@media not all and (min-width: 768px){
  .footer__main::before {
    top: -90px;
  }
}

.footer__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  position: relative;
  margin-inline: auto;
  margin-bottom: 30px;
  max-width: 1280px;
  z-index: 1;
}

.footer__data {
  width: 343px;
  color: #184C81;
}

.footer__information {
  width: calc(100% - 420px);
  color: #fff;
}

@media not all and (min-width: 768px){
  .footer__data {
    margin-inline: auto;
    margin-bottom: 40px;
  }

  .footer__information {
    width: 100%;
  }
}

.footer__nav ul {
  display: flex;
	justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 10px;
  margin-inline: auto;
  max-width: 1280px;
}

@media not all and (min-width: 1000px){
  .footer__nav ul {
    justify-content: center;
  }
}

.footer__nav a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

@media (any-hover: hover) {
  .footer__nav a:hover {
    text-decoration: none;
  }
}

.footer__nav a:focus-visible {
  text-decoration: none;
}

.footer__information dl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.footer__information .small {
  font-size: 12px;
}

.copyright {
  padding: 10px;
  color: #93C5D6;
  font-size: 13px;
  text-align: center;
}

@media not all and (min-width: 768px){
  .copyright {
    margin-bottom: 50px;
  }
}

.cta-fixed {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 100;
}

.cta-fixed__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cta-fixed__nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 126px;
  height: 126px;
  background-color: #fff;
  border-radius: 50vh;
}

@media not all and (min-width: 768px){
  .cta-fixed {
    right: 0;
    bottom: 0;
    width: 100vw;
  }

  .cta-fixed__nav {
    flex-direction: row;
    gap: 0;
  }

  .cta-fixed__nav li {
    display: block;
    width: 50%;
  }

  .cta-fixed__nav a {
    flex-direction: row;
    gap: 20px;
    width: 100%;
    height: 50px;
    border-radius: 0;
  }
}

.cta-fixed__nav .tel a {
  border: 3px solid #FFC021;
}
.cta-fixed__nav .reserve a {
  border: 3px solid #1CA5CB;
}

@media not all and (min-width: 768px){
  .cta-fixed__nav a {
    font-size: 16px;
  }

  .cta-fixed__nav .tel img {
    width: 27px;
  }
  .cta-fixed__nav .reserve img {
    width: 27px;
  }
}