@charset "UTF-8";
/*--------------- ▽ 以下共通スタイル ▽ ---------------*/
/*--------------- ▽ 変数設定 ▽ ---------------*/
/*メインカラー*/
/*フォント*/
/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ body以下 ▽ ---------------*/
html {
  font-size: 62.5%;
}

body {
  min-width: 1280px;
  letter-spacing: 0.01em;
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Shippori Mincho B1", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #444444;
  background: url(../img/common/pat01.jpg) repeat;
}

.pc-none {
  display: none !important;
}

.inbox {
  width: 1080px;
  margin: 0 auto;
}

.maxbox {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

a[href^="tel:"] {
  pointer-events: none;
}

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

.left {
  float: left;
}

.right {
  float: right;
}

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

a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.over-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.over-text3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/*--------------- ▽ 更新画像 ▽ ---------------*/
/*更新イメージの調整*/
.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
     object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.noimg {
  background: #eee;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.noimg::after {
  position: absolute;
  content: "";
  background: url(../img/common/noimages-logo.png) no-repeat;
  width: 200px;
  height: 40px;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  z-index: -1;
}

/*--------------- △ 更新画像 △ ---------------*/
/*--------------- ▽ 共通テキスト ▽ ---------------*/
.com-text p {
  line-height: 2.8;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
.com-text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .com-text p br {
    display: none;
  }
}

/*------------------------------
タイトルベース
-------------------------------*/
h3, h4, h5, h6 {
  position: relative;
}

.top-title-base {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  letter-spacing: 0.38em;
}

.top-sec-title {
  font-size: 3rem;
}

.sub-sec-title {
  font-size: 3rem;
}

.sub-title-base {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  letter-spacing: 0.38em;
}

/*------------------------------
タイトルスタイル
-------------------------------*/
/*下層共通スタイル*/
.title-style01 {
  text-align: center;
  border-bottom: 1px solid #37a2cf;
  color: #37a2cf;
  padding-bottom: 15px;
  margin-bottom: 50px;
  font-size: 3.4rem;
}

.title-style02 {
  text-align: left;
  border-left: 4px solid #37a2cf;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
  font-size: 2.6rem;
  line-height: 1.5;
}

/*下層共通スタイルここまで*/
.title-style03 {
  writing-mode: vertical-lr;
  text-align: start;
  letter-spacing: 0.38em;
  display: block;
}
.title-style03 .deco {
  position: relative;
  display: block;
}
.title-style03 .deco::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco01.png) no-repeat;
  width: 20px;
  height: 20px;
  bottom: -50px;
  left: 0;
  margin: auto;
  right: 0;
}
.title-style03::before {
  position: absolute;
  content: "";
  background: #37a2cf;
  width: 1px;
  height: 90px;
  left: 0;
  margin: auto;
  right: 0;
  top: -120px;
}

.title-style03-wh {
  writing-mode: vertical-lr;
  text-align: start;
  letter-spacing: 0.38em;
  display: block;
}
.title-style03-wh .deco {
  position: relative;
  display: block;
  color: #fff;
}
.title-style03-wh .deco::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco01-wh.png) no-repeat;
  width: 20px;
  height: 20px;
  bottom: -50px;
  left: 0;
  margin: auto;
  right: 0;
}
.title-style03-wh::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 90px;
  left: 0;
  margin: auto;
  right: 0;
  top: -120px;
}

.title-style04 {
  text-align: center;
  letter-spacing: 0.38em;
  display: block;
  margin: 0 auto 60px;
}
.title-style04 .deco {
  position: relative;
  display: block;
  padding-bottom: 50px;
}
.title-style04 .deco::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco01.png) no-repeat;
  width: 20px;
  height: 20px;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
}
.title-style04::before {
  position: absolute;
  content: "";
  background: #37a2cf;
  width: 1px;
  height: 90px;
  left: 0;
  margin: auto;
  right: 0;
  top: -120px;
}

.title-style05 {
  font-size: 1.6rem;
  position: relative;
  display: block;
  padding-bottom: 15px;
  background: url(../img/common/deco-line-yoko-blue.png) repeat-x center bottom;
  letter-spacing: 0.1em;
}
.title-style05 .deco {
  position: relative;
  display: block;
  padding-left: 40px;
}
.title-style05 .deco::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco01.png) no-repeat;
  width: 20px;
  height: 20px;
  bottom: 0;
  margin: auto;
  left: 0;
  top: 0;
}

.title-style06 {
  position: relative;
  display: block;
  background: url(../img/common/pat04.jpg) repeat;
  padding: 5px 30px;
  box-sizing: border-box;
  color: #fff;
  font-size: 2rem;
}

/*--------------- △ 共通テキスト △ ---------------*/
/*--------------- ▽ 共通パーツ ▽ ---------------*/
/*--------------- ▼ リンク ▼ ---------------*/
.link-style01 {
  color: #37a2cf !important;
  border-bottom: 1px solid;
}

/*--------------- ▲ リンク　▲ ---------------*/
/*--------------- ▼ button ▼ ---------------*/
.button-style01 {
  position: relative;
  display: block;
  padding: 12px 60px;
  box-sizing: border-box;
  border: 1px solid #37a2cf;
  width: -moz-fit-content;
  width: fit-content;
}
.button-style01 .wrap {
  color: #37a2cf;
}
.button-style01:hover {
  background: #37a2cf;
}
.button-style01:hover .wrap {
  color: #fff;
}

.button-style01-wh {
  position: relative;
  display: block;
  padding: 12px 60px;
  box-sizing: border-box;
  border: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.button-style01-wh .wrap {
  color: #fff;
}
.button-style01-wh:hover {
  background: #fff;
}
.button-style01-wh:hover .wrap {
  color: #37a2cf;
}

/*--------------- ▲ button ▲ ---------------*/
/*--------------- ▼ box-style ▼ ---------------*/
.box-style01 {
  background: url(../img/common/deco-line-tate-wh.png) repeat-y center left 5px, url(../img/common/deco-line-tate-wh.png) repeat-y center right 5px, url(../img/common/pat04.jpg) repeat center center/cover;
  color: #fff;
  padding: 18px;
  box-sizing: border-box;
}

.box-style02 {
  box-shadow: 0 0 10px 10px rgba(51, 51, 51, 0.05);
}
.box-style02 .wrap {
  padding: 50px;
  box-sizing: border-box;
  position: relative;
  background: url(../img/common/deco-line-tate-blue.png) repeat-y left center, url(../img/common/deco-line-tate-blue.png) repeat-y right center, url(../img/common/deco-line-yoko-blue.png) repeat-x top center, url(../img/common/deco-line-yoko-blue.png) repeat-x bottom center, url(../img/about/about-lead-textbox-deco-r.png) no-repeat right bottom, url(../img/common/pat01.jpg) repeat center center/cover;
  box-shadow: 0 0 0 5px #fff;
}

/*--------------- ▲ box-style ▲ ---------------*/
/*--------------- ▼  ▼ ---------------*/
/*--------------- ▲  ▲ ---------------*/
/*--------------- ▼  ▼ ---------------*/
/*--------------- ▲  ▲ ---------------*/
/*--------------- ▼ テーブル ▼ ---------------*/
.table-style01 table {
  width: 100%;
}
.table-style01 tr {
  border-bottom: 1px solid #fff;
}
.table-style01 tr:first-child {
  border-top: 1px solid #fff;
}
.table-style01 th {
  color: #fff;
  padding: 25px;
  box-sizing: border-box;
}
.table-style01 td {
  color: #fff;
  padding: 25px;
  box-sizing: border-box;
}

.table-style02 table {
  width: 100%;
}
.table-style02 tr {
  border-bottom: 1px solid #37a2cf;
}
.table-style02 tr:first-child {
  border-top: 1px solid #37a2cf;
}
.table-style02 th {
  color: #37a2cf;
  padding: 25px;
  box-sizing: border-box;
}
.table-style02 td {
  padding: 25px;
  box-sizing: border-box;
}

.com-dl .in-dl,
.com-dl dd,
.com-dl dt {
  box-sizing: border-box;
}
.com-dl > .in-dl {
  border-bottom: 1px solid #ccc;
}
.com-dl > .in-dl:nth-child(1) {
  border-top: 1px solid #ccc;
}
.com-dl > .in-dl > dt,
.com-dl > .in-dl > dd {
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 20px;
}
.com-dl > .in-dl > dt {
  width: 300px;
  background: #f2f2f2;
}
.com-dl > .in-dl > dd {
  width: 780px;
  vertical-align: top;
}
.com-dl > .in-dl > dd a {
  color: #444444;
}

/*--------------- ▲ テーブル ▲ ---------------*/
/*--------------- △ 共通パーツ △ ---------------*/
/*--------------- ▽ flex ▽ ---------------*/
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------- △ flex △ ---------------*/
/*--------------- ▽ com-news ▽ ---------------*/
.com-news .news-list {
  box-sizing: border-box;
  width: 100%;
}
.com-news .news-item {
  margin-bottom: 10px;
}
.com-news .news-item:last-child {
  margin-bottom: 0;
}
.com-news .news-item-text {
  margin-bottom: 15px;
}
.com-news .news-item a {
  padding: 15px;
  box-sizing: border-box;
  border-bottom: 1px dotted #fff;
  display: block;
  line-height: 1;
  color: #444444;
  transition: all 0.3s ease;
}
.com-news .news-item a:hover {
  color: #37a2cf;
}
.com-news .news-post-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.com-news .news-post-time {
  background: #37a2cf;
  margin-right: 20px;
  padding: 5px 10px;
  line-height: 1;
  display: block;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
}

.news-tag {
  color: #37a2cf;
  font-size: 1.3rem;
}
.news-tag .tag {
  padding: 0 10px;
  box-sizing: border-box;
  border-right: 1px solid #444444;
}
.news-tag .tag:last-child {
  border: none;
}

/*--------------- △ com-news △ ---------------*/
/*--------------- ▽ ページネーション ▽ ---------------*/
ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.pagenation {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px;
}
ul.pagenation li a {
  width: 45px;
  height: 45px;
  font-size: 17px;
  color: #38322d;
}
ul.pagenation li.current {
  width: 45px;
  height: 45px;
  font-size: 20px;
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  background: #37a2cf;
}

/*--------------- △ ページネーション △ ---------------*/
/*--------------- ▽ ページボタン ▽ ---------------*/
.page-btn {
  position: relative;
  margin-top: 30px;
}
.page-btn a {
  position: relative;
  font-weight: bold;
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
.page-btn .right a,
.page-btn .left a {
  font-size: 16px;
}
.page-btn .right a:before,
.page-btn .left a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -5px;
  box-sizing: border-box;
}
.page-btn .left {
  left: 0;
}
.page-btn .left a {
  position: relative;
  padding-left: 20px;
}
.page-btn .left a:before {
  left: 0;
  border: solid 5px transparent;
  border-right: solid #37a2cf 5px;
}
.page-btn .right {
  right: 0;
}
.page-btn .right a {
  position: relative;
  padding-right: 20px;
}
.page-btn .right a:before {
  right: 0;
  border: solid 5px transparent;
  border-left: solid #37a2cf 5px;
}

/*--------------- △ ページボタン △ ---------------*/
/*--------------- ▽ プライバシーポリシー ▽ ---------------*/
.privacy .privacy-box {
  margin-bottom: 50px;
}
.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

.privacy .privacy-link {
  color: #37a2cf;
  border-bottom: 2px solid #37a2cf;
}

/*--------------- △ プライバシーポリシー △ ---------------*/
/*--------------- ▽ サイトマップ ▽ ---------------*/
#site-map ul li a {
  box-sizing: border-box;
  display: block;
  padding: 15px 0 15px 35px;
  position: relative;
  font-weight: bold;
  transition: 0.3s;
  color: #444444;
}
#site-map ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -8px;
  border: solid 8px transparent;
  transition: 0.3s;
  border-left: 8px solid #37a2cf;
}
#site-map ul li a:hover {
  color: #37a2cf;
}
#site-map ul li a:hover:before {
  left: 10px;
}

/*--------------- △ サイトマップ △ ---------------*/
/*--------------- ▽ お問い合わせ ▽ ---------------*/
.error-text {
  color: #f44336;
}

.cont-dl {
  margin-bottom: 40px;
}
.cont-dl .in-dl dt,
.cont-dl .in-dl dd {
  font-size: 15px;
}
.cont-dl .in-dl dt {
  width: 320px;
  position: relative;
  vertical-align: top;
  background: #37a2cf;
}
.cont-dl .in-dl dt .hissu {
  line-height: 1;
  padding: 2px 8px;
  position: absolute;
  right: 0;
  font-size: 13px;
}
.cont-dl .in-dl dd {
  width: 760px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num] {
  width: 100%;
  padding: 5px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}

.contact-btn ul {
  text-align: center;
}
.contact-btn ul li {
  display: inline-block;
  position: relative;
  margin-right: 40px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 3px;
  cursor: pointer;
  padding: 25px 0;
  transition: 0.3s;
  font-weight: bold;
  border: solid 1px #37a2cf;
  background-color: #37a2cf;
}
.contact-btn ul li:hover #form-btn {
  color: #37a2cf;
  background: #fff;
}
.contact-btn ul li:last-child {
  margin-right: 0;
}

/*--------------- △ お問い合わせ △ ---------------*/
/*--------------- ▽ 404エラー ▽ ---------------*/
.not-found-txt {
  text-align: center;
}
.not-found-txt p {
  font-size: 16px;
  line-height: 1.8;
}
.not-found-txt p a {
  font-weight: bold;
  color: #37a2cf;
}

/*リキャプチャ---------------*/
.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;
}

/*--------------- △ 404エラー △ ---------------*//*# sourceMappingURL=common.css.map */