@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* 色のクラス
--------------------------------------------------*/
.white {
  color: #fff;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.black {
  color: #000;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
a,
p,
div,
span,
img,
svg,
table,
tr,
th,
td,
figure {
  font-family: "Zen Old Mincho", "Noto Serif SC", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #171a1b;
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body,
  ul,
  ol,
  dl,
  li,
  dt,
  dd,
  p,
  div,
  span,
  img,
  svg,
  a,
  table,
  tr,
  th,
  td,
  figure {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Old Mincho", "Noto Serif SC", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #182861;
}

p {
  font-family: "Zen Old Mincho", "Noto Serif SC", serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

/* 共通
--------------------------------------------------*/
body {
  word-break: break-word;
}
body.preload .wow.fadeIn, body.preload .wow.fadeInUp {
  opacity: 0 !important;
}

main {
  overflow: hidden;
}

header {
  position: relative;
}

/* SPメニューオープン時背景シャドウ
--------------------------------------------------*/
#shadow {
  position: fixed;
  top: 75px;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 26, 22, 0.2);
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.4s;
  z-index: 998;
}
#shadow.active {
  pointer-events: all;
  opacity: 1;
}

/* ページャー
--------------------------------------------------*/
.archive .wp-pagenavi {
  max-width: 1400px;
  width: 90%;
  margin-top: 43px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .archive .wp-pagenavi {
    margin-top: 47px;
  }
}
.archive .wp-pagenavi > span,
.archive .wp-pagenavi > a {
  display: inline-block;
  min-width: 60px;
  height: 60px;
  margin: 7.5px;
  padding-top: 20px;
  padding-bottom: 21px;
  background-color: #fff;
  border: 1px solid #182861;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  color: #182861;
}
@media screen and (max-width: 768px) {
  .archive .wp-pagenavi > span,
  .archive .wp-pagenavi > a {
    min-width: 40px;
    height: 40px;
    margin: 3px;
    padding-top: 11px;
    padding-bottom: 12px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 449px) {
  .archive .wp-pagenavi > span,
  .archive .wp-pagenavi > a {
    min-width: 35px;
    height: 35px;
    padding-top: 8px;
    padding-bottom: 9px;
  }
}
.archive .wp-pagenavi > span:hover,
.archive .wp-pagenavi > a:hover {
  border-color: #182861;
}
.archive .wp-pagenavi .current {
  background-color: #182861;
  border: 1px solid #182861;
  color: #fff;
  font-weight: 500;
}
.archive .wp-pagenavi i {
  font-size: 82%;
}

/* 404
--------------------------------------------------*/
#cnt {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #cnt {
    margin: 80px auto 80px;
    width: 90%;
  }
}
#cnt h2 {
  font-size: 3rem;
}
#cnt p a {
  color: #182861;
  text-decoration: underline;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* ヘッダー
--------------------------------------------------*/
header {
  padding-top: 114px;
}
@media screen and (max-width: 768px) {
  header {
    padding-top: 75px;
  }
}
header #nav_head {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0px 10px 10px rgba(31, 35, 34, 0.05);
}
header #nav_head .wrap_nav {
  padding: 25px 0;
  max-width: 1400px;
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  header #nav_head .wrap_nav {
    padding: 15px 0;
  }
}
header #nav_head .logo {
  width: 260px;
}
@media screen and (max-width: 999px) {
  header #nav_head .logo {
    width: 180px;
  }
}
header #nav_head #nav_pc {
  height: 100%;
}
header #nav_head #nav_pc .lang_nav_list {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
  gap: 10px;
}
header #nav_head #nav_pc .lang_nav_list li {
  font-size: 1.4rem;
  color: #182861;
  border: solid 1px #182861;
  border-radius: 15px;
  padding: 3px 0px;
  width: 110px;
  text-align: center;
  transition: 0.2s;
}
@media screen and (max-width: 999px) {
  header #nav_head #nav_pc .lang_nav_list li {
    font-size: 1.2rem;
  }
}
header #nav_head #nav_pc .lang_nav_list li a {
  font-size: inherit;
  color: inherit;
}
header #nav_head #nav_pc .lang_nav_list li:hover {
  opacity: 0.5;
}
header #nav_head #nav_pc .page_nav_list {
  display: flex;
  align-items: center;
  height: 100%;
  margin-top: 15px;
  gap: 28px;
}
header #nav_head #nav_pc .page_nav_list li {
  font-size: 1.6rem;
  color: #171a1b;
  transition: 0.2s;
}
@media screen and (max-width: 999px) {
  header #nav_head #nav_pc .page_nav_list li {
    font-size: 1.4rem;
  }
}
header #nav_head #nav_pc .page_nav_list li:hover {
  color: #182861;
  opacity: 0.7;
  transition: 0.2s;
}
header #nav_head #nav_pc .page_nav_list .current {
  color: #182861;
  border-bottom: solid 1px #182861;
}
header #nav_head #nav_pc .page_nav_list a {
  font-size: inherit;
  color: inherit;
}
header #nav_head #nav_pc .page_nav_list a:hover {
  color: #182861;
  opacity: 1;
}
header #nav_head .openbtn {
  /*reset*/
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  /*reset*/
  display: none;
  position: relative;
  background: #182861;
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  header #nav_head .openbtn {
    display: block;
  }
}
header #nav_head .openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: calc(50% - 13px);
  height: 1px;
  background: #fff;
  width: 26px;
}
header #nav_head .openbtn span:nth-of-type(1) {
  top: 13px;
}
header #nav_head .openbtn span:nth-of-type(2) {
  top: 22px;
}
header #nav_head .openbtn span:nth-of-type(3) {
  top: 31px;
}
header #nav_head .openbtn.active span:nth-of-type(1) {
  top: 16px;
  left: 10px;
  transform: translateY(6px) rotate(-45deg);
}
header #nav_head .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
header #nav_head .openbtn.active span:nth-of-type(3) {
  top: 28px;
  left: 10px;
  transform: translateY(-6px) rotate(45deg);
}
header #nav_head #nav_sp {
  display: none;
  position: fixed;
  top: 75px;
  right: 0;
  width: 80%;
  height: calc(100% - 65px);
  padding: 35px 5vw 50px;
  background-color: #ffffff;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.4s;
  transform: translateX(10%);
  z-index: 999;
}
@media screen and (max-width: 449px) {
  header #nav_head #nav_sp {
    width: 300px;
    max-width: 90%;
  }
}
header #nav_head #nav_sp.active {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}
@media screen and (max-width: 999px) {
  header #nav_head #nav_sp {
    display: block;
  }
}
header #nav_head #nav_sp .page_nav_list li {
  color: #171a1b;
  font-size: 1.6rem;
  border-top: 1px solid #fff;
}
header #nav_head #nav_sp .page_nav_list li:first-child {
  border-top: none;
}
header #nav_head #nav_sp .page_nav_list li a {
  display: block;
  padding: 15px 0;
  color: inherit;
  font-size: inherit;
}
header #nav_head #nav_sp .page_nav_list li.visiter, header #nav_head #nav_sp .page_nav_list li.member {
  padding: 0;
  border-top: none;
}
header #nav_head #nav_sp .page_nav_list li.visiter a, header #nav_head #nav_sp .page_nav_list li.member a {
  position: relative;
  display: block;
  padding: 15px 45px 15px 20px;
  color: #fff;
}
header #nav_head #nav_sp .page_nav_list li.visiter a::after, header #nav_head #nav_sp .page_nav_list li.member a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
}
header #nav_head #nav_sp .page_nav_list li.visiter img, header #nav_head #nav_sp .page_nav_list li.member img {
  width: 20px;
  vertical-align: -2px;
  margin-right: 20px;
}
header #nav_head #nav_sp .page_nav_list li.visiter {
  margin-top: 35px;
  background-color: #7f8dbf;
}
header #nav_head #nav_sp .page_nav_list li.member {
  margin-top: 15px;
  background-color: #182861;
}
header #nav_head #nav_sp .lang_nav_list {
  margin-top: 20px;
  display: flex;
  gap: 5px;
}
header #nav_head #nav_sp .lang_nav_list li {
  font-size: 1.2rem;
  color: #182861;
  border: solid 1px #182861;
  border-radius: 15px;
  padding: 3px 0px;
  width: 110px;
  text-align: center;
}
header #nav_head #nav_sp .lang_nav_list li a {
  font-size: inherit;
  color: inherit;
}

/* KV_下層
--------------------------------------------------*/
#kv_under {
  padding: 30px 0;
  background: linear-gradient(90deg, #f7f5f1 0%, #f0e7d5 100%);
  background-image: url(../img/common/bg_head.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#kv_under .kv_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  padding: 27px 10px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kv_under .kv_wrap {
    min-height: 140px;
  }
}
#kv_under .kv_icon {
  margin-bottom: 10px;
}
#kv_under .kv_icon img {
  width: auto;
  height: 45px;
}
#kv_under .kv_ttl {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #kv_under .kv_ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 449px) {
  #kv_under .kv_ttl {
    font-size: 2rem;
  }
}
#kv_under .kv_ttl_sub {
  position: relative;
  padding-top: 13px;
  color: #182861;
  font-size: 2rem;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  #kv_under .kv_ttl_sub {
    font-size: 1.8rem;
  }
}
#kv_under .kv_ttl_sub::after {
  position: absolute;
  left: calc(50% - 105px);
  top: 0;
  content: "";
  display: block;
  width: 210px;
  height: 6px;
  background-image: url(../img/common/border_dot_yoko.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
}

body.post-type-archive header #nav_head #nav_pc > ul li.news {
  color: #182861;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
#contact {
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
}
#contact:hover .box_bg {
  transform: scale(1.1);
}
#contact:hover .btn {
  background-color: #fff;
  color: #182861;
}
#contact .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contact .content {
    width: 90%;
    margin: auto;
  }
}
#contact .content h2 {
  color: #fff;
  margin-bottom: 30px;
}
#contact .content .btn {
  transition: 0.3s;
}
#contact .box_bg {
  height: 320px;
  width: 100%;
  background-image: url(../img/top/contact.webp);
  background-position: center;
  background-size: cover;
  transition: transform 0.8s ease;
}

footer {
  background-color: #f8f8f8;
  padding: 60px 0 30px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 30px 0 30px;
  }
}
footer .wrap_footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 999px) {
  footer .wrap_footer .wrap_logo {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  footer .wrap_footer .wrap_logo {
    width: 100%;
  }
}
footer .wrap_footer .wrap_logo .logo {
  width: 200px;
  margin-bottom: 20px;
}
footer .wrap_footer .wrap_logo .address {
  font-size: clamp(1.2rem, 1.07vw, 1.5rem);
}
footer .wrap_footer .wrap_logo .copy {
  font-size: 1.1rem;
  margin-top: 50px;
}
footer .wrap_footer .footer_nav {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 999px) {
  footer .wrap_footer .footer_nav {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  footer .wrap_footer .footer_nav {
    display: none;
  }
}
footer .wrap_footer .footer_nav li a {
  font-size: clamp(1.2rem, 1.14vw, 1.6rem);
}
footer .wrap_footer .footer_nav li a:hover {
  opacity: 0.5;
}

/* 流用パーツ
--------------------------------------------------*/
.pc-view {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-view {
    display: block;
  }
}

.sp-view {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp-view {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  br.tab {
    display: none;
  }
}
br.pc-view {
  display: none;
}
@media screen and (min-width: 769px) {
  br.pc-view {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  br.pc-view.blank {
    display: none;
  }
}
br.lg-view {
  display: block;
}
@media screen and (min-width: 1000px) {
  br.lg-view {
    display: none;
  }
}
br.sp-view {
  display: block;
}
@media screen and (min-width: 769px) {
  br.sp-view {
    display: none;
  }
}
br.sm-view {
  display: none;
}
@media screen and (max-width: 449px) {
  br.sm-view {
    display: block;
  }
}

span {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.x50 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 50%;
}

.x60 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 60%;
}

.x66 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 66.66%;
}

.x70 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 70%;
}

.x80 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 80%;
}

.x90 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 90%;
}

.x40 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 40%;
}

.x120 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 120%;
}

.x130 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 130%;
}

.x140 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 140%;
}

.x150 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 150%;
}

.mb0 {
  margin-bottom: 0;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.pt100 {
  padding-top: 100px;
}

.w90p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .w90p {
    width: 90%;
  }
}

.w1000 {
  width: 75%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .w1000 {
    width: 90%;
  }
}

.w1200 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .w1200 {
    width: 90%;
  }
}

.w1400 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .w1400 {
    width: 90%;
  }
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* 共通パーツ
--------------------------------------------------*/
h2 {
  font-size: clamp(3rem, 3.42vw, 4.8rem);
  line-height: 1.4 !important;
  margin-bottom: 40px;
}
h2 span {
  font-size: 1.6rem;
  display: block;
}

.btn {
  position: relative;
  display: inline-block;
  width: 100%;
  width: clamp(280px, 25vw, 350px);
  padding: 25px 55px;
  border-radius: 40px;
  background-color: transparent;
  text-align: center;
  color: #182861;
  font-size: 1.6rem;
  border: solid 1px #182861;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 90%;
    padding: 20px 55px;
    font-size: 1.4rem;
  }
  .btn input[type=submit]:focus,
  .btn input[type=submit]:active {
    padding: 20px 55px;
  }
}
.btn::after {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  background-color: #182861;
  top: 50%;
  right: -20px;
}
.btn:hover {
  background-color: #182861;
  color: #fff;
  transition: 0.5s;
}

.white_btn {
  border: solid 1px #fff;
  color: #fff;
}
.white_btn:hover {
  background-color: #fff;
  color: #182861;
}
.white_btn::after {
  background-color: #fff;
}

.sub_kv {
  position: relative;
  height: 380px;
  margin-left: auto;
  margin-right: 0;
  background-color: #f3f1ed;
}
.sub_kv .kv_img_wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.sub_kv .kv_img_wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.sub_kv p {
  position: absolute;
  top: 130px;
  left: 0px;
  right: 0;
  max-width: 1400px;
  width: 90%;
  margin: auto;
  line-height: 1.5;
  color: #fff;
  font-size: clamp(4rem, 4.28vw, 6rem);
}
@media screen and (max-width: 768px) {
  .sub_kv p {
    font-size: 3rem;
    line-height: 1.5;
    text-align: center;
  }
}
.sub_kv p span {
  display: block;
  color: #fff;
  font-size: 2rem;
}

@keyframes zoomOutAnime {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInAnime {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */