@charset "UTF-8";
/*
Theme Name: Sixty Percent 2026
Description: KEISUKE IGUCHI
Version: 2.0.0
Author:  KEISUKE IGUCHI
*/
/*★★★★★★★★★★★★★★★★★★★★★★★★

メディアクエリ数値設定

★★★★★★★★★★★★★★★★★★★★★★★★*/
/*★★★★★★★★★★★★★★★★★★★★★★★★

カラー設定

★★★★★★★★★★★★★★★★★★★★★★★★*/
:root {
  --base-font: "Noto Sans JP", "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  --font1: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
  "ＭＳ Ｐゴシック", sans-serif;
  --font2: "Jost", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  --base-font-color: #fff;
  --theme-color1: #111111;
  --theme-color2: #4A4A4A;
  --theme-color3: #707070;
  --theme-color4: #171717;
  --white-color: #fff;
  --black-color: #000;
  --black-color2: #666666;
  --black-color3: #4B4B4B;
  --black-color4: #1A1A1A;
  --black-color5: #333333;
  --gray-color: #efefef;
  --gray-color2: #777777;
  --gray-color3: #f5f5f5;
  --gray-color4: #f4f4f4;
  --gray-color5: #ccc;
  --gray-color6: #c1c1c1;
  --gray-color7: #797979;
  --gray-color8: #f7f7f7;
  --gray-color9: #a0a0a0;
  --gray-color10: #ddd;
  --gray-color11: #888;
  --gray-color12: #bbbbbb;
  --gray-color13: #acacac;
  --gray-color14: #7e7e7e;
  --gray-color15: #373737;
  --gray-color16: #c6c6c6;
  --gray-color17: #4d4d4d;
  --gray-color18: #eaeaea;
  --link-color: #005b9d;
  --rank-list-color1: #d0ad75;
  --rank-list-color2: #9f9f9f;
  --rank-list-color3: #d08375;
  --contact-input-border-color: #bebebe;
  --contact-privacy-border-color: #cecece;
  --contact-font-color: #dedede;
  --contact-required-color: #DE0000;
  --contact-required-color02: #F05E5E;
  --contact-option-color: #b9aeae;
  --contact-submit-color: #4bb200;
  --contact-back-color: #c1c1c1;
  --contact-error-color: #ffe8f4;
  --contact-confirm-bg-color: #e4fdf2;
  --contact-confirm-font-color: #0c9073;
  --recruit-table-border-color: #ddd;
  --header-height: 72px;
}
@media only screen and (max-width:1023px) {
  :root {
    --header-height: 55px;
  }
}

/*★★★★★★★★★★★★★★★★★★★★★★★★

scss mixin定義

★★★★★★★★★★★★★★★★★★★★★★★★*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/Noto_Sans_JP/NotoSansJP-Black.woff2") format("woff2"), url("fonts/Noto_Sans_JP/NotoSansJP-Black.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2"), url("fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2"), url("fonts/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2"), url("fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Barlow_Condensed/BarlowCondensed-SemiBold.woff2") format("woff2"), url("fonts/Barlow_Condensed/BarlowCondensed-SemiBold.woff") format("woff");
}
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table.table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

.body {
  transition: 0.3s;
  opacity: 1;
}

.load {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--theme-color1);
  z-index: 99999;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.load_hide {
  opacity: 0;
  z-index: -1;
}
.load__img {
  display: none;
  max-width: 150px;
}

.front-loading {
  width: 100%;
  height: 100vh;
  background-size: 89px auto;
  position: fixed;
  z-index: 99999;
  transition: 0.3s;
}
.front-loading_hide {
  opacity: 0;
  z-index: -10;
}
.front-loading__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 151px;
}
@media only screen and (max-width:767px) {
  .front-loading__img {
    max-width: 100px;
  }
}

.wow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

figure {
  margin: 0;
}

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.body {
  background: var(--theme-color1);
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  font-family: var(--base-font);
  color: var(--base-font-color);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  position: relative;
}
.body_header-nav-open {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.body_personal {
  background: var(--white-color);
}
.body_white {
  background: var(--white-color);
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

p {
  line-height: 2.2;
  font-size: 15px;
}
@media only screen and (max-width:767px) {
  p {
    font-size: 14px;
  }
}

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

/*★★★★★★★★★★★★★★★★★★★★★★★★

section

★★★★★★★★★★★★★★★★★★★★★★★★*/
/*★★★★★★★★★★★★★★★★★★★★★★★★

textLink RESET

★★★★★★★★★★★★★★★★★★★★★★★★*/
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  transition: all 0.3s;
}
a:active, a:focus {
  outline: 0;
}
/*★★★★★★★★★★★★★★★★★★★★★★★★

PAGE TOP BUTTON

★★★★★★★★★★★★★★★★★★★★★★★★*/
.front .pagetop {
  bottom: 120px;
  right: 30px;
}
@media only screen and (max-width:767px) {
  .front .pagetop {
    bottom: 60px;
    right: 10px;
  }
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin: 0 auto;
  z-index: 910;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}
@media only screen and (max-width:767px) {
  .pagetop {
    bottom: 70px;
  }
}
.pagetop_show {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  z-index: 600;
}
.pagetop__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 10px;
  text-align: center;
  fill: var(--black-color);
  border-radius: 50%;
  background: var(--theme-color4) url(assets/img/common/ico_pagetop.svg) no-repeat 50%;
  background-size: 18px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: opacity;
  transition: 0.3s;
}

.common-btn__list {
  display: flex;
}
.common-btn__item {
  margin-right: 24px;
}
.common-btn__link {
  border: 1px solid var(--white-color);
  padding-left: 24px;
  padding-right: 24px;
  min-width: 209px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
}
@media only screen and (max-width:767px) {
  .common-btn__link {
    min-width: auto;
  }
}
.common-btn__link svg {
  margin-right: 8px;
  fill: var(--white-color);
}
.common-btn__link:hover {
  background: var(--white-color);
  color: var(--theme-color1);
}
.common-btn__link:hover svg {
  fill: var(--theme-color1);
}

.common-store {
  margin-top: 24px;
}
.common-store__list {
  display: flex;
}
.common-store__item {
  margin-right: 16px;
}
.common-store__item:nth-of-type(1) {
  width: 148px;
}
.common-store__item:nth-of-type(2) {
  width: 132px;
}
.common-store__link {
  transition: 0.3s;
}
.common-store__link:hover {
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}

.sec-tit-box__tit {
  font-size: 64px;
  letter-spacing: 0.05em;
  font-family: var(--font2);
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .sec-tit-box__tit {
    font-size: 40px;
  }
}

/*★★★★★★★★★★★★★★★

Common & Standard Layout

★★★★★★★★★★★★★★★*/
/*★★★★★★★★★★★★★★★

コンテンツ

★★★★★★★★★★★★★★★*/
.contents_single {
  padding-top: 0;
}
.contents_column {
  padding-top: 0;
}
@media only screen and (max-width:767px) {
  .contents_column {
    width: 100%;
  }
}
.contents_column .blog-contents {
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 40px;
}
@media only screen and (max-width:767px) {
  .contents_column .blog-contents {
    padding: 40px 15px 30px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
.contents_column h1 {
  margin-top: 0 !important;
}
.contents__inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:767px) {
  .contents__inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.contents__inner_blog, .contents__inner_taxonomy {
  justify-content: center;
}
.contents__inner_taxonomy .blog1 {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}

.main-contents {
  width: 68%;
  margin-right: 4%;
  padding-bottom: 60px;
}
@media only screen and (max-width:767px) {
  .main-contents {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-right: 0;
  }
}
.main-contents_blog {
  margin-right: 0;
  width: 100%;
}
.main-contents_single {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .main-contents_single {
    width: 100%;
  }
}

/*★★★★★★★★★★★★★★★

メイン(左)カラム

★★★★★★★★★★★★★★★*/
.main {
  width: 100%;
  font-family: var(--base-font);
  position: relative;
}
@media only screen and (max-width:767px) {
  .main {
    margin-bottom: 0;
    width: 100%;
    display: block;
  }
}
.main_single {
  background: var(--white-color);
  padding: 40px 25px 35px;
  box-sizing: border-box;
  margin-top: 0;
  border-radius: 20px;
}
@media only screen and (max-width:767px) {
  .main_single {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
.main_blog {
  width: 70%;
}
@media only screen and (max-width:767px) {
  .main_blog {
    width: 100%;
  }
}
.main_contact {
  width: 100%;
}
/*★★★★★★★★★★★★★★★

右カラム (サイドバーのBOX)

★★★★★★★★★★★★★★★*/
.sidebar {
  font-family: var(--base-font);
  width: 25%;
  position: relative;
}
@media only screen and (max-width:1023px) {
  .sidebar {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width:767px) {
  .sidebar {
    margin-top: 0;
    width: 100%;
    display: block;
  }
}
.sidebar > *:nth-of-type(1) {
  margin-top: 0 !important;
}

.sidebar-contact {
  width: 25%;
  font-family: var(--base-font);
  box-shadow: -6px 1px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 1000;
  box-sizing: border-box;
  padding: 55px 20px;
  background: var(--white-color);
  overflow-y: auto;
}
@media only screen and (max-width:1023px) {
  .sidebar-contact {
    display: none;
  }
}
/*★★★★★★★★★★★★★★★

シングルカラムの時

★★★★★★★★★★★★★★★*/
.main1 {
  max-width: 800px;
  width: 100%;
  padding: 3%;
  margin: 0% auto 3% auto;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .main1 {
    width: 100%;
    display: block;
  }
}
.main1__inner {
  padding: 0 3% 3% 3%;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★

背景の色があるときにコンテンツの余白をつけるためのBOX

★★★★★★★★★★★★★★★★★★★★★★★★*/
.inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.inner1080 {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}

.inner1024 {
  max-width: 1024px;
  width: 100%;
  margin: auto;
}

.inner960 {
  max-width: 960px;
  width: 100%;
  margin: auto;
}

.inner900 {
  max-width: 900px;
  width: 100%;
  margin: auto;
}

.inner880 {
  max-width: 880px;
  width: 100%;
  margin: auto;
}

.inner800 {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.inner768 {
  max-width: 768px;
  width: 100%;
  margin: auto;
}

.inner720 {
  max-width: 720px;
  width: 100%;
  margin: auto;
}

.inner640 {
  max-width: 640px;
  width: 100%;
  margin: auto;
}

.inner560 {
  max-width: 560px;
  width: 100%;
  margin: auto;
}

@media only screen and (max-width: 1200px) {
  .inner,
  .inner1080,
  .inner1024,
  .inner960,
  .inner900,
  .inner880,
  .inner800,
  .inner768,
  .inner720,
  .inner640,
  .inner560 {
    width: 94%;
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (max-width:767px) {
  .inner,
  .inner1080,
  .inner1024,
  .inner1000,
  .inner960,
  .inner900,
  .inner880,
  .inner800,
  .inner768,
  .inner760,
  .inner720,
  .inner640.inner560 {
    width: 90%;
  }
}
@media only screen and (min-width:1024px) {
  .front-container {
    display: flex;
  }
}

@media only screen and (min-width:1024px) {
  .front-main {
    width: 75%;
    overflow-x: hidden;
  }
}

.body__inner {
  display: flex;
}
@media only screen and (max-width:1023px) {
  .body__inner {
    flex-direction: column;
  }
}
.body__inner .main {
  width: calc(100% - 200px);
}
@media only screen and (max-width:1023px) {
  .body__inner .main {
    width: 100%;
  }
}
.body__inner .footer-sidebar {
  width: 200px;
}
@media only screen and (max-width:1023px) {
  .body__inner .footer-sidebar {
    width: 190px;
    height: 100vh;
    height: 100svh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(200vw);
    padding-right: 0;
    padding-left: 0;
    max-width: none;
    transition: 0.3s;
  }
}
@media only screen and (max-width:1023px) {
  .body__inner .footer-sidebar::before {
    background: var(--theme-color1);
    opacity: 0.95;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width:1023px) {
  .body__inner .footer-sidebar_open {
    transition: 0.3s;
    transform: translateX(0);
  }
}

/*　Headings　*/
/*★★★★★★★★★★★★★★★★★★★★★★★★

投稿記事・固定ページコンテンツ用の見出し。

★★★★★★★★★★★★★★★★★★★★★★★★*/
.blog-contents {
  font-family: var(--base-font);
}
.blog-contents h1 {
  font-family: var(--font1);
  font-weight: 900;
  font-size: 32px;
  line-height: 1.5;
  text-align: left;
  margin-top: 0 !important;
  margin-bottom: 33px !important;
  position: relative;
}
@media only screen and (max-width:767px) {
  .blog-contents h1 {
    font-size: 32px;
  }
}
.blog-contents h2 {
  font-weight: 900;
  font-size: 26px;
  line-height: 1.5;
  text-align: left;
  padding: 13px 0;
  position: relative;
  color: var(--white-color);
}
@media only screen and (max-width:767px) {
  .blog-contents h2 {
    font-size: 24px;
  }
}
.blog-contents h3 {
  font-family: var(--font1);
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (max-width:767px) {
  .blog-contents h3 {
    font-size: 22px;
  }
}
.blog-contents h4 {
  font-family: var(--font1);
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
  padding-bottom: 5px;
}
@media only screen and (max-width:767px) {
  .blog-contents h4 {
    font-size: 20px;
  }
}
.blog-contents h5 {
  font-family: var(--font1);
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width:767px) {
  .blog-contents h5 {
    font-size: 18px;
  }
}
.blog-contents h6 {
  font-family: var(--font1);
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width:767px) {
  .blog-contents h6 {
    font-size: 16px;
  }
}
.blog-contents p {
  letter-spacing: 0.01em;
  line-height: 2.125;
}

.page-contents {
  font-family: var(--base-font);
}
.page-contents h1 {
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 0.01em;
  line-height: 1.5;
  text-align: left;
  border-bottom: 2px solid var(--black-color2);
  padding-bottom: 26px;
  margin-top: 0 !important;
}
@media only screen and (max-width:767px) {
  .page-contents h1 {
    font-size: 22px;
  }
}
.page-contents h2 {
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (max-width:767px) {
  .page-contents h2 {
    font-size: 20px;
  }
}
.page-contents h3 {
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (max-width:767px) {
  .page-contents h3 {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}
.page-contents h4 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
  border-bottom: 4px solid var(--black-color2);
  padding-left: 10px;
  padding-bottom: 5px;
}
@media only screen and (max-width:767px) {
  .page-contents h4 {
    font-size: 16px;
  }
}
.page-contents h5 {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width:767px) {
  .page-contents h5 {
    font-size: 14px;
  }
}
.page-contents h6 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width:767px) {
  .page-contents h6 {
    font-size: 12px;
  }
}
.page-contents p {
  font-size: 15px;
  line-height: 2;
}
.page-contents p:nth-of-type(1) {
  line-height: 2.27;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★

テーブル　レイアウト

★★★★★★★★★★★★★★★★★★★★★★★★*/
/*★★★★★★★★★★★★★★★★★★★★★★★★

リスト　レイアウト

★★★★★★★★★★★★★★★★★★★★★★★★*/
.page-contents, .blog-contents {
  /*lists*/
  /*list with number*/
}
.page-contents ul, .blog-contents ul {
  margin: 4% 0 4% 5px;
}
.page-contents ul li, .blog-contents ul li {
  list-style-type: disc;
  margin: 2% 0% 0% 4%;
  line-height: 1.6em;
  font-size: 15px;
}
.page-contents ol, .blog-contents ol {
  margin: 4% 0 4% 5px;
}
.page-contents ol li, .blog-contents ol li {
  list-style-type: decimal;
  margin: 2% 0% 0% 4%;
  line-height: 1.6em;
  font-size: 15px;
}

/*★★★★★★★★★★★★★★★

フォームパーツ基本スタイル

★★★★★★★★★★★★★★★*/
input:focus:not([type=submit]),
textarea:focus {
  box-shadow: 0 0 6px #67ddff;
  background: #f7f7f7;
}

textarea {
  width: 90%;
  height: 180px;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 7px;
}

input[type=checkbox] {
  border: 2px solid var(--gray-color11);
}

select {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 250px;
  padding: 12px 15px;
  border: 1px solid var(--gray-color5);
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (max-width:767px) {
  select {
    width: 70%;
  }
}

/*★★★★★★★★★★★★★★★

フォーム

★★★★★★★★★★★★★★★*/
.mw_wp_form_input .form {
  padding: 35px 40px;
}
@media only screen and (max-width:767px) {
  .mw_wp_form_input .form {
    padding: 27px 20px;
  }
}
.mw_wp_form_input .form__row {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}
@media only screen and (max-width:767px) {
  .mw_wp_form_input .form__row {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.mw_wp_form_input .form__row_radio {
  align-items: flex-start;
}
.mw_wp_form_input .form__left {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:767px) {
  .mw_wp_form_input .form__left {
    justify-content: flex-start;
  }
}
.mw_wp_form_input .form__right {
  width: 100%;
}
.mw_wp_form_input .form__right .mwform-radio-field {
  display: block;
  height: 24px;
  margin: 0 !important;
}
.mw_wp_form_input .form__right .mwform-radio-field label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
.mw_wp_form_input .form__right .mwform-radio-field span {
  min-width: 70px;
  display: block;
}
.mw_wp_form_input .form__right .mwform-radio-field input {
  min-height: auto;
}
.mw_wp_form_input .form__tit {
  font-size: 14px;
  margin-bottom: 5px;
}
.mw_wp_form_input .form__tit_require {
  color: var(--contact-required-color);
}
@media only screen and (max-width:767px) {
  .mw_wp_form_input .form__tit_privacy {
    margin: 0;
  }
}
@media only screen and (max-width:767px) {
  .mw_wp_form_input .form__tit_privacy label {
    margin-top: 2px;
    margin-right: 10px;
    display: block;
  }
}
.mw_wp_form_input .form__tit_privacy label span {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  margin-right: 15px;
}
@media only screen and (max-width:767px) {
  .mw_wp_form_input .form__tit_privacy label span {
    font-size: 14px;
    margin-right: 0;
  }
}
.mw_wp_form_input .form__option, .mw_wp_form_input .form__required {
  font-size: 12px;
  color: var(--white-color);
  font-weight: bold;
  min-width: 41px;
  max-height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 3px 7px;
  box-sizing: border-box;
}
.mw_wp_form_input .form__option {
  background: var(--contact-option-color);
}
.mw_wp_form_input .form__required {
  background: var(--contact-required-color02);
}
.mw_wp_form_input .form__input input,
.mw_wp_form_input .form__input textarea {
  display: block;
  width: 100%;
  border: 1px solid var(--contact-input-border-color);
  font-size: 15px;
  font-weight: bold;
  font-family: var(--base-font);
  padding: 12px 15px;
  box-sizing: border-box;
  min-height: 48px;
}
.mw_wp_form_input .form__input input::placeholder,
.mw_wp_form_input .form__input textarea::placeholder {
  color: var(--contact-font-color);
}
@media only screen and (max-width:767px) {
  .mw_wp_form_input .form__input input,
  .mw_wp_form_input .form__input textarea {
    padding: 12px 10px;
  }
}
.mw_wp_form_input .form__input textarea {
  min-height: 240px;
}
.mw_wp_form_input .form__input select {
  border: 1px solid var(--contact-input-border-color);
  padding: 10px;
  padding-right: 5px;
}
.mw_wp_form_input .form__input .select {
  width: 100%;
  height: 48px;
}
.mw_wp_form_input .form__privacy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid var(--contact-privacy-border-color);
  border-bottom: 1px solid var(--contact-privacy-border-color);
  padding: 23px 0;
  margin-top: 36px;
  margin-bottom: 35px;
}
@media only screen and (max-width:767px) {
  .mw_wp_form_input .form__privacy {
    margin-top: 30px;
    padding: 20px 0;
  }
}
.mw_wp_form_input .form__privacy .form__required {
  margin-top: 2px;
}
.mw_wp_form_input .form__txt {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
  .mw_wp_form_input .form__txt {
    font-size: 11px;
    line-height: 1.5;
  }
}
.mw_wp_form_input .form .error {
  background: var(--contact-error-color);
  padding: 8px 11px;
  box-sizing: border-box;
  font-weight: 400;
}

.mw_wp_form_confirm .form__left {
  padding-top: 0;
}
.mw_wp_form_confirm .form {
  padding: 45px;
  border-radius: 10px;
}
@media only screen and (max-width:767px) {
  .mw_wp_form_confirm .form {
    padding: 20px;
  }
}
.mw_wp_form_confirm .form__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width:767px) {
  .mw_wp_form_confirm .form__row {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.mw_wp_form_confirm .form__row_radio {
  align-items: flex-start;
}
.mw_wp_form_confirm .form__left {
  width: 33%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:767px) {
  .mw_wp_form_confirm .form__left {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding-top: 0;
  }
}
.mw_wp_form_confirm .form__right {
  width: 65%;
}
@media only screen and (max-width:767px) {
  .mw_wp_form_confirm .form__right {
    width: 100%;
  }
}
.mw_wp_form_confirm .form__right .mwform-radio-field {
  display: block;
  height: 24px;
  margin: 0 !important;
}
.mw_wp_form_confirm .form__right .mwform-radio-field label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
.mw_wp_form_confirm .form__right .mwform-radio-field span {
  min-width: 70px;
  display: block;
}
.mw_wp_form_confirm .form__right .mwform-radio-field input {
  min-height: auto;
}
.mw_wp_form_confirm .form__tit {
  font-size: 15px;
  font-weight: bold;
  margin-right: 5px;
}
.mw_wp_form_confirm .form__tit_privacy span {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  .mw_wp_form_confirm .form__tit {
    margin-right: 15px;
  }
}
.mw_wp_form_confirm .form__tit_require {
  color: var(--contact-required-color);
}
.mw_wp_form_confirm .form__option, .mw_wp_form_confirm .form__required {
  font-size: 12px;
  color: var(--white-color);
  font-weight: bold;
  min-width: 41px;
  max-height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 3px 7px;
  box-sizing: border-box;
}
.mw_wp_form_confirm .form__option {
  background: var(--contact-option-color);
}
.mw_wp_form_confirm .form__required {
  background: var(--contact-required-color);
}
.mw_wp_form_confirm .form__input input,
.mw_wp_form_confirm .form__input textarea {
  display: block;
  width: 100%;
  border: 1px solid var(--contact-input-border-color);
  font-size: 15px;
  font-weight: bold;
  font-family: var(--base-font);
  padding: 12px 15px;
  box-sizing: border-box;
  min-height: 48px;
}
.mw_wp_form_confirm .form__input input::placeholder,
.mw_wp_form_confirm .form__input textarea::placeholder {
  color: var(--contact-font-color);
}
@media only screen and (max-width:767px) {
  .mw_wp_form_confirm .form__input input,
  .mw_wp_form_confirm .form__input textarea {
    padding: 12px 10px;
  }
}
.mw_wp_form_confirm .form__input textarea {
  min-height: 150px;
}
.mw_wp_form_confirm .form__input select {
  border: 1px solid var(--contact-input-border-color);
  padding: 10px;
  padding-right: 5px;
}
.mw_wp_form_confirm .form__input .select {
  width: 100%;
  height: 48px;
}
.mw_wp_form_confirm .form__privacy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid var(--contact-privacy-border-color);
  border-bottom: 1px solid var(--contact-privacy-border-color);
  padding: 40px 0;
  margin-bottom: 35px;
}
.mw_wp_form_confirm .form__privacy .form__required {
  margin-top: 2px;
  background: var(--contact-required-color02);
}
.mw_wp_form_confirm .form__txt {
  width: 100%;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}
.mw_wp_form_confirm .form__txt__txt {
  font-size: 16px;
}
.mw_wp_form_confirm .form .error {
  background: var(--contact-error-color);
  padding: 8px 11px;
  box-sizing: border-box;
  font-weight: 400;
}

.form-btn {
  display: flex;
  justify-content: center;
}
.form-btn input {
  max-width: 300px;
  width: 146px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  background: var(--theme-color4);
  border: none;
  transition: 0.3s;
  cursor: pointer;
}
.form-btn input:hover {
  text-decoration: none;
  box-shadow: none;
  filter: brightness(1.1);
}
.form-btn_back input {
  width: 90px;
  height: 50px;
  background: var(--contact-back-color);
  border: none;
  cursor: pointer;
  text-align: center;
  padding: 5px 10px;
  margin: 10px auto;
  filter: brightness(1);
}
.form-btn_back input:hover {
  filter: brightness(1);
}

.page-confirm-main {
  padding-bottom: 60px;
}
.page-confirm-main__txt {
  background: var(--contact-confirm-bg-color);
  padding: 20px 10px;
  font-size: 17px !important;
  border-radius: 5px;
  color: var(--contact-confirm-font-color);
  font-weight: 500;
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-top: 20px;
  line-height: 1.5;
}

.page-complete {
  padding: 30px 0 60px;
}

.form-complete {
  background: var(--theme-color17);
  border-radius: 15px;
  max-width: 740px;
  margin: 0 auto;
  margin-top: 40px;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★

へーダー

★★★★★★★★★★★★★★★★★★★★★★★★*/
.main_contact .header_sticky {
  width: 100%;
}

.header {
  position: absolute;
  z-index: 40000;
  width: 100%;
  top: 0;
  padding-left: 20px;
}
@media only screen and (max-width:1023px) {
  .header {
    padding-left: 0;
    background-image: none;
  }
}
.header_sticky {
  transform: translateY(-150%);
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: 40000;
}
.header_sticky_show {
  transform: translateY(0);
}
.header__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (max-width:1200px) {
  .header__inner {
    padding: 0 0 0 8px;
  }
}
@media only screen and (max-width:1023px) {
  .header__inner {
    height: 100%;
    padding: 0;
    padding-left: 20px;
  }
}

.header-left {
  display: flex;
}
@media only screen and (max-width:1023px) {
  .header-left {
    flex-basis: auto;
  }
}

.header-logo {
  box-sizing: border-box;
  padding: 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:1023px) {
  .header-logo {
    padding: 20px 0;
  }
}
.header-logo__img {
  max-width: 320px;
}
@media only screen and (max-width:1023px) {
  .header-logo__img {
    width: 230px;
  }
}

.header-close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  z-index: 9999;
  cursor: pointer;
}
/*★★★★★★★★★★★★★★★★★★★★★★★★

ハンバーガーメニュー

★★★★★★★★★★★★★★★★★★★★★★★★*/
.header-hum-btn {
  position: absolute;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 70000;
  width: 30px;
  height: 22px;
  cursor: pointer;
}
@media only screen and (min-width:1024px) {
  .header-hum-btn {
    display: none;
  }
}
@media only screen and (max-width:1023px) {
  .header-hum-btn {
    right: 15px;
  }
}
.header-hum-btn__box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.header-hum-btn__bar {
  width: 100%;
  height: 2px;
  background: var(--white-color);
  transition: 0.3s;
}
.header-hum-btn__bar_top_open {
  transform: rotate(135deg);
  animation-name: rotate-top;
  position: absolute;
  left: 0;
}
@keyframes rotate-bottom {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
.header-hum-btn__bar_middle {
  margin: 8px 0;
}
.header-hum-btn__bar_middle_open {
  display: none;
}
.header-hum-btn__bar_bottom_open {
  width: 100%;
  position: absolute;
  left: 0;
  transform: rotate(-135deg);
  animation-name: rotate-top;
}
@keyframes rotate-top {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-135deg);
  }
}

.footer {
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  .footer-nav__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.footer-nav-main__list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:767px) {
  .footer-nav-main__list {
    flex-direction: column;
    justify-content: center;
  }
}
.footer-nav-main__item {
  width: calc(50% - 2px);
  text-align: center;
  background: var(--black-color);
  padding-top: 72px;
  padding-bottom: 96px;
}
@media only screen and (max-width:767px) {
  .footer-nav-main__item {
    width: 100%;
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media only screen and (max-width:767px) {
  .footer-nav-main__item:nth-of-type(1) {
    border-bottom: 6px solid var(--theme-color1);
  }
}
.footer-nav-main__tit {
  font-family: var(--font2);
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
@media only screen and (max-width:767px) {
  .footer-nav-main__tit {
    font-size: 40px;
  }
}
.footer-nav-main__txt {
  font-family: var(--font1);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-bottom: 32px;
}
@media only screen and (max-width:767px) {
  .footer-nav-main__txt {
    font-size: 15px;
  }
}
.footer-nav-main__btn-area {
  display: flex;
  justify-content: center;
}
.footer-nav-main__btn-link {
  background: var(--theme-color1);
}

.footer-copyright {
  padding-top: 33px;
  padding-bottom: 33px;
}
@media only screen and (max-width:767px) {
  .footer-copyright {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.footer-copyright__txt {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-family: var(--font2);
}
@media only screen and (max-width:1023px) {
  .footer-copyright__txt {
    font-size: 10px;
    line-height: 1.4;
  }
}

.footer-sidebar {
  background: var(--theme-color4);
}
.footer-sidebar__nav {
  width: 135px;
  position: fixed;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
}
.footer-sidebar__item_lang {
  padding: 0 20px;
  margin-top: 24px;
}
.footer-sidebar__item_lang ul {
  display: flex;
}
.footer-sidebar__item_lang .current-lang a {
  background: var(--theme-color2);
  color: var(--base-font-color);
}
.footer-sidebar__item_lang a {
  width: 48px;
  height: 48px;
  font-size: 14px;
  font-family: var(--font1);
  font-weight: 600;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--black-color);
  color: rgba(255, 255, 255, 0.3);
  transition: 0.3s;
}
.footer-sidebar__item_lang a:hover {
  background: var(--theme-color2);
  color: var(--base-font-color);
}
.footer-sidebar__link {
  display: block;
  font-size: 15px;
  font-weight: bold;
  font-family: var(--font2);
  padding: 9px 20px;
}
.footer-sidebar__link:hover {
  background: var(--white-color);
  color: var(--black-color);
}
/*★★★★★★★★★★★★★★★

SIDE BAR WIDGET(BLOG)

★★★★★★★★★★★★★★★*/
/*　検索ボックス　*/
#searchform #search,
.wp-block-search #search {
  text-align: center;
  background: #fff;
}
#searchform .screen-reader-text,
.wp-block-search .screen-reader-text {
  flex-grow: 1;
  min-width: 3em;
  border: 1px solid #949494;
}
#searchform #searchsubmit,
.wp-block-search #searchsubmit {
  background: url(assets/img/common/btn_search.png) no-repeat 0 0;
  background-size: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  text-indent: -9999px;
  position: relative;
  left: -5px;
  top: 0px;
}
#searchform .wp-block-search__button,
.wp-block-search .wp-block-search__button {
  background: url(assets/img/common/btn_search.png) no-repeat 0 0;
  background-size: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  text-indent: -9999px;
  position: relative;
  left: -9px;
  top: 0px;
}
#searchform .wp-block-search__input,
.wp-block-search .wp-block-search__input {
  border: 1px solid #ddd;
  color: #333;
  padding: 5px;
  background-color: #fff;
  font-size: 15px;
}

/*★★★★★★★★★★★★★★★

ウィジェット

★★★★★★★★★★★★★★★*/
#widget,
#widget1,
#widget2 {
  font-size: 14px;
  margin: 30px 0px;
}
#widget select,
#widget1 select,
#widget2 select {
  margin: 4%;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  color: var(--base-font-color);
  font-size: 16px;
}
#widget .screen-reader-text,
#widget1 .screen-reader-text,
#widget2 .screen-reader-text {
  height: 0px;
  display: none;
}

#widget_tit,
#widget1_tit,
#widget1 h2,
.wp-block-archives-dropdown label {
  padding: 4% 1% 5% 1%;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  font-family: var(--font1);
  position: relative;
}
#widget_tit::before, #widget_tit::after,
#widget1_tit::before,
#widget1_tit::after,
#widget1 h2::before,
#widget1 h2::after,
.wp-block-archives-dropdown label::before,
.wp-block-archives-dropdown label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
}
#widget_tit::before,
#widget1_tit::before,
#widget1 h2::before,
.wp-block-archives-dropdown label::before {
  background: var(--theme-color4);
  width: 37%;
  z-index: 2;
}
#widget_tit::after,
#widget1_tit::after,
#widget1 h2::after,
.wp-block-archives-dropdown label::after {
  background: var(--white-color);
  width: 100%;
  z-index: 1;
}

#widget1 li {
  border-bottom: 1px dotted var(--theme-color8);
  font-size: 16px;
  line-height: 1.6;
  transition: 0.3s;
}
#widget1 li:hover {
  background: rgba(0, 0, 0, 0.1);
}
#widget1 li a {
  padding: 5%;
  display: block;
  color: inherit;
  font-size: 16px;
  font-weight: bold;
}
#widget1 li ul.children {
  margin-bottom: 15px;
}
#widget1 li ul.children li a::before {
  content: "- ";
  display: inline;
}
#widget1 li ul.children li {
  border: none;
  text-indent: 20px;
  font-size: 14px;
  font-weight: normal;
}
#widget1 li ul.children li a {
  padding: 1.5%;
}
#widget1 li ul.children li ul.children li {
  text-indent: 40px;
  font-size: 13px;
}
#widget1 li ul.children li ul.children li a {
  padding: 0.3%;
}

.recentcomments {
  padding: 5% 0;
}
.recentcomments a:hover {
  text-decoration: underline;
}

.cat-item {
  border-bottom: 1px dotted var(--gray-color10);
  font-size: 16px;
  line-height: 1.6;
  transition: 0.3s;
}
.cat-item:hover {
  background: #f5f5f5;
}
.cat-item a {
  padding: 5%;
  display: flex;
}

/*　side-news-list　*/
.side-news-list__item {
  border-bottom: 1px dotted var(--theme-color8);
  font-size: 16px;
  line-height: 1.6;
  transition: 0.3s;
}
.side-news-list__item:hover {
  background: rgba(0, 0, 0, 0.1);
}
.side-news-list__link {
  padding: 6% 0;
  display: flex;
  color: inherit;
}
.side-news-list__img {
  max-width: 90px;
  width: 36%;
  margin-right: 5%;
  position: relative;
}
.side-news-list__img img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: center;
}
.side-news-list__tit {
  width: 49%;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.6;
  overflow: hidden;
}

/* fixnav */
@media only screen and (max-width:767px) {
  .fixnav {
    position: static !important;
    width: 100% !important;
  }
}
/*　ランキング　*/
.rank-list {
  margin-top: 12px;
}
.rank-list__item {
  position: relative;
  background: var(--white-color);
  padding: 10px 0 0;
  margin-bottom: 15px;
  transition: 0.3s;
}
@media only screen and (max-width:767px) {
  .rank-list__item {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.rank-list__item:hover {
  box-shadow: 0 0 30px var(--shadow-hover-color);
}
.rank-list__link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}
.rank-list__link:hover {
  background: var(--black-color15);
}
.rank-list__number {
  font-weight: 900;
  font-size: 21px;
  line-height: 24px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 45px;
  height: 45px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  z-index: 30;
}
.rank-list__number_1 {
  background: var(--rank-list-color1);
}
.rank-list__number_2 {
  background: var(--rank-list-color2);
}
.rank-list__number_3 {
  background: var(--rank-list-color3);
}
.rank-list__img {
  position: relative;
  width: 100%;
}
.rank-list__img::before {
  content: "";
  display: block;
  padding-top: 66.6%;
  /* 縦横比 3:2 に固定 */
}
.rank-list__img img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.rank-list-box {
  padding: 15px 5px;
}
@media only screen and (max-width:1023px) {
  .rank-list-box {
    padding: 15px 0;
  }
}
.rank-list-box__date {
  font-weight: bold;
  font-size: 11px;
  color: var(--gray-color2);
  line-height: 1;
}
.rank-list-box__tit {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-top: 2px;
}
.rank-list-box__category {
  font-size: 9px;
  color: var(--gray-color2);
}

/*　タグクラウド　*/
.wp-block-tag-cloud,
.tagcloud {
  padding: 10px;
}
.wp-block-tag-cloud .tag-cloud-link,
.tagcloud .tag-cloud-link {
  display: inline-block;
  background: var(--gray-color);
  border-radius: 14px;
  padding: 3px 10px;
  margin: 5px;
  color: var(--white-font-color);
  font-size: 12px !important;
  transition: 0.3s;
}
.wp-block-tag-cloud .tag-cloud-link:hover,
.tagcloud .tag-cloud-link:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}

/*カレンダー*/
#sidebar .widget_calendar {
  margin-bottom: 40px;
}

table#wp-calendar {
  table-layout: fixed;
  width: 100%;
  margin: 5px auto 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
}

table#wp-calendar caption {
  margin: 10px 0 0 0;
  padding: 2px;
  width: auto;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

table#wp-calendar #today {
  display: block;
  font-weight: bold;
  background-color: #ffec67;
  border: none;
  z-index: 1;
}

table#wp-calendar .pad {
  font-weight: bold;
  background-color: #fff9f9;
}

table#wp-calendar th,
table#wp-calendar td {
  padding: 10px auto !important;
  vertical-align: middle;
  text-align: center;
}

table#wp-calendar td {
  line-height: 1.8;
  border: 1px solid #ddd;
  background-color: #fff;
}

table#wp-calendar th {
  font-style: normal;
  font-weight: bold;
  color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #333;
}

table#wp-calendar a {
  font-size: 12px;
  color: #00a0dd;
  padding: 0;
  text-decoration: underline;
}

/*RSS*/
a.rsswidget {
  font-size: 14px;
}
a.rsswidget img {
  position: relative;
  top: 6px;
}

span.rss-date {
  font-size: 11px;
  padding: 5px 15px;
  color: #666;
}

.rssSummary {
  font-size: 11px;
  color: #666;
  padding: 5px 15px;
  margin-bottom: 10px;
}

cite {
  font-size: 11px;
  margin-bottom: 15px;
  display: block;
  padding: 5px 15px;
  color: #666;
}

.sidebar-list {
  margin-top: 20px;
}
.sidebar-list .sidebar-item {
  position: relative;
  background: var(--black-color15);
  margin-bottom: 20px;
  border: none !important;
}
@media only screen and (max-width:767px) {
  .sidebar-list .sidebar-item {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.sidebar-list .sidebar-item a {
  border: none !important;
  padding: 0 !important;
  transition: 0.3s;
}
.sidebar-list .sidebar-item a:hover {
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}
.sidebar-list .sidebar-item:nth-of-type(1) .number {
  background: #d0ad75;
}
.sidebar-list .sidebar-item:nth-of-type(2) .number {
  background: #9f9f9f;
}
.sidebar-list .sidebar-item:nth-of-type(3) .number {
  background: #d08375;
}
.sidebar-list .sidebar-item .number {
  font-weight: 900;
  font-size: 21px;
  line-height: 24px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 20px;
  width: 45px;
  height: 45px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  z-index: 30;
}
.sidebar-list .sidebar-item figure {
  margin: 0;
  position: relative;
  aspect-ratio: 16/9;
}
.sidebar-list .sidebar-item figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.sidebar-list .sidebar-item .item-box {
  padding: 12px;
}
.sidebar-list .sidebar-item .item-box .date {
  font-weight: bold;
  font-size: 11px;
  color: var(--white-color);
  letter-spacing: 0;
  margin-bottom: -2px;
}
.sidebar-list .sidebar-item .item-box .tit {
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.6;
  color: var(--white-color);
  margin-top: 2px;
  margin-bottom: 8px;
}
.sidebar-list .sidebar-item .item-box .category-name {
  font-weight: 400;
  font-size: 10px;
  color: var(--theme-color1);
  margin-top: 4px;
  transform: scale(0.9);
  transform-origin: top left;
}

.front-fv {
  height: 100svh;
  max-height: 900px;
  background-size: cover;
  position: relative;
}
.front-fv__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.75;
}
.front-fv__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.75;
  top: 0;
  left: 0;
}
.front-fv__video {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.front-fv__inner {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .front-fv__inner {
    width: 94%;
    margin: 0 auto;
  }
}

.front-fv-main {
  text-align: center;
}
.front-fv-main__tit {
  font-family: var(--font2);
  font-size: clamp(1.625rem, 0.556rem + 2.26vw, 2.813rem);
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 24px;
}
@media only screen and (max-width:767px) {
  .front-fv-main__tit {
    font-size: clamp(0.75rem, 0.111rem + 3.2vw, 1.625rem);
    letter-spacing: -0.02em;
    font-weight: bold;
    line-height: 1.33;
  }
}
.front-fv-main__tit_en {
  font-size: clamp(1.625rem, 0.556rem + 1.9vw, 2.813rem);
}
@media only screen and (max-width:767px) {
  .front-fv-main__tit_en {
    font-size: clamp(0.75rem, 0.111rem + 2.9vw, 1.625rem);
  }
}
.front-fv-main__txt {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media only screen and (max-width:767px) {
  .front-fv-main__txt {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
}

.front-service {
  position: relative;
  padding-top: 70px;
  padding-bottom: 108px;
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  .front-service {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}
.front-service__en-tit {
  font-size: 80px;
  font-family: var(--font2);
  letter-spacing: 0.05em;
  font-weight: bold;
  position: absolute;
  transform: rotate(90deg);
  left: -155px;
  top: 190px;
}
@media only screen and (max-width:767px) {
  .front-service__en-tit {
    transform: none;
    left: auto;
    top: auto;
    position: relative;
    font-size: 40px;
    width: 94%;
    margin: 0 auto;
    margin-bottom: 16px;
  }
}
.front-service__img {
  max-width: 1270px;
  margin-left: auto;
  margin-right: 0;
  width: calc(100vw - 325px);
  display: block;
}
@media only screen and (min-width:768px) and (max-width:1023px) {
  .front-service__img {
    width: 90%;
  }
}
@media only screen and (max-width:767px) {
  .front-service__img {
    width: 100%;
  }
}
.front-service__txt-area {
  margin-bottom: 48px;
}

.front-service-first {
  padding-top: 72px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--black-color2);
}
@media only screen and (max-width:767px) {
  .front-service-first {
    padding-top: 32px;
  }
}
.front-service-first__tit-area {
  margin-bottom: 56px;
}
@media only screen and (max-width:767px) {
  .front-service-first__tit-area {
    margin-bottom: 24px;
  }
}
.front-service-first__tit {
  font-family: var(--font1);
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .front-service-first__tit {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
  }
}
.front-service-first__tit_img {
  max-width: 240px;
  margin-right: 64px;
}
@media only screen and (max-width:767px) {
  .front-service-first__tit_img {
    max-width: 128px;
    margin-bottom: 24px;
  }
}
.front-service-first__num-area {
  display: flex;
  margin-bottom: 48px;
}
@media only screen and (max-width:767px) {
  .front-service-first__num-area {
    margin-bottom: 24px;
  }
}
.front-service-first__num-area div:nth-of-type(1) {
  margin-right: 144px;
}
@media only screen and (max-width:767px) {
  .front-service-first__num-area div:nth-of-type(1) {
    margin-right: 56px;
  }
}
.front-service-first__num-area h4 {
  font-family: var(--font1);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
@media only screen and (max-width:767px) {
  .front-service-first__num-area h4 {
    font-size: 12px;
  }
}
.front-service-first__num-area p {
  font-size: 54px;
  font-family: var(--font2);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
@media only screen and (max-width:767px) {
  .front-service-first__num-area p {
    font-size: 32px;
  }
}
.front-service-first__num-area p .small {
  font-size: 18px;
  margin-left: 8px;
}
@media only screen and (max-width:767px) {
  .front-service-first__num-area p .small {
    font-size: 17px;
  }
}
.front-service-first__txt_small {
  font-size: 12px;
  margin-top: 16px;
  display: block;
}

@media only screen and (max-width:767px) {
  .front-service-btn__list {
    justify-content: space-between;
  }
}
@media only screen and (max-width:767px) {
  .front-service-btn__item {
    width: 48%;
    margin: 0;
  }
}
@media only screen and (max-width:767px) {
  .front-service-btn__link {
    width: 100%;
    font-size: 14px;
  }
}

.front-service-second {
  display: flex;
  justify-content: space-between;
  padding-top: 88px;
}
@media only screen and (max-width:767px) {
  .front-service-second {
    flex-direction: column;
    padding-top: 56px;
  }
}
.front-service-second_reverse {
  padding-top: 144px;
  flex-direction: row-reverse;
}
@media only screen and (max-width:767px) {
  .front-service-second_reverse {
    flex-direction: column;
  }
}

.front-service-second-left {
  width: 36.8%;
}
@media only screen and (max-width:767px) {
  .front-service-second-left {
    width: 100%;
  }
}

.front-service-second-right {
  width: 56%;
}
@media only screen and (max-width:767px) {
  .front-service-second-right {
    width: 100%;
    padding-top: 24px;
  }
}
.front-service-second-right__tit {
  font-size: 60px;
  font-family: var(--font2);
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media only screen and (max-width:767px) {
  .front-service-second-right__tit {
    margin-bottom: 24px;
    font-size: 45px;
  }
}
.front-service-second-right__tit_img {
  max-width: 270px;
  width: 100%;
}
.front-service-second-right__tit_img_second {
  max-width: 520px;
}

.front-recruit {
  background: var(--black-color);
  padding-top: 80px;
}
@media only screen and (max-width:767px) {
  .front-recruit {
    padding-top: 60px;
  }
}
.front-recruit__inner {
  padding-bottom: 144px;
}
@media only screen and (max-width:767px) {
  .front-recruit__inner {
    padding-bottom: 80px;
  }
}

.front-recruit-tit-box {
  max-width: 1270px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 72px;
}
@media only screen and (max-width:767px) {
  .front-recruit-tit-box {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width:767px) {
  .front-recruit-tit-box__tit {
    margin-left: 3%;
    margin-bottom: 24px;
  }
}
.front-recruit-tit-box__bg-img {
  width: 50%;
}
@media only screen and (max-width:767px) {
  .front-recruit-tit-box__bg-img {
    width: 100%;
  }
}

.front-recruit-main__txt {
  margin-bottom: 72px;
}
@media only screen and (max-width:767px) {
  .front-recruit-main__txt {
    margin-bottom: 32px;
  }
}
.front-recruit-main__btn-link {
  background: var(--theme-color1);
}

.front-news {
  background: var(--black-color4);
}
.front-news__inner {
  padding-top: 120px;
  padding-bottom: 104px;
}
@media only screen and (max-width:767px) {
  .front-news__inner {
    padding-top: 72px;
    padding-bottom: 88px;
  }
}

.front-news-tit-box {
  margin-bottom: 72px;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .front-news-tit-box {
    text-align: left;
    margin-bottom: 8px;
  }
}

.front-news-main__list {
  margin-bottom: 64px;
}
@media only screen and (max-width:767px) {
  .front-news-main__list {
    margin-bottom: 32px;
  }
}
.front-news-main__item {
  border-bottom: 1px solid var(--black-color3);
}
.front-news-main__link {
  padding: 40px 0;
  display: block;
  transition: 0.3s;
}
@media only screen and (max-width:767px) {
  .front-news-main__link {
    padding: 24px 0;
  }
}
.front-news-main__link:hover {
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}
.front-news-main__date {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
.front-news-main__tit {
  font-size: 15px;
}
@media only screen and (max-width:767px) {
  .front-news-main__tit {
    line-height: 1.87;
  }
}
.front-news-main__btn-list {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width:767px) {
  .front-news-main__btn-list {
    justify-content: flex-start;
  }
}
.front-news-main__btn-link {
  background: var(--theme-color1);
}

.front-about {
  position: relative;
}
.front-about__inner {
  padding-top: 88px;
  padding-bottom: 96px;
}
@media only screen and (max-width:767px) {
  .front-about__inner {
    padding-top: 56px;
    padding-bottom: 80px;
  }
}

.front-about-tit-box__tit {
  transform: rotate(90deg);
  position: absolute;
  left: -60px;
  top: 220px;
}
@media only screen and (max-width:1200px) {
  .front-about-tit-box__tit {
    left: -155px;
  }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
  .front-about-tit-box__tit {
    left: -155px;
  }
}
@media only screen and (max-width:767px) {
  .front-about-tit-box__tit {
    transform: none;
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 40px;
  }
}

.front-about-main table {
  width: 100%;
  border-bottom: 1px solid var(--white-color);
}
@media only screen and (max-width:767px) {
  .front-about-main table tr {
    border-top: 1px solid var(--white-color);
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
  }
}
.front-about-main table tr td {
  border-top: 1px solid var(--white-color);
  font-size: 16px;
  padding: 32px;
}
@media only screen and (max-width:767px) {
  .front-about-main table tr td {
    padding: 0;
    border: none;
  }
}
.front-about-main table tr td:nth-of-type(1) {
  width: 40%;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  .front-about-main table tr td:nth-of-type(1) {
    width: 100%;
    margin-bottom: 4px;
  }
}
.front-about-main table tr td:nth-of-type(2) {
  width: 60%;
}
@media only screen and (max-width:767px) {
  .front-about-main table tr td:nth-of-type(2) {
    width: 100%;
  }
}

/*★★★★★★★★★★★★★★★★★★★★★★★★

固定ページ共通パーツ

★★★★★★★★★★★★★★★★★★★★★★★★*/
.page-fv {
  background: url(assets/img/page/page-fv-bg.jpg) no-repeat center;
  background-position-y: 20%;
  background-size: cover;
  box-sizing: border-box;
  padding: calc(var(--header-height) + 91px) 0 91px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid var(--theme-color1);
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  .page-fv {
    padding: calc(var(--header-height) + 60px) 0 60px;
  }
}
.page-fv::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  background: rgba(0, 0, 0, 0.51);
}
.page-fv .simpleParallax {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-fv__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
}
.page-fv__inner {
  position: relative;
  z-index: 1;
}
.page-fv__tit {
  font-family: var(--font2);
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0em;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  line-height: 1.6;
  color: var(--white-color);
}
@media only screen and (max-width:767px) {
  .page-fv__tit {
    font-size: 28px;
  }
}
.page-fv__tit_single {
  text-align: left;
  position: static;
  transform: none;
  font-size: 32px;
  margin-bottom: 24px;
}
@media only screen and (max-width:767px) {
  .page-fv__tit_single {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.page-fv__en-tit {
  font-family: var(--font2);
  color: var(--theme-color4);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .page-fv__en-tit {
    font-size: 16px;
  }
}
.page-fv__date {
  font-size: 15px;
  font-family: var(--font2);
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width:767px) {
  .page-fv__date {
    font-size: 12px;
  }
}

.page-contents {
  padding: 44px 0 180px;
}
@media only screen and (max-width:767px) {
  .page-contents {
    padding: 20px 0 40px;
  }
}
.breadcrumbs {
  padding: 2px 0;
}
.breadcrumbs__inner_above-fv {
  padding-top: var(--header-height);
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--gray-color2);
  padding: 5px 0;
  line-height: 1.1;
}
.home-news {
  padding-top: 40px;
  padding-bottom: 100px;
}
.home-news__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-news__item {
  width: 100%;
  box-sizing: border-box;
}
.home-news__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: inherit;
  transition: 0.3s;
  border-bottom: 1px solid var(--black-color3);
  padding: 40px 0;
}
@media only screen and (max-width:767px) {
  .home-news__link {
    padding: 24px 0;
  }
}
.home-news__link:hover {
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}
.home-news__date {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1;
}
@media only screen and (max-width:1023px) {
  .home-news__date {
    font-size: 10px;
    transform-origin: left top;
  }
}
.home-news__tit {
  font-size: 15px;
  line-height: 2;
}
.profile-intro__inner {
  padding: 40px 0;
}
@media only screen and (max-width:767px) {
  .profile-intro__inner {
    padding: 24px 0;
  }
}

.profile-intro-main {
  display: flex;
}
@media only screen and (max-width:767px) {
  .profile-intro-main {
    flex-direction: column;
  }
}

.profile-intro-left {
  width: calc(100% - 320px);
  padding-right: 30px;
}
@media only screen and (max-width:767px) {
  .profile-intro-left {
    width: 100%;
    padding-right: 0;
  }
}
.profile-intro-left__post {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
@media only screen and (max-width:767px) {
  .profile-intro-left__post {
    font-size: 14px;
  }
}
.profile-intro-left__name {
  font-size: 33px;
  font-weight: 900;
  font-family: var(--font1);
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
@media only screen and (max-width:767px) {
  .profile-intro-left__name {
    font-size: 32px;
  }
}
.profile-intro-left__sns-list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
  .profile-intro-left__sns-list {
    margin-bottom: 40px;
  }
}
.profile-intro-left__sns-item {
  margin-right: 18px;
}
.profile-intro-left__img {
  display: none;
}
@media only screen and (max-width:767px) {
  .profile-intro-left__img {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 325px;
  }
}
.profile-intro-left__official {
  font-size: 14px;
  margin-bottom: 55px;
}
@media only screen and (max-width:767px) {
  .profile-intro-left__official {
    display: none;
  }
}
.profile-intro-left__official a {
  text-decoration: underline;
}
.profile-intro-left__official a:hover {
  text-decoration: none;
}
.profile-intro-right {
  width: 320px;
}
@media only screen and (max-width:767px) {
  .profile-intro-right {
    width: 100%;
    display: none;
  }
}
.profile-tit-box {
  margin-bottom: 20px;
}
.profile-tit-box__tit {
  font-size: 24px;
  font-family: var(--font1);
  font-weight: 900;
}

.profile-common__item {
  line-height: 2.2;
}
@media only screen and (max-width:767px) {
  .profile-common__item {
    line-height: 2;
    margin-bottom: 10px;
  }
}
.profile-common__item strong {
  font-weight: 900;
}

.profile-books__inner {
  padding: 65px 0;
}
@media only screen and (max-width:767px) {
  .profile-books__inner {
    padding: 35px 0;
  }
}
@media only screen and (max-width:767px) {
  .profile-books__list-wrapper {
    overflow: auto;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: 5%;
  }
}
.profile-books__list {
  display: flex;
}
@media only screen and (max-width:767px) {
  .profile-books__list {
    padding-right: 5%;
  }
}
.profile-books__item {
  min-width: 234px;
  width: 234px;
  margin-right: 30px;
}
.profile-books__img {
  margin-bottom: 10px;
}
.profile-books__tit {
  font-size: 13px;
  line-height: 1.5;
  text-decoration: underline;
}
.profile-books__tit:hover {
  text-decoration: none;
}

.profile-media__inner {
  padding: 14px 0;
}
@media only screen and (max-width:767px) {
  .profile-media__inner {
    padding: 50px 0 25px;
  }
}

.profile-magazine__inner {
  padding: 14px 0 117px;
}
@media only screen and (max-width:767px) {
  .profile-magazine__inner {
    padding: 50px 0 55px;
  }
}

.archive-topics {
  padding-top: 20px;
  padding-bottom: 100px;
}
.archive-topics__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.archive-topics__list:after {
  content: "";
  display: block;
  width: 30.8%;
  /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}
.archive-topics__item {
  width: 30.8%;
  margin-bottom: 35px;
}
@media only screen and (max-width:767px) {
  .archive-topics__item {
    width: 100%;
  }
}
.archive-topics__link {
  display: block;
  transition: 0.3s;
  padding-bottom: 20px;
}
.archive-topics__link img {
  aspect-ratio: 370/247;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.archive-topics__link img:hover {
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -ms-filter: brightness(1.1);
  filter: brightness(1.1);
}
.archive-topics__date {
  font-size: 15px;
  font-weight: 700;
  color: var(--theme-color9);
}
.archive-topics__tit {
  font-size: 16px;
}
@media only screen and (max-width:767px) {
  .archive-topics__tit {
    font-size: 15px;
  }
}

.archive-topingood {
  padding-top: 35px;
  padding-bottom: 100px;
}
.archive-topingood__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.archive-topingood__list:after {
  content: "";
  display: block;
  width: 30.8%;
  /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}
.archive-topingood__item {
  width: 30.8%;
  margin-bottom: 45px;
}
@media only screen and (max-width:767px) {
  .archive-topingood__item {
    width: 100%;
    margin-bottom: 24px;
  }
}
.archive-topingood__link {
  display: block;
  transition: 0.3s;
  padding-bottom: 20px;
}
.archive-topingood__link img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px;
  transition: 0.3s;
}
.archive-topingood__link img:hover {
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -ms-filter: brightness(1.1);
  filter: brightness(1.1);
}
.archive-topingood__tit {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .archive-topingood__tit {
    font-size: 16px;
  }
}

.topingood-contents-intro {
  padding-bottom: 65px;
}
.topingood-contents-intro__tit {
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  padding: 32px 0 56px;
}
@media only screen and (max-width:767px) {
  .topingood-contents-intro__tit {
    font-size: 28px;
    letter-spacing: 0.05em;
    text-align: left;
    padding: 17px 0 31px;
  }
}
.topingood-contents-intro__intro-txt {
  font-size: 16px;
}
.topingood-contents-intro__img-repeater {
  padding-bottom: 25px;
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  .topingood-contents-intro__img-repeater {
    overflow: visible;
  }
}
@media only screen and (max-width:767px) {
  .topingood-contents-intro__list {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
.topingood-contents-intro__list .slick-dots {
  bottom: -30px;
}
.topingood-contents-intro__list .slick-dots button:before {
  color: var(--white-color);
  opacity: 1;
  font-size: 10px;
}
@media only screen and (max-width:767px) {
  .topingood-contents-intro__list .slick-dots button:before {
    font-size: 11px;
  }
}
.topingood-contents-intro__list .slick-dots .slick-active button:before {
  color: var(--theme-color5);
}
.topingood-contents-intro__img {
  aspect-ratio: 1024/683;
  object-fit: cover;
  object-position: center;
  width: 100%;
  max-width: 1024px;
}
@media only screen and (max-width:767px) {
  .topingood-contents-intro__img {
    max-width: 100vw;
    width: 100vw;
  }
}

.contact-main {
  padding: 17px 0 80px;
}
.contact-main__txt-area {
  margin-bottom: 40px;
}
.contact-main__txt {
  font-size: 15px;
  text-align: center;
  line-height: 2.33;
}
@media only screen and (max-width:767px) {
  .contact-main__txt {
    font-size: 15px;
    text-align: left;
    line-height: 2.2;
  }
}
.contact-main__form {
  background: var(--theme-color17);
  box-sizing: border-box;
  max-width: 720px;
  margin: 0 auto;
}
/*★★★★★★★★★★★★★★★★★★★★★★★★

WORDPRESS専用パーツ

★★★★★★★★★★★★★★★★★★★★★★★★*/
/*　External Link　*/
.outlink {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 3%;
  margin: 4%;
}
.outlink li {
  background: url(assets/img/common/icon-outlink.png) no-repeat 0px 2px;
  background-size: 15px;
  padding-left: 25px;
  line-height: 1.1em;
}

/*　Blockquote　*/
.wp-block-quote {
  border-left: none;
}

pre.wp-block-code {
  padding: 15px;
  background: #333;
  color: #fff;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★

CATEGORY LABEL

★★★★★★★★★★★★★★★★★★★★★★★★*/
.article_cat {
  font-size: 10px;
  padding: 2px 7px;
  background: #f5f5f5;
  display: inline-block;
  color: #fff;
  margin-right: 10px;
}

span.tag {
  background: url(assets/img/common/ico_tag.svg) no-repeat;
  background-size: 14px;
  padding: 2px 2px 3px 20px;
}

span.author {
  background: url(assets/img/common/ico_author.svg) no-repeat;
  background-size: 14px;
  padding: 2px 2px 3px 20px;
}

.single-back {
  padding: 40px 0;
}

.single-back-main__link {
  border-top: 1px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 300px;
  padding: 20px 0;
  font-weight: bold;
  font-size: 17px;
  transition: 0.3s;
}
.single-back-main__link:hover {
  background: var(--gray-color3);
}
.single-back-main__link::before {
  content: "←";
  color: #009BD2;
  margin-right: 10px;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★

NEWS一覧基本ループ(アーカイブ・一覧) 1

★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
.news-list__link {
  padding: 30px 0px;
  border-bottom: 1px solid #ddd;
  display: flex;
}
@media only screen and (max-width:767px) {
  .news-list__link {
    padding: 20px 5px;
    flex-direction: column;
  }
}
.news-list__link:hover {
  transition: 0.2s;
  background: #f7f7f7;
}

/*　news-list-left　*/
.news-list-left {
  width: 38%;
  margin-right: 2%;
}
@media only screen and (max-width:767px) {
  .news-list-left {
    width: 100%;
  }
}
.news-list-left__img {
  transition: transform 0.2s linear;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width:768px) {
  .news-list-left__img {
    margin-right: 30px;
    max-width: 300px;
    height: 200px;
  }
}
@media only screen and (max-width:767px) {
  .news-list-left__img {
    width: 100%;
    margin-right: 0%;
  }
  .news-list-left__img img {
    width: 100%;
    height: auto;
  }
}

/*　news-list-right　*/
.news-list-right {
  width: 60%;
}
@media only screen and (max-width:767px) {
  .news-list-right {
    width: 100%;
  }
}
.news-list-right__tit {
  color: #000;
  font-weight: bold;
  font-size: 24px;
  margin: 2% 0px;
}
@media only screen and (max-width:767px) {
  .news-list-right__tit {
    font-size: 16px;
    font-weight: bold;
    margin: 4% 0 2%;
  }
}
.news-list-right__date {
  font-size: 12px;
  margin: 15px 0px;
  color: #999;
}
@media only screen and (max-width:767px) {
  .news-list-right__date {
    margin-bottom: 0px;
  }
}
.news-list-right__excerpt {
  color: #555;
  font-size: 15px;
  overflow: auto;
  line-height: 1.5;
}
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★

NEWS一覧基本ループ(アーカイブ・一覧) 2

★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
.news-list-2__item {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.news-list-2__link {
  display: block;
  margin: 0 15px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width:767px) {
  .news-list-2__link {
    max-width: none;
    margin: 0 10px;
  }
}
.news-list-2__img {
  width: 100%;
  background: white;
  height: auto;
  max-height: 247px;
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  .news-list-2__img {
    max-height: none;
  }
}

.news-list-2-box {
  background: white;
  padding: 20px;
}
@media only screen and (max-width:767px) {
  .news-list-2-box {
    padding: 10px 18px 17px;
  }
}
.news-list-2-box__date {
  color: var(--theme-color1);
  font-weight: bold;
  font-size: 11px;
  text-align: left;
}
.news-list-2-box__tit {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
@media only screen and (max-width:767px) {
  .news-list-2-box__tit {
    font-size: 14px;
  }
}
.news-list-2-box__author {
  font-weight: 500;
  font-size: 9px;
  margin-top: 13px;
}

/*　past-posts　*/
.past-posts {
  text-align: center;
  border-bottom: 1px solid var(--gray-color);
}
.past-posts__link {
  display: block;
  padding: 3%;
  color: #555;
  font-size: 14px;
}
.past-posts__link:hover {
  background: var(--sub-color);
}

/*　関連記事　*/
.related {
  background: #fff;
  margin: 60px 0 20px;
}
.related__tit {
  margin-top: 0px;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 30px;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★

　シングル・ページ用ページング

★★★★★★★★★★★★★★★★★★★★★★★★*/
.next-prev {
  padding: 4% 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:767px) {
  .next-prev {
    flex-direction: column;
  }
}

/*　next-prev-box　*/
.next-prev-box {
  width: 49.5%;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width:767px) {
  .next-prev-box {
    width: 100%;
  }
}
.next-prev-box:nth-of-type(1) .next-prev-box__link {
  border-bottom: 0;
}
.next-prev-box__link {
  display: flex;
  text-decoration: none !important;
  padding: 4%;
  border-top: 1px solid var(--theme-color8);
  border-bottom: 1px solid var(--theme-color8);
  transition: 0.3s;
  color: var(--base-font-color) !important;
}
.next-prev-box__link:hover {
  background: rgba(0, 0, 0, 0.1);
}
.next-prev-box__img {
  min-width: 100px;
  max-width: 100px;
  overflow: auto;
  display: flex;
  align-items: center;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 15px;
}
.next-prev-box__img img {
  object-fit: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
  aspect-ratio: 100/67;
  border-radius: 0 !important;
  margin: 0 !important;
}
@media only screen and (max-width:767px) {
  .next-prev-box__img {
    min-width: 90px;
    max-width: 90px;
    height: 90px;
    overflow: hidden;
  }
}
.next-prev-box__title {
  font-size: 15px;
  line-height: 1.6 !important;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  .next-prev-box__title {
    font-size: 12px;
    overflow: hidden;
    line-height: 1.2 !important;
  }
}

/*　next-box　*/
.next-box__link {
  padding-left: 20px;
  margin-right: 1px;
  position: relative;
}
.next-box__link::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--theme-color5);
  border-left: 2px solid var(--theme-color5);
  -webkit-transform: rotate(225deg);
  transform: rotate(405deg) translateY(-50%);
}

/*　prev-box　*/
.prev-box__link {
  padding-right: 25px;
  position: relative;
}
.prev-box__link::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--theme-color5);
  border-right: 2px solid var(--theme-color5);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}

/*★★★★★★★★★★★★★★★★★★★★★★★★

　インデックス・カテゴリー・タグ用ページング

★★★★★★★★★★★★★★★★★★★★★★★★*/
.nav-links {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  padding-top: 30px;
}
.nav-links .page-numbers {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 7px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 19px;
  background-color: var(--theme-color3);
  color: var(--white-color);
  transition: 0.3s;
}
.nav-links .page-numbers:hover {
  color: var(--theme-color1);
  background-color: var(--white-color);
}
.nav-links .prev,
.nav-links .next {
  display: none;
}
.nav-links .dots:hover {
  color: var(--theme-color1);
  background-color: var(--white-color);
}
.nav-links .current {
  color: var(--theme-color1);
  background-color: var(--white-color);
  font-weight: bold;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★

　ブログ日付

★★★★★★★★★★★★★★★★★★★★★★★★*/
.blog-data {
  font-size: 10px;
  padding: 10px 0 5px 4px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.blog-data__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 24px;
}
.blog-data__list_views {
  position: absolute;
  right: 0;
  margin-right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width:767px) {
  .blog-data__list_views {
    position: relative;
    top: 0;
    transform: none;
  }
}
.blog-data__img {
  display: flex;
  align-items: center;
  width: 15px;
  margin: 0 !important;
  margin-right: 3px !important;
}
.blog-data__img svg {
  fill: var(--white-color);
}
.blog-data__link {
  text-decoration: none !important;
  color: var(--white-color) !important;
  font-size: 12px;
}
.blog-data__txt {
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0;
  color: var(--white-color);
}
@media only screen and (max-width:767px) {
  .blog-data__txt {
    line-height: 1.5;
  }
}
.blog-data__views {
  color: var(--white-color);
  letter-spacing: 0;
  font-size: 11px;
}
.blog-data__views_count {
  font-size: 13px;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★

　ブロックCSS

★★★★★★★★★★★★★★★★★★★★★★★★*/
.blog-contents,
.page-contents {
  padding-top: 15px;
}
.blog-contents > :first-child,
.page-contents > :first-child {
  margin-top: 0;
}
.blog-contents figure,
.page-contents figure {
  text-align: center;
  margin-bottom: 40px;
}
.blog-contents figure img,
.page-contents figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.blog-contents img,
.page-contents img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
.blog-contents h1,
.blog-contents table,
.blog-contents blockquote,
.blog-contents dl,
.blog-contents > ul,
.blog-contents ol,
.blog-contents > cite,
.blog-contents figure,
.page-contents h1,
.page-contents table,
.page-contents blockquote,
.page-contents dl,
.page-contents > ul,
.page-contents ol,
.page-contents > cite,
.page-contents figure {
  margin-top: 60px;
  margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
  .blog-contents h1,
  .blog-contents table,
  .blog-contents blockquote,
  .blog-contents dl,
  .blog-contents > ul,
  .blog-contents ol,
  .blog-contents > cite,
  .blog-contents figure,
  .page-contents h1,
  .page-contents table,
  .page-contents blockquote,
  .page-contents dl,
  .page-contents > ul,
  .page-contents ol,
  .page-contents > cite,
  .page-contents figure {
    margin-top: 30px;
  }
}
.blog-contents h2,
.blog-contents h3,
.page-contents h2,
.page-contents h3 {
  margin-top: 60px;
  margin-bottom: 20px;
}
.blog-contents h4,
.blog-contents h5,
.blog-contents h6,
.page-contents h4,
.page-contents h5,
.page-contents h6 {
  margin-top: 55px;
  margin-bottom: 20px;
}
.blog-contents figure,
.page-contents figure {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-contents ul,
.blog-contents ol,
.page-contents ul,
.page-contents ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
  .blog-contents ul,
  .blog-contents ol,
  .page-contents ul,
  .page-contents ol {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.blog-contents strong,
.page-contents strong {
  font-weight: bold;
}
.blog-contents a,
.page-contents a {
  color: var(--link-color);
  text-decoration: underline;
}
.blog-contents a:visited,
.page-contents a:visited {
  color: var(--link-color);
}
.blog-contents a:hover,
.page-contents a:hover {
  color: var(--link-color);
  text-decoration: none;
}
.blog-contents table,
.page-contents table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.blog-contents table tr,
.page-contents table tr {
  border-top: 1px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
}
.blog-contents table tr td,
.blog-contents table tr th,
.page-contents table tr td,
.page-contents table tr th {
  padding: 2.8% 3%;
  width: 70%;
  line-height: 1.86;
}
@media only screen and (max-width:767px) {
  .blog-contents table tr td,
  .blog-contents table tr th,
  .page-contents table tr td,
  .page-contents table tr th {
    padding: 5% 2.5%;
    box-sizing: border-box;
  }
}
.blog-contents > ul,
.page-contents > ul {
  margin: 20px 0;
}
.blog-contents > ul li,
.page-contents > ul li {
  list-style-type: disc;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  margin: 0 0 10px 30px;
}
.blog-contents > ol li,
.page-contents > ol li {
  list-style: decimal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  margin: 0 0 10px 30px;
}
.blog-contents dl,
.page-contents dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
}
.blog-contents dt,
.page-contents dt {
  background: #f5f5f5;
  padding: 5px;
  width: 20%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.blog-contents dd,
.page-contents dd {
  background: #fff;
  padding: 5px;
  width: 80%;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.blog-contents blockquote,
.page-contents blockquote {
  line-height: 1.6;
  padding: 50px;
  background: var(--black-color5);
  position: relative;
  border-radius: 5px;
  border-left: none;
}
@media only screen and (max-width:767px) {
  .blog-contents blockquote,
  .page-contents blockquote {
    padding: 35px;
  }
}
.blog-contents blockquote:before,
.page-contents blockquote:before {
  content: "“";
  font-family: Georgia, serif;
  font-size: 70px;
  font-weight: bold;
  color: #ddd;
  position: absolute;
  left: 10px;
  top: 0px;
}
@media only screen and (max-width:767px) {
  .blog-contents blockquote:before,
  .page-contents blockquote:before {
    font-size: 50px;
    position: absolute;
    left: 10px;
    top: 0px;
  }
}
.blog-contents blockquote:after,
.page-contents blockquote:after {
  content: "“";
  font-family: Georgia, serif;
  font-size: 70px;
  font-weight: bold;
  color: #ddd;
  position: absolute;
  right: 10px;
  bottom: 0px;
  transform: rotate(180deg);
}
@media only screen and (max-width:767px) {
  .blog-contents blockquote:after,
  .page-contents blockquote:after {
    font-size: 50px;
    right: 10px;
    bottom: 0px;
  }
}
.blog-contents blockquote p,
.page-contents blockquote p {
  letter-spacing: 0.1em;
  line-height: 2;
}
.blog-contents blockquote cite,
.page-contents blockquote cite {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 7px;
  display: block;
  color: var(--white-color);
  padding: 5px 0;
}
.blog-contents > cite,
.page-contents > cite {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 31px 28px;
  background: #f9f9f9;
  border: 1px solid #dddddd;
  display: block;
  font-weight: bold;
}
.blog-contents > cite a,
.page-contents > cite a {
  font-weight: normal;
  line-height: 1.5;
}
@media only screen and (max-width:767px) {
  .blog-contents > cite,
  .page-contents > cite {
    padding: 21px 16px;
    font-size: 14px;
  }
  .blog-contents > cite a,
  .page-contents > cite a {
    display: block;
  }
}

.blog-contents .attachment-post-thumbnail,
.page-contents .attachment-post-thumbnail {
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.blog-contents img {
  border-radius: 10px;
}

.blog-contents .wp-block-button {
  width: 100%;
  padding: 30px 0;
}
.blog-contents .wp-block-button__link {
  width: 521px;
  height: 80px;
  padding: 0 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  border-radius: 40px;
  font-size: 19px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--black-color);
  transition: 0.3s;
  text-decoration: none;
  background: var(--theme-color2);
}
@media only screen and (max-width:767px) {
  .blog-contents .wp-block-button__link {
    width: 335px;
    max-width: 100%;
  }
}
.blog-contents .wp-block-button__link:hover {
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
  color: var(--black-color);
}

/*★★★★★★★★★★★★★★★★★★★★★★★★

　ブロックエディタ調整

★★★★★★★★★★★★★★★★★★★★★★★★*/
hr,
.wp-block-separator {
  border-bottom: 1px dashed #ccc;
  margin: 50px auto;
  width: 50%;
  height: 1px;
}

.wp-block {
  max-width: 800px;
}

.wp-block-table table,
.is-style-stripes table {
  width: 100%;
  margin: 0;
}
.wp-block-table table th,
.is-style-stripes table th {
  padding: 2%;
}
.wp-block-table table td,
.is-style-stripes table td {
  border: 1px solid var(--white-color);
  vertical-align: top;
  padding: 3%;
  line-height: 1.86;
  font-size: 16px;
  border-left: none;
  border-right: none;
  width: auto;
}
.wp-block-table table td:nth-of-type(1),
.is-style-stripes table td:nth-of-type(1) {
  padding: 2.8% 3% 2.8% 4%;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .wp-block-table table td:nth-of-type(1),
  .is-style-stripes table td:nth-of-type(1) {
    padding: 5% 2.5%;
  }
}
.wp-block-table table td .small,
.is-style-stripes table td .small {
  font-size: 12px;
  line-height: 1.75;
  margin-top: 20px;
  display: block;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★

PC・SP表示切り替え

★★★★★★★★★★★★★★★★★★★★★★★★*/
.sp {
  display: none !important;
}

@media only screen and (max-width:1023px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
}
/* ============================================ */
/* Brand Partner-style header navigation        */
/* ============================================ */

/* Hide the old right-side floating sidebar on desktop only.
   On mobile (<1024px), keep it usable as the drawer menu opened by the hamburger. */
@media only screen and (min-width: 1024px) {
  .body__inner .footer-sidebar {
    display: none !important;
  }
}
/* Widen mobile drawer so "Brand Partner" and other multi-word items don't wrap. */
@media only screen and (max-width: 1023px) {
  .body__inner .footer-sidebar {
    width: 240px !important;
  }
  .footer-sidebar__nav {
    width: 200px !important;
  }
  .footer-sidebar__link {
    white-space: nowrap;
  }
}

/* Align mobile hamburger button right-edge with the content margin
   (content uses width: 94% so it sits at ~3% from each edge — hamburger
   was at a fixed 15px which caused a visible mismatch on wider phones). */
@media only screen and (max-width: 1023px) {
  .header_origin .header-hum-btn {
    right: 3% !important;
  }
}

/* Horizontal nav in the header */
.header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-left {
  flex-shrink: 0;
}

.header-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-nav__list {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav__item {
  margin: 0;
  padding: 0;
}

.header-nav__link {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
  position: relative;
  padding-bottom: 4px;
}

.header-nav__link:hover {
  color: #ffffff;
}

.header-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.header-nav__link:hover::after {
  transform: scaleX(1);
}

/* Language switcher in header */
.header-lang {
  flex-shrink: 0;
  margin-right: 12px;
}

.header-lang__list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.header-lang__list li {
  margin: 0;
}

.header-lang__list a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
  padding: 4px 6px;
}

.header-lang__list a:hover {
  color: #ffffff;
}

.header-lang__list .current-lang a,
.header-lang__list .current_lang a {
  color: #ffffff;
}

/* Hide nav on tablet/mobile, fall back to hamburger */
@media (max-width: 1024px) {
  .header-nav { display: none; }
  .header-lang { display: none; }
}

/* ============================================ */
/* Fix: main area takes full width when sidebar is hidden */
/* ============================================ */
.body__inner {
  display: block;
}
.body__inner .main {
  width: 100% !important;
}

/* ============================================ */
/* Header: dark background with blur (Brand Partner style) */
/* ============================================ */
.header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-left: 0;
  background: rgba(26, 26, 26, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid #2a2a2a;
  z-index: 40000;
}

/* Logo smaller */
.header-logo {
  padding: 14px 24px;
}
.header-logo__img {
  max-width: 160px !important;
}
@media only screen and (max-width:1023px) {
  .header-logo__img {
    width: 130px !important;
  }
}

/* Push content below fixed header */
body:not(.front) .main,
body.front .main {
  padding-top: 0;
}

/* ============================================ */
/* Hide JS-cloned sticky duplicate (header is already fixed) */
/* ============================================ */
.header_sticky { display: none !important; }

/* ============================================ */
/* Match Brand Partner header: width / font / layout */
/* ============================================ */
.header_origin,
.header_origin .header__inner,
.header_origin .header-nav,
.header_origin .header-lang-switcher {
  font-family: 'Inter', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

.header_origin .header__inner {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 30px !important;
  height: 64px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 1200px) {
  .header_origin .header__inner {
    width: 94% !important;
    max-width: none !important;
    padding: 0 !important;
  }
}

/* Logo: smaller, no extra padding */
.header_origin .header-logo {
  padding: 0 !important;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.header_origin .header-logo__link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.header_origin .header-logo__img-wrapper {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.header_origin .header-logo__img {
  width: 160px !important;
  max-width: 160px !important;
  height: auto !important;
  /* Block layout removes the inline baseline gap that was nudging the logo
     up & creating the gritty look on Retina mobile. */
  display: block;
  /* Override the global `img { image-rendering: -webkit-optimize-contrast }`
     which sharpens edges aggressively on down-scaled PNGs (this logo is
     640px wide rendered at 160–165px, a heavy 4x downscale). */
  image-rendering: auto;
  -ms-interpolation-mode: bicubic;
}
@media only screen and (max-width: 1023px) {
  .header_origin .header-logo__img {
    width: 165px !important;
    max-width: 165px !important;
  }
}

/* Nav links: match Brand Partner */
.header_origin .header-nav {
  flex: 1;
  justify-content: center;
}
.header_origin .header-nav__list {
  gap: 28px;
}
.header_origin .header-nav__link {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding-bottom: 0;
}
.header_origin .header-nav__link::after {
  position: static;
  display: block;
  margin-top: 2px;
}

/* ============================================ */
/* Language switcher dropdown (Brand Partner style) */
/* ============================================ */
.header-lang-switcher {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  flex-shrink: 0;
}
.header-lang-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: #fff;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  padding: 6px 10px;
  transition: border-color 0.2s ease, background 0.2s ease;
  min-width: 64px;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0.04em;
}
.header-lang-toggle:hover {
  border-color: #5a5a5a;
  background: rgba(255, 255, 255, 0.04);
}
.header-lang-switcher.is-open .header-lang-toggle {
  border-color: #5a5a5a;
  background: rgba(255, 255, 255, 0.04);
}
.header-lang-switcher.is-open .header-lang-toggle[aria-expanded="true"] .header-lang-chevron {
  transform: rotate(180deg);
}
.header-lang-chevron {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.header-lang-current {
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.header-lang-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 160px;
  background: #1f1f1f;
  border: 1px solid #2f2f2f;
  border-radius: 4px;
  padding: 6px;
  list-style: none;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 50000;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.45);
}
.header-lang-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-lang-switcher.is-open .header-lang-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.header-lang-option {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  color: #cfcfcf;
  border: none;
  border-radius: 3px;
  padding: 9px 12px;
  text-align: left;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
  cursor: pointer;
}
.header-lang-option:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.header-lang-option.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}
.header-lang-code {
  font-size: 11px;
  font-weight: 700;
  color: #9a9a9a;
  letter-spacing: 0.06em;
  min-width: 22px;
  text-transform: uppercase;
}
.header-lang-option.is-active .header-lang-code { color: #fff; }
.header-lang-name { font-size: 13px; }

@media (max-width: 1024px) {
  .header-lang-switcher { display: none; }
}

/* ============================================ */
/* (Reverted) .inner stays at its original 1200px/30px */
/* Header is widened to match — see below.       */
/* ============================================ */

/* ============================================ */
/* Reinforce Brand Partner font on header nav   */
/* ============================================ */
.header_origin,
.header_origin .header__inner,
.header_origin .header-nav,
.header_origin .header-nav__list,
.header_origin .header-nav__item,
.header_origin .header-nav__link,
.header_origin .header-lang-switcher,
.header_origin .header-lang-toggle,
.header_origin .header-lang-option,
.header_origin .header-lang-current,
.header_origin .header-lang-code,
.header_origin .header-lang-name {
  font-family: 'Inter', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
}
.header_origin .header-nav__link {
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  color: rgba(255, 255, 255, 0.85);
  text-transform: none;
  /* Match Brand Partner body line-height and font-smoothing for identical rendering */
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header_origin .header-nav__link:hover {
  color: #ffffff;
}
.header_origin,
.header_origin .header__inner,
.header_origin .header-nav,
.header_origin .header-nav__list,
.header_origin .header-nav__link,
.header_origin .header-lang-switcher,
.header_origin .header-lang-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ============================================ */
/* Brand Partner page: ensure logo image renders */
/* at sane size even when main style.css loads after. */
/* ============================================ */
.brand-partner-page .site-header .logo.logo-image {
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.brand-partner-page .site-header .logo.logo-image img {
  display: block !important;
  width: 160px !important;
  height: auto !important;
  max-width: 100% !important;
}
@media (max-width: 1024px) {
  .brand-partner-page .site-header .logo.logo-image img {
    width: 165px !important;
  }
}

/* ============================================ */
/* Main site nav links: bold (match Brand Partner) */
/* ============================================ */
.header_origin .header-nav__link {
  font-weight: 700 !important;
}

/* ============================================ */
/* Align RECRUIT title-box (title + thumbnail) with body content */
/* The original layout pushes the title-box to 1270px right-aligned, */
/* causing misalignment with the .inner-wrapped description below.   */
/* ============================================ */
.front-recruit-tit-box {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 30px !important;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  .front-recruit-tit-box {
    width: 94% !important;
    max-width: none !important;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .front-recruit-tit-box {
    padding: 0 !important;
  }
}

/* ============================================ */
/* Unify page background with Brand Partner (#1a1a1a) */
/* ============================================ */
.body {
  background: #1a1a1a !important;
}

/* ============================================ */
/* RECRUIT collage image: keep original aspect ratio */
/* Updated image is 2072x1166 PNG (~1.78:1).     */
/* ============================================ */
.front-recruit-tit-box__bg-img {
  width: 55%;
  aspect-ratio: auto;
  overflow: visible;
}
.front-recruit-tit-box__bg-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: initial;
}
@media only screen and (max-width: 767px) {
  .front-recruit-tit-box__bg-img {
    width: 100%;
  }
}

/* ============================================ */
/* News MORE button: remove dark background      */
/* (keep the white border outline only)          */
/* ============================================ */
.front-news-main__btn-link {
  background: transparent !important;
}
