@charset "UTF-8";
/*! destyle.css v4.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 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 10px;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #222222;
}

.u-futura {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
}

.u-center {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  transition: 0.1s;
}
*:hover {
  transition: 0.3s;
}

.u-onlySP {
  display: none;
}
@media (max-width: 599px) {
  .u-onlySP {
    display: block;
  }
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 100px;
}
@media (max-width: 1200px) {
  .l-inner {
    padding: 0 5%;
  }
}

.l-header {
  box-shadow: 0 0 10px rgba(0, 9, 44, 0.1);
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}
.l-header__inner {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
}
@media (max-width: 1200px) {
  .l-header__inner {
    padding: 0 5%;
  }
}
@media (max-width: 599px) {
  .l-header__inner {
    padding: 0 1.5rem;
    min-height: 65px;
  }
}
.l-header__siteName {
  font-size: 3.8rem;
  font-weight: 400;
}
.l-header__nav {
  letter-spacing: 0.05em;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .l-header__nav--pc {
    display: none;
  }
}
.l-header__nav--pc li {
  display: inline-block;
}
.l-header__nav--pc li:not(:last-child) {
  margin-right: 6rem;
}
.l-header__nav--pc a:hover {
  color: #434242;
}
.l-header__nav--sp {
  display: none;
  position: absolute;
  width: 45%;
  top: 0;
  right: 0;
  color: #fff;
  background: #4F0E0E;
  text-align: center;
  padding: 65px 0 30px;
}
.l-header__nav--sp li {
  line-height: 2;
}

.c-trigger {
  position: relative;
  width: 40px;
  height: 50px;
  border-radius: 5px;
  z-index: 99;
  display: none;
}
@media (max-width: 768px) {
  .c-trigger {
    display: block;
  }
}

.c-trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 5px;
  background: #4F0E0E;
  width: 100%;
}

.c-trigger span:nth-of-type(1) {
  top: 13px;
}

.c-trigger span:nth-of-type(2) {
  top: 19px;
}

.c-trigger span:nth-of-type(3) {
  top: 25px;
}

.c-trigger span:nth-of-type(3)::after {
  content: "Menu";
  position: absolute;
  top: 5px;
  color: #4F0E0E;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
}

.c-trigger.--active span {
  background: #fff;
}

.c-trigger.--active span:nth-of-type(1) {
  top: 14px;
  left: 0;
  transform: translateY(6px) rotate(-20deg);
  width: 100%;
}

.c-trigger.--active span:nth-of-type(2) {
  opacity: 0;
}

.c-trigger.--active span:nth-of-type(3) {
  top: 26px;
  left: 0;
  transform: translateY(-6px) rotate(20deg);
  width: 100%;
}

.c-trigger.--active span:nth-of-type(3)::after {
  content: "Close";
  transform: translateY(0) rotate(-20deg);
  top: 10px;
  left: 7px;
  color: #fff;
}

.l-footer {
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 3.6rem;
  border-top: 1px solid #EEEEEE;
}
.l-footer__siteName {
  font-size: 3.8rem;
  font-weight: 400;
  margin-bottom: 0.15em;
}
.l-footer__copyright {
  font-size: 12px;
  letter-spacing: 0.05em;
}

.c-heading {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}
.c-heading span {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.25em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.c-media {
  width: 30%;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .c-media {
    width: 47.5%;
  }
}
@media (max-width: 599px) {
  .c-media {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.c-media__img {
  border: 1px solid #EEEEEE;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.c-media__img img:hover {
  transform: scale(1.1);
}
.c-media__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4444444444;
  margin-bottom: 0.25em;
}
.c-media__desc {
  color: #434242;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  text-align: justify;
}

.c-btn {
  display: inline-block;
  width: 35rem;
  line-height: 6rem;
  font-size: 2rem;
  color: #BB8760;
  background: #fff;
  border: 1px solid #BB8760;
  border-radius: 1rem;
  position: relative;
}
@media (max-width: 599px) {
  .c-btn {
    width: 90%;
  }
}
.c-btn::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: 1px solid #BB8760;
  border-bottom: 1px solid #BB8760;
  display: block;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.c-btn:hover {
  color: #fff;
  background: #BB8760;
}
.c-btn:hover::after {
  border-color: #fff;
}

.l-mv {
  margin-top: 70px;
  background: url("../images/mv_img.jpg") no-repeat top center/cover;
}
@media (max-width: 768px) {
  .l-mv {
    margin-top: 65px;
  }
}
@media (max-width: 599px) {
  .l-mv {
    background-position-x: 52.5%;
  }
}
.l-mv__inner {
  min-height: 480px;
  position: relative;
}
@media (max-width: 768px) {
  .l-mv__inner {
    min-height: 45vh;
  }
}
.l-mv__text {
  font-size: 6.5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.03em;
  position: absolute;
  left: 20%;
  top: 30%;
}
@media (max-width: 768px) {
  .l-mv__text {
    font-size: 5.4rem;
    left: 25%;
    top: 25%;
  }
}
@media (max-width: 599px) {
  .l-mv__text {
    font-size: 5rem;
    left: 1.5rem;
  }
}

.l-works {
  background: #FCFCFC;
  padding-top: 6rem;
  padding-bottom: 10rem;
}
@media (max-width: 599px) {
  .l-works {
    padding-bottom: 8rem;
  }
}
.l-works__ctn {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .l-works__ctn {
    margin-top: 3rem;
  }
}

.l-skills {
  padding-top: 5.5rem;
  padding-bottom: 6rem;
}
@media (max-width: 599px) {
  .l-skills {
    padding-bottom: 4rem;
  }
}
.l-skills .c-heading {
  margin-bottom: 5rem;
}
.l-skills__ctn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .l-skills__ctn {
    flex-direction: column;
  }
}
.l-skills__item {
  width: 45.6%;
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .l-skills__item {
    width: 80%;
    margin: 0 auto 4rem;
  }
}
@media (max-width: 599px) {
  .l-skills__item {
    width: 100%;
  }
}
.l-skills__percentage {
  position: relative;
}
.l-skills__percentage svg {
  position: relative;
  width: 10rem;
  height: 10rem;
  transform: rotate(-90deg);
}
.l-skills__percentage circle {
  position: relative;
  fill: none;
  stroke-width: 10;
  stroke-dasharray: 283;
  stroke-linecap: round;
}
.l-skills__percentage circle:first-of-type {
  stroke: #EEEEEE;
  stroke-dashoffset: 0;
}
.l-skills__percentage--html, .l-skills__percentage--css {
  stroke-dashoffset: 28.3;
  stroke: #BB8760;
}
.l-skills__percentage--js {
  stroke-dashoffset: 56.6;
  stroke: #d2af96;
}
.l-skills__percentage--php {
  stroke-dashoffset: 70.75;
  stroke: #dabda7;
}
.l-skills__percentage--marke {
  stroke-dashoffset: 113.2;
  stroke: #e1cab9;
}
.l-skills__percentage--design {
  stroke-dashoffset: 113.2;
  stroke: #e1cab9;
}
.l-skills__percentage--num {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-skills__percentage--num p {
  font-size: 2.4rem;
  font-weight: 500;
}
.l-skills__percentage--num p span {
  font-size: 1.4rem;
}
.l-skills__desc {
  margin-left: 2rem;
}
.l-skills__desc h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.l-skills__desc p {
  font-size: 1.6rem;
  line-height: 1.5;
}

.l-about {
  background: #FCFCFC;
  padding-top: 6rem;
  padding-bottom: 9rem;
}
@media (max-width: 599px) {
  .l-about {
    padding-bottom: 7rem;
  }
}
.l-about .c-heading {
  margin-bottom: 4.5rem;
}
.l-about__ctn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-about__avatar {
  width: 18%;
}
@media (max-width: 768px) {
  .l-about__avatar {
    width: 24%;
  }
}
@media (max-width: 599px) {
  .l-about__avatar {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.l-about__avatar img {
  border-radius: 50%;
}
@media (max-width: 599px) {
  .l-about__avatar img {
    width: 50%;
  }
}
.l-about__desc {
  flex: 1;
  margin-left: 9rem;
}
@media (max-width: 768px) {
  .l-about__desc {
    margin-left: 3rem;
  }
}
@media (max-width: 599px) {
  .l-about__desc {
    margin-left: 0;
  }
}
.l-about__desc h3 {
  font-size: 2rem;
}
@media (max-width: 599px) {
  .l-about__desc h3 {
    text-align: center;
  }
}
.l-about__desc h3 span {
  font-size: 1.2rem;
  color: #434242;
  margin-left: 2rem;
}
.l-about__desc p {
  font-size: 1.6rem;
  line-height: 1.625;
  margin-top: 1em;
  text-align: justify;
}

.l-contact {
  background: url("../images/bnr_img.jpg") no-repeat center/cover;
  padding-top: 5rem;
  padding-bottom: 6rem;
}
@media (max-width: 599px) {
  .l-contact {
    background-position: 40%;
  }
}
.l-contact .c-heading {
  margin-bottom: 2.5rem;
}

.l-pageTtl {
  font-size: 4.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  min-height: 220px;
  margin-top: 70px;
  background: url("../images/page_ttl_bg.jpg") no-repeat top center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .l-pageTtl {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .l-pageTtl {
    margin-top: 65px;
  }
}
@media (max-width: 599px) {
  .l-pageTtl {
    font-size: 3.7rem;
  }
}

.l-breadCrumbs {
  background: #FCFCFC;
  font-size: 1.4rem;
  line-height: 5rem;
}
@media (max-width: 599px) {
  .l-breadCrumbs {
    line-height: 1.5;
    padding: 0.5em 0;
  }
}

.l-pageEntry {
  padding-top: 7.5rem;
  padding-bottom: 10.5rem;
}
@media (max-width: 599px) {
  .l-pageEntry {
    padding-top: 4.5rem;
    padding-bottom: 7rem;
  }
}
.l-pageEntry .l-works__ctn {
  margin: 0 auto 4rem;
}
@media (max-width: 599px) {
  .l-pageEntry .l-works__ctn {
    margin: 0 auto 1rem;
  }
}

.l-pagination {
  font-size: 2.2rem;
}
.l-pagination .wp-pagenavi a, .l-pagination .wp-pagenavi span {
  border: none;
  padding: 0 2.5rem;
}

.l-post {
  width: 80.4%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-post {
    width: 100%;
  }
}
.l-post__ttl {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 0.75em;
}
@media (max-width: 599px) {
  .l-post__ttl {
    font-size: 2.8rem;
  }
}
.l-post__lead {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1.75em;
}
.l-post__img {
  border: 1px solid #EEEEEE;
}
.l-post__img img {
  width: 100%;
}
.l-post__link {
  font-size: 1.6rem;
  margin-top: 0.5em;
}
.l-post__link a {
  text-decoration: underline;
  word-break: break-all;
}
.l-post__link a::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url("../images/link_icon.png") no-repeat center/contain;
  display: inline-block;
  margin-left: 0.35em;
  vertical-align: middle;
}
.l-postEntry {
  margin-top: 5rem;
}
.l-postEntry h2 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 4rem;
  margin-bottom: 0.5em;
}
.l-postEntry h2::before {
  content: "";
  width: 5px;
  height: 1.6em;
  display: inline-block;
  background: #EEEEEE;
  margin-right: 0.67em;
  border-radius: 5px;
  vertical-align: middle;
}
.l-postEntry p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.l-post .c-btn {
  margin-top: 7rem;
}

.p-404 {
  text-align: center;
}
.p-404 h2 {
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media (max-width: 599px) {
  .p-404 h2 {
    font-size: 2.8rem;
  }
}
.p-404 h2 + p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 7.5rem;
}

.p-form dl {
  max-width: 545px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.p-form dt {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: right;
  padding-right: 3rem;
  width: 30%;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .p-form dt {
    width: 100%;
    text-align: left;
    margin-bottom: 0.75em;
  }
}
.p-form .u-red {
  color: #e50800;
}
.p-form dd {
  width: 70%;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .p-form dd {
    width: 100%;
    margin-bottom: 3.5rem;
  }
}
.p-form input:not([type=submit]),
.p-form textarea {
  width: 100%;
  border: 1px solid #434242;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 1.37;
  min-height: 40px;
  padding: 0.5em 0.75em;
}
.p-form__notice {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1em;
}
.p-form .wpcf7-spinner {
  display: block;
  margin: 1rem auto 0;
}
.p-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  margin-top: 0.5em;
}
.p-form .wpcf7 form .wpcf7-response-output {
  color: #e50800;
  text-align: center;
  font-size: 1.6rem;
  margin: 1em 0 0;
  padding: 0 1em;
  border: none;
}

/*# sourceMappingURL=style.css.map */
