@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html, body {
  font-size: 62.5%;
}

.footer {
  color: #fff;
  background-color: #000;
  width: 100%;
}
.footer::before {
  content: "";
  background: transparent linear-gradient(270deg, #806711 0%, #806711 30%, #D5A500 54%, #DDC573 69%, #FFF2C6 86%, #806711 100%) 0% 0% no-repeat padding-box;
  display: block;
  height: 1px;
  width: 100%;
}
.footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 1078px;
}
.footer .inner .footer-nav {
  display: flex;
  gap: 0 52px;
  align-items: center;
}
.footer .inner .footer-nav a:hover {
  color: #806711;
}
.footer .inner img {
  width: 100%;
  max-width: 224px;
}

/* ページコンテンツ全体の初期状態（headタグ内か外部CSSに記述） */
#page-content {
  visibility: hidden; /* コンテンツを完全に隠す */
  opacity: 0;        /* フェードインアニメーション用 */
  transition: opacity 0.5s ease-in; /* フェードインアニメーション */
}

/* ページコンテンツが表示されるスタイル */
#page-content.visible {
  visibility: visible;
  opacity: 1;
}


#loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: #000014;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader.loaded {
  animation: loadingFadeOut 2s forwards;
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
@keyframes loadingFadeOut {
  from {
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}
.wrapper {
  background-image: url("../img/page_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#header {
  position: fixed;
  z-index: 10;
  width: 100%;
  font-size: 2em;
  color: #fff;
  background: black;
  box-sizing: border-box;
  transition: 0.5s; /* アニメーションタイミング */
}
#header .inner {
  padding: 6px 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1078px;
}
#header .inner img {
  width: 100%;
  max-width: 224px;
}
#header::after {
  content: "";
  background: transparent linear-gradient(270deg, #806711 0%, #806711 30%, #D5A500 54%, #DDC573 69%, #FFF2C6 86%, #806711 100%) 0% 0% no-repeat padding-box;
  display: block;
  height: 1px;
  width: 100%;
}

.entry-wrapper {
  padding-top: 75px;
  padding-bottom: 144px;
}
.entry-wrapper .entry-contents {
  margin: 0 auto;
  width: 100%;
  max-width: 674px;
}
.entry-wrapper .entry-contents .entry-header {
  position: relative;
}
.entry-wrapper .entry-contents .entry-header .photo {
  position: relative;
  z-index: 1;
}
.entry-wrapper .entry-contents .entry-header .photo img {
  object-fit: cover;
  width: 100%;
}
.entry-wrapper .entry-contents .entry-header .photo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-image: linear-gradient(180deg, transparent 0 10%, #000 100%);
}
.entry-wrapper .entry-contents .entry-header .intorduction {
  display: flex;
  position: relative;
  z-index: 2;
  margin-top: -120px;
  margin-left: -6px;
  width: calc(100% + 6px);
}
.entry-wrapper .entry-contents .entry-header .intorduction .no {
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 19.2rem;
  letter-spacing: 9.6px;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #FECE26;
  text-stroke: 1px #FECE26;
}
.entry-wrapper .entry-contents .entry-header .intorduction .parsonal {
  color: #fff;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 35px;
  display: flex;
  flex-flow: column;
  justify-content: end;
}
.entry-wrapper .entry-contents .entry-header .intorduction .parsonal .company,
.entry-wrapper .entry-contents .entry-header .intorduction .parsonal .potition {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 10px;
}
.entry-wrapper .entry-contents .entry-header .intorduction .parsonal .name {
  font-size: 3rem;
  margin-bottom: 10px;
}
.entry-wrapper .entry-contents .entry-header .intorduction .parsonal .url {
  color: #FECE26;
  font-size: 1.2rem;
  text-decoration: underline;
}
.entry-wrapper .entry-contents .entry-header .intorduction .parsonal .url:hover {
  color: #806711;
}
.entry-wrapper .entry-contents .entry-header .intorduction .parsonal .company {
  line-height: 1.4;
  max-width: 230px;
}
.entry-wrapper .entry-contents .entry-header .yomi {
  color: #FECE26;
  font-family: "mrsheffield-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6rem;
  position: absolute;
  bottom: 140px;
  right: -40px;
  z-index: 2;
  transform: matrix(0.99, 0.12, -0.12, 0.99, 0, 0);
}
.entry-wrapper .entry-contents .entry-profile {
  color: #fff;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 2.4;
  margin-bottom: 50px;
}
.entry-wrapper .entry-contents .section-wrapper::before {
  content: "";
  background: transparent linear-gradient(270deg, #806711 0%, #806711 30%, #D5A500 54%, #DDC573 69%, #FFF2C6 86%, #806711 100%) 0% 0% no-repeat padding-box;
  display: block;
  margin: 0 auto;
  height: 1px;
  width: 100%;
  max-width: 300px;
}
.entry-wrapper .entry-contents .section-wrapper .section {
  color: #fff;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 40px;
}
.entry-wrapper .entry-contents .section-wrapper .section .section-title {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.entry-wrapper .entry-contents .section-wrapper .section .text {
  font-size: 1.6rem;
  line-height: 2.6;
}
.entry-wrapper .entry-contents .section-wrapper .section .text p {
  margin-bottom: 50px;
}
.entry-wrapper .entry-contents .section-wrapper .section .text img {
  display: block;
  margin: 50px auto;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.footer {
  color: #fff;
  background-color: #000;
  width: 100%;
}
.footer::before {
  content: "";
  background: transparent linear-gradient(270deg, #806711 0%, #806711 30%, #D5A500 54%, #DDC573 69%, #FFF2C6 86%, #806711 100%) 0% 0% no-repeat padding-box;
  display: block;
  height: 1px;
  width: 100%;
}
.footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 1078px;
}
.footer .inner .footer-nav {
  display: flex;
  gap: 0 52px;
  align-items: center;
}
.footer .inner .footer-nav a:hover {
  color: #806711;
}
.footer .inner img {
  width: 100%;
  max-width: 224px;
}

@media (width < 799px) {
  .wrapper {
    background-position: center;
  }
  .entry-wrapper {
    padding-bottom: 98px;
  }
  .entry-wrapper .entry-contents .entry-header .photo img {
    height: 100%;
  }
  .entry-wrapper .entry-contents .entry-header .intorduction {
    display: block;
    margin-top: -70px;
    padding: 0 24px;
  }
  .entry-wrapper .entry-contents .entry-header .intorduction .no {
    font-size: 11.2rem;
  }
  .entry-wrapper .entry-contents .entry-header .yomi {
    font-size: 4rem;
    top: 40%;
    right: 20px;
  }
  .entry-wrapper .entry-contents .entry-profile {
    font-size: 1.5rem;
    padding: 0 15px;
  }
  .entry-wrapper .entry-contents .section-wrapper {
    padding: 0 15px;
  }
  .footer .inner {
    display: block;
    padding: 20px 10px 8px;
  }
  .footer .inner img {
    display: block;
    margin: 0 auto 14px;
  }
  .footer .inner .footer-nav {
    display: block;
    margin-bottom: 20px;
  }
  .footer .inner .footer-nav li {
    text-align: center;
  }
  .footer .inner .copyright {
    display: block;
    text-align: center;
  }
}
@media (width < 499px) {
  .entry-wrapper .entry-contents .entry-header .yomi {
    top: 30%;
  }
  .entry-wrapper .entry-contents .section-wrapper .section .text img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
/*

font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 300;
font-style: normal;


font-family: "mrsheffield-pro", sans-serif;
font-weight: 400;
font-style: normal;



font-family: corporate-logo-ver2, sans-serif;
font-weight: 700;
font-style: normal;


font-family: "shippori-mincho", sans-serif;
font-weight: 400;
font-style: normal;
*/