@charset "utf-8";
/*================================================================
【all】
=================================================================*/
*, ::before, ::after {
  padding: 0;
  margin: 0;
}
* {
  /*max-width: 100%;*/
  box-sizing: border-box;
}
ul li {
  list-style-type: none;
  list-style-position: inside;
}
ol li {
  list-style-type: decimal;
  list-style-position: outside;
}
a {
  text-decoration: none;
  color: inherit;
  pointer-events: auto !important;
}
.event-none { /*このクラス名を付けたaは優先的にeventが発生しなくなる*/
  pointer-events: none !important;
}
img {
  display: block;
}
dt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
/*::::::::::::::::::::::::【全体基礎】:::::::::::::::::::::::::*/
html, body {
  /*height: 100%;*/
  scroll-behavior: smooth;
}
body {
  box-sizing: border-box;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 18px;
  color: #603813;
  text-align: justify;
  position: relative;
  /*background: #fffbeb;*/
  background-color: #fff;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {
  body {
    font-size: 16px;
  }
}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::::::::::【星空】:::::::::::::::::::::::::::::*/
/* 星空の背景のスタイル */
.light {
  overflow: hidden;
  position: relative;
  width: 100%; /* 星空の横幅 */
  height: 100%; /* 星空の縦幅 */
  /*
  background: linear-gradient(135deg, #ffffff 0%, #c5ffd6 40%, #fffacc 100%);
*/
  background-image: url("../image/index/m_i-back.jpg");
  background-size: cover;
  background-position: center;
}
/* 星のスタイル */
.star {
  position: absolute;
  z-index: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.4); /* 星の色 */
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(#f2f2f2, 0.2); /* 星の影 */
  opacity: 0;
  animation: twinkle 5s infinite;
}
/* 星がキラキラ光るアニメーション */
@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
/*::::::::::::::::::::::::::【レス-コンタクト】::::::::::::::::::::::::::*/
.res-contact {
  display: none;
}
@media (max-width:600px) {
  .res-contact {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .res-contact li {
    width: 50%;
    background-color: #fff;
    border: 3px solid #75cc75;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3% 5%;
    border-radius: 10px;
  }
  .res-contact img {
    height: 30px;
  }
}
/*:::::::::::::::::::::::::::::::【改行】:::::::::::::::::::::::::::::*/
.br-1500, .br-1400, .br-1300, .br-1030, .br-pro, .br-tb, .br-600, .br-450, .br-400 {
  display: none;
}
.br-pc {
  display: inline-block;
}
@media (max-width:1500px) {
  .br-pc, .br-1400, .br-1300, .br-1030, .br-pro, .br-tb, .br-600, .br-450, .br-400 {
    display: none;
  }
  .br-1500 {
    display: inline-block
  }
}
@media (max-width:1400px) {
  .br-pc, .br-1500, .br-1300, .br-1030, .br-pro, .br-tb, .br-600, .br-450, .br-400 {
    display: none;
  }
  .br-1400 {
    display: inline-block;
  }
}
@media (max-width:1300px) {
  .br-pc, .br-1500, .br-1400, .br-1030, .br-pro, .br-tb, .br-600, .br-450, .br-400 {
    display: none;
  }
  .br-1300 {
    display: inline-block;
  }
}
@media (max-width:1030px) {
  .br-pc, .br-1500, .br-1400, .br-1300, .br-pro, .br-tb, .br-600, .br-450, .br-400 {
    display: none;
  }
  .br-1030 {
    display: inline-block;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  .br-pc, .br-1500, .br-1400, .br-1300, .br-tb, .br-1030, .br-600, .br-450, .br-400 {
    display: none;
  }
  .br-pro {
    display: inline-block;
  }
}
@media (max-width:900px) {
  .br-pc, .br-1500, .br-1400, .br-1300, .br-1030, .br-pro, .br-600, .br-450, .br-400 {
    display: none;
  }
  .br-tb {
    display: inline-block;
  }
}
@media (max-width:600px) {
  .br-pc, .br-1500, .br-1400, .br-1300, .br-1030, .br-pro, .br-tb, .br-450, .br-400 {
    display: none;
  }
  .br-600 {
    display: inline-block;
  }
}
@media (max-width:450px) {
  .br-pc, .br-1500, .br-1400, .br-1300, .br-1030, .br-pro, .br-tb, .br-600, .br-400 {
    display: none;
  }
  .br-450 {
    display: inline-block;
  }
}
@media (max-width:400px) {
  .br-pc, .br-1500, .br-1400, .br-1300, .br-1030, .br-pro, .br-tb, .br-600, .br-450 {
    display: none;
  }
  .br-400 {
    display: inline-block;
  }
} /*:::::::::::::::::::::::::【表示(ブロック)】:::::::::::::::::::::::::*/
.dis-1300, .dis-1030, .dis-pro, .dis-tb, .dis-600, .dis-450, .dis-400 {
  display: none;
}
.dis-pc {
  display: block;
}
@media (max-width:1300px) {
  .dis-pc, .dis-pro, .dis-tb, .dis-600, .dis-450, .dis-400, .dis-1030 {
    display: none;
  }
  .dis-1300 {
    display: block;
  }
}
@media (max-width:1030px) {
  .dis-pc, .dis-1300, .dis-1030, .dis-pro, .dis-600, .dis-450.dis-400 {
    display: none;
  }
  .dis-tb {
    display: block;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  .dis-pc, .dis-1300, .dis-tb, .dis-1030, .dis-600, .dis-450, .dis-400 {
    display: none;
  }
  .dis-pro {
    display: inline-block;
  }
}
@media (max-width:900px) {
  .dis-pc, .dis-1300, .dis-1030, .dis-pro, .dis-600, .dis-450, .dis-400 {
    display: none;
  }
  .dis-tb {
    display: block;
  }
}
@media (max-width:600px) {
  .dis-pc, .dis-1300, .dis-1030, .dis-pro, .dis-tb, .dis-450, .dis-400 {
    display: none;
  }
  .dis-600 {
    display: block;
  }
}
@media (max-width:450px) {
  .dis-pc, .dis-1300, .dis-1030, .dis-pro, .dis-tb, .dis-600, .dis-400 {
    display: none;
  }
  .dis-450 {
    display: block;
  }
}
@media (max-width:400px) {
  .dis-pc, .dis-1300, .dis-1030, .dis-pro, .dis-tb, .dis-600, .dis-450 {
    display: none;
  }
  .dis-400 {
    display: block;
  }
}
/*::::::::::::::::::::::::【表示(インライン)】::::::::::::::::::::::::*/
.in-1300, .in-1030, .in-pro, .in-tb, .in-600, .in-450, .in-400 {
  display: none;
}
.in-pc {
  display: inline-block;
}
@media (max-width:1300px) {
  .in-pc, .in-pro, .in-tb, .in-600, .in-450, .in-400, .in-1030 {
    display: none;
  }
  .in-1300 {
    display: inline-block;
  }
}
@media (max-width:1030px) {
  .in-pc, .in-1300, .in-pro, .in-tb, .in-600, .in-450, .in-400 {
    display: none;
  }
  .in-1030 {
    display: inline-block;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  .in-pc, .in-1300, .in-1030, .in-tb, .in-600, .in-450, .in-400 {
    display: none;
  }
  .in-pro {
    display: inline-block;
  }
}
@media (max-width:900px) {
  .in-pc, .in-1300, .in-1030, .in-pro, .in-600, .in-450, .in-400 {
    display: none;
  }
  .in-tb {
    display: inline-block;
  }
}
@media (max-width:600px) {
  .in-pc, .in-1300, .in-1030, .in-pro, .in-tb, .in-450, .in-400 {
    display: none;
  }
  .in-600 {
    display: inline-block;
  }
}
@media (max-width:450px) {
  .in-pc, .in-1300, .in-1030, .in-pro, .in-tb, .in-600, .in-400 {
    display: none;
  }
  .in-450 {
    display: inline-block;
  }
}
@media (max-width:400px) {
  .in-pc, .in-1300, .in-1030, .in-pro, .in-tb, .in-600, .in-450 {
    display: none;
  }
  .in-400 {
    display: inline-block;
  }
}
/*:::::::::::::::::::::::::::::::【非表示】:::::::::::::::::::::::::::::*/
.opa {
  opacity: 0;
}
.none-1500, .none-1400, .none-1300, .none-1030, .none-pro, .none-tb, .none-600, .none-450, .none-400 {
  display: inline-block;
}
.none-pc {
  display: none;
}
@media (max-width:1500px) {
  .none-pc, .none-1400, .none-1300, .none-pro, .none-tb, .none-600, .none-450, .none-400, .none-1030 {
    display: inline-block;
  }
  .none-1500 {
    display: none;
  }
}
@media (max-width:1400px) {
  .none-pc, .none-1500, .none-1300, .none-pro, .none-tb, .none-600, .none-450, .none-400, .none-1030 {
    display: inline-block;
  }
  .none-1400 {
    display: none;
  }
}
@media (max-width:1300px) {
  .none-pc, .none-1500, .none-1400, .none-pro, .none-tb, .none-600, .none-450, .none-400, .none-1030 {
    display: inline-block;
  }
  .none-1300 {
    display: none;
  }
}
@media (max-width:1030px) {
  .none-pc, .none-1500, .none-1400, .none-1300, .none-pro, .none-tb, .none-600, .none-450, .none-400 {
    display: inline-block;
  }
  .none-1030 {
    display: none;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  .none-pc, .none-1500, .none-1400, .none-1300, .none-tb, .none-1030, .none-600, .none-450, .none-400 {
    display: inline-block;
  }
  .none-pro {
    display: none;
  }
}
@media (max-width:900px) {
  .none-pc, .none-1500, .none-1400, .none-1300, .none-1030, .none-pro, .none-600, .none-450, .none-400 {
    display: inline-block;
  }
  .none-tb {
    display: none;
  }
}
@media (max-width:600px) {
  .none-pc, .none-1500, .none-1400, .none-1300, .none-1030, .none-pro, .none-tb, .none-450, .none-400 {
    display: inline-block;
  }
  .none-600 {
    display: none;
  }
}
@media (max-width:450px) {
  .none-pc, .none-1500, .none-1400, .none-1300, .none-1030, .none-pro, .none-tb, .none-600, .none-400 {
    display: inline-block;
  }
  .none-450 {
    display: none;
  }
}
@media (max-width:400px) {
  .none-pc, .none-1500, .none-1400, .none-1300, .none-1030, .none-pro, .none-tb, .none-600, .none-450 {
    display: inline-block;
  }
  .none-400 {
    display: none;
  }
}
/*:::::::::::::::::::::::::::::::【太字】:::::::::::::::::::::::::::::*/
.bold {
  font-weight: bold;
}
/*:::::::::::::::::::::::::::::【大文字】:::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::【小文字】:::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::【色】:::::::::::::::::::::::::::::*/
/*.red {
  color: #bf0000;
}
.green {
  color: #06c755;
}
.blue {
  color: #109EFF;
}*/
/*:::::::::::::::::::::::::::::::【下線】:::::::::::::::::::::::::::::*/
.kasen {
  position: relative;
  text-decoration: none;
  color: inherit;
}
.kasen::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease-in-out;
}
.kasen:hover::after {
  width: 100%;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (max-width:900px) {
  .kasen::after {
    /* width: 100%;*/ /*表示したまま*/
    display: none;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::::::::::【下線-01】:::::::::::::::::::::::::::::*/
.kasen-01 li {
  position: relative;
  margin: 0;
  padding: 0;
}
.kasen-01 li a {
  color: #000; /* リンク文字の色 */
  position: relative; /* 下線用のスタイルに対応 */
}
.kasen-01 li a::after {
  content: ''; /* 下線を生成 */
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; /* テキスト幅に基づく */
  height: 1px; /* 下線の太さ */
  background: #000; /* 下線の色 */
  transform: scaleX(0); /* 初期状態で非表示 */
  transform-origin: left; /* 左から右にアニメーション */
  transition: transform 0.3s ease; /* スムーズなアニメーション */
}
.kasen-01 li a:hover::after {
  transform: scaleX(1); /* ホバー時に下線を表示 */
}
.kasen-01 li a.mark::after {
  transform: scaleX(1); /* 現在のページに対応するリンクも下線を表示 */
}
/*:::::::::::::::::::::::::::::::【下線②】:::::::::::::::::::::::::::::*/
.kasen-02 {
  position: relative;
  margin: 0;
  padding: 0;
}
.kasen-02 a span {
  /*color: #000;*/
  position: relative;
}
.kasen-02 a span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #6D6967;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.kasen-02 a span:hover::after {
  transform: scaleX(1);
}
/*:::::::::::::::::::::::::::::【下線画像】:::::::::::::::::::::::::::*/
.kasen-img {
  position: relative;
}
.kasen-img img {
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: -10px;
  left: -10px;
  z-index: -1;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {
  .kasen-img img {
    height: 10px;
    bottom: 0;
  }
}
/*:::::::::::::::::::::::::::::【アンダーライン】:::::::::::::::::::::::::::::*/
.under-line {
  text-decoration: underline;
}
/*:::::::::::::::::::::::::::::::【マーカー】:::::::::::::::::::::::::::::*/
/*--------------【ハーフマーカー】----------------*/
.half-marker {
  background: linear-gradient(to bottom, transparent 60%, rgba(255, 255, 0, 0.5) 30%);
}
/*::::::::::::::::::::::::::::::【電話番号リンク】:::::::::::::::::::::::::::*/
@media (min-width: 801px) {
  a[href^="tel:"] {
    pointer-events: none !important;
  }
}
/*:::::::::::::::::::::::::::::::【リンク】:::::::::::::::::::::::::::::*/
.link {
  text-decoration: underline;
}
/*::::::::::::::::::::::::::::【テーブル（全線）】:::::::::::::::::::::::::::*/
.table-01 {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border: 1px solid #517d9b;
  background-color: #FFFFFF;
}
.table-01 th {
  width: 20%;
  border-bottom: 1px solid #517d9b;
  border-right: 1px solid #517d9b;
  text-align: center;
  background-color: #86bfef;
  /* background-image: url("../image/color/blue-01.png");*/
  background-position: top;
  background-size: cover;
  color: #fff;
}
.table01-first {}
.table01-last th {
  border-bottom: 1px solid #bababa;
}
.table-01 td {
  width: 50%;
  border-bottom: 1px solid #517d9b;
  padding: 30px;
  /*  padding-left: 80px;*/
  text-align: left;
}
.table-01 td p {
  margin-bottom: 10px;
}
.table-01 td iframe {
  height: 350px;
}
/*:::::::::::【レスポンシブ フレックス】::::::::::*/
/*@media (max-width:1280px) {
  .table-01 td {
    padding: 30px;
  }
}
@media (max-width:1024px) {}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}*/
/*:::::::::::【レスポンシブ カラム】::::::::::*/
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (max-width:900px) {}
@media (max-width:600px) {
  .table-01 {
    width: 100%;
    border: 1px solid #517d9b;
  }
  .table-01 tr {
    display: flex;
    flex-direction: column;
  }
  .table-01 th {
    width: 100%;
    padding: 20px 5px;
    background-color: #86bfef;
    border: 1px solid #517d9b;
     !important;
    color: #fff;
  }
  .table-01 td {
    width: 100%;
    padding: 20px 10px;
    /*background-color: #FFFFFF;*/
    text-align: center;
  }
  .table-01 ul li {
    margin-left: 15px !important;
  }
  .column-center td { /*複数リストを中央揃え*/
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    text-align: left;
    /*padding-left: 30%;*/
  }
}
@media (max-width:450px) {
  .column-center td { /*複数リストを中央揃え*/
    /*padding-left: 25%;*/
  }
}
@media (max-width: 400px) {
  .column-center td { /*複数リストを中央揃え*/
    /*padding-left: 20%;*/
  }
}
/*::::::::::::::::::::::::【テーブル（中央線）】:::::::::::::::::::::::*/
.table-02 {
  display: inline-table !important;
  /*margin: 50px auto;*/
  border-collapse: collapse;
  /*  border: 1px solid #7DB7B1;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-02 th {
  /* width: 20%;*/
  padding-right: 80px;
  /* border-bottom: 1px solid #7DB7B1;*/
  border-right: 1px solid #6fcec3;
  /*text-align: center;*/
  /*vertical-align: top;*/ /*縦方向（top）に揃えて表示*/
}
.table-02 td {
  /*width: 50%;*/
  /*border-bottom: 1px solid #7DB7B1;*/
  padding: 30px;
  padding-left: 80px;
  padding-right: 0;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (max-width:900px) {
  .table-02 th {
    padding-right: 30px;
  }
  .table-02 td {
    padding-left: 30px;
  }
}
@media (max-width:600px) {
  .table-02 th {
    width: 30%;
    text-align: center
  }
  .table-02 td {
    width: 70%;
    padding-left: 30px;
  }
}
@media (max-width:450px) {
  .table-02 th {
    padding-right: 5px;
  }
  .table-02 td {
    padding: 15px;
    padding-left: 20px;
    padding-rigth: 0;
  }
}
@media (max-width: 400px) {
  .table-02 td {
    padding-left: 15px;
    padding-rigth: 0;
  }
}
/*::::::::::::::::::::::::【テーブル（下線）】:::::::::::::::::::::::*/
.table-03 {
  margin: 0 auto;
  border-collapse: collapse;
}
tbody {
  width: 100%;
}
.table-03 tr {
  width: 100%;
}
.table-03 th {
  width: auto;
  padding: 20px 10px 20px 10px;
  border-bottom: 2px solid #64bef0;
  text-align: center;
}
.table-03 td {
  width: auto;
  border-bottom: 2px solid #1abc9c;
  padding: 20px;
  padding-left: 40px;
}
.table-03 td span {
  text-decoration: underline;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {
  .table-03 th {
    width: auto;
    padding: 10px;
  }
  .table-03 td {
    padding: 10px;
    padding-left: 10px;
  }
}
/*:::::::::::::::::::::::【テーブル（線なし）】:::::::::::::::::::::::*/
.table-04 {
  margin: 0 auto;
  border-collapse: collapse;
}
tbody {
  width: 100%;
}
.table-04 tr {
  width: 100%;
}
.table-04 th {
  width: auto;
  padding: 20px 10px 20px 10px;
  text-align: center;
}
.table-04 td {
  width: auto;
  padding: 20px;
  padding-left: 40px;
}
.table-04 td span {
  text-decoration: underline;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (max-width:900px) {}
@media (max-width:600px) {
  .table-04 td {
    padding-left: 50px;
  }
}
@media (max-width:450px) {
  .table-04 th {
    width: 25%;
  }
  .table-04 td {
    padding-left: 30px;
    padding: 20px 10px;
  }
}
/*::::::::::::::::::【テーブル（th td分け）】:::::::::::::::::::::*/
.table-05 {
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: auto; /* デフォルトはautoでOK */
  border: 1px solid #2c918c;
}
tbody {
  max-width: 100%;
}
.table-05 tr {
  width: 100%;
}
.table-05 th {
  vertical-align: top;
  /*	min-width: 20%;
	max-width: 30%;*/
  width: auto;
  padding: 20px 20px 10px 20px;
  text-align: left;
  white-space: nowrap; /* ← これがポイント！折り返させない */
  /*background-image: url("../image/color/green.png");*/
  background-color: #39C5BB;
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
  font-weight: 500;
}
.table-05 td {
  width: auto;
  padding: 20px;
  /*margin-left: 40px;*/
  /*background-color: #3a3a3a;*/
}
.table-05 td span {
  text-decoration: underline;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (max-width:900px) {}
@media (max-width:600px) {
  .table-05 {
    border: none;
  }
  .table-05, .table-05 tbody, .table-05 tr, .table-05 th, .table-05 td {
    display: block;
    width: 100%;
  }
  .table-05 th {
    padding: 10px 20px 10px 25px;
    background-image: url("../image/color/green.png");
    background-repeat: repeat;
    color: #fff;
  }
  .table-05 td {
    padding: 20px;
    /*background-color: #3a3a3a;*/ /* これはお好み */
    margin-left: 0;
    /*padding-top: 0;*/
  }
  .table-05 td:last-child {}
}
@media (max-width:450px) {}
/*:::::::::::::::::::::::::::::【flex】:::::::::::::::::::::::::::*/
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*.flex img {
	width: 45%;
}
.flex dl {
	width: 45%;
}*/
/*:::::【flex リバース】:::::*/
.reverse {
  flex-direction: row-reverse;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
  .flex {
    flex-direction: column;
  }
  .flex img {
    width: 100%;
  }
  .flex dl {
    width: 100%;
  }
}
@media (max-width:600px) {
  .flex {
    flex-direction: column;
  }
  .flex img {
    width: 100%;
  }
  .flex dl {
    width: 100%;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::::::::【並び】:::::::::::::::::::::::::::*/
.narabi-box {
  display: flex;
  justify-content: flex-start;
  margin: 20px auto;
}
.narabi-inline {
  display: inline-block;
  text-align: justify;
}
.narabi-inline a {
  font-size: 1.2em;
  line-height: 2.1;
  text-decoration: underline;
  transition: color 0.3s; /* なめらかに変化 */
}
.narabi-inline a:hover {
  color: #d13c3c; /* ホバー時の色（例：赤系） */
}
@media (max-width:600px) {
  .narabi-inline a {
    font-size: 1.1em;
  }
  .narabi-box {
    justify-content: center;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::【クリックイベントなし】:::::::::::::::::::::*/
.no-click {
  pointer-events: none;
  cursor: default;
}
/*=========================================================
【ページタイトル】
==========================================================*/
/*:::::::::::【】::::::::::*/
.page-title {
  text-align: center;
  width: 100%;
  position: relative; /* ✅ 追加！ */
}
/* 背景画像 */
.page-title img {
  display: block;
  width: 100%;
  height: auto;
}
/* テキスト（中央に重ねる） */
.page-title p {
  width: 90%;
  position: absolute;
  z-index: 2;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -80%);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.4;
}
@media (max-width:1500px) {
  .page-title p {
    font-size: 2.7rem;
  }
}
@media (max-width:1400px) {}
@media (max-width:1280px) {
  .page-title p {
    font-size: 2.5rem;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  .page-title p {
    top: 85%;
    left: 50%;
    transform: translate(-50%, -85%);
  }
}
@media (max-width:900px) {
  .page-title p {
    top: 85%;
    left: 50%;
    transform: translate(-50%, -85%);
    font-size: 1.8rem;
  }
}
@media (max-width:600px) {
  .page-title p {
    font-size: 1.4rem;
  }
}
@media (max-width:450px) {
  .page-title p {
    font-size: 1.2rem;
  }
}
@media (max-width: 400px) {
  .page-title p {
    top: 90%;
    left: 50%;
    transform: translate(-50%, -90%);
  }
}
/*=========================================================
【セクションタイトル】
==========================================================*/
.section-title {
  width: 100%;
  background-color: #42bfe4;
  color: #FFFFFF;
  /*height: 20vh;*/
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px;
  padding-left: 5%;
}
.section-title p {
  font-family: "Merriweather", serif;
  font-weight: bold;
  font-size: 3rem;
}
.section-title span {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {
  .section-title p {
    font-size: 2rem;
  }
  .section-title span {
    font-size: 16px;
  }
}
@media (max-width:450px) {
  .section-title p {
    font-size: 1.6rem;
  }
}
@media (max-width: 400px) {
  .section-title p {
    font-size: 1.3rem;
  }
}
/*=========================================================
【メインタイトル】
==========================================================*/
.main-title {
  position: relative;
  text-align: center;
  margin: 40px 0;
}
.main-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background-color: #fffda6; /* 優しい黄色 */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0; /* 背景として後ろに */
}
.main-title h3 {
  position: relative;
  font-size: 2.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #6699cc;
  z-index: 1; /* テキストを前面に */
  letter-spacing: 0.1em;
  line-height: 1.6;
  display: inline-block;
  padding: 0 10px;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {
  .main-title h3 {
    font-size: 2rem;
    padding: 0;
  }
}
@media (max-width:450px) {
  .main-title::before {
    width: 70px;
    height: 70px;
  }
  .main-title h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 400px) {
  .main-title::before {
    width: 50px;
    height: 50px;
  }
  .main-title h3 {
    font-size: 1.5rem;
  }
}
/*==================================================================
【サブタイトル】
===================================================================*/
.sub-title {
  display: flex;
  align-items: center;
  justify-content: center; /* 中央揃え */
  gap: 10px; /* テキストと線の間隔 */
}
.sub-title::before, .sub-title::after {
  content: "";
  display: block;
  width: 30px; /* 線の長さ */
  height: 4px; /* 線の太さ */
  background-color: #472a17; /* 線の色 */
}
.sub-title p {
  font-family: "Sawarabi Gothic", serif;
  text-align: center;
  max-width: 80%;
  font-size: clamp(16px, 5vw, 32px); /* 最小16px〜最大32pxの範囲で自動調整 */
  font-weight: bold;
}
@media (min-height:1366px) { /*ipad pro*/
  .sub-title {
    gap: 30px;
  }
}
@media (max-width:900px) {
  .sub-title {
    gap: 30px;
  }
  .sub-title p {
    font-size: clamp(16px, 5vw, 24px) !important; /* 最小16px〜最大32pxの範囲で自動調整 */
  }
}
@media (max-width:600px) {
  .sub-title {
    gap: 5px;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*=================================================================
【ボタン】
===================================================================*/
/* 影を親に適用 */
.btn-wrapper {
  text-align: center;
  margin-top: 50px;
}
.btn-wrapper a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-image: url("../image/color/green.png");
  background-size: cover;
  box-shadow: 0 4px 0 #1f8c62; /* 立体感のある影 */
  transition: background-position 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease;
}
.btn-wrapper a p {
  max-width: 300px;
  min-width: 300px;
  display: inline-block;
  margin: 10px;
  line-height: 48px; /* 同じにすることで縦中央に揃う */
  padding: 0 10px; /* 上下の padding を0にするのがポイント */
  color: white;
  border: 3px dashed #fff;
  background-size: 200% 100%;
  background-position: left;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.btn-wrapper a:hover {
  transform: translateY(4px); /* 下に動かす */
  box-shadow: 0 0 0 #1f8c62; /* 影を消す（沈むように） */
}
/* 押し込まれた感を出す */
.btn-wrapper a:active {
  transform: translateY(4px); /* 下に動かす */
  box-shadow: 0 0 0 #1f8c62; /* 影を消す（沈むように） */
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
  .btn-wrapper a p {
    font-size: 1.3rem;
    line-height: 43px; /* 同じにすることで縦中央に揃う */
  }
}
@media (max-width:600px) {
  .btn-wrapper a p {
    max-width: 255px;
    min-width: 255px;
    font-size: 1.1rem;
    line-height: 36px; /* 同じにすることで縦中央に揃う */
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {
  .btn-wrapper {
    margin-top: 35px;
  }
  .btn-wrapper a p {
    font-size: 16px;
    max-width: 220px;
    min-width: 220px;
    line-height: 30px; /* 同じにすることで縦中央に揃う */
  }
}
/*=========================================================
【header】ヘッダーPC
===========================================================*/
#header {
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 50;
  text-shadow: none;
/*  background-image: url("../image/color/blue-01.png");
  background-size: cover;*/
	background-color: #fff;
  transition: box-shadow 0.3s ease-in-out;
}
/* スクロール時に影を追加するクラス */
.header-shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
/* スクロール時に追加されるクラス */
/*.header-scrolled {
  background-image: url("../image/color/blue-01.png");
  background-size: cover;
}*/
.content {
  height: 2000px;
  background: linear-gradient(#f0f0f0, #ccc);
}
/**/
.h-res-container {
  display: none;
}
.pc-nav-container ul {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100px;
  width: 100%;
  padding: 10px;
}
.pc-nav-container li {
  height: 100%;
  display: flex;
  align-items: center;
}
.pc-nav-container img {
  height: 100px;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {
  #header {
    height: 80px;
  }
  .pc-nav-container {
    display: none;
  }
  .h-res-container {
    display: block;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::::::::【レスポンシブ】:::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::【ロゴ】:::::::::::::::::::::::::::::*/
.h-container {
  display: none;
}
.h-container a p {
  color: #3d6cb7;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {
  .h-container {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2%;
  }
  h1 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  h1 a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  h1 a img {
    height: 100%;
  }
  h1 {
    top: 0;
  }
  h1 a {
    font-size: 1.6rem;
  }
}
@media (max-width:450px) {
  h1 a {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  h1 a {
    font-size: 20px;
  }
}
/*:::::::::::::::::::::::::::::【メニューボタン】:::::::::::::::::::::::::::::*/
/*==================================================
　5-2-4 MENUがCLOSEに
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.h-openbtn {
  /*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: relative;
  top: 7px;
  left: -10px;
  z-index: 1001;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
/*ボタン内側*/
.h-openbtn span {
  display: inline-block;
  transition: all .4s; /*アニメーションの設定*/
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 5px;
  background: #3d6cb7;
  width: 90%;
}
.h-openbtn span:nth-of-type(1) {
  top: 10px;
}
.h-openbtn span:nth-of-type(2) {
  top: 5px;
}
.h-openbtn span:nth-of-type(3) {
  top: 15px;
}
.h-openbtn span:nth-of-type(3)::after {
  content: "menu"; /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top: 2px;
  left: 0;
  color: #3d6cb7;
  font-size: 14px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.h-openbtn.active span:nth-of-type(1) {
  top: 3px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.h-openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.h-openbtn.active span:nth-of-type(3) {
  top: 15px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.h-openbtn.active span:nth-of-type(3)::after {
  content: "close"; /*3つ目の要素のafterにClose表示を指定*/
  transform: translateY(0) rotate(-45deg);
  top: 1px;
  left: -11px;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  .h-openbtn span:nth-of-type(3)::after {
    left: -2px;
  }
}
@media (max-width:900px) {
  .h-openbtn span:nth-of-type(3)::after {
    left: -2px;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {
  .h-openbtn {
    left: 0;
  }
  .h-openbtn span:nth-of-type(3)::after {
    top: 6px;
    left: -6px;
    font-size: 16px;
  }
  .h-openbtn.active span:nth-of-type(3)::after {
    top: 2px;
    left: -15px;
  }
}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::::::::【ナビコンテナ】::::::::::::::::::::::::::*/
.h-res-container {
  position: fixed;
  z-index: 999;
  opacity: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 auto;
  overflow-y: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5);
}
.h-res-container::before {
  content: '';
  position: absolute;
  background-image: url("../image/common/cloud-right.png");
  background-position: right;
  background-size: contain;
  background-repeat: repeat;
  /*【上から出現】*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  overflow-y: hidden;
}
/*:::::【panelactiveが付与したとき】:::::*/
.h-res-container.panelactive {
  opacity: 1;
}
.h-res-container {
  display: none;
}
.h-res-container.panelactive {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  background-image: url("../image/common/back.png");
  background-size: contain;
  background-repeat: repeat;
  height: 100%;
  padding-top: 80px;
}
.h-res-container a .mark {
  display: inline-block !important;
}
/*:::::【メニュー内ロゴ】:::::*/
.nav-logo {
  width: 40%;
  margin: 0 auto;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {
  .h-res-container {
    width: 100%; /*コンテナの横幅*/
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::::::::【ナビ全体】::::::::::::::::::::::::::*/
.h-nav {
  height: 100%;
  width: 30%;
  margin-left: auto;
  position: relative;
  z-index: 999;
  font-size: 1.2rem;
  overflow-y: auto;
  background-color: #fff;
  background-image: url("../image/common/h-nav-back-01.png");
  background-size: contain;
  background-position: bottom;
  box-shadow: -1px 0 1px #9eb2a2;
}
.h-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
}
.h-nav img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.h-nav ul {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
}
.h-nav .h-menu { /*メニュー*/
  height: 100%;
}
.h-nav ul li {
  padding: 0 20px;
  width: 100%;
}
.h-nav li {
  margin-bottom: 0;
  padding: 5px 0;
  border-bottom: 1px solid #c1c1c1;
  padding-left: 30px;
  height: 100%;
  display: inline-flex !important;
  flex-direction: column;
  justify-content: center;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  .h-nav {
    width: 40%;
  }
}
@media (max-width:900px) {
  .h-nav {
    width: 45%;
  }
}
@media (max-width:600px) {
  .h-nav {
    width: 100%;
  }
  .h-nav {
    font-size: 16px;
  }
  .h-nav ul li {
    padding-left: 30px !important;
  }
}
@media (max-width:450px) {
  .h-nav .h-menu { /*メニュー*/
    height: 100%;
  }
  .h-nav .h-contact { /*コンタクト*/
    height: 50%;
  }
  .h-nav ul li {
    padding-left: 30px !important;
  }
}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::::::::【サイトメニュー】::::::::::::::::::::::::::*/
.h-menu {
  position: relative;
  z-index: 1000;
}
.h-menu li {
  color: #3d6cb7;
}
/*.header-scrolled .h-menu li {
  color: #fff;
}*/
.h-menu a {
  display: inline-block !important;
}
.h-menu li a {
  transition: color 0.5s ease, transform 0.5s ease;
  padding-left: 16px; /* 左側マークのスペース */
  position: relative;
}
.h-menu li a::before, .h-menu li a::after {
  content: "";
  color: #fff;
  font-size: 0.8em;
  display: inline-block;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
/* hover or mark のとき表示 */
.h-menu li a:hover::before {
  content: "●";
  margin-right: 8px;
  opacity: 1;
  transform: scale(1);
}
.h-menu li a:hover::after {
  content: "●";
  margin-left: 8px;
  opacity: 1;
  transform: scale(1);
}
/* 文字色・フォント変更 */
.h-menu li a:hover {
  font-weight: 800;
  color: #fff;
}
/* hover対象から .logo を除外 */
.h-menu li a.logo:hover::before, .h-menu li a.logo:hover::after {
  content: none !important;
  opacity: 0 !important;
  transform: none !important;
}
.h-menu li a.logo:hover {
  font-weight: normal !important;
  color: inherit !important;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {
  .h-menu li {
    color: #6299d7;
  }
  .h-menu li a::before, .h-menu li a::after {
    color: #6299d7;
  }
  /* 文字色・フォント変更 */
  .h-menu li a:hover {
    color: #6299d7;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::::::::【コンタクト】::::::::::::::::::::::::::*/
.h-contact li a {
  text-decoration: underline;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::::::::【ナビメニュー名前】::::::::::::::::::::::::::*/
.menu-name {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {
  .menu-name {
    font-size: 1.3rem;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*==========================================================================
main
==========================================================================*/
#main {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
/*:::::::::::::::::::::::::::::【アンカー】:::::::::::::::::::::::::::::::::*/
/* アンカーリンクが作用する要素に適用 */
.anchor-target {
  scroll-margin-top: 100px;
}
@media (max-width:900px) {}
@media (max-width:600px) {
  .anchor-target {
    scroll-margin-top: 80px !important;
  }
}
/*:::::::::::::::::::::::::::::【空白box】:::::::::::::::::::::::::::::::::*/
.empty {
  display: block;
  height: 100px;
}
@media (max-width:900px) {}
@media (max-width: 600px) {
  .empty {
    display: block;
    height: 80px;
  }
}
@media (max-width: 450px) {}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::::::::【背景】:::::::::::::::::::::::::::::::::::*/
.back, .box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/*:::::::::::【オーバーレイ】::::::::::*/
.overlay {
  position: relative;
  /*padding: 100px 0;*/
}
.overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
.overlay-box {
  position: relative;
  z-index: 5;
}
/*:::::::::::::::::::::::::::【概要マップ】:::::::::::::::::::::::::::::::::::*/
.gaiyou-map iframe {
  margin-top: 20px;
  width: 100%;
  height: 350px;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  .gaiyou-map iframe {
    height: 300px !important;
  }
}
@media (max-width:900px) {
  .gaiyou-map iframe {
    height: 250px !important;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {
  .gaiyou-map iframe {
    height: 220px !important;
  }
}
@media (max-width: 400px) {}
/*=========================================================
footer
=========================================================*/
#footer {
  position: relative;
  width: 100%;
  overflow-x: hidden;
/*  background-image: url("../image/color/blue-02.png");
  background-size: cover;
  background-repeat: repeat;*/
	background-color: #fff;
}
.footer-box {}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*::::::::::::::::::::::::【問い合わせ】:::::::::::::::::::::::*/
.f-contact-back {
  position: relative;
  background-image: url("../image/color/green-2.png");
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  padding: 5%;
}
.f-contact-back::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
}
.f-contact-width {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
  border: 5px dashed #76B3D9;
  padding: 35px 50px 75px 50px;
}
/*【タイトル】*/
.fc-title {
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.8);
}
/*【コンテンツ】*/
.f-contact-contents {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
}
/*【お問い合わせリンク】*/
.f-contact-contents ul {
  width: 60%;
  text-align: center;
  margin: 50px auto 0 auto;
}
.f-contact-contents ul li {
  background-color: #76b3dd;
  font-size: 3rem;
  margin-bottom: 30px;
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.f-contact-contents ul li:last-of-type {
  margin-bottom: 0;
}
.f-contact-contents ul li a {
  display: block;
  width: 100% !important;
  height: 100% !important;
  padding: 10px 5px 10px 10px;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
/* 背景スライド用の擬似要素 */
.f-contact-contents ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #478cb2;
  z-index: 0;
  transition: transform 0.4s ease;
}
/* ホバー時の背景スライドイン */
.f-contact-contents ul li:hover::before {
  transform: translateX(100%);
}
/* ホバー時のテキスト色と移動 */
.f-contact-contents ul li:hover {
  transform: translateX(5px);
}
.f-contact-contents ul li:hover a {
  color: #fff;
}
/*【イメージ　クマ】*/
.contact-img {
  width: 20%;
  margin: 0 auto;
}
.contact-img img {
  width: 100%;
}
@media (max-width:1500px) {
  .f-contact-width {
    padding: 10px 50px 50px 50px;
  }
  /*【お問い合わせリンク】*/
  .f-contact-contents ul {
    width: 60%;
  }
  .f-contact-contents ul li {
    font-size: 2.2rem;
  }
}
@media (max-width:1400px) {}
@media (max-width:1280px) {
  /*【お問い合わせリンク】*/
  .f-contact-contents ul {
    width: 70%;
  }
  .f-contact-contents ul li {
    font-size: 2rem;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  /*【横幅】*/
  .f-contact-width {
    padding: 10px 0 50px 0;
  }
  /*【コンテンツ】*/
  .f-contact-contents {
    padding: 0 10px;
    justify-content: space-around;
  }
}
@media (max-width:900px) {
  /*【横幅】*/
  .f-contact-width {
    padding: 10px 0 50px 0;
  }
  /*【コンテンツ】*/
  .f-contact-contents {
    padding: 0 10px;
    justify-content: space-around;
  }
  /*【お問い合わせリンク】*/
  .f-contact-contents ul li {
    font-size: 1.8rem;
  }
}
@media (max-width:600px) {
  /*【横幅】*/
  .f-contact-width {
    width: 100%;
    padding: 10px 0 0 0;
  }
  /*【お問い合わせリンク】*/
  .f-contact-contents {
    flex-direction: column;
  }
  .f-contact-contents ul {
    width: 90%;
    margin: 30px auto 0 auto;
  }
  .f-contact-contents ul li {
    font-size: 2rem;
  }
  /*【クマ】*/
  .contact-img {
    width: 35%;
    margin-top: 40px;
  }
}
@media (max-width:450px) {
  .f-contact-contents ul li {
    font-size: 1.6rem;
  }
}
@media (max-width: 400px) {
  /*【お問い合わせリンク】*/
  .f-contact-contents ul {
    margin: 0 auto;
  }
  .f-contact-contents ul li {
    font-size: 1.3rem;
  }
}
/*::::::::::::::::::::::::【footer会社概要box】:::::::::::::::::::::::*/
.f-gaiyou-box {
  position: relative;
}
.f-gaiyou-box-02 {
  margin: 50px;
  padding: 50px;
}
.f-company-info {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  margin-top: 80px;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  .f-gaiyou-box {
    flex-direction: column;
    margin: 0 auto;
  }
}
@media (max-width:900px) {
  .f-gaiyou-box {
    margin: 0 auto;
  }
}
@media (max-width:600px) {
  .f-gaiyou-box {
    flex-direction: column;
    padding: 50px 0 0 0;
  }
  .f-gaiyou-box-02 {
    padding: 0;
  }
}
@media (max-width:450px) {
  .f-gaiyou-box-02 {
    margin: 0;
  }
}
@media (max-width: 400px) {}
/*【イメージ】*/
.fi-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: auto;
}
.fi-02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: auto;
}
.fi-03 {
  display: none;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  .fi-01, .fi-02 {
    width: 50%;
  }
  .fi-box {
    padding-bottom: 50px;
  }
}
@media (max-width:900px) {
  .fi-01, .fi-02 {
    width: 50%;
  }
  .fi-box {
    padding-bottom: 50px;
  }
}
@media (max-width:600px) {
	.fi-01 {
		    width: 60%;
	}
	
	.fi-02 {
    width: 70%;
  }
}
@media (max-width:450px) {
  .fi-box {
    position: relative;
  }
		.fi-01 {
		    width: 50%;
	}
	
  .fi-02 {
    display: none;
  }
  .fi-03 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: auto;
    z-index: -1;
  }
}
@media (max-width: 400px) {}
/*【マップ】*/
iframe {
  width: 40%;
  /*隙間をなくすためのもの*/
  display: block;
  margin: 0;
}
@media (max-width:1500px) {
  iframe {
    width: 45%;
  }
}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  iframe {
    width: 100%;
  }
}
@media (max-width:900px) {
  iframe {
    width: 100%;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*【会社名ロゴ】*/
/*ロゴ*/
.f-logo {
  height: 150px;
  width: calc(150px * (500 / 176)); /* アスペクト比 500:176 */
  margin: 0 auto;
}
.f-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*【テーブル】*/
.f-company-info table {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0 auto;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) {
  /*【テーブル】*/
  .f-company-info {
    width: 100%;
    margin-top: 0;
    display: block;
  }
  .f-company-info table, .f-company-info tbody, .f-company-info tr {
    width: 100%;
    table-layout: fixed;
  }
  /*【テーブル】*/
  .f-company-info table {
    display: inline-table;
    margin-top: 30px;
  }
  .f-company-info th {
    width: 20%;
    text-align: center;
    vertical-align: top;
  }
  .f-company-info td {
    width: 80%;
  }
  .f-company-info td a {
    text-decoration: underline;
  }
}
@media (max-width:900px) {
  /*【テーブル】*/
  .f-company-info {
    width: 100%;
    margin-top: 0;
    display: block;
  }
  .f-company-info table, .f-company-info tbody, .f-company-info tr {
    width: 100%;
    table-layout: fixed;
  }
  /*【テーブル】*/
  .f-company-info table {
    display: inline-table;
    margin-top: 30px;
  }
  .f-company-info th {
    width: 20%;
    text-align: center;
    vertical-align: top;
  }
  .f-company-info td {
    width: 80%;
  }
  .f-company-info td a {
    text-decoration: underline;
  }
}
@media (max-width:600px) {
  .f-logo {
    height: auto;
    width: 90%; /* スマホで幅基準に */
    aspect-ratio: 500 / 176; /* 比率維持 */
    max-width: calc(150px * (500 / 176)); /* オプション：大きくなりすぎ防止 */
  }
}
@media (max-width:450px) {
  .f-company-info th {
    width: 26%;
  }
}
@media (max-width: 400px) {}
/*::::::::::::::::::::::::【トップボタン】::::::::::::::::::::::::::*/
/*リンクの形状*/
#page-top a {
  position: relative;
  bottom: -7px;
  right: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
  border-radius: 20px;
}
#page-top img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}
#page-top a:hover {
  /* background: #777;*/
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: /*10px*/ 0;
  bottom: 10px;
  z-index: 20;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}
@media (max-width:1500px) {
  #page-top a {
    width: 80px;
  }
}
@media (max-width:1400px) {}
@media (max-width:1300px) {
  #page-top a {
    width: 70px;
  }
}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
  #page-top a {
    width: 85px;
  }
}
@media (max-width:900px) {
  #page-top a {
    width: 80px;
  }
}
@media (max-width:600px) {
  /*リンクを右下に固定*/
  #page-top a {
    width: 65px;
  }
  @media (max-width:450px) {}
  @media (max-width: 400px) {
    #page-top a {
      width: 58px;
    }
  }
}
/*:::::::::::::::::::::【コピーライト】::::::::::::::::::::::::::*/
.copyright {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url("../image/color/blue-01.png");
  background-size: cover;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {
  .copyright {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width:450px) {
  .copyright {
    font-size: 14px;
  }
}
@media (max-width: 400px) {}