@charset "UTF-8";
/* CSS Document */
html,
body {
  font-size: 62.5%;
  word-wrap: break-word;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM,
    メイリオ, Meiryo, sans-serif;
  background: #fcfcfc;
}
body {
  font-size: 1em;
}
p {
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM,
    メイリオ, Meiryo, sans-serif;
}
a {
  color: #333333;
}
.f-notosans {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM,
    メイリオ, Meiryo;
}
/*======bootstrap拡張スタイル======*/
/*緑に白文字ボタン hoverは反転*/
.btn_custom_green {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn_custom_green:hover {
  color: #333333;
  background-color: #fff;
  border-color: #333333;
}

/*白に緑文字ボタン hoverは反転*/
.btn_custom_white {
  color: #333333;
  background-color: #fff;
  border-color: #333333;
}
.btn_custom_white:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

/*カラムのpaddingをなくす*/
.no_gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*背景緑・白文字*/
.bg_custom_green {
  background-color: #333333;
  color: #fff;
}
/*背景グレー borderなし*/
.bg_custom_gray {
  background-color: #ddd;
  border: none;
}

/*文字緑*/
.text_custom_green,
.text_custom_green:link,
.text_custom_green:hover,
.text_custom_green:active,
.text_custom_green:visited {
  color: #333333;
}

/*googlemapレスポンシブ*/
.googlemap {
  position: relative;
  min-height: 200px;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------
トップページ
--------------*/
#vegas {
  height: 110vh;
}
/*top*/
.top {
  height: 110vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /*padding: 100px 0;*/
  /*background:#333333;*/
  /*background:url('../images/background3.png'),#333333;*/
  background: url("../images/background3.png");
  /*background:#333333;*/
  background-size: cover;
  /*background-size: auto 100%;*/
  background-repeat: no-repeat;
  background-position: center center;
  /*background-blend-mode: color-burn;*/
}
.top__pagearea {
  height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/page__back.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: 5rem;
}
.top__ttl {
  max-width: 35vw;
  height: auto;
  margin-bottom: 6rem;
}
.top__box {
  /* background: #ffffff; */
  padding-top: 24vh;
  padding-bottom: 24vh;
  border-radius: 15px;
  background-image: url(../images/top_background.jpg);
  background-size: cover;
}

/* access */
.access {
  padding-bottom: 200px;
}
.access__map iframe {
  border-radius: 10px;
}
/*works*/
.works {
  min-height: 100vh;
  /*padding: 100px 0;*/
  position: relative;
  z-index: 0;
  padding-bottom: 200px;
  padding-top: 100px;
}
.works__contnent {
  padding-top: 100px;
}
.works__ttl {
  height: 50px;
  margin-bottom: 2rem;
}
/* .works::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;

  transform: skewY(-5deg);
  transform-origin: bottom left;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fcfcfc;
} */
/*news*/
.news {
  min-height: 50vh;
}
.news__ttl {
  height: 50px;
  margin-bottom: 2rem;
}
.news__dl {
  font-size: 1.6rem;
  line-height: 2;
}
.news__dt {
  font-size: 1.2rem;
  font-family: "Lato";
  font-weight: bold;
  margin-bottom: 1rem;
}
.news__dd {
  margin-bottom: 2rem;
}
.news__dd a {
  color: #111111;
  text-decoration: none;
}
.news__dd a:hover {
  opacity: 0.8;
}
.news__dd a::after {
  display: block;
  content: "more";
  width: 60px;
  border: 1px solid #333333;
  color: #333333;
  padding: 2px 2px;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1rem;
  text-decoration: none;
}
.news__dd a:hover:after {
  opacity: 0.8;
}
/*--------------
下位ページ
--------------*/
/*ページ*/
.top__page {
  padding-top: 100px;
}
/*パンくずリスト*/
.breadcrumb {
  padding: 15px 0;
  font-size: 1.4rem;
  margin-bottom: 0;
  background-color: #333333;
  color: #ffffff;
}
.breadcrumb a {
  color: #ffffff;
}
/*コンテンツ*/
.content__wrap {
  font-size: 1.6rem;
  line-height: 2;
}
.content__wrap--post {
  padding: 5rem;
  background: #ffffff;
  border: 1px solid #f3f3f3;
}
/*ブログ*/
.blog__ttl {
  height: 50px;
  margin-bottom: 2rem;
}
.blog_thumb {
  margin-bottom: 2rem;
}
.blog__dl {
  font-size: 1.6rem;
  line-height: 2;
}
.blog__dt {
  font-size: 1.2rem;
  font-family: "Lato";
  font-weight: bold;
  margin-bottom: 1rem;
}
.blog__dd {
  margin-bottom: 3rem;
}
.blog__dd a {
  color: #111111;
  text-decoration: none;
}
.blog__dd a:hover {
  opacity: 0.8;
}
.blog__dd a::after {
  display: block;
  content: "more";
  width: 60px;
  border: 1px solid #333333;
  color: #333333;
  padding: 2px 2px;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1rem;
  text-decoration: none;
}
.blog__dd a:hover:after {
  opacity: 0.8;
}
/*--------------
共通項目
--------------*/
/*common*/
h1,
h2,
h3,
h4 {
  color: #333333;
}
.common__h1--bigest {
  font-size: 6rem;
  margin-bottom: 2rem;
}
.common__h1 {
  font-size: 5rem;
  margin-bottom: 2rem;
}
.common__h1--small {
  font-size: 4rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
.common__h2--bigest {
  font-size: 6rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
.common__h2 {
  font-size: 5rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
.common__h2--svg {
  padding: 0 0 20px 1em;
  margin: -20px 0 0 0;
}
.common__h3--bigest {
  font-size: 6rem;
  margin-bottom: 2rem;
}
.common__h3 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
.common__h3--small {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.common__h4--bigest {
  font-size: 3rem;
  margin-bottom: 2rem;
}
.common__h4 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.common__h4--small {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.common__p--bigest {
  font-size: 3rem;
  font-weight: bold;
}
.common__p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 1em;
}
.common__p--small {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1em;
}
.common__subttl {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 1em;
  font-weight: bold;
}
.common__btn {
  max-width: 200px;
  font-size: 1.2rem;
  font-weight: bolder;
  font-family: "Noto Sans JP", sans-serif;
  padding: 2rem 0 1.5rem 0;
  display: inline-block;
  margin-bottom: 4rem;
  border-bottom: 2px solid #333333;
}
.common__btn a {
  color: #333333;
}
.common__btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.common__a {
  display: block;
  padding: 20px 0px;
  position: relative;
}
.common__a:hover {
  text-decoration: none;
}
.common__a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #343434;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.common__a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
/*コンテンツ*/
.content__h1--bigest,
.content__h2--bigest,
.content__h3--bigest {
  font-size: 3rem;
  /* border-left: 4px solid #333333; */
  padding: 0.5rem 0 0.5rem 0;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2rem;
  margin-top: 5rem;
}
.content__h4--bigest,
.content__h5--bigest,
.content__h6--bigest {
  font-size: 2.2rem;
  padding: 0.5rem 0 0.5rem 0;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2rem;
  margin-top: 5rem;
}

.content__h1,
.content__h2,
.content__h3 {
  font-size: 2rem;
  /* border-left: 4px solid #333333; */
  padding: 0.5rem 0 0.5rem 0;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 2rem;
  margin-top: 5rem;
}
.content__h4,
.content__h5,
.content__h6 {
  font-size: 1.6rem;
  padding: 0.5rem 0 0.5rem 0;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.content__h1--small,
.content__h2--small,
.content__h3--small {
  font-size: 2rem;
  border-left: 4px solid #333333;
  padding: 0.5rem 0 0.5rem 1rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.content__h4--small,
.content__h5--small,
.content__h6--small {
  font-size: 1.6rem;
  padding: 0.5rem 0 0.5rem 0;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.content__img {
  margin-bottom: 1rem;
}
.content__img > img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.content__ul {
  font-size: 1.6rem;
}
.content__ul li::before {
  content: "- ";
}
.content__table {
  width: 100%;
}
.content__table tr td {
  padding: 0.5rem;
}
.content__table tr th {
  padding: 1rem;
  background: #f3f3f3;
}
.content__table--line {
  width: 100%;
  margin-bottom: 5rem;
}
.content__table--line tr th {
  padding: 1rem;
  border: 1px solid #cccccc;
  background: #f3f3f3;
}
.content__table--line tr td {
  padding: 1rem;
  border: 1px solid #cccccc;
}
.content__table--line tr td.td__head {
  width: 220px;
}
.content__table--line-2 {
  width: 100%;
  margin-bottom: 5rem;
}
.content__table--line-2 tr th {
  padding: 1rem;
  border: 1px solid #cccccc;
  background: #f3f3f3;
}
.content__table--line-2 tr td {
  padding: 1rem;
  border: 1px solid #cccccc;
}

.content__table--line-2-td {
  width: 30%;
}
.totop {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #333333;
  color: #ffffff;
  border-radius: 25px;
}
/*header*/
.header__h1 {
  padding-top: 1rem;
}
.header__logo {
  width: 397px;
  height: auto;
}
/*contact*/
.contact {
  /* background: url(../images/contact__back.png); */
  height: 30vh;
  min-height: 500px;
  margin: 5rem 0 10rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__ttl {
  height: 30px;
  margin-bottom: 2rem;
}
.contact__btn {
  margin: 0 auto;
  display: block;
  width: 280px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #333333;
  border-radius: 30px;
  color: #333333;
  font-size: 1.6rem;
  font-weight: bolder;
  transition: background 0.3s;
}
.contact__btn:hover {
  background: #fcfcfc;
  color: #111111;
  transition: background 0.3s;
  text-decoration: none;
}
/*ページャー*/
.content__pager {
  margin-bottom: 5rem;
}
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  font-family: "Lato", sans-serif;
}
.pagination-box {
  display: inline-block;
}
.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
  color: #fff; /* 通常の文字色 */
  background: #333333; /* 通常の背景色 */
}
.pagination a:hover {
  color: #fcfcfc; /* マウスホバー時の文字色 */
  background: #333333; /* マウスホバー時の背景色 */
}
.pagination .current {
  padding: 10px 15px 10px 15px;
  color: #fcfcfc; /* 現在のページの文字色 */
  background: #333333; /* 現在のページの背景色 */
}
@media only screen and (max-width: 413px) {
  .pagination {
    font-size: 12px;
    line-height: 12px;
  }
  .pagination span,
  .pagination a {
    padding: 8px 10px 8px 10px;
  }
  .pagination .current {
    padding: 8px 10px 8px 10px;
  }
}
/*footer*/
.footer {
  font-weight: bold;
  line-height: 2rem;
}
.footer a {
  color: #111111;
}
.footer__logo {
  width: 200px;
  height: auto;
  margin-bottom: 1rem;
}
.subnav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Lato";
  font-weight: bolder;
  padding: 2rem 0;
}
.subnav__ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.subnav__li {
  font-size: 1.4rem;
  padding-right: 3rem;
}
.subnav__li a {
  color: #111111;
}
.subnav__li a:hover {
  opacity: 0.8;
}
.subnav__li a {
  display: block;
  padding: 20px 0px;
  position: relative;
}
.subnav__li a:hover {
  text-decoration: none;
}
.subnav__li a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #343434;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.subnav__li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.w-10 {
  width: 10%;
  height: auto;
}
.w-20 {
  width: 20%;
  height: auto;
}
.w-30 {
  width: 30%;
  height: auto;
}
.w-40 {
  width: 40%;
  height: auto;
}
.w-50 {
  width: 50%;
  height: auto;
}
.w-60 {
  width: 60%;
  height: auto;
}
.w-70 {
  width: 70%;
  height: auto;
}
.w-80 {
  width: 80%;
  height: auto;
}
.w-90 {
  width: 90%;
  height: auto;
}
.w-100 {
  width: 100%;
  height: auto;
}
/*表示切り替え*/
.sp_show {
  display: none;
}
@media (max-width: 768px) {
  .header__logo {
    width: 200px;
  }
  /*--------------
  トップページ
  --------------*/
  /*top*/
  .top {
    /* height: 100vh; */
    height: 60vh;
  }
  .top .common__h1--bigest {
    font-size: 32px;
  }
  .top__box {
    padding: 15vh 0;
    background-position: center bottom;
  }
  .top__pagearea {
    height: 10vh;
    margin-bottom: 4rem;
  }
  .top__ttl {
    max-width: 100%;
    height: auto;
    margin-bottom: 2rem;
  }
  .works {
    padding-bottom: 100px;
  }
  /*--------------
  下位ページ
  --------------*/
  /*ページ*/
  .top__page {
    padding-top: 0px;
  }
  /*パンくずリスト*/
  .breadcrumb {
    font-size: 1rem;
  }
  .content__wrap {
    font-size: 1.4rem;
  }
  .content__wrap--post {
    padding: 2rem;
  }
  /*--------------
  共通項目
  --------------*/
  /*common*/
  .common__h1--bigest {
    font-size: 5rem;
  }
  .common__h1 {
    font-size: 4rem;
  }
  .common__h2--bigest {
    font-size: 5rem;
  }
  .common__h2 {
    font-size: 2.5rem;
  }
  .common__h3--bigest {
    font-size: 4rem;
  }
  .common__h3 {
    font-size: 2rem;
  }
  .common__h3--small {
    font-size: 1.6rem;
  }
  .common__p--bigest {
    font-size: 1.6rem;
  }
  .common__p {
    font-size: 1.4rem;
  }
  .common__p--small {
    font-size: 1.2rem;
  }
  .common__subttl {
    font-size: 1.2rem;
  }
  .common__btn {
    font-size: 1.2rem;
  }
  .common__btn a {
    color: #111111;
  }
  .common__btn a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .common__a {
    padding: 10px 0px;
  }
  .content__h1--bigest,
  .content__h2--bigest,
  .content__h3--bigest,
  .content__h4--bigest,
  .content__h5--bigest,
  .content__h6--bigest {
    font-size: 2.4rem;
  }
  .content__h1,
  .content__h2,
  .content__h3,
  .content__h4,
  .content__h5,
  .content__h6 {
    font-size: 1.6rem;
  }
  .content__h1--small,
  .content__h2--small,
  .content__h3--small,
  .content__h4--small,
  .content__h5--small,
  .content__h6--small {
    font-size: 1.6rem;
  }
  .content__ul {
    font-size: 1.4rem;
  }
  .subnav__li a {
    padding: 10px 0px;
  }
  /*footer*/
  .subnav__li {
    font-size: 1.2rem;
    padding-right: 2rem;
  }
  /*テーブル*/
  .content__table {
    display: block;
  }
  .content__table tr {
    display: block;
  }
  .content__table tr td {
    display: block;
    min-width: 300px;
  }

  .content__table--line {
    display: block;
  }
  .content__table--line tr {
    display: block;
  }
  .content__table--line tr td {
    display: block;
    width: auto;
  }
  .content__table--line tr td.td__head {
    background: #cccccc;
    width: 100%;
  }
  /*NEWS*/
  .news__dl {
    font-size: 1.4rem;
  }
  .blog__dl {
    font-size: 1.4rem;
  }
  /*表示切り替え*/
  .sp_show {
    display: inherit;
  }
}

.fadein_first {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 800ms;
}
.fadein_second {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1200ms;
}
.fadein_third {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1600ms;
}
.fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 800ms;
}
.fadein2 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1600ms;
}
.fadein3 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 2400ms;
}
.fadein4 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 3200ms;
}
.fadein_first.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein_second.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein_third.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein2.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein3.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein4.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.rellax {
  position: absolute;
}
.rellax_left {
  top: 0;
  left: -50px;
}
.rellax_left_bottom {
  bottom: 0;
  left: 0;
}
.rellax_left_middle {
  bottom: 0;
  left: 0;
}
.rellax_right {
  top: 0;
  right: 0;
}
.rellax_right_bottom {
  bottom: -200px;
  right: -200px;
}
.rellax_right_middle {
  right: -500px;
  top: 500px;
}

/*ウィジェット追加*/
.widget {
  margin-top: 2rem;
  font-size: 1.6rem;
}

.tree__line--1 .tree__line--box {
  width: 80vw;
  height: auto;
}
.tree__line--2 {
  margin-bottom: 5vh;
}
.tree__line--2 .tree__line--box {
  width: 60vw;
  height: auto;
  text-align: right;
  margin-left: auto;
}

.tree__line--3 .tree__line--box {
  width: 50vw;
  height: auto;
}

.tree__line--box img {
  width: 100%;
  height: auto;
  margin-left: -60px;
}
