@charset "UTF-8";
/*
Theme Name: 富士化学
Description: 冨士化学 - WordpressTheme
Version: 2025.10.01
*/
hgroup {
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}
hgroup .catch {
  font-size: 1rem;
  letter-spacing: 0.1em;
  background: url(assets/img/common/ico-penguin.svg) no-repeat center top/170px;
  padding-top: 108px;
  margin-bottom: 22px;
}
hgroup .top-ttl {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(36px, 22px + 3.3333333333vw, 62px);
  margin-bottom: 5px;
  line-height: 1.1;
}
hgroup .sub-ttl {
  font-size: clamp(24px, 14.3076923077px + 2.3076923077vw, 42px);
  line-height: 1.25;
}

h3.ttl {
  text-align: center;
  font-size: 2.25rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  background: url(assets/img/common/ico-penguin.svg) no-repeat center top/170px;
  padding-top: 115px;
  margin-bottom: 25px;
  line-height: 1.3;
}
h3.ttl.mb {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  h3.ttl.mb {
    margin-bottom: 50px;
  }
}

.ttl-lead {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.85;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .ttl-lead {
    margin-bottom: 55px;
  }
}

h4.ttl-bubble {
  background: url(assets/img/common/bubble-line.svg) no-repeat center bottom/300px;
  padding-bottom: 28px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  h4.ttl-bubble.mb {
    margin-bottom: 80px;
  }
}

/* ==========================================================================
  Reset
========================================================================== */
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

a:focus {
  outline: 0;
}

a:hover, a:active {
  outline: 0;
}

a[href^="tel:"] {
  cursor: default;
}

li {
  list-style: none;
}

/* ==========================================================================
Header
========================================================================== */
header {
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transform: translateY(-52px);
  transition: 0.7s ease;
}
header.show {
  opacity: 1;
  transform: translateY(0);
}
header .head-top {
  position: relative;
  z-index: 2;
  height: 50px;
  background-color: #fff;
  padding-top: 3px;
  padding-left: 15px;
}
header .head-top h1 {
  display: flex;
  align-items: center;
}
header .head-top h1 span {
  display: none;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 600;
  padding-top: 16px;
  margin-left: 24px;
}
@media (min-width: 600px) {
  header .head-top h1 span {
    display: block;
  }
}
header .head-top .head-btn {
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  gap: 1px;
}
header .head-top .head-btn .entry {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding: 0 clamp(14px, 8px + 1.4285714286vw, 28px);
  color: #fff;
  background-color: #000;
  display: flex;
  align-items: center;
}
header .head-top .head-btn .ham-btn {
  position: relative;
  display: block;
  background-color: #000;
  width: 50px;
  height: 50px;
}
header .head-top .head-btn .ham-btn.active .ham-line {
  background-color: transparent;
}
header .head-top .head-btn .ham-btn.active .ham-line::before {
  top: 0;
  transform: scale(1.25) rotate(40deg);
}
header .head-top .head-btn .ham-btn.active .ham-line::after {
  top: 0;
  transform: scale(1.25) rotate(-40deg);
}
header .head-top .head-btn .ham-line {
  display: block;
  width: 22px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  transition: 0.4s;
}
header .head-top .head-btn .ham-line::before, header .head-top .head-btn .ham-line::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: inherit;
}
header .head-top .head-btn .ham-line::before {
  top: -8px;
}
header .head-top .head-btn .ham-line::after {
  top: 8px;
}
header .sp-menu {
  background-color: #fff;
  padding: 30px 20px 100px;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overscroll-behavior: contain;
  transform: translateY(-100%);
  transition: 0.62s ease;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 768px) {
  header .sp-menu {
    height: auto;
  }
}
header .sp-menu.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
@media (min-width: 960px) {
  header .sp-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
  }
}
header .sp-menu .sp-area {
  display: grid;
  grid-template-columns: 1fr;
}
header .sp-menu .sp-area .no-click {
  opacity: 0.3;
  pointer-events: none;
}
@media (min-width: 960px) {
  header .sp-menu .sp-area {
    grid-template-columns: 1fr auto 140px;
    gap: 0 clamp(20px, -220px + 20vw, 60px);
    max-width: 1400px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 clamp(20px, -220px + 20vw, 60px);
    margin: 0 auto;
  }
}
header .sp-menu .sp-area .left-link {
  max-width: 500px;
  margin: 0 auto 55px;
}
@media (min-width: 960px) {
  header .sp-menu .sp-area .left-link {
    display: flex;
    width: 100%;
    max-width: unset;
    gap: 10px;
    margin-bottom: 0;
  }
}
header .sp-menu .sp-area .left-link a {
  display: block;
}
header .sp-menu .sp-area .left-link a:first-of-type {
  margin-bottom: 20px;
}
header .sp-menu .sp-area .left-link a picture img {
  width: 100%;
}
header .sp-menu .sp-area .left-link a p {
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 11px;
}
header .sp-menu .sp-area .mid-link {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  header .sp-menu .sp-area .mid-link {
    margin-bottom: 0;
  }
}
header .sp-menu .sp-area .mid-link nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 clamp(15px, -198.3333333333px + 16.6666666667vw, 35px);
  text-align: center;
}
@media (min-width: 960px) {
  header .sp-menu .sp-area .mid-link nav {
    grid-template-columns: auto auto;
    text-align: left;
  }
}
header .sp-menu .sp-area .mid-link nav ul li {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  header .sp-menu .sp-area .mid-link nav ul li:last-of-type {
    margin-bottom: 0;
  }
}
header .sp-menu .sp-area .mid-link nav ul li a {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 4px 5px;
}
header .sp-menu .sp-area .right-link {
  display: flex;
  justify-content: center;
  gap: 15px 20px;
}
@media (min-width: 960px) {
  header .sp-menu .sp-area .right-link {
    flex-direction: column;
    justify-content: flex-start;
  }
}
header .sp-menu .sp-area .right-link a {
  font-size: 0.9375rem;
  font-weight: 700;
  display: block;
  background-color: #000;
  color: #fff;
  width: 150px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ==========================================================================
  Footer
========================================================================== */
footer {
  background-color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.09em;
  padding: 70px 0;
}
footer .foot-logo {
  margin-bottom: 35px;
}
footer address {
  font-style: normal;
  margin: 9px 0;
}
footer small {
  display: block;
  margin-top: 24px;
  font-weight: 500;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
}

/* ========================================================================
  Common css
========================================================================== */
html {
  scroll-padding: 80px;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@keyframes fuwari {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
br.pc-only {
  display: none;
}

@media (min-width: 768px) {
  br.pc-only {
    display: inline;
  }
  br.sp-only {
    display: none;
  }
}
h2.ttl {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(22px, 16.6153846154px + 1.2820512821vw, 32px);
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
}

/* ========================================================================
  Top page
========================================================================== */
#top .mv-blk {
  position: relative;
  min-height: 100svh;
  padding: 45px 20px 0;
}
#top .mv-blk.transparent {
  opacity: 0;
  z-index: -1;
}
#top .mv-blk::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: url(assets/img/top/mv-bk.jpg) no-repeat center bottom/cover;
  z-index: -1;
}
@media (min-width: 768px) {
  #top .mv-blk {
    padding: 15px 15px 0;
  }
  #top .mv-blk::before {
    background-image: url(assets/img/top/mv-bk-pc.jpg);
  }
  #top .mv-blk img {
    width: 100%;
  }
}
#top .mv-blk .recruit-ttl {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.085em;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
#top .bk {
  background-color: #fff;
}
#top .lead-blk {
  background: #F2FBFF url(assets/img/top/lead-bk.png) no-repeat right 20px top 40px/cover;
  text-align: center;
  padding: 180px 0 90px;
}
@media (min-width: 768px) {
  #top .lead-blk {
    background: #F2FBFF url(assets/img/top/lead-bk02-pc.png) no-repeat right 70vw top 190px;
    padding: 80px 0 0;
  }
  #top .lead-blk .pc-inner {
    background: #F2FBFF url(assets/img/top/lead-bk-pc.png) no-repeat right 0 top/cover;
    max-width: 1185px;
    margin: 0 auto;
    padding: 200px 0 150px;
  }
}
#top .lead-blk .ttl {
  display: block;
  margin-bottom: 60px;
}
#top .lead-blk .ttl img {
  width: clamp(305px, 146.1538461538px + 37.8205128205vw, 600px);
}
#top .lead-blk .content {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.35;
  letter-spacing: 0.12em;
  margin-bottom: 75px;
}
#top .lead-blk .content span {
  letter-spacing: -0.1em;
}
@media (min-width: 768px) {
  #top .lead-blk .content {
    font-size: 1.125rem;
    line-height: 2.2;
  }
}
#top .lead-blk .brave-logo {
  width: clamp(266px, 208.9230769231px + 13.5897435897vw, 372px);
}
#top .lead-blk .sub-content {
  font-size: clamp(20px, 12.4615384615px + 1.7948717949vw, 34px);
  font-weight: 700;
  margin: 22px 0 60px;
  letter-spacing: 0.1em;
}
#top .lead-blk .sub-content span {
  letter-spacing: -0.8em;
}
@media (min-width: 768px) {
  #top .lead-blk .sub-content {
    margin: 24px 0 65px;
  }
}
#top .lead-blk .lead-logo {
  margin-right: 5px;
}
#top .dict-int {
  text-align: center;
}
#top .dict-int .head-blk {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(34px, 23.2307692308px + 2.5641025641vw, 54px);
  letter-spacing: 0.06em;
  line-height: 1.25;
  background-color: #000;
  color: #fff;
  padding: 49px 0 55px;
}
@media (min-width: 768px) {
  #top .dict-int .head-blk {
    padding: 38px 0 48px;
  }
}
#top .dict-int .head-blk p {
  font-size: clamp(18px, 11.5384615385px + 1.5384615385vw, 30px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  #top .dict-int .head-blk p {
    margin-top: 4px;
  }
}
@media (min-width: 768px) {
  #top .dict-int .link-blk {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
#top .dict-int .dict {
  overflow: hidden;
}
#top .dict-int .dict a {
  min-height: 395px;
  background-color: #00A7FF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  transition: 0.5s ease;
}
#top .dict-int .dict a .dict-inner {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#top .dict-int .dict a .dict-inner .main {
  width: clamp(230px, -72.2222222222px + 39.3518518519vw, 400px);
  margin-right: 1vw;
}
#top .dict-int .dict a .dict-inner .prepare {
  position: absolute;
  top: 55%;
  right: -58px;
  width: clamp(68px, 50.7692307692px + 4.1025641026vw, 100px);
}
@media (min-width: 768px) {
  #top .dict-int .dict a .dict-inner .prepare {
    right: -80px;
    top: 62%;
  }
}
@media (min-width: 768px) {
  #top .dict-int .dict a {
    aspect-ratio: 680/720;
    min-height: unset;
    padding-top: 30px;
  }
  #top .dict-int .dict a:hover {
    opacity: 1;
    transform: scale(1.06);
  }
}
#top .dict-int .interview {
  overflow: hidden;
}
#top .dict-int .interview a {
  min-height: 395px;
  background: url(assets/img/top/int-bk.jpg) no-repeat center top/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 65px;
  transition: 0.5s ease;
}
#top .dict-int .interview a img {
  width: clamp(235px, 66.1111111111px + 21.9907407407vw, 330px);
}
@media (min-width: 768px) {
  #top .dict-int .interview a {
    aspect-ratio: 680/720;
    min-height: unset;
    padding-top: 40px;
  }
  #top .dict-int .interview a:hover {
    opacity: 1;
    transform: scale(1.05);
  }
}
#top .dict-int .prepare {
  color: #009DFF;
  font-size: clamp(13px, 8.1538461538px + 1.1538461538vw, 22px);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 14px;
}
#top .news-blk {
  display: none;
  background-color: #fff;
  padding: 100px 20px 20px;
  max-width: 1330px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #top .news-blk {
    padding: 150px 70px 20px;
  }
}
#top .news-blk .post-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
}
@media (min-width: 768px) {
  #top .news-blk .post-wrap {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
#top .news-blk .post-wrap .info {
  margin-top: 4px;
  margin-bottom: 4px;
}
#top .news-blk .post-wrap .info span {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
#top .news-blk .post-wrap .ttl {
  line-height: 1.25;
  letter-spacing: 0.075em;
}
#top .news-blk .post-wrap .ttl a {
  font-size: 0.875rem;
  font-weight: 700;
}
#top .open-blk {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(100px, 73.0769230769px + 6.4102564103vw, 150px) 20px 20px;
}
#top .open-blk a {
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  #top .open-blk a {
    aspect-ratio: 647/262;
  }
  #top .open-blk a:hover {
    opacity: 1;
  }
  #top .open-blk a:hover img {
    transform: scale(1.02);
  }
}
#top .open-blk a img {
  width: 100%;
  transition: 0.5s ease;
}
#top .about-blk {
  padding: clamp(80px, 58.4615384615px + 5.1282051282vw, 120px) 20px 20px;
  max-width: 1320px;
  margin: 0 auto;
}
#top .about-blk .link-ttl {
  position: relative;
  color: #fff;
}
#top .about-blk .link-ttl .jp {
  font-size: clamp(18px, 14.7692307692px + 0.7692307692vw, 24px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
#top .about-blk .link-ttl .en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(22px, 16.6153846154px + 1.2820512821vw, 32px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
#top .about-blk .top-link {
  margin-bottom: 150px;
}
#top .about-blk .top-link a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  aspect-ratio: 335/450;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 30px;
}
@media (min-width: 768px) {
  #top .about-blk .top-link a {
    aspect-ratio: 1295/450;
    overflow: hidden;
  }
  #top .about-blk .top-link a img {
    transition: transform 0.5s ease;
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  #top .about-blk .top-link a:hover img {
    transform: scale(1.03);
  }
}
#top .about-blk .top-link a.innovation {
  margin-bottom: 20px;
}
#top .about-blk .top-link a.innovation .about-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .about-blk .top-link a.innovation .prep-icon {
  position: absolute;
  top: -98px;
  right: -20px;
  width: 90px;
}
@media (min-width: 768px) {
  #top .about-blk .top-link a.innovation .prep-icon {
    top: -75px;
    right: -60px;
    width: 20%;
  }
}
#top .about-blk .top-link a.message .link-ttl {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #top .about-blk .top-link a.message .link-ttl {
    margin-bottom: 0;
  }
}
#top .about-blk .top-link a.message .message-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .about-blk .btm-link {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  #top .about-blk .btm-link {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
#top .about-blk .btm-link a {
  display: flex;
  width: 100%;
  height: 100%;
  aspect-ratio: 335/210;
  align-items: flex-end;
  padding: 0 0 clamp(15px, 6.9230769231px + 1.9230769231vw, 30px) clamp(15px, 1.5384615385px + 3.2051282051vw, 40px);
}
#top .about-blk .btm-link a.wel {
  background: url(assets/img/top/about-welfare.jpg) no-repeat center/cover;
}
#top .about-blk .btm-link a.guide {
  background: url(assets/img/top/about-guidelines.jpg) no-repeat center/cover;
}
#top .about-blk .btm-link a.qa {
  background: url(assets/img/top/about-faq.jpg) no-repeat center/cover;
}
#top .about-blk .btm-link a.exp {
  background: url(assets/img/top/about-hires.jpg) no-repeat center/cover;
}
#top .entry-link {
  padding: 100px 0 20px;
}
@media (min-width: 768px) {
  #top .entry-link {
    padding-top: 150px;
  }
}
#top .entry-link picture {
  display: block;
}
#top .entry-link picture img {
  width: 100%;
}
#top .entry-link .entry-box {
  background: #00A7FF url(assets/img/top/entry-bk.png) no-repeat center bottom/200px;
  padding: 65px 0 185px;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  #top .entry-link .entry-box {
    padding: 80px 0 185px;
    margin-bottom: 70px;
  }
}
#top .entry-link .entry-box .ttl {
  font-size: clamp(38px, 17.5384615385px + 4.8717948718vw, 76px);
  font-weight: 700;
  margin-bottom: 30px;
}
#top .entry-link .entry-box .ttl span {
  letter-spacing: -0.7em;
}
#top .entry-link .entry-box .exp {
  font-size: clamp(20px, 17.8461538462px + 0.5128205128vw, 24px);
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.09em;
}
#top .entry-link .entry-box .exp.btm {
  margin-top: 35px;
}
@media (min-width: 768px) {
  #top .entry-link .entry-box .exp {
    margin-bottom: 16px;
  }
}
#top .entry-link .entry-box a.entry-btn {
  display: block;
  width: 300px;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 34px;
  line-height: 1;
  padding: 18px 0;
  letter-spacing: 0.1em;
}
#top .official-link {
  text-align: center;
  padding-bottom: 30px;
}
#top .official-link picture img {
  width: calc(100% - 40px);
  max-width: 750px;
}

/* ========================================================================
  Innovation
========================================================================== */
#innovation {
  padding: 80px 0;
}
@media (min-width: 768px) {
  #innovation {
    padding-bottom: 150px;
  }
}
#innovation .lineup-wrap {
  margin-bottom: clamp(50px, 28.4615384615px + 5.1282051282vw, 90px);
}
#innovation .lineup-wrap .blk {
  min-height: 580px;
  padding: clamp(65px, 54.2307692308px + 2.5641025641vw, 85px) 0 0;
}
#innovation .lineup-wrap .blk .head-part {
  text-align: center;
  color: #fff;
}
#innovation .lineup-wrap .blk .head-part .number {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: block;
  background: url(assets/img/common/ico-penguin-s.svg) no-repeat center top/55px;
  padding-top: 45px;
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  #innovation .lineup-wrap .blk .head-part .number {
    margin-bottom: 38x;
  }
}
#innovation .lineup-wrap .blk .head-part .ttl {
  font-size: clamp(24px, 14.3076923077px + 2.3076923077vw, 42px);
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: clamp(30px, 24.6153846154px + 1.2820512821vw, 40px);
}
#innovation .lineup-wrap .blk .contents {
  color: #fff;
  padding: 0 23px;
  text-align: justify;
  font-weight: 500;
  font-size: clamp(16px, 13.8461538462px + 0.5128205128vw, 20px);
  line-height: 1.7;
  letter-spacing: 0.07em;
}
#innovation .lineup-wrap .blk .contents br.pc-only {
  display: none;
}
@media (min-width: 920px) {
  #innovation .lineup-wrap .blk .contents {
    text-align: center;
  }
  #innovation .lineup-wrap .blk .contents br.pc-only {
    display: inline;
  }
}
#innovation .lineup-wrap .blk:nth-of-type(1) {
  background: url(assets/img/innov/lineup-bk01.jpg) no-repeat center/cover;
}
#innovation .lineup-wrap .blk:nth-of-type(1) .head-part {
  padding-top: 20px;
}
@media (min-width: 768px) {
  #innovation .lineup-wrap .blk:nth-of-type(1) {
    background-image: url(assets/img/innov/lineup-bk01-pc.jpg);
  }
}
#innovation .lineup-wrap .blk:nth-of-type(2) {
  background: url(assets/img/innov/lineup-bk02.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  #innovation .lineup-wrap .blk:nth-of-type(2) {
    background-image: url(assets/img/innov/lineup-bk02-pc.jpg);
  }
}
#innovation .lineup-wrap .blk:nth-of-type(3) {
  background: url(assets/img/innov/lineup-bk03.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  #innovation .lineup-wrap .blk:nth-of-type(3) {
    background-image: url(assets/img/innov/lineup-bk03-pc.jpg);
  }
}
#innovation .lineup-wrap .blk:nth-of-type(4) {
  background: url(assets/img/innov/lineup-bk04.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  #innovation .lineup-wrap .blk:nth-of-type(4) {
    background-image: url(assets/img/innov/lineup-bk04-pc.jpg);
  }
}
#innovation .service-wrap {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  #innovation .service-wrap {
    margin-bottom: 120px;
  }
}
#innovation .service-wrap .service-list {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media (min-width: 768px) {
  #innovation .service-wrap .service-list {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
  }
}
#innovation .service-wrap .service-list li {
  min-height: 435px;
  padding: 20px 30px;
  border: 4px solid #00A7FF;
}
@media (min-width: 768px) {
  #innovation .service-wrap .service-list li {
    width: calc((100% - 50px) / 2);
  }
}
@media (min-width: 1060px) {
  #innovation .service-wrap .service-list li {
    width: calc((100% - 100px) / 3);
  }
}
#innovation .service-wrap .service-list li figure {
  margin-bottom: 22px;
}
#innovation .service-wrap .service-list li .ttl {
  color: #00A7FF;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
#innovation .service-wrap .service-list li .contents {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
#innovation .number-wrap {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  #innovation .number-wrap {
    margin-bottom: 140px;
  }
}
#innovation .number-wrap .number-blk {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #innovation .number-wrap .number-blk {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#innovation .number-wrap .number-blk .card {
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  margin-top: -1px;
  padding: 36px 0;
}
@media (min-width: 768px) {
  #innovation .number-wrap .number-blk .card {
    margin-left: -1px;
    margin-bottom: 0;
  }
  #innovation .number-wrap .number-blk .card.three {
    width: calc((100% + 2px) / 3);
  }
  #innovation .number-wrap .number-blk .card.four {
    width: calc((100% + 3px) / 4);
  }
}
#innovation .number-wrap .supple {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 20px;
}
#innovation .welfare-wrap {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  #innovation .welfare-wrap {
    max-width: 1360px;
    padding: 0 20px;
    margin: 0 auto 0;
  }
}
#innovation .welfare-wrap .welfare-blk {
  padding: 80px clamp(0px, -53.8461538462px + 12.8205128205vw, 100px) 75px;
  border: 6px solid #00A7FF;
}
@media (min-width: 768px) {
  #innovation .welfare-wrap .welfare-blk {
    padding-bottom: 90px;
  }
}
#innovation .welfare-wrap .welfare-blk:not(:last-of-type) {
  margin-bottom: 20px;
}
#innovation .welfare-wrap .welfare-blk .wrap2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px 55px;
}
@media (min-width: 768px) {
  #innovation .welfare-wrap .welfare-blk .wrap2 {
    grid-template-columns: 1fr 1fr;
  }
}
#innovation .welfare-wrap .welfare-blk .wrap3 {
  margin-top: -25px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px 0;
}
@media (min-width: 768px) {
  #innovation .welfare-wrap .welfare-blk .wrap3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
#innovation .welfare-wrap .welfare-blk .wrap3 .item .catch-img {
  margin-bottom: 20px;
}
#innovation .welfare-wrap .welfare-blk .wrap3 .item .sub-ttl {
  margin-bottom: 15px;
  font-size: 1.125rem;
}
#innovation .welfare-wrap .welfare-blk .wrap3 .item .lead {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 40px;
}
#innovation .welfare-wrap .welfare-blk .wrap3 .item .lead.no-ma {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #innovation .welfare-wrap .welfare-blk .wrap3 .item .lead {
    font-weight: 500;
    line-height: 1.7;
  }
}
#innovation .welfare-wrap .welfare-blk .wrap3 .item .contents {
  text-align: center;
  font-size: 1rem;
}
#innovation .welfare-wrap .welfare-blk .wrap3 .item .contents span {
  letter-spacing: -1em;
}
#innovation .welfare-wrap .welfare-blk .wrap3 .item.mt {
  margin-top: 5px;
}
#innovation .welfare-wrap .welfare-blk .wrap3 .ex-contents {
  text-align: left;
  font-size: 0.875rem;
  padding: 0 27px;
  font-weight: 500;
}
@media (min-width: 768px) {
  #innovation .welfare-wrap .welfare-blk .wrap3 .ex-contents {
    grid-column: span 3;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
  }
}
#innovation .welfare-wrap .welfare-blk .item .sub-ttl {
  text-align: center;
  color: #00A7FF;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-bottom: 40px;
}
#innovation .welfare-wrap .welfare-blk .item .catch-img {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #innovation .welfare-wrap .welfare-blk .item .catch-img.mb {
    margin: 70px 0;
  }
}
#innovation .welfare-wrap .welfare-blk .item .contents {
  padding: 0 23px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.65;
}
#innovation .welfare-wrap .welfare-blk .item .contents.center {
  text-align: center;
}
#innovation .welfare-wrap .welfare-blk .item .card01 {
  width: clamp(300px, 259.6153846154px + 9.6153846154vw, 375px);
}
#innovation .welfare-wrap .welfare-blk .item .card02 {
  width: clamp(290px, 263.0769230769px + 6.4102564103vw, 340px);
}
#innovation .welfare-wrap .welfare-blk .item .card03 {
  width: clamp(325px, 298.0769230769px + 6.4102564103vw, 375px);
}
#innovation .welfare-wrap .exp-blk {
  margin-top: 70px;
}
@media (min-width: 768px) {
  #innovation .welfare-wrap .exp-blk {
    margin-top: 110px;
  }
}
#innovation .welfare-wrap .exp-blk figure {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  #innovation .welfare-wrap .exp-blk figure {
    margin: 50px 0;
  }
}
#innovation .welfare-wrap .exp-blk figure .card10 {
  width: clamp(335px, 256.9230769231px + 18.5897435897vw, 480px);
}
#innovation .welfare-wrap .exp-blk .contents {
  font-size: 1rem;
  font-weight: 500;
  padding: 0 30px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (min-width: 768px) {
  #innovation .welfare-wrap .exp-blk .contents {
    max-width: 1010px;
    margin: 0 auto 140px;
  }
}
#innovation .training-wrap {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  #innovation .training-wrap {
    max-width: 1360px;
    padding: 0 20px;
    margin: 0 auto 120px;
  }
}
#innovation .training-wrap .training-blk {
  padding: 60px 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #innovation .training-wrap .training-blk {
    padding: 70px 0 100px;
    margin-bottom: 20px;
  }
  #innovation .training-wrap .training-blk:last-of-type {
    padding-bottom: 80px;
  }
}
#innovation .training-wrap .training-blk h4.ttl-bubble {
  color: #fff;
  background-image: url(assets/img/common/bubble-line-wh.svg);
}
#innovation .training-wrap .training-blk .contents {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 0 20px;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
@media (min-width: 768px) {
  #innovation .training-wrap .training-blk .contents {
    max-width: 1030px;
    margin: 0 auto;
  }
}
#innovation .training-wrap .training-blk.skillup {
  background: url(assets/img/innov/training01-bk.jpg) no-repeat right top/cover;
}
@media (min-width: 768px) {
  #innovation .training-wrap .training-blk.skillup {
    background: url(assets/img/innov/training01-bk-pc.jpg) no-repeat center top/cover;
  }
}
#innovation .training-wrap .training-blk.skillup .lineup {
  max-width: 540px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  gap: 15px 0;
  margin: 0 auto 30px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  #innovation .training-wrap .training-blk.skillup .lineup {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1040px) {
  #innovation .training-wrap .training-blk.skillup .lineup {
    max-width: unset;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 100px 0 90px;
  }
}
#innovation .training-wrap .training-blk.careerup {
  background: url(assets/img/innov/training02-bk.jpg) no-repeat right top/cover;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 768px) {
  #innovation .training-wrap .training-blk.careerup {
    background: url(assets/img/innov/training02-bk-pc.jpg) no-repeat left top/cover;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #innovation .training-wrap .training-blk.careerup h4.ttl-bubble {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #innovation .training-wrap .training-blk.careerup .item {
    max-width: 550px;
  }
}
#innovation .training-wrap .training-blk.careerup .item figure {
  text-align: center;
  margin-bottom: 22px;
}
#innovation .training-wrap .training-blk.careerup .item figure img {
  width: clamp(225px, 152.3076923077px + 17.3076923077vw, 360px);
}
#innovation .training-wrap .training-blk.careerup .item .ttl {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.12em;
}
#innovation .faq-wrap {
  padding: 0 20px;
  max-width: 1040px;
  margin: 0 auto 80px;
}
@media (min-width: 768px) {
  #innovation .faq-wrap {
    margin-bottom: 130px;
  }
}
#innovation .faq-wrap .faq-blk {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  #innovation .faq-wrap .faq-blk {
    margin: 40px 0 100px;
  }
}
#innovation .faq-wrap .faq-blk div {
  border-bottom: 1px solid #000;
  padding: 24px 0;
}
@media (min-width: 768px) {
  #innovation .faq-wrap .faq-blk div {
    padding: 20px 0;
  }
}
#innovation .faq-wrap .faq-blk div dt {
  position: relative;
  background: url(assets/img/innov/ico-q.svg) no-repeat left 4px top 6px/25px;
  padding: 10px 40px 10px 50px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  #innovation .faq-wrap .faq-blk div dt {
    padding-bottom: 8px;
    cursor: pointer;
  }
}
#innovation .faq-wrap .faq-blk div dt::after {
  position: absolute;
  right: 4px;
  top: 55%;
  transform: translateY(-50%);
  content: "";
  width: 15px;
  height: 15px;
  background: url(assets/img/common/ico-plus.svg) no-repeat center/contain;
  transition: 0.3s ease;
}
#innovation .faq-wrap .faq-blk div dt.active::after {
  background: url(assets/img/common/ico-minus.svg) no-repeat center/contain;
}
#innovation .faq-wrap .faq-blk div dd {
  position: relative;
  padding: 20px 0 10px 50px;
  line-height: 1.8;
  display: none;
}
@media (min-width: 768px) {
  #innovation .faq-wrap .faq-blk div dd {
    padding-bottom: 5px;
  }
  #innovation .faq-wrap .faq-blk div dd.single {
    padding-top: 23px;
  }
  #innovation .faq-wrap .faq-blk div dd.single::before {
    top: 14px;
  }
}
#innovation .faq-wrap .faq-blk div dd::before {
  position: absolute;
  left: 0;
  content: "";
  width: 30px;
  height: 45px;
  background: url(assets/img/innov/ico-a.svg) no-repeat left top 7px/30px;
}
#innovation .faq-wrap .faq-blk div dd.active {
  display: block;
}
@media (min-width: 768px) {
  #innovation .faq-wrap .exp-blk {
    padding: 0 20px;
  }
}
#innovation .faq-wrap .exp-blk figure {
  text-align: center;
  margin-bottom: 30px;
}
#innovation .faq-wrap .exp-blk .contents {
  font-size: 1rem;
  font-weight: 500;
  padding: 0;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
#innovation .info-wrap {
  padding: 0 20px;
}
#innovation .info-wrap .guide-blk {
  margin: 60px 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px 0;
}
@media (min-width: 768px) {
  #innovation .info-wrap .guide-blk {
    max-width: 680px;
    margin: 50px auto 70px;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
  }
}
#innovation .info-wrap .guide-blk a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  background: #000 url(assets/img/common/ico-arrow.svg) no-repeat right 12px center/8px;
  width: 250px;
  border-radius: 25px;
  padding: 12px 0 13px;
}
#innovation .info-wrap .recruit-blk {
  margin-bottom: 70px;
}
#innovation .info-wrap .recruit-blk:first-of-type {
  margin-bottom: 150px;
}
@media (min-width: 768px) {
  #innovation .info-wrap .recruit-blk {
    max-width: 760px;
    margin: 0 auto 150px;
    padding: 0 20px;
  }
}
#innovation .info-wrap .recruit-blk h4.ttl {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #innovation .info-wrap .recruit-blk h4.ttl {
    margin-bottom: 80px;
  }
}
#innovation .info-wrap .recruit-blk .types {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 0;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #innovation .info-wrap .recruit-blk .types {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
  }
}
#innovation .info-wrap .recruit-blk .types li {
  position: relative;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #innovation .info-wrap .recruit-blk .types li:hover {
    color: rgba(0, 0, 0, 0.7);
  }
}
#innovation .info-wrap .recruit-blk .types li.active {
  color: #000;
}
#innovation .info-wrap .recruit-blk .types li.active::after {
  content: "";
  width: 66px;
  height: 10px;
  position: absolute;
  background: url(assets/img/common/bubble-line-sm.svg) no-repeat center bottom/contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}
#innovation .info-wrap .recruit-blk .panel {
  display: none;
}
#innovation .info-wrap .recruit-blk .panel.active {
  display: block;
}
#innovation .info-wrap .recruit-blk .panel .depart-ttl {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 30px;
}
#innovation .info-wrap .recruit-blk .panel .depart-blk {
  font-size: 0.875rem;
  font-weight: 500;
}
#innovation .info-wrap .recruit-blk .panel .depart-blk div {
  border-top: 1px solid #C9C9C9;
  padding: 20px 0;
}
@media (min-width: 768px) {
  #innovation .info-wrap .recruit-blk .panel .depart-blk div {
    display: grid;
    grid-template-columns: 150px 1fr;
    padding: 18px 0;
  }
}
#innovation .info-wrap .recruit-blk .panel .depart-blk div:last-of-type {
  border-bottom: 1px solid #C9C9C9;
}
#innovation .info-wrap .recruit-blk .panel .depart-blk div dt {
  padding: 0 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #innovation .info-wrap .recruit-blk .panel .depart-blk div dt {
    padding: 0 14px;
    margin-bottom: 0;
  }
}
#innovation .info-wrap .recruit-blk .panel .depart-blk div dd {
  padding: 0 10px;
}
#innovation .info-wrap .recruit-blk .panel .depart-blk div dd a {
  color: #00A7FF;
  text-decoration: underline;
}
@media (min-width: 768px) {
  #innovation .info-wrap .recruit-blk .panel .depart-blk div dd {
    padding: 0 14px;
  }
}
#innovation .info-wrap .recruit-blk .panel .depart-blk div dd p:not(:last-of-type) {
  margin-bottom: 20px;
}
#innovation .info-wrap .dl-blk {
  border: 6px solid #00A7FF;
  padding: 45px 25px 50px;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  #innovation .info-wrap .dl-blk {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 70px;
  }
}
#innovation .info-wrap .dl-blk .dl-ttl {
  color: #00A7FF;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 27px;
}
#innovation .info-wrap .dl-blk .contents {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 36px;
}
#innovation .info-wrap .dl-blk .btn-blk {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px 0;
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  #innovation .info-wrap .dl-blk .btn-blk {
    flex-direction: row;
    justify-content: center;
    gap: 0 30px;
  }
}
#innovation .info-wrap .dl-blk .btn-blk a img {
  width: 170px;
}
#innovation .info-wrap .dl-blk .mail {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.07em;
}
#innovation .info-wrap .dl-blk .mail a {
  color: #00A7FF;
  text-decoration: underline;
}
#innovation .info-wrap .supple-blk {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.8;
}
#innovation .info-wrap .supple-blk .lead {
  margin-bottom: 28px;
}
#innovation .info-wrap .supple-blk .mail {
  color: #00A7FF;
  text-decoration: underline;
}
/* ========================================================================
  Message
========================================================================== */
#message {
  padding: 48px 0 clamp(25px, 11.5384615385px + 3.2051282051vw, 50px);
}
#message .top-mv {
  position: relative;
  background: url(assets/img/message/top-mv.jpg) no-repeat center top/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 110px;
  aspect-ratio: 375/600;
}
@media (min-width: 540px) {
  #message .top-mv {
    background: url(assets/img/message/top-mv.jpg) no-repeat center/cover;
    aspect-ratio: unset;
    height: calc(100vh - 48px);
  }
}
@media (min-width: 768px) {
  #message .top-mv {
    background-image: url(assets/img/message/top-mv-pc.jpg);
  }
}
#message .top-mv .catch {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
#message .message-wrap h2.message-ttl {
  font-size: clamp(22px, 14.4615384615px + 1.7948717949vw, 36px);
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 0.1em;
  margin-bottom: 110px;
  padding: 0 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 110px;
}
@media (min-width: 768px) {
  #message .message-wrap h2.message-ttl {
    line-height: 2;
  }
}
#message .message-wrap .intro-blk {
  display: flex;
  justify-content: center;
  gap: 0 clamp(20px, -23.0769230769px + 10.2564102564vw, 100px);
  margin-bottom: 90px;
}
#message .message-wrap .intro-blk figure {
  text-align: center;
}
#message .message-wrap .intro-blk figure img {
  width: clamp(130px, 108.4615384615px + 5.1282051282vw, 170px);
}
#message .message-wrap .intro-blk figure figcaption {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.09em;
}
#message .message-wrap .message-blk {
  font-weight: 500;
  max-width: 930px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #message .message-wrap .message-blk {
    width: calc(100% - 60px);
  }
}
#message .message-wrap .message-blk dt {
  font-size: clamp(18px, 14.7692307692px + 0.7692307692vw, 24px);
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  padding: 0 22px;
  line-height: 2.2;
}
@media (min-width: 768px) {
  #message .message-wrap .message-blk dt {
    padding: 0;
  }
}
#message .message-wrap .message-blk dd .content {
  text-align: justify;
  font-size: clamp(14px, 12.9230769231px + 0.2564102564vw, 16px);
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
  padding: 0 22px;
}
@media (min-width: 768px) {
  #message .message-wrap .message-blk dd .content {
    font-size: 1rem;
    padding: 0;
  }
}
#message .message-wrap .message-blk dd picture {
  display: block;
  margin-bottom: 90px;
}
/*# sourceMappingURL=style.css.map */
