/*====================全般設定====================*/
/* ====================

CSSリセット

==================== */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {

    /* 主要な色を定義 */

    --main-color: #ffff;

    --accent-color: #FF6F00;

    --text-color: #1D2B53;

    --background-color: #FAFAFA;

    --background-keycolor: #e3fffc;

}



body {
    font-family: 'Noto Sans JP', 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: var(--text-color);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    background-color: var(--background-color);
}
body{
   overflow-x:hidden;
}


a {
    text-decoration: none;
    color: inherit;
}


p {
    margin: 0;
    color: var(--text-color);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color);
    padding-bottom: 30px;
}

h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    padding-bottom: 30px;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 40px;
    line-height: 2.0rem;
    letter-spacing: 0.08em;
}

p {
    font-size: 14px;
    font-weight: 700;
    line-height: 2.0rem;
    letter-spacing: 0.08em;
    color: var(--text-color);
}

/* ====================

共通

==================== */

.section {
    flex-direction: column;
    padding: 0px 0px 150px 0px;
    gap: px;
    max-width: 1980px;
    margin: 0 auto;
}
.container {
    margin: 0 20px;
}
.section__title-and-icon {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding-bottom: 150px;
}

/* --- Header / Navigation (Desktop First) --- */
header {
    /* PC表示ではヘッダーの幅を画面いっぱいに設定 */
    display: flex;
    width: 100%;
}
.header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* PC用のナビゲーションコンテナ */
.global-header {
    display: flex;
    backdrop-filter: blur(15px);
    width: 100%;
    height: 70px;
    max-width: 1440px;
    margin: 0 20x;
}

.global-nav__item {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--text-color);
}

.menu-btn {
    display: none;
}

.logo img {
    width: 50px;
}

/* ====================

メイン (main)

==================== */
main{
    background-image: url('../img/svc/bg-grid.svg');
    background-repeat: repeat;
    background-repeat: repeat;
    background-size: 400px;
}



/* ====================

ファーストビュー (FV)

==================== */
.fv{
    width: 100%;
}
.fv__container{
    display: flex;
    padding-top: 50px;
    width: 100%;
    margin: 0 10px;
    justify-content: center;
    position: relative;
}
.fv__tatecopy {
    width:6%;
    top: 50px;
    left: 5px;
    position: absolute;
}
.fv__content {
    width: 90%;
}
.fv__image {
    margin:0 auto;
    width: 50%;
}
.fv__buttons_container {
    display: flex;
    justify-content: center;
    width: 100%;
}
.fv__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 100px 0px;
    width: 100%;
}
.fv__button {
    width: 100px;
    transition: transform 0.3s ease;
}
li{
    list-style: none;
}
li.frame\.fv__button {
    position: relative;
}
.typing-text {
    position: absolute;
    top: -5%;
    left: 35%;
    width: 100%;
}
.cursor {
  /* 1秒間に1回、無限に繰り返す */
  animation: blink 1s step-end infinite;
  font-size: 26px;
  font-weight: 700;
  color: #ff0055;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}


/* ===================

コンセプトとサービス (FV)

==================== */


.concept__illustration {
    width: 100%;
    gap: 50px;
    align-items: center;
    padding-bottom: 150px;
}
.service_section{
    width: 100%;
}
.service__container {
    position: relative;
}
.service__pc-image {
    width: 100%;
}
.service__title {
    width: 100%;
    margin: 5px auto;
    padding-bottom: 50px;
    justify-content: center;
    display: flex;
}
.service__title_sp {
    width: 100%;
}
.service__details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 5px auto;
    padding-bottom: 100px;
}

.service__for-personal{
    width: 100%;
    margin: 20px auto;
    position: relative;
}
.service__for-personal_bg {
    width: 100%;
    margin: 20px auto;
    padding-bottom: 100px;
}
.service__for-personal_content{
    position: relative;
    width: 100%;
}
.service__for-personal_container{
    margin: 0 10px;
    position: absolute;
    top: 20%;
    gap: 20px;
}
.service__for-personal_text{
    top: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.service__for-personal_item{
    display: flex;
    gap: 20px;
}
.service__for-personal_button{
    max-width: 200px;
    margin: 0 auto;
}
.service__for-personal_logo01{
    max-width: 50px;
}
.service__for-personal_item{
    display: block;
    gap: 20px;
}
.service__for-personal_inner{
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
}

.service__for-business{
    width: 100%;
    margin: 20px auto;
    padding-bottom: 100px;
    position: relative;
}
.service__for-business_bg{
    width: 100%;
    margin: 20px auto;
}
.service__for-business_tour{
    position: relative;
    width: 100%;
    margin: 20px auto;
}
.service__for-business_tour_bg{
    width: 100%;
    padding-bottom: 100px;
}
.service__for-business_tour_content{
    position: absolute;
    top: 10%;
    gap: 20px;
    margin: 0 20px;
    align-items: flex-start;
}
.service__for-business_tour_item{
    padding-bottom: 50px;
}
.business-tour__button-img02{
    max-width: 200px;
    margin: 0 auto;
}
.business-tour__button{
    max-width: 200px;
    margin: 0 auto;
}
.how-to-use__for-business_content{
    padding-bottom: 50px;
}
.how-to-use__for-business_content h3{
    padding-bottom: 50px;
}
/* ===================

予約とレポート

==================== */
.how-to-use__section{
    width: 100%;
    margin-bottom: 100px;
}
.how-to-use__container{
    background-color: #00ffcd; 
    padding: 50px 40px;
    border-radius: 80px 10px;
    margin: 10px auto;
}
.report__section{
    width: 100%;
    margin-bottom: 100px;
    padding: 50px 30px;
    border-radius: 100px 10px;
}
.report__container{
    background-color: #b5abff; 
    padding: 50px 40px;
    border-radius: 80px 10px;
    margin: 10px auto;

}
.how-to-use__title-and-icon,.report__title-and-icon,.access__title-and-icon{
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 50px;
    align-items: center;
}
.how-to-use__icon,.report__icon{
    width: 40px;
}
.how-to-use__title, .report__title{
    line-height: 1.2;
    padding-bottom: 0px;
    text-decoration: underline;
    text-decoration-color: #b5abff;
    text-decoration-thickness: 6px;
}
.report__title{
    text-decoration-color: #00ffcd;
}
.how-to-use__for-personal, .how-to-use__for-business{
    margin: 20px auto;
    padding: 30px;
    background-color: #ffffff;
    color: black;
    opacity: 098;
    border-radius: 30px;
}


#note-posts ul {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
}

#note-posts li {
  padding-top: 16px;
  border-bottom: 2px solid #fff;
}

#note-posts a {
  color: #111;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.6;
}

#note-posts img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  margin-bottom: 12px;
  border-radius: 8px;
}

.report__header{
    align-items: center;
    gap: 8px;
    padding-bottom: 50px;

}

.to-instagram{
    align-items: center;
    gap: 20px;
    padding: 30px 30px;
    background-color: #ffffff;
    border-radius: 30px 10px 100px;
}
.instagram-icon {
    width: 50px;
    height: 50px;
}

.access__title{
    padding-bottom: 0px;
}

/* ===================アクセス==================== */
.access__section{
    width: 100%;
    background-color: #edebebda; 
    padding: 50px 30px;
}

.access__map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.access__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img.servicee__for-personal_bg{
    width: 100%;
}
.address{
    padding-top: 50px;
}


/* ===================フッター==================== */

footer {
    width: 100%;
    display: flex;
    padding-top: 50px;
    background-color: #58549E;
}   
.footer__container {
    text-align: center;
    align-items: center;
    margin: 0 auto;
    gap: 20px;
    padding-bottom: 20px;
}
.footer-nav__menu {
    text-align: center;
}
.footer-nav__item{
    flex-direction: column;
    list-style: none;
    color: #fff;
    margin-left: 20px;
    justify-content: center;
    padding-bottom: 20px;
}
footer p {
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-weight: 300;
    font-size: 12px;
}


/* ===================ヘッダーグロナビ==================== */
.menu-wrapper {
  position: relative;
  margin: 0 10px;
}

.menu-icon {
  width: 40px;
  height: 30px;
  position: fixed; /* ← fixedにして常に左上固定 */
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 3;
  display: inline-block;
}

.menu-icon span {
  display: block;
  height: 4px;
  margin: 6px 0;
  background: #333;
  border-radius: 2px;
  transition: 0.4s;
}

/* ハンバーガーがXに変形 */
#menu-toggle:checked + .menu-icon span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
#menu-toggle:checked + .menu-icon span:nth-child(2) {
  opacity: 0;
}
#menu-toggle:checked + .menu-icon span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* オーバーレイ背景 */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 1;
}

#menu-toggle:checked ~ .overlay {
  opacity: 1;
  pointer-events: auto;
}

/* メニュー本体（右から出す） */
.menu {
  position: fixed;
  top: 0;
  right: -250px; /* ← 初期位置を右へ */
  width: 250px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 8px rgba(0,0,0,0.2);
  transition: right 0.4s ease;
  z-index: 2;
}

#menu-toggle:checked ~ .menu {
  right: 0; /* ← 開いたときは右0へ */
}

.menu ul {
  list-style: none;
  padding: 60px 20px;
}

.menu li {
  margin: 20px 0;
}

.menu a {
  text-decoration: none;
  color: #333;
  font-size: 1.2rem;
  transition: color 0.3s;
  font-weight: 500;
}

.menu a:hover {
  color: #00ffcd;
}

/* ===================お問い合わせ==================== */


/* 中央カード */
.contact-wrapper {
  width: 90%;
  max-width: 520px;
  margin: 60px auto;
  background: #fff;
  padding: 40px 32px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

/* タイトル */
.contact-wrapper h1 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 28px;
  letter-spacing: 1px;
}

/* フォーム全体 */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

select {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  background: #fafafa;
}

/* ラベル */
.contact-form label {
  font-size: 13px;
  color: #444;
  margin-top: 8px;
}

/* 入力欄 */
.contact-form input,
.contact-form textarea {
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 14px;
  background: #fafafa;
  transition: 0.2s;
}

/* フォーカス */
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #6c63ff;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(108,99,255,0.15);
}

/* ボタン */
.contact-form button {
  margin-top: 10px;
  padding: 14px;
  background: linear-gradient(135deg, #6c63ff, #4a47a3);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
}

/* ホバー */
.contact-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(108,99,255,0.3);
}




/* ===================レスポンシブ==================== */

@media (max-width: 1100px) {
.service__for-personal_item{
    padding-bottom: 50px;
}
}

@media (min-width: 800px) {
.fv__tatecopy{
    left: 50px;

}
.fv__image {
    width: 25%;
}
.how-to-use__for-personal, .how-to-use__for-business{
margin-top: 100px;
margin-bottom: 50px;
} 
.service__for-personal_container{
    display: flex;
    position: absolute;
    top: 30%;
}
.menu-icon {
    display: none;   
}
.menu {
    position: static;
    box-shadow: none;
    width: 100%;
}
.menu ul {
    display: flex;
    gap: 20px;
    padding: 0;
    justify-content: flex-end
}
.menu-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 50px;
    height: 70px;
}
header {
    display: block;
    width: 100%;
}

.fv__button {
    width: 160px;
}
.cursor {
  font-size: 38px;
  font-weight: 700;
}

.business-tour__button-img02{
    max-width: 300px;
    margin: 0 auto;
}
.business-tour__button{
    max-width: 300px;
    margin: 0 auto;
}
.fv__content {
    width: 80%;
}
.how-to-use__container, .report__container{
    padding: 100px 100px;
}

h4 {
    padding-bottom: 30px;
}
}

@media (min-width:700px) {
    .service__for-personal_logo01 {
    display:none;
}
.service__for-personal_text{
    display: none;
}
.service__for-personal_container{
   padding-top: -100px;
}
.service__for-business_tour_content{
    display: none;
}
.how-to-use__title-and-icon, .report__title-and-icon, .access__title-and-icon{
gap: 30px;
}
h2 {
    font-size: 46px;
    font-weight: 500;
    padding-bottom: 50px;
}

h3 {
    font-size: 42px;
    font-weight: 500;
    padding-bottom: 50px;
}

h4 {
    font-size: 30px;
    font-weight: 00;
}

p {
    font-size: 30px;
    font-weight: 400;
    line-height: 4.0rem;
    letter-spacing: 0.08em;
}
}

@media (min-width:700px) {
h2{
    font-size: 46px;
    font-weight: 500;
    padding-bottom: 50px;
}

h3 {
    font-size: 42px;
    font-weight: 500;
    padding-bottom: 50px;
}

h4 {
    font-size: 30px;
    font-weight: 00;
}

p {
    font-size: 30px;
    font-weight: 400;
    line-height: 4.0rem;
    letter-spacing: 0.08em;
}
}
@media (min-width: 768px) {
.concept__illustration {
    width: 100%;
    gap: 50px;
    align-items: center;
    padding-bottom: 150px;
}

.service__details{
    display: none;
}
}

@media (max-width: 700px) {
.section {
    padding-top: 0px;
    padding-bottom: 50px;
}
}

@media (max-width: 420px) {
h3 {
    font-size: 24px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 00;
    line-height: 2.8rem;
}

p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0.08em;
}

body{
   overflow-x:hidden;
}}

/* コンタクトホ最適化 */
@media (max-width: 480px) {
  .contact-wrapper {
    padding: 16px;
    margin: 20px auto;
  }

  h1 {
    font-size: 20px;
  }

  button {
    font-size: 15px;
    padding: 12px;
  }
}

@media (max-width: 500px) {
 .fv__tatecopy{
        left: 5px;
    }
    .container {
    margin: 0 20px;
}
}