@charset "UTF-8";
/*
Theme Name: Master
Author: na
Description: 
Version： 1.0.0
*/
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

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

* {
  padding: 0;
  margin: 0;
}

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

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

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

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

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

[aria-controls] {
  cursor: pointer;
}

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

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("font/NotoSansCJKjp-Light.woff") format("woff"), url("font/NotoSansCJKjp-Light.woff2") format("woff2"), url("font/NotoSansCJKjp-Light.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("font/NotoSansCJKjp-Regular.woff") format("woff"), url("font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("font/NotoSansCJKjp-Regular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("font/NotoSansCJKjp-Bold.woff") format("woff"), url("font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("font/NotoSansCJKjp-Bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("font/NotoSansCJKjp-Black.woff") format("woff"), url("font/NotoSansCJKjp-Black.woff2") format("woff2"), url("font/NotoSansCJKjp-Black.otf") format("opentype");
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
html img {
  vertical-align: bottom;
}
html *:focus {
  outline: none;
}

body {
  color: var(--color_text);
  background: var(--color_background);
  font-family: var(--font_family_en), var(--font_family_jp), "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: var(--font_weight);
  font-size: var(--font_size);
  letter-spacing: var(--font_letterspacing);
  position: relative;
  min-width: 1200px;
  counter-reset: STEP 0;
}
@media screen and (max-width: 782px) {
  body {
    min-width: 100%;
  }
}

.header {
  position: relative;
  z-index: 999;
  color: var(--header_color_text);
  background: var(--header_color_background);
  height: var(--header_height);
  padding: 5px var(--common_padding);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 782px) {
  .header {
    padding: 5px calc(var(--common_padding) / 2);
  }
}
.header.open .header-inner {
  transform: translateX(0%);
}
.header.open .header-inner .logo {
  transform: translateX(0vw);
  opacity: 1;
}
.header .hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 25px 20px;
  border-radius: 0 0 0 4px;
  background: var(--color_main);
  transition: 0.4s;
}
@media screen and (min-width: 782px) {
  .header .hamburger {
    display: none;
  }
}
.header .hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 100px;
  background: #fff;
}
.header .hamburger span:nth-of-type(1) {
  margin-bottom: auto;
}
.header .hamburger span:nth-of-type(3) {
  width: 30px;
  margin-top: auto;
  margin-left: auto;
}
.header .hamburger:hover {
  background: var(--color_sub);
}
.header .hamburger.open {
  background: var(--color_sub);
}
.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--header_gap);
}
@media screen and (max-width: 782px) {
  .header .header-inner {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    padding: calc(var(--header_height) + 30px) calc(var(--common_padding) / 2);
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transform: translateX(-100%);
    transition: 0.4s transform;
  }
}
.header .logo {
  width: auto;
  height: var(--header_logo_height);
}
.header .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
}
.header .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 782px) {
  .header .logo {
    position: fixed;
    top: 10px;
    left: calc(var(--common_padding) / 2);
    z-index: 999;
    height: calc(var(--header_logo_height) * 0.8);
    transform: translateX(100vw);
    transition: 0.4s;
  }
}
.header .navmenu {
  flex-grow: 1;
}
.header .navmenu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--header_navmenu_gap);
  list-style: none;
}
@media screen and (max-width: 782px) {
  .header .navmenu ul {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.header .navmenu a {
  color: var(--color_header_text);
  text-decoration: none;
  font-family: var(--header_navmenu_font_family_en), var(--header_navmenu_font_family_jp), "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--header_navmenu_font_size);
  font-weight: var(--header_navmenu_font_weight);
  letter-spacing: var(--header_navmenu_font_letterspacing);
  transition: 0.4s;
}
@media screen and (max-width: 782px) {
  .header .navmenu a {
    font-size: calc(var(--header_navmenu_font_size) * 1.5);
  }
}
.header .navmenu a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 782px) {
  .header .navmenu ul {
    flex-direction: column;
  }
}
.header .wp-block-button.is-style-cv {
  margin: 0;
}
.header .wp-block-button.is-style-cv a {
  font-size: var(--header_navmenu_font_size);
  font-weight: var(--header_navmenu_font_weight);
  padding: 0.3em 1.4em;
  letter-spacing: var(--header_cvbtn_font_letterspacing);
}
@media screen and (max-width: 782px) {
  .header .wp-block-button.is-style-cv {
    width: 100%;
  }
  .header .wp-block-button.is-style-cv a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: calc(var(--header_navmenu_font_size) * 1.5);
  }
}

.footer {
  padding: 40px var(--common_padding);
  color: var(--footer_color_text);
  background: var(--footer_color_background);
}
@media screen and (max-width: 782px) {
  .footer {
    padding: 40px calc(var(--common_padding) / 2);
  }
}
.footer .footer-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: var(--footer_width);
  margin: 0 auto;
}
.footer .logo {
  width: auto;
  height: var(--footer_logo_height);
}
@media screen and (max-width: 782px) {
  .footer .logo {
    align-self: center;
  }
}
.footer .logo a {
  display: block;
  width: auto;
  height: 100%;
}
.footer .logo img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .navmenu ul {
  display: flex;
  gap: 1.3em;
  list-style: none;
}
@media screen and (max-width: 782px) {
  .footer .navmenu ul {
    flex-direction: column;
  }
}
.footer .navmenu a {
  color: var(--color_footer_text);
  text-decoration: none;
  transition: 0.4s;
}
@media screen and (max-width: 782px) {
  .footer .navmenu a {
    font-size: calc(var(--font_size) * 1.2);
  }
}
.footer .navmenu a:hover {
  opacity: 0.8;
}
.footer .snsicons {
  align-self: flex-end;
  display: flex;
  gap: 16px;
}
.footer .snsicons svg {
  fill: rgba(255, 255, 255, 0.3);
  width: 26px;
  height: 26px;
  transition: 0.4s;
}
@media screen and (max-width: 782px) {
  .footer .snsicons svg {
    width: 40px;
    height: 40px;
  }
}
.footer .snsicons > div.facebook:hover svg {
  fill: #1877f2;
}
.footer .snsicons > div.twitter:hover svg {
  fill: #ffffff;
}
.footer .snsicons > div.line:hover svg {
  fill: #00B900;
}
.footer .snsicons > div.instagram:hover svg {
  fill: #E1306C;
}
.footer .snsicons > div.youtube:hover svg {
  fill: #FF0000;
}
.footer .copyright {
  text-align: var(--copyright_font_textalign);
}
.footer .copyright small {
  font-family: var(--copyright_font_family_en), var(--copyright_font_family_jp);
  font-size: var(--copyright_font_size);
  font-weight: var(--copyright_font_weight);
  letter-spacing: var(--copyright_font_letterspacing);
}

.breadcrumb {
  padding: 5px var(--common_padding);
  margin-bottom: 20px;
}
@media screen and (max-width: 782px) {
  .breadcrumb {
    padding: 5px calc(var(--common_padding) / 2);
  }
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
}
.breadcrumb ul li {
  display: flex;
  align-items: center;
  fill: var(--color_gray_text);
}
.breadcrumb ul li svg {
  width: 10px;
  margin: 0 0.5em;
}
.breadcrumb ul li a {
  font-weight: bold;
  text-decoration: none;
}
.breadcrumb ul li a span {
  color: var(--color_gray_text);
  transition: 0.4s;
}
.breadcrumb ul li a:hover span {
  color: var(--color_link);
}
.breadcrumb ul li span {
  color: var(--color_gray_text);
  font-size: 13px;
  letter-spacing: 0.1em;
}

.fixbtn {
  display: none;
  position: fixed;
  z-index: 999;
  bottom: var(--common_padding);
  right: var(--common_padding);
  background: var(--color_text);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 8px;
  width: 300px;
  height: auto;
}
@media screen and (max-width: 782px) {
  .fixbtn {
    bottom: calc(var(--common_padding) / 2);
    right: calc(var(--common_padding) / 2);
    padding: 4px;
  }
}
.fixbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  background: var(--color_background);
}
.fixbtn a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main {
  padding: 0 var(--common_padding);
}
@media screen and (max-width: 782px) {
  .main {
    padding: 0 calc(var(--common_padding) / 2);
  }
}

article.single {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 782px) {
  article.single {
    flex-direction: column;
  }
}
article.single .contents {
  width: calc(100% - 300px - 40px);
}
@media screen and (max-width: 782px) {
  article.single .contents {
    width: 100%;
  }
}
article.single .contents > p {
  line-height: 2;
  letter-spacing: 0.05em;
}
article.single .sidebar {
  width: 300px;
  background: darkred;
}
@media screen and (max-width: 782px) {
  article.single .sidebar {
    width: 100%;
  }
}
article .wp-block-basis-heading01:first-child {
  margin-top: 0;
}