/*
Theme Name: fujipaper_en
Theme URl:  https://officepartner.synology.me/fujipaper_en/cms
Author: OFFICE PARTNER Co.,Ltd.
Description: FUJI PAPER CO.,LTD. English Website
*/

/* ********** base  ********** */
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: var(--font-color);
  min-height: 100dvh;
  width: 100%;
  letter-spacing: 0.05em;
  font-family: "Manrope", "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
/* 画面遷移時のフェードインのため */
body {
  display: none;
}
@media screen and (max-width: 768px) {
  main {
    overflow-x: hidden;
  }
}
#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.5s;
  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;
}

.grecaptcha-badge {
  visibility: hidden;
}
/* reCAPTCHA text */
.recaptcha_text {
  background: var(--secondary-color);
  max-width: 600px;
  width: 80%;
  margin: 0 auto;
}
.recaptcha_text-inner {
  padding: 16px;
}
/********** 変数用 **********/
: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;
}
h2 {
  font-size: clamp(5.5rem, 6.6182rem + -1.1182vw, 4rem);
  font-weight: 200;
  font-family: "Manrope";
  color: var(--accent-blue);
}
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;
  }
}
@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) {
  h3 {
    font-size: clamp(1.5rem, 0.786rem + 3.57vw, 2.5rem);
  }
  h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 390px) {
  h3.section_head {
    font-size: 2.4rem;
  }
}
/* for exchanging font color */
.white {
  color: var(--base-color);
}
.brown {
  color: var(--accent-brown);
}
.blue {
  color: var(--accent-blue);
}
.ybeige {
  color: var(--accent-ybeige);
}
.sub_color {
  color: var(--sub-color);
}
.emegreen {
  color: var(--accent-emegreen);
}

/* for exchanging font wight */
.fw_exlight {
  font-weight: 200;
}
.fw_light {
  font-weight: 300;
}
.fw_semibold {
  font-weight: 500;
}
.fw_bold {
  font-weight: 600;
}
.fs_larger {
  font-size: larger;
}
/* 部分的に英数字にするとき */
.font_fam-EN {
  font-family: "Manrope", sans-serif;
}

/* 部分的に文字間を変えるとき */
.l_space-125 {
  letter-spacing: 0.125em;
}
/* 太字強調 medium or semibold */
.font_weight-700 {
  font-weight: 700;
}
.font_weight-500 {
  font-weight: 500;
}
/* 文字種類 */
.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;
}
@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: clamp(2.5rem, 1rem + 6.4vw, 3rem);
  }
  .font_headline-64 {
    font-size: clamp(2rem, 0.5rem + 6.4vw, 2.5rem);
  }
}
.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-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);
}
/* 単語途中改行なし */
.nowrap {
  white-space: nowrap;
}
.span_nowrap {
  display: inline-block;
}
/* 一文字インデント */
.chara-indent {
  text-indent: 1em;
  margin-bottom: 0.5em;
}
/* 二行目ぶら下げインデント */
.secondline-indent {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}
/* ----------------------------------- */
/* ---------- アニメーション関連 --------- */
/* ---------------------------------- */
.loop_area {
  width: 100%;
  overflow: hidden;
}
@keyframes loop_animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.loop_item {
  animation: loop_animation 45s linear infinite;
  white-space: nowrap;
}
@media screen and (max-width: 1600px) {
  .loop_item {
    animation: loop_animation 30s linear infinite;
  }
}
@media screen and (max-width: 768px) {
  .loop_item {
    animation: loop_animation 20s linear infinite;
  }
}
@media screen and (max-width: 500px) {
  .loop_item {
    animation: loop_animation 15s linear infinite;
  }
}
/* ----------------------------------- */
/* ---------- リンクボタン関連 --------- */
/* ---------------------------------- */

/* ------ くの字矢印 ------ */
.read-more {
  position: relative;
  color: var(--font-color);
}
.read-more span.arrow-r {
  position: absolute;
  transform: translate(-25%, -50%) rotate(45deg);
  right: -16px;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  height: 0.6rem;
  border: 0.125rem solid var(--font-color);
  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 {
  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: inline-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-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;
  }
}
@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_margin-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_margin-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: 640px) {
  .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 ---- */
/* ----------------------------------- */
/* pagetopボタン */
#js_pageTop {
  position: fixed;
  z-index: 999;
  bottom: 40px;
  right: 8px;
}
#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_text {
  font-size: 0.75rem;
}
.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;
}
/* -----------------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;
}
@media screen and (max-width: 1440px) {
  .section_links a {
    width: 30%;
  }
}

#ft_container {
  background-color: var(--sub-color);
  color: var(--white);
  padding: 72px 11% 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;
}

/* ********** メディアクエリ ********** */
/* 1440px以上 */
@media screen and (min-width: 1440px) {
  .display_over1440 {
    display: block;
  }
}

/* 769px以上 */
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 768px以下 */
@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;
  }
  #js_pageTop {
    bottom: 10px;
  }
  .ft_logo {
    max-width: 128px;
  }
}
