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

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

/* Webfont subset for the provided characters */
@font-face {
  font-family: hanatotyoutyo Subset;
  src: url("../font/hanatochoucho-subset.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Lato", sans-serif;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(4.66vw, 70px);
  --headerHeight: 92px;
  --contentsWideS: 1016px;
  --contentsWideM: 1220px;
  --contentsWideL: 1360px;
}

@media screen and (max-width: 768px) {
  :root {
    --sideW: 6.4vw;
    --headerHeight: 75px;
    --sectionWrap: 3.75em;
  }
}
html {
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

body {
  font: 400 16px/1.8 "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.06em;
  color: #000;
  text-align: left;
  counter-reset: number 0;
}

.l_container_wrap {
  position: relative;
  padding-top: var(--headerHeight);
}

.l_container {
  position: relative;
}

.section_wrap {
  padding: 5em 0 7.5em;
}
@media screen and (max-width: 768px) {
  .section_wrap {
    padding: 3.75em 0 5em;
  }
}

.inner, .fibc_lp_banner, .inner_l, .footer_company_nav__wrap, .inner_m, .inner_s {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_s {
  max-width: calc(var(--contentsWideS) + var(--sideW) * 2);
}

.inner_m {
  max-width: calc(var(--contentsWideM) + var(--sideW) * 2);
}

.inner_l, .footer_company_nav__wrap {
  max-width: calc(var(--contentsWideL) + var(--sideW) * 2);
}

.post_content {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .post_content {
    font-size: 0.9375em;
  }
}
.post_content > * {
  margin-bottom: 1.5em;
}
.post_content > *:last-child {
  margin-bottom: 0;
}
.post_content p {
  line-height: 1.875;
}
.post_content a:not(.add_btn_01) {
  text-decoration: underline !important;
}
.post_content a:not(.add_btn_01):hover {
  opacity: 0.7;
}

.add_ttl {
  margin: 1.5em 0 1em !important;
  line-height: 1.5;
  font-size: 1.75em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .add_ttl {
    font-size: 1.5em;
  }
}

.add_ttl_02 {
  border-left: 6px solid #0B68B0;
  margin: 1.5em 0 1em !important;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .add_ttl_02 {
    font-size: 1.25em;
  }
}

.add_btn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 466px;
  height: 78px;
  background: #0B68B0;
  border-radius: 50px;
  color: #fff;
  font-size: 1.125rem;
  position: relative;
  text-decoration: none !important;
  margin: 30px 0 40px;
}
@media screen and (max-width: 768px) {
  .add_btn_01 {
    font-size: 1rem;
    height: 60px;
  }
}
.add_btn_01:after {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01_wh.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .add_btn_01:after {
    width: 18px;
    right: 15px;
  }
}
.add_btn_01:hover {
  opacity: 0.7;
}

.marker_y {
  background-color: #E2FF00;
}

.login h1 a {
  width: 100px !important;
  height: 100px !important;
  background: url(../images/login_logo.png) no-repeat center/contain !important;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

label {
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  color: inherit;
}

picture {
  display: contents;
}
picture img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

.opacity, .effort_sec_02 .box .texts ul li a, .dlist_cmn_01 dd a {
  transition: 0.5s;
}
@media (hover: hover) {
  .opacity:hover, .effort_sec_02 .box .texts ul li a:hover, .dlist_cmn_01 dd a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

.img_only {
  display: block;
}
.img_only img {
  display: block;
  width: 100%;
}

.text_link {
  text-decoration: underline !important;
}

.section,
section {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .section,
  section {
    margin-bottom: 5rem;
  }
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 0.975em;
  border-radius: 0;
  border: 1px solid #000;
  background: #fff;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0.975em 28px 0.975em 0.975em;
  border-radius: 0;
  border: 1px solid #000;
  background: url(../images/icon_tri_select.svg) no-repeat center right 10px/10px 8px #fff;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

textarea {
  height: 15em;
}

input[type=checkbox] {
  accent-color: #0B68B0;
  inline-size: 1.5em;
  block-size: 1.5em;
}

input[type=radio] {
  accent-color: #0B68B0;
  inline-size: 1.5em;
  block-size: 1.5em;
}

.dlist_form .group {
  display: flex;
  align-items: baseline;
  gap: 0.75em;
}
@media screen and (max-width: 768px) {
  .dlist_form .group {
    flex-direction: column;
  }
}
.dlist_form .group:not(:last-of-type) {
  margin-bottom: 1.25em;
}
.dlist_form .group dt {
  width: 224px;
  flex-shrink: 0;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .dlist_form .group dt {
    width: 100%;
  }
}
.dlist_form .group dt.require:after {
  content: "必須";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
  font-weight: 700;
  color: #fff;
  background-color: #0B68B0;
  width: 45px;
  height: 22px;
  padding-bottom: 1px;
}
.dlist_form .group dd {
  flex-grow: 1;
  width: 100%;
}
.dlist_form .group dd .list_kome {
  font-size: 0.875em;
  padding-top: 1em;
}

.contact_policy {
  margin: 40px 0;
  text-align: center;
  line-height: 1.875;
  text-align: center;
}
.contact_policy a {
  text-decoration: underline;
}
.contact_policy p {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contact_policy p {
    font-size: 0.9375rem;
    text-align: left;
  }
}

.wpcf7-form-control-wrap[data-name=your-agreement] .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form-control-wrap[data-name=your-agreement] .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wpcf7-submit {
  margin: 40px auto 0;
}

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

.grecaptcha-badge {
  visibility: hidden;
}

@keyframes fade_in {
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].js-active {
  animation: fade_in 0.5s ease-out forwards;
}

.fade_anim.js-active {
  animation: fade_in 0.5s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 60px);
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(60px, 0);
}

.text_animation_smooth {
  clip-path: inset(0 100% 0 0);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
.text_animation_smooth.js-active {
  clip-path: inset(0);
}

.card_anim_image .image, .card_blog .image, .card_column .image {
  position: relative;
  transition: 0.4s;
}
.card_anim_image .image img, .card_blog .image img, .card_column .image img {
  transition: inherit;
}
.card_anim_image .image:after, .card_blog .image:after, .card_column .image:after {
  transition: inherit;
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: rgba(11, 104, 176, 0.5);
  position: absolute;
  top: 0;
  right: 0;
}
@media (hover: hover) {
  .card_anim_image:hover, .card_blog:hover, .card_column:hover {
    opacity: 0.8;
  }
  .card_anim_image:hover .image img, .card_blog:hover .image img, .card_column:hover .image img {
    transform: scale(1.1);
  }
  .card_anim_image:hover .image:after, .card_blog:hover .image:after, .card_column:hover .image:after {
    width: 100%;
    right: unset;
    left: 0;
  }
}

@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.shining, .btn_cmn_02, .content_thanks > a, .cmn_contact_nav .btn {
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}
.shining:before, .btn_cmn_02:before, .content_thanks > a:before, .cmn_contact_nav .btn:before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
@media (hover: hover) {
  .shining:hover, .btn_cmn_02:hover, .content_thanks > a:hover, .cmn_contact_nav .btn:hover {
    transform: scale(1.02);
  }
  .shining:hover:before, .btn_cmn_02:hover:before, .content_thanks > a:hover:before, .cmn_contact_nav .btn:hover:before {
    animation: kiran 0.5s linear;
  }
}

.en_abstract {
  color: #F4F4F4;
  font-family: "Lato", sans-serif;
  font-size: 180px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  word-break: keep-all;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .en_abstract {
    font-size: 90px;
  }
}

.ttl_cmn_01 {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #0B68B0;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ttl_cmn_01 {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    margin-bottom: 32px;
  }
}
.ttl_cmn_01:before {
  content: attr(data-en);
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 2.25rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .ttl_cmn_01:before {
    font-size: 1.875rem;
  }
}
.ttl_cmn_01 span {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .ttl_cmn_01 span {
    font-size: 1rem;
  }
}
.ttl_cmn_01 span:before {
  content: "/";
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 2.25rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .ttl_cmn_01 span:before {
    font-size: 1.875rem;
  }
}

.ttl_cmn_02, .trading_sec_02 h2, .cmn_grid_01 h2 {
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .ttl_cmn_02, .trading_sec_02 h2, .cmn_grid_01 h2 {
    font-size: 0.9375rem;
  }
}
.ttl_cmn_02:before, .trading_sec_02 h2:before, .cmn_grid_01 h2:before {
  content: attr(data-en);
  display: block;
  color: #0B68B0;
  font-family: "Lato", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .ttl_cmn_02:before, .trading_sec_02 h2:before, .cmn_grid_01 h2:before {
    font-size: 2.5rem;
  }
}

.ttl_cmn_03 {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .ttl_cmn_03 {
    font-size: 0.9375rem;
  }
}
.ttl_cmn_03:before {
  content: attr(data-en);
  display: block;
  color: #0B68B0;
  font-family: "Lato", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .ttl_cmn_03:before {
    font-size: 2.5rem;
  }
}

.ttl_cmn_04 {
  color: #0B68B0;
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl_cmn_04 {
    font-size: 2.2rem;
  }
}
.ttl_cmn_04:after {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #0B68B0;
  margin-top: 28px;
}

.ttl_cmn_05 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ttl_cmn_05 {
    font-size: 1rem;
  }
}
.ttl_cmn_05:before {
  content: attr(data-en);
  display: block;
  color: #0B68B0;
  font-family: "Lato", sans-serif;
  font-size: 90px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .ttl_cmn_05:before {
    font-size: 40px;
  }
}

.ttl_cmn_06 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 0.75em;
  border-left: 6px solid #0B68B0;
  margin-bottom: 1.5em;
}
.ttl_cmn_06:not(:first-child) {
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .ttl_cmn_06 {
    font-size: 1.25rem;
  }
}

.btn_cmn_01, .top_blog .title a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 1.5em 10px;
  color: #0B68B0;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn_cmn_01, .top_blog .title a {
    font-size: 1rem;
  }
}
.btn_cmn_01:after, .top_blog .title a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skew(55deg);
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  border-right: 2px solid #0B68B0;
  border-bottom: 1px solid #0B68B0;
  transition: 0.3s;
}
@media (hover: hover) {
  .btn_cmn_01:hover, .top_blog .title a:hover {
    opacity: 0.8;
  }
  .btn_cmn_01:hover:after, .top_blog .title a:hover:after {
    width: calc(100% + 20px);
  }
}

.btn_cmn_02, .content_thanks > a, .cmn_contact_nav .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 578px;
  height: 78px;
  background: #0B68B0;
  border-radius: 50px;
  color: #fff;
  font-size: 1.125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn_cmn_02, .content_thanks > a, .cmn_contact_nav .btn {
    font-size: 1rem;
    height: 60px;
  }
}
.btn_cmn_02:after, .content_thanks > a:after, .cmn_contact_nav .btn:after {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01_wh.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .btn_cmn_02:after, .content_thanks > a:after, .cmn_contact_nav .btn:after {
    width: 18px;
    right: 15px;
  }
}

.list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome > li:before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li:before {
  content: "・";
}

.list_ast > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_ast > li:before {
  content: "＊";
}

.list_maru > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_maru > li:before {
  content: "●";
}

.list_number {
  counter-reset: number 0;
}
.list_number > li {
  counter-increment: number 1;
}
.list_number > li:before {
  content: counter(number);
}

.breadcrumb {
  width: 30vw;
  font-size: 0.8125rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 0.75rem;
  }
}

.navigation.pagination {
  margin-top: 40px;
}
.navigation.pagination .nav-links {
  font-size: 0;
  text-align: center;
}
.navigation.pagination .nav-links .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  background-color: #6E92CE;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .navigation.pagination .nav-links .page-numbers {
    width: 34px;
    font-size: 1rem;
    margin-right: 10px;
  }
}
.navigation.pagination .nav-links .page-numbers:last-child {
  margin: 0;
}
.navigation.pagination .nav-links .page-numbers.current {
  background-color: #0B68B0;
}
@media (hover: hover) {
  .navigation.pagination .nav-links .page-numbers:hover {
    background-color: #0B68B0;
  }
}
.navigation.pagination .nav-links .page-numbers.dots {
  pointer-events: none;
}

.single_pagination {
  border-top: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  padding: 1.625em 0;
  display: flex;
  align-items: center;
  gap: 5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .single_pagination {
    font-size: 0.9375rem;
    flex-direction: column;
    gap: 1.5em;
    padding: 1.875em 0;
  }
}
@media (hover: hover) {
  .single_pagination li a:hover {
    color: #0B68B0;
  }
}
.single_pagination li.prev {
  width: 100%;
}
.single_pagination li.prev a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 13px;
}
.single_pagination li.prev a:before {
  content: "";
  flex-shrink: 0;
  content: "";
  width: 25px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_left_01_blue.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .single_pagination li.prev a:before {
    width: 22px;
  }
}
.single_pagination li.prev a span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.single_pagination li.archive {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .single_pagination li.archive {
    position: absolute;
    top: calc(100% + 1.5em);
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.single_pagination li.next {
  width: 100%;
}
.single_pagination li.next a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-left: auto;
}
.single_pagination li.next a:after {
  flex-shrink: 0;
  content: "";
  width: 25px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01_blue.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .single_pagination li.next a:after {
    width: 22px;
  }
}
.single_pagination li.next a span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.loading.end {
  opacity: 0;
  visibility: hidden;
}

.hbm_btn {
  display: none;
  padding: 0;
  border: none;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 75px;
  aspect-ratio: 1/1;
  position: relative;
  background-color: #0B68B0;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .hbm_btn {
    display: flex;
  }
}
.hbm_btn .box {
  display: block;
  width: 56%;
  position: relative;
}
.hbm_btn .box .bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: 0.5s;
}
.hbm_btn .text {
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  transition: 0.3s;
}

[data-hbm-bar="3"] .box {
  aspect-ratio: 2/1;
  margin: 10% 0;
}
[data-hbm-bar="3"] .bar:nth-child(1) {
  top: 0;
}
[data-hbm-bar="3"] .bar:nth-child(2) {
  top: 50%;
}
[data-hbm-bar="3"] .bar:nth-child(3) {
  top: 100%;
}
[data-hbm-bar="3"].js-active {
  background-color: #fff;
}
[data-hbm-bar="3"].js-active .bar {
  background-color: #0B68B0;
}
[data-hbm-bar="3"].js-active .bar:nth-child(1) {
  top: 50%;
  transform: rotate(135deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(2) {
  top: 50%;
  transform: rotateY(90deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(3) {
  top: 50%;
  transform: rotate(-135deg);
}
[data-hbm-bar="3"].js-active .text {
  color: #0B68B0;
}

[data-hbm-bar="2"] .box {
  aspect-ratio: 3/1;
  margin: 15% 0;
}
[data-hbm-bar="2"] .bar:nth-child(1) {
  top: 0;
}
[data-hbm-bar="2"] .bar:nth-child(2) {
  top: 100%;
}
[data-hbm-bar="2"].js-active .bar:nth-child(1) {
  top: 50%;
  transform: rotate(160deg);
}
[data-hbm-bar="2"].js-active .bar:nth-child(2) {
  top: 50%;
  transform: rotate(-160deg);
}

.header {
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  z-index: 9;
  top: 0;
  width: 100%;
}
.header > .inner, .header > .fibc_lp_banner {
  width: 100%;
  height: var(--headerHeight);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  .header > .inner, .header > .fibc_lp_banner {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 174px;
  }
}

.gnavi {
  flex-shrink: 0;
  margin-right: calc(var(--sideW) * -1);
}
@media screen and (max-width: 768px) {
  .gnavi {
    display: none;
  }
}
.gnavi.js-active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 104, 176, 0.8);
  overflow-y: scroll;
  margin: 0;
  padding: 90px min(13.3vw, 50px);
}
.gnavi ul {
  display: flex;
  align-items: center;
  gap: 1.875em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .gnavi ul {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }
}
.gnavi ul li {
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .gnavi ul li {
    padding: 0;
    width: 100%;
  }
}
.gnavi ul li:not(:last-child) > a {
  position: relative;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gnavi ul li:not(:last-child) > a {
    font-size: 1.25em;
    font-weight: 500;
    color: #fff;
  }
}
.gnavi ul li:not(:last-child) > a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #0B68B0;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s;
}
@media (hover: hover) {
  .gnavi ul li:not(:last-child) > a:hover {
    color: #0B68B0;
  }
  .gnavi ul li:not(:last-child) > a:hover:after {
    width: 100%;
    right: unset;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .gnavi ul li:last-child {
    display: none;
  }
}
.gnavi ul li:last-child a {
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #1fa2de 0%, #1f5eae 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 60px 100%);
}
.gnavi ul li:last-child a:hover {
  filter: brightness(1.2);
}
.gnavi ul li:last-child a span {
  color: #fff;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 283px;
  height: 118px;
  padding-left: 32px;
  background: url(../images/ico_arrow_up_02.svg) no-repeat center bottom 3px/117px;
  line-height: 1.25;
}
.gnavi ul li:last-child a span:before {
  content: attr(data-en);
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
}
.gnavi ul li:has(.sub_nav) {
  position: relative;
}
.gnavi ul li:has(.sub_nav):hover .sub_nav {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .gnavi ul li:has(.sub_nav) a {
    display: inline-block;
    padding-right: 18px;
  }
}
@media screen and (max-width: 768px) {
  .gnavi ul li:has(.sub_nav) a::before {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    width: 13px;
    aspect-ratio: 1/1;
    background-color: #fff;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
.gnavi .sub_nav {
  gap: 10px;
  flex-wrap: wrap;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 30px 25px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .gnavi .sub_nav {
    position: static;
    transform: none;
    box-shadow: none;
    padding: 20px 25px;
    opacity: 1;
    pointer-events: auto;
    gap: 5px;
    margin-top: 15px;
    width: 100%;
  }
}
.gnavi .sub_nav li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
}
.gnavi .sub_nav li::before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  background-color: #0B68B0;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .gnavi .sub_nav li:not(:last-child) > a {
    color: #000;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .gnavi .sub_nav li:last-child {
    display: flex;
  }
}
.gnavi .sub_nav li:last-child a {
  clip-path: none;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .gnavi .sub_nav li:last-child a {
    color: #000;
    font-size: 1rem;
  }
}
.gnavi .sub_nav li:last-child a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #0B68B0;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s;
}
@media (hover: hover) {
  .gnavi .sub_nav li:last-child a:hover {
    color: #0B68B0;
  }
  .gnavi .sub_nav li:last-child a:hover:after {
    width: 100%;
    right: unset;
    left: 0;
  }
}
.gnavi .footer_recruit {
  margin: 40px 0 0;
}
.gnavi .footer_recruit h2 {
  font-size: 0.75rem;
}
.gnavi .footer_recruit .text_01 {
  font-size: 2rem;
}
.gnavi .footer_recruit .text_02 {
  font-size: 0.8125rem;
}

.footer {
  background-color: #F4F4F4;
  padding: 5rem 0;
}
.footer .inner_m {
  display: flex;
  flex-wrap: wrap;
}
.footer__logo {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 270px;
  }
}
.footer address {
  display: block;
  flex-shrink: 0;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .footer address {
    font-size: 0.875rem;
    margin-bottom: 28px;
  }
}
.footer__link {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__link {
    display: block;
  }
}
.footer__link li {
  font-size: 0.9375rem;
}
.footer__link li:before {
  content: "｜";
}
.footer__link li:last-child:after {
  content: "｜";
}
.footer__link li a {
  margin: 0 1em;
}
@media screen and (max-width: 768px) {
  .footer__link li {
    font-size: 0.875rem;
    margin-bottom: 0.8em;
  }
  .footer__link li:after {
    content: none !important;
  }
}
.footer .copyright {
  margin-top: 36px;
  width: 100%;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    margin-top: 28px;
    font-size: 0.75rem;
  }
}
.footer .grecaptcha_text {
  margin-top: 20px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .footer .grecaptcha_text {
    margin-top: 14px;
    font-size: 0.75rem;
  }
}

.footer_banner {
  padding: 100px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .footer_banner {
    padding: 60px 0;
  }
}
.footer_banner ul {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .footer_banner ul {
    flex-wrap: wrap;
    padding: 0 var(--sideW);
    gap: 17px;
  }
}
.footer_banner ul li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer_banner ul li {
    width: calc((100% - 17px) / 2);
  }
}
.footer_banner ul li a {
  display: block;
  overflow: hidden;
  aspect-ratio: 219/146;
}
.footer_banner ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer_recruit {
  overflow: hidden;
  background: no-repeat center/cover;
  background-image: url(../images/footer_recruit_01.jpg);
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer_recruit {
    margin: 0 var(--sideW);
  }
}
.footer_recruit:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 104, 176, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .footer_recruit {
    background-image: url(../images/footer_recruit_01_sp.jpg);
  }
}
.footer_recruit .inner_l, .footer_recruit .footer_company_nav__wrap {
  --afterY: 0%;
  position: relative;
  padding-left: calc(var(--sideW) * 2);
  padding-top: 6em;
  padding-bottom: 6em;
}
@media screen and (max-width: 768px) {
  .footer_recruit .inner_l, .footer_recruit .footer_company_nav__wrap {
    padding-left: var(--sideW);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.footer_recruit .inner_l:before, .footer_recruit .footer_company_nav__wrap:before {
  content: "";
  display: block;
  width: 28.45%;
  aspect-ratio: 387/316;
  background: url(../images/ico_arrow_up_01.svg) no-repeat center bottom/contain;
  position: absolute;
  bottom: 0;
  left: 57.8%;
}
@media screen and (max-width: 768px) {
  .footer_recruit .inner_l:before, .footer_recruit .footer_company_nav__wrap:before {
    width: 25.85%;
    left: 68%;
  }
}
.footer_recruit .inner_l:after, .footer_recruit .footer_company_nav__wrap:after {
  content: "RECRUITMENT";
  display: block;
  writing-mode: vertical-rl;
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-size: 6.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(var(--afterY));
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .footer_recruit .inner_l:after, .footer_recruit .footer_company_nav__wrap:after {
    display: none;
  }
}
.footer_recruit h2 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer_recruit h2 {
    font-size: 14px;
  }
}
.footer_recruit h2:after {
  content: "";
  display: block;
  width: 320px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 118px;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .footer_recruit h2:after {
    width: 100px;
    left: 78px;
  }
}
.footer_recruit .text_01 {
  font-style: italic;
  font-size: 100px;
  font-weight: 600;
  line-height: 1.05;
}
@media screen and (max-width: 768px) {
  .footer_recruit .text_01 {
    font-size: 3.125rem;
  }
}
.footer_recruit .text_01 span {
  display: block;
}
.footer_recruit .text_02 {
  font-style: italic;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.05;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .footer_recruit .text_02 {
    font-size: 0.875rem;
  }
}
.footer_recruit .text_02 span {
  display: block;
}
.footer_recruit a {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 435px;
  height: 85px;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.125rem;
  position: relative;
}
.footer_recruit a:after {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01_wh.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .footer_recruit a {
    max-width: 170px;
    height: 34px;
    font-size: 0.75rem;
  }
  .footer_recruit a:after {
    width: 10px;
    right: 8px;
  }
}
@media (hover: hover) {
  .footer_recruit a:hover {
    background-color: #0B68B0;
  }
}

.top_hero {
  position: relative;
  height: calc(100vh - var(--headerHeight));
  overflow: hidden;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top_hero {
    height: auto;
    padding-bottom: 30px;
  }
}
.top_hero::before {
  content: "NEWEST CORPORATION";
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 6.25em;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 0.9;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top_hero::before {
    font-size: 5em;
    bottom: 0;
  }
}
.top_hero::after {
  content: "";
  position: absolute;
  width: 348px;
  aspect-ratio: 348/82;
  background: url(../images/main_visual_text.svg) no-repeat center/contain;
  bottom: 0;
  left: calc(50% + 370px);
  z-index: 2;
  transform: rotate(-13deg);
  transform-origin: left bottom;
}
@media screen and (max-width: 768px) {
  .top_hero::after {
    width: 151px;
    left: auto;
    right: 5px;
  }
}
.top_hero_text {
  position: absolute;
  width: calc(1360px + var(--sideW) * 2);
  max-width: 100%;
  padding: 0 var(--sideW);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.5;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top_hero_text {
    font-size: 6.9vw;
    color: #0B68B0;
  }
}
.top_hero .splide,
.top_hero .splide__track,
.top_hero .splide__list {
  height: 100%;
}
.top_hero .splide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.top_news {
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .top_news::after {
    content: "";
    position: absolute;
    width: 159px;
    aspect-ratio: 159/130;
    background: url(../images/ico_arrow_up_01.svg) no-repeat center/contain;
    bottom: 20px;
    right: 0;
  }
}
.top_news dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px 0;
}
.top_news dl dt {
  width: 132px;
  font-size: 2rem;
  font-weight: 700;
  color: #0B68B0;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .top_news dl dt {
    width: 100%;
  }
}
.top_news dl dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px 0;
  width: calc(100% - 132px);
}
@media screen and (max-width: 768px) {
  .top_news dl dd {
    width: 100%;
  }
}
.top_news dl dd .top_news_slider {
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .top_news dl dd .top_news_slider {
    width: 100%;
  }
}
.top_news dl dd .top_news_slider a {
  display: flex;
  flex-wrap: wrap;
}
.top_news dl dd .top_news_slider a:hover p {
  color: #0B68B0;
  text-decoration: underline;
}
.top_news dl dd .top_news_slider a time {
  width: 115px;
}
@media screen and (max-width: 768px) {
  .top_news dl dd .top_news_slider a time {
    width: 100%;
  }
}
.top_news dl dd .top_news_slider a p {
  width: calc(100% - 115px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top_news dl dd .top_news_slider a p {
    width: 100%;
    white-space: wrap;
  }
}
.top_news dl dd .btn_cmn_01, .top_news dl dd .top_blog .title a, .top_blog .title .top_news dl dd a {
  margin: 0;
}

.top_about {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top_about {
    padding: 0;
  }
}
.top_about .title {
  display: grid;
  grid-template-columns: 560px 1fr;
  gap: 30px 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .top_about .title {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}
.top_about .title h2 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .top_about .title h2 {
    font-size: 0.875rem;
  }
}
.top_about .title h2::before {
  content: attr(data-en);
  display: block;
  color: #0B68B0;
  font-family: "Lato", sans-serif;
  font-size: 7.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top_about .title h2::before {
    font-size: 3.5rem;
    margin-bottom: 10px;
  }
}
.top_about .title p {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .top_about .title p {
    padding-top: 0;
    font-size: 0.875rem;
  }
}
.top_about ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 50px;
  position: relative;
  padding-right: 200px;
}
@media screen and (max-width: 768px) {
  .top_about ul {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.top_about ul::after {
  content: "";
  position: absolute;
  width: 387px;
  aspect-ratio: 387/316;
  background: url(../images/ico_arrow_up_01.svg) no-repeat center/contain;
  right: -70px;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top_about ul::after {
    content: none;
  }
}
.top_about ul li:nth-child(2) a {
  background-image: url(../images/top_about_02.jpg);
}
.top_about ul li:nth-child(3) a {
  background-image: url(../images/top_about_03.jpg);
}
.top_about ul a {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 25px 34px;
  background: url(../images/top_about_01.jpg) no-repeat center/cover;
  height: 420px;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .top_about ul a {
    height: 200px;
    padding: 20px 25px;
  }
}
.top_about ul a:hover::before {
  background-color: rgba(11, 104, 176, 0.7);
}
.top_about ul a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 104, 176, 0.4);
  top: 0;
  left: 0;
  transition: 0.3s;
}
.top_about ul a::after {
  content: "";
  position: absolute;
  width: 40px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01_wh.svg) no-repeat center/contain;
  top: calc(50% - 20px);
  right: 20px;
}
.top_about ul a span {
  display: block;
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  z-index: 1;
}
.top_about ul a span::before {
  content: attr(data-en);
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: "Lato", sans-serif;
  line-height: 1.2;
}

.top_business {
  overflow: hidden;
}
.top_business__title {
  display: flex;
  align-items: center;
  gap: 0 15px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #0B68B0;
  margin-top: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .top_business__title {
    flex-wrap: wrap;
    font-size: 1em;
    margin-bottom: 30px;
  }
}
.top_business__title::before {
  content: attr(data-en) " /";
  display: block;
  font-size: 2.25rem;
  letter-spacing: 0.08em;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  .top_business__title::before {
    content: attr(data-en);
  }
}

.top_blog {
  overflow: hidden;
}
.top_blog__image {
  display: block;
  height: 410px;
}
@media screen and (max-width: 768px) {
  .top_blog__image {
    height: 266px;
  }
}
.top_blog__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_blog .inner_l, .top_blog .footer_company_nav__wrap {
  display: grid;
  grid-template-columns: 392px 1fr;
  gap: 40px 80px;
}
@media screen and (max-width: 768px) {
  .top_blog .inner_l, .top_blog .footer_company_nav__wrap {
    grid-template-columns: 1fr;
  }
}
.top_blog .title {
  position: relative;
  padding: 70px 58px 70px 0;
  color: #fff;
  margin-top: -90px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top_blog .title {
    margin-top: -75px;
    padding: 45px 25px;
  }
}
.top_blog .title::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #0B68B0;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top_blog .title::after {
    width: 100%;
  }
}
.top_blog .title h2 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .top_blog .title h2 {
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
}
.top_blog .title h2 span {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 4.375rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top_blog .title h2 span {
    font-size: 2.5rem;
    margin-top: 10px;
  }
}
.top_blog .title p {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .top_blog .title p {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
}
.top_blog .title a {
  color: #fff;
  margin: 0;
}
.top_blog .title a::after {
  border-color: #fff;
}
.top_blog .article {
  padding-top: 56px;
}
@media screen and (max-width: 768px) {
  .top_blog .article {
    padding-top: 0;
  }
}
.top_blog .splide.is-initialized:not(.is-active) .splide__list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .top_blog .list_blog {
    flex-wrap: nowrap;
  }
}
.top_blog .splide__pagination {
  margin-top: 26px;
  position: static;
  padding: 0;
  justify-content: flex-start;
  align-items: flex-start;
}
.top_blog .splide__pagination li {
  display: block;
}
.top_blog .splide__pagination li button {
  display: block;
  opacity: 1;
  margin: 0 3px 0 0;
  border-radius: 0;
  width: 64px;
  height: 3px;
  background-color: #6E92CE;
}
.top_blog .splide__pagination li button.is-active {
  transform: none;
  background-color: #0B68B0;
}

.top_column {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .top_column .inner_l, .top_column .footer_company_nav__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.cmn_grid_01 {
  background-color: #F4F4F4;
  padding: 7.5rem var(--sideW) 5rem;
  position: relative;
}
.cmn_grid_01 h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cmn_grid_01 h2 {
    width: 100%;
    transform: translate(-50%, -37%);
  }
  .cmn_grid_01 h2:before {
    font-size: 3.75rem;
  }
}
.cmn_grid_01 .splide.is-initialized:not(.is-active) .splide__list {
  display: flex;
  gap: 4.25%;
}
.cmn_grid_01 .splide__track {
  overflow: visible;
}
.cmn_grid_01 .splide__slide {
  width: 30.5%;
}
.cmn_grid_01 .splide__pagination {
  margin-top: 26px;
  position: static;
  padding: 0;
  justify-content: flex-start;
  align-items: flex-start;
}
.cmn_grid_01 .splide__pagination li {
  display: block;
}
.cmn_grid_01 .splide__pagination li button {
  display: block;
  opacity: 1;
  margin: 0 3px 0 0;
  border-radius: 0;
  width: 64px;
  height: 3px;
  background-color: #6E92CE;
}
.cmn_grid_01 .splide__pagination li button.is-active {
  transform: none;
  background-color: #0B68B0;
}
@media screen and (max-width: 768px) {
  .cmn_grid_01 .splide {
    margin: 0 var(--extend);
    padding: 0 var(--sideW);
    overflow: hidden;
  }
  .cmn_grid_01 .splide__track {
    overflow: visible;
  }
}
.cmn_grid_01 .btn_cmn_01, .cmn_grid_01 .top_blog .title a, .top_blog .title .cmn_grid_01 a {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .cmn_grid_01 .btn_cmn_01, .cmn_grid_01 .top_blog .title a, .top_blog .title .cmn_grid_01 a {
    margin-top: 30px;
  }
}

.card_column {
  display: block;
  width: 100%;
}
.card_column .image {
  display: block;
  overflow: hidden;
  position: relative;
}
.card_column .image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.73%;
}
.card_column .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: inherit;
}
.card_column .category {
  position: relative;
  margin: -15px 12px 0 0;
  text-align: right;
}
.card_column .category li {
  display: inline-block;
  background-color: #47589D;
  padding: 0.25em 1em;
  border-radius: 50px;
  color: #fff;
  font-size: 0.8125rem;
}
.card_column .category li:before {
  content: "ー";
}
@media screen and (max-width: 768px) {
  .card_column .category li {
    font-size: 0.75rem;
  }
}
.card_column .date {
  margin-top: 10px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .card_column .date {
    margin-top: 6px;
    font-size: 0.8125rem;
  }
}
.card_column .ttl {
  margin-top: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .card_column .ttl {
    margin-top: 6px;
    font-size: 1rem;
  }
}

.top_instagram {
  margin-bottom: 0;
}
.top_instagram .btn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #0B68B0;
  font-size: 1.25rem;
}
.top_instagram .btn:before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../images/ico_instagram_01_blue.svg) no-repeat center/contain;
}

.page_hero .inner, .page_hero .fibc_lp_banner {
  position: relative;
}
.page_hero .image {
  display: block;
  overflow: hidden;
  height: 277px;
}
@media screen and (max-width: 768px) {
  .page_hero .image {
    height: 180px;
  }
}
.page_hero .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_hero .ttl {
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: 50vw;
  min-width: 750px;
  clip-path: polygon(0 0, calc(100% - 66px) 0%, 100% 100%, 0% 100%);
  margin: -70px 0 0 var(--extend);
  padding: 40px 0 0 var(--sideW);
}
@media screen and (max-width: 768px) {
  .page_hero .ttl {
    width: 100vw;
    min-width: unset;
    margin: -35px 0 0 var(--extend);
    padding: 20px 0 0 var(--sideW);
    clip-path: polygon(0 0, calc(100% - 24px) 0%, 100% 100%, 0% 100%);
  }
}
.page_hero .breadcrumb {
  position: absolute;
  top: 100px;
  right: var(--sideW);
}
@media screen and (max-width: 1279px) {
  .page_hero .breadcrumb {
    position: static;
    text-align: right;
    margin-top: 1em;
    margin-left: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page_hero .breadcrumb {
    margin-top: 2rem;
  }
}

.cmn_lead_01, .content_thanks p {
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .cmn_lead_01, .content_thanks p {
    font-size: 0.9375rem;
  }
}

.dlist_cmn_01 {
  counter-reset: number 0;
}
.dlist_cmn_01 dt {
  counter-increment: number 1;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #0B68B0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .dlist_cmn_01 dt {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}
.dlist_cmn_01 dt:before {
  content: counter(number) ".";
}
@media screen and (max-width: 768px) {
  .dlist_cmn_01 dt:before {
    display: block;
    margin-bottom: 8px;
  }
}
.dlist_cmn_01 dd {
  margin-bottom: 3.75rem;
  line-height: 1.875;
}
.dlist_cmn_01 dd:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .dlist_cmn_01 dd {
    font-size: 0.9375rem;
  }
}
.dlist_cmn_01 dd .list_dot {
  margin-top: 1em;
}
.dlist_cmn_01 dd a {
  text-decoration: underline;
}

.cmn_contact_nav {
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.16);
  padding: 0 var(--sideW) 52px;
}
.cmn_contact_nav__wrap {
  margin-bottom: 7.5em;
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .cmn_contact_nav {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}
.cmn_contact_nav h2 {
  transform: translateY(-32px);
  text-align: center;
  font-weight: 700;
  color: #0B68B0;
}
@media screen and (max-width: 768px) {
  .cmn_contact_nav h2 {
    transform: translateY(-18px);
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
.cmn_contact_nav h2:before {
  display: block;
  content: attr(data-en);
  font-family: "Lato", sans-serif;
  font-size: 3.125rem;
  letter-spacing: 0.08em;
  line-height: 1.25;
  padding: 87px 0 0;
  background: url(../images/ico_fly_01_blue.svg) no-repeat center top/65px;
}
@media screen and (max-width: 768px) {
  .cmn_contact_nav h2:before {
    padding: 65px 0 0;
    font-size: 2.35rem;
    margin-bottom: 5px;
    background-size: 48px;
  }
}
.cmn_contact_nav .box {
  border-top: 1px solid #707070;
  padding-top: 25px;
  display: flex;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cmn_contact_nav .box {
    display: block;
  }
}
.cmn_contact_nav .box dl {
  width: 50%;
  padding: 0 3.5%;
  color: #0B68B0;
}
@media screen and (max-width: 768px) {
  .cmn_contact_nav .box dl {
    width: 100%;
    padding: 0;
  }
}
.cmn_contact_nav .box dl:nth-child(1) {
  border-right: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .cmn_contact_nav .box dl:nth-child(1) {
    border: none;
    margin-bottom: 1.5rem;
  }
}
.cmn_contact_nav .box dl dt {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .cmn_contact_nav .box dl dt {
    font-size: 1rem;
  }
}
.cmn_contact_nav .box dl dt:before {
  content: "＜";
}
.cmn_contact_nav .box dl dt:after {
  content: "＞";
}
.cmn_contact_nav .box dl dd {
  font-family: "Lato", sans-serif;
  font-size: clamp(27px, 3.6vw, 2.375rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .cmn_contact_nav .box dl dd {
    font-size: 26px;
  }
}
.cmn_contact_nav .btn {
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .cmn_contact_nav .btn {
    margin: 20px auto 0;
  }
}
.cmn_contact_nav .btn + p {
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .cmn_contact_nav .btn + p {
    font-size: 0.875rem;
  }
}
.cmn_contact_nav .department {
  margin-bottom: 28px;
}
.cmn_contact_nav .department:last-of-type {
  margin-bottom: 0px;
}
.cmn_contact_nav .department .head {
  padding: 5px var(--sideW);
  text-align: center;
  background-color: #6E92CE;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .cmn_contact_nav .department .head {
    font-size: 1.125rem;
  }
}
.cmn_contact_nav .department dd.box {
  border-top: none;
}

.content_thanks p {
  text-align: center;
}
.content_thanks > a {
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .content_thanks > a {
    margin-top: 40px;
  }
}

.footer_company_nav {
  display: flex;
}
.footer_company_nav__wrap {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .footer_company_nav__wrap {
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 768px) {
  .footer_company_nav {
    display: block;
  }
}
.footer_company_nav > li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer_company_nav > li {
    width: 100%;
  }
}
.footer_company_nav > li:first-child {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .footer_company_nav > li:first-child {
    border-radius: 10px 10px 0 0;
  }
}
.footer_company_nav > li:last-child {
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .footer_company_nav > li:last-child {
    border-radius: 0 0 10px 10px;
  }
}
.footer_company_nav > li a {
  height: 420px;
  display: flex;
  align-items: center;
  background: no-repeat center/cover;
  padding: 40px 6.6%;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .footer_company_nav > li a {
    height: 200px;
  }
}
.footer_company_nav > li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0B68B0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  transition: inherit;
}
.footer_company_nav > li a:after {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01_wh.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .footer_company_nav > li a:after {
    width: 18px;
    right: 15px;
  }
}
.footer_company_nav > li a span {
  position: relative;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .footer_company_nav > li a span {
    font-size: 0.9375rem;
  }
}
.footer_company_nav > li a span:before {
  content: attr(data-en);
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 2.5rem;
  letter-spacing: inherit;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .footer_company_nav > li a span:before {
    font-size: 2rem;
  }
}
.footer_company_nav > li a[data-page=about] {
  background-image: url(../images/company_nav_01.jpg);
}
.footer_company_nav > li a[data-page=company] {
  background-image: url(../images/company_nav_02.jpg);
}
.footer_company_nav > li a[data-page=effort] {
  background-image: url(../images/company_nav_03.jpg);
}
@media (hover: hover) {
  .footer_company_nav > li a:hover:before {
    opacity: 0.8;
  }
}

.footer_business_nav {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer_business_nav {
    flex-direction: column;
    margin-bottom: 3.75rem;
  }
}
.footer_business_nav > li {
  width: 33.3333333333%;
  height: 626px;
  background: no-repeat center/cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4em 2.66%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer_business_nav > li {
    width: 100%;
    height: auto;
    padding: 3em var(--sideW) 3.5em;
  }
}
.footer_business_nav > li > * {
  position: relative;
}
.footer_business_nav > li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 104, 176, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.footer_business_nav > li:nth-child(1) {
  background-image: url(../images/footer_business_nav_01.jpg);
}
.footer_business_nav > li:nth-child(2) {
  background-image: url(../images/footer_business_nav_02.jpg);
}
.footer_business_nav > li:nth-child(3) {
  background-image: url(../images/footer_business_nav_03.jpg);
}
.footer_business_nav > li .name {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .footer_business_nav > li .name {
    font-size: 1.6rem;
  }
}
.footer_business_nav > li p {
  font-size: 0.875rem;
}
.footer_business_nav > li a {
  margin-top: 60px;
  padding: 0 106px 0 0;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .footer_business_nav > li a {
    font-size: 0.9375rem;
    padding: 0 96px 0 0;
    margin-top: 40px;
  }
}
.footer_business_nav > li a .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: block;
  width: 96px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 21px solid #fff;
  background: url(../images/ico_arrow_right_02_wh.svg) no-repeat center/23px;
  transition: inherit;
}
@media screen and (max-width: 768px) {
  .footer_business_nav > li a .arrow {
    width: 76px;
    border-width: 14px;
    background-size: 18px;
  }
}
@media (hover: hover) {
  .footer_business_nav > li a:hover .arrow {
    border-width: 1px;
    background: #fff url(../images/ico_arrow_right_02_blue.svg) no-repeat center/46px;
  }
}

.business_hero_01 {
  overflow: hidden;
}
.business_hero_01 .inner_m {
  display: flex;
  gap: 5.47%;
}
@media screen and (max-width: 768px) {
  .business_hero_01 .inner_m {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.business_hero_01 .inner_m .texts {
  flex-shrink: 0;
  width: 52.45%;
  padding: 8.2% 0 0;
}
@media screen and (max-width: 768px) {
  .business_hero_01 .inner_m .texts {
    width: 100%;
    padding: 0;
  }
}
.business_hero_01 .inner_m .texts h2 {
  color: #0B68B0;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  margin-right: -0.5em;
}
@media screen and (max-width: 768px) {
  .business_hero_01 .inner_m .texts h2 {
    font-size: 2rem;
  }
}
.business_hero_01 .inner_m .texts h2 span {
  display: inline-block;
  border: 3px solid #0B68B0;
  padding-inline: 8px;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .business_hero_01 .inner_m .texts h2 span {
    margin: 0 5px;
    padding-inline: 4px;
  }
}
.business_hero_01 .inner_m .texts h2 span:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .business_hero_01 .inner_m .texts p {
    font-size: 0.9375rem;
  }
}
.business_hero_01 .inner_m .image {
  flex-grow: 1;
  margin: 0 var(--extend) 0 0;
  border-radius: 80px 0 0 0;
  display: block;
  overflow: hidden;
  aspect-ratio: 654/412;
}
.business_hero_01 .inner_m .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.business_hero_02 .inner_m {
  display: flex;
  gap: 5.47%;
}
@media screen and (max-width: 768px) {
  .business_hero_02 .inner_m {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.business_hero_02 .inner_m .texts {
  flex-shrink: 0;
  width: 52.45%;
  padding: 8.2% 0 0;
}
@media screen and (max-width: 768px) {
  .business_hero_02 .inner_m .texts {
    width: 100%;
    padding: 0;
  }
}
.business_hero_02 .inner_m .texts h2 {
  color: #0B68B0;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .business_hero_02 .inner_m .texts h2 {
    font-size: 2rem;
  }
}
.business_hero_02 .inner_m .texts h2 span {
  display: inline-block;
  border: 3px solid #0B68B0;
  padding-inline: 8px;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .business_hero_02 .inner_m .texts h2 span {
    margin: 0 5px;
    padding-inline: 4px;
  }
}
.business_hero_02 .inner_m .texts h2 span:first-child {
  margin-left: 0;
}
.business_hero_02 .inner_m .texts h2 br + span {
  margin-left: 0;
}
.business_hero_02 .inner_m .image {
  flex-grow: 1;
}

.wrapper_relative {
  position: relative;
}

.about_sec_01 {
  margin-bottom: 7.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about_sec_01 {
    margin-bottom: 5rem;
  }
}
.about_sec_01 .inner_m {
  position: relative;
}
.about_sec_01 .wrapper_relative {
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .about_sec_01 .wrapper_relative {
    margin-top: -60px;
  }
}
.about_sec_01 h2 {
  text-align: right;
  margin-bottom: -120px;
}
@media screen and (max-width: 768px) {
  .about_sec_01 h2 {
    margin-bottom: 0;
    width: 80%;
  }
}
.about_sec_01 h3 {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #47589D;
  padding: 5px 14px;
  color: #fff;
  font-size: 1.5rem;
  margin: 60px 0 32px;
}
@media screen and (max-width: 768px) {
  .about_sec_01 h3 {
    font-size: 1.2rem;
    margin: 40px 0 20px;
  }
}
.about_sec_01 .img_philosophy {
  width: 100%;
  max-width: 400px;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .about_sec_01 .img_philosophy {
    max-width: 280px;
  }
}
.about_sec_01 p {
  font-size: 0.9375rem;
}
.about_sec_01 .text_quality {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .about_sec_01 .text_quality {
    font-size: 1rem;
  }
}

.about_sec_02 {
  overflow: hidden;
  margin-bottom: 0;
}
.about_sec_02 .inner_m {
  padding-bottom: 7.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about_sec_02 .inner_m {
    padding-bottom: 5rem;
  }
}
.about_sec_02 .inner_m .wrapper_relative {
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .about_sec_02 .inner_m .wrapper_relative {
    margin-top: -30px;
  }
}
.about_sec_02 .inner_m:after {
  content: "";
  display: block;
  width: min(27.38%, 334px);
  aspect-ratio: 387/316;
  background: url(../images/ico_arrow_up_01.svg) no-repeat center bottom/contain;
  position: absolute;
  bottom: 0;
  right: var(--sideW);
}
.about_sec_02 h2 {
  text-align: center;
  margin-bottom: 42px;
}
.about_sec_02 h2 img {
  transform: translateX(25%);
}
@media screen and (max-width: 768px) {
  .about_sec_02 h2 {
    width: 66%;
    margin-bottom: 20px;
  }
  .about_sec_02 h2 img {
    transform: none;
  }
}
.about_sec_02 .content {
  display: flex;
  gap: 5.24%;
}
@media screen and (max-width: 768px) {
  .about_sec_02 .content {
    flex-direction: column;
    gap: 1.5em;
  }
}
.about_sec_02 .content .texts {
  flex-shrink: 0;
  width: 52.62%;
  padding: 4.2% 0 0;
}
@media screen and (max-width: 768px) {
  .about_sec_02 .content .texts {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about_sec_02 .content .texts .para {
    font-size: 0.9375rem;
  }
}
.about_sec_02 .content .texts .para p {
  margin-bottom: 1em;
  letter-spacing: 0.04em;
}
.about_sec_02 .content .texts .para p:last-child {
  margin-bottom: 0;
}
.about_sec_02 .content .images {
  flex-grow: 1;
  margin: 0 var(--extend) 0 0;
}
@media screen and (max-width: 768px) {
  .about_sec_02 .content .images {
    margin: 0;
  }
}
.about_sec_02 .content .images .image {
  display: block;
  overflow: hidden;
  height: 412px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about_sec_02 .content .images .image {
    height: auto;
    aspect-ratio: 654/412;
    margin-bottom: 16px;
  }
}
.about_sec_02 .content .images .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .about_sec_02 .content .images p {
    font-size: 0.875rem;
  }
}

.about_sec_03 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .about_sec_03 .inner_l, .about_sec_03 .footer_company_nav__wrap {
    display: contents;
  }
}
.about_sec_03 .box {
  max-width: var(--contentsWideS);
  margin: 0 auto;
}
.about_sec_03 .box_wrap {
  background-color: #F4F4F4;
  padding: 80px var(--sideW) 100px;
}
@media screen and (max-width: 768px) {
  .about_sec_03 .box_wrap {
    padding: 60px var(--sideW);
  }
}
.about_sec_03 h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .about_sec_03 h2 {
    width: 280px;
    margin: 0 auto 1.2rem;
  }
}
.about_sec_03 .descr {
  font-size: 0.9375rem;
}
.about_sec_03 .notes {
  margin-top: 40px;
  background-color: #fff;
  padding: 25px var(--sideW);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.3%;
}
@media screen and (max-width: 768px) {
  .about_sec_03 .notes {
    flex-direction: column;
    gap: 1.5em;
    padding: 2em var(--sideW) 1.75em;
  }
}
.about_sec_03 .notes p {
  max-width: 526px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .about_sec_03 .notes p {
    font-size: 0.875rem;
  }
}

.company_sec_01 .inner_m {
  display: flex;
  gap: 5.82%;
}
@media screen and (max-width: 768px) {
  .company_sec_01 .inner_m {
    flex-direction: column;
  }
}
.company_sec_01 .inner_m h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .company_sec_01 .inner_m h2 {
    order: 1;
  }
}
.company_sec_01 .inner_m .texts {
  flex-shrink: 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .company_sec_01 .inner_m .texts {
    display: contents;
  }
}
.company_sec_01 .inner_m .texts p {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .company_sec_01 .inner_m .texts p {
    order: 3;
    font-size: 0.9375rem;
    margin-bottom: 40px;
  }
}
.company_sec_01 .inner_m .texts .image {
  margin: 0 0 0 calc((50vw - 100%) * -1);
  display: block;
  overflow: hidden;
  aspect-ratio: 750/412;
  border-radius: 0 80px 0 0;
}
@media screen and (max-width: 768px) {
  .company_sec_01 .inner_m .texts .image {
    order: 4;
    margin: 0 var(--extend);
    border-radius: 0;
  }
}
.company_sec_01 .inner_m .texts .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company_sec_01 .inner_m .figure {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .company_sec_01 .inner_m .figure {
    order: 2;
    margin-bottom: 40px;
  }
}

.company_sec_02 h2 {
  margin-bottom: 32px;
}
.company_sec_02 dl {
  max-width: var(--contentsWideS);
  margin: 0 auto;
}
.company_sec_02 dl .item {
  padding: 20px;
  display: flex;
  border-bottom: 1px solid #F4F4F4;
}
@media screen and (max-width: 768px) {
  .company_sec_02 dl .item {
    display: block;
    padding: 24px 0 28px;
  }
}
.company_sec_02 dl .item:first-child {
  border-top: 1px solid #F4F4F4;
}
.company_sec_02 dl dt {
  flex-shrink: 0;
  width: 147px;
}
@media screen and (max-width: 768px) {
  .company_sec_02 dl dt {
    width: 100%;
    font-weight: 700;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .company_sec_02 dl dd {
    font-size: 0.9375rem;
  }
}

.company_sec_03 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 50px;
}
@media screen and (max-width: 768px) {
  .company_sec_03 ul {
    gap: 50px;
  }
}
.company_sec_03 ul li {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 768px) {
  .company_sec_03 ul li {
    width: 100%;
  }
}
.company_sec_03 ul li .map {
  display: block;
  overflow: hidden;
  aspect-ratio: 585/362;
}
.company_sec_03 ul li .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.company_sec_03 ul li .link_gmap {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 14px;
  border-radius: 50px;
  background-color: #47589D;
  color: #fff;
  font-size: 0.8125rem;
  margin: -17px 17px 0 auto;
}
@media (hover: hover) {
  .company_sec_03 ul li .link_gmap:hover {
    background-color: #0B68B0;
  }
}
@media screen and (max-width: 768px) {
  .company_sec_03 ul li .link_gmap {
    font-size: 0.75em;
    margin: -14px 12px 0 auto;
  }
}
.company_sec_03 ul li .name {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 15px;
  color: #0B68B0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .company_sec_03 ul li .name {
    font-size: 1.25rem;
    margin-top: 8px;
  }
}
.company_sec_03 ul li .name:before {
  content: "";
  display: block;
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #0B68B0;
}
.company_sec_03 ul li address {
  margin-top: 14px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .company_sec_03 ul li address {
    margin-top: 10px;
    font-size: 0.875rem;
  }
}
.company_sec_03 ul li:first-child {
  width: 100%;
}
.company_sec_03 ul li:first-child .map {
  aspect-ratio: unset;
  height: 362px;
}
@media screen and (max-width: 768px) {
  .company_sec_03 ul li:first-child .map {
    height: auto;
    aspect-ratio: 585/362;
  }
}
.company_sec_03 ul li:first-child .detail {
  margin-top: 15px;
  display: flex;
  gap: 3.77%;
}
@media screen and (max-width: 768px) {
  .company_sec_03 ul li:first-child .detail {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
  }
}
.company_sec_03 ul li:first-child .detail .images {
  flex-grow: 1;
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 768px) {
  .company_sec_03 ul li:first-child .detail .images {
    gap: 10px;
  }
}
.company_sec_03 ul li:first-child .detail .images .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 304/204;
}
.company_sec_03 ul li:first-child .detail .images .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company_sec_03 ul li:first-child .detail .texts {
  flex-shrink: 0;
  width: 44.26%;
}
@media screen and (max-width: 768px) {
  .company_sec_03 ul li:first-child .detail .texts {
    width: 100%;
  }
}
.company_sec_03 ul li:first-child .detail .texts .name {
  margin-top: 0;
}

.company_sec_04 .box {
  display: flex;
  gap: 3.6%;
}
@media screen and (max-width: 768px) {
  .company_sec_04 .box {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.company_sec_04 .box .text {
  flex-shrink: 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .company_sec_04 .box .text {
    width: 100%;
  }
}
.company_sec_04 .box .figure {
  flex-grow: 1;
}
.company_sec_04 .box .figure p {
  font-size: 0.9375rem;
  margin-top: -1.8em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .company_sec_04 .box .figure p {
    font-size: 0.625rem;
  }
}
.company_sec_04 dl .item {
  padding: 20px;
  display: flex;
  border-bottom: 1px solid #F4F4F4;
}
.company_sec_04 dl .item:first-child {
  border-top: 1px solid #F4F4F4;
}
@media screen and (max-width: 768px) {
  .company_sec_04 dl .item {
    padding: 20px 0;
    flex-direction: column;
    gap: 7px;
  }
}
.company_sec_04 dl dt {
  flex-shrink: 0;
  width: clamp(84px, 24%, 147px);
}
@media screen and (max-width: 768px) {
  .company_sec_04 dl dt {
    width: 100%;
    font-size: 0.9375rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .company_sec_04 dl dd {
    font-size: 0.9375em;
  }
}

.company_sec_05 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .company_sec_05 h2 {
    margin-bottom: 30px;
  }
}
.company_sec_05 .box {
  display: flex;
  align-items: flex-start;
  gap: 3.93%;
}
@media screen and (max-width: 768px) {
  .company_sec_05 .box {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}
.company_sec_05 .box .image {
  flex-grow: 1;
  margin: 0 0 0 var(--extend);
  display: block;
  overflow: hidden;
  height: 100vh;
  position: sticky;
  border-radius: 0 80px 0 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .company_sec_05 .box .image {
    position: static;
    aspect-ratio: 3/2;
    height: auto;
    margin: 0 var(--extend);
    border-radius: 0;
  }
}
.company_sec_05 .box .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company_sec_05 .box dl {
  flex-shrink: 0;
  width: 55.82%;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .company_sec_05 .box dl {
    width: 100%;
  }
}
.company_sec_05 .box dl .item {
  padding: 20px;
  display: flex;
  border-bottom: 1px solid #F4F4F4;
}
.company_sec_05 .box dl .item:first-child {
  border-top: 1px solid #F4F4F4;
}
@media screen and (max-width: 768px) {
  .company_sec_05 .box dl .item {
    flex-direction: column;
    gap: 0.5em;
    padding: 20px 0;
  }
}
.company_sec_05 .box dl dt {
  flex-shrink: 0;
  width: 157px;
}
@media screen and (max-width: 768px) {
  .company_sec_05 .box dl dt {
    width: 100%;
    font-weight: 700;
  }
}
.company_sec_05 .box dl dd {
  font-size: 0.9375rem;
}

.effort_sec_01 {
  text-align: center;
}
.effort_sec_01 p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .effort_sec_01 img {
    width: 260px;
  }
  .effort_sec_01 p {
    font-size: 0.9375rem;
  }
}

.effort_sec_02 .box {
  margin-bottom: 5rem;
  background-color: #F4F4F4;
  border-radius: 15px;
  padding: 50px 4.1%;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .effort_sec_02 .box {
    flex-direction: column;
    align-items: unset;
    padding: 36px var(--sideW);
    margin-bottom: 3.75rem;
  }
}
.effort_sec_02 .box:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 167px;
  aspect-ratio: 1/1;
  background: url(../images/effort_sec_02_01.svg) no-repeat center/contain;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .effort_sec_02 .box:before {
    margin: 0 auto;
    width: 140px;
  }
}
.effort_sec_02 .box .texts {
  font-size: 0.9375rem;
}
.effort_sec_02 .box .texts p {
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
.effort_sec_02 .box .texts ul li {
  line-height: 1.5;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .effort_sec_02 .box .texts ul li {
    margin-bottom: 0.75em;
  }
}
.effort_sec_02 .box .texts ul li a {
  padding-right: 16px;
  background: url(../images/ico_pdf_01.svg) no-repeat center right/16px;
}
.effort_sec_02 .box .link {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 406px;
  height: 54px;
  border: 1px solid #000;
  border-radius: 50px;
  font-size: 0.9375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .effort_sec_02 .box .link {
    height: 70px;
    font-size: 0.875rem;
    text-align: center;
  }
}
.effort_sec_02 .box .link:after {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01_black.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .effort_sec_02 .box .link:after {
    width: 18px;
    right: 15px;
  }
}
.effort_sec_02 .box .link:hover {
  background-color: #000;
  color: #fff;
}
.effort_sec_02 .box .link:hover:after {
  background-image: url(../images/ico_arrow_right_01_wh.svg);
}
.effort_sec_02 .list_sdgs {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 5%;
}
@media screen and (max-width: 768px) {
  .effort_sec_02 .list_sdgs {
    gap: 50px;
  }
}
.effort_sec_02 .list_sdgs > li {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .effort_sec_02 .list_sdgs > li {
    width: 100%;
  }
}
.effort_sec_02 .list_sdgs > li .image {
  margin-bottom: 26px;
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 580/372;
}
@media screen and (max-width: 768px) {
  .effort_sec_02 .list_sdgs > li .image {
    margin-bottom: 20px;
  }
}
.effort_sec_02 .list_sdgs > li .image img {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.effort_sec_02 .list_sdgs > li .image:after {
  content: "";
  display: block;
  width: 22.75%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center/cover;
}
.effort_sec_02 .list_sdgs > li .image[data-sdgs="04"]:after {
  background-image: url(../images/ico_sdgs_04.jpg);
}
.effort_sec_02 .list_sdgs > li .image[data-sdgs="11"]:after {
  background-image: url(../images/ico_sdgs_11.jpg);
}
.effort_sec_02 .list_sdgs > li h3 {
  margin-bottom: 14px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .effort_sec_02 .list_sdgs > li h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}
.effort_sec_02 .list_sdgs > li p {
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .effort_sec_02 .list_sdgs > li p {
    font-size: 0.875rem;
  }
}

.effort_sec_03 {
  overflow: hidden;
}
.effort_sec_03 h3 {
  color: #0B68B0;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .effort_sec_03 h3 {
    font-size: 1.25rem;
  }
}
.effort_sec_03 h3:before {
  content: "/ ";
  font-family: "Lato", sans-serif;
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .effort_sec_03 h3:before {
    font-size: 1.6rem;
  }
}
.effort_sec_03 h3 + p {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .effort_sec_03 h3 + p {
    font-size: 0.9375rem;
  }
}
.effort_sec_03 figure {
  max-width: var(--contentsWideS);
  margin: 0 auto 50px;
}
.effort_sec_03 .splide {
  margin: 0 var(--extend);
  padding: 0 var(--sideW);
  overflow: hidden;
}
.effort_sec_03 .splide__track {
  overflow: visible;
}
.effort_sec_03 .splide__slide .image {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .effort_sec_03 .splide__slide .image {
    margin-bottom: 14px;
  }
}
.effort_sec_03 .splide__slide .image:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.22%;
}
.effort_sec_03 .splide__slide .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}
.effort_sec_03 .splide__slide .ttl {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .effort_sec_03 .splide__slide .ttl {
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
}
.effort_sec_03 .splide__slide .text {
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .effort_sec_03 .splide__slide .text {
    font-size: 0.8125rem;
  }
}
.effort_sec_03 .descr {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .effort_sec_03 .descr {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }
}
.effort_sec_03 .descr li {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .effort_sec_03 .descr li {
    font-size: 0.875rem;
    margin-right: 0;
    gap: 10px;
  }
}
.effort_sec_03 .descr li:last-child {
  margin-right: 0;
}
.effort_sec_03 .descr li:before {
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
  background: no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .effort_sec_03 .descr li:before {
    width: 22px;
  }
}
.effort_sec_03 .descr li:nth-child(1):before {
  background-image: url(../images/ico_zeb_01.jpg);
}
.effort_sec_03 .descr li:nth-child(2):before {
  background-image: url(../images/ico_zeb_02.jpg);
}
.effort_sec_03 .descr li:nth-child(3):before {
  background-image: url(../images/ico_zeb_03.jpg);
}
.effort_sec_03 .descr li:nth-child(4):before {
  background-image: url(../images/ico_zeb_04.jpg);
}
.effort_sec_03 .descr li:nth-child(5):before {
  background-image: url(../images/ico_zeb_05.jpg);
}

.effort_sec_04 ul {
  display: grid;
  grid-template-columns: 44.26% 1fr 1fr;
  grid-template-rows: repeat(2, max-content);
  gap: 40px 3%;
}
@media screen and (max-width: 768px) {
  .effort_sec_04 ul {
    display: flex;
    flex-direction: column;
  }
}
.effort_sec_04 ul li {
  font-size: 0.875rem;
}
.effort_sec_04 ul li .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 330/212;
  margin-bottom: 16px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .effort_sec_04 ul li .image {
    border-radius: 10px;
  }
}
.effort_sec_04 ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.effort_sec_04 ul li:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.effort_sec_04 ul li:nth-child(1) .image {
  margin-left: calc(min(113%, 680px) - 50vw);
  border-radius: 0 80px 0 0;
}
@media screen and (max-width: 768px) {
  .effort_sec_04 ul li:nth-child(1) .image {
    margin-left: 0;
    border-radius: 0 40px 0 0;
  }
}
.effort_sec_04 ul li:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.effort_sec_04 ul li:nth-child(3) {
  grid-column: 3/4;
  grid-row: 1/2;
}
.effort_sec_04 ul li:nth-child(4) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.effort_sec_04 ul li:nth-child(5) {
  grid-column: 3/4;
  grid-row: 2/3;
}

.effort_sec_05 {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .effort_sec_05 {
    margin-bottom: 5rem;
  }
  .effort_sec_05 .inner_l, .effort_sec_05 .footer_company_nav__wrap {
    display: contents;
  }
}
.effort_sec_05 .bg_gray {
  padding: 117px var(--sideW) 106px;
  background-color: #F4F4F4;
}
@media screen and (max-width: 768px) {
  .effort_sec_05 .bg_gray {
    padding: 80px var(--sideW);
  }
}
.effort_sec_05 .box_white {
  background-color: #fff;
  max-width: var(--contentsWideS);
  margin: 0 auto;
  padding: 150px var(--sideW) 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .effort_sec_05 .box_white {
    padding: 140px var(--sideW) 60px;
  }
}
.effort_sec_05 .image {
  width: 100%;
  max-width: 254px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -38%);
}
@media screen and (max-width: 768px) {
  .effort_sec_05 .image {
    max-width: 220px;
  }
}
.effort_sec_05 p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .effort_sec_05 p {
    font-size: 0.9375rem;
  }
}
.effort_sec_05 .btn_cmn_02, .effort_sec_05 .cmn_contact_nav .btn, .cmn_contact_nav .effort_sec_05 .btn, .effort_sec_05 .content_thanks > a {
  max-width: 406px;
  height: 60px;
  font-size: 0.9375rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 768px) {
  .effort_sec_05 .btn_cmn_02, .effort_sec_05 .cmn_contact_nav .btn, .cmn_contact_nav .effort_sec_05 .btn, .effort_sec_05 .content_thanks > a {
    width: 90%;
  }
}

.effort_sec_06 {
  margin-bottom: 0;
}
.effort_sec_06 .list_activity {
  display: flex;
  gap: 40px 5%;
}
@media screen and (max-width: 768px) {
  .effort_sec_06 .list_activity {
    flex-direction: column;
  }
}
.effort_sec_06 .list_activity > li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .effort_sec_06 .list_activity > li {
    width: 100%;
  }
}
.effort_sec_06 .list_activity + a {
  margin-top: 40px;
}

.business_sec_01 {
  text-align: center;
}
.business_sec_01 p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .business_sec_01 img {
    width: 260px;
  }
  .business_sec_01 p {
    font-size: 0.9375rem;
  }
}

.business_sec_02 {
  margin-bottom: 0;
  overflow: hidden;
}

.list_business_nav > li {
  margin-bottom: 92px;
  display: flex;
  gap: 5.4%;
}
@media screen and (max-width: 768px) {
  .list_business_nav > li {
    flex-direction: column-reverse;
    gap: 2rem;
    margin-bottom: 5em;
  }
}
.list_business_nav > li:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .list_business_nav > li:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.list_business_nav > li:nth-child(odd) .image {
  margin: 0 0 0 var(--extend);
}
@media screen and (max-width: 768px) {
  .list_business_nav > li:nth-child(odd) .image {
    margin: 0 var(--extend);
  }
}
.list_business_nav > li:last-child {
  margin-bottom: 0;
}
.list_business_nav > li .texts {
  width: 41.48%;
  flex-shrink: 0;
  padding-top: 4.92%;
}
@media screen and (max-width: 768px) {
  .list_business_nav > li .texts {
    width: 100%;
    padding-top: 0;
  }
}
.list_business_nav > li .image {
  margin: 0 var(--extend) 0 0;
}
@media screen and (max-width: 768px) {
  .list_business_nav > li .image {
    margin: 0 var(--extend);
  }
}
.list_business_nav .catch {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .list_business_nav .catch {
    font-size: 32px;
  }
}
.list_business_nav h2 {
  color: #0B68B0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}
.list_business_nav h2:after {
  content: attr(data-en);
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .list_business_nav h2:after {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .list_business_nav .descr {
    font-size: 0.9375rem;
  }
}
.list_business_nav .btn_cmn_01, .list_business_nav .top_blog .title a, .top_blog .title .list_business_nav a {
  margin: 26px 0 0;
}

.page-packaging .business_hero_01 {
  margin-bottom: 3.75rem;
}

.packaging_sec_01 .box_gray {
  background-color: #F4F4F4;
  padding: 52px 4.8%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 3.63%;
}
@media screen and (max-width: 768px) {
  .packaging_sec_01 .box_gray {
    flex-direction: column;
    padding: 40px var(--sideW);
    gap: 1.5rem;
  }
}
.packaging_sec_01 .box_gray .image {
  flex-shrink: 0;
  width: 27.58%;
}
@media screen and (max-width: 768px) {
  .packaging_sec_01 .box_gray .image {
    width: 100%;
  }
}
.packaging_sec_01 .box_gray .texts {
  flex-grow: 1;
}
.packaging_sec_01 .box_gray .texts h2 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .packaging_sec_01 .box_gray .texts h2 {
    font-size: 1.125rem;
  }
}
.packaging_sec_01 .box_gray .texts p {
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #707070;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .packaging_sec_01 .box_gray .texts p {
    font-size: 0.875rem;
  }
}
.packaging_sec_01 .box_gray .texts .in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.packaging_sec_01 .box_gray .texts .in img {
  width: 132px;
  aspect-ratio: 132/167;
}
@media screen and (max-width: 768px) {
  .packaging_sec_01 .box_gray .texts .in img {
    display: none;
  }
}
.packaging_sec_01 .box_gray .texts .in > div {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .packaging_sec_01 .box_gray .texts .in > div {
    padding: 0;
    width: 100%;
  }
}
.packaging_sec_01 .box_gray .texts .in h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.packaging_sec_01 .box_gray .texts .in p {
  font-size: 0.9375rem;
  padding: 0;
  margin: 0;
  border: 0;
}

.sec_case {
  padding-top: 36px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec_case .inner_l, .sec_case .footer_company_nav__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.packaging_sec_03 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .packaging_sec_03 {
    margin-top: 60px;
  }
}
.packaging_sec_03 ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px 60px;
}
.packaging_sec_03 ul li:nth-child(2) a {
  background-image: url(../images/packaging_sec_03_02.jpg);
}
.packaging_sec_03 ul a {
  display: grid;
  place-content: center;
  position: relative;
  height: 280px;
  background: url(../images/packaging_sec_03_01.jpg) no-repeat center/cover;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .packaging_sec_03 ul a {
    height: 200px;
  }
}
.packaging_sec_03 ul a:hover::before {
  opacity: 0;
}
.packaging_sec_03 ul a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 85, 164, 0.56);
  top: 0;
  left: 0;
  transition: 0.3s;
}
.packaging_sec_03 ul a::after {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01_wh.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
}
.packaging_sec_03 ul a span {
  display: block;
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .packaging_sec_03 ul a span {
    font-size: 1rem;
  }
}
.packaging_sec_03 ul a span::before {
  content: attr(data-en);
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .packaging_sec_03 ul a span::before {
    font-size: 1.5rem;
  }
}

.content_strenght {
  overflow: hidden;
}
.content_strenght h2:not(.ttl_cmn_04) {
  text-align: center;
  margin-top: -80px;
  position: relative;
  margin-bottom: 112px;
}
@media screen and (max-width: 768px) {
  .content_strenght h2:not(.ttl_cmn_04) {
    margin-top: -40px;
    margin-bottom: 60px;
  }
  .content_strenght h2:not(.ttl_cmn_04) img {
    width: 80%;
  }
}

.list_strength {
  counter-reset: number 0;
}
.list_strength > li {
  display: flex;
  align-items: flex-start;
  gap: 5.24%;
  counter-increment: number 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .list_strength > li {
    flex-direction: column-reverse;
  }
}
.list_strength > li .text {
  flex-shrink: 0;
  width: 52.62%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .list_strength > li .text {
    width: 100%;
    margin-top: -45px;
  }
}
.list_strength > li .text .num {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .list_strength > li .text .num {
    font-size: 0.9375rem;
  }
}
.list_strength > li .text .num:before {
  content: "#0" counter(number);
  display: block;
  color: #F4F4F4;
  font-family: "Lato", sans-serif;
  font-size: 90px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .list_strength > li .text .num:before {
    font-size: 72px;
  }
}
@media screen and (max-width: 768px) {
  .list_strength > li .text h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .list_strength > li .text p {
    font-size: 0.9375rem;
  }
}
.list_strength > li > .image {
  flex-grow: 1;
  margin: 3.7% var(--extend) 0 0;
  display: block;
  overflow: hidden;
  aspect-ratio: 654/412;
}
@media screen and (max-width: 768px) {
  .list_strength > li > .image {
    margin: 0 var(--extend);
  }
}
.list_strength > li > .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_strength > li:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .list_strength > li:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.list_strength > li:nth-child(even) .image {
  margin: 3.7% 0 0 var(--extend);
}
@media screen and (max-width: 768px) {
  .list_strength > li:nth-child(even) .image {
    margin: 0 var(--extend);
  }
}
.list_strength > li:last-child {
  margin-bottom: 0;
}

.mb0 {
  margin-bottom: 0 !important;
}

.page-trading .business_hero_01 h2 {
  margin-right: -0.5em;
}

.trading_sec_02 h2 {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .trading_sec_02 h2:before {
    font-size: 3.75rem;
  }
}
.trading_sec_02 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 5%;
}
@media screen and (max-width: 768px) {
  .trading_sec_02 ul {
    flex-direction: column;
    gap: 20px;
  }
}
.trading_sec_02 ul > li {
  width: 30%;
  min-height: 368px;
  background: no-repeat center/cover;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 120px 2.86% 40px;
}
@media screen and (max-width: 768px) {
  .trading_sec_02 ul > li {
    width: auto;
    min-height: unset;
    padding: 50px var(--sideW) 30px;
    border-radius: 10px;
  }
}
.trading_sec_02 ul > li[data-num="01"] {
  background-image: url(../images/trading_sec_02_01.jpg);
}
.trading_sec_02 ul > li[data-num="02"] {
  background-image: url(../images/trading_sec_02_02.jpg);
}
.trading_sec_02 ul > li[data-num="03"] {
  background-image: url(../images/trading_sec_02_03.jpg);
}
.trading_sec_02 ul > li[data-num="04"] {
  background-image: url(../images/trading_sec_02_04.jpg);
}
.trading_sec_02 ul > li[data-num="05"] {
  background-image: url(../images/trading_sec_02_05.jpg);
}
.trading_sec_02 ul > li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(11, 104, 176, 0.47);
  position: absolute;
  top: 0;
  left: 0;
}
.trading_sec_02 ul > li:nth-child(n+4) {
  width: 47.5%;
  min-height: 280px;
  padding: 80px 2.86% 70px;
}
@media screen and (max-width: 768px) {
  .trading_sec_02 ul > li:nth-child(n+4) {
    width: 100%;
    min-height: unset;
    padding: 50px var(--sideW) 30px;
  }
}
.trading_sec_02 ul > li h3 {
  position: relative;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .trading_sec_02 ul > li h3 {
    font-size: 1.4rem;
  }
}
.trading_sec_02 ul > li p {
  position: relative;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  margin-bottom: 1.5em;
}
.trading_sec_02 ul > li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 245px;
  height: 60px;
  margin: 0 auto;
  background: #fff url(../images/ico_arrow_right_01_blue.svg) no-repeat center right 18px/18px;
  border-radius: 50px;
  color: #0B68B0;
  font-weight: 500;
  border: 1px solid #fff;
}
.trading_sec_02 ul > li a:hover {
  color: #fff;
  background: #0B68B0 url(../images/ico_arrow_right_01_wh.svg) no-repeat center right 18px/18px;
}
@media screen and (max-width: 768px) {
  .trading_sec_02 ul > li a {
    height: 50px;
    font-size: 0.9375rem;
  }
}

.imono_otasuke_110 {
  padding: 0 var(--sideW);
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .imono_otasuke_110 {
    margin-bottom: 5rem;
  }
}
.imono_otasuke_110 a {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.metal_sec_02 {
  margin-bottom: 0;
}
.metal_sec_02 .inner_m {
  position: relative;
}
.metal_sec_02 .inner_m:before {
  content: "";
  display: block;
  width: 17.86%;
  aspect-ratio: 218/254;
  background: url(../images/metal_sec_02_00.svg) no-repeat top right/contain;
  position: absolute;
  top: -44px;
  right: var(--sideW);
}
@media screen and (max-width: 768px) {
  .metal_sec_02 .inner_m:before {
    top: -20px;
  }
}
@media screen and (max-width: 768px) {
  .metal_sec_02 p {
    font-size: 0.9375rem;
  }
}
.metal_sec_02 .items {
  margin-top: 32px;
  border: 1px solid #F4F4F4;
  padding: 30px 3.28%;
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 4.39%;
}
@media screen and (max-width: 768px) {
  .metal_sec_02 .items {
    padding: var(--sideW);
    display: block;
    font-size: 0.9375rem;
  }
}
.metal_sec_02 .items li {
  text-indent: -1em;
  padding-left: 1em;
}
.metal_sec_02 .items li:before {
  content: "■";
}
.metal_sec_02 .gallery {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.84%;
}
@media screen and (max-width: 768px) {
  .metal_sec_02 .gallery {
    gap: 10px 3%;
  }
}
.metal_sec_02 .gallery .image {
  width: 17.728%;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .metal_sec_02 .gallery .image {
    width: 31.3333333333%;
  }
}
.metal_sec_02 .gallery .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.newcon {
  margin-top: 2.5rem;
  border: 1px solid #000;
  padding: 42px 6.7%;
  position: relative;
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  .newcon {
    flex-direction: column;
    align-items: center;
  }
}
.newcon:before {
  content: "";
  display: block;
  width: 105px;
  height: 4px;
  background-color: #0B68B0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
}
.newcon dt {
  flex-shrink: 0;
  width: 100%;
  max-width: 150px;
  margin-bottom: 22px;
}
.newcon dd {
  font-size: 0.9375rem;
}

.list_strength > li.fibc-exception {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .list_strength > li.fibc-exception {
    flex-direction: column;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .list_strength > li.fibc-exception > .text {
    margin-top: 0;
  }
}
.list_strength > li.fibc-exception > .image {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .list_strength > li.fibc-exception > .image {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
  }
}
.list_strength > li.fibc-exception > .image img {
  width: 100%;
  max-width: 308px;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
}
.list_strength > li.fibc-exception .js-scrollable {
  display: contents;
}
@media screen and (max-width: 768px) {
  .list_strength > li.fibc-exception .js-scrollable {
    display: block;
    margin: 0 var(--extend);
    padding: 0 var(--sideW);
    width: calc(100% + var(--sideW) * 2);
  }
}
.list_strength > li.fibc-exception .list_inspection {
  margin-top: 40px;
  width: 100%;
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  .list_strength > li.fibc-exception .list_inspection {
    min-width: 1020px;
  }
}
.list_strength > li.fibc-exception .list_inspection > li {
  width: 22.75%;
}
@media screen and (max-width: 768px) {
  .list_strength > li.fibc-exception .list_inspection > li {
    width: 80%;
  }
}
.list_strength > li.fibc-exception .list_inspection > li .image {
  margin-bottom: 26px;
}
.list_strength > li.fibc-exception .list_inspection > li h4 {
  background-color: #0B68B0;
  color: #fff;
  padding: 9px;
  max-width: 256px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  clip-path: polygon(0% 0%, calc(100% - 10px) 0%, 100% 50%, calc(100% - 10px) 100%, 0% 100%);
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .list_strength > li.fibc-exception .list_inspection > li h4 {
    font-size: 0.9375rem;
  }
}
.list_strength > li.fibc-exception .list_inspection > li p {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .list_strength > li.fibc-exception .list_inspection > li p {
    font-size: 0.8125rem;
  }
}

.fibc_suggest dt {
  margin-top: 40px;
  background-color: #0B68B0;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 15px var(--sideW) 22px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px));
}
@media screen and (max-width: 768px) {
  .fibc_suggest dt {
    margin-top: 30px;
    font-size: 1.25rem;
    padding: 10px var(--sideW) 20px;
  }
}
.fibc_suggest dd {
  margin-top: 20px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .fibc_suggest dd {
    margin-top: 22px;
    font-size: 0.9375rem;
  }
}
.fibc_suggest dd span {
  display: block;
  margin-top: 1em;
}

.fibc_sec_02 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .fibc_sec_02 .inner_l, .fibc_sec_02 .footer_company_nav__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.fibc_lp_banner {
  max-width: calc(960px + var(--sideW) * 2);
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .fibc_lp_banner {
    margin-bottom: 120px;
  }
}
.fibc_lp_banner a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 320px;
  background: url(../images/fibc_lp_banner_01.jpg) no-repeat center/cover;
  margin: 0 auto;
  position: relative;
  padding: 0 4.89%;
}
.fibc_lp_banner a:nth-child(1) {
  margin-bottom: 3.75rem;
  background: url(../images/fibc_lp_banner_02.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .fibc_lp_banner a {
    height: auto;
    padding: 40px var(--sideW);
  }
}
.fibc_lp_banner a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 104, 176, 0.45);
  position: absolute;
  top: 0;
  left: 0;
}
.fibc_lp_banner a .head {
  position: relative;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fibc_lp_banner a .head {
    font-size: 2rem;
  }
}
.fibc_lp_banner a .text {
  position: relative;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .fibc_lp_banner a .text {
    font-size: 0.875rem;
    font-weight: 500;
  }
}
.fibc_lp_banner a .link {
  color: #fff;
  padding: 0 106px 0 0;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 4.89%;
  transform: translateY(-50%);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: inherit;
}
@media screen and (max-width: 768px) {
  .fibc_lp_banner a .link {
    font-size: 0.9375rem;
    padding: 0 96px 0 0;
    margin-top: 60px;
    position: static;
  }
}
.fibc_lp_banner a .link .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: block;
  width: 96px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 21px solid #fff;
  background: url(../images/ico_arrow_right_02_wh.svg) no-repeat center/23px;
  transition: inherit;
}
@media screen and (max-width: 768px) {
  .fibc_lp_banner a .link .arrow {
    width: 76px;
    border-width: 14px;
    background-size: 18px;
  }
}
@media (hover: hover) {
  .fibc_lp_banner a:hover .arrow {
    border-width: 1px;
    background: #fff url(../images/ico_arrow_right_02_blue.svg) no-repeat center/46px;
  }
}

.freezing_sec_01 h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .freezing_sec_01 h2 img {
    width: 280px;
  }
}
.freezing_sec_01 ul {
  display: flex;
  gap: 5%;
  counter-reset: number 0;
}
@media screen and (max-width: 768px) {
  .freezing_sec_01 ul {
    flex-direction: column;
    gap: 3.75rem;
  }
}
.freezing_sec_01 ul li {
  counter-increment: number 1;
  display: grid;
  place-content: center;
  width: 100%;
  padding: 72px 3.5% 50px;
  border: 1px solid #000;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .freezing_sec_01 ul li {
    padding: 50px var(--sideW) 40px;
    font-size: 1.125rem;
  }
}
.freezing_sec_01 ul li:before {
  content: "";
  display: block;
  width: 104px;
  height: 4px;
  background-color: #0B68B0;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50px);
}
.freezing_sec_01 ul li:after {
  content: "0" counter(number);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #0B68B0;
  color: #fff;
  padding-right: 0.125em;
  font-family: "Lato", sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .freezing_sec_01 ul li:after {
    width: 66px;
    font-size: 2rem;
  }
}

.freezing_sec_02 {
  margin: 160px 0 0;
}
@media screen and (max-width: 768px) {
  .freezing_sec_02 {
    margin: unset;
  }
}
.freezing_sec_02 .inner_m {
  position: relative;
}
.freezing_sec_02 .inner_m:before {
  content: "";
  display: block;
  width: 16.55%;
  aspect-ratio: 218/254;
  background: url(../images/metal_sec_02_00.svg) no-repeat top right/contain;
  position: absolute;
  top: -90px;
  right: var(--sideW);
}
@media screen and (max-width: 768px) {
  .freezing_sec_02 .inner_m:before {
    top: -20px;
  }
}
.freezing_sec_02 h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .freezing_sec_02 h2 {
    margin-bottom: 40px;
  }
}
.freezing_sec_02 ul li {
  margin-bottom: 40px;
}
.freezing_sec_02 ul li:last-child {
  margin-bottom: 0;
}
.freezing_sec_02 ul li .lead {
  margin: 0 0 1em 1em;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
}
.freezing_sec_02 ul li .lead:before {
  content: "＼";
}
.freezing_sec_02 ul li .lead:after {
  content: "／";
}
@media screen and (max-width: 768px) {
  .freezing_sec_02 ul li .lead {
    font-size: 1rem;
    margin: 0 0 1em;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.75em;
  }
}
.freezing_sec_02 ul li .box {
  border: 1px solid #F4F4F4;
  padding: 22px 2.62%;
  display: flex;
  gap: 2.62%;
}
@media screen and (max-width: 768px) {
  .freezing_sec_02 ul li .box {
    flex-direction: column;
    align-items: center;
    padding: 30px var(--sideW);
  }
}
.freezing_sec_02 ul li .box .image {
  flex-shrink: 0;
  width: 192px;
}
.freezing_sec_02 ul li .box .text {
  flex-grow: 1;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .freezing_sec_02 ul li .box .text {
    padding-top: 20px;
  }
}
.freezing_sec_02 ul li .box h3 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .freezing_sec_02 ul li .box h3 {
    font-size: 1.2rem;
    text-align: center;
  }
}
.freezing_sec_02 ul li .box dl {
  font-size: 0.9375rem;
}
.freezing_sec_02 ul li .box dl .item {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .freezing_sec_02 ul li .box dl .item {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.freezing_sec_02 ul li .box dl .item:last-child {
  margin-bottom: 0;
}
.freezing_sec_02 ul li .box dl dt {
  background-color: #0B68B0;
  color: #fff;
  letter-spacing: 0.08em;
  width: 100%;
  max-width: 224px;
  padding: 10px;
  text-align: center;
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 50%, calc(100% - 9px) 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .freezing_sec_02 ul li .box dl dt {
    max-width: unset;
    padding: 8px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 9px), 50% 100%, 0 calc(100% - 9px));
  }
}
.freezing_sec_02 ul li .box dl dd {
  flex-grow: 1;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.freezing_sec_02 .notes {
  margin-top: 40px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .freezing_sec_02 .notes {
    font-size: 1em;
  }
}

.list_strength > li.energy-exception {
  display: block;
}
@media screen and (min-width: 769px) {
  .list_strength > li.energy-exception {
    margin-bottom: 150px;
  }
}
.list_strength > li.energy-exception .main_content {
  display: flex;
  align-items: flex-start;
  gap: 5.24%;
}
@media screen and (max-width: 768px) {
  .list_strength > li.energy-exception .main_content {
    flex-direction: column-reverse;
  }
}
.list_strength > li.energy-exception .main_content .image {
  flex-grow: 1;
  margin: 3.7% var(--extend) 0 0;
  display: block;
  overflow: hidden;
  aspect-ratio: 654/412;
}
@media screen and (max-width: 768px) {
  .list_strength > li.energy-exception .main_content .image {
    margin: 0 var(--extend);
  }
}
.list_strength > li.energy-exception .main_content .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_strength > li.energy-exception .sub_content {
  margin-top: 60px;
  background-color: #F4F4F4;
  padding: 75px var(--sideW);
  display: flex;
  justify-content: center;
  gap: 5.4%;
}
@media screen and (max-width: 768px) {
  .list_strength > li.energy-exception .sub_content {
    flex-direction: column;
    margin: 50px var(--extend) 0;
    padding: 50px var(--sideW);
    gap: 40px;
  }
}
.list_strength > li.energy-exception .sub_content .content {
  width: 100%;
  max-width: 475px;
}
.list_strength > li.energy-exception .sub_content .content .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 475/300;
}
.list_strength > li.energy-exception .sub_content .content .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_strength > li.energy-exception .sub_content .content h4 {
  position: relative;
  width: 100%;
  max-width: 383px;
  padding: 9px 0;
  background-color: #0B68B0;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: -22px 0 17px -27px;
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 50%, calc(100% - 9px) 100%, 0 100%);
}
.list_strength > li.energy-exception .sub_content .content p {
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
}

.list_strength > li figure {
  margin-top: 35px;
}

.energy_sec_02 h2 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .energy_sec_02 h2 {
    font-size: 1.125rem;
  }
}
.energy_sec_02 h2:before {
  content: attr(data-en);
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 3.75rem;
  letter-spacing: 0.08em;
  color: #F4F4F4;
}
@media screen and (max-width: 768px) {
  .energy_sec_02 h2:before {
    font-size: 3rem;
  }
}
.energy_sec_02 ol {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 75px 60px;
  counter-reset: number 0;
}
@media screen and (max-width: 768px) {
  .energy_sec_02 ol {
    flex-direction: column;
    gap: 6rem;
  }
}
.energy_sec_02 ol li {
  counter-increment: number 1;
  width: calc((100% - 120px) / 3);
  position: relative;
}
@media screen and (max-width: 768px) {
  .energy_sec_02 ol li {
    width: 100%;
  }
}
.energy_sec_02 ol li:before {
  content: "";
  display: block;
  width: 27px;
  aspect-ratio: 27/32;
  background: url(../images/ico_tri_right_01_black.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: calc(100% + 16px);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .energy_sec_02 ol li:before {
    top: calc(100% + 16px);
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
@media screen and (min-width: 769px) {
  .energy_sec_02 ol li:nth-child(3) {
    content: none;
  }
}
.energy_sec_02 ol li:last-child:before {
  content: none;
}
.energy_sec_02 ol li .box {
  display: grid;
  place-content: center;
  padding: 72px 6.4% 50px;
  border: 1px solid #000;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .energy_sec_02 ol li .box {
    padding: 50px var(--sideW) 40px;
    font-size: 1.125rem;
  }
}
.energy_sec_02 ol li .box:before {
  content: "";
  display: block;
  width: 104px;
  height: 4px;
  background-color: #0B68B0;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50px);
}
.energy_sec_02 ol li .box:after {
  content: "0" counter(number);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #0B68B0;
  color: #fff;
  padding-right: 0.125em;
  font-family: "Lato", sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .energy_sec_02 ol li .box:after {
    width: 66px;
    font-size: 2rem;
  }
}
.energy_sec_02 ol li .box h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .energy_sec_02 ol li .box h3 {
    font-size: 1.2rem;
  }
}
.energy_sec_02 ol li .box p {
  font-size: 0.875rem;
}

.energy_sec_03 {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .energy_sec_03 {
    margin-top: unset;
  }
}
.energy_sec_03 .inner_m {
  position: relative;
}
.energy_sec_03 .dlist_maker {
  border: 1px solid #F4F4F4;
  display: flex;
  align-items: baseline;
  gap: 34px;
  padding: 30px 40px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .energy_sec_03 .dlist_maker {
    flex-direction: column;
    padding: 30px var(--sideW);
    gap: 0;
  }
}
.energy_sec_03 .dlist_maker dt {
  flex-shrink: 0;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.5em 34px 0.5em 0;
  border-right: 1px solid #F4F4F4;
}
@media screen and (max-width: 768px) {
  .energy_sec_03 .dlist_maker dt {
    padding: 0;
    font-size: 1.125rem;
    margin-bottom: 0.75em;
    border-right: 0;
  }
  .energy_sec_03 .dlist_maker dt:after {
    content: "";
    display: block;
    width: 40px;
    border-bottom: 1px solid #F4F4F4;
    margin-top: 0.75em;
  }
}
.energy_sec_03 .dlist_maker dd {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .energy_sec_03 .dlist_maker dd {
    font-size: 0.9375rem;
  }
}
.energy_sec_03 ul {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 4.14%;
}
@media screen and (max-width: 768px) {
  .energy_sec_03 ul {
    margin-top: 50px;
    gap: 40px;
  }
}
.energy_sec_03 ul li {
  width: 30.5733333333%;
}
@media screen and (max-width: 768px) {
  .energy_sec_03 ul li {
    width: 100%;
  }
}
.energy_sec_03 ul li .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 372/234;
  margin-bottom: 22px;
}
.energy_sec_03 ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.energy_sec_03 ul li h3 {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .energy_sec_03 ul li h3 {
    font-size: 1.125rem;
  }
}
.energy_sec_03 ul li p {
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .energy_sec_03 ul li p {
    font-size: 0.875rem;
  }
}

.energy_banner {
  padding: 0 var(--sideW);
  margin-bottom: 7.5em;
}
.energy_banner a {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.page-privacy-policy .cmn_lead_01, .page-privacy-policy .content_thanks p, .content_thanks .page-privacy-policy p {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .page-privacy-policy .cmn_lead_01, .page-privacy-policy .content_thanks p, .content_thanks .page-privacy-policy p {
    margin-bottom: 3rem;
  }
}

.page-security-policy .cmn_lead_01, .page-security-policy .content_thanks p, .content_thanks .page-security-policy p {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .page-security-policy .cmn_lead_01, .page-security-policy .content_thanks p, .content_thanks .page-security-policy p {
    margin-bottom: 3rem;
  }
}
.page-security-policy .sign {
  line-height: 1.875;
  text-align: right;
  margin-top: 3.75rem;
}

.page-contact .cmn_lead_01, .page-contact .content_thanks p, .content_thanks .page-contact p {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-contact .cmn_lead_01, .page-contact .content_thanks p, .content_thanks .page-contact p {
    text-align: left;
  }
}

.dlist_contact {
  border: 1px solid #F4F4F4;
  background-color: #fff;
  padding: 26px 4.3%;
}
@media screen and (max-width: 768px) {
  .dlist_contact {
    padding: 30px var(--sideW);
  }
}
.dlist_contact .item {
  display: flex;
  align-items: baseline;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .dlist_contact .item {
    display: block;
    margin-bottom: 30px;
  }
}
.dlist_contact .item:last-child {
  margin-bottom: 0;
}
.dlist_contact dt {
  flex-shrink: 0;
  width: 145px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-right: 20px;
  border-right: 1px solid #000;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .dlist_contact dt {
    width: 100%;
    margin: 0;
    border-right: none;
    font-size: 1rem;
    position: relative;
  }
  .dlist_contact dt:after {
    content: "";
    display: block;
    width: 40px;
    border-bottom: 1px solid #000;
    margin: 10px auto;
  }
}
@media screen and (max-width: 768px) {
  .dlist_contact dd {
    text-align: center;
  }
}

.dlist_contact + .list_kome {
  margin-top: 1.5em;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .dlist_contact + .list_kome {
    text-align: left;
    font-size: 0.8125rem;
  }
}

.contact_sec_01 {
  margin-top: 5rem;
}
.contact_sec_01 h2 {
  text-align: center;
  margin-bottom: 40px;
}

.column_cat_nav {
  display: flex;
  align-items: center;
  gap: 20px 32px;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 1.5;
  padding: 18px 3.28%;
}
@media screen and (max-width: 768px) {
  .column_cat_nav {
    flex-direction: column;
    align-items: unset;
    border-radius: 16px;
    padding: 20px var(--sideW) 30px;
  }
}
.column_cat_nav dt {
  color: #0B68B0;
  font-family: "Lato", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .column_cat_nav dt {
    font-size: 1.625rem;
  }
  .column_cat_nav dt:after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #0B68B0;
    margin-top: 0.875rem;
  }
}
.column_cat_nav dd {
  padding-left: 32px;
  border-left: 1px solid #0B68B0;
}
@media screen and (max-width: 768px) {
  .column_cat_nav dd {
    padding: 0;
    border: none;
  }
}
.column_cat_nav dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 35px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .column_cat_nav dd ul {
    font-size: 0.9375rem;
  }
}
.column_cat_nav dd ul li a {
  display: flex;
  align-items: center;
  gap: 9px;
}
.column_cat_nav dd ul li a:before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #0B68B0;
}
.column_cat_nav dd ul li a.current {
  color: #0B68B0;
}
@media (hover: hover) {
  .column_cat_nav dd ul li a:hover {
    color: #0B68B0;
  }
}

.archive .column_cat_nav {
  margin-bottom: 3.75rem;
}

.list_column {
  display: flex;
  flex-wrap: wrap;
  gap: 52px 4.25%;
}
.list_column > li {
  width: 30.5%;
}
@media screen and (max-width: 768px) {
  .list_column > li {
    width: 100%;
  }
}

.column_journey {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .column_journey {
    margin-top: 7.5rem;
  }
}
.column_journey h2 {
  margin-bottom: 40px;
  text-align: center;
}
.column_journey .column_cat_nav {
  margin-top: 3.75rem;
}

.article_column .date {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  margin-right: 1.2em;
}
@media screen and (max-width: 768px) {
  .article_column .date {
    font-size: 0.9375rem;
  }
}
.article_column .category {
  display: inline-flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .article_column .category {
    display: flex;
    margin-top: 1em;
  }
}
.article_column .category > li {
  display: inline-block;
  background-color: #47589D;
  padding: 0.25em 1.5em;
  border-radius: 50px;
  color: #fff;
  font-size: 0.9375rem;
}
.article_column .category > li:before {
  content: "ー";
}
@media screen and (max-width: 768px) {
  .article_column .category > li {
    font-size: 0.75rem;
  }
}
.article_column .ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0.75em 0 1em;
}
@media screen and (max-width: 768px) {
  .article_column .ttl {
    font-size: 1.6rem;
  }
}

.post_content .wp-caption {
  max-width: 100%;
}

.blog_hero {
  max-width: 1500px;
  margin: 0 auto 26px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .blog_hero {
    margin-bottom: 0;
  }
}
.blog_hero .image {
  display: block;
  overflow: hidden;
  height: 277px;
}
@media screen and (max-width: 768px) {
  .blog_hero .image {
    height: 180px;
  }
}
.blog_hero .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_hero .label {
  width: 30.8%;
  background: #0B68B0;
  padding: 70px var(--sideW) 100px;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  position: absolute;
  top: 195px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .blog_hero .label {
    position: relative;
    top: unset;
    left: unset;
    width: calc(100% - var(--sideW));
    margin: -50px auto 0;
    padding: 32px var(--sideW) 60px;
  }
}
.blog_hero .label .ttl {
  margin-bottom: 1em;
}
.blog_hero .label .ttl .ja {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .blog_hero .label .ttl .ja {
    font-size: 1rem;
  }
}
.blog_hero .label .ttl .en {
  font-family: "Lato", sans-serif;
  font-size: min(4.66vw, 70px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .blog_hero .label .ttl .en {
    font-size: 9.6vw;
  }
}
@media screen and (max-width: 768px) {
  .blog_hero .label p {
    font-size: 0.875rem;
  }
}
.blog_hero .breadcrumb {
  position: absolute;
  top: 300px;
  right: var(--sideW);
}
@media screen and (max-width: 768px) {
  .blog_hero .breadcrumb {
    position: static;
    text-align: right;
    margin-top: 1em;
    margin-left: auto;
    width: 100%;
    padding-right: var(--sideW);
  }
}
@media screen and (max-width: 768px) {
  .blog_hero .breadcrumb {
    margin-top: 1rem;
  }
}

.product_hero {
  margin: 0 auto 26px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .product_hero {
    margin-bottom: 0;
  }
}
.product_hero .ttl {
  display: grid;
  place-content: center;
  height: 277px;
  background: url(../images/product_hero_01.jpg) no-repeat center/cover;
}
.product_hero .ttl h1 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product_hero .ttl h1 {
    font-size: 1rem;
  }
}
.product_hero .ttl h1::before {
  content: attr(data-en) "S";
  display: block;
  font-family: "Lato", sans-serif;
  font-size: min(4vw, 60px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product_hero .ttl h1::before {
    font-size: 9.6vw;
  }
}
.product_hero .breadcrumb {
  position: absolute;
  top: 300px;
  right: var(--sideW);
}
@media screen and (max-width: 768px) {
  .product_hero .breadcrumb {
    position: static;
    text-align: right;
    margin-top: 1em;
    margin-left: auto;
    width: 100%;
    padding-right: var(--sideW);
  }
}
@media screen and (max-width: 768px) {
  .product_hero .breadcrumb {
    margin-top: 1rem;
  }
}

.layout_blog {
  display: flex;
  flex-direction: row-reverse;
  gap: 5.8%;
}
@media screen and (max-width: 768px) {
  .layout_blog {
    flex-direction: column;
    gap: 3.75rem;
  }
}
.layout_blog main {
  width: 100%;
  flex-grow: 1;
}
.layout_blog aside {
  flex-shrink: 0;
  width: calc(var(--sideW) + 23.7%);
  padding: 334px 0 0 var(--sideW);
}
@media screen and (max-width: 768px) {
  .layout_blog aside {
    width: 100%;
    padding: 0;
  }
}

.layout_product {
  display: flex;
  flex-direction: row-reverse;
  gap: 5.8%;
}
@media screen and (max-width: 768px) {
  .layout_product {
    flex-direction: column;
    gap: 3.75rem;
  }
}
.layout_product main {
  width: 100%;
  flex-grow: 1;
}
.layout_product aside {
  flex-shrink: 0;
  width: calc(var(--sideW) + 23.7%);
  padding: 0 0 0 var(--sideW);
}
@media screen and (max-width: 768px) {
  .layout_product aside {
    width: 100%;
    padding: 0;
  }
}
.layout_product .card_blog .category li::before {
  content: none;
}

.sidebar dl {
  line-height: 1.5;
  margin-bottom: 40px;
}
.sidebar dl:last-child {
  margin-bottom: 0;
}
.sidebar dt {
  color: #0B68B0;
  font-family: "Lato", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .sidebar dt {
    font-size: 1.5rem;
  }
}
.sidebar .product_category dt {
  background-color: #0B68B0;
  padding: 5px 20px;
  clip-path: polygon(calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 0 0);
  color: #fff;
  font-size: 1.75rem;
}
.sidebar dd ul li {
  font-weight: 700;
  margin-bottom: 0.9375em;
}
@media screen and (max-width: 768px) {
  .sidebar dd ul li {
    font-size: 0.9375rem;
  }
}
.sidebar dd ul li:last-child {
  margin-bottom: 0;
}
.sidebar dd ul li a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.sidebar dd ul li a:before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #0B68B0;
}
.sidebar dd ul li a[aria-current=page] {
  color: #0B68B0;
}
@media (hover: hover) {
  .sidebar dd ul li a:hover {
    color: #0B68B0;
  }
}

.list_blog {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 5%;
}
.list_blog > li {
  width: 30%;
}
@media screen and (max-width: 1023px) {
  .list_blog {
    gap: 50px 5%;
  }
  .list_blog > li {
    width: 47.5%;
  }
}
@media screen and (max-width: 768px) {
  .list_blog > li {
    width: 100%;
  }
}

.card_blog {
  display: block;
  width: 100%;
}
.card_blog .image {
  display: block;
  overflow: hidden;
  position: relative;
}
.card_blog .image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.73%;
}
.card_blog .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: inherit;
}
.card_blog .category {
  position: relative;
  margin: 18px 0 0;
}
.card_blog .category li {
  display: inline-block;
  background-color: #47589D;
  padding: 0.25em 1em;
  border-radius: 50px;
  color: #fff;
  font-size: 0.8125rem;
}
.card_blog .category li:before {
  content: "ー";
}
@media screen and (max-width: 768px) {
  .card_blog .category li {
    font-size: 0.75rem;
  }
}
.card_blog .date {
  margin-top: 11px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .card_blog .date {
    margin-top: 6px;
    font-size: 0.8125rem;
  }
}
.card_blog .ttl {
  margin-top: 6px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .card_blog .ttl {
    margin-top: 6px;
    font-size: 1rem;
  }
}
.card_blog .excerpt {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 768px) {
  .card_blog .excerpt {
    margin-top: 6px;
    font-size: 0.8125rem;
  }
}
.card_blog .purpose {
  display: grid;
  grid-template-columns: 27px 1fr;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .card_blog .purpose {
    margin-top: 8px;
    font-size: 0.8125rem;
  }
}
.card_blog .purpose dt {
  background-color: #0B68B0;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  line-height: 27px;
  letter-spacing: 0.3em;
  writing-mode: vertical-lr;
}
.card_blog .purpose dd {
  background-color: #F4F4F4;
  padding: 8px 15px;
  font-size: 0.8125rem;
}

.article_blog .date {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  margin-right: 1.2em;
}
@media screen and (max-width: 768px) {
  .article_blog .date {
    font-size: 0.9375rem;
  }
}
.article_blog .category {
  display: inline-flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .article_blog .category {
    display: flex;
    margin-top: 1em;
  }
}
.article_blog .category > li {
  display: inline-block;
  background-color: #47589D;
  padding: 0.25em 1.5em;
  border-radius: 50px;
  color: #fff;
  font-size: 0.9375rem;
}
.article_blog .category > li:before {
  content: "ー";
}
@media screen and (max-width: 768px) {
  .article_blog .category > li {
    font-size: 0.75rem;
  }
}
.article_blog .ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0.75em 0 1em;
}
@media screen and (max-width: 768px) {
  .article_blog .ttl {
    font-size: 1.6rem;
  }
}

.article_product__img {
  display: block;
  margin: 0 auto 40px;
}
.article_product .category {
  display: inline-flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .article_product .category {
    display: flex;
    margin-top: 1em;
  }
}
.article_product .category > li {
  display: inline-block;
  background-color: #47589D;
  padding: 0.25em 1.5em;
  border-radius: 50px;
  color: #fff;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .article_product .category > li {
    font-size: 0.75rem;
  }
}
.article_product .ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 15px 0 0.75em;
}
@media screen and (max-width: 768px) {
  .article_product .ttl {
    font-size: 1.6rem;
  }
}
.article_product .subttl {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.9;
  padding-left: 16px;
  border-left: 6px solid #0B68B0;
  margin-bottom: 25px;
}
.article_product .excerpt {
  margin-bottom: 40px;
}
.article_product .feature {
  margin-bottom: 40px;
}
.article_product .feature:last-child {
  margin-bottom: 0;
}
.article_product .purpose {
  display: grid;
  grid-template-columns: 90px 1fr;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .article_product .purpose {
    font-size: 0.875rem;
  }
}
.article_product .purpose:last-child {
  margin-bottom: 0;
}
.article_product .purpose dt {
  display: grid;
  place-content: center;
  background-color: #0B68B0;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.3em;
}
.article_product .purpose dd {
  background-color: #F4F4F4;
  padding: 12px 20px;
  font-size: 0.9375rem;
}
.article_product .btn_cmn_02, .article_product .cmn_contact_nav .btn, .cmn_contact_nav .article_product .btn, .article_product .content_thanks > a {
  width: 460px;
  max-width: 100%;
  margin: 0 auto 60px;
}
.article_product img {
  max-width: 100%;
}

.blog_journey {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .blog_journey {
    margin-top: 7.5rem;
  }
}
.blog_journey h2 {
  margin-bottom: 40px;
  text-align: center;
}

.health section {
  margin-bottom: 5rem;
}

.health .list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.25em;
}

.health .list_kome > li:before {
  content: "※";
}

.health p {
  line-height: 2;
}

.health table {
  margin: 1em 0;
}

.health table th, .health table td {
  padding: 0.5em;
  border: 1px solid #333;
  background-color: #D3DCEB;
}

.health table th {
  background-color: #0B68B0;
  color: #fff;
}

.health_sec_01 p {
  line-height: 2;
}

.health_sec_01 .box_gray {
  margin-top: 1.5em;
  background-color: #f2f2f2;
  padding: 2em 5% 2.5em;
}

.health_sec_01 ul li {
  margin-bottom: 0.5em;
}

.health_sec_01 .name {
  text-align: right;
  line-height: 1.8;
  margin-top: 1.5em;
  font-weight: 700;
}

.health_sec_02 {
  display: flex;
  gap: 5%;
}

.health_sec_02 .text {
  width: 50%;
  flex-shrink: 0;
}

.health_sec_02 .text p {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .health_sec_02 {
    display: block;
  }
  .health_sec_02 .text {
    width: 100%;
    margin-bottom: 1em;
  }
}
.health_sec_03 p {
  line-height: 2;
}

.health_sec_04 h3 {
  margin: 2.5em 0 0.5em;
}

.health_sec_04 h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.health_sec_04 h4 + p {
  line-height: 2;
  margin-bottom: 1em;
}

.health_sec_04 dl dt {
  font-weight: 700;
  margin: 1em 0 0.5em;
}

.health_sec_05 {
  display: flex;
  gap: 5%;
}

.health_sec_05 h3 {
  margin-bottom: 1em;
}

.health_sec_05 .image {
  flex-shrink: 0;
  width: 280px;
}

@media screen and (max-width: 767px) {
  .health_sec_05 {
    display: block;
  }
  .health_sec_05 .text {
    width: 100%;
    margin-bottom: 1em;
  }
  .health_sec_05 .image {
    width: 100%;
  }
}
.list_column_fibc {
  display: flex;
  flex-wrap: wrap;
  gap: 52px 4.25%;
}
.list_column_fibc > li {
  width: 16.6%;
}
@media screen and (max-width: 768px) {
  .list_column_fibc > li {
    width: 100%;
  }
}
.list_column_fibc > li .category {
  display: none;
}
.list_column_fibc > li .ttl {
  font-size: 1rem;
  display: block;
}