@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * 色の設定
 */
/*
 * BEM関連
 */
/*
 * clearfix
 */
/*
 * グラデーション文字
 */
html {
  height: -webkit-fill-available;
  scroll-behavior: smooth;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  overflow-x: clip;
  color: #1d1d1d;
}

body {
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  leading-trim: both;
}

body.no-scroll {
  overflow: hidden;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

header, nav, main, footer, small, button, label {
  display: block;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
}

button:hover, button:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  outline: none;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.min-620 {
  min-height: 620px;
}

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

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .pc-center {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .display_to_mq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
}

.display_mq {
  display: none;
}
@media screen and (min-width: 768px) {
  .display_mq.is-inline {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}
@media (min-width: 1024px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.post_cnt iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

main {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.is-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #FFFFFF;
}

.is-image {
  position: relative;
}
.is-image .hover {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 62.5%;
  position: relative;
  border-radius: 5px;
}
.is-image .hover a:hover {
  opacity: 1;
}
.is-image .hover img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s all;
}
@media (min-width: 1024px) {
  .is-image .hover img:hover {
    transform: scale(1.1, 1.1);
    transition: 1s all;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media (min-width: 1180px) {
  .sp {
    display: none;
  }
}

.tb {
  display: block;
}
@media screen and (min-width: 768px) {
  .tb {
    display: block;
  }
}
@media (min-width: 1180px) {
  .tb {
    display: none;
  }
}

.mq {
  display: none;
}
@media screen and (min-width: 768px) {
  .mq {
    display: block;
  }
}
@media (min-width: 1180px) {
  .mq {
    display: none;
  }
}

.mm {
  display: none;
}
@media screen and (min-width: 768px) {
  .mm {
    display: block;
  }
}
@media (min-width: 1180px) {
  .mm {
    display: block;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: none;
  }
}
@media (min-width: 1180px) {
  .pc {
    display: block;
  }
}

.inner {
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 1180px) {
  .inner {
    width: 1080px;
  }
}

/* ヘッダー基本 */
.l-header {
  position: fixed;
  inset: 0 0 auto 0;
  height: 60px;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.l-header.is-bg {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.l-header .innerBox {
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.l-header__logo img {
  width: 140px;
  height: auto;
}

/* ハンバーガー */
.l-header__ham {
  width: 26px;
  height: 20px;
  position: relative;
  cursor: pointer;
  z-index: 1100;
}
.l-header__ham span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
  transition: all 0.3s;
}
.l-header__ham span:nth-child(1) {
  top: 0;
}
.l-header__ham span:nth-child(2) {
  top: 9px;
}
.l-header__ham span:nth-child(3) {
  bottom: 0;
}

.l-header.is-open .line1 {
  transform: rotate(45deg);
  top: 9px;
}

.l-header.is-open .line2 {
  opacity: 0;
}

.l-header.is-open .line3 {
  transform: rotate(-45deg);
  bottom: 9px;
}

/* モバイルメニュー（= .js-header_list と同じ要素） */
.l-header__list {
  position: fixed;
  inset: 60px 0 0 0; /* ヘッダー下から全画面 */
  height: calc(100vh - 60px);
  background: #fff;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
  z-index: 1050;
}
.l-header__list ul {
  list-style: none;
  margin: 24px 0 0;
  padding: 0 24px;
}
.l-header__list li + li {
  margin-top: 16px;
}
.l-header__list a {
  color: #333;
  text-decoration: none;
  font-size: 18px;
}

/* 開いたとき */
.l-header.is-open .l-header__list,
.l-header__list.is-open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/* PC表示（@include g.mq_l で横並びナビ＆ハンバーガー非表示） */
@media (min-width: 1280px) {
  .l-header {
    height: 80px;
  }
  .l-header__ham {
    display: none;
  }
  .l-header__list {
    position: static;
    inset: auto;
    height: auto;
    transform: none;
    opacity: 1;
    visibility: visible;
    background: transparent;
  }
  .l-header__list ul {
    display: flex;
    gap: 28px;
    margin: 0;
    padding: 0;
  }
  .l-header__list li + li {
    margin-top: 0;
  }
  .l-header__list a {
    font-size: 15px;
    color: #333;
    transition: color 0.2s;
  }
  .l-header__list a:hover {
    color: #6AC2D5;
  }
}
/* メニュー展開時にスクロール固定 */
body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.l-footer {
  position: relative;
  background-color: #6AC2D5;
  z-index: 3;
}
.l-footer__container {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-footer__container {
    display: flex;
    justify-content: space-between;
  }
}
.l-footer__container .box {
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .l-footer__container .box {
    width: 50%;
  }
}
.l-footer__container .box .logo {
  width: 130px;
  margin-bottom: 30px;
}
.l-footer__container .box p {
  line-height: 25px;
}
.l-footer__container .box p.campany {
  font-size: 18px;
  margin-bottom: 15px;
}
.l-footer__container .box p.add {
  font-size: 14px;
}
.l-footer__container .box p.add span {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-footer__container .box .menu {
    display: flex;
    justify-content: space-between;
  }
}
.l-footer__container .box .menu ul {
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .l-footer__container .box .menu ul {
    width: 50%;
  }
}
.l-footer__container .box .menu ul li {
  line-height: 25px;
  font-size: 14px;
}
.l-footer__container .box .menu ul li a {
  color: #FFFFFF;
}
.l-footer__copy {
  color: #464646;
  text-align: center;
  font-size: 14px;
  padding-bottom: 15px;
  margin: 0 0 0 0;
}

.o-bread_list {
  position: relative;
  margin-bottom: 10px;
  /* はみ出し時にJSで .is-scrollable が付与される */
}
.o-bread_list .breadcrumb {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  scroll-snap-type: x proximity;
  padding: 0.25rem 0;
}
.o-bread_list .breadcrumb::-webkit-scrollbar {
  height: 0;
}
.o-bread_list .breadcrumb__item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  font-size: 14px;
  color: #464646;
}
.o-bread_list .breadcrumb__item:not(:first-child)::before {
  content: "›";
  opacity: 0.5;
  margin: 0 0.25rem;
}
.o-bread_list .breadcrumb__item a {
  color: #6AC2D5;
  font-size: 14px;
}
.o-bread_list.is-scrollable::before, .o-bread_list.is-scrollable::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24px;
  pointer-events: none;
}
.o-bread_list.is-scrollable::before {
  left: 0;
  background: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.o-bread_list.is-scrollable::after {
  right: 0;
  background: linear-gradient(270deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.o-btn__more {
  display: block; /* ブロック要素にして */
  margin: 20px auto; /* 上下に余白、左右は自動で中央寄せ */
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 20px;
  background-color: #63c3d1;
  color: #fff;
  border-radius: 9999px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 14px;
  /* 外側のドロップシャドウ + 内側のインナーシャドウ */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4), inset 0 2px 4px rgba(255, 255, 255, 0.4); /* インナーシャドウ（上側が少し明るい） */
}
.o-btn__more:hover {
  background-color: #56afbc;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2), inset 0 3px 6px rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}
.o-btn__more a {
  display: block;
  letter-spacing: 2px;
  color: #fff;
}

@keyframes show {
  0% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@keyframes top_title {
  0% {
    top: 0px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}
@keyframes top_worries_content {
  0% {
    bottom: -25px;
    @media screen and (min-width: 768px) {
      bottom: -50px;
    }
  }
  50% {
    bottom: -35px;
    @media screen and (min-width: 768px) {
      bottom: -90px;
    }
  }
  100% {
    bottom: -25px;
    @media screen and (min-width: 768px) {
      bottom: -50px;
    }
  }
}
@keyframes show_text {
  0% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes show_text_right {
  0% {
    transform: translate(100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes load {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
    visibility: hidden;
  }
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes ham_open {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes ham_close {
  0% {
    top: 0;
  }
  100% {
    top: -120%;
  }
}
@keyframes ham_opacity {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes UpAnime {
  from {
    transform: translateY(128px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes DownAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(128px);
  }
}
@keyframes DownOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes UpOpacity {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes bgroop_sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -700px 0;
  }
}
@keyframes bgroop_pc {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1400px 0;
  }
}
@keyframes bou {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  25% {
    clip-path: inset(0 0 0 0);
  }
  75% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}
@keyframes btn_hover {
  from {
    width: 0px;
  }
  to {
    width: calc(100% - 10px);
  }
}
@keyframes zoom_image {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
    transform: scale(1.05, 1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes image_opacity_left {
  0% {
    opacity: 0;
    left: -100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes image_opacity_right {
  0% {
    opacity: 0;
    left: 100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes hover_circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
}

.fadein_first {
  opacity: 0;
}

.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.updown {
  transform: translateY(-100px);
}

.downup {
  transform: translateY(100px);
}

.slide-right {
  transform: translateX(200px);
}

.slide-left {
  transform: translateX(-200px);
}

.leftin {
  opacity: 0;
}

.leftInto {
  animation-name: leftInto;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

@media screen and (min-width: 768px) {
  .left01 {
    animation-delay: 0.1s;
  }
}

@media screen and (min-width: 768px) {
  .left02 {
    animation-delay: 0.2s;
  }
}

@media screen and (min-width: 768px) {
  .left03 {
    animation-delay: 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .left04 {
    animation-delay: 0.4s;
  }
}

@media screen and (min-width: 768px) {
  .left05 {
    animation-delay: 0.5s;
  }
}

@media screen and (min-width: 768px) {
  .left06 {
    animation-delay: 0.6s;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes leftInto {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom_back {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom_back_lower {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom_image_top {
  0% {
    transform: scale(1);
    left: 0;
  }
  50% {
    transform: scale(1.2);
    left: 100px;
  }
  100% {
    transform: scale(1);
    left: 0;
  }
}
@keyframes mv_zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
.fade_group div,
.fade_group2 div {
  content: "";
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100%;
  pointer-events: none;
}

.fade_group div {
  z-index: 99999;
  transition: 0.6s;
}

.fade_group2 div {
  z-index: 99998;
  transition: 0.8s;
}

.fade_group div:nth-of-type(1) {
  background: rgba(255, 255, 255, 0.3);
}

.fade_group div:nth-of-type(2) {
  background: rgba(255, 255, 255, 0.5);
  transition-delay: 0.1s;
}

.fade_group div:nth-of-type(3) {
  background: rgba(255, 255, 255, 0.7);
  transition-delay: 0.2s;
}

.fade_group div:nth-of-type(4) {
  background: rgb(255, 255, 255);
  transition-delay: 0.3s;
}

.fade_group2 div:nth-of-type(1) {
  background: rgba(255, 255, 255, 0.8);
  transition-delay: 0.2s;
}

.fade_group2 div:nth-of-type(2) {
  background: rgba(255, 255, 255, 0.8);
  transition-delay: 0.3s;
}

body.o-page_link_loading .fade_group div {
  left: 0;
}

body.o-page_link_loading .fade_group2 div {
  left: 100vw;
}

.fade {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 9000;
  background-color: #FFFFFF;
}

.fade p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 225px;
  height: 47px;
}

.o-text__p-copy {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0;
  color: #464646;
}
@media (min-width: 1024px) {
  .o-text__p-copy {
    font-size: 40px;
  }
}
.o-text__p-copy span {
  display: block;
  font-size: 20px;
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .o-text__p-copy span {
    font-size: 25px;
    padding-top: 20px;
  }
}
.o-text__p-basic {
  font-size: 16px;
  line-height: 25px;
}
.o-text__h1-index {
  text-align: right;
  font-size: 40px;
  letter-spacing: 1px;
  background: linear-gradient(180deg, #F0F3C3 0%, #6AC2D5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (min-width: 1024px) {
  .o-text__h1-index {
    font-size: 65px;
  }
}
.o-text__h2-index {
  background: linear-gradient(180deg, #F0F3C3 0%, #6AC2D5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 30px;
  letter-spacing: 2px;
  margin: 15px 0;
}
@media screen and (min-width: 768px) {
  .o-text__h2-index {
    font-size: 45px;
    margin: 35px 0;
  }
}

/* ページ全体に固定背景を敷く */
.o-back {
  position: relative;
  z-index: 0;
  /* ロゴ：薄め */
  /* 円：発色アップ（全画面を暗くしない） */
  /* tablet */
  /* PC */
}
.o-back::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  --logo-w:72vw;
  background: url("../images/image-logo.png") no-repeat 50% 58%/var(--logo-w) auto;
  opacity: 0.12; /* ←ロゴだけに適用される不透明度 */
}
.o-back::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  --c1:44vw;
  --c2:48vw;
  background-image: url("../images/circle-1.png"), url("../images/circle-2.png"), radial-gradient(circle at center, rgba(106, 194, 213, 0.22) 0%, rgba(106, 194, 213, 0) 70%), radial-gradient(circle at center, rgba(106, 194, 213, 0.22) 0%, rgba(106, 194, 213, 0) 70%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  /* ★ 横=縦 を明示して正円化（画像も色レイヤーも同寸） */
  background-size: var(--c1) var(--c1), var(--c2) var(--c2), var(--c1) var(--c1), var(--c2) var(--c2);
  background-position: 14% 30%, 92% 86%, 14% 30%, 92% 86%;
  opacity: 1; /* 全画面を透過しない */
  filter: brightness(1.05) contrast(1.12) saturate(1.1); /* 任意で微増し */
}
.o-back > section {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .o-back::before {
    --logo-w:560px;
    background-position: 50% 60%;
  }
  .o-back::after {
    --c1:360px;
    --c2:420px;
    background-position: 12% 34%, 92% 86%, 12% 34%, 92% 86%;
  }
}
@media (min-width: 1024px) {
  .o-back::before {
    --logo-w:620px;
    background-position: 50% 60%;
  }
  .o-back::after {
    --c1:380px;
    --c2:460px;
    background-position: 10% 36%, 93% 88%, 10% 36%, 93% 88%;
  }
}

.o-card__interview {
  display: block;
  background: #fff;
  box-shadow: 1px 2px 3px #707070;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .o-card__interview {
    width: calc((100% - 10px) / 2);
  }
}
@media (min-width: 1024px) {
  .o-card__interview {
    width: calc((100% - 20px) / 3);
  }
}
.o-card__interview .tags li {
  color: #6AC2D5;
  padding: 10px 10px 0;
}
.o-card__interview__body {
  padding: 10px;
  color: #464646;
}
.o-card__interview__body .title {
  line-height: 25px;
}
.o-card__interview__meta {
  padding: 15px 0;
  line-height: 23px;
}
.o-card__interview::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.o-pagination {
  margin: 20px 0;
}
.o-pagination .page-numbers {
  display: flex;
  gap: 10px;
}
.o-pagination .page-numbers li span {
  padding: 10px;
  color: #6AC2D5;
}
.o-pagination .page-numbers li span.current {
  background-color: #6AC2D5;
  color: #FFFFFF;
}
.o-pagination .page-numbers li a {
  color: #6AC2D5;
  padding: 10px;
}

.p-page {
  padding-top: 70px;
}
.p-page__kv {
  position: relative;
  padding: 60px 0;
}
.p-page__kv::before {
  content: "";
  background-image: url(../images/circle-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-page__kv::after {
  content: "";
  background-image: url(../images/circle-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-page__kv .title {
  position: relative;
  z-index: 2;
}
.p-page__kv .title .logo {
  margin: 0 10px 0 auto;
  width: 190px;
}
.p-page__tag {
  margin: 30px 0;
}
.p-page__tag a {
  display: inline-block;
  color: #6AC2D5;
  font-size: 14px;
  background: #FFFFFF;
  margin: 0 5px 10px 0;
  border: solid 2px;
  border-radius: 50px;
  padding: 10px;
  font-weight: 500;
}
.p-page__tag a:hover {
  background-color: #6AC2D5;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-page__container-cardgrid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.p-single {
  padding-top: 70px;
  color: #464646;
  background-image: url(../images/back.png);
}
@media (min-width: 1180px) {
  .p-single {
    padding-top: 95px;
  }
}
.p-single__inner {
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .p-single__inner {
    width: 960px;
  }
}
.p-single__interview {
  margin-top: 30px;
  background: #FFFFFF;
  padding: 20px;
}
@media (min-width: 1024px) {
  .p-single__interview {
    margin-top: 50px;
  }
}
.p-single__interview__container .post-data {
  text-align: right;
  font-size: 14px;
  margin: 10px 0;
}
@media (min-width: 1024px) {
  .p-single__interview__container .post-data {
    font-size: 16px;
  }
}
.p-single__interview__container .title-block .tag {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .p-single__interview__container .title-block .tag {
    margin-bottom: 15px;
  }
}
.p-single__interview__container .title-block .tag__item {
  color: #6AC2D5;
}
.p-single__interview__container .title-block .title {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (min-width: 1024px) {
  .p-single__interview__container .title-block .title {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .p-single__interview__heading {
    font-size: 18px;
  }
}
.p-single__interview__heading span {
  display: inline-block;
  padding-right: 5px;
}
.p-single__interview__heading span.person {
  padding-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-single__interview__heading span.person {
    padding-top: 0;
  }
}
.p-single__interview__inbox {
  background: #FFFFFF;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2), inset 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 15px;
  margin: 30px 0;
}
@media (min-width: 1024px) {
  .p-single__interview__inbox {
    margin: 45px 0;
    padding: 20px 25px;
  }
}
.p-single__interview__inbox h2 {
  font-size: 18px;
  margin: 8px 0;
  letter-spacing: 1px;
}
@media (min-width: 1024px) {
  .p-single__interview__inbox h2 {
    font-size: 20px;
    margin: 8px 0 15px;
  }
}
.p-single__interview__inbox p {
  line-height: 25px;
}
.p-single__interview__inbox .cta {
  margin: 15px 0;
}
@media screen and (min-width: 768px) {
  .p-single__interview__inbox .cta {
    display: flex;
    justify-content: space-between;
  }
}
.p-single__interview__inbox .cta .btn {
  display: block;
  width: 200px;
  background: #6AC2D5;
  color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 1px 2px 3px #707070;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-single__interview__inbox .cta .btn {
    width: 250px;
    height: 50px;
    padding: 16px;
    margin: 0 0 0 0;
  }
}
.p-single__interview__inbox .cta .add {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-single__interview__inbox .cta .add {
    width: calc(100% - 250px);
    margin: 0 0 0 0;
    padding-left: 15px;
  }
}
.p-single__interview__inbox .cta .add p, .p-single__interview__inbox .cta .add address, .p-single__interview__inbox .cta .add span {
  font-size: 14px;
}
.p-single__interview__inbox .cta .add address {
  display: inline;
  font-style: normal;
  margin-top: 10px;
}
.p-single__interview__inbox .cta .add a {
  color: #464646;
}
.p-single__interview__inbox .text {
  margin-top: 15px;
}
.p-single__interview__post p {
  margin-bottom: 15px;
  line-height: 25px;
}
.p-single__interview__post p a {
  color: #D19DE3;
  text-decoration: underline;
}
.p-single__interview__post h3 {
  font-size: 22px;
  color: #464646;
  margin: 25px 0;
}
@media (min-width: 1024px) {
  .p-single__interview__post h3 {
    font-size: 28px;
    margin: 30px 0;
  }
}
.p-single__interview__post dl.qa dt {
  font-size: 16px;
  color: #6AC2D5;
  font-weight: 500;
  line-height: 25px;
  margin: 15px 0;
}
@media (min-width: 1024px) {
  .p-single__interview__post dl.qa dt {
    font-size: 18px;
  }
}
.p-single__interview__post dl.qa dd {
  margin-bottom: 15px;
  line-height: 25px;
}
.p-single__interview__post dl.qa dd > p:empty {
  display: none;
}
.p-single__interview__post dl.qa dd > p:has(> br:only-child) {
  display: none;
}
.p-single__interview__post dl.qa dd > p:has(> span:empty):only-child {
  display: none;
}
.p-single__interview__post dl.qa dd > p:has(> strong:empty):only-child {
  display: none;
}
.p-single__interview__post dl.qa dd > *:first-child {
  margin-top: 0;
}
.p-single__interview__post dl.qa dd > *:last-child {
  margin-bottom: 0;
}
.p-single__share {
  padding: 20px 0;
  color: #464646;
}
.p-single__share__label {
  text-align: center;
}
.p-single__share__list {
  display: flex;
  margin: 10px auto;
  gap: 5px;
  width: 150px;
}
.p-single__share__list li {
  width: calc((100% - 20px) / 4);
}
.p-single__share__list li button {
  border: none;
}
.p-single__related h2 {
  font-size: 18px;
  text-align: center;
}
.p-single__related h2 span {
  display: block;
  font-size: 14px;
  padding-top: 8px;
}
.p-single__related__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 20px 0 0;
}
@media (min-width: 1024px) {
  .p-single__related__list {
    gap: 10px;
  }
}
.p-single__related__item {
  width: calc((100% - 5px) / 2);
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-single__related__item {
    width: calc((100% - 10px) / 3);
  }
}
@media (min-width: 1024px) {
  .p-single__related__item {
    width: calc((100% - 20px) / 3);
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  .p-single__related__item .thumb {
    text-align: center;
  }
}
.p-single__related__item .box {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-single__related__item .box {
    width: 90%;
    margin: 0 auto;
  }
}
.p-single__related__item .box .title {
  font-size: 14px;
  margin: 10px 0;
  color: #464646;
}
.p-single__related__item .box .date {
  font-size: 12px;
  color: #464646;
  text-align: right;
}

.p-top__mv {
  position: relative;
  margin-top: 180px;
}
@media screen and (min-width: 768px) {
  .p-top__mv {
    margin-top: 240px;
  }
}
@media (min-width: 1024px) {
  .p-top__mv {
    margin-top: 330px;
  }
}
.p-top__mv .auto-marquee {
  /* base = スマホ */
  --h: 260px; /* 高さ（スマホ） */
  --gap: 12px; /* スライド間の隙間（スマホ） */
  position: relative;
  width: 100%;
  overflow: hidden;
  /* 端フェード */
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
  /* タブレット（@include g.mq） */
  /* PC（@include g.mq_m） */
}
.p-top__mv .auto-marquee .slick-list {
  height: var(--h);
  margin: 0 calc(var(--gap) / -2);
}
.p-top__mv .auto-marquee .slick-slide {
  height: var(--h);
  margin: 0 calc(var(--gap) / 2);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.p-top__mv .auto-marquee li {
  width: 160px; /* ← スマホで1枚あたり */
  height: 100%;
}
.p-top__mv .auto-marquee img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top__mv .auto-marquee {
    --h: 420px;
    --gap: 16px;
  }
  .p-top__mv .auto-marquee .slick-slide {
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  }
  .p-top__mv .auto-marquee li {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  .p-top__mv .auto-marquee {
    --h: 590px;
    --gap: 20px;
  }
  .p-top__mv .auto-marquee .slick-slide {
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  }
  .p-top__mv .auto-marquee li {
    width: 252px; /* ← スクショ通りのサイズ */
  }
}
.p-top__mv__copy {
  position: absolute;
  z-index: 2;
  top: -97px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .p-top__mv__copy {
    top: -150px;
    left: 20px;
  }
}
@media (min-width: 1024px) {
  .p-top__mv__copy {
    width: 1080px;
    left: 50%;
    top: -205px;
    transform: translateX(-50%);
  }
}
.p-top__mv__copy .copy {
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
  font-weight: bold;
  background: linear-gradient(90deg, #F0F3C5 0%, #6AC2D5 50%, #F0F3C5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .p-top__mv__copy .copy {
    font-size: 105px;
  }
}
@media (min-width: 1024px) {
  .p-top__mv__copy .copy {
    font-size: 165px;
  }
}
.p-top__mv__copy .copy span {
  display: block;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-top__mv__copy .copy span {
    padding-top: 0px;
    padding-left: 115px;
  }
}
.p-top__mv__copy .sub-copy {
  position: absolute;
  top: 65px;
  font-size: 12px;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .p-top__mv__copy .sub-copy {
    top: 97px;
    font-size: 16px;
    left: 55px;
  }
}
@media (min-width: 1024px) {
  .p-top__mv__copy .sub-copy {
    font-size: 20px;
    top: 155px;
  }
}
.p-top__section {
  margin: 40px 0;
}
@media (min-width: 1024px) {
  .p-top__section {
    margin: 60px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top__interview-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}