@charset "UTF-8";
/* CSS Document */
html, body {
  overflow-x: hidden;
  width: 100%;
}
body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 200;
  color: #000;
}
h1{
margin: 10px 0;
}
h2{
font-weight: 400;
font-size: 32px;
}
h3{
font-weight: 300;
font-size: 24px;
}
h4{
font-weight: 300;
font-size: 18px;
}
th{
font-weight: 300;
}

#container{
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-start;
flex-direction: row-reverse;
overflow-x: hidden;
}
img{
max-width: 100%;
}
a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}
img.logo{
max-width: 230px;
margin: 0 auto;
height: auto;
}
header{
position: fixed;
width: 330px;
padding: 30px;
height: 100vh;
text-align: center;
display: flex;
flex-direction: column;
justify-content: flex-start;
background-color: #fcfcfc;
overflow: scroll;
}
header::-webkit-scrollbar{
  display: none;
}
header h1{
font-size: 26px;
font-weight: 300;
letter-spacing: 2px;
padding-left: 2px;
}
.hamburger{
display: none;
}
 #nav-menu {
    position: static; /* 固定配置を解除 */
    width: auto;
    height: auto;
    box-shadow: none; /* 影も削除 */
    display: flex;
  }
ul.nav {
  text-align: left;
  list-style: none;
  margin: 20px 0;
  padding: 0;
  width: 100%;
}

ul.nav li {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between; 
  align-items: center;
  border-bottom: 1px dotted #ccc;
  position: relative; 
}

ul.nav li a {
  text-decoration: none;
  padding: 20px;
  color: #000;
  display: block;
  width: 100%; 
  line-height: 100%;
  font-weight: 300;
}

ul.nav li:hover {
  background-color: #e8ece9; 
}

ul.nav li:hover::after {
  font-family: "Material Symbols Outlined";
  content: "\e69c"; 
  font-size: 21px;
  position: absolute;
  right: 10px; 
  opacity: 1;
}
address{
font-size: 14px;
text-align: left;
}
main{
flex: 1;
position: relative;
margin-right: 330px;
}
.top{
position: relative;
}
.top-t{
position: absolute;
top: 12%;
right: 10%;
}
.js-text {
display: inline-block;
line-height: 1.8; /* 行間を調整 */
word-break: keep-all; /* 文字の折り返しを制御 */
color: #fff;
font-size: 30px;
letter-spacing: 5px;
}
.js-text span {
display: inline-block;
white-space: pre;
}
.js-text br {
      line-height: 0.5;
      content: "";
      display: block;
      margin: 10px 0; /* 上下の余白を小さめに */
    }
.greeting-box {
  display: block;
  justify-content: space-around;
  align-items: flex-start; /* align-items: top; を修正 */
  padding: 40px 20px;
  max-width: 1400px;
  margin: 40px auto 0;
  position: relative; /* 子要素の absolute に対応 */
  
}

.greeting-img {
  width: 100%;
  position: relative;
  padding-bottom: 60%; /* 画像全体の高さを確保 */
  z-index: 1;
}

img.g-1 {
  position: absolute;
  top: -10%;
  left: 2%;
  width: 45%;
}

img.g-2 {
  position: absolute;
  top: 10%;
  right:2%;
  width: 40%;
}

img.g-3 {
  position: absolute;
  top: 45%;
  right: 35%;
  width: 35%;
}

.greeting-t {
width: 100%;
padding: 40px;
position: relative;
display: flex;
justify-content: center; /* 水平方向の中央揃え */
align-items: flex-start; /* 垂直方向の中央揃え */
line-height:280%;
max-height: 570px;
flex-direction: row-reverse;
z-index: 3;
}

.greeting-t h3 {
font-size: 22px;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
line-height: 300%;
}
.greeting-t h3::first-letter{
font-size: 50px;
margin-bottom: 10px;
}
.greeting-t p {
font-size: 18px;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
}
/* 高さを確保する方法を変更 */
.greeting-box::after {
  content: "";
  display: block;
  clear: both;
}

.profile-box{
background: rgb(246,239,169);
background: linear-gradient(162deg, rgba(246,239,169,1) 5%, rgba(149,219,209,1) 100%);
display:flex;
align-items:center;
justify-content: space-around;
padding: 100px 40px;
}
.profile-box img{
width: 40%;
}
.profile-t{
width: 58%;
padding: 0 40px;
background-image: url("../parts/kamon.png");
background-position: right;
background-size:contain;
background-repeat: no-repeat;
}
.profile-t h2{
font-size:24px;
letter-spacing: 2px;
}
.profile-t h2 span{
font-size: 14px;
margin: 0 10px;
}
.field-box{
padding: 100px 40px;
text-align: center;
}
.field-box h2{
text-align: center;
margin-bottom: 40px;
position: relative;
padding-bottom: 0.7em;
}
.field-box h2::after {
  content: '';
  position: absolute;
  border-bottom: 4px dotted #67ab96;
  width: 70px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.field-box ul{
display: flex;
flex-wrap: wrap;
margin: 40px 0;
padding: 0;
gap:20px;
list-style: none;
justify-content: center;
align-items: stretch;
}
.field-box li{
margin: 0;
width: calc((100% - 60px) / 2 );
border: solid 1px #67ab96;
padding: 20px;
border-radius: 10px;
text-align: center;
}
.field-box li img{
margin: 0 auto;
width: 200px;
}
.field-box h3{
font-size: 21px;
color: #67ab96;
}
.field-box li p{
text-align: left;
}
.consultation-box{
background-color: #abced8;
padding: 100px 40px;
margin-top: -1px;
text-align: center;
}
.consultation-box h3 span{
font-size: 14px;
margin: 0 10px;
}
.tel{
display: inline-block;
background-color: #fff;
padding: 20px;
font-weight: 400;
letter-spacing: 20px;
padding-left: 30px;
margin: 20px 0;
vertical-align: middle;
border-radius: 8px;
}
.tel h3{
font-size: 32px;
margin: 0 0 5px;
font-weight: 400;
}
.tel h3 > span{
font-size: 21px;
vertical-align: middle;
}
.tel p{
display: block;
font-size: 16px;
letter-spacing: normal;
margin: 0;
}
.fee{
margin: 30px auto;
}
.fee table{
display: inline-block;
width: auto;
text-align: left;
border-radius: 8px;
background-color: #fff;
padding: 10px 60px;
}
table.fee th, td{
padding: 20px;
}
p.p14{
font-size: 14px;
}
.fee td h4{
margin: 0;
font-size: 24px;
font-weight: 400;
}
.fee td h4 span{
font-size: 16px;
font-weight: 400;
}
ul.notes{
display: inline-block;
margin: 40px 20px;
list-style: none;
text-align: left;
}
.notes li{
margin-left: 1.4em;
text-indent: -1.4em;
margin-bottom: 5px;
}
.notes li::before{
content: "※";
margin-right: 10px;
}
ul.notes-2{
display: inline-block;
margin: 20px 20px 40px;
text-align: left;
}
.notes-2 li{
margin-bottom: 5px;
}

.head-border {
    position: relative;
    display: inline-block;
    padding: 0 100px;
}

.head-border:before,
.head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #666;
}

.head-border:before {
    left: 0;
}

.head-border:after {
    right: 0;
}
.consultation-box a{
color: #000;
}
h3.h3{
margin: 50px 0 0;
}
hr.hr1 {
  border-top: 1px dotted #fff;
  margin: 50px;
}
.block-box{
position: relative;
}
.js-target {
  position: relative;
  z-index: 10; 
}
footer{
text-align: center;
padding: 20px;
}
p.copy{
font-size: 12px;
}

.btn{
text-align: center;
margin: 40px 0;
}
.btn a{
border: 1px solid #000;
padding: 7px 20px;
text-decoration: none;
border-radius: 20px;
color: #000;
vertical-align: middle;
}
.btn a::after{
font-family: "Material Symbols Outlined";
content: "\e89e";
font-size: 23px;
margin-left: 5px;
}
.btn :hover{
border: 1px solid #000;
color: #fff;
background-color: #000;
}
.faq-box{
text-align: center;
padding: 40px 20px;
}
.faq{
max-width: 1200px;
margin: 40px auto;
padding: 20px;
}
.green-1{
position: absolute;
top: 0;
left: 20px;
width: 220px;
z-index: 1;
}
.green-2{
position: absolute;
top: 200px;
right: 20px;
width: 260px;
margin: 0 0 0 auto;
z-index: 1;
}
.green-3{
position: absolute;
top: -50px;
left: 20px;
width: 260px;
z-index: 1;
}
.green-4{
position: absolute;
top: 100px;
right: 40px;
width: 230px;
margin: 0 0 0 auto;
z-index: 1;
}
.green-5{
position: absolute;
top: -50px;
left: 30px;
width: 200px;
z-index: 1;
}
.green-6{
position: absolute;
top: 0px;
right: 10px;
width: 250px;
margin: 0 0 0 auto;
z-index: 1;
}

details {
border: 1px solid #ccc;
border-radius: 5px;
padding: 15px;
margin: 5px 0;
background: #f9f9f9;
text-align: left;
margin-bottom: 20px;
}

summary {
display: flex;
justify-content: space-between;
align-items: flex-start;
cursor: pointer;
font-weight: bold;
text-align: left;
}

summary h3 {
margin: 0;
flex-grow: 1; /* h3を左寄せ */
font-size: 18px;
padding-left: 50px; /* 折り返し時のインデント */
position: relative;
vertical-align: middle;
}

/* "Q" の装飾 */
summary h3::before {
content: "Q";
position: absolute;
top: -2px;
left: 0;
font-weight: bold;
margin-right: 50px;
background-color: #507ea4;
text-align: center;
color: #fff;
padding: 5px 10px;
border-radius: 5px;
font-size: 18px;
}

/* 開閉アイコン */
summary::after {
content: "▼";
transition: transform 0.3s ease;
color:#507ea4; 
}

details[open] summary::after {
transform: rotate(180deg);
}

/* 回答のスタイル */
.answer {
padding: 20px;
margin-top: 20px;
padding-left: 65px; /* "A."の位置と揃える */
text-indent: -45px; /* A.を左端に、本文はインデント */
font-size: 16px;
line-height: 1.5;
background-color: #fff;

}
.answer::before {
content: "A";
font-weight: bold;
margin-right: 10px;
background-color: #93b69c;
text-align: center;
color: #fff;
padding: 5px 10px;
border-radius: 5px;
font-size: 18px;
}
.cp_arrows {
  position: relative;
  display: flex;
  height: 200px;/*画面いっぱいにする場合100vh*/
  justify-content: center;
  align-items: center;
}
.cp_arrows .cp_arrow {/*矢印を配置するベースの設定*/
  position: absolute;
  top: 50%;/*着地点(cp_arrowsの高さの50%)*/
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 10px;
  opacity: 0;
}
.cp_arrows .cp_arrow:first-child {
  animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrow:nth-child(2)  {
  animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {/*矢印全体の設定*/
  position: absolute;
  content: '';
  top: 0;
  width: 30px;
  height: 3px;
  background: #fff;
}
.cp_arrows .cp_arrow:before {/*矢印左の線の位置と傾斜*/
  left: 3px;
  transform: rotate(30deg);
}
.cp_arrows .cp_arrow:after {/*矢印左の線の位置と傾斜*/
  right: 3px;
  transform: rotate(-30deg);
}
@keyframes arrow-move08 {
    0% { opacity: 0; top: 40%;/*スタート地点(cp_arrowsの高さの40%)*/}
   70% { opacity: 1;}
  100% { opacity: 0;}
}
.sp{
display: none;
}
.pc{
display: block;
}
.access-box{
background-color: #e6eae3;
padding: 50px;
text-align: center;
}
.filter{
filter: grayscale(.5);
}
@media screen and (max-width: 768px) {
#container{
display: block;
}
header {
    width: 100%;
    height: 110px;
    position:static;
    background-color: #fcfcfc;
    padding: 10px 20px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
.btn-trigger {
  position: fixed;
  top: 20px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1000;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px; /* 偶数ピクセルにする */
  background-color: #000;
  border-radius: 4px;
  transition: all 0.5s;
}

/* 均等配置 */
.btn-trigger span:nth-of-type(1) {
  top: 3px;
}
.btn-trigger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.btn-trigger span:nth-of-type(3) {
  bottom: 3px;
}


/* バツにするアニメーション */
.btn-trigger.active span:nth-of-type(1) {
  top: 20px;
  transform: rotate(45deg);
}
.btn-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.btn-trigger.active span:nth-of-type(3) {
  top: 20px;
  transform: rotate(-45deg);
}
  /* メニューの初期状態（非表示） */
  #nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fcfcfc;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    padding-top: 60px;
    z-index: 1000;
  }

  /* メニューが開いたとき */
  #nav-menu.open {
    right: 0;
  }

  ul.nav {
    padding: 0;
    list-style: none;
    text-align: left;
  }

  ul.nav li {
    border-bottom: 1px solid #ccc;
  }

  ul.nav li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #000;
	text-align: center;
  }

  ul.nav li:hover {
    background-color: #e8ece9;
  }
main{
flex: 1;
position: relative;
margin-right: 0;
}
h2{
font-weight: 400;
font-size: 26px;
}
h3{
font-weight: 400;
font-size: 18px;
}
h4{
font-weight: 300;
font-size: 16px;
}
.top-t{
position: absolute;
top: 20%;
right: 5%;

}
.js-text {
display: inline-block;
line-height: 1.5; /* 行間を調整 */
word-break: keep-all; /* 文字の折り返しを制御 */
color: #fff;
font-size: 18px;
letter-spacing: 1px;
}
.greeting-box {
  display: block;
  justify-content: space-around;
  align-items: flex-start; /* align-items: top; を修正 */
  padding: 20px 20px;
  max-width: 1400px;
  margin: 20px auto 0;
  position: relative; /* 子要素の absolute に対応 */
}
.greeting-img {
  width: 100%;
  position: relative;
  padding-bottom: 100%; /* 画像全体の高さを確保 */
}
.head-border {
    position: relative;
    display: inline-block;
    padding: 0 40px;
}

.head-border:before,
.head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #666;
}
img.g-1 {
  position: absolute;
  top: -70px;
  left: 0;
  width: 60%;
}

img.g-2 {
  position: absolute;
  top: 15%;
  right: 0;
  width: 70%;
}

img.g-3 {
  position: absolute;
  top: 55%;
  left: 5%;
  width: 50%;
}
.greeting-t {
  width: 100%;
  padding: 40px 20px;
  position: relative;
  display: flex;
  justify-content: center; /* 水平方向の中央揃え */
  align-items: flex-start; /* 垂直方向の中央揃え */
  max-height: 480px;
}
.greeting-t h3 {
font-size: 17px;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
line-height: 150%;
}
.greeting-t h3::first-letter{
font-size: 32px;
margin-bottom: 10px;
margin: 0;
}
.greeting-t p {
font-size: 14px;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
margin: 0 2%;
line-height: 150%;
}
.profile-box{
background: rgb(246,239,169);
background: linear-gradient(162deg, rgba(246,239,169,1) 5%, rgba(149,219,209,1) 100%);
display:block;
padding: 40px 20px;
}
.profile-box img{
width: 100%;
}
.profile-t{
width: 100%;
padding: 20px;
background-image: url("../parts/kamon.png");
background-position: right;
background-size:contain;
background-repeat: no-repeat;
}
.profile-t h2{
font-size:24px;
letter-spacing: 0;
}
.profile-t h2 span{
font-size: 14px;
margin: 0 0 0 5px;
}
.field-box{
padding: 100px 40px;
text-align: center;
}
.field-box p{
text-align: left;
}
.field-box ul{
display: flex;
flex-wrap: wrap;
margin: 20px 0;
padding: 0;
gap:20px;
list-style: none;
}
.field-box li{
margin: 0;
width: calc((100% - 0px) / 1 );
border: solid 1px #67ab96;
padding: 20px;
border-radius: 10px;
text-align: left;
display: flex;
justify-content: center;
flex-direction: column;
}
.field-box li img{
margin: 0 auto;
width: 200px;
}
.field-box h3{
font-size: 21px;
text-align: center;
color: #67ab96;
}
.consultation-box{
background-color: #abced8;
padding: 40px 20px;
margin-top: -1px;
text-align: center;
}
.consultation-box p{
text-align: left;
display: inline-block;
}
.tel{
background-color: #fff;
justify-content: center;
padding: 10px 30px;
font-size: 21px;
font-weight: 400;
letter-spacing: 5px;
padding-left: 10px;
margin: 20px 0;
vertical-align: middle;
text-align: center;
border-radius: 8px;
}
.tel h3{
font-size: 26px;
margin: 0 0 5px;
font-weight: 400;
}
.tel h3 > span{
font-size: 21px;
vertical-align: middle;
}
.fee{
margin: 20px auto;
}
.fee table{
display: inline-block;
width: auto;
text-align: left;
border-radius: 8px;
background-color: #fff;
padding: 10px 10px;
}
table.fee th, td{
padding: 5px;
font-size: 14px;
}
.fee td h4{
margin: 0;
font-weight: 600;
font-size: 21px;
}
.fee td h4 span{
font-size: 12px;
}
ul.notes{
display: inline-block;
margin: 20px 0px;
list-style: none;
text-align: left;
padding: 0;
}
ul.notes-2{
display: inline-block;
margin: 20px 0;
text-align: left;
padding-left: 20px;
}
.green-1{
position: absolute;
top: 0;
left: 10px;
width: 120px;
z-index: 1;
}
.green-2{
position: absolute;
top: 300px;
right: 10px;
width: 160px;
margin: 0 0 0 auto;
z-index: 1;
}
.green-3{
position: absolute;
top: -150px;
left:0px;
width: 140px;
z-index: 1;
}
.green-4{
position: absolute;
top: 400px;
right: 10px;
width: 130px;
margin: 0 0 0 auto;
z-index: 1;
}
.green-5{
position: absolute;
top: -100px;
left: 10px;
width: 100px;
z-index: 1;
}
.green-6{
position: absolute;
top: 340px;
right: 10px;
width: 130px;
margin: 0 0 0 auto;
z-index: 1;
}
.cp_arrows {
  position: relative;
  display: flex;
  height: 150px;/*画面いっぱいにする場合100vh*/
  justify-content: center;
  align-items: center;
}
.faq-box{
text-align: center;
padding: 40px 10px;
}
.faq{
max-width: 1200px;
margin: 40px auto;
padding: 20px 0;
}
h3.h3{
margin: 20px 0 0;
}
.sp{
display:block;
}
.pc{
display: none;
}
.access-box{
background-color: #e6eae3;
padding: 40px 20px;
text-align: center;
}
}