@charset "utf-8";

/*	レイアウト
---------------------------------*/
html {
  font-size: 62.5%;
}
body {
  position: relative;
  padding: 192px 0 0;
  width: 100%;
  line-height: 1.6;
  color: #232121;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 400;
}
#wrapper {
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  body {
    padding: 105px 0 0;
  }
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
}

/*	ヘッダー
---------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  line-height: 1;
  z-index: 1010;
}
.hd-inr {
  margin: 0 auto;
  padding: 20px 0 15px;
  width: 100%;
  max-width: 1440px;
}
.hd-logo {
  position: relative;
  margin: 0;
  padding: 0;
}
.hd-logo h2 {
  margin-top: 15px;
  font-size: 1.2rem;
}
.hd-logo h1 {
  position: absolute;
  width: 50vw;
  top: -20px;
  left: 10px;
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 1.3;
}
.hd-info {
  width: 70%;
  flex-direction: column;
  align-items: flex-end;
}
.hd-tel {
  margin: 0;
}

.hd-tel__num {
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  position: relative;
}

.hd-tel__inner {
  text-align: center;
}

.hd-tel__num:before {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: -30px;
  width: 23px;
  height: 23px;
  background: no-repeat center center;
  background-image: url(../img/cmn/tel.png);
  background-size: contain;
}

.hd-tel__txt {
  margin-top: -12px;
  font-size: 14px;
}

.hd-contact {
  padding: 0;
}
.hd-contact-box {
  width: 100%;
  display: flex;
  align-items: center;
}
.hd-mail {
  position: relative;

  width: 170px;
  height: 30px;
  margin-left: 16px;
}
.hd-mail a {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 0 18px;
  width: 100%;
  height: 100%;
  background: #ff7200;
  color: white;

  text-align: center;
}
.hd-mail.line a {
  background: #70ae20;
}
.hd-mail a span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.hd-mail a span::before {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 22px;
  height: 19px;
  background: no-repeat center center;
  background-image: url(../img/cmn/icon_mail.png);
  background-size: contain;
}
.hd-mail.line a span::before {
  top: calc(50% - 14px);
  left: 0;
  width: 31px;
  height: 29px;
  background: no-repeat center center;
  background-image: url(../img/cmn/icon_line.png);
  background-size: contain;
}

@media screen and (max-width: 1440px) {
  .hd-logo {
    padding: 0 0 0 15px;
  }
}
@media screen and (max-width: 1870px) {
}
@media screen and (max-width: 1279px) {
  .hd-logo {
    padding: 0 10px;
    width: 20vw;

    margin-top: 30px;
    min-width: 200px;
  }
  .hd-logo h1 {
    top: -30px;
  }
  .hd-logo p {
    display: none;
  }
  .hd-inr {
    padding: 15px 0;
  }
  .hd-info {
  }
  .hd-tel {
    display: block;
    margin: 0 10px 0 0;
    padding: 0;
    width: 40px;
    height: 40px;
  }

  .hd-tel a {
    display: block;
    position: relative;
    padding: 0;
    width: 40px;
    height: 40px;
    background: rgb(255, 255, 255);
    border: 2px solid #121212;
  }
  .hd-tel__num a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 20px;
    height: 20px;
    background: url(../img/cmn/icon_tel.png) no-repeat center center;
    background-size: contain;
  }

  .hd-tel__num:before {
    left: 8px;
  }
  .hd-tel a span,
  .hd-tel__txt {
    display: none;
  }
  .hd-contact {
    position: relative;
    width: auto;
    height: auto;
    margin-right: 55px;
  }
  .hd-contact-box {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: 0;
  }
  .hd-contact p {
    display: none;
  }
  .hd-mail {
    display: block;
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
  }
  .hd-mail.line {
    margin: 0 65px 0 0;
  }
  .hd-mail a {
    display: block;
    position: relative;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 0;
  }
  .hd-mail a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 20px;
    height: 20px;
    background: url(../img/cmn/mail.png) no-repeat center center;
    background-size: contain;
  }

  .hd-mail img {
    display: none;
  }
  .hd-mail a span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hd-info {
    padding: 0;
  }
  .hd-logo {
    width: 100px;
  }
  .hd-info {
    width: 43%;
  }

  .hd-contact {
    margin-right: 20px;
  }
  .hd-logo h1 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .hd-logo {
    min-width: 185px;
  }
  .hd-logo h1 {
    top: -45px;
  }
  .hd-contact {
    margin-right: 10px;
  }
}

/*	フッター
---------------------------------*/
footer {
  position: relative;
  padding: 0;
}
.ft-inr {
  padding: 50px 0 70px;
}
.ft-logo {
}
.ft-guide__add {
  font-size: 1.2rem;
}
.ft-guide {
  width: 800px;
  margin: 0 auto;
  max-width: 90%;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: solid rgb(198, 198, 198) 1px;
}
.ft-nav ul {
  margin-left: 0px;
  display: flex;
}
.ft-nav ul li {
  font-size: 13px;
  font-weight: 700;
  padding: 0 10px;
  position: relative;
}
.ft-nav ul li::before {
  position: absolute;
  content: "";
  height: 70%;
  width: 1px;
  background-color: gray;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ft-nav ul li:nth-of-type(1)::before {
  display: none;
}
.ft-nav ul li.child {
  font-size: 1.5rem;
  font-weight: 400;
}
.ft-nav ul li {
  margin-top: 15px;
}
.ft-nav ul li + li.child {
  margin-top: 20px;
}
.ft-nav ul li.child + li.child {
  margin-top: 15px;
}
.ft-endline {
  height: 50px;
  background-color: #007b37;
  color: white;
}
.ft-copyright {
  padding: 0;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 1.2rem;
}

.btn-pagetop {
  bottom: 70px !important;
}
@media screen and (max-width: 1279px) {
  footer {
    position: relative;
    padding: 0;
  }
  .ft-inr .contents-inr {
    display: block;
  }
  .ft-guide {
  }
  .ft-nav {
    padding: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  footer {
    position: relative;
    padding: 0;
  }
  .ft-inr {
    display: block;
  }

  .ft-nav ul li {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    position: relative;
    padding: 0;
  }
  .ft-inr {
    padding: 30px 0 20px;
  }
  .ft-logo {
    margin: 0 auto 15px;
    max-width: 200px;
  }
  .ft-guide__tel-txt {
    margin-bottom: 20px;
  }
  .ft-map {
    margin: 0 auto;
    width: 100%;
  }
  .ft-map figure {
    position: relative;
    padding-top: 55%;
  }
  .ft-map figure iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ft-nav {
    display: none;
  }
  .ft-endline {
    padding: 0 0 25px;
  }
  .ft-copyright {
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
  }
  .btn-pagetop {
    width: 50px;
  }
  .ft-guide {
    flex-direction: column;
    align-items: center;
  }
}

/*	グローバナビ（PC用）
---------------------------------*/
.pc-nav {
  line-height: 1;
}
.pc-nav > ul {
  padding: 10px 0px 10px 0px;
  max-width: 1440px;
  margin: 0 auto;
}
.pc-nav > ul > li {
  position: relative;
  padding: 0 80px;
  height: 60px;
}

.pc-nav > ul > li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;

  width: 1px;
  height: 80%;
  border: 1px solid #a9a9a9;
}
.pc-nav > ul > li.first::before {
  display: none;
}
.pc-nav > ul > li.last::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 80%;
  border: 1px solid #a9a9a9;
}
.pc-nav > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 400;
}
.pc-nav > ul > li > a span {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.4s;
}
.pc-nav > ul > li .subtitle {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #007b37;
  font-size: 10px;
}
.pc-nav > ul > li.current a,
.pc-nav > ul > li a:hover {
  opacity: 1;
}
.pc-nav > ul > li.parent div {
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  padding: 20px 10px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pc-nav > ul > li.parent div ul {
  display: inline-block;
}
.pc-nav > ul > li.parent div li + li {
  margin-top: 20px;
}
.pc-nav > ul > li.parent div li a {
  display: block;
  white-space: nowrap;
  font-size: 14px;
}
.pc-nav > ul > li.parent:hover div {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .pc-nav > ul > li {
    padding: 0 70px;
  }
}
@media screen and (max-width: 1279px) {
  .pc-nav {
    display: none;
  }
}

/*	グローバナビ（スマホ用）
---------------------------------*/
header .navToggle,
header nav.sp-nav {
  display: none;
}
@media screen and (max-width: 1279px) {
  header nav.sp-nav {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 10% 15%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    font-size: 1.6rem;
    font-weight: 400;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  }
  header nav.sp-nav a span:nth-of-type(2) {
    display: none;
  }
  /* ナビゲーション アニメーション */
  header.open nav.sp-nav {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
  }
  header nav.sp-nav a {
    color: #fff;
  }
  header nav.sp-nav a * {
    transition: 0s;
  }
  header nav.sp-nav > ul {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  header nav.sp-nav > ul > li {
    margin: 20px 0;
    overflow: hidden;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
  }
  header nav.sp-nav > ul > li > a {
    display: inline-block;
  }
  header nav.sp-nav > ul > li.parent {
    margin: 25px 0;
  }
  header nav.sp-nav > ul > li.parent > a {
    text-decoration: none;
    border: none;
  }
  header nav.sp-nav > ul > li.parent div ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px 0 0;
  }
  header nav.sp-nav > ul > li.parent div li {
    margin: 10px 0 0;
    font-size: 0.875em;
  }
  header nav.sp-nav > ul > li.parent div li a {
    display: inline-block;
    color: #ccc;
  }
  header nav.sp-nav > ul > li.parent div li a:hover {
    display: inline-block;
    border-bottom: none;
  }
  header nav.sp-nav > ul > li.parent div li:last-of-type {
    margin: 10px 0 0;
  }
  header nav.sp-nav > ul > li.parent div li::after {
    content: "/";
    display: inline;
    margin: 0 5px;
    color: #999;
  }
  header nav.sp-nav > ul > li.parent div li:last-of-type::after {
    content: "";
  }
  header nav.sp-nav ul li small,
  header nav.sp-nav ul li br {
    display: none;
  }
  /*ハンバーガーボタン*/
  header .navToggle {
    display: block;
    position: relative;

    margin: auto;
    width: 40px;
    height: 40px;
    background: #1c1c1c;
    cursor: pointer;
    z-index: 1002;
  }
  header .navToggle div {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 16px;
  }
  header .navToggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  header .navToggle span:nth-child(1) {
    top: 0;
  }
  header .navToggle span:nth-child(2) {
    top: 7px;
  }
  header .navToggle span:nth-child(3) {
    top: 14px;
  }
  /* ハンバーガーボタン 切り替えアニメーション */
  header.open .navToggle span {
  }
  header.open .navToggle span:nth-child(1) {
    top: 7px;
    transform: rotate(315deg);
  }
  header.open .navToggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  header.open .navToggle span:nth-child(3) {
    top: 7px;
    transform: rotate(-315deg);
  }
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
  header nav.sp-nav {
    font-size: 14px;
  }
}

/*	基本レイアウト
---------------------------------*/
.contents-inr {
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1230px;
}
.contents-inr.full {
  max-width: 100%;
  padding: 0;
}
.contents-inr.large {
  max-width: 1470px;
  flex-direction: column;
  align-items: center;
}

/*	汎用タイトル
---------------------------------*/
.ttl-cmn01 {
  position: relative;
  margin: 0 0 100px;
  text-align: left;
  line-height: 1;
}
.ttl-cmn01.center {
  text-align: center;
}
.ttl-cmn01 span {
  display: block;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #f7a510;
  text-transform: uppercase;
}
.ttl-cmn01 strong {
  display: inline-block;
  position: relative;
  margin-top: 25px;
  padding: 0;
  font-size: 6rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ttl-cmn01 {
    margin: 0 0 20px;
  }
  .ttl-cmn01 span {
    font-size: 1.6rem;
  }
  .ttl-cmn01 strong {
    margin-top: 15px;
    font-size: 2rem;
  }
}

/*	汎用ボタン
---------------------------------*/
.btn-cmn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
  padding: 0 80px;
  width: 100%;
  max-width: 450px;
  height: 100px;
  background: #70ae20;
  border-radius: 25px;
  box-shadow: 10px 10px rgba(0, 0, 0, 0.1);
}
.btn-cmn01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url(../img/cmn/icon_arw02.png) no-repeat;
}
.btn-cmn01 span {
  font-size: 3.6rem;
  color: #fff;
}
.btn-cmn02 {
  position: relative;
}
.btn-cmn02 span {
  display: inline-block;
  position: relative;
  padding: 0 30px 0 0;
  font-size: 18px;
}
.btn-cmn02 span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url(../img/cmn/icon_arw04.png) no-repeat;
}
@media screen and (max-width: 767px) {
  .btn-cmn01 {
    padding: 0 60px;
    max-width: 450px;
    height: 60px;
    border-radius: 15px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  }
  .btn-cmn01::after {
    right: 20px;
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  .btn-cmn01 span {
    font-size: 2rem;
  }
  .btn-cmn02 span {
    font-size: 16px;
  }
}

/*	メインイメージ
---------------------------------*/
.main-img-otr {
  position: relative;
  padding: 0;
}
.main-img-inr {
  position: relative;
  margin: 0;
}
.main-img {
  position: relative;
  width: 100%;
  height: 600px;
  background: no-repeat center center/auto 100%;
  overflow: hidden;
}
.main-img.img01 {
  background-image: url(../img/top/img_main01.png);
}
.main-img.img02 {
  background-image: url(../img/top/img_main01.png);
}
.main-img.img03 {
  background-image: url(../img/top/img_main01.png);
}
.main-img-cap {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 15px;
  width: 100%;
  max-width: 1470px;
  text-align: right;
  z-index: 1001;
}
@media screen and (max-width: 1023px) {
  .main-img-otr {
    position: relative;
    padding: 0;
  }
  .main-img-inr {
    position: relative;
    margin: 0 auto;
  }
  .main-img {
    width: 100%;
    height: 40vw;
  }
  .main-img-cap img {
    max-width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .main-img {
    height: 60vw;
  }
  .main-img-cap {
    bottom: -5vw;
  }
  .main-img-cap img {
    max-width: 65%;
  }
}

/*	トップページ
---------------------------------*/
