/*
Theme Name: fujipaper_new
Theme URl:  http://192.168.0.210:10002/cms
Author: OFFICE PARTNER Co.,Ltd.
Description: 富士紙化学株式会社オリジナルテーマ
*/

/* ********** base  ********** */

*,
*:before,
*:after {
  box-sizing: border-box;
}
/* * {
  outline: 1px solid #ff0099;
} */
html {
  scroll-behavior: smooth;
}
html,
body {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: var(--font-color);
  width: 100%;
  letter-spacing: 0.05em;
  font-family: "Manrope", "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
/* 画面遷移時のフェードインのため */
body {
  display: none;
}

#main_wrapper {
  margin: 0 auto;
  /* width: 80%;
  max-width: 900px; */
}
p {
  padding: 0;
  margin: 0;
  margin-block-end: 0;
  margin-block-start: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}
a:hover,
a:active {
  color: var(--sub-color);
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.wp-block-image img {
  max-width: 60% !important;
}
@media screen and (max-width: 500px) {
  .wp-block-image img {
    max-width: 100% !important;
  }
}
/********** 変数用 **********/
:root {
  /* vw */
  --vw: 1vw;
  /* 色 */
  --white: #fff;
  --base-color: #fefefe;
  --secondary-color: #eaeff1;
  --font-color: #3a464c;
  --sub-color: #b1c2cd;
  --navyblue: #01233f;
  --accent-blue: #1d5272;
  --accent-brown: #c2934f;
  --accent-ybeige: #f2cd87;
  --accent-emegreen: #7beac0;

  /* 文字間隔 */
  --l-space-50: 0.05em;
  --l-space-100: 0.1em;
  --l-space-200: 0.2em;
}
/********** フォント **********/
@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope-VariableFont_wght.woff2") format("woff2"), url("assets/fonts/Manrope-VariableFont_wght.woff") format("woff");
  font-weight: 200 900;
}
@font-face {
  font-family: "NotoSansJP", sans-serif;
  src: url("assets/fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2"), url("assets/fonts/NotoSansJP-VariableFont_wght.woff") format("woff");
  font-weight: 400 900;
}
/* 部分的に英数字にするとき */
.font_fam-EN {
  font-family: "Manrope", sans-serif;
}
/* for exchanging font wight */
.fw_exlight {
  font-weight: 200;
}
.fw_light {
  font-weight: 300;
}
.fw_regular {
  font-weight: 400;
}
.fw_semibold {
  font-weight: 500;
}
.fw_bold {
  font-weight: 600;
}
.fs_larger {
  font-size: larger;
}
/* 部分的に文字間を変えるとき */
.l_sp-125 {
  letter-spacing: 0.125em;
}
.l_sp-25 {
  letter-spacing: 0.025em;
}
/* 文字いろ */
.navy {
  color: var(--navyblue);
}
.white {
  color: var(--base-color);
}
.blue {
  color: var(--accent-blue);
}
.brown {
  color: var(--accent-brown);
}
.ybeige {
  color: var(--accent-ybeige);
}
.subcolor {
  color: var(--sub-color);
}
/* 文字種類 */
.font_headline-88 {
  font-size: clamp(5.5rem, 6.6182rem + -1.1182vw, 4rem);
  font-weight: 200;
  font-family: "Manrope";
  color: var(--accent-blue);
}
.font_headline-72 {
  font-size: clamp(4.5rem, 5.6182rem + -2.1818vw, 3rem);
  font-weight: 400;
}
.font_headline-64 {
  font-size: clamp(4rem, 5.4909rem + -2.9091vw, 2.5rem);
  font-weight: 300;
}
.font_headline-56 {
  font-size: clamp(3.5rem, 4.6182rem + -2.1818vw, 2.5rem);
  font-weight: 300;
}
.font_headline-48 {
  font-size: clamp(3rem, 3.6182rem + -2.1818vw, 2rem);
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .font_headline-88 {
    font-size: clamp(2.375rem, 1.571rem + 4.02vw, 3.5rem);
  }
  .font_headline-72 {
    font-size: 56px;
  }
  .font_headline-64 {
    font-size: 48px;
  }
  .font_headline-56 {
    font-size: 40px;
  }
}
@media screen and (max-width: 540px) {
  .font_headline-72 {
    font-size: clamp(2rem, 0.364rem + 8.18vw, 3.125rem);
  }
  .font_headline-64 {
    font-size: clamp(1.625rem, 0.352rem + 6.36vw, 2.5rem);
  }
  .font_headline-56 {
    font-size: clamp(1.375rem, 0.318rem + 5.45vw, 2.25rem);
  }
}

.font_headline-40 {
  /* max 40px min 28px */
  font-size: clamp(1.75rem, 1.643rem + 0.54vw, 2.5rem);
  letter-spacing: var(--l-space-100);
}
.font_headline-32 {
  /* max 32px min 22px */
  font-size: clamp(1.375rem, 1.25rem + 0.63vw, 2rem);
  font-weight: 500;
  letter-spacing: var(--l-space-100);
}
.font_headline-28 {
  /* max 28px min 22px */
  font-size: clamp(1.375rem, 1.3rem + 0.375vw, 1.75rem);
  font-weight: 500;
  letter-spacing: var(--l-space-100);
}
.font_headline-24 {
  /* max 24px min 20px */
  font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
  font-weight: 300;
  letter-spacing: var(--l-space-100);
}
.font_sub-headline-20 {
  /* max 20px min 18px */
  font-size: clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem);
  font-weight: 400;
  letter-spacing: var(--l-space-50);
}
.font_text-20 {
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: var(--l-space-50);
}
.font_text-18 {
  /* max 18px min 16px */
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
}
.font_text-16 {
  /* max 16px min 12px */
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
}
.font_text-15 {
  font-size: clamp(0.75rem, 0.713rem + 0.19vw, 0.938rem);
}
.font_text-14 {
  /* max 14px min 11px */
  font-size: clamp(0.688rem, 0.65rem + 0.19vw, 0.875rem);
}
.font_text-12 {
  font-size: 0.75rem;
}
.font_caption {
  /* max 12px min 9px */
  font-size: clamp(0.563rem, 0.525rem + 0.19vw, 0.75rem);
}
.font_menu-headline {
  /* max 18px min 14px */
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  font-weight: 500;
  letter-spacing: var(--l-space-200);
}
.font_menu-list {
  /* max 16px min 12px */
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
  font-weight: 500;
  letter-spacing: var(--l-space-200);
}
h2 {
  font-size: clamp(5.5rem, 6.6182rem + -1.1182vw, 4rem);
  color: var(--accent-blue);
  font-weight: 300;
}
h3 {
  /* max 56px min 40px */
  font-size: clamp(3.5rem, 4.6182rem + -2.1818vw, 2.5rem);
  letter-spacing: var(--l-space-50);
  font-weight: 300;
}
h4 {
  /* max 40px min 28px */
  font-size: clamp(1.75rem, 1.643rem + 0.54vw, 2.5rem);
  letter-spacing: var(--l-space-50);
  font-weight: 300;
}
h5 {
  /* max 32px min 22px */
  font-size: clamp(1.375rem, 1.25rem + 0.63vw, 2rem);
  font-weight: 400;
  letter-spacing: var(--l-space-50);
}
h3.section_head {
  font-size: clamp(3.5rem, 4.6182rem + -2.1818vw, 2.5rem);
  letter-spacing: var(--l-space-50);
  font-weight: 200;
  color: var(--accent-blue);
  text-align: center;
  line-height: 1.1;
}
@media screen and (min-width: 1920px) {
  h2 {
    font-size: 5vw;
  }
  h3.section_head {
    font-size: 3.2vw !important;
  }
}
@media screen and (max-width: 1660px) {
  h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1280px) {
  h2 {
    font-size: 68px;
  }
}
@media screen and (max-width: 1140px) {
  h2 {
    font-size: 58px;
  }
}
@media screen and (max-width: 768px) {
  #about h4 {
    font-size: 28px !important;
  }
  #about h5 {
    font-size: 21px !important;
  }
  #page p,
  #page span {
    font-size: 15px !important;
  }
}
/* 単語途中改行なし */
.nowrap {
  white-space: nowrap;
}
.span_nowrap {
  display: inline-block;
}
/* 上下にpadding追加 */
.plus_pU-8 {
  padding-top: 8px;
}
.plus_pL-8 {
  padding-bottom: 8px;
}
/* 一文字インデント */
.chara-indent {
  text-indent: 1em;
  margin-bottom: 0.5em;
}
/* 二行目ぶら下げインデント */
.secondline-indent {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}
.secondline-indent_1 {
  padding-left: 2em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}
.secondline-indent_2 {
  padding-left: 3em;
  text-indent: -2em;
  margin-bottom: 0.5em;
}
/* ----------------------------------- */
/* ---------- アニメーション関連 --------- */
/* ---------------------------------- */
.loop_area {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
@keyframes loop_animation {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_animation02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.loop_item {
  display: flex;
}
.loop_area .loop_item img:first-child {
  animation: loop_animation 240s -120s linear infinite;
}

.loop_area .loop_item img:last-child {
  animation: loop_animation02 240s linear infinite;
}
@media screen and (max-width: 1600px) {
  .loop_area img:first-child {
    animation: loop_animation 220s -110s linear infinite;
  }
  .loop_area img:last-child {
    animation: loop_animation02 220s linear infinite;
  }
}
@media screen and (max-width: 768px) {
  .loop_area img:first-child {
    animation: loop_animation 180s -90s linear infinite;
  }
  .loop_area img:last-child {
    animation: loop_animation02 180s linear infinite;
  }
}
@media screen and (max-width: 500px) {
  .loop_area img:first-child {
    animation: loop_animation 160s -80s linear infinite;
  }
  .loop_area img:last-child {
    animation: loop_animation02 160s linear infinite;
  }
}
/* ----------------------------------- */
/* ---------- リンクボタン関連 --------- */
/* ---------------------------------- */

/* ------ くの字矢印 ------ */
.read-more {
  position: relative;
  color: var(--font-color);
}
a span.arrow-r {
  position: absolute;
  transform: translate(-25%, -50%) rotate(45deg);
  right: -16px;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.125rem solid var(--accent-ybeige);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transition: all 0.3s;
}
a:hover span.arrow-r,
a:active span.arrow-r {
  right: -24px;
  transition: all 0.25s;
}

/* ------ ボタン ------ */
.button a {
  letter-spacing: 0.1em;
  margin-top: 120px;
  background: var(--accent-ybeige);
  position: relative;
  display: flex;
  align-items: center;
  max-width: 250px;
  padding: 24px 48px;
  text-decoration: none;
  color: var(--base-color);
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 3.2rem;
  font-size: 90%;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
  background: var(--accent-blue);
  color: var(--base-color);
}
.button a:hover:after {
  right: 2rem;
}

/********** display メディアクエリ **********/
.display_over501 {
  display: block;
}
.display_over769 {
  display: block;
}
.display_over844 {
  display: inline-block;
}
.display_over1024 {
  display: inline-block;
}
.display_under1440 {
  display: none;
}
.display_under1024 {
  display: none;
}
.display_under768 {
  display: none;
}
.display_under500 {
  display: none;
}
.display_under390 {
  display: none;
}
@media screen and (max-width: 1439px) {
  .display_under1440 {
    display: inline-block;
  }
}
@media screen and (max-width: 1023px) {
  .display_over1024 {
    display: none;
  }
  .display_under1024 {
    display: inline-block;
  }
}
@media screen and (max-width: 843px) {
  .display_over844 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .display_over769 {
    display: none;
  }
  .display_under768 {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .display_under500 {
    display: block;
  }
  .display_over501 {
    display: none;
  }
}
@media screen and (max-width: 390px) {
  .display_under390 {
    display: block;
  }
}
/********** flex 共通 **********/
/* initial */
.flex {
  display: flex;
}
.flex_column-u1280,
.flex_column-u1024,
.flex_column-u768,
.flex_column-u390 {
  display: flex;
}
.flex_row {
  display: flex;
  align-items: center;
}
.flex_column {
  display: flex;
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  .flex_column-u1280 {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .flex {
    flex-direction: column;
  }
  .flex_column-u1024 {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .flex_column-u768 {
    flex-direction: column;
  }
}
@media screen and (max-width: 390px) {
  .flex_column-u390 {
    flex-direction: column;
    align-items: center;
  }
}
/********** セクション共通 **********/
.breaking-out {
  margin-inline: calc(50% - 50vw);
}
.section_wrapper.plus_padding-both {
  padding-right: 11%;
  padding-left: 11%;
}
.section_wrapper.plus_padding-l {
  padding-left: 11%;
}
.section_wrapper.plus_padding-r {
  padding-right: 11%;
}
.plus_padding-both {
  padding-right: 11%;
  padding-left: 11%;
}
.plus_padding-l {
  padding-left: 11%;
}
.plus_padding-r {
  padding-right: 11%;
}
@media screen and (max-width: 768px) {
  .section_wrapper.plus_padding-both {
    padding-right: 8%;
    padding-left: 8%;
  }
  .section_wrapper.plus_padding-l {
    padding-left: 8%;
  }
  .section_wrapper.plus_padding-r {
    padding-right: 8%;
  }
  .plus_padding-both {
    padding-right: 8%;
    padding-left: 8%;
  }
  .plus_padding-l {
    padding-left: 8%;
  }
  .plus_padding-r {
    padding-right: 8%;
  }
}
@media screen and (max-width: 500px) {
  .section_wrapper.plus_padding-both {
    padding-right: 4%;
    padding-left: 4%;
  }
  .section_wrapper.plus_padding-l {
    padding-left: 4%;
  }
  .section_wrapper.plus_margin-r {
    padding-right: 4%;
  }
  .plus_padding-both {
    padding-right: 4%;
    padding-left: 4%;
  }
  .plus_padding-l {
    padding-left: 4%;
  }
  .plus_padding-r {
    padding-right: 4%;
  }
}
/********** セクション見出し , 下層ページ見出し **********/
.section_title,
.page_title {
  margin-bottom: 80px;
}
.section_title-JP,
.page_title-JP {
  color: var(--sub-color);
}
.section_abst-text {
  /* 22px - 20px */
  font-size: clamp(1.25rem, 1.228rem + 0.09vw, 1.375rem);
  line-height: 1.8;
  margin-bottom: 40px;
}
/* ------------------------------------ */
/* ---- 共通 footer.php ---- */
/* ----------------------------------- */
.ft_sns .sns_ico {
  max-width: 24px;
  margin-right: 8px;
}
/* pagetopボタン */
#js_pageTop {
  position: fixed;
  z-index: 9990;
  bottom: 40px;
  right: 24px;
}
#js_pageTop a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--font-color);
}
#js_pageTop a:hover .pagetop_icon .chevron-up {
  transform: translateY(0) rotate(-45deg);
  transition: all 0.3s ease;
}
.pagetop_icon {
  width: 40px;
  height: 40px;
  background-color: var(--accent-brown);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: var(--navyblue);
  font-size: 1.5rem;
  transition: 0.25s;
}
.chevron-up {
  display: inline-block;
  vertical-align: middle;
  color: var(--font-color);
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  #js_pageTop {
    right: 12px;
  }
  .pagetop_text {
    font-size: 0.75rem;
  }
}
/* -----------------footer.php------------------- */
/* ------ links area ------ */
.section_wrapper.section_links {
  background-color: var(--secondary-color);
  padding: 120px 11%;
  display: flex;
  justify-content: space-between;
}
.section_links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--base-color);
  font-weight: 500;
  width: 24%;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
}
.link_bg {
  content: "";
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}
.link_1 .link_bg {
  background-image: url(../../../../../images/01_common/xslot.jpg);
}
.link_2 .link_bg {
  background-image: url(../../../../../images/01_common/onlineshop.jpg);
}
.link_3 .link_bg {
  background-image: url(../../../../../images/01_common/oem.jpg);
}
.link_bg::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(0.72);
  z-index: 1;
}
.section_links a:hover .link_bg {
  transform: scale(1.2);
  transition: 0.3s;
}
.section_links .p_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .section_links a {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .section_wrapper.section_links {
    padding: 80px 4%;
  }
  .section_links a {
    width: 32%;
  }
}
@media screen and (max-width: 580px) {
  .section_wrapper.section_links {
    flex-direction: column;
    align-items: center;
    padding: 80px 8%;
  }
  .section_links a {
    aspect-ratio: 24 / 9;
    width: 100%;
    margin-bottom: 16px;
  }
}
#ft_container {
  background-color: var(--sub-color);
  color: var(--white);
  padding: 72px 160px 0;
}
.ft_container-flexinner.flex_column-u768 {
  justify-content: space-between;
  margin-bottom: 40px;
}
.ft_corporate-info {
  padding: 16px 0;
}
.ft_nav li a {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.ft_bottom {
  padding-bottom: 8px;
}

/* ----------------------------------- */
/* ---- contactフォーム関連 ---- */
/* ----------------------------------- */
/* wpcf7フォーム */
/* フォーム上の見出し部分 */
.form_head {
  color: var(--sub-color);
  background-color: var(--secondary-color);
  padding: 80px 10% 40px;
}
.form_head-container {
  margin: 0 auto;
  max-width: 600px;
}
.form_heading {
  margin-bottom: 40px;
  font-weight: 400;
}
.form_head ul {
  color: var(--font-color);
  list-style-type: disc !important;
  list-style: inside;
}
.form_head ul li {
  padding-left: 1em;
  text-indent: -1em;
}
/* 背景色 */
.contactForm_wrapper {
  align-items: center;
  background-color: var(--secondary-color);
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
/*  フォームの幅 */
.contactForm_container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 56px;
  max-width: 600px;
  width: 80%;
}
/* 各項目の下部余白 */
.contact_item {
  margin-bottom: 24px;
}
.contact_item.form-message {
  margin-bottom: 0;
}

/* 項目名 */
.label {
  display: flex;
  margin-bottom: 8px;
  color: var(--navyblue);
}
.label_tag-must {
  color: #ed1a3d;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.pp__text {
  border: solid 0.75px var(--secondary-color) !important;
  font-family: inherit;
  font-size: 1rem;
  padding: 16px;
  width: 100% !important;
}
.wpcf7 textarea {
  height: 240px;
}
.wpcf7 textarea:focus,
.wpcf7 input:focus {
  outline: none; /*ブラウザデフォルト枠線解除*/
  background: #fefefe;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border: 1px solid var(--accent-brown) !important;
  font-size: 1.125rem; /*入力文字の大きさ*/
}
.wpcf7 textarea:focus::placeholder,
.wpcf7 input:focus::placeholder {
  color: var(--secondary-color); /*プレースホルダーの文字の色*/
}
.wpcf7-not-valid-tip {
  /* 必須未入力項目下の文章 */
  color: #ed1a3d !important;
  font-size: 14px !important;
}
/* 個人情報の取り扱いについて */
.pp_text {
  font-size: 0.875rem;
  background-color: #fefefe;
  height: 160px;
  overflow-y: scroll;
  padding: 8px 24px;
}
/* チェックボックス */
.checkbox_accept {
  margin: 0 auto;
}
/* ボタン */
.btn_submit {
  display: flex;
  text-align: center;
}
.btn_submit:disabled {
  opacity: 0.5;
}
.btn_submit.submit-confirm,
.btn_submit-inner {
  position: relative;
  justify-content: center;
}
/* reCAPTCHA関連 */
.grecaptcha-badge {
  visibility: hidden;
}
.recaptcha_text {
  background: var(--secondary-color);
}
.recaptcha_text-inner {
  padding: 0 24px;
  max-width: 600px;
  margin: 0 auto;
}
/* ローダー（スピナー）*/
.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.btn_submit-inner .wpcf7-spinner {
  left: 35%;
}
.wpcf7 input[type="submit"],
.wpcf7 input.wpcf7-form-control.wpcf7-previous {
  background: transparent;
  border: 2px solid var(--accent-blue);
  border-radius: 50px;
  color: var(--accent-blue);
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0 24px;
  text-align: center;
  transition: all 0.3s;
  height: 50px;
  font-size: 18px;
  line-height: 1;
}
.wpcf7 input.wpcf7-form-control.wpcf7-previous {
  border: 1px solid var(--accent-ybeige);
  color: var(--accent-ybeige);
  margin-left: 16px;
  font-weight: 400;
}
/* ボタンにホバーした時 */
.wpcf7 input[type="submit"]:hover {
  background-color: var(--accent-blue);
  border-color: var(--accent-blue);
  color: var(--base-color);
}
.wpcf7 input.wpcf7-form-control.wpcf7-previous:hover {
  background-color: var(--accent-ybeige);
  border-color: var(--accent-ybeige);
  color: var(--base-color);
}
.wpcf7-submit.has-spinner.wpcf7-active {
  pointer-events: none;
  opacity: 0.5;
}
/* cotact-confirm.php */
.confirm-head {
  margin-bottom: 16px;
}
.input-text {
  font-size: 120%;
  text-align: justify;
  text-indent: 1em;
  padding-top: 8px;
}
.wrap-text {
  padding-left: 1em;
}
.wpcf7 form.sent,
.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  display: none !important;
}
/************* page-comfirm.php **************/
#contact_confirm .form_c-container {
  margin: 160px 11%;
  letter-spacing: var(--l-space-100);
  line-height: 1.7;
}

/* ************ page-complete.php ************ */
#contact_complete .form_c-container {
  margin: 160px 11%;
  letter-spacing: var(--l-space-100);
  line-height: 1.7;
}
#contact_complete .complete-head {
  margin-bottom: 24px;
}
#contact_complete .form_c-container .flexbox_row {
  margin-top: 24px;
}
#contact_complete .form_c-container button.back_to_home {
  padding: 8px 24px;
  letter-spacing: 0.1em;
}

/* ************ 404.php ************ */
body.error404 .fv_gnav {
  display: none;
}
main#p404 {
  padding: 160px 0;
}
.p404 {
  text-align: center;
}
/* ********** メディアクエリ ********** */
/* 1440px以上 */
@media screen and (min-width: 1440px) {
  .display_over1440 {
    display: block;
  }
}

/* 768px以上 */
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .section_wrapper {
    margin: 80px auto;
  }
  #ft_container {
    background-color: var(--sub-color);
    color: var(--white);
    padding: 40px 8% 0;
  }
  .ft_nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 24px;
  }
  .ft_nav li {
    margin-bottom: 16px;
  }
  a.ft_nav-link:hover {
    color: var(--accent-brown);
  }
}
@media screen and (max-width: 500px) {
  .ft_nav {
    width: 80%;
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
  }
}
