@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}
html {
  font-size: 62.5%;
}
body, table, input, textarea, select, option {
  font-family: "source-han-sans-japanese", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
ol, ul {
  list-style: none;
  box-sizing: border-box;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
a, a:link {
  color: #222;
  text-decoration: none;
}
a:visited {
  color: #222;
}
a:hover {
  color: #222;
}
a:active {
  color: #222;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1300px;
  color: #222;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
  padding-bottom: 100px;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
#container {
  text-align: left;
}
#main {
  display: block;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
  }
  a:hover, a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#gHeader h1 {
  width: 230px;
  /*width: 266px;*/
}
#gHeader h1 a {
  display: block;
}
@media all and (max-width: 896px) {
  #gHeader {
    padding: 0 0 4px;
    position: relative;
    z-index: 1000;
    background-color: #FFF;
  }
  #gHeader .hBox {
    padding: 15PX 3px 10PX 7px;
    width: 100%;
    position: relative;
    z-index: 100;
    background: #FFF;
  }
  #gHeader .hBox h1 {
    width: 135px;
  }
  .hBox .menu {
    width: 35px;
    height: 35px;
    position: relative;
    right: 10px;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    border-radius: 50px;
    background: linear-gradient(-100deg, #1CA0A5 0%, #0E75A1 50%, #00489D 100%);
  }
  .menu span {
    width: 19px;
    height: 2px;
    position: absolute;
    left: calc(50% - 10px);
    top: 9px;
    background-color: #FFF;
    transition: .3s;
  }
  .menu span:nth-of-type(2) {
    top: 16px;
  }
  .menu span:nth-of-type(3) {
    top: 23px;
  }
  .menu.on span {
    width: 22px;
    top: 5px;
    left: calc(50% - 11px);
    transform: translateY(12px) rotate(45deg);
  }
  .menu.on span:nth-of-type(2) {
    opacity: 0;
  }
  .menu.on span:nth-of-type(3) {
    top: 29px;
    transform: translateY(-12px) rotate(-45deg);
  }
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
.menuBox {
  width: calc(100% - 290px);
}
#gNavi {
  color: #383838;
  font-size: 1.6rem;
  font-weight: 700;
}
#gNavi ul {
  width: calc(100% - 215px);
  align-content: center;
  justify-content: flex-end;
}
@media all and (max-width: 1300px) {
  #gNavi ul {
    width: calc(100% - 150px);
    font-size: 1.4rem;
  }
}
@media screen and (max-width:999px) {
  #gNavi ul {
    width: calc(100% - 120px);
  }
}
#gNavi li {
  position: relative;
}
#gNavi li::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0px;
  width: 2px;
  height: 16px;
  background-color: #383838;
  transform: skewX(-14deg) translateY(-50%);
  ;
}
#gNavi li a {
  padding: 13px 20px 13px 20px;
  display: block;
  color: #383838;
  letter-spacing: 0.06em;
}
@media all and (max-width: 1300px) {
  #gNavi li a {
    padding: 13px 10px;
    font-size: 1vw;
  }
}
@media screen and (max-width:999px) {
  #gNavi li a {
    padding: 0 10px;
  }
}
#gNavi li:last-child::after {
  display: none;
}
#gNavi .contact {
  /*margin-top: 4px;*/
}
#gNavi .contact a {
  min-width: 215px;
  padding: 10px 30px 12px 40px;
  /*padding: 16px 30px 18px 40px;*/
  display: block;
  position: relative;
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 700;
  border-radius: 35px;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(-100deg, #1CA0A5 0%, #0E75A1 50%, #00489D 100%);
}
@media all and (max-width: 1300px) {
  #gNavi .contact a {
    min-width: 125px;
    font-size: 1vw;
  }
}
@media screen and (max-width:999px) {
  #gNavi .contact a {
    min-width: 120px;
    padding: 10px 20px 12px 30px;
  }
}
#gNavi .contact a::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url(../img/common/icon01.png) no-repeat;
  background-size: cover;
}
@media all and (max-width: 1300px) {
  #gNavi .contact a::before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width:1300px) {
  #gNavi .contact a::before {
    left: 10px;
  }
}
#gNavi .contact a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  width: 10px;
  height: 16px;
  background: url(../img/common/icon02.png) no-repeat;
  background-size: 10px 16px;
}
@media screen and (max-width:1300px) {
  #gNavi .contact a::after {
    right: 10px;
  }
}
@media all and (min-width: 897px) {
  #gNavi li:last-child a::after {
    display: none;
  }
  #gNavi a:hover {
    opacity: 0.7;
  }
  .menuBox {
    display: block !important;
  }
}
@media all and (max-width: 896px) {
  .menuBox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    overflow-y: auto;
  }
  #gNavi {
    padding: 84px 0 50px;
  }
  #gNavi ul {
    width: 100%;
    order: 1;
  }
  #gNavi .contact {
    padding: 0 31px 24px;
    width: 100%;
    border-bottom: 1px solid #CDCFC8;
  }
  #gNavi .contact a {
    padding: 13px 35px 13px 52px;
    font-size: 1.3rem;
    text-align: left;
  }
  #gNavi .contact a::before {
    left: 16px;
    width: 20px;
    height: 20px;
  }
  #gNavi .contact a::after {
    right: 11px;
  }
  #gNavi li {
    width: 100%;
  }
  #gNavi li::after {
    display: none;
  }
  #gNavi li a {
    position: relative;
    margin-right: 0;
    padding: 20px 40px 20px 31px;
    font-size: 1.4rem;
    border-bottom: 1px solid #CDCFC8;
  }
  #gNavi li a::after {
    position: absolute;
    content: '';
    width: 9px;
    height: 15px;
    top: 24px;
    right: 29px;
    background: url(../img/common/icon04.png) no-repeat;
    background-size: 7px;
    transform: none;
  }
  #gNavi li:last-child a {
    margin-right: 0;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 1px 0 0;
  background-color: rgba(242, 245, 250, 0.95);
}
#gFooter .comContact {
  margin: -112px auto 54px;
}
#gFooter .fNavi {
  margin-bottom: 82px;
}
#gFooter .fNavi li {
  color: #383838;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#gFooter .fNavi a {
  padding: 0 17px 0 16px;
  display: inline-block;
  color: #383838;
}
#gFooter .fNavi a:hover {
  opacity: 0.7;
}
#gFooter .fBg {
  padding: 26px 0 40px;
  background-color: #fff;
}
#gFooter .fBox {
  width: 1216px;
  align-items: center;
  position: relative;
  margin: 0 auto;
  color: #383838;
  font-size: 1.6rem;
  font-weight: 500;
}
#gFooter .fLogo {
  width: 232px;
}
#gFooter p {
  margin: 12px 0 0 50px;
  letter-spacing: 0.05em;
}
#gFooter address {
  margin-top: -6px;
  position: absolute;
  right: 39px;
  top: 50%;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  #gFooter .comContact {
    margin: -40px 20px 30px;
  }
  #gFooter .fNavi {
    margin-bottom: 30px;
    display: block;
    text-align: center;
  }
  #gFooter .fNavi li {
    font-size: 1.4rem;
  }
  #gFooter .fNavi a {
    padding: 10px;
    display: block;
  }
  #gFooter .fBg {
    padding: 20px;
  }
  #gFooter .fBox {
    width: auto;
    display: block;
    text-align: center;
    font-size: 1.3rem;
  }
  #gFooter .fLogo {
    width: 180px;
    margin: 0 auto 10px;
  }
  #gFooter p {
    margin: 0;
    letter-spacing: 0.05em;
  }
  #gFooter address {
    margin-top: 20px;
    position: static;
  }
}
/*------------------------------------------------------------
ヘッダー固定
------------------------------------------------------------*/
.site-header {
  background: rgba(255, 255, 255, 0.8);
  position: fixed !important;
  top: 0;
  transition: .5s;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
}
.site-header.hide {
  transform: translateY(-100%);
}
/*------------------------------------------------------------
フッター固定
------------------------------------------------------------*/
#footerscroll {
  display: none;
  position: fixed;
  bottom: 0;
  background: linear-gradient(-100deg, #1CA0A5 0%, #0E75A1 50%, #00489D 100%);
  z-index: 100;
  width: 100%;
}
#footerscroll .footerscroll__box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
@media all and (max-width: 896px) {
  #footerscroll .footerscroll__box {
    padding: 10px;
  }
}
#footerscroll .footerscroll__box a {
  box-sizing: border-box;
  margin: 0 10px;
}
@media all and (max-width: 896px) {
  #footerscroll .footerscroll__box a {
    margin: 0 5px;
  }
  #footerscroll .footerscroll__box a:first-child {
    width: 60%;
  }
  #footerscroll .footerscroll__box a:last-child {
    width: 35%;
  }
}
#footerscroll .footerscroll__box img {
  max-height: 80px;
}
@media all and (max-width: 896px) {
  #footerscroll .footerscroll__box img {
    width: 100%;
  }
}
/*------------------------------------------------------------
ページの先頭へ
------------------------------------------------------------*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0.8%;
  bottom: 100px;
  background: #00489D;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 100;
  display: none; /* 初期状態で非表示にする */
}
@media screen and (max-width: 897px) {
  #page_top {
    bottom: 84px;
    width: 54px;
    height: 54px;
  }
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
@media screen and (max-width: 897px) {
  #page_top a {
    width: 54px;
    height: 54px;
  }
}
#page_top a::before {
  content: "";
  display: inline-block;
  color: #fff;
  position: absolute;
  width: 13px;
  height: 8px;
  clip-path: polygon(0% 100%, 50% 0, 100% 100%);
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translateY(-60%) translateX(-50%);
  margin: auto;
  text-align: center;
}
/*------------------------------------------------------------
cookie
------------------------------------------------------------*/
#memberPopup {
  color: #fff;
  /* Default => [ display: none; ] */
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  font-size: 1.6rem;
}
.member-popup-content {
  background-color: rgba(230, 230, 230, 1);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  width: 100%;
}
.member-popup-header h1 {
  margin: 1rem 0;
}
.member-popup-header {
  background: lightblue;
  padding: 3px 15px;
  display: flex;
  justify-content: space-between;
}
.member-popup-body {
  padding: 20px;
  color: black;
}
/* Cookie-Policy */
.privacy-policy-link {
  color: rgb(110, 169, 211);
}
/* 同意/拒否ボタンを中央寄せにする */
.cookie-consent {
  /* inline-block を中央に寄せる */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookie-text {
  font-size: 1.4rem;
  margin: 0 20px;
}
@media screen and (max-width: 897px) {
  .cookie-text {
    font-size: 1.3rem;
    margin: 0;
  }
}
.cookie-agree, .cookie-reject {
  display: inline-block;
  color: #fff;
  background: #1CA0A5;
  padding: 5px;
  margin: 5px;
  width: 20%;
}
@media screen and (max-width: 897px) {
  .cookie-agree, .cookie-reject {
    width: 100%;
  }
}
.cookie-agree:hover, .cookie-reject:hover {
  cursor: pointer;
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* メディアクエリ */
@media screen and (max-width: 600px) {
  .cookie-consent {
    flex-direction: column;
  }
  .cookie-text {
    margin-bottom: 1em;
  }
}
/*------------------------------------------------------------
mailForm
------------------------------------------------------------*/
.mailForm .wpcf7c-elm-step2 {
  text-align: center;
  display: table;
  margin: 30px auto;
}
.wpcf7-list-item-label a {
  text-decoration: underline;
}
.mailForm .wpcf7 .wpcf7-submit {
  height: 60px;
  width: 250px;
  font-weight: bold;
  margin: 20px auto;
  border-radius: 60px;
  font-size: 1.6rem;
  display: table;
  border: none;
  background: rgba(28, 160, 165, 1);
  color: #fff;
  cursor: pointer;
}
.mailForm .wpcf7 .wpcf7-submit:disabled {
  background: rgba(28, 160, 165, 0.5);
  cursor: not-allowed;
}
/*------------------------------------------------------------
	policy
------------------------------------------------------------*/
.policy {
  margin-bottom: 160px;
}
@media screen and (max-width: 897px) {
  .policy {
    margin-bottom: 28px;
  }
}
.policy .intro {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 897px) {
  .policy .intro {
    text-align: center;
    margin-bottom: 30px;
  }
}
.policy .intro h2 + p {
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 897px) {
  .policy .intro h2 + p {
    margin-bottom: 20px;
  }
}
.policy h3 span {
  color: #7E7E7E;
  letter-spacing: 2px;
  padding-left: 20px;
}
.policy .policy__box .policy__box__item {
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #f0f0f0;
}
.policy .policy__box .policy__box__item dt {
  margin-bottom: 14px;
}
.policy .policy__box .policy__box__item dd {
  margin-bottom: 58px;
}
@media screen and (max-width: 897px) {
  .policy .policy__box .policy__box__item dd {
    margin-bottom: 38px;
  }
}
.policy .policy__box .policy__box__item dd ul, .policy .policy__box .policy__box__item dd ol {
  margin-left: 38px;
  margin-top: 20px;
}
@media screen and (max-width: 897px) {
  .policy .policy__box .policy__box__item dd ul, .policy .policy__box .policy__box__item dd ol {
    margin-left: 18px;
  }
}
.policy .policy__box .policy__box__item dd ul li, .policy .policy__box .policy__box__item dd ol li {
  margin-bottom: 8px;
  word-break: break-all;
}
.policy .policy__box .policy__box__item h4, .policy__box .policy__box__item h6 {
  margin-bottom: 20px;
}
/*------------------------------------------------------------
thanks
------------------------------------------------------------*/
 #main .thanks.greenBg {
  margin-bottom: 160px;
	padding-bottom: 100px;
}
@media screen and (max-width: 897px) {
   #main .thanks.greenBg {
    margin-bottom: 28px;
	padding-bottom: 60px;
  }
}