@charset "utf-8";

/*
Theme Name: 山王建設興産株式会社2025リニューアルテーマ
*/

/* RESET
----------------------------------------------------------------------------------------------------*/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1.5em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}
/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
:root {
  --inner: 119.6rem;
  --mainColor: #4E885E;
  --subColor: #746343;
  --bgColor: #E4E2DB;
  --black: #332C1F;
}
@media (prefers-reduced-motion: reduce) {
  * {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.8em;
  color: var(--black);
  height: 100%;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  position: relative;
  background: var(--bgColor);
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

.en {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.jp_font {
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
main {
  display: block;
  position: relative;
}

a {
  outline:none;
  color: var(--black);
}

a:hover {
  text-decoration: none;
}

a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}


/* -----------------------------------------------
 * COMMON
----------------------------------------------- */
input[type=text]:focus {
    outline: none;
}

section {
  position: relative;
}
.container {
  max-width: calc(var(--inner) + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.large_container {
  max-width: 124.6rem;
}
.small_container {
  max-width: 100rem;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

@media only screen and ( max-width : 767px ) {
  .container {
    max-width: 100%;
  }
  .section {
    padding: 45px 0;
  }
  .br_pc {
    display: none;
  }
  .sp_none{display:none !important;}
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
}
@media print, screen and ( min-width : 768px ) {
  .section {
    padding: 60px 0;
  }
  .br_sp {
    display: none;
  }
  .sp { display:none !important; }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}
/* ---------------------------------------------------------------------------------------------

　   FLEX

--------------------------------------------------------------------------------------------- */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}


@media (min-width: 576px) {
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

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

　   TEXT

--------------------------------------------------------------------------------------------- */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

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

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 103;
  transition: transform 0.3s 0.3s;
}
#header.scroll {
  /*background: rgba(255,255,255,.95);*/
  background: transparent;
  backdrop-filter: blur(5px);
}
#header.hidden {
    transform: translateY(-100%);
    transition: transform 0.3s ease-out;
}

#h_logo,
#h_contact {
  position: relative;
  z-index: 99999;
}
#h_logo a {
  display: flex;
  color: var(--mainColor);
  font-weight: 700;
}
#h_logo img {
  transition: .3s;
}
.open #h_logo {
  background: url(./img/logo_white.svg) no-repeat center / 100%;
}
.open #h_logo img {
  opacity: 0;
}

#h_contact {
  display: flex;
  align-items: center;
}
.h_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  background: var(--mainColor);
  border-radius: 4rem;
}
.h_btn_txt {
  position: relative;
}
.h_btn_txt:before {
  content: "";
  width: 1.6rem;
  height: 1.1rem;
  background: url(./img/ico-mail.svg) no-repeat center / 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#menu_btn {
  transition: .3s;
  cursor: pointer;
  position: relative;
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 32px;
  padding: 10px;
}

.menu-trigger {
  vertical-align: middle;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--black);
  transition: all .5s;
}

#menu_btn.active .menu-trigger span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}

#menu_btn.active .menu-trigger span:nth-of-type(1) {
  transform: translateY(4px) rotate(-20deg);
}

.menu-trigger span:nth-of-type(2) {
  bottom: 0;
  width: 80%;
}
#menu_btn.active .menu-trigger span:nth-of-type(2) {
  transform: translateY(-4px) rotate(20deg);
  width: 100%;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity .5s;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
.overlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
}
#main {
  height: 100%;
  transition: all .5s;
}
#gNav {
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  transition: all .2s;
  width: 100%;
  background: var(--black);
  opacity: 0;
  visibility: hidden;
}
#gNav.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.nav_wrapper {
  position: relative;
}
.nav_content {
  position: relative;
  z-index: 2;
}
.nav_ul {
  position: relative;
}

.nav li:last-child,
.nav li li:last-child {
  margin-bottom: 0;
}
.nav li a,
.nav_title {
  display: block;
  position: relative;
  letter-spacing: .04em;
  color: #fff;
}
.nav_title {
  font-weight: 700;
}
.nav li li a {
  color: #958D7E;
  padding-left: 1.5rem;
}

.nav li li a:before {
  content: "";
  width: .8rem;
  height: .8rem;
  background: var(--mainColor);
  position: absolute;
  left: 0;
  border-radius: 50%;
}

.sub_nav_link a {
  color: #fff;
}
.sub_nav_link a:hover {
  color: var(--mainColor);
}
.nav_copy_txt {
  color: #fff;
  letter-spacing: .1em;
}
.nav_contact_btn {
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 1rem;
  position: relative;
  height: 8rem;
  padding: 0 2.5rem;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.nav_contact_btn01 {
  background: #87814F;
}
.nav_contact_btn02 {
  background: var(--mainColor);
}
.nav_sns_list li:last-child {
  margin-right: 0;
}
.nav_bnr_link {
  display: block;
}
.nav_bnr_link img {
  border-radius: 1rem;
}
.sub_nav {
  color: #fff;
}
.sub_nav_copuright {
  font-size: 1.2rem;
}



@media only screen and ( max-width : 767px ) {
  #header {
    height: 8rem;
    padding: 1.5rem;
  }
  header.hidden {
    transform: translateY(-8rem) !important;
  }
  #h_logo img {
    width: 11.8rem;
  }
  #h_contact .h_btn {
    display: none;
  }
  /* #menu_btn.active {
    right: 1rem;
    top: .6rem;
  } */
  #gNav {
    padding: 6rem 0 2rem;
  }
  .open #h_logo {
    /* top: 1.5rem;
    left: .5rem; */
  }
  .nav_ul {
    padding-top: 3.4rem;
  }
  .nav_content {
    position: relative;
    padding-bottom:3.6rem;
  }
  .nav {
    padding: 0 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3.5rem;
  }
  .nav li {
    margin-bottom: 3.5rem;
    font-size: 1.6rem;
    width: 44%;
  }
  .nav li:nth-child(2n) {
    width: 54%;
  }
  .nav li ul {
    margin-top: 1.5rem;
  }
  .nav li li {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    width: 100%;
    font-size: 1.4rem;
  }
  .nav li li:nth-child(2n) {
    width: 100%;
  }
  .nav li li a:before {
    top: .6em;
  }
  .nav li li a {
    padding-left: 1rem;
    letter-spacing: 0;
  }
  .nav li li a:before {
    width: .6rem;
    height: .6rem;
  }
  .nav_title {
    font-size: 2rem;
  }
  .sub_nav {
    font-size: 1.2rem;
    padding: 0 2rem;
  }
  .sub_nav a {
    margin-right: 2.5rem;
  }
  .sub_nav a:last-child {
    margin-right: 0;
  }
  #gNav .h_btn {
    width: 100%;
    height: 5.5rem;
    margin-right: 3.5rem;
    font-size: 1.6rem;
    margin-bottom: 3.5rem;
  }
  #gNav .h_btn_txt {
    padding-left: 2.8rem;
  }
  .nav_contact {
    padding: 0 2rem;
    margin-bottom: 6rem;
  }
  .nav_copy_txt {
    display: none;
  }
  .nav_bnr_link {
    text-align: center;
    background: #fff;
    border-radius: 1rem;
  }
  .nav_bnr_link img {
    height: 8rem;
  }
  .nav_sns_list {
    justify-content: center;
    margin-top: 4rem;
  }
  .nav_sns_list li {
    margin-right: 2.5rem;
    width: 4.2rem;
  }
  .nav_sns_list li img {
    width: 100%;
  }
}
@media print, screen and ( min-width : 768px ) {
  #header {
    height: 11rem;
    padding: 0 6rem;
  }
  header.hidden {
    transform: translateY(-11rem) !important;
  }
  .open #h_logo {
  }
  #h_logo img {
    width: 15rem;
  }
  .h_btn {
    width: 18rem;
    height: 4rem;
    margin-right: 2rem;
  }
  .h_btn_txt {
    padding-left: 2.8rem;
  }
  #gNav {
    display: flex;
    align-items: center;
    padding: 0 5rem;
  }
  .nav_wrapper {
    width: 100%;
  }
  .nav_content {
    display: flex;
    flex-wrap: wrap;
    max-width: 136.6rem;
    margin: 0 auto;
  }
  .nav_ul {
    display: flex;
    justify-content: space-between;
    width: 68%;
    border-right: .2rem dashed #fff;
    padding-right: 2rem;
  }
  .nav_contact {
    width: 32%;
    padding-left: 4rem;
  }
  .nav {
    width: 30%;
  }
  .nav li {
    margin-bottom: 6rem;
    font-size: 2rem;
  }
  .nav li ul {
    margin-top: 2rem;
  }
  .nav li li {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
  .nav li li a:before {
    top: 50%;
    transform: translateY(-50%);
  }
  .sub_nav {
    margin-top: 9.5rem;
    font-size: 1.4rem;
    width: 100%;
  }
  .nav_title {
    font-size: 2.8rem;
  }
  .nav_copy_txt {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
  .nav_sns_list {
    margin-top: 4rem;
  }
  .nav_sns_list li {
    margin-right: 1.5rem;
  }
  .nav_sns_list li img {
    width: 4.2rem;
  }
}
@media print, screen and ( min-width : 1366px ) {
  #gNav {
    padding: 0 8rem;
  }
  .nav_title {
    font-size: 3.2rem;
  }
  .nav_copy_txt {
    font-size: 3.2rem;
  }
  .nav li li {
    font-size: 1.6rem;
  }
  .nav_ul {
    padding-right: 5rem;
  }
  .nav_contact {
    padding-left: 6rem;
  }
}


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

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  position: relative;
  /*background: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);*/
  z-index: 10;
}

#footer_content {
  position: relative;
}
#footer_content:after {
  content: "";
  background: rgba(255,255,255,.2);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  z-index: 1;
  position: absolute;
  border-radius: 50% 50% 0 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#footer .container {
  position: relative;
}
.f_top,
.f_bottom {
  position: relative;
  z-index: 2;
}
.f_logo img {
  width: 100%;
}
#footer .f_nav li a,
#footer .f_nav li .f_nav_title {
  position: relative;
  display: block;
  font-weight: 700;
}
#footer .f_nav li li a {
  font-weight: 400;
  color: #958D7E;
  padding-left: 1.2rem;
}
.f_sub_nav a {
  font-weight: 700;
}
#footer .f_nav li li a:before {
  content: "";
  border-radius: 50%;
  background: var(--mainColor);
  position: absolute;
  left: 0;
  width: .8rem;
  height: .8rem;
}
#footer .f_nav li li a:hover,
.f_sub_nav a:hover {
  color: var(--mainColor);
}
#footer .f_nav li .f_nav_title {
  line-height: 1.2;
}

.f_copy {
  text-align: center;
  font-weight: 700;
}
#footer_wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.footer_btn {
  border-radius: 1rem;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 16rem;
}
.footer_btn01 {
  background: #87814F;
}
.footer_btn02 {
  background: var(--mainColor);
}

.f_add {
  font-weight: 700;
  line-height: 1.8em;
}
.f_tel {
  font-weight: 700;
  position: relative;
  font-size: 3.2rem;
  padding-left: 5.5rem;
  line-height: 1;
}
.f_tel a {
  line-height: 1;
}
.f_tel:before {
  content: "";
  background: url(img/ico-freedial.svg) no-repeat center / 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.8rem;
  height: 2.5rem;
}
.f_sns {
  margin: 2rem 0 3rem;
}
.f_sns li {
  width: 3rem;
  margin-right: 1.2rem;
}
.f_sns li:last-child {
  margin-right: 0;
}
.f_bnr a {
  border-radius: .6rem;
  overflow: hidden;
  display: block;
}

@media only screen and ( max-width : 767px ) {
  #footer_wrapper {
    padding-top: 30rem;
    margin-top: -30rem;
  }
  #footer_content {
    padding: 6rem 0 3rem;
  }
  #footer_content:after {
    width: 300%;
    height: 86%;
  }
  .f_logo {
    width: 25rem;
    margin-bottom: 2rem;
  }
  .f_top {
    margin-top: 4rem;
  }
  .f_add {
    margin-bottom: 1rem;
  }
  .f_tel {
    font-size: 3.2rem;
    padding-left: 5rem;
  }
  .f_sns li {
    width: 4rem;
  }
  .f_sns li img {
    width: 100%;
  }
  .f_bnr {
    background: #fff;
    border-radius: .6rem;
  }
  .f_bnr a {
    display: block;
    text-align: center;
  }
  .f_bnr img {
    width: 70%;
  }
  .f_top_left {
    margin-bottom: 5.5rem;
  }
  .f_nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #footer .f_nav li .f_nav_title {
    font-size: 2rem;
    margin-bottom: .8rem;
  }
  .f_nav li {
    width: 48%;
    margin-bottom: 2.5rem;
  }
  .f_nav li li {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    letter-spacing: .1em;;
  }
  .f_nav li li:last-child {
    margin-bottom: 0;
  }
  #footer .f_nav li li a:before {
    top: .5em;
  }
  
  
  .f_bottom {
    font-size: 1.2rem;
    margin-top: 3.5rem;
  }
  .footer_btn {
    height: 6rem;
    padding: 0 2.5rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .footer_btn:last-child {
    margin-bottom: 0;
  }
  .footer_btn__txt {
    display: none;
  }
}

@media print, screen and ( min-width : 768px ) {
  #footer {
    margin-top: 20rem;
  }
  #footer_wrapper {
    padding-top: 32rem;
    margin-top: -32rem;
  }
  #footer_content {
    padding: 6rem 0;
  }
  #footer_content:after {
    width: 160%;
    height: 100%;
  }
  .f_top {
    margin-top: 12rem;
  }
  .f_top_left {
    width: 30.8rem;
    margin-right: 11rem;
  }
  .f_top_right {
    width: calc(100% - 41.8rem);
    display: flex;
    justify-content: space-between;
  }
  .f_logo {
    width: 25rem;
  }
  .f_nav {
    width: 30%;
  }
  .f_nav li ul {
    margin-top: 2rem;
  }
  .f_nav li {
    margin-bottom: 6rem;
    font-size: 2rem;
  }
  .f_nav li li {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .f_nav li:last-child,
  .f_nav li li:last-child {
    margin-bottom: 0;
  }
  #footer .f_nav li li a:before {
    top: .6em;
  }
  .f_bottom {
    margin-top: 11rem;
  }
  .f_sub_nav {
  }
  .f_sub_nav a {
    margin-right: 3.5rem;
  }
  .f_copy {
    font-size: 1.2rem;
  }
  #footer .f_nav li .f_nav_title {
    font-size: 3.2rem;
  }
  .f_add {
    margin: 2rem 0 .5rem;
  }
  .footer_btn {
    width: 48%;
    padding: 0 3rem
  }
  .footer_btn__title {
    font-size: 3.6rem;
  }
  .footer_btn__txt {
    font-size: 1.6rem;
  }
}

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

　   CONTACT

--------------------------------------------------------------------------------------------- */
#contact {
  position: relative;
  z-index: 4;
}

@media only screen and ( max-width : 767px ) {
  
}
@media print, screen and ( min-width : 768px ) {
  #contact {
    margin-top: -17rem;
  }
}



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

　   COMMON

--------------------------------------------------------------------------------------------- */
#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.fit {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}
.btn {
  background: #958D7E;
  color: #fff;
  height: 8rem;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 700;
  max-width: 34rem;
  border-radius: 8rem;
  padding: 0 3rem;
}
.btn:hover {
  background: #D6D1BF;
}

.arrow {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.2rem;
  height: 1.2rem;
  margin: auto 0;
  line-height: 1;
}
.btn .arrow {
  right: 3rem;
}
.footer_btn .arrow {
  right: 3rem;
  width: 3.5rem;
  height: 3.5rem;
  background: #fff;
  border-radius: 50%;
}
.nav_contact_btn .arrow {
  right: 2.5rem;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border-radius: 50%;
}
.text_link .arrow {
  right: 0;
}
.arrow:before,
.arrow:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  width: 2.2rem;
  height: 1.2rem;
}
.arrow:before,
.arrow:after {
  background: url(./img/arrow.svg) no-repeat center / 100%;
}
.btn .arrow:before,
.btn .arrow:after {
  background: url(./img/arrow_white.svg) no-repeat center / 100%;
}
.footer_btn .arrow:before,
.footer_btn .arrow:after {
  width: 3.5rem;
  height: 3.5rem;
}
.nav_contact_btn .arrow:before,
.nav_contact_btn .arrow:after {
  width: 2rem;
  height: 2rem;
}
.nav_contact_btn01 .arrow:before,
.nav_contact_btn01 .arrow:after,
.footer_btn01 .arrow:before,
.footer_btn01 .arrow:after {
  background: url(./img/btn01_arrow.svg) no-repeat center / 100%;
}
.nav_contact_btn02 .arrow:before,
.nav_contact_btn02 .arrow:after,
.footer_btn02 .arrow:before,
.footer_btn02 .arrow:after {
  background: url(./img/btn02_arrow.svg) no-repeat center / 100%;
}
.btn .arrow:after,
.more_btn .arrow:after,
.text_link .arrow:after,
.footer_btn .arrow:after,
.nav_contact_btn .arrow:after {
  transform: translateX(-100%);
}
.btn:hover .arrow:before,
.more_btn:hover .arrow:before,
.text_link:hover .arrow:before,
.footer_btn:hover .arrow:before,
.nav_contact_btn:hover .arrow:before {
  animation-name: transformRightLeft;
  animation-delay: 0s;
}
.btn:hover .arrow:after,
.more_btn:hover .arrow:after,
.text_link:hover .arrow:after,
.footer_btn:hover .arrow:after,
.nav_contact_btn:hover .arrow:after {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}

@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}


.btn_center {
  margin: 0 auto;
}

.text_link {
  position: relative;
  display: block;
  border-bottom: 1px solid var(--black);
  width: 24rem;
  font-weight: 700;
  padding-bottom: .6rem;
  letter-spacing: .05em;
}


.more_btn {
  position: relative;
  display: inline-block;
}
.more_btn .more_btn_txt {
  border-bottom: 1px solid var(--black);
  display: block;
  padding-bottom: .3em;
  font-weight: 700;
  margin-left: 3.4rem;
}


.heading {
  display: flex;
  flex-direction: column;
  position: relative;
}
.heading:before {
  content: "";
  position: absolute;
  background: url(./img/title_deco.svg) no-repeat center / 100%;
}
.heading.heading02:before {
  content: none;
}
.heading-en {
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.heading-jp {
  line-height: 1.56;
}
@media only screen and ( max-width : 767px ) {
  #wrapper_sp {
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  .sec {
    padding: 7rem 0;
  }
  .btn {
    height: 5.5rem;
    padding: 0 2rem;
    font-size: 1.6rem;
    max-width: 30rem;
  }
  .heading {
    margin-bottom: 3rem;
  }
  .heading-jp {
    font-size: 2.8rem;
  }
  .heading-en {
    font-size: 1.2rem;
    margin-top: .2rem;
  }
  .heading:before {
    left: -1rem;
    width: .9rem;
    height: .7rem;
    top: .5rem;
  }
  .footer_btn .arrow {
    width: 2.1rem;
    height: 2.1rem;
    right: 2.5rem;
  }
  .footer_btn .arrow:before,
  .footer_btn .arrow:after {
    width: 2.1rem;
    height: 2.1rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .sec {
    padding: 10rem 0;
  }
  .heading {
    margin-bottom: 7rem;
  }
  .heading-en {
  }
  .heading-jp {
    font-size: 6rem;
  }
  .heading.heading02 .heading-en {
    font-size: 2rem;
  }
  .heading.heading02 .heading-jp {
    font-size: 5.6rem;
  }
  .heading:before {
    left: -2rem;
    width: 1.8rem;
    height: 1.3rem;
    top: .5rem;
  }
  .btn_center_pc {
    margin: 0 auto;
  }
}



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

　    NEWS

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

.pickup-category {
  background: #212121;
  color: #fff;
  font-size: 1.2rem;
  padding: .1em 1em;
  border-radius: .3rem;
  text-align: center;
  display: inline-block;
}
.pickup-category.pickup-category__blog {
  background: #3BA779;
}
.news__list_box {
  border-bottom: 1px solid var(--black);
}
.news__list_box a {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.news__list_box:first-child a {
  padding-top: 0;
}
.news__list_box:last-child {
  margin-bottom: 0;
}

.news__list_box .pickup_date {
  margin-top: 0;
}
.pickup_date {
  font-weight: 700;
  margin-top: 2rem;
}
.pickup_list__tit {
  font-weight: 700;
  margin: 1rem 0;
}
@media only screen and ( max-width : 767px ) {
  .news__list_box {
    margin-bottom: 2rem;
  }
  .news__list_box a {
    align-items: center;
    padding: 2rem 0;
  }
  .news__list_box .pickup_date {
    margin-right: 1rem;
  }
  .news__list_box .pickup-category {
    width: 7.4rem;
  }
  .news__post_title {
    width: 100%;
    margin-top: 1rem;
  }
  .pickup_list__tit {
    font-size: 2rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .news__list_box {
    margin-bottom: 2rem;
  }
  .news__list_box a {
    align-items: center;
    padding: 2.5rem 0;
  }
  .news__list_box .pickup_date {
    width: 11rem;
  }
  .news__list_box .pickup-category {
    width: 7.4rem;
    margin-right: 5rem;
  }
  .news__post_title {
    width: calc(100% - (11rem + 7.4rem + 5rem));
  }
  #pickup .top-slide__fig {
    margin-bottom: 3rem;
  }
  .pickup_list__tit {
    font-size: 2.4rem;
  }
}

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

　   pagenavi

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

.wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.wp-pagenavi .pages,
.previouspostslink,
.nextpostslink {
  display: none;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
  width: 4rem;
  height: 4rem;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 .7rem;
  font-weight: 700;
  border-radius: .4rem;
  line-height:4rem;
  border: 1px solid var(--black);
}
.wp-pagenavi .page:hover {
  background: #D6D1BF;
  color: #fff;
}
.wp-pagenavi .current {
  background: #958D7E;
  color: #fff;
}

.wp-pagenavi .extend {
  display: flex;
  align-items: center; 
}
.wp-pagenavi .first,
.wp-pagenavi .last {
  display: flex;
  align-items: center;
  padding-top: .7em;
}
@media only screen and ( max-width : 767px ) {
  .wp-pagenavi {
    margin-top: 5rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .wp-pagenavi {
    margin-top: 10rem;
  }
}


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

　   ぱんくず

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

.mod-mv_breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
  justify-content: flex-end;
}
.breadcrumbs-home {
  display: inline-block;
  margin-right: .5rem;
}
.breadcrumbs-home img {
  width: 1rem;
  display: block;
}
.mod-mv_breadcrumbs li {
  letter-spacing: .1em;
  position: relative;
}
.mod-mv_breadcrumbs li a {
  color: var(--mainColor);
  text-decoration: underline;
}
.mod-mv_breadcrumbs li:after {
  content: "";
  width: .7rem;
  height: 1.2rem;
  background: url(./img/ico-arrow.svg) no-repeat center / 100%;
  display: inline-block;
  margin: 0 .5rem;
}
.mod-mv_breadcrumbs li:last-child:after {
  content: none;
}
.mod-mv_breadcrumbs li.breadcrumbs-active a {
  /* color: var(--mainColor); */
  text-decoration: inherit;
  color: var(--black);
}
@media only screen and ( max-width : 767px ) {
  .mod-mv_breadcrumbs {
    font-size: 1.2rem;
  }
  .breadcrumbs-home span img {
    width: 12px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .mod-mv_breadcrumbs {
    font-size: 1.4rem;
  }
}


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

　   XXX

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

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}

