@charset "UTF-8";
/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=East+Sea+Dokdo&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&display=swap");
/*変数指定
=======================================================*/
/*メインカラー
--------------------------------------------*/
/*フォント
--------------------------------------------*/
/*body以下
=======================================================*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #222;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-c {
  text-align: center;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

/*display flexキッド 
=================================================*/
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 100%;
}

/*折り返し
-----------------------*/
.flx-wrp {
  flex-wrap: wrap;
}

/*逆順
-----------------------*/
.flx-rr {
  flex-direction: row-reverse;
}

/*水平方向の揃え
=================================================*/
/*初期値
-----------------------*/
.flx-strt {
  -webkit-justify-content: start;
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between）
-----------------------*/
.flx-btw {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around）
-----------------------*/
.flx-ard {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

/*水平揃え　末揃え
-----------------------*/
.flx-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*水平揃え　中央揃え
-----------------------*/
.flx-center {
  -webkit-justify-content: center;
  justify-content: center;
}

/*垂直方向の揃え
=================================================*/
/*水平揃え　上揃え
-----------------------*/
.flx-alitem-strt {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/*水平揃え　高さ揃え
-----------------------*/
.flx-alitem-strch {
  -webkit-align-items: stretch;
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え
-----------------------*/
.flx-alitem-c {
  -webkit-align-items: center;
  align-items: center;
}

/*水平揃え　下揃え
-----------------------*/
.flx-alitem-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え
-----------------------*/
.flx-alitem-base {
  -webkit-align-items: baseline;
  align-items: baseline;
}

/*複数行にした揃え方
=================================================*/
/*初期値
-----------------------*/
.flx-alcont-strt {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え
-----------------------*/
.flx-alcont-strch {
  -webkit-align-content: stretch;
  align-content: stretch;
}

/*親要素の終点から配置。下揃え
-----------------------*/
.flx-alcont-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

/*中央揃え
-----------------------*/
.flx-alcont-c {
  -webkit-align-content: center;
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-btw {
  -webkit-align-content: space-between;
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-ard {
  -webkit-align-content: space-around;
  align-content: space-around;
}

/*共通
=================================================*/
/*更新イメージの調整
----------------------------------------------- */
.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: url(../img/common/no-img.jpg) no-repeat center/cover;
  border-radius: 10px;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/*テキスト
----------------------------------------------- */
.com-txt p {
  margin-bottom: 25px;
}
.com-txt p:last-child {
  margin-bottom: 0;
}

.com-tel {
  line-height: 1;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
}
.com-tel span {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  padding-left: 20px;
}
.com-tel span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 18px;
  height: 17px;
  background: url("../img/common/tel-icon.png") no-repeat center/contain;
  margin-top: -8.5px;
}

.tel {
  font-family: "Zen Maru Gothic", serif;
}
.tel a {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.tel small {
  font-size: 12px;
}

.blk-tel {
  color: #222 !important;
}
.blk-tel span {
  color: #222 !important;
}
.blk-tel span:before {
  background: url("../img/common/tel-blk.png") no-repeat center/contain;
}

.big-tel span {
  padding-left: 35px;
  font-size: 38px;
}
.big-tel span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 25px;
  height: 25px;
  margin-top: -12.5px;
}

.direct-tel {
  line-height: 1;
}
.direct-tel .txt {
  font-size: 12px;
  display: block;
  text-align: left;
  color: #fff;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 2px;
  box-sizing: border-box;
}

.tel-coution {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.line-txt {
  position: relative;
}
.line-txt:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #f3ab3f;
}
.line-txt em {
  position: relative;
  z-index: 10;
}

.com-list li {
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  letter-spacing: 0;
}
.com-list li:before {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 14px;
  height: 14px;
  background: #222;
  border-radius: 50%;
}

/*タイトル
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
}

.title01 {
  font-size: 30px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.title02 {
  background: #1fa094;
  color: #fff;
  border-radius: 10px;
  line-height: 1.6;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 25px;
  font-size: 24px;
}

.com-title {
  line-height: 1.8;
  padding-bottom: 40px;
  background: url(../img/common/wave-icon.png) no-repeat center bottom;
  text-align: center;
  font-weight: 600;
  margin-bottom: 60px;
}
.com-title .sub,
.com-title .main {
  display: block;
}
.com-title .sub {
  font-size: 28px;
  color: #1fa094;
}
.com-title .main {
  font-size: 38px;
}

.wht-title .sub,
.wht-title .main {
  color: #fff;
}

.side-line-icon span {
  position: relative;
  padding: 0 15px;
}
.side-line-icon span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 3px;
  height: 20px;
  background: #1fa094;
  margin-top: -5px;
  transform: rotate(-25deg);
  border-radius: 5px;
}
.side-line-icon span:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 3px;
  height: 20px;
  background: #1fa094;
  margin-top: -5px;
  transform: rotate(25deg);
  border-radius: 5px;
}

.dotted-title {
  font-size: 24px;
  color: #1fa094;
  border-top: dotted #1fa094 0.2rem;
  border-bottom: dotted #1fa094 0.2rem;
  padding: 15px 10px;
  box-sizing: border-box;
  margin-bottom: 25px;
}

.dotted-btm-title {
  font-size: 24px;
  color: #222;
  border-bottom: dotted #1fa094 0.2rem;
  padding-bottom: 10px;
  box-sizing: border-box;
  margin-bottom: 25px;
}

.dotted-title-icon {
  font-size: 24px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.dotted-title-icon:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  width: 58px;
  height: 2px;
  margin-left: -29px;
  border-bottom: 2px dotted #f3ab3f;
}

.fukidashi-num {
  width: 83px;
  height: 73px;
  background: url(../img/common/num-bg.png) no-repeat center/contain;
  color: #fff;
  font-size: 28px;
  font-family: "Zen Maru Gothic", serif;
}

/*フレーム
----------------------------------------------- */
.wht-wave {
  position: relative;
}
.wht-wave:before {
  content: "";
  position: absolute;
  display: block;
  top: -34px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 34px;
  background: url(../img/common/wht-wave-frame.png) repeat-x bottom center;
}

.wave-frame {
  position: relative;
  background: #76c4d5;
}
.wave-frame:before {
  content: "";
  position: absolute;
  display: block;
  top: -34px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 34px;
  background: url(../img/common/wave-frame.png) repeat-x bottom center;
}

.com-stripe {
  background: url(../img/common/com-stripe.jpg);
}

/*ボタン
----------------------------------------------- */
.more-btn {
  background: #1fa094;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  border-radius: 10px;
  padding: 18px 20px;
  box-sizing: border-box;
  min-width: 300px;
  font-weight: 600;
  font-size: 17px;
  transition: 0.1s all ease-in;
}
.more-btn span {
  color: #fff;
}
.more-btn:hover {
  background: #f3ab3f;
}

.org-btn {
  background: #f3ab3f;
}
.org-btn:hover {
  background: #f3ab3f;
  transform: scale(1.02);
}

.arw-icon {
  position: relative;
}
.arw-icon:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  bottom: auto;
  left: auto;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-left: solid 5px #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mail-icon {
  position: relative;
  padding: 18px 70px;
}
.mail-icon span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 30px;
  width: 30px;
  height: 22px;
  background: url("../img/common/mail-icon.png") no-repeat center/contain;
  margin-top: -11px;
}

.small-mail span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 20px;
  width: 15px;
  height: 11px;
  margin-top: -5.5px;
}

.message-icon {
  position: relative;
  padding: 18px 70px;
}
.message-icon span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 30px;
  width: 28px;
  height: 28px;
  background: url("../img/common/message-icon.png") no-repeat center/contain;
  margin-top: -14px;
}

.small-message span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 20px;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
}

.instagram-icon {
  position: relative;
  padding: 18px 70px;
}
.instagram-icon span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 30px;
  width: 29px;
  height: 29px;
  background: url("../img/common/instagram-wht-icon.png") no-repeat center/contain;
  margin-top: -14.5px;
}

.outer-icon {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 25px 5px 5px;
  box-sizing: border-box;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px solid #1fa094;
}
.outer-icon:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 13px;
  height: 13px;
  background: url("../img/common/outer-icon.png") no-repeat center/contain;
  margin-top: -6px;
}
.outer-icon span {
  color: #1fa094;
}
.outer-icon:hover {
  background: rgba(31, 160, 148, 0.2);
}

.outer-wht-icon {
  position: relative;
  padding-right: 25px;
}
.outer-wht-icon:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 13px;
  height: 13px;
  background: url("../img/common/outer-wht-icon.png") no-repeat center/contain;
  margin-top: -6px;
}

/*=========================================================
	entrance
=========================================================*/
#entrance-header {
  background: #1fa094;
  height: 100px;
}
#entrance-header .hd-wrp,
#entrance-header .inbox {
  height: 100%;
}
#entrance-header .hd-l {
  position: relative;
  top: 50px;
  z-index: 10;
}
#entrance-header .hd-r {
  text-align: right;
}
#entrance-header .com-hd-r {
  display: inline-block;
  vertical-align: end;
  margin-right: 10px;
}
#entrance-header .com-hd-r:last-of-type {
  margin-right: 0;
}

.entrance-page {
  padding: 30px 0 50px;
  overflow: hidden;
  background: url(../img/common/com-stripe.jpg);
}

.entrance-page-bx {
  height: calc(100vh - 180px);
  max-width: 1400px;
  width: 100%;
  min-width: 1280px;
  margin: 0 auto;
}

.entrance-l,
.entrance-r {
  width: 49%;
}
.entrance-l a,
.entrance-r a {
  height: 100%;
  text-align: center;
  border-radius: 20px;
  box-sizing: border-box;
  border: solid 4px #1fa094;
  color: #fff;
}
.entrance-l .entrance-title,
.entrance-r .entrance-title {
  font-family: "Zen Maru Gothic", serif;
}
.entrance-l .entrance-title span,
.entrance-r .entrance-title span {
  display: block;
  font-weight: 600;
}
.entrance-l .entrance-title .sub,
.entrance-r .entrance-title .sub {
  font-size: 28px;
}
.entrance-l .entrance-title .main,
.entrance-r .entrance-title .main {
  font-size: 38px;
}

.com-entrance {
  border-radius: 20px;
  transition: 0.1s all ease-in;
  position: relative;
}
.com-entrance:hover {
  transform: scale(0.98);
}
.com-entrance .entrance-icon {
  position: absolute;
  z-index: 100;
}
.com-entrance .dolphin-icon {
  position: absolute;
  right: 25px;
  bottom: -20px;
}
.com-entrance .light-blue-fish-icon,
.com-entrance .blue-fish-icon {
  right: -50px;
  bottom: -15px;
}

.entrance-l {
  margin-right: 20px;
}
.entrance-l .com-entrance {
  height: 100%;
}

.entrance-r .com-entrance {
  height: 49%;
  width: 100%;
  margin-bottom: 2%;
}
.entrance-r .com-entrance:last-of-type {
  margin-bottom: 0;
}

#entrance-official {
  background: url(../img/entrance/entrance-official-bg.jpg) no-repeat center/cover;
}

#entrance-school {
  background: url(../img/entrance/entrance-school-bg.jpg) no-repeat center/cover;
}

#information-site {
  background: url(../img/entrance/information-site-bg.jpg) no-repeat center/cover;
}

#entrance-footer {
  height: 50px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  min-width: 1280px;
  letter-spacing: 0;
}
#entrance-footer #copyright small,
#entrance-footer #copyright a {
  color: #1fa094;
}

/*=========================================================
	header
=========================================================*/
#header {
  height: 140px;
  position: relative;
  z-index: 10;
}
#header .hd-wrp {
  width: 1080px;
  height: 100%;
  margin: 0 auto;
}
#header .hd-l {
  width: 185px;
  padding-top: 20px;
}
#header .hd-r {
  width: 760px;
}

#nav {
  padding-top: 50px;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
}
#nav li {
  min-width: 90px;
  position: relative;
}
#nav li:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 1px;
  height: 30px;
  border-left: dotted 2px #222;
  margin-top: -15px;
}
#nav li:last-of-type:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 1px;
  height: 30px;
  border-left: dotted 2px #222;
  margin-top: -15px;
}
#nav li a {
  display: block;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
}
#nav span {
  display: block;
}
#nav .icon {
  margin-bottom: 5px;
}
#nav .txt {
  font-weight: 700;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 1.5px 1.5px 0 #fff, -1.5px 1.5px 0 #fff, 1.5px -1.5px 0 #fff, -1.5px -1.5px 0 #fff;
}

/*Mainvisual
=========================================================*/
#mv {
  height: 100vh;
  min-height: 650px;
  margin-top: -140px;
  background: url(../img/mv/mv-bg.jpg) no-repeat center/cover;
  position: relative;
}
#mv .inbox {
  width: 1080px;
  height: 100%;
}
#mv #mv-topic {
  position: absolute;
  right: 0;
  bottom: 15%;
  z-index: 100;
}

/*=========================================================
	トップページ
=========================================================*/
/*共通化コンポーネント
=========================================================*/
.com-about-container .com-about-img-bx {
  width: 540px;
  position: relative;
}
.com-about-container .com-about-img-bx:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -20px;
  left: -20px;
  width: 420px;
  height: 320px;
  background: url(../img/common/com-dotted.jpg);
}
.com-about-container .com-about-img-bx .com-about-img {
  position: relative;
  z-index: 10;
}
.com-about-container .icon {
  z-index: 50;
  position: absolute;
}
.com-about-container .whale-icon {
  left: -140px;
  top: -80px;
}
.com-about-container .nautilus-icon {
  right: -30px;
  bottom: 0;
}
.com-about-container .btn-wrp {
  margin-top: 25px;
  text-align: right;
}
.com-about-container .com-about-txtbx {
  width: 500px;
}

.com-contact-topic {
  max-width: 210px;
  min-width: 180px;
  background: #1fa094;
  border-radius: 10px;
}
.com-contact-topic .com-contact-topic-bx {
  padding: 40px 18px 18px;
  position: relative;
}
.com-contact-topic .com-contact-topic-bx .com-tel {
  font-size: 24px;
  letter-spacing: 0;
}
.com-contact-topic .com-contact-topic-title {
  position: absolute;
  left: 0;
  top: -80px;
  width: 100%;
  text-align: center;
}
.com-contact-topic .com-contact-list {
  margin-top: 10px;
}
.com-contact-topic .com-contact-list li {
  width: 100%;
  margin-bottom: 10px;
}
.com-contact-topic .com-contact-list li:last-of-type {
  margin-bottom: 0;
}
.com-contact-topic .com-contact-list li .more-btn {
  width: 100%;
  min-width: initial;
  padding: 10px 0;
}

/*top-about
=========================================================*/
#top-about {
  padding: 100px 0 80px;
}

/*top-license"
=========================================================*/
#top-license {
  background: url(../img/common/fish-icon-lb.png) no-repeat left 5vw bottom 60px/24vw, url(../img/common/squid-img.png) no-repeat right 5vw bottom 100px/9vw, url(../img/top/top-license-bg.jpg) no-repeat center/cover;
  padding: 100px 0;
}
#top-license .inbox {
  position: relative;
}
#top-license .inbox .fish-icon {
  position: absolute;
  top: 0;
}
#top-license .inbox .icon-l {
  left: 0;
  top: 30px;
}
#top-license .inbox .icon-r {
  right: -75px;
}
#top-license .btn-wrp {
  margin-top: 40px;
}

.top-license-info {
  gap: 15px;
}
.top-license-info .top-license-info-item {
  width: 350px;
  text-align: center;
}
.top-license-info .txt {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.top-license-info .top-license-info-title {
  width: 339px;
  font-size: 23px;
  height: 110px;
  background: url(../img/top/top-license-info-title-bg.png) no-repeat center/contain;
  box-sizing: border-box;
  padding-bottom: 25px;
  position: relative;
  z-index: 10;
}
.top-license-info .top-license-info-title small {
  font-size: 20px;
}
.top-license-info .top-license-info-img {
  margin-top: -90px;
}

/*com-sns
=========================================================*/
.com-sns {
  padding: 100px 0;
  overflow-x: hidden;
}

.com-sns-bx {
  background: url(../img/common/com-stripe.jpg);
  border: solid 4px #1fa094;
  border-radius: 20px;
  padding: 45px 45px 45px 55px;
  box-sizing: border-box;
  position: relative;
}
.com-sns-bx .fish-icon {
  position: absolute;
}
.com-sns-bx .icon-l {
  left: -130px;
  bottom: 110px;
}
.com-sns-bx .icon-r {
  top: 50px;
  right: -125px;
}
.com-sns-bx .com-sns-l {
  width: 430px;
}
.com-sns-bx .com-sns-title {
  position: relative;
}
.com-sns-bx .com-sns-title .fukidashi {
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  text-align: center;
}
.com-sns-bx .com-sns-r {
  width: 545px;
  position: relative;
  padding-bottom: 20px;
}
.com-sns-bx .com-sns-r .btn-wrp {
  width: 340px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
.com-sns-bx .com-sns-r .follow-fukidashi {
  position: relative;
  z-index: 10;
}
.com-sns-bx .com-sns-r .follow-fukidashi img {
  position: absolute;
  left: 60px;
  top: -70px;
}

/*cta-banner
=========================================================*/
.cta-banner {
  padding: 90px 0 100px;
  background: url(../img/common/cta-bg.jpg) no-repeat center/cover;
}
.cta-banner .cta-banner-txt {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}
.cta-banner .icon {
  position: absolute;
}
.cta-banner .icon-l {
  left: -125px;
  bottom: -20px;
}
.cta-banner .icon-r {
  top: -80px;
  right: -100px;
}
.cta-banner .com-cta-contact {
  background: #fff;
  border-radius: 20px;
  margin: 0 auto 20px;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  width: 850px;
}
.cta-banner .com-cta-contact:last-of-type {
  margin-bottom: 0;
}
.cta-banner .cta-contact-box {
  width: 50%;
  position: relative;
}
.cta-banner .cta-contact-box:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 1px;
  height: 120px;
  border-left: 2px dotted #222;
  margin-top: -60px;
}
.cta-banner .cta-contact-box:last-of-type:before {
  display: none;
}
.cta-banner .cta-contact-l .com-tel-bx {
  padding-left: 40px;
}
.cta-banner .cta-contact-l .txt {
  color: #222;
  font-size: 16px;
  padding-left: 40px;
}
.cta-banner .cta-contact-l .tel {
  box-sizing: border-box;
  padding-left: 75px;
}
.cta-banner .cta-contact-l .tel a {
  font-size: 24px;
}
.cta-banner .cta-contact-l .tel small {
  font-size: 16px;
}
.cta-banner .tel-coution {
  margin-top: 30px;
  color: rgba(34, 34, 34, 0.6);
}
.cta-banner .cta-contact-r li {
  width: 300px;
  margin: 0 auto 10px;
}
.cta-banner .cta-contact-r li:last-of-type {
  margin-bottom: 0;
}

.cta-shedule-conatiner {
  text-align: center;
}
.cta-shedule-conatiner .cta-shedule-bx {
  margin-bottom: 30px;
}
.cta-shedule-conatiner .cta-shedule-dl,
.cta-shedule-conatiner .coution-txt {
  display: inline-block;
}
.cta-shedule-conatiner .cta-shedule-dl {
  font-size: 24px;
  letter-spacing: 0;
}
.cta-shedule-conatiner .cta-shedule-dl dt,
.cta-shedule-conatiner .cta-shedule-dl dd {
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
}
.cta-shedule-conatiner .cta-shedule-dl dt {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #b0b0b0;
}
.cta-shedule-conatiner .coution-txt {
  color: rgba(34, 34, 34, 0.6);
}

/*others-contents
=========================================================*/
.others-contents {
  padding: 100px 0;
}
.others-contents .coution-txt {
  margin-bottom: 50px;
}
.others-contents .others-contents-bx {
  gap: 20px;
}
.others-contents .others-contents-bx .others-contents-item {
  width: 255px;
  height: 230px;
  background: url(../img/top/others-contents-item-bg.png) no-repeat center/contain;
  transition: 0.1s all ease-in;
  text-align: center;
  position: relative;
}
.others-contents .others-contents-bx .others-contents-item:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 30px;
  left: 50%;
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-left: solid 6px #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.others-contents .others-contents-bx .others-contents-item:hover {
  transform: scale(1.05);
}
.others-contents .others-contents-bx .others-contents-item .eng {
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 50px;
  font-weight: 500;
  color: #f3ab3f;
  font-family: "East Sea Dokdo", sans-serif;
  transform: rotate(-10deg);
}
.others-contents .others-contents-bx a {
  height: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}

/*top-news
=========================================================*/
#top-news {
  padding: 100px 0;
}
#top-news .top-news-l {
  width: 300px;
  position: relative;
}
#top-news .icon {
  position: absolute;
}
#top-news .octopus-icon {
  left: -70px;
  top: 5px;
}
#top-news .top-news-title {
  position: relative;
  z-index: 10;
}
#top-news .top-news-post {
  width: 730px;
}
#top-news .top-news-item {
  border-bottom: dotted #fff 0.2rem;
}
#top-news .top-news-item .tag-time {
  line-height: 1.2;
  margin-bottom: 8px;
}
#top-news .top-news-item a {
  display: block;
  padding: 15px 10px;
  box-sizing: border-box;
  color: #fff;
  transition: 0.1s all ease-in;
}
#top-news .top-news-item a:hover {
  background: #1c8f84;
}
#top-news .top-news-item time {
  width: 115px;
  margin-top: 5px;
}
#top-news .top-news-item .tag-list {
  width: calc(100% - 115px);
}
#top-news .top-news-item .tag-list li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
  margin: 5px 8px 0 0;
  border-right: 1px solid #fff;
}

/*=========================================================
	footer
=========================================================*/
#footer .ft-container {
  padding: 85px 0;
  background: url(../img/common/ft-bg.jpg) no-repeat center/cover;
  color: #1fa094;
}
#footer .ft-l,
#footer .ft-r {
  width: 50%;
}
#footer .ft-logo {
  margin-bottom: 20px;
}
#footer .ft-address {
  margin-bottom: 20px;
}
#footer .com-worktime {
  margin-bottom: 25px;
}
#footer .com-worktime .in-dl dt,
#footer .com-worktime .in-dl dd {
  display: inline-block;
  line-height: 1.6;
}
#footer .com-worktime .in-dl dt {
  border-right: 1px solid #1c8f84;
  margin-right: 10px;
  padding-right: 10px;
}
#footer .com-link-list {
  margin-bottom: 20px;
}
#footer .com-link-list li {
  width: 180px;
  margin: 10px 10px 0 0;
}
#footer .com-link-list li:nth-child(3n) {
  margin-right: 0;
}
#footer .com-link-list li:nth-child(-n+3) {
  margin-top: 0;
}
#footer .com-link-list li:last-child {
  margin-right: 0;
}
#footer .com-link-list li a {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  border: solid 2px #fff;
  background: #1fa094;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
  transition: 0.1s all ease-in;
}
#footer .com-link-list li a:hover {
  background: #f3ab3f;
}
#footer .com-link-list li small {
  font-size: 10px;
}
#footer .sns-list li {
  margin: 5px 15px 0 0;
}
#footer .ft-sitemap-list {
  width: 145px;
  margin-right: 15px;
}
#footer .ft-sitemap-list li {
  margin-bottom: 15px;
  font-size: 16px;
}
#footer .ft-sitemap-list li a {
  color: #1c8f84;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  position: relative;
}
#footer .ft-sitemap-list li a:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -15px;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-left: solid 5px transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.1s all ease-in;
}
#footer .ft-sitemap-list li a:hover:before {
  border-left: solid 5px #1c8f84;
}
#footer .ft-sitemap-list .current a {
  position: relative;
  box-sizing: border-box;
}
#footer .ft-sitemap-list .current a:before {
  border-left: solid 5px #1c8f84;
}
#footer .sub-sitemap-copyright {
  background: #1fa094;
  padding: 5px 0 10px;
}
#footer .sub-sitemap-copyright .inbox {
  width: 1080px;
}
#footer .sub-sitemap-copyright .sub-sitemap li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#footer .sub-sitemap-copyright .sub-sitemap li:last-of-type {
  margin-right: 0;
}
#footer .sub-sitemap-copyright .sub-sitemap a {
  font-size: 12px;
  color: #fff;
}
#footer .sub-sitemap-copyright .sub-sitemap a:hover {
  color: #f3ab3f;
}
#footer .sub-sitemap-copyright .sub-sitemap .current a {
  color: #f3ab3f;
}
#footer #copyright {
  text-align: center;
}
#footer #copyright small,
#footer #copyright a {
  color: #fff;
}

#copyright {
  text-align: center;
}
#copyright small {
  font-size: 12px;
}

/*=========================================================
	下層ページ
=========================================================*/
#contents-u {
  padding: 100px 0 120px;
}

/*下層サブビジュアル
=========================================================*/
#sv {
  height: 400px;
  padding-top: 70px;
  box-sizing: border-box;
  margin-top: -140px;
  position: relative;
}
#sv:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34px;
  background: url(../img/common/wht-wave-frame.png) repeat-x bottom center;
}
#sv .sv-title {
  color: #fff;
  font-size: 38px;
}

#sv-topic {
  position: absolute;
  right: 0;
  bottom: -100px;
}

#sv.sv-news-bg {
  background: url(../img/news/sv-news-bg.jpg) no-repeat center/cover;
}

#sv.sv-contact-bg {
  background: url(../img/contact/sv-contact-bg.jpg) no-repeat center/cover;
}

#sv.sv-complete-bg {
  background: url(../img/complete/sv-complete-bg.jpg) no-repeat center/cover;
}

#sv.sv-site-bg {
  background: url(../img/site/sv-site-bg.jpg) no-repeat center/cover;
}

#sv.sv-privacy-bg {
  background: url(../img/privacy/sv-privacy-bg.jpg) no-repeat center/cover;
}

#sv.sv-notfound-bg {
  background: url(../img/notfound/sv-notfound-bg.jpg) no-repeat center/cover;
}

/*パンくず
=========================================================*/
#bread-clumb {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
#bread-clumb li {
  position: relative;
  color: #222;
  font-size: 14px;
  float: left;
  margin-right: 20px;
}
#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}
#bread-clumb li:last-child {
  margin-right: 0;
}
#bread-clumb li:last-child:after {
  display: none;
}
#bread-clumb li a {
  color: #222;
}
#bread-clumb li a:hover {
  color: #f3ab3f;
}

/*共通テーブル
=========================================================*/
.com-dl {
  border-radius: 20px;
  overflow: hidden;
}
.com-dl > .in-dl:last-of-type dt,
.com-dl > .in-dl:last-of-type dd {
  border-bottom: none;
}
.com-dl > .in-dl dt,
.com-dl > .in-dl dd {
  padding: 20px 20px;
}
.com-dl > .in-dl > dt {
  border-bottom: 1px solid #fff;
  background: #1fa094;
  color: #fff;
}
.com-dl > .in-dl > dd {
  border-bottom: 1px solid #1fa094;
  vertical-align: top;
}
.com-dl > .in-dl > dd a {
  color: #222;
}

.fish-coution-txt {
  position: relative;
  margin-bottom: 50px;
}
.fish-coution-txt .fish-icon {
  position: absolute;
}
.fish-coution-txt .icon-l {
  top: 0;
  left: -50px;
}
.fish-coution-txt .icon-r {
  top: 0;
  right: -35px;
}

/*初めての方へ
=========================================================*/
#sv.sv-beginner-bg {
  background: url(../img/beginner/sv-beginner-bg.jpg) no-repeat center/cover;
}

#about-beginner {
  padding: 100px 0 80px;
}
#about-beginner .dotted-title {
  width: 600px;
  margin: 0 auto 40px;
}

#feature {
  background: url(../img/common/fish-icon-lb.png) no-repeat left 5vw bottom 15vw/20vw, url(../img/common/squid-img.png) no-repeat right 5vw bottom 20vw/9vw, url(../img/beginner/feature-bg.jpg) no-repeat center/cover;
  padding: 100px 0;
}
#feature .inbox {
  position: relative;
}
#feature .inbox .fish-icon {
  position: absolute;
}
#feature .inbox .icon-l {
  left: -30px;
  top: 20px;
}
#feature .inbox .icon-r {
  right: -75px;
  top: -15px;
}
#feature .feature-info .feature-item {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 40px;
}
#feature .feature-info .feature-item:last-of-type {
  margin-bottom: 0;
}
#feature .feature-info .feature-item:nth-of-type(odd) .fukidashi-num {
  left: 30px;
}
#feature .feature-info .feature-item:nth-of-type(even) .fukidashi-num {
  right: 30px;
}
#feature .feature-info .feature-item-bx {
  box-sizing: border-box;
  border: solid 2px #222;
  border-radius: 20px;
  padding: 30px 35px 30px 40px;
  left: -10px;
  top: -10px;
  position: relative;
}
#feature .feature-info .fukidashi-num {
  position: absolute;
  top: -20px;
}
#feature .feature-info .feature-item-title {
  text-align: center;
}
#feature .feature-info .feature-item-title:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  bottom: auto;
  left: auto;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-left: solid 5px #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#flow {
  padding: 100px 0 50px;
}
#flow .coution-txt {
  margin-bottom: 40px;
}
#flow .flow-info {
  margin-bottom: 30px;
}
#flow .flow-item {
  margin-bottom: 30px;
  position: relative;
}
#flow .flow-item:last-of-type {
  margin-bottom: 0;
}
#flow .icon {
  position: absolute;
  z-index: 10;
}
#flow .whale-shark-icon {
  right: -100px;
  top: -45px;
}
#flow .small-fish-icon {
  left: -50px;
  bottom: 50px;
}
#flow .title02 {
  border-radius: 20px 20px 0 0;
  margin-bottom: 0;
}
#flow .flow-item-bx {
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  gap: 20px;
  border-radius: 0 0 20px 20px;
}
#flow .flow-item-detail {
  width: 245px;
  min-height: 340px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
}
#flow .flow-item-detail:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -20px;
  bottom: auto;
  left: auto;
  width: 0;
  height: 0;
  border: solid 10px transparent;
  border-left: solid 10px #1fa094;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#flow .flow-item-detail:last-of-type::before {
  display: none;
}
#flow .flow-item-detail .btn-wrp {
  margin-top: 20px;
}
#flow .flow-item-detail .btn-wrp .more-btn {
  width: 100%;
  padding: 10px;
  min-width: initial;
}
#flow .flow-item-detail .btn-wrp .more-btn span {
  font-size: 15px;
}
#flow .flow-item-detail-title {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding-bottom: 10px;
}
#flow .flow-item-detail-title:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  width: 58px;
  height: 1px;
  margin-left: -29px;
  border-bottom: 2px dotted #1fa094;
}
#flow .flow-item-detail-title span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
#flow .flow-item-detail-title .step {
  color: #1fa094;
}

#beginner-movie {
  padding: 50px 0 100px;
}
#beginner-movie .movie-iframe {
  height: 600px;
  position: relative;
}
#beginner-movie .movie-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*コース案内
=========================================================*/
#sv.sv-course-bg {
  background: url(../img/course/sv-course-bg.jpg) no-repeat center/cover;
}

.com-course {
  padding: 100px 0;
}
.com-course .course-item {
  margin-bottom: 40px;
}
.com-course .course-item:last-of-type {
  margin-bottom: 0;
}
.com-course .icon {
  position: absolute;
  z-index: 10;
}
.com-course .shell-icon {
  left: -75px;
  top: 25px;
}
.com-course .turtle-icon {
  right: -30px;
  top: -10px;
}
.com-course .manta-img {
  left: -60px;
  top: 55px;
}
.com-course .starfish-img {
  right: -20px;
  bottom: 40px;
}
.com-course .course-item-title {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
.com-course .small-shell-icon {
  position: absolute;
  right: -25px;
  bottom: -15px;
}
.com-course .course-img {
  width: 530px;
  position: relative;
}
.com-course .course-img img {
  position: relative;
  z-index: 5;
}
.com-course .course-img:before {
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -20px;
  left: -20px;
  width: 420px;
  height: 320px;
  background: url(../img/common/com-dotted.jpg);
}
.com-course .course-item-txtbx {
  width: 510px;
}
.com-course .catch-txt {
  color: #1fa094;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.com-course .btn-wrp {
  margin-top: 30px;
  text-align: right;
}

#about-tours {
  padding: 50px 0 100px;
}

/*料金表
=========================================================*/
#sv.sv-fee-bg {
  background: url(../img/fee/sv-fee-bg.jpg) no-repeat center/cover;
}

#about-fee {
  padding: 100px 0 50px;
}

.fee-detail .fee-detail-contents {
  margin-bottom: 50px;
}
.fee-detail .dotted-title {
  width: 600px;
  margin: 0 auto 30px;
  text-align: center;
}
.fee-detail .fee-detail-item {
  background: url(../img/common/com-stripe.jpg);
  margin-bottom: 20px;
  border-radius: 20px;
  border: solid 4px #1fa094;
  box-sizing: border-box;
  padding: 20px;
}
.fee-detail .fee-title-bx {
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  border-bottom: dotted #1fa094 0.2rem;
}
.fee-detail .fee-title {
  width: 700px;
}
.fee-detail .price {
  color: #1fa094;
  width: calc(100% - 700px);
  text-align: right;
}

#about-workshop {
  padding: 50px 0 100px;
}
#about-workshop .about-workshop-txt {
  text-align: center;
}

/*生徒の声
=========================================================*/
#sv.sv-voice-bg {
  background: url(../img/voice/sv-voice-bg.jpg) no-repeat center/cover;
}

#voice {
  padding: 100px 0;
}

.voice-detail .voice-detail-item {
  padding: 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border: solid 4px #1fa094;
  border-radius: 20px;
}
.voice-detail .voice-img .com-img {
  width: 340px;
  padding-top: 240px;
}
.voice-detail .voice-detail-txtbx {
  width: 655px;
}
.voice-detail .subject {
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #1fa094;
  padding: 5px 15px;
  margin-bottom: 10px;
}

/*講師紹介
=========================================================*/
#sv.sv-instructor-bg {
  background: url(../img/instructor/sv-instructor-bg.jpg) no-repeat center/cover;
}

#about-instructor {
  padding: 100px 0;
}
#about-instructor .ceo-name {
  text-align: right;
  font-weight: 700;
}

.instructor-info .com-instructor-info {
  margin: 30px 30px 0 0;
}
.instructor-info .com-instructor-info:nth-child(2n) {
  margin-right: 0;
}
.instructor-info .com-instructor-info:nth-child(-n+2) {
  margin-top: 0;
}
.instructor-info .com-instructor-info:last-child {
  margin-right: 0;
}
.instructor-info .instructor-profile {
  width: 450px;
  border-radius: 20px;
  border: solid 4px #1fa094;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
}
.instructor-info .instructor-profile .character-icon {
  position: absolute;
  left: -100px;
  bottom: -75px;
}
.instructor-info .instructor-profile .instructor-profile-title {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  background: #1fa094;
  margin-bottom: 10px;
}
.instructor-info .instructor-history {
  width: 600px;
}
.instructor-info .instructor-history .in-dl {
  border-bottom: dotted 0.2rem #1fa094;
}
.instructor-info .instructor-history dt,
.instructor-info .instructor-history dd {
  padding: 15px 2px;
  box-sizing: border-box;
}
.instructor-info .instructor-history dt {
  width: 160px;
  position: relative;
  padding-left: 23px;
  box-sizing: border-box;
}
.instructor-info .instructor-history dt:before {
  content: "";
  position: absolute;
  display: block;
  top: 23px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 14px;
  height: 14px;
  background: #222;
}
.instructor-info .instructor-history dd {
  width: calc(100% - 160px);
}

#gallery {
  padding: 100px 0 50px;
  background: url(../img/instructor/gallery-lb.png) no-repeat left 4vw bottom 15vw, url(../img/instructor/gallery-rt.png) no-repeat right 5vw top 12vw, url(../img/instructor/gallery-rb.png) no-repeat right 5vw bottom 10vw, url(../img/instructor/gallery-bg.jpg) no-repeat center/cover;
}
#gallery .gallery-catch-bx {
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
#gallery .gallery-catch {
  font-size: 24px;
}
#gallery .fish-icon {
  position: absolute;
}
#gallery .icon-l {
  top: -30px;
  left: 0;
}
#gallery .icon-r {
  top: -40px;
  right: 0;
}
#gallery .inbox {
  width: 1280px;
  background: url(../img/instructor/gallery-btm.png) no-repeat left 280px bottom;
  padding-bottom: 50px;
}
#gallery .gallery-list {
  gap: 10px;
}
#gallery .gallery-list .gallery-list-item {
  width: 310px;
}

/*店舗概要
=========================================================*/
#sv.sv-info-bg {
  background: url(../img/info/sv-info-bg.jpg) no-repeat center/cover;
}

#info .info-container {
  padding: 100px 0;
  position: relative;
}
#info .fish-icon {
  position: absolute;
  bottom: 0;
}
#info .icon-l {
  left: -150px;
}
#info .icon-r {
  right: -50px;
  bottom: 55px;
}
#info .info-dl {
  display: block;
}
#info .info-dl dt {
  width: 200px;
}
#info .info-dl dd {
  width: calc(100% - 200px);
}
#info .info-dl dd .btn-wrp {
  margin-top: 5px;
}

.googlemap {
  height: 400px;
  background: #ccc;
  position: relative;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*お知らせ一覧
=========================================================*/
/*タグ一覧
----------------------------------------------------*/
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #222;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change li a {
  border: solid 1px #1fa094;
  color: #1fa094;
  background: #fff;
}
.post-wrp .tag-change .current a {
  background: #1fa094;
}
.post-wrp .tag-change .current a span {
  color: #fff;
}
.post-wrp .all-post-list article {
  border-bottom: 1px solid #1fa094;
}
.post-wrp .all-post-list article a {
  color: #222;
}
.post-wrp .all-post-list article a .tag-name {
  margin: 3px 5px 0 0;
  border: solid 1px #1fa094;
}
.post-wrp .all-post-list article a .tag-name span {
  color: #1fa094;
}
.post-wrp .all-post-list article a time span {
  color: #1fa094;
}

/*お知らせ個別
=========================================================*/
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid #1fa094;
}
#contents-u.s-post .sb_style h2 {
  border-left: 5px solid #1fa094;
}
#contents-u.s-post .sb_style h3 {
  background: #1fa094;
  color: #fff;
}
#contents-u.s-post .sb_style h4:before {
  background: #1fa094;
}
#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}
#contents-u.s-post .sb_style h6 {
  color: #1fa094;
}
#contents-u.s-post .sb_style ul li:before {
  background: #1fa094;
}
#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: #1fa094;
}
#contents-u.s-post .sb_style a {
  color: #1fa094;
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  margin-top: 100px;
  padding-top: 10px;
  border-top: 1px solid #1fa094;
}
#contents-u.s-post .s-time-tag time {
  color: #1fa094;
  font-weight: bold;
}
#contents-u.s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 20px;
  box-sizing: border-box;
  border: solid 1px #1fa094;
  line-height: 1;
  color: #1fa094;
}
#contents-u.s-post .tag-name span {
  color: #1fa094;
}

/*お問い合わせ
=========================================================*/
.cont-dl .in-dl dt .hissu {
  background: #f3ab3f;
  color: #fff;
}
.cont-dl .in-dl dd a {
  color: #1fa094;
  border-bottom: 1px solid #1fa094;
}
.cont-dl .in-dl dd .select-wrap {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrap:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  background: #fff;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num] {
  border: solid #ccc 1px;
  background: #fff;
}
.cont-dl .in-dl dd textarea {
  border: solid #ccc 1px;
  background: #fff;
}

.contact-btn ul li #form-btn {
  font-family: "Zen Maru Gothic", serif;
  border: solid 1px #1fa094;
  background-color: #1fa094;
}
.contact-btn ul li:hover #form-btn {
  color: #1fa094;
  background: #fff;
}

/*pagenation
--------------------------------------------*/
ul.pagenation li a {
  color: #38322d;
}
ul.pagenation li.current {
  color: #fff;
  background: #1fa094;
}

/*page-btn
--------------------------------------------*/
.page-btn .left a:before {
  border-right: solid #1fa094 5px;
}
.page-btn .right a:before {
  border-left: solid #1fa094 5px;
}

/*サイトマップ
=========================================================*/
#site-map ul li {
  border-bottom: 1px solid #1fa094;
}
#site-map ul li a {
  color: #222;
}
#site-map ul li a:before {
  border-left: 8px solid #1fa094;
}
#site-map ul li a:hover {
  color: #1fa094;
}
#site-map ul li a:hover:before {
  left: 10px;
}

/*404
=========================================================*/
.not-found-txt p a {
  color: #1fa094;
}

/*リキャプチャ---------------*/
.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

/*ドロワーメニュー
------------------------------------------------------*/