@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600;700&display=swap");

/* ベース */
.common-header-footer {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}

/* reset・要素系 */
.common-header-footer main {
  display: block;
}
.common-header-footer h1 {
  font-size: 2em;
  margin: .67em 0;
}
.common-header-footer hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.common-header-footer pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.common-header-footer a {
  background-color: transparent;
}
.common-header-footer abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.common-header-footer b,
.common-header-footer strong {
  font-weight: bolder;
}
.common-header-footer code,
.common-header-footer kbd,
.common-header-footer samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.common-header-footer small {
  font-size: 80%;
}
.common-header-footer sub,
.common-header-footer sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.common-header-footer sub {
  bottom: -0.25em;
}
.common-header-footer sup {
  top: -0.5em;
}
.common-header-footer img {
  border-style: none;
}
.common-header-footer button,
.common-header-footer input,
.common-header-footer optgroup,
.common-header-footer select,
.common-header-footer textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.common-header-footer button,
.common-header-footer input {
  overflow: visible;
}
.common-header-footer button,
.common-header-footer select {
  text-transform: none;
}
.common-header-footer button,
.common-header-footer [type=button],
.common-header-footer [type=reset],
.common-header-footer [type=submit] {
  -webkit-appearance: button;
}
.common-header-footer button::-moz-focus-inner,
.common-header-footer [type=button]::-moz-focus-inner,
.common-header-footer [type=reset]::-moz-focus-inner,
.common-header-footer [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.common-header-footer button:-moz-focusring,
.common-header-footer [type=button]:-moz-focusring,
.common-header-footer [type=reset]:-moz-focusring,
.common-header-footer [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.common-header-footer fieldset {
  padding: .35em .75em .625em;
}
.common-header-footer legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.common-header-footer progress {
  vertical-align: baseline;
}
.common-header-footer textarea {
  overflow: auto;
}
.common-header-footer [type=checkbox],
.common-header-footer [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.common-header-footer [type=number]::-webkit-inner-spin-button,
.common-header-footer [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.common-header-footer [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.common-header-footer [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.common-header-footer ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.common-header-footer details {
  display: block;
}
.common-header-footer summary {
  display: list-item;
}
.common-header-footer template {
  display: none;
}
.common-header-footer [hidden] {
  display: none;
}

/* keyframes（グローバルだが名前を使わなければ実害なし） */
@keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeout {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes stretch {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

/* 共通設定 */
.common-header-footer {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.common-header-footer {
  scroll-behavior: smooth;
  scroll-padding-top: 75px;
}
@media only screen and (max-width: 768px) {
  .common-header-footer {
    scroll-padding-top: 64px;
  }
}
.common-header-footer {
  box-sizing: border-box;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 16px;
  line-height: 1.333;
  color: #222;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  background-color: #f2f4f6;
  backface-visibility: hidden;
}
.common-header-footer *,
.common-header-footer *:before,
.common-header-footer *:after {
  box-sizing: inherit;
}
.common-header-footer .is-wp *:first-child {
  margin-top: 0;
}
.common-header-footer .is-wp *:last-child {
  margin-bottom: 0;
}
.common-header-footer a {
  color: #1b365d;
  text-decoration: none;
  outline: none;
}
@media (prefers-reduced-motion: no-preference) {
  .common-header-footer a {
    transition: .25s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
}
.common-header-footer img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.common-header-footer picture {
  display: block;
}
.common-header-footer table {
  border-collapse: collapse;
}
.common-header-footer h1,
.common-header-footer h2,
.common-header-footer h3,
.common-header-footer h4,
.common-header-footer h5,
.common-header-footer h6,
.common-header-footer p,
.common-header-footer ul,
.common-header-footer ol,
.common-header-footer dl {
  margin-bottom: 0;
  font-weight: normal;
}
.common-header-footer,
.common-header-footer h1,
.common-header-footer h2,
.common-header-footer h3,
.common-header-footer h4,
.common-header-footer p,
.common-header-footer figure,
.common-header-footer blockquote,
.common-header-footer dl,
.common-header-footer dd,
.common-header-footer ul,
.common-header-footer ol {
  margin: 0;
}
.common-header-footer ul,
.common-header-footer ol {
  list-style: none;
  padding: 0;
}
.common-header-footer blockquote {
  padding: 0;
  margin: 0;
}
.common-header-footer button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0,0,0,0);
  border: 0;
  margin: 0;
  padding: 0;
}

/* :root → common-header-footer にスコープ（変数） */
.common-header-footer {
  --c_white: #fff;
  --c_black: #222;
  --c_blue: #1b365d;
  --c_theme: var(--c_blue);
  --text-color: var(--c_black);
}

/* レイアウト系・コンポーネント系 */
.common-header-footer .container {
  max-width: 1164px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .common-header-footer .container {
    padding-right: 4.2666666667%;
    padding-left: 4.2666666667%;
  }
}
@media only screen and (max-width: 768px) {
  .common-header-footer .-pc {
    display: none !important;
  }
}
.common-header-footer .-sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .common-header-footer .-sp {
    display: block !important;
  }
}
.common-header-footer .-ib {
  display: inline-block;
}
.common-header-footer .box-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.common-header-footer .box-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* footer（要素自体に .common-header-footer が付く） */
.common-header-footer.l-footer {
  background-color: #222;
  padding-top: 90px;
  padding-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .common-header-footer.l-footer {
    padding-top: 80px;
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-footerUtils {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.common-header-footer .l-footerLogo > a:focus svg {
  filter: brightness(0.8);
}
@media (hover) {
  .common-header-footer .l-footerLogo > a:hover svg {
    filter: brightness(0.8);
  }
}
.common-header-footer .l-footerLogo .logo {
  transition: .25s;
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-footerLogo .logo {
    width: 196px;
    height: 26px;
  }
}
.common-header-footer .l-footerLogo .logo path {
  fill: #fff;
}
.common-header-footer .l-footerSocialList {
  margin-top: 48px;
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-footerSocialList {
    margin-top: 39px;
  }
}
.common-header-footer .l-footerSocialList_link svg {
  transition: .25s;
}
.common-header-footer .l-footerSocialList_link:focus svg {
  filter: brightness(0.8);
}
@media (hover) {
  .common-header-footer .l-footerSocialList_link:hover svg {
    filter: brightness(0.8);
  }
}
.common-header-footer .l-footerInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-footerInner {
    display: block;
  }
}
.common-header-footer .l-footerNavList {
  display: grid;
  grid-template-columns: repeat(4, auto);
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-footerNavList {
    display: block;
    margin-top: 28px;
  }
}
@media not screen and (max-width: 768px) {
  .common-header-footer .l-footerNavList_item:nth-child(1) {
    margin-right: 73px;
  }
  .common-header-footer .l-footerNavList_item:nth-child(2) {
    margin-right: 48px;
  }
  .common-header-footer .l-footerNavList_item:nth-child(3) {
    margin-right: 73px;
  }
  .common-header-footer .l-footerNavList_item:last-child {
    grid-column: 4/5;
    grid-row: 2/3;
    margin-top: -155px;
  }
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-footerNavList_item {
    border-top: 1px solid hsla(0,0%,100%,.5);
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.common-header-footer .l-footerNavList_item__hasChild .l-footerNavList_link {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
}
.common-header-footer .l-footerNavList_item__hasChild .l-footerNavList_link::before {
  content: " ";
  width: 6px;
  height: 6px;
  display: block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(135deg);
  transition: .25s;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-footerNavList_item__hasChild .l-footerNavList_link::before {
    opacity: 1;
  }
}
.common-header-footer .l-footerNavList_item__hasChild .l-footerNavList_link.is_active::before {
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-footerNavList_item__hasChild .l-footerNavList_link {
    cursor: pointer;
  }
}
.common-header-footer .l-footerNavList_link {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-footerNavList_link {
    display: block;
  }
}
.common-header-footer a.l-footerNavList_link:focus {
  opacity: .8;
}
@media (hover) {
  .common-header-footer a.l-footerNavList_link:hover {
    opacity: .8;
  }
}
.common-header-footer .l-footerNavChild {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-footerNavChild {
    display: none;
  }
}
.common-header-footer .l-footerNavChild_item:not(:first-child) {
  margin-top: 16px;
}
.common-header-footer .l-footerNavChild_link {
  color: #fff;
  font-size: 15px;
}
.common-header-footer .l-footerNavChild_link:focus {
  opacity: .8;
}
@media (hover) {
  .common-header-footer .l-footerNavChild_link:hover {
    opacity: .8;
  }
}
.common-header-footer .l-footerBottom {
  display: flex;
  justify-content: space-between;
  margin-top: 66px;
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-footerBottom {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
  }
}
.common-header-footer .l-footerSimpleNav {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-footerSimpleNav {
    flex-wrap: wrap;
    row-gap: 24px;
  }
}
.common-header-footer .l-footerSimpleNav_item:not(:last-child) {
  margin-right: 20px;
}
.common-header-footer .l-footerSimpleNav_link {
  color: #fff;
  font-size: 13px;
}
.common-header-footer .l-footerSimpleNav_link:focus {
  opacity: .8;
}
@media (hover) {
  .common-header-footer .l-footerSimpleNav_link:hover {
    opacity: .8;
  }
}
.common-header-footer .l-footerSimpleNav_link[target=_blank] {
  padding-right: 26px;
  background-image: url("/wp/wp-content/themes/fujioh-pro/assets/images/common/icon_blank_wh.svg");
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: right bottom 3px;
}
.common-header-footer .l-footerCopyRight {
  color: #fff;
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-footerCopyRight {
    font-size: 11px;
    text-align: center;
    margin-top: 80px;
  }
}

/* header（要素自体に .common-header-footer が付く） */
.common-header-footer.l-header {
  background-color: #fff;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0px 2px 8px rgba(0,0,0,.1);
}
@media only screen and (max-width: 768px) {
  .common-header-footer.l-header {
    padding: 24px 4.2666666667%;
    box-shadow: 0 0 16px rgba(0,0,0,.05);
  }
}
.common-header-footer.l-header.no-shadow {
  box-shadow: none;
}
.common-header-footer.l-header.is_open .l-headerLogo svg path {
  fill: #fff;
}
.common-header-footer.l-header.is_open .logo-text {
  color: #fff;
}
.common-header-footer .l-headerInner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1 0 auto;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerInner {
    flex-direction: column;
    position: fixed;
    top: 64px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: calc(100vh - 64px);
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    padding-top: 56px;
    padding-left: 4.2666666667%;
    padding-right: 4.2666666667%;
  }
}
@media only screen and (max-width: 768px) and (prefers-reduced-motion: no-preference) {
  .common-header-footer .l-headerInner {
    transition: .25s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerInner.is_show {
    z-index: 975;
    padding-bottom: 75px;
    visibility: visible;
    opacity: 1;
  }
}
.common-header-footer .l-headerLogo {
  padding-top: 21px;
  padding-bottom: 22px;
  padding-left: 2.7777%;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerLogo {
    padding: 0;
  }
}
.common-header-footer .l-headerLogo a {
  display: flex;
  align-items: center;
  column-gap: 24px;
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerLogo a {
    column-gap: 16px;
  }
  .common-header-footer .l-headerLogo a .logo {
    width: 116px;
    height: 15px;
  }
}
.common-header-footer .l-headerLogo .logo-text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 18px;
  font-weight: 700;
  flex: 1 0 auto;
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerLogo .logo-text {
    font-size: 14px;
  }
}
.common-header-footer .l-headeTextLink {
  padding-top: 10px;
  padding-right: 35px;
  line-height: 1;
}
.common-header-footer .l-headeTextLink:focus {
  text-decoration: underline;
}
@media (hover) {
  .common-header-footer .l-headeTextLink:hover {
    text-decoration: underline;
  }
}
.common-header-footer .l-headeTextLink_item {
  color: #222;
  font-size: 13px;
}
.common-header-footer .l-headeTextLink_item[target=_blank] {
  padding-right: 21px;
  background-image: url("/wp/wp-content/themes/fujioh-pro/assets/images/common/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.common-header-footer .l-headerNav {
  margin-top: 13px;
}
@media only screen and (max-width: 1024px) {
  .common-header-footer .l-headerNav {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerNav {
    font-family: "source-han-sans-japanese", sans-serif;
    margin-top: 0;
    margin-right: 0;
  }
}
.common-header-footer .l-headerNavList {
  display: flex;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerNavList {
    flex-direction: column;
  }
}
@media not screen and (max-width: 768px) {
  .common-header-footer .l-headerNavList > *:nth-child(1) .l-headerNavChild {
    width: 220px;
  }
  .common-header-footer .l-headerNavList > *:nth-child(2) .l-headerNavChild {
    width: 234px;
  }
  .common-header-footer .l-headerNavList > *:nth-child(3) .l-headerNavChild {
    width: 174px;
  }
}
.common-header-footer .l-headerNavList_item {
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerNavList_item {
    border-top: 1px solid hsla(0,0%,100%,.5);
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.common-header-footer .l-headerNavList_item:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .common-header-footer .l-headerNavList_item:not(:last-child) {
    margin-right: 0;
  }
}
.common-header-footer .l-headerNavList_link {
  color: #222;
  display: block;
  font-weight: 700;
  padding: 5px 15px 14px;
  margin-bottom: -4px;
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerNavList_link {
    color: #fff;
    font-size: 18px;
    padding: 0;
  }
}
.common-header-footer .l-headerNavChild {
  font-family: "source-han-sans-japanese", sans-serif;
  transition: .25s;
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0,0,0,.2);
}
@media not screen and (max-width: 768px) {
  .common-header-footer .l-headerNavChild {
    opacity: 0;
    background-color: #fff;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translate(-50%, 100%);
    z-index: -1;
    min-width: 145px;
  }
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerNavChild {
    box-shadow: none;
    margin-top: 20px;
    display: none;
    transition: none;
  }
}
.common-header-footer .l-headerNavChild:focus {
  opacity: 1;
  z-index: 10;
}
@media (hover) {
  .common-header-footer .l-headerNavChild:hover {
    opacity: 1;
    z-index: 10;
  }
}
.common-header-footer .l-headerNavList_item__hasChild {
  position: relative;
}
.common-header-footer .l-headerNavList_item__hasChild .l-headerNavList_link {
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerNavList_item__hasChild .l-headerNavList_link::before {
    content: " ";
    width: 6px;
    height: 6px;
    display: block;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(135deg);
    transition: .25s;
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .common-header-footer .l-headerNavList_item__hasChild .l-headerNavList_link::before {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerNavList_item__hasChild .l-headerNavList_link.is_active::before {
    transform: translateY(-50%) rotate(-45deg);
  }
}
.common-header-footer .l-headerNavList_item__hasChild .l-headerNavList_link::after {
  content: " ";
  width: 9px;
  height: 4px;
  background-image: url("/wp/wp-content/themes/fujioh-pro/assets/images/common/icon_arrow-down.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: .85em;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerNavList_item__hasChild .l-headerNavList_link::after {
    display: none;
  }
}
@media not screen and (max-width: 768px) {
  .common-header-footer .l-headerNavList_item__hasChild .l-headerNavList_link:hover + .l-headerNavChild,
  .common-header-footer .l-headerNavList_item__hasChild .l-headerNavList_link:focus-within + .l-headerNavChild {
    opacity: 1;
    z-index: 1;
  }
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerNavList_item__hasChild.is_open .l-headerNavList_link::before {
    transform: translateY(-50%) rotate(-45deg);
  }
}
.common-header-footer .l-headerNavList_item__hasChild.is_active .l-headerNavList_link::after {
  transform: rotate(-180deg);
}
.common-header-footer .l-headerNavChild_item {
  padding: 16px 20px;
}
.common-header-footer .l-headerNavChild_item:not(:first-child) {
  border-top: 1px solid rgba(0,0,0,.1);
}
.common-header-footer .l-headerNavChild_link {
  font-size: 15px;
}
.common-header-footer .l-headerNavChild_link:focus {
  opacity: .5;
}
@media (hover) {
  .common-header-footer .l-headerNavChild_link:hover {
    opacity: .5;
  }
}
@media not screen and (max-width: 768px) {
  .common-header-footer .l-headerNavChild_link {
    font-feature-settings: "palt";
  }
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerNavChild_link {
    color: #fff;
  }
}
.common-header-footer .l-headerBtn {
  background-color: #1b365d;
  color: #fff;
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 15px;
  font-weight: 500;
  width: 200px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 14.5%;
  padding: 10px 5px;
}
@media only screen and (max-width: 1024px) {
  .common-header-footer .l-headerBtn {
    font-size: 13px;
  }
}
.common-header-footer .l-headerBtn:focus {
  background-color: #222;
}
@media (hover) {
  .common-header-footer .l-headerBtn:hover {
    background-color: #222;
  }
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerBtn {
    display: none;
  }
}

/* スマホメニューボタン */
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerSpBtn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 64px;
    height: 64px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerSpBtn.is_open .l-headerSpBtn_line {
    background-color: #fff;
  }
}
@media only screen and (max-width: 768px) and (prefers-reduced-motion: no-preference) {
  .common-header-footer .l-headerSpBtn.is_open .l-headerSpBtn_line {
    transition: .25s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerSpBtn.is_open .l-headerSpBtn_line:nth-of-type(1) {
    transform: translateY(8px) rotateZ(28deg);
  }
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerSpBtn.is_open .l-headerSpBtn_line:nth-of-type(2) {
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerSpBtn.is_open .l-headerSpBtn_line:nth-of-type(3) {
    transform: translateY(-5px) rotateZ(-28deg);
  }
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerSpBtn_line {
    position: absolute;
    left: 50%;
    translate: -50%;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #1b365d;
  }
}
@media only screen and (max-width: 768px) and (prefers-reduced-motion: no-preference) {
  .common-header-footer .l-headerSpBtn_line {
    transition: .25s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerSpBtn_line:nth-of-type(1) {
    top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerSpBtn_line:nth-of-type(2) {
    top: 31px;
  }
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerSpBtn_line:nth-of-type(3) {
    top: 37px;
  }
}

/* header 下部 */
.common-header-footer .l-headerBottom {
  display: none;
  flex-direction: column;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerBottom {
    display: flex;
  }
}
.common-header-footer .l-headerSimpleNav {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
}
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerSimpleNav_item:not(:last-child) {
    margin-right: 20px;
  }
}
.common-header-footer .l-headerSimpleNav_link {
  color: #fff;
  font-size: 13px;
}
.common-header-footer .l-headerSimpleNav_link[target=_blank] {
  padding-right: 26px;
  background-image: url("/wp/wp-content/themes/fujioh-pro/assets/images/common/icon_blank_wh.svg");
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: right bottom 3px;
}
.common-header-footer .l-headerCopyRight {
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 10px;
  text-align: center;
  margin-top: 37px;
}

/* メニューオーバーレイ */
.common-header-footer .menuOverlay {
  background-color: #1b365d;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.common-header-footer .menuOverlay.is_show {
  opacity: 1;
  visibility: visible;
}

/* セクション */
.common-header-footer [class^=sec-],
.common-header-footer [class*=" sec-"] {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .common-header-footer [class^=sec-],
  .common-header-footer [class*=" sec-"] {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
.common-header-footer [class^=sec-large],
.common-header-footer [class*=" sec-large"] {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .common-header-footer [class^=sec-large],
  .common-header-footer [class*=" sec-large"] {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.common-header-footer .sec-bg-white,
.common-header-footer .sec-large-white {
  background-color: #fff;
}
.common-header-footer .sec-bg-gray {
  --text-color: var(--c_blue);
  background-color: #f7f7f7;
}
.common-header-footer .sec-bg-dark-gray {
  --text-color: var(--c_white);
  background-color: #8a99af;
}
.common-header-footer .sec-bg-white {
  --text-color: var(--c_black);
}
.common-header-footer .sec-bg-light-blue {
  --text-color: var(--c_blue);
  background-color: #e3edf2;
}
.common-header-footer .sec-bg-beige {
  --text-color: var(--c_blue);
  background-color: #fdf8f3;
}
.common-header-footer .sec-bg-yellow {
  --text-color: var(--c_blue);
  background-color: #faf9f1;
}
.common-header-footer .sec-bg-dark-beige {
  background-color: #e9e1c7;
}
.common-header-footer .sec-bg-light-gray {
  background-color: #e8ebef;
}
