@charset "utf-8";
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,
section, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body {line-height:1}
section, aside, dialog, figure, footer, header,
hgroup, nav, section {display:block}
ul, ol {list-style:none}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none;}
a {margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent}
ins {background-color:#ff9;color:#000;text-decoration:none}
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 #000;cursor:help}
table {border-collapse:collapse;border-spacing:0}
hr {display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0}
input, select {vertical-align:middle}
section { }
img{ vertical-align:bottom;}
a img {outline:none; border:none;}
a {outline:none;}
a:focus{outline: none;}
area{border:none;outline:none;}

*, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
html{scroll-behavior: smooth;}
html,body{ width:100%;height:100%;-webkit-font-smoothing: antialiased;}

.over {transition: 0.3s ;}
.over:hover {opacity: 0.5 ;} 

.idt_3 {text-indent: -3em!important;padding-left: 3em!important;}

/*clearfix*/
.clearfix:after{content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display:block;}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  html{
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 16px;
  }

  body {
   
    color: #333;
    background: #ffffff;
    /* font-family: "Zen Old Mincho", serif; */
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    font-size: 1rem;

    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;


  
    
      
  }
  

  .hero {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 15px;
    background-image: linear-gradient(135deg, #a5cfc3, #7cb7a4);
    z-index: 1;
  }

  .sp-hero {
    display: none; 
  }
  .sp_logo{
    display: none;
  }
  .top-visual{
    overflow: hidden;
    position: relative;
    height: 100vh;
    width: 100%;
    margin-top: -15px;
   
  }
  .main-visual {
    display: flex;
    width: 90%;
    margin: 0 auto;
  }
  
  .copy-image {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
  }
  
  .hero-text {
    display: flex;
    justify-content: center; 
    align-items: center;     
    height: 100%;  
    width: 70%;          
  }
  
  .hero-text img {
    width: 160%;
    max-width:380px;
    height: auto;
    margin-bottom: 20px;
    margin-top: -50px;
    padding: 40px;
  }
  
  .logo-box {
    display: flex;
    justify-content: center;
    width: 70%; 
  }
  
  .logo {
    width: 100%;
    max-width:230px;
    height: auto;
    margin-bottom: 30px;
  }
  
  .main-img {
    width: 60%;
    height: 100vh;
    overflow: hidden;
  }
  
  .main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .top-visual::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px; /* 下の線と間隔を空ける */
    width: 80%;
    height: 15px;
    background: linear-gradient(135deg, #a5cfc3, #7cb7a4);
    z-index: 1;
  }
  
  
  .top-visual::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    width: 81%;
    height: 5px;
    background: linear-gradient(135deg, #a5cfc3, #7cb7a4);
    z-index: 1;
  }
  .navi {
    transition: 0.6s ease;
    z-index: 200;
    position: absolute;
    bottom: 3px;
    right: 10px;
    width: 80%;
    
}

.navi ul {
    display: flex;
    gap:20px;
    font-size: 1rem;
    
    justify-content: flex-end;
    margin-top: -85px;
    margin-right: 110px;
    position: relative;
    z-index: 200;
}
.navi ul li {
  position: relative;
}
.navi ul li a {

    background: url(../images/arrow_bottom.svg) no-repeat left top 0.5em;
    background-size: 10px auto;
    padding: 0 0 0 20px;
    margin: 0 0 0 15px;
    position: relative;
}
a {
    text-decoration: none;
    color: #555;
    transition: 0.2s ease-in-out;
}
.navi {
  display: block;
}
.sp-navi01 {
  display: none;
}

.sp-main-img{
    display: none;
  }
.sp-copy-image{
    display: none;
}
 /* ハンバーガーアイコン */
.menu-toggle {
  display: none;
  cursor: pointer;
  z-index: 1001;
  width: 40px;
  height: 25px;
  position: fixed;
  top: 35px;
  right: 25px;
  flex-direction: column;
  justify-content: space-between;
}

.menu-toggle .bar {
  height: 2px;
  width: 100%;
  background-color: #333;
  border-radius: 2px;
  transition: all 0.4s ease;
}

/* メニューアイコンが開いたときの変形 */
.menu-toggle.active .bar:nth-child(1) {
  transform: rotate(45deg) translateY(16px);
}
.menu-toggle.active .bar:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active .bar:nth-child(3) {
  transform: rotate(-45deg) translateY(-16px);
}

/* モバイルメニュー本体 */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background: #ffffffe1;
  width: 80%;
  height: 100vh;
  z-index: 1000;
  padding: 100px 20px 20px;
  box-sizing: border-box;
}

.mobile-menu.active {
  display: block;
}
.mobile-menu ul {
  padding-left: 0;
  list-style: none;
}

.mobile-menu ul li {
  margin-bottom: 1em; /* 行間をあけるならこっち */
}

.mobile-menu ul li a {
  text-decoration: none;
  color: #333;
  font-size: 1.2em;
  letter-spacing: 0.1em; /* ←これが字間 */
}
@media (max-width: 1400px) {
  .navi {
    display: none;
  }
  .sp-navi01{
    display: block;
    position: absolute;
    bottom: 4%;
    left: 35%;
    width: 80%;
  }
  .sp-navi01-navi {
    display: flex;
    justify-content: center;
    gap:100px;
    padding: 0 20px;
    margin-top: 20px;
  }

  .navi-left ul,
  .navi-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .navi-left li,
  .navi-right li {
    margin-bottom: 23px;
  }

  .sp-navi01-navi a {
    text-decoration: none;
    color: #333;
    font-size: 1rem;
    padding-left: 20px;
  position: relative;
  }
  .sp-navi01-navi a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-90deg);
    width: 10px;
    height: 10px;
    background: url(../images/arrow_bottom.svg) no-repeat center;
    background-size: contain;
  }

}
@media screen and (max-width: 600px) {
   .menu-toggle {
    display: flex;
  }
  .main-img{
    display: none;
  }
  .top-visual {
    overflow: hidden;
    position: relative;
    height: 100vh;
    width: 100%;
    margin-top: -15px;
  }
   .sp-main-img img {
    width: 100vw; 
    height: 100vh; 
    object-fit: cover; 
    object-position: center center;
    display: block;
  }

  .sp-main-img {
    display: block;
    height: 100vh;
    overflow: hidden;
  }

  .navi {
    display: none; /* PC用ナビ非表示 */
  }

  .sp-navi01 {
    display: none; /* 必要なら表示にしてもOK */
  }

  .logo{
    display: none;
  }
  .sp_logo {
    display: block;
    width: 120px;
    height: auto;
  }

  .main-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .hero-text img {
    width: 100%;
    height: auto;
  }

  .main-img {
    width: 100%;
  }

  .main-img img {
    width: 100%;
    height: auto;
    display: block;
  }

  .logo-box {
    display: block;
    margin: 20px auto 10px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
  }

  .sp_logo {
    width: 100%;
    max-width:250px;
    height: auto;
   
  }
  .hero-text {
    position: absolute;   
    top:50px;
    right:130px;
    /* height: 300px;   */
    width: 70%; 
    display: block;         
  }
  
  .hero-text img {
    width: 100%;
    max-width:380px;
    height: auto;
    margin-bottom: 20px;
    margin-top: -50px;
  }
}






/*========================================
content01
=======================================*/
.content01 {
  width: 100%;
  padding-top: 150px;
  /* padding-bottom: 30px; */
 
  text-align: center;
  font-weight: normal;
}


.content01-inner {
  width: 80%;
  display: flex;
  align-items: flex-start;
  gap: 28%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
}
.content01-image{
  width: 30%;
}

.content01-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
}



.content01-text {
  flex: 1;
  font-size: 1.2rem;
  color: #333;
  max-width: 500px;
  text-align: left;
  margin-top: 30px;
}
.content01-text p {
  line-height: 1.8; 
  /* font-size: 1.3rem; */
}
.img-pc {
  display: block;
}
.img-sp {
  display: none;
}

@media (max-width: 1200px) {

  .content01-inner {
    width: 80%;
    display: flex;
    align-items: flex-start;
    gap: 10%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;
  }

 
}
@media screen and (max-width: 850px) {
  .img-pc {
    display: none;
  }
  .img-sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .content01 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
 
  text-align: center;
  font-weight: normal;
}
  .content01-inner {
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px;
    width: 90%;
  }

  .content01-image {
    width: 100%;
    text-align: center;
  }
  .content01-image .img-sp {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }

  .content01-text {
    margin-top: 0;
    text-align: left;
    width: 100%;
    max-width: 900px;
  }
}


/*========================================
content02
=======================================*/

.saryu-midasi {
  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0px; 
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 50px;
  position: relative;
}

.saryu-sub {
  font-weight: bold;
  display: block;
  font-size: 1.8rem;
}

.saryu-line {
  display: block;
  width: 60px;
  height: 2px;
  background: #398d78;
  margin-top: 10px;
}

.content02 {
  position: relative;
  /* padding: 80px 20px; */
  padding-top: 150px;
  padding-bottom: 50px;
  
  overflow: hidden; 
  margin: 0 auto;
}
.content02-inner {
  display: flex;
  justify-content: center;    
  align-items: center;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
}

.content02-text {
  max-width: 550px;         
  text-align: center;   
  font-size: 1.2rem;   
  line-height: 1.8;     
}


.decoration {
  position: absolute;
  z-index: 0;
  pointer-events: none; 
}

.deco-top-left {
  top: 0px;
  left: -85px;
  transform: translate(-30%, -30%);
  width: 150px;
}

.deco-bottom-right {
  top: 380px;
  right: -80px;
  transform: translate(30%, 30%);
  width: 150px;
}
.decoration img {
  width: 100%;
  height: auto;
  display: block;
}
.pc-br {
  display: inline;
}
.sp-br {
  display: none;
}
.sp-br02 {
  display: none;
}
@media screen and (max-width: 850px) {
  .content02 {
  position: relative;
  padding-bottom: 80px;
  overflow: hidden; 
  padding-top: 50px;
}
  .deco-top-left {
  top: 40px;
  left: -40px;
  transform: translate(-30%, -30%);
  width: 150px;
}

.deco-bottom-right {
  top: 460px;
  right: -45px;
  transform: translate(30%, 30%);
  width: 150px;
}
.decoration img {
  width: 80%;
  height: auto;
  display: block;
}
}
@media screen and (max-width: 750px) {


  .deco-top-left {
  top: 0px;
  left: 40px;
  transform: translate(-30%, -30%);
  width: 130px;
}

.deco-bottom-right {
  top: -65px;
  right: 30px;
  transform: translate(30%, 30%);
  width: 115px;
}
.decoration img {
  width: 80%;
  height: auto;
  display: block;
}
}
@media screen and (max-width: 600px) {
.content02 {
  position: relative;
  padding-bottom: 50px;
  overflow: hidden; 
  padding-top: 10px;
}
.pc-br {
    display: none;
  }
  .sp-br {
    display: inline;
  }
    .deco-top-left {
  top: 0px;
  left: 70px;
  transform: translate(-30%, -30%);
  width: 90px;
}

.deco-bottom-right {
  top: -40px;
  right: 60px;
  transform: translate(30%, 30%);
  width: 75px;
}
.decoration img {
  width: 80%;
  height: auto;
  display: block;
}
.content02-text {
  max-width: 550px;         
  text-align: left;   
  font-size: 1.2rem;   
  line-height: 1.8;     
}
.sp-br {
    display: none;
  }
.sp-br02 {
  display: inline;
}
}
@media screen and (max-width: 550px) {
.deco-top-left {
  top: 0px;
  left: 40px;
  transform: translate(-30%, -30%);
  width: 90px;
}

.deco-bottom-right {
  top: -40px;
  right: 35px;
  transform: translate(30%, 30%);
  width: 75px;
}
.decoration img {
  width: 80%;
  height: auto;
  display: block;
}
}
@media screen and (max-width: 460px) {
.sp-br {
    display: none;
  }
.sp-br02 {
  display: inline;
}
.content02-text {
  max-width: 550px;         
  text-align: left;   
  font-size: 1.2rem;   
  line-height: 1.8;     
}
.deco-top-left {
  top: 0px;
  left: 10px;
  transform: translate(-30%, -30%);
  width: 75px;
}

.deco-bottom-right {
  top: -28px;
  right: 0px;
  transform: translate(30%, 30%);
  width: 60px;
}
}

/*========================================
content03
=======================================*/
.content03{
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
}
.content03 h3 {
  width: 70%;
  margin: 0 auto;
  min-height: 60px;
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
  /* background-image: linear-gradient(135deg, rgba(0, 175, 204, 1), rgba(133, 203, 191, 1)); */
  background-image: linear-gradient(135deg, #a5cfc3, #7cb7a4);
  padding: 0 10px 0 10px;
  border-radius: 5px 30px 30px 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.annai_wrap {
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  gap: 20px;
  width: 65%;
  background: linear-gradient(to bottom, #fff 0%, #e7f7f6 100%);
  background: #f4f8f7;
  border-radius: 10px;
  padding: 20px 20px 20px 60px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.number-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  /* background-color: #00afcc; */
  background-color: #7cb7a4;
  color: white;
  font-weight: bold;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1; 
  padding-bottom: 1px;
}

.annai_content {
  flex: 1;
}

.annai_img {
  width: 300px;
  border-radius: 5px;
  max-width: 300px;
}
.content03 h5 {
  font-size: 1.3rem;
  line-height: 1.4em;
  font-weight: 800;
  /* color: #00afcc; */
  color:#7cb7a4;
  text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.content03 p {
  margin-top: 30px;
  line-height: 1.6em;
}

.flow-section{
  margin-top: 75px;
}
.flow-section > div:first-of-type {
  margin-top: 35px;
}
.ht_wrap_07 {
  width: 65%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  position: relative;
  /* background: #e7f5f2; */
  /* background: linear-gradient(to bottom, #fff 0%, #e7f7f6 100%); */
  background: linear-gradient(to bottom, #fff 0%, #e7f7f6 100%);
  background: #f4f8f7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 25px;
  padding-left: 30px;
}
.ht_wrap_07 > div:first-of-type {
  width: 5%;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 3rem;
  line-height: 1;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  background-color: #7cb7a4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.ht_wrap_07:not(:last-of-type)::after {
  content: "▼";
  font-size: 16px;
  line-height: 1;
  position: absolute;
  left: 48px;
  bottom: -20px;
  color: #7cb7a4;

}
.flow-section p{
  margin-top: 5px;
}
.txt_w500 {
  font-weight: 800;
  font-size: 1.1rem;
  color:#7cb7a4;
  text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.content03 .mb_3{
  margin-top: 90px;
}
.service_wrap {
  width: 70%;
  margin: 0 auto;
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}
.service_wrap > section {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #fff 0%, #e7f7f6 100%);
  background: #f4f8f7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

}
.service_wrap > section h4 {
  width: 100%;
  min-height: 40px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 800;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 20px 0 0;
  background-image: linear-gradient(135deg, rgba(0, 175, 204, 1), rgba(133, 203, 191, 1));
  background-image: linear-gradient(135deg, #a5cfc3, #7cb7a4);
  padding: 5px 15px 5px 15px;
}
.service_wrap > section p {
  line-height: 1.5;
}

@media (max-width: 1200px) {

  .content03 h3 {
    width: 80%;
  }
  .service_wrap {
    width: 80%;
  }
  .annai_wrap {
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    gap: 20px;
    width: 70%;
  }
  .ht_wrap_07 {
    width: 70%;
  }
 
}
@media screen and (max-width: 850px) {
    .content03{
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}
}
@media screen and (max-width: 750px) {
    .content03{
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}
    .annai_wrap {
      width: 80%;
    }
    .ht_wrap_07 {
      width: 80%;
    }
    .content03 h3 {
        width: 90%;
    }
      .service_wrap {
        width: 90%;
    }
}
@media screen and (max-width: 600px) {
    .content03{
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}
    .annai_wrap {
      width: 90%;
    }
    .ht_wrap_07 {
      width: 90%;
    }
    .content03 h3 {
        width: 90%;
    }
      .service_wrap {
        width: 90%;
    }
    .service_wrap {
    flex-direction: column;
    gap:25px;
    width: 80%; 
  }

  .service_wrap > section {
    width: 100%;
  }
}
/*========================================
contact
=======================================*/
.contact-form {
  width: 65%;
  margin: 50px auto;
  padding: 40px 30px;
  background: #f4f8f7;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-weight: bold;
  color: #398d78;
}

.form-group input,
.form-group textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  background-color: #fff;
}

.form-group textarea {
  resize: vertical;
}

.form-submit {
  text-align: center;
  margin-top: 20px;
}

.form-submit button {
  background-image: linear-gradient(135deg, #a5cfc3, #7cb7a4);
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 10px 30px;
  font-size: 1.1rem;
  border-radius: 30px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.form-submit button:hover {
  opacity: 0.85;
}
.tel-sp {
  display: none;
}
.tel-pc {
  display: inline;
}
.contact-note {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 1.1rem;
  color: #555;
}
.tel-link {
  color: inherit;
  text-decoration: none;
}

/* .recaptcha-wrapper {
  display: flex;
  justify-content: center;
} */
 .recaptcha-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap; /* スマホ対応で折り返しも考慮 */
}

.policy-check {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.95rem;
}

.policy-check input[type="checkbox"] {
  transform: scale(1.3); /* チェックボックスを少し大きめに */
  margin-right: 4px;
}
.privacy-link {
  text-decoration: underline;                    
  transition: color 0.3s ease;  
  color: #555; 
}

.privacy-link:hover {
  color: #398d78;                  
}



@media (max-width: 1200px) {

  .contact-form {
    width: 80%;
    margin: 50px auto;
    padding: 40px 30px;
    background: #f4f8f7;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
 
}
@media screen and (max-width: 600px) {
  .contact-form {
    width: 90%;
    margin: 50px auto;
    padding: 40px 30px;
    background: #f4f8f7;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  .tel-sp {
    display: inline;
  }
  .tel-pc {
    display: none;
  }
  .tel-link:hover {
  text-decoration: underline;
}
.tel-link {
  color: inherit;
  text-decoration: underline;
}
  
}


.content04 {
  width: 100%;
  padding: 80px 20px;
  background: #fff;
  margin-top: 30px;
}

.access-inner {
  width: 65%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.access-map iframe {
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.access-info {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}

@media screen and (max-width: 800px) {
  .content04 {
  width: 100%;
  padding: 50px 10px;
  background: #fff;
  margin-top: 30px;
}
.access-inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
}

.footer {
  background-image: linear-gradient(135deg, #a5cfc3, #7cb7a4);
  color: #fff;
  padding: 40px 20px;
  margin-top: 130px;
  position: relative;
}

.footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.footer-logo img {
  max-width: 100px;
  height: auto;
}

.footer-info p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-info .footer-designation {
  font-size: 0.85rem;
  line-height: 1.4;
  display: inline-block;
  margin-top: 5px;
}
@media screen and (max-width: 600px) {
  .footer {
  margin-top: 80px;
}
}


.page-top-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  z-index: 100;
  cursor: pointer;
}

.page-top-btn .arrow-icon {
  width: 40px;
  height: 40px;
  background: url(../images/arrow_bottom.svg) no-repeat center;
  background-size: 20px auto;
  transform: rotate(180deg); /* 上向きに */
}

.page-top-btn .arrow-text {
  margin-top: -5px;
  font-size: 12px;
  color: #333;
  font-weight: bold;
}







