@charset "utf-8";
/*================================================================
【all】
=================================================================*/
*, ::before, ::after {
  padding: 0;
  margin: 0;
}
* {
  /*max-width: 100%;*/
  box-sizing: border-box;
}
ul li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
  pointer-events: auto !important;
}
.event-none { /*このクラス名を付けたaは優先的にeventが発生しなくなる*/
  pointer-events: none !important;
}
img {
  display: block;
}
/*::::::::::::::::::::::::【全体基礎】:::::::::::::::::::::::::*/
html, body {
  /*height: 100%;*/
}
body {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 18px;
  color: #42210b;
  text-align: left;
  background-image: url("../image/common/back.png");
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
  position: relative;
}
.cloud-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-image: url("../image/common/cloud-left.png");
  background-size: contain;
  background-position: bottom left;
  background-repeat: repeat-y;
  z-index: -1;
}
.cloud-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  transform: scaleX(-1);
  background-image: url("../image/common/cloud-right.png");
  background-size: contain;
  background-position: top left;
  background-repeat: repeat-y;
  z-index: -1;
}
@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) {}
/*:::::::::::::::::::::::::::::::【改行】:::::::::::::::::::::::::::::*/
.br-1300, .br-1030, .br-pro, .br-tb, .br-600, .br-450, .br-400 {
  display: none;
}
.br-pc {
  display: inline-block;
}
@media (max-width:1300px) {
  .br-pc, .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-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-1300, .br-tb, .br-1030, .br-600, .br-450, .br-400 {
    display: none;
  }
  .br-pro {
    display: inline-block !important;
  }
}
@media (max-width:900px) {
  .br-pc, .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-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-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-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 !important;
  }
}
@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 !important;
  }
}
@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;
  margin: 50px auto;
  border-collapse: collapse;
  border: 1px solid #8C827A;
  background-color: #FFFFFF;
}
.table-01 th {
  width: 20%;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #42bfe4;
  text-align: center;
  background-color: #42bfe4;
  color: #FFFFFF;
}
.table01-first {}
.table01-last th {
  border-bottom: 1px solid #8C827A;
}
.table-01 td {
  width: 50%;
  border-bottom: 1px solid #8C827A;
  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: 2px solid #8C827A;
    margin: 30px auto;
  }
  .table-01 tr {
    display: flex;
    flex-direction: column;
  }
  .table-01 th {
    width: 100%;
    padding: 20px 5px;
  }
  .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;
  }
  .table-03 td {
    /*    padding-left: 30px;*/
  }
}
/*:::::::::::::::::::::::【テーブル（線なし）】:::::::::::::::::::::::*/
.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 */
}
tbody {
  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-color: #ffe5b4;
}
.table-05 td {
  width: auto;
  padding: 20px 20px 0 20px;
  margin-left: 40px;
  background-color: #ffe5b4;
}
.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, .table-05 tbody, .table-05 tr, .table-05 th, .table-05 td {
    display: block;
    width: 100%;
  }
  .table-05 th {
    padding: 10px 20px 5px 20px;
    background-color: transparent; /* モバイル時は背景消したければ */
  }
  .table-05 td {
    padding: 20px;
    background-color: #ffe5b4; /* これはお好み */
    border-radius: 10px;
    margin-left: 0;
  }
  .table-05 td:last-child {
    margin-bottom: 20px;
  }
}
@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 {
  text-align: center;
}
.narabi .inline {
  display: inline-block;
  text-align: left;
}
/*:::::::::::::::::::::::【クリックイベントなし】:::::::::::::::::::::*/
.no-click {
  pointer-events: none;
  cursor: default;
}
/*=========================================================
【ページタイトル】
==========================================================*/
.page-title {
  position: relative;
  padding-top: 50px;
  text-align: center;
}
.page-title p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  color: #009245;
  margin: 50px auto;
}
.page-title .animal {
  width: 100%;
}
/*【雲】*/
.kumo-left {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 5%;
  height: auto;
  width: 30%;
  opacity: 0.9;
}
.kumo-right {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 5%;
  height: auto;
  width: 30%;
  transform: scaleX(-1);
  opacity: 0.9;
}
@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 {
    margin: 0 auto 50px auto;
  }
}
@media (max-width:900px) {
  .page-title p {
    margin: 0 auto 30px;
  }
}
@media (max-width:600px) {
  /*【雲】*/
  .cloud-left {
    left: 3%;
  }
  .cloud-right {
    right: 3%;
  }
  .page-title p {
    font-size: 2.2rem;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*=========================================================
【セクションタイトル】
==========================================================*/
.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 {
  width: 80%;
  height: 150px;
  margin: 0 auto;
  text-align: center;
  background-image: url("../image/common/main-title.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.main-title h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #009245;
  position: absolute;
}
@media (max-width:1280px) {
  .main-title {
    height: 130px;
  }
  .main-title h3 {
    font-size: 1.7rem;
  }
}
@media (max-width:1024px) {
  .main-title {
    height: 110px;
  }
}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:450px) {
  .main-title {
    width: 100%;
  }
  .main-title h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 400px) {
  .main-title h3 {
    font-size: 1.2rem;
  }
}
/*==================================================================
【サブタイトル】
===================================================================*/
.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-box {
  display: inline-flex;
  justify-content: center;
  filter: drop-shadow(0 8px 2px rgba(0, 0, 0, 0.3)); /* 初期の影 */
  transition: filter 0.3s ease, transform 0.3s ease;
}
.btn-box:hover {
  transform: translateY(2px); /* 押し込む → 少し下へ */
  filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.2)); /* 影を小さくして近づける */
}
.btn-box a {
  position: relative;
  display: block;
  text-align: center;
  min-width: 200px; /* 最小サイズ（オプション） */
  max-width: 300px; /* 最大サイズ（元のサイズ） */
  height: 60px;
  background: linear-gradient(to right, #68945c, #a0c78f); /* グラデーション */
  background-size: 200% auto;
  background-position: left center;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  transition: background-position 0.5s ease, transform 0.3s ease;
  z-index: 2;
}
.btn-box a:hover {
  background-position: right center;
}
.btn-box a p {
  color: #fff;
  font-size: 1.3rem;
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {
  .btn-box a {
    height: 50px;
  }
  .btn-box a p {
    font-size: 1.1rem;
    left: 35%;
  }
}
@media (max-width: 400px) {}
/*=========================================================
【header】ヘッダーPC
===========================================================*/
/*:::::::::::::::::::【レスポンシブnavメニュー】::::::::::::::::::*/
.res-container, .res-nav-container {
  display: none;
}
/*:::::::::::::::::::::::【h-pc】::::::::::::::::::::::::*/
#header {
  position: static;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
.pc-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
h1, .h-pc-contact {
  width: 20%;
}
.pc-nav-menu {
  width: 50%;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  .pc-nav-menu {
    width: 60%;
  }
}
/*:::::::::::::::::::::【h-pcロゴ】::::::::::::::::::::::::*/
h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
h1 a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
h1 a img {
  height: 80%;
}
h1 a span {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
/*:::::::::::::::::::::::::::【h-pcナビメニュー】:::::::::::::::::::::::::*/
.pc-menu {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
.pc-menu li {
  margin: 0 15px;
  transition: transform 0.3s ease;
}
.pc-menu li a {
  position: relative;
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}
/*:::::【hover markが付いたとき】:::::::*/
/* 下線 */
.pc-menu li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #597c6e;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
/* フォント色変化 */
.pc-menu li a:hover, .pc-menu li a.mark {
  color: #597c6e;
  font-weight: bold;
}
/* 下線表示 */
.pc-menu li a:hover::after, .pc-menu li a.mark::after {
  transform: scaleX(1);
}
/* 画像追加用の疑似要素 */
.pc-menu li a::before {
  content: '';
  position: absolute;
  top: 90%;
  right: -55px; /* ←右に5pxだけ余裕を持たせる */
  transform: translateY(-90%);
  width: 50px;
  height: 50px;
  background-image: url('../image/common/nav-img.png');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease;
}
/* hover / .mark のときに画像表示 */
.pc-menu li a:hover::before, .pc-menu li a.mark::before {
  opacity: 1;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {
  .pc-menu {
    font-size: 1.3rem;
  }
}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
/*:::::::::::::::::::::【h-pcコンタクト】::::::::::::::::::::::::*/
.h-pc-contact {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
}
.h-pc-contact li {
  height: 100%;
}
.h-pc-contact a {
  height: 100%;
  display: block;
  text-align: center;
}
.h-pc-contact img {
  height: 100%;
}
/* 震えるアニメーション */
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(3px, 0);
  }
  50% {
    transform: translate(-3px, 0);
  }
  75% {
    transform: translate(3px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* hoverしたときに震える */
.h-pc-contact a:hover {
  animation: shake 0.3s linear; /* 一度だけ震える */
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
/*==========================================================================
【header】ヘッダーレスポンシブ　900px~
==========================================================================*/
@media (max-width:900px) {
  #header {
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 50;
    text-shadow: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 少し影を追加すると見栄えUP */
    background-image: url("../image/common/back.png");
    background-repeat: repeat;
  }
  .pc-container, h1, .in-nav-menu { /*pc非表示*/
    display: none;
  }
  .res-container, .res-nav-container { /*res表示*/
    display: block;
  }
  .res-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    width: 100%;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::::::::【レスロゴ】:::::::::::::::::::::::::::::*/
@media (max-width:900px) {
  h2 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2%;
  }
  h2 a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  h2 a img {
    height: 100%;
  }
  h2 a span {
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
  }
}
@media (max-width:600px) {
  h2 {
    top: 0;
  }
  h2 a {
    font-size: 1.6rem;
  }
  h2 a img {
    height: 90%;
  }
}
@media (max-width:450px) {
  h2 a {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  h2 a {
    font-size: 18px;
  }
}
/*:::::::::::::::::::::::::::::【レスボタン】:::::::::::::::::::::::::::::*/
@media (max-width:900px) {
  .res-openbtn {
    position: fixed;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 20px;
    right: 0;
    border-radius: 5px;
    z-index: 9999;
    margin-top: 0;
    margin-right: 10px;
  }
  .res-openbtn .res-openbtn-area {
    transition: all .4s;
  }
  .res-openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background: #006837;
    width: 70%;
  }
  .res-openbtn span:nth-of-type(1) {
    top: 15px;
    left: 8px;
  }
  .res-openbtn span:nth-of-type(2) {
    top: 23px;
    left: 8px;
  }
  .res-openbtn span:nth-of-type(3) {
    top: 31px;
    left: 8px;
  }
  /*:::::【回転して×に】:::::*/
  .res-openbtn.active .openbtn-area {
    transform: rotateY(-360deg);
  }
  .res-openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 8px;
    transform: translateY(6px) rotate(-135deg);
    width: 70%;
  }
  .res-openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .res-openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 8px;
    transform: translateY(-6px) rotate(135deg);
    width: 70%;
  }
  .res-openbtn.active span {
    background: #006837;
    box-shadow: none;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::::::::【レスナビコンテナ】::::::::::::::::::::::::::*/
@media (max-width:900px) {
  .res-nav-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;
    padding: 10px 0 20px 0;
    overflow-y: hidden;
    /*    background-image: url("../image/common/background.png");
    background-size: cover;*/
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5);
  }
  .res-nav-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が付与したとき】:::::*/
  .res-nav-container.panelactive {
    opacity: 1;
  }
  .res-nav-container {
    display: none;
  }
  .res-nav-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;
  }
  .res-nav-container a .mark {
    display: inline-block !important;
  }
  /*:::::【メニュー内ロゴ】:::::*/
  .nav-logo {
    width: 40%;
    margin: 0 auto;
  }
}
@media (max-width:600px) {
  .res-nav-container {
    width: 100%; /*コンテナの横幅*/
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::::::::【レスナビ全体】::::::::::::::::::::::::::*/
@media (max-width:900px) {
  .res-nav {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 999;
    font-size: 1.2rem;
  }
  .res-nav, .res-nav ul li {
    width: 100%;
  }
  .res-nav ul {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  .res-nav ul li {
    padding-left: 30px !important;
  }
  .res-nav li {
    margin-bottom: 0;
    padding: 5px 0;
    border-bottom: 2px dotted #5b2c1c;
    padding-left: 30px;
    height: 100%;
    display: inline-flex !important;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width:600px) {
  .res-nav {
    font-size: 16px;
  }
  .res-nav ul li {
    padding-left: 30px !important;
  }
}
@media (max-width:450px) {
  .res-nav ul li {
    padding-left: 10px !important;
  }
}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::::::::【レスサイトメニュー】::::::::::::::::::::::::::*/
@media (max-width:900px) {
  .res-menu {
    position: relative;
    z-index: 1000;
  }
  .res-menu li {}
  .res-menu a {
    display: inline-block !important;
  }
  /*:::::【hover markがついたとき】:::::*/
  .res-menu li a:hover {
    font-weight: 800;
  }
  .res-menu li a.mark {
    font-weight: 800;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::::::::【レスコンタクト】::::::::::::::::::::::::::*/
@media (max-width:900px) {
  .res-contact li a {
    text-decoration: underline;
  }
}
/*:::::::::::::::::::::::::::::【レスナビメニュー名前】::::::::::::::::::::::::::*/
@media (max-width:900px) {
  .menu-name {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
  }
}
@media (max-width:600px) {
  .menu-name {
    font-size: 1.3rem;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*==========================================================================
main
==========================================================================*/
#main {
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}
/*【共通バックグラウンド】*/
#main {}
/*#main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.back {
  position: relative;
  z-index: 5;

}*/
/*:::::::::::::::::::::::::::::【アンカー】:::::::::::::::::::::::::::::::::*/
/* アンカーリンクが作用する要素に適用 */
.anchor-target {
  /*scroll-margin-top: 100px;*/
}
@media (max-width:900px) {
  /*  .anchor-target {
    scroll-margin-top: 80px;
  }*/
}
/*:::::::::::::::::::::::::::::【空白box】:::::::::::::::::::::::::::::::::*/
.empty {
  /*height: 100px;*/
  display: none;
}
@media (max-width:900px) {
  .empty {
    display: block;
    height: 100px; /*あえて+20px*/
  }
}
@media (max-width:600px) {
  .empty {
    display: block;
    height: 80px; /*あえて+20px*/
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::::::::::::::::::::【背景】:::::::::::::::::::::::::::::::::::*/
.back {
  position: relative;
  /*overflow-x: hidden;*/
}
/*::::::::::::::::::::::::::::【width】::::::::::::::::::::::::::::::::::*/
/*.width {
	position: relative;
	max-width: 70%;
	margin: 0 auto;
}
@media (max-width:1500px) {
	.width {
		position: relative;
		margin: 0 auto;
	}
}
@media (max-width:1200px) {
	.width {
		position: relative;
		margin: 0 auto;
	}
}
@media (max-width:1024px) {
	.width {
		max-width: 80%;
	}
}
@media (min-height:1366px) { 
}
@media (max-width:900px) {
	.width {
		position: relative;
		max-width: 80%;
		margin: 0 auto;
	}
}
@media (max-width:600px) {
	.width {
		position: relative;
		max-width: 85%;
		margin: 0 auto;
	}
}
@media (max-width:450px) {
	.width {
		position: relative;
		max-width: 90%;
		margin: 0 auto;
	}
}

/*=========================================================
footer
=========================================================*/
#footer {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  padding-top: 300px;
}
.footer-box {
  background-color: #a4b77e;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  #footer {
    padding-top: 150px;
  }
}
@media (max-width:900px) {
  #footer {
    padding-top: 150px;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {
  #footer {
    padding-top: 100px;
  }
}
@media (max-width: 400px) {}
/*::::::::::::::::::::::::【イメージ】:::::::::::::::::::::::*/
.footer-img img {
  display: block;
  margin: 0;
  padding: 0;
}
.footer-img .hukei {
  width: 100%;
  height: auto;
}
.footer-img .bird {
  width: 10%;
  margin: 0 auto;
  height: auto;
}
.bird {
  animation: bird-float 3s ease-in-out infinite;
  position: relative; /* アニメーションで上下に動かすために必要 */
}
/* 上下にゆっくり動く */
@keyframes bird-float {
  0% {
    top: 0px;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0px;
  }
}
@media (max-width:450px) {
  .footer-img .bird {
    width: 20%;
  }
}
@media (max-width: 400px) {}
/*::::::::::::::::::::::::【問い合わせ】:::::::::::::::::::::::*/
.f-contact-back {
  position: relative;
  text-align: center;
  padding: 100px 0;
}
.f-contact-width {
  width: 70%;
  margin: 0 auto;
}
/*【コンテンツ】*/
.f-contact-contents {
  position: relative;
  padding: 50px 100px;
  background-color: #fff;
  border-radius: 100px;
}
/*【お問い合わせタイトル】*/
.f-contact-contents dt {
  font-size: 1.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
}
/*【お問い合わせテキスト】*/
.f-contact-contents p {
  margin: 70px auto 50px auto;
  line-height: 2;
  font-size: 1.2rem;
}
.f-contact-contents p a { /*こちら*/
  display: inline-block;
  font-weight: bold;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
/*【お問い合わせリンク】*/
.f-contact-contents ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin: 0 auto;
}
.f-contact-contents .fc-link { /*リンク*/
  width: 100%;
  color: #fff;
  background-color: #6a966d;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.f-contact-contents .fc-link:hover { /*リンクホバー*/
  transform: translateY(4px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.f-contact-contents a {
  display: flex;
  align-items: center;
}
.f-contact-contents img {
  height: 30px;
}
.f-contact-contents strong {
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 10px;
}
.f-contact-contents .fc-footnote {
  display: block;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 30px;
}
/*【キツネ】*/
.fox-img {
  position: absolute;
  bottom: 0;
  right: 100px;
}
@media (max-width:1500px) {
  .f-contact-width {
    width: 80%;
  }
  /*【お問い合わせリンク】*/
  .f-contact-contents ul {
    width: 70%;
  }
}
@media (max-width:1400px) {}
@media (max-width:1280px) {
  /*【お問い合わせリンク】*/
  .f-contact-contents ul {
    width: 80%;
  }
  /*【キツネ】*/
  .fox-img {
    right: 40px;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  .f-contact-back {
    padding: 50px 0;
  }
  .f-contact-back {
    padding-bottom: 0;
  }
  /*【コンテンツ】*/
  .f-contact-contents {
    padding: 50px 80px;
  }
  /*【お問い合わせリンク】*/
  .f-contact-contents ul {
    width: 100%;
  }
  /*【キツネ】*/
  .fox-img {
    width: 30%;
    bottom: -150px;
    right: 0;
  }
}
@media (max-width:900px) {
  .f-contact-back {
    padding: 50px 0;
  }
  .f-contact-back {
    padding-bottom: 0;
  }
  /*【コンテンツ】*/
  .f-contact-contents {
    padding: 50px;
  }
  /*【お問い合わせリンク】*/
  .f-contact-contents ul {
    width: 100%;
  }
  /*【キツネ】*/
  .fox-img {
    width: 30%;
    bottom: -100px;
    right: 0;
  }
}
@media (max-width:600px) {
  /*【コンテンツ】*/
  .f-contact-contents {
    padding: 50px 15px;
    background-color: #fff;
    border-radius: 100px;
  }
  /*【お問い合わせテキスト】*/
  .f-contact-contents p {
    margin: 50px auto;
    font-size: 16px;
    text-align: justify;
  }
  /*【お問い合わせリンク】*/
  .f-contact-contents strong {
    font-size: 18px;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {
  /*【お問い合わせタイトル】*/
  .f-contact-contents dt {
    font-size: 1.5rem;
  }
  /*【お問い合わせテキスト】*/
  .f-contact-contents p {
    font-size: 15px;
  }
  .f-contact-contents strong {
    font-size: 16px;
  }
}
/*::::::::::::::::::::::::【footer会社概要box】:::::::::::::::::::::::*/
.f-gaiyou-box {
  width: 70%;
  margin: 50px auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 100px;
  background-color: #fff;
  border-radius: 100px;
}
.f-company-info {
  width: 60%;
}
/*【マップ】*/
iframe {
  width: 40%;
  height: 350px;
  border-radius: 100px;
}
@media (max-width:1500px) {
  .f-gaiyou-box {
    width: 80%;
    justify-content: space-between;
  }
  .f-company-info {
    width: 45%;
  }
  /*【マップ】*/
  iframe {
    width: 45%;
  }
}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  .f-gaiyou-box {
    flex-direction: column;
    margin: 0 auto;
    margin-top: 100px;
  }
  .f-company-info {
    width: 100%;
  }
  /*【マップ】*/
  iframe {
    margin-top: 50px;
    width: 100%;
  }
}
@media (max-width:900px) {
  .f-gaiyou-box {
    flex-direction: column;
    margin: 0 auto;
    margin-top: 100px;
    padding: 100px 50px;
  }
  .f-company-info {
    width: 100%;
  }
  /*【マップ】*/
  iframe {
    margin-top: 50px;
    width: 100%;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {
  .f-gaiyou-box {
    width: 90%;
    flex-direction: column;
    padding: 50px 15px;
  }
}
@media (max-width: 400px) {}
/*::::::::::::::::::::::::::::【footer会社概要】:::::::::::::::::::::::::::*/
.f-company-info {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/*【会社名】*/
.f-company-info h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
}
.f-company-info h3 span {
  font-size: 1.8rem;
  margin-left: 10px;
}
/*【テーブル】*/
.f-company-info table {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0 auto;
}
/*【アイコンリスト】*/
.link-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.link-list img {
  height: 80px;
  margin: 0 20px;
}
/*【概要　鳥】*/
.gaiyou-bird {
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 100px;
  height: 100px;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) {
  /*【会社名】*/
  .f-company-info h3 {
    text-align: center;
  }
  .f-company-info h3 span {
    font-size: 1.8rem;
    margin-left: 10px;
  }
  /*【テーブル】*/
  .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;
  }
  /*【アイコンリスト】*/
  .link-list img {
    height: 60px;
  }
  /*【概要　鳥】*/
  .gaiyou-bird {
    display: none;
  }
}
@media (max-width:900px) {
  /*【会社名】*/
  .f-company-info h3 {
    text-align: center;
  }
  .f-company-info h3 span {
    font-size: 1.8rem;
    margin-left: 10px;
  }
  /*【テーブル】*/
  .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;
  }
  /*【アイコンリスト】*/
  .link-list img {
    height: 60px;
  }
  /*【概要　鳥】*/
  .gaiyou-bird {
    display: none;
  }
}
@media (max-width:600px) {
  /*【会社名】*/
  .f-company-info h3 {
    font-family: "Kosugi Maru", sans-serif;
    font-weight: bold;
    font-size: 1.2em;
  }
  .f-company-info h3 span {
    font-size: 1.6rem;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*::::::::::::::::::::::::【トップボタン】::::::::::::::::::::::::::*/
/*リンクの形状*/
#page-top a {
  position: relative;
  bottom: 10px;
  right: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  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: 90px;
  height: auto;
  padding-bottom: 10px;
}
#page-top span {
  font-size: 1.3rem;
  position: absolute;
  bottom: -5px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  text-shadow: 2px 2px 1px white;
}
#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:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
  #page-top img {
    width: 90px;
  }
}
@media (max-width:600px) {
  #page-top a {
    width: 80px;
    bottom: 15px
  }
  #page-top img {
    width: 80px;
  }
  #page-top span {
    bottom: -20px;
  }
  @media (max-width:450px) {}
  @media (max-width: 400px) {}
}
/*:::::::::::::::::::::【コピーライト】::::::::::::::::::::::::::*/
.copyright {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@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) {}
@media (max-width: 400px) {}
/*:::::::::::::::::::::【背景(グラデーション)】:::::::::::::::::::::::::::::*/
/*body {
  background-attachment: fixed;
  background: linear-gradient(45deg, rgba(0, 0, 255, 0.2), rgba(173, 216, 230, 0.5), rgba(255, 255, 255, 0.5));
  background-size: 500% 500%;
  animation: bggradient 20s ease infinite;
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}*/