@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap");
@import url("https://use.typekit.net/vxt0gvy.css");
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap");
/*
Theme Name: shigamap
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

.wp-block-image figure,
.wp-block-image figcaption {
  display: block;
}

a.nolink,
a.nolink:hover {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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,
figure,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
  font-family: "Noto Sans JP", sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

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: #212836;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

a:visited {
  color: #212836;
}

a:hover {
  color: #212836;
}

a:active {
  color: #212836;
}

section {
  padding: 80px 20px;
}

h2 {}

h3 {}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
/* .clearfix:after {content: "";display: block;clear: both;} */
/* flex */
.flex,
.flexA,
.flexB,
.flexC {
  display: flex;
  flex-wrap: wrap;
}

.flexA {
  justify-content: space-around;
}

.flexB {
  justify-content: space-between;
}

.flexC {
  justify-content: center;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: #212836;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* #container {
	padding-top: 83px;
	overflow: hidden;
	text-align: left;
} */
.special #container {
  padding: 0;
}

#main {
  display: block;
  margin-left: 240px;
  overflow: hidden;
}

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

:root {
  --main-color: #26557c;
  --sub-color: #fde510;
  --font-min: "Hina Mincho", sans-serif;
}

@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;
  }

  #main {
    /* margin-bottom: 50px; */
    margin-left: 0;
  }
}



/*------------------------------------------------------------
	サイドバー　ウィジェット
------------------------------------------------------------*/
.widgetInner {
  width: 75%;
}

.widgetFlex {
  display: flex;
  justify-content: center;
  overflow: hidden;
  /* border-top: 3px solid #f6f6f6; */
}

.sidebar-area {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 100px 40px 60px;
  min-width: 350px;
  border-left: 2px solid #ddd;
  box-shadow: 0 0 15px #8d8d8d4a;
  width: 25%;
  border-top: 3px solid #ddd;

  /* サイドバー共通レイアウト */
  & .custom-widget {
    margin-bottom: 32px;
  }

  & .widget-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    padding-bottom: 4px;
    border-bottom: 1px solid #c9c9c9;
    position: relative;
  }

  /* --- 検索欄のスタイル --- */
  & .search-form {
    display: flex;
    border: 1px solid #bbb;
    overflow: hidden;
    border-radius: 4px;

    & .search-field {
      flex: 1;
      padding: 8px 12px;
      border: none;
      outline: none;
      font-size: 14px;
    }

    & .search-submit {
      width: 48px;
      background: #746c53;
      /* 画像に近い色 */
      border: none;
      color: #fff;
      cursor: pointer;
      font-size: 16px;
    }
  }

  /* --- カテゴリーリスト --- */
  & ul {
    list-style: none;
    padding-left: 0;

    & li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 6px 0;
      font-size: 14px;

      & a {
        color: #333;
        text-decoration: none;

        &:hover {
          text-decoration: underline;
        }
      }
    }
  }

  /* --- カテゴリーアコーディオン --- */
  & .accordion-title {
    cursor: pointer;
    padding: 10px 0;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;

    &.open {
      color: #0073aa;
    }

    & .accordion-title-icon {
      display: flex;
      gap: 10px;

      & img {
        width: 20px;
        aspect-ratio: 1;
        object-fit: contain;
      }
    }
  }

  & .accordion-content {
    display: none;
    padding: 10px 0;
  }

  & .wp-block-heading {
    position: relative;
    margin-bottom: 10px;

    &:after {
      content: "";
      display: block;
      height: 2px;
      background: linear-gradient(to right,
          var(--main-color),
          var(--sub-color));
      margin-top: 5px;
    }
  }

  & .wp-block-latest-posts__post-title {
    background-color: #eee;
    padding: 5px;
  }

  /* 親カテゴリ行 */
  & .widget_categories {
    & li.cat-item {
      position: relative;
      padding-left: 24px;
      cursor: pointer;

      /* 左のフォルダアイコン */
      &::before {
        content: "📁";
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 14px;
      }

      /* 開閉ボタン */
      &.cat-parent>& a::after {
        content: "▶";
        font-size: 12px;
        margin-left: 6px;
        transition: transform 0.2s ease;
      }

      /* 開いている時の矢印 */
      &.open>& a::after {
        transform: rotate(90deg);
      }

      /* 子カテゴリ（デフォルト非表示にする） */
      &.cat-parent>& ul.children {
        display: none;
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid #ccc;

        & li & a {
          padding: 3px 0;
          display: block;
        }
      }
    }
  }
}

@media (max-width: 1200px) {
  .widgetInner {
    width: 100%;
  }

  .widgetFlex {
    flex-direction: column;
  }

  .sidebar-area {
    width: 100%;
    max-width: unset;
  }
}

/*------------------------------------------------------------
	　検索ページ
------------------------------------------------------------*/
.search-wrapper {
  min-height: 50vh;

  & .search-title {
    font-size: 24px;
    border-bottom: 2px solid var(--sub-color);
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  & .search-count {
    margin-bottom: 20px;
  }

  & .blogUl {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0 auto;

    & li {
      width: calc(100% / 3 - 30px);
      min-width: 300px;
      background-color: #eee;
      padding: 10px;
      box-sizing: border-box;

      & a {
        & figure {
          overflow: hidden;

          & img {
            transition: all 0.3s ease-in-out;
            aspect-ratio: 2 / 1;
            object-fit: cover;
          }

          & .blog_txt {
            & .blog_date {
              font-size: 12px !important;
            }

            & .title-wrap {
              & .new_recent {
                color: red;
              }
            }
          }
        }
      }
    }

    & li:hover a figure img {
      transform: scale(1.1);
    }
  }
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 240px;
  z-index: 1000;
  box-sizing: border-box;
  background: #eeeeee;
  overflow: hidden;
  border-right: 3px solid var(--main-color);

  &::after {
    position: absolute;
    content: "";
    background: url("img/common/nami_bg.png") no-repeat;
    background-position: 100% 100%;
    background-size: contain;
    mask-size: cover;
    width: 244px;
    height: 260px;
    bottom: -43px;
    left: -0;
    z-index: 0;
    opacity: 1;
  }
}

#gHeader h1 a {
  background-color: #fff;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#gHeader nav .naviPc {
  margin: 30px 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#gHeader nav .naviPc .nav_item a {
  color: var(--main-color);
  letter-spacing: 2px;
  font-weight: 800;
  border-bottom: 3px dashed var(--sub-color);
}

#gHeader nav .naviPc .nav_item:hover {
  opacity: 0.7;
}

#gHeader .menu-btn {
  width: 77px;
  height: 77px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  /* border-radius: 39px; */
  position: relative;
  background-color: var(--sub-color);
  border: 2px solid var(--sub-color);
  box-sizing: border-box;
}

.menu-btn span {
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: calc(50% - 14px);
  width: 28px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
}

.menu-btn span:nth-of-type(1) {
  top: 24px;
}

.menu-btn span:nth-of-type(2) {
  top: 35px;
}

.menu-btn span:nth-of-type(3) {
  top: 46px;
}

.menu-btn.on span {
  top: 35px !important;
  opacity: 0;
}

.menu-btn.on span:nth-of-type(1) {
  transform: rotate(45deg);
  opacity: 1;
}

.menu-btn.on span:nth-of-type(3) {
  transform: rotate(-45deg);
  opacity: 1;
}

.menuBox {
  display: none;
  position: fixed;
  right: 50px;
  top: 149px;
  width: 550px;
  background: #ea751f;
  z-index: 1000;
  height: calc(100% - 149px);
  overflow-y: auto;
  box-sizing: border-box;
}

.menuBox .naviUl {
  padding: 0 50px 100px 60px;
}

.menuBox .naviUl li a {
  padding: 20px 30px 19px 0;
  position: relative;
  font-size: 1.6rem;
  display: block;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.06em;
  border-bottom: 3px dashed var(--sub-color);
}

.menuBox .naviUl li a:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  width: 21px;
  height: 11px;
  background: url("img/common/icon05.png") no-repeat left top;
  background-size: 21px 11px;
  content: "";
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.menuBox .naviUl .blank a:before {
  margin-top: -8px;
  width: 17px;
  height: 17px;
  background: url("img/common/icon13.png") no-repeat left top;
  background-size: 17px 17px;
  content: "";
}

@media all and (min-width: 897px) and (max-width: 1200px) {
  #gHeader h1 {
    /* padding-top: 20px; */
  }

  #gHeader .rBox {
    padding: 20px 20px 0 0;
  }
}

@media all and (min-width: 897px) {
  #gHeader .menu-btn:hover {
    opacity: 0.7;
  }

  .menuBox .naviUl li a:hover:before {
    right: -15px;
  }

  #gHeader.on {
    height: 90px;
    background: #fff;
  }

  #gHeader.on h1 {
    padding: 19px 0 0 50px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }

  #gHeader.on h1 img {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    width: 228px;
  }

  #gHeader.on .menu-btn {
    width: 52px;
    height: 52px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }

  #gHeader.on .menu-btn span {
    width: 25px;
    left: calc(50% - 13px);
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }

  #gHeader.on .menu-btn span:nth-of-type(1) {
    top: 13px;
  }

  #gHeader.on .menu-btn span:nth-of-type(2) {
    top: 22px;
  }

  #gHeader.on .menu-btn span:nth-of-type(3) {
    top: 31px;
  }

  #gHeader.on .menu-btn.on span {
    top: 23px !important;
  }
}

@media all and (max-width: 896px) {
  #gHeader {
    width: 100%;
    height: 80px;
    border-bottom: 3px solid var(--main-color);
    border-right: inherit;
    &::after {
display: none;
    }
  }

  #gHeader #container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    margin: 0 15px;
  }

  #gHeader h1 a {
    padding: 5px;
    display: inline-block;
    width: 160px;
  }

  #gHeader h1 a img {}

  #gHeader .menu-btn {
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
  }

  #gHeader nav .naviPc {
    display: none;
  }

  .menu-btn span {
    left: calc(50% - 8px);
    width: 16px;
    height: 2px;
  }

  .menu-btn span:nth-of-type(1) {
    top: 9px;
  }

  .menu-btn span:nth-of-type(2) {
    top: 15px;
  }

  .menu-btn span:nth-of-type(3) {
    top: 21px;
  }

  .menu-btn.on span {
    top: 15px !important;
  }

  .menuBox {
    right: 0;
    top: 80px;
    width: 100%;
    height: calc(100% - 60px);
    background-color: var(--main-color);
  }

  .menuBox .naviUl {
    padding: 0 27px 50px;
  }
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto 60px;
}

#pagePath li {
  margin-right: 10px;
  display: inline;
  letter-spacing: 0.08em;
}

#pagePath li a {
  padding-right: 30px;
  display: inline-block;
  background: url("img/common/icon04.png") no-repeat right center;
  background-size: 9px auto;
}

#pagePath li img {
  margin: -3px 0 0;
  display: inline-block;
  vertical-align: middle;
}

#pagePath li a:hover {
  opacity: 0.7;
}

@media all and (max-width: 896px) {
  #pagePath {
    max-width: inherit;
    margin: 0 auto 42px;
    padding: 0 24px;
  }

  #pagePath li {
    margin-right: 9px;
  }

  #pagePath li a {
    padding-right: 26px;
    background: url("img/common/sp_icon03.png") no-repeat right center;
    background-size: 8px auto;
  }

  #pagePath li img {
    margin: -3px 0 0;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 20px 100px;
  margin-left: 240px;
  /* border-top: 3px dashed var(--main-color); */
  /* margin-top: 20px; */
  background-color: var(--main-color);
}

#gFooter .logo {
  text-align: center;
  margin-bottom: 20px;
}

#gFooter .naviPc {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

#gFooter .naviPc li a {
  padding: 0 5px 5px;
  border-bottom: 3px dashed var(--sub-color);
  transition: all 0.3s ease-in-out;
  color: #fff;
}

#gFooter .naviPc li a:hover {}

#gFooter .privacyTop {
  font-weight: 100;
  font-size: 12px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

#gFooter .privacyTop:hover {
  opacity: 0.6;
}

#gFooter address {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-style: normal;
  color: #fff;
  text-align: center;
}

.pageTop a {
  position: fixed;
  right: 46px;
  bottom: 25px;
  z-index: 600;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--main-color);
}

.pageTop a:hover {
  opacity: 0.7;
}

@media all and (max-width: 896px) {
  #gFooter {
    padding: 22px 0;
    border-top: 1px solid #efeded;
    margin-left: 0px;
  }

  .special #gFooter {
    border-top: none;
  }

  #gFooter address {
    font-size: 1.2rem;
    text-align: center;
  }

  .pageTop {
    display: none;
  }
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

@media all and (max-width: 896px) {
  .content {
    max-width: inherit;
    padding: 0;
  }
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
  margin-bottom: 26px;
  padding: 93px 0 63px;
  text-align: center;
  border-bottom: 1px solid #d1cfcf;
}

.pageTitle .headLine01 .en {
  margin-bottom: 8px;
  display: block;
  font-size: 5.4rem;
  font-weight: 700;
  /* font-family: var(--font-min); */
  color: var(--main-color);
  letter-spacing: 0.08em;
}

.pageTitle .headLine01 .jp {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

@media all and (max-width: 896px) {
  .pageTitle {
    margin-bottom: 13px;
    padding: 103px 0 30px;
  }

  .pageTitle .headLine01 .en {
    margin-bottom: 2px;
    font-size: 3rem;
  }

  .pageTitle .headLine01 .jp {
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: transform 1s, opacity 1s;
}

.fadeInUp.on {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
  transition: transform 1.5s, opacity 1s;
}

.fadeInRight.on {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
  transition: transform 2s, opacity 1s;
}

.fadeInLeft.on {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fadeInzoom {
  opacity: 0;
  transform: scale(1.2);
  /* 少し大きくしておく */
  transition: transform 2s ease, opacity 1.5s ease;
}

.fadeInzoom.on {
  opacity: 1;
  transform: scale(1);
  /* 通常サイズへ */
}

/*------------------------------------------------------------
	indexPage
------------------------------------------------------------*/
/* mainVisual */
.mainVisual {
  position: relative;
  overflow: hidden;
  width: 100%;


  &::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 4;

    background: url("img/common/bg.png") no-repeat bottom center;
    background-size: 100% 100%;
    z-index: 0;
  }

}

.mainVisual_wrap {
  position: relative;

  &::before {}
}

.mainVisual::after img {
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}

.mainVisual_wrap h2 {
  position: absolute;
  bottom: 100px;
  left: 6%;
  width: max-content;
  z-index: 10;
  font-weight: 600;
  font-size: 2vw;
  opacity: 0;
  line-height: 1.8;
  /* transform: translateX(-50px); */
  animation: slideIn 1s ease-out 0.4s forwards;
  /* background-color: #fff;
  box-shadow: 6px 6px 0 var(--sub-color);
  outline: 3px dashed var(--main-color);
  outline-offset: -13px;
  border: 3px solid var(--main-color); */
  padding: 15px 30px;
  transform: rotate(-15deg) !important;

  &::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    box-shadow: 6px 6px 0 var(--sub-color);
    outline: 3px dashed var(--main-color);
    outline-offset: -13px;
    border: 3px solid var(--main-color);
    border-radius: 50%;
    z-index: -1;
  }
}

.mainVisual_wrap h2 span {
  color: var(--main-color);
  font-weight: 900;
  position: relative;
  text-align: center;
  text-shadow: 2px 2px 0px var(--sub-color);


}


.slideOuter {
  position: relative;
  width: 100%;
  height: 100%;
  height: 95vh;
}

.slide {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1);
  transition: opacity 1s ease, transform 7s ease;
}

.slide.active {
  opacity: 1;
  transform: scale(1.1);
  /* ズームインして元サイズに戻る */
}

@media (max-width: 896px) {
  .mainVisual {
    margin-top: 70px;

    &::after {
      bottom: 0;

    }
  }

  .mainVisual .slideOuter {
    height: 400px;
  }
}

@media (max-width: 896px) {
  .mainVisual_wrap h2 {
    font-size: 2rem;
    left: 2%;
    bottom:35px;
    &::after {
      width: 285px;
      height: 100px;
    }
  }
}

@media (max-width: 640px) {
  .mainVisual .slideOuter {
    /* height: 250px; */
  }
}

/* ▼ アニメーション定義 */
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* conceptSec */

.conceptSec {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-color: var(--main-color);


  & .imgOuter {
    width: 100%;
    /* filter: grayscale(1); */
    position: relative;
    height: 575px;
    overflow: hidden;

    & img {
      display: none;
      /* box-shadow: 1px 5px 6px 1px rgba(46, 46, 46, 0.71); */
      /* object-fit: cover;
      width: 100%;
      height: 100%; */
    }
  }

  /* infoBox */
  & .concepttxt {
    position: absolute;
    z-index: 2;
    padding: 0 20px;

    &::after {
      position: absolute;
      content: "";
      background: url("img/common/nami04.png") no-repeat;
      background-position: 100% 100%;
      background-size: contain;
      mask-size: cover;
      width: 150px;
      height: 70px;
      top: -2%;
      right: -8%;
      z-index: 0;
      opacity: 1;
    }

    & .infoBox {
      text-align: center;

      & p {
        font-size: 3.5rem;
        font-weight: 800;
        color: #fff;
        line-height: 1.5;
        padding-bottom: 10px;
        margin-bottom: 30px;
        border-bottom: 3px dashed var(--sub-color);
      }
    }

    @media (max-width: 570px) {
      .infoBox {
        & p {
          font-size: 3rem;
        }
      }
    }

    & p {
      z-index: 2;
      text-align: center;
      width: 100%;
      font-size: 18px;
      color: #fff;
      line-height: 2.3;
      letter-spacing: 1.4px;
      padding: 0 13px;
    }
  }
}

@media (max-width: 896px) {
  .conceptSec {
    &::after {
      min-height: 70px;
      min-width: 260px;
      left: 50%;
      transform: translateX(-50%);
    }

    &::before {
      display: none;
    }
   
  }
}

@media (max-width: 640px) {
  .conceptSec {
   
    & .concepttxt {
&::after {
  display: none;
}
& .infoBox {
  & p {
    font-size: 2.5rem;

  }
}
    }
  }
}
/* rankingSec*/
.rankingSec {
  /* margin-top: 80px; */
  position: relative;
  padding: 80px 0 120px;
  background: var(--main-color);
  z-index: 0;


  &::after {
    position: absolute;
    content: "";
    background: url("img/common/nami02.png") no-repeat;
    background-position: 100% 100%;
    background-size: contain;
    mask-size: cover;
    width: 150px;
    height: 80px;
    bottom: 22%;
    right: 5%;
    opacity: 0.3;
    z-index: -1;

  }

  & .ranking_title {
    margin-bottom: 40px;
    text-align: center;

    & img {
      object-fit: contain;
      width: 35%;
      height: auto;
    }

    & h3 {
      /* font-family:var(--font-min); */
      font-size: 3rem;
      color: #fff;
      display: inline-block;

    }
  }

  & .blogInner {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;

    & li {
      width: calc(100% / 3 - 30px);
      min-width: 250px;
      background-color: #fff;
      box-shadow: 6px 6px 0 var(--sub-color);
      border: 3px solid var(--main-color);
      padding: 10px;

      & a {
        & figure {
          overflow: hidden;
          aspect-ratio: 2 / 1;
          max-width: 380px;

          & img {
            aspect-ratio: 2/ 1;
            max-width: 380px;
            object-fit: cover;
            transition: all 0.3s ease-in-out;
          }
        }

        & .txtBox {
          margin-top: 20px;
          display: flex;
          flex-direction: column;
          gap: 10px;
          padding: 0 5px;

          & p {
            color: #333;
            font-size: 13px;
          }

          & span {
            font-weight: 100;
            font-size: 14px;
          }
        }
      }

      &:hover img {
        transform: scale(1.1);
      }
    }
  }
}

.gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5vw 0 14%;
  position: relative;
  border-radius: 70px 70px 0 0;
  margin-top: -70px;
  background-color: #fff;

  &::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 4;
    background: url("img/common/bg02.png") no-repeat bottom center;
    background-size: 100% 100%;
    z-index: 0;
  }


  & figure {
    /* max-width: 400px; */
  }

  & img {
    object-fit: cover;
    width: 100%;
    height: 220px;
    /* max-width: 400px; */
    box-shadow: 6px 6px 0 var(--sub-color);
    /* border: 3px solid var(--main-color); */
    outline-offset: -13px;
    outline: 3px dashed var(--sub-color);

  }

  & .galleryBox01 {
    width: 50%;
    max-width: 30vw;
  }

  & .galleryBox01 img {
    max-width: inherit;
    margin-left: -140px;
    width: 125%;
    aspect-ratio: auto;
    height: 30vh;

  }

  & .galleryBox02 {
    max-width: 28vw;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  & .galleryBox02 img {}

  & .galleryBox02 img:nth-of-type(2) {
    /* max-width: 300px; */
    /* margin-top: -145px; */
    width: 90%;
    margin-left: -60px;
  }
}

@media (max-width: 750px) {
  &::before {
    bottom: 148px;
    width: 156%;
    height: 275px;
  }

  & .conceptBox {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;

    & .imgOuter {
      width: 100%;
      /* height: 570px; */

      & img {
        /* max-width: 250px; */
      }
    }

    & p {
      width: 100%;
      font-size: 16px;
    }
  }
}

@media (max-width: 1000px) {
  .gallery {
    flex-direction: column;
    gap: 20px;

    & .galleryBox01 {
      width: 80%;
      max-width: inherit;
      gap: 0;
    }

    & .galleryBox01 img {
      width: 100%;
      margin-left: 0;
      height: 220px;
    }

    & .galleryBox02 {
      width: 80%;
      max-width: inherit;
      gap: 20px;
    }

    & .galleryBox02 img:nth-of-type(2) {
      margin-left: inherit;
      width: 100%;
    }
  }
}

@media (max-width: 896px) {
  .gallery {
    &::after {
      bottom: 0;
    }
  }
}

@media (max-width: 640px) {
  & .gallery {
    padding: 60px 30px 80px;
    gap: 20px;

    & img {
      height: 130px;
    }

    & .galleryBox01 {
      width: 100%;
    }

    & .galleryBox01 img {
      height: 130px;
    }

    & .galleryBox02 {
      gap: 20px;
      width: 100%;
    }
  }
}

@media (max-width: 480px) {
  & .gallery {
    gap: 20px;

  }
}

/* blogSec*/
.blogSec {
  /* background: url("img/common/blog_bk.jpg") no-repeat center center; */
  background-size: cover;
  position: relative;
  padding: 80px 0 120px;
  z-index: 0;
  width: 100%;
  background-color: var(--main-color);

  &::after {
    position: absolute;
    content: "";
    background: url("img/common/nami02.png") no-repeat;
    background-position: 100% 100%;
    background-size: contain;
    mask-size: cover;
    width: 150px;
    height: 80px;
    bottom: 20%;
    left: 5%;
    opacity: 0.3;
    z-index: -1;

  }

  & h3 {
    text-align: center;
    font-weight: 600;
    width: fit-content;
    margin: 0 auto 60px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    color: #fff;

  }

  & .blogInner {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;

    & li {
      width: calc(100% / 3 - 30px);
      min-width: 250px;
      background-color: #fff;
      padding: 10px;
      box-shadow: 6px 6px 0 var(--sub-color);
      border: 3px solid var(--main-color);


      & a {
        & figure {
          overflow: hidden;

          & img {
            aspect-ratio: 3 / 2;
            width: 100%;
            object-fit: cover;
            transition: all 0.3s ease-in-out;
          }
        }

        & .txtBox {
          & span {
            font-weight: 100;
            font-size: 14px;
          }
        }
      }

      &:hover img {
        transform: scale(1.1);
      }
    }
  }

  & .btnBox {
    & a {
      border-radius: 1000px;
      display: block;
      font-size: 14px;
      font-weight: var(--font-weight-bold);
      letter-spacing: 0.15em;
      line-height: 2.142;
      margin: 40px auto 0;
      max-width: 250px;
      padding: 10px 8px;
      text-align: center;
      width: 100%;
      color: #fff;
      text-shadow: 1px 1px 3px #333333;
      background: linear-gradient(120deg, var(--main-color), #dad3bd);
      background-size: 200% 200%;
      transition: background-position 0.4s ease-in-out;

      &:hover {
        background-position: right center;
      }
    }
  }
}

/*------------------------------------------------------------
	seasonSec
------------------------------------------------------------*/
.seasonSec {
  background-color: #f6f6f6;
  padding: 80px 40px;
  position: relative;
  border-radius: 70px 70px 0 0;
  margin-top: -70px;

  &::before {
    position: absolute;
    content: "";
    background: url("img/common/nami01.png") no-repeat;
    background-position: 100% 100%;
    background-size: contain;
    mask-size: cover;
    width: 20vw;
    height: 10vw;
    top: 10%;
    left: -10%;
    z-index: 0;
  }

  &::after {
    position: absolute;
    content: "";
    background: url("img/common/nami01.png") no-repeat;
    background-position: 100% 100%;
    background-size: contain;
    mask-size: cover;
    width: 20vw;
    height: 15vw;
    bottom: 10%;
    right: -10%;
    z-index: 0;
  }


  /* 
  &::before {
    content: "四季折々";
    position: absolute;
    font-size: 15rem;
    top: 20px;
    left: 0;
    color: #ddd;
    opacity: 0.3;
    writing-mode: sideways-rl;
    font-weight: 800;
    font-family: var(--font-min);
  } */

  & .seasonTop {
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
    color: var(--main-color);

  }

  & .seasonBox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 40px;
    margin: 0 auto 60px;
    width: 100%;
    max-width: 900px;
    background: #f6f6f6;
    border: 3px solid var(--main-color);
    /* background-image: linear-gradient(145deg, #3a3a62, #3a3a62); */
    box-shadow: 6px 6px 0 var(--sub-color);
    z-index: 1;

    & h3 {
      position: absolute;
      top: -40px;
      left: -30px;
      font-weight: 800;
      border-radius: 10000px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: var(--sub-color);
      aspect-ratio: 1 / 1;
      font-size: 2rem;
      padding: 15px;
      min-width: 130px;
      line-height: 1;
      color: var(--main-color);
      border: 3px solid var(--main-color);
      outline: 3px dashed var(--main-color);
      outline-offset: -13px;

    }

    & figure {
      width: 50%;

      & img {
        outline-offset: 4px solid #fff;
      }
    }

    & .seasonList {
      width: 50%;

      & li {
        margin-bottom: 20px;

        & h4 {
          font-size: 20px;
          margin-bottom: 5px;
          color: var(--main-color);
          border-bottom: 2px solid #d7d7d7;
        }

        & p {
          margin-left: 15px;
          color: var(--main-color);
        }
      }
    }
  }

  & .seasonBox.summer {
    background-image: linear-gradient(145deg, #ffffff, #f2fcff);

    & h3 {
      background-color: #f2fcff;
    }
  }

  & .seasonBox.autumn {
    background-image: linear-gradient(145deg, #ffffff, #fffcf2);

    & h3 {
      background-color: #fffcf2;
    }
  }

  & .seasonBox.winter {
    background-image: linear-gradient(145deg, #ffffff, #ebebeb);

    & h3 {
      background-color: #ebebeb;
    }
  }
}

@media (max-width: 1000px) {
  .seasonSec {
    padding: 80px 20px 40px;

    &::before {
      min-width: 200px;
      min-height: 120px;
    }

    &::after {
      min-width: 200px;
      min-height: 120px;


    }

    & .seasonBox {
      flex-direction: column;
      padding: 40px 20px 20px;
      max-width: 430px;
      margin: 0 auto 55px;

      & h3 {
        /* top: 5px; */
        /* left: 5px; */
        font-size: 1.6rem;
        padding: 19px;
        left: -18px;
      }

      & figure {
        width: 100%;
        max-width: 500px;
        height: 200px;

        & img {
          height: 100%;
          width: 100%;
        }
      }

      & .seasonList {
        width: 100%;
        max-width: 500px;

        & li {
          & h4 {
            font-size: 18px;
          }
        }
      }
    }
  }
}

/*------------------------------------------------------------
	buttom-contact
------------------------------------------------------------*/
.containerbox {
  width: 100%;
  background: url("img/index/contact.jpg") no-repeat center / cover;
  padding: 50px;
  box-sizing: border-box;

  & .container {
    padding: 40px;
    text-align: center;
    backdrop-filter: blur(10px);
    background-color: #efefef61;

    & h3 {
      font-size: 3rem;
      font-weight: 700;
      letter-spacing: 0;
      text-align: center;
      color: #fff;
      margin-bottom: 30px;
      position: relative;

    }

    & p {
      line-height: 2;
      color: #fff;
      letter-spacing: 0.15em;
      font-size: 16px;
    }

    & .button,
    & .tel {
      display: block;
      max-width: 400px;
      width: 100%;
      padding: 16px;
      font-size: 1.6rem;
      line-height: 2;
      color: #555;
      text-align: center;
      letter-spacing: 0.15em;
      border-radius: 3px;
      background-color: #fff;
      transition: all 0.5s ease-in-out;
      margin: 30px auto 0;

      & a {
        color: #fff;

        &:hover {
          opacity: 0.6;
        }
      }

      &:hover {
        color: #ffffff;
        background-color: var(--main-color);
      }
    }
  }
}

@media (max-width: 600px) {
  .containerbox {
    padding: 20px;

    & .container {
      padding: 40px 20px;

      & h3 {
        font-size: 2.4rem;
        margin-bottom: 20px;
      }

      & p {
        font-size: 14px;
      }

      & .button,
      & .tel {
        padding: 10px;
      }
    }
  }
}

/*------------------------------------------------------------
	comVisual
------------------------------------------------------------*/
.comVisual {
  margin-bottom: 25px;
  color: #fff;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url("img/page/visual.jpg") no-repeat center center;
  background-size: cover;
  position: relative;

  &::after {
    top: 0;
    content: "";
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.7;
    z-index: 0;
    left: 0;
  }
}

.comVisual .headLine05 {
  font-size: 4.6rem;
  color: var(--main-color);
  letter-spacing: 0.06em;
  z-index: 1;
}

@media all and (max-width: 896px) {
  .comVisual {
    margin-top: 80px;
    margin-bottom: 13px;
    height: 135px;
    /* background: url("img/page/sp_com_visual_bg.jpg") no-repeat center center; */
    background-size: cover;
  }

  .comVisual .headLine05 {
    font-size: 2rem;
  }
}

/*------------------------------------------------------------
	archivePage 掲載記事一覧
------------------------------------------------------------*/
.archivePage {
  margin: 0 16px;

  & .blog_archive {
    & .blog_list {
      margin-bottom: 80px;

      & .blogPage_item {
        & .blogUl {
          display: flex;
          gap: 30px;
          flex-wrap: wrap;
          justify-content: center;

          @media all and (max-width: 896px) {
            justify-content: center;
          }

          & li {
            width: calc(100% / 3 - 30px);
            min-width: 300px;
            background-color: #eeeeee;
            padding: 10px;
            box-sizing: border-box;

            & a {
              & figure {
                overflow: hidden;

                & img {
                  transition: all 0.3s ease-in-out;
                  aspect-ratio: 3 / 2;
                  object-fit: cover;
                }

                & .blog_txt {
                  & .blog_date {
                    font-size: 12px !important;
                  }

                  & .title-wrap {
                    & .new_recent {
                      color: red;
                    }
                  }
                }
              }
            }
          }

          & li:hover a figure img {
            transform: scale(1.1);
          }
        }
      }
    }

    & .all_tabs {
      max-width: 300px;
      margin: 0 auto 20px;

      & a {
        color: #fff;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
        background-color: var(--main-color);
        padding: 5px 10px;
        /* font-family: var(--font-min); */
        border-radius: 10px;
        box-shadow: 2px 2px 4px #33333334;
        width: 100%;
        display: block;

        &:hover {
          opacity: 0.6;
        }
      }
    }

    & .category_tabs {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-bottom: 40px;

      & .category_tabs_item {
        /* border: 2px solid var(--sub-color); */
        background-color: #7499ac;
        padding: 20px;
        width: 50%;

        & .area_title {
          text-align: center;
          color: #fff;
          border-bottom: 1px solid #fff;
          font-size: 20px;
          font-weight: 700;
          max-width: 300px;
          margin: 0 auto 20px;
        }

        & ul {
          display: flex;
          flex-wrap: wrap;
          gap: 10px;

          & li {
            & a {
              background-color: #ddd;
              padding: 0 5px;
              min-width: 60px;
              display: inline-block;
              text-align: center;

              &:hover {
                opacity: 0.5;
              }
            }
          }
        }
      }

      & .area_tabs {
        & ul {
          & li:nth-child(n + 21) {
            display: none;
          }
        }
      }

      /* 開いた状態のとき表示 */
      & .area_tabs {
        & ul.show-all {
          & li {
            display: block;
          }
        }
      }
    }

    @media (max-width: 796px) {
      & .category_tabs {
        flex-direction: column;

        & .category_tabs_item {
          width: 100%;
        }
      }
    }
  }

  .blogPage_item_widget {
    background-color: #eeeeee;
    padding: 20px;
    margin: 0 16px;
  }
}

/*------------------------------------------------------------
	singlePage 記事ページ
------------------------------------------------------------*/
.singlePage {
  & .news {
    margin: 0 16px;

    @media (max-width: 796px) {
      margin-top: 80px;
    }

    & .singleBox {
      & news_date {
        font-size: 14px;
      }

      & .single_txt {
        & h2 {
          text-align: center;
          font-size: 3rem;
          margin: 10px 0 40px;
          border-bottom: 1px solid var(--main-color);
        }

        & h3 {
          background-color: var(--main-color);
          font-weight: 700;
          color: #fff;
          padding: 10px;
          margin-top: 30px;
        }

        & h4 {
          background-color: #fff;
          border: 1px solid #ddd;
          color: #333;
          margin-bottom: 20px;
          padding: 5px 16px;
        }

        & img {
          margin-top: 20px;
          max-height: 500px;
          height: 100%;
          object-fit: cover;
        }
      }

      & .pageNavi {
        display: flex;
        justify-content: space-between;
      }
    }

    & .newsPage_item {
      background-color: #eeeeee;
      padding: 20px;
      margin-top: 20px;

      & .widget-title {
        font-weight: 700;
        font-size: 20px;
        padding-left: 10px;
        border-left: 5px solid var(--main-color);
        margin-bottom: 10px;
      }
    }
  }
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contactPage {
  padding: 0 20px;
}

.contactPage .topTxt {
  margin: 0 0 68px 3px;
  letter-spacing: 0.06em;
}

.contactPage table {
  margin-bottom: 158px;
  width: 100%;
  border-collapse: collapse;
  word-break: break-all;
}

.contactPage th,
.contactPage td {
  padding: 28px 0 28px 58px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #d1cfcf;
}

.contactPage th {
  padding: 20px 50px 20px 0;
  width: 29%;
  font-weight: 500;
}

.contactPage td {
  font-size: 1.3rem;
  position: relative;
}

.contactPage th .must {
  float: right;
  width: 44px;
  color: #fff;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  background: var(--main-color);
  text-align: center;
}

.contactPage td:before {
  position: absolute;
  left: 0;
  top: 27px;
  width: 1px;
  bottom: 27px;
  background: #d1cfcf;
  content: "";
}

.contactPage td input[type="text"],
.contactPage td input[type="email"],
.contactPage td input[type="number"],
.contactPage td input[type="tel"],
.contactPage td select,
.contactPage td textarea {
  width: 100%;
  height: 58px;
  color: #212836;
  font-size: 1.3rem;
  padding: 5px 10px 5px 23px;
  -webkit-appearance: none;
  box-sizing: border-box;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
}

.contactPage td .wid01 {
  width: 98px !important;
}

.contactPage td .ico {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.6rem;
}

.contactPage td .add {
  margin-bottom: 20px;
}

.contactPage td textarea {
  height: 265px;
  resize: vertical;
  padding: 20px 10px 20px 23px;
}

.contactPage .txtP {
  margin-bottom: 45px;
  line-height: 1.9;
  text-align: center;
}

.contactPage .txtP a {
  text-decoration: underline;
}

.contactPage .txtP a:hover {
  opacity: 0.7;
}

.contactPage .agreeTxt {
  width: 460px;
  margin: 0 auto 100px;
  padding: 12px 10px 16px 80px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.contactPage .agreeTxt input[type="checkbox"] {
  display: none;
}

.contactPage .agreeTxt input[type="checkbox"]~span {
  background: url("img/common/check_box_bg02.png") no-repeat left top 9px;
  background-size: 16px 16px;
  display: block;
  min-height: 16px;
  padding: 4px 0 6px 26px;
}

.contactPage .agreeTxt input[type="checkbox"]:checked~span {
  background: url("img/common/check_box_bg01.png") no-repeat left top 9px;
  background-size: 16px 16px;
}

.contactPage .submit {
  text-align: center;
}

.contactPage .submit li {
  margin: 0 6px;
  display: inline-block;
  vertical-align: top;
}

.ajax-loader {
  display: none !important;
}

.contactPage .submit li .info01 {
  display: block;
  position: relative;
  background: #212836;
  border: 1px solid #212836;
}

.contactPage .submit li .info02 {
  position: relative;
  z-index: 2;
}

.contactPage .submit li .info01:before {
  margin-top: -5px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 21px;
  height: 11px;
  background: url("img/common/icon05.png") no-repeat left center;
  background-size: 21px 11px;
  content: "";
  z-index: 3;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.contactPage .submit li .info01:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.contactPage .submit .back .info01:before {
  margin-top: -5px;
  position: absolute;
  right: auto;
  left: 10px;
  top: 50%;
  width: 21px;
  height: 11px;
  background: url("img/common/icon07.png") no-repeat left center;
  background-size: 21px 11px;
  content: "";
}

.contactPage .submit li input {
  color: #fff;
  width: 258px;
  height: 48px;
  font-size: 1.6rem;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
}

.contactPage .submit li input:disabled {
  cursor: default;
  pointer-events: none;
}

.contactPage .submit .back .info01 {
  background: #919191;
  border-color: #919191;
}

.contactPage .submit li.disabled .info01 {
  background: #cecece;
  border-color: #cecece;
}

.contactPage .submit li.disabled .info01:after {
  display: none;
}

.contactPage .errTop {
  margin-bottom: 16px;
  padding: 18px 10px;
  color: #c1272d;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border: 3px solid #c1272d;
  background: #fcdedd;
  text-align: center;
}

.contactPage .errTop img {
  margin: -3px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.contactPage .error td input,
.contactPage .error td select,
.contactPage .error td textarea {
  background: #fcdedd;
  border: 1px solid #c1272d;
}

.contactPage .error td .errorTxt {
  margin: 2px 0 -22px;
  display: block;
  color: #de2b2b;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
}

.contactPage .confirmTab th,
.contactPage .confirmTab td {
  height: 60px;
}

.contactPage .confirmTab td .add {
  margin-bottom: 4px;
}

.thanks .title {
  margin-bottom: 32px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}

.thanks .thanksTxt {
  margin-bottom: 180px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}

.thanks .linkBtn a {
  margin: 0 auto;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  width: 256px;
  color: #fff;
  text-align: center;
  position: relative;
  background: #212836;
  border: 1px solid #212836;
  box-sizing: border-box;
}

.thanks .linkBtn a:before {
  margin-top: -4px;
  position: absolute;
  left: 11px;
  top: 50%;
  width: 21px;
  height: 11px;
  background: url("img/common/icon07.png") no-repeat left center;
  background-size: 21px auto;
  content: "";
  z-index: 3;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.thanks .linkBtn .info {
  position: relative;
  z-index: 2;
}

.thanks .linkBtn a:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media all and (min-width: 897px) {
  .contactPage .submit li:hover .info01:after {
    width: 100%;
    right: auto;
    left: 0;
  }

  .contactPage .submit li:hover .info01:before {
    right: -21px;
    background-image: url("img/common/icon08.png");
  }

  .contactPage .submit li.disabled:hover .info01:before {
    right: 10px;
    background-image: url("img/common/icon05.png");
  }

  .contactPage .submit li:hover input {
    color: #212836;
  }

  .contactPage .submit li.disabled:hover input {
    color: #fff;
  }

  .contactPage .submit li.back:hover .info01:before {
    left: -21px;
    background-image: url("img/common/icon14.png");
  }

  .thanks .linkBtn a:hover {
    color: #212836;
  }

  .thanks .linkBtn a:hover:before {
    background-image: url("img/common/icon14.png");
    left: -21px;
  }

  .thanks .linkBtn a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
  }
}

@media all and (max-width: 896px) {
  .contactPage .topTxt {
    margin: 0 0 17px;
    line-height: 1.9;
    text-align: center;
  }

  .contactPage table {
    margin-bottom: 48px;
  }

  .contactPage th,
  .contactPage td {
    float: left;
    width: 100%;
    padding: 0 0 25px;
    box-sizing: border-box;
  }

  .contactPage th {
    padding: 22px 0 10px;
    width: 100%;
    border: none;
  }

  .contactPage td:before {
    display: none;
  }

  .contactPage td input[type="text"],
  .contactPage td input[type="email"],
  .contactPage td input[type="tel"],
  .contactPage td textarea {
    height: 58px;
    font-size: 1.2rem;
    padding: 5px 10px 5px 25px;
  }

  .contactPage td {
    font-size: 1.4rem;
  }

  .contactPage td .wid01 {
    width: 124px !important;
  }

  .contactPage td .ico {
    margin-right: 7px;
  }

  .contactPage td .add {
    margin-bottom: 20px;
  }

  .contactPage td textarea {
    height: 180px;
    padding: 20px 10px 20px 25px;
  }

  .contactPage .txtP {
    margin-bottom: 23px;
    line-height: 1.85;
  }

  .contactPage .agreeTxt {
    width: auto;
    margin: 0 auto 51px;
    padding: 14px 10px 14px 30px;
  }

  .contactPage .agreeTxt span.wpcf7-list-item {
    margin: 0 !important;
  }

  .contactPage .submit li {
    margin: 0 0 15px;
    display: block;
  }

  .contactPage .submit li:last-child {
    margin-bottom: 0;
  }

  .contactPage .submit li span:before {
    right: 17px;
  }

  .contactPage .submit li input {
    width: 100%;
    height: 60px;
  }

  .contactPage .errTop {
    margin-bottom: 18px;
    padding: 23px 10px 20px;
    font-size: 1.6rem;
    border-width: 2px;
    line-height: 1.9;
  }

  .contactPage .errTop img {
    margin: 0 auto 5px;
    display: block;
  }

  .contactPage .error td .errorTxt {
    margin: 3px 0 -19px;
    font-size: 1.1rem;
  }

  .contactPage .confirmTab th,
  .contactPage .confirmTab td {
    padding: 21px 0 7px;
    height: auto;
    line-height: 2;
  }

  .contactPage .confirmTab td {
    padding: 0 0 20px;
  }

  .contactPage .confirmTab td .add {
    margin-bottom: 4px;
  }

  .thanks .title {
    margin-bottom: 22px;
    font-size: 2.4rem;
  }

  .thanks .thanksTxt {
    margin-bottom: 37px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.9;
  }

  .thanks .linkBtn a {
    margin: 0 auto;
    height: 60px;
    width: 100%;
    font-size: 1.6rem;
    max-width: 450px;
    letter-spacing: 0.06em;
  }

  .thanks .linkBtn a:before {
    left: 16px;
  }
}

@media all and (max-width: 374px) {
  .contactPage .txtP {
    margin: 0 -17px 23px;
  }

  .contactPage .agreeTxt {
    padding: 14px 5px 14px 10px;
    font-size: 1.3rem;
  }
}

/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacy {
  margin-bottom: 240px;
  padding: 0 20px;
}

.privacy p {
  margin-bottom: 4px;
  line-height: 2.3;
  letter-spacing: 0.06em;
}

.privacy h3 {
  font-size: 24px;
  margin-bottom: 30px;
  padding-left: 10px;
  border-left: 5px solid var(--main-color);
  position: relative;
}

.privacy h4 {
  border-bottom: 1px solid #333;
  width: fit-content;
  padding: 0 10px;
  margin-bottom: 10px;
}

.privacy h5 {
  margin-bottom: 6px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.privacy .txt01 {
  margin-bottom: 65px;
}

.privacy .txt02 {
  margin-bottom: 72px;
}

.privacy .txt03 {
  margin-bottom: 35px;
}

.privacy .txt04 {
  margin-bottom: 0;
}

@media all and (max-width: 896px) {
  .privacy {
    margin-bottom: 110px;
    padding: 0 20px;
  }

  .privacy .pageTitle {
    padding: 103px 0 30px;
  }

  .privacy .pageTitle .headLine01 .en {
    margin-bottom: 8px;
    font-size: 3.2rem;
  }

  .privacy .pageTitle .headLine01 .jp {
    font-size: 2rem;
  }

  .privacy #pagePath {
    margin-bottom: 56px;
  }

  .privacy p {
    margin-bottom: 3px;
    line-height: 1.85;
    letter-spacing: 0.01em;
  }

  .privacy h5 {
    margin-bottom: 3px;
    letter-spacing: 0.01em;
  }

  .privacy .txt01 {
    margin-bottom: 57px;
  }

  .privacy .txt02 {
    margin-bottom: 60px;
  }

  .privacy .txt03 {
    margin-bottom: 27px;
  }

  .privacy .txt04 {
    margin-bottom: 0;
  }
}

.wpcf7-response-output {
  display: none !important;
}