@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: unset;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select,
textarea,
button {
  vertical-align: middle;
  border: none;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  background-color: #fff;
}

body.is-fixed {
  overflow: hidden;
}

a {
  text-decoration: none;
}

section {
  width: 100%;
}

img,
svg {
  width: 100%;
  vertical-align: top;
}

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

.l-wrapper {
  position: relative;
  overflow-x: hidden;
  padding-top: 0;
  background-color: #3B3B3B;
  color: #FFFFFF;
}

.l-section {
  position: relative;
  padding: 20px 0 20px;
}

.l-content {
  position: relative;
  width: 86.1111111111vw;
  margin: auto;
  padding: 0 0 0;
  box-sizing: border-box;
}

.l-content--wide {
  width: 1440px;
  margin: auto;
}

.l-box--left {
  width: 450px;
}

.l-box--right {
  width: 647px;
}

.l-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.l-row--spReverse {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.l-row--center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-row--asymmetric {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.l-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.l-interrupt {
  position: relative;
  height: 0;
  margin-top: 190px;
  z-index: 15;
}

.l-interrupt + * .l-content {
  padding-top: 190px;
}

.c-image01 {
  width: 500px;
  border-radius: 160px 0 0 0;
  overflow: hidden;
}

.c-textBox01 {
  width: 680px;
}

.c-headline01 {
  font-size: 55px;
  line-height: 1;
  letter-spacing: 0.075em;
  font-family: din-2014, serif;
  font-weight: 400;
  font-feature-settings: "palt";
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.c-headline02 {
  font-size: 33px;
  line-height: 1;
  letter-spacing: 0.075em;
  font-family: din-2014, serif;
  font-weight: 400;
  font-feature-settings: "palt";
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.c-text01 {
  margin-top: 50px;
  font-size: 17px;
  line-height: 1.8823529412;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
}

.c-text02 {
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #fff;
  margin-top: 60px;
}

.c-text03 {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.c-notes01 {
  display: block;
  margin-top: 20px;
  font-size: 32px;
  line-height: 1.3125;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 400;
}

.c-map {
  width: 645px;
}

.c-map iframe {
  width: 100%;
  height: 100%;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0em;
}

.c-button__container {
  display: flex;
  justify-content: space-between;
  width: 990px;
  margin: 100px auto 0;
}

.c-button01 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  border-radius: 100px;
  box-sizing: border-box;
  margin-top: 35px;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.2em;
  min-width: 465px;
  min-height: 102px;
  font-weight: 600;
  background-color: #fff;
}

.c-button01__icon {
  display: inline-block;
  width: 50px;
  margin-right: 20px;
}

.c-button02 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  border-radius: 100px;
  box-sizing: border-box;
  margin-top: 35px;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.1em;
  min-width: 465px;
  min-height: 102px;
  font-weight: 600;
  color: #fff;
  background-color: #0000ff;
  border: 3px solid #0000ff;
}

.c-button02__main {
  width: 1142px;
}

.c-button02__icon {
  display: inline-block;
  width: 50px;
  margin-right: 20px;
}

.c-textTable {
  text-align: left;
  width: 815px;
  margin: auto;
}

.c-textTable__row:not(:last-child) {
  border-bottom: 1px solid #3B3B3B;
}

.c-textTable__headline {
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0em;
  padding: 30px 10px 30px 60px;
  font-weight: normal;
}

.c-textTable__cell {
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0em;
  padding: 5px 0;
  font-weight: normal;
}

.c-scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 30px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  transform-origin: left top;
  transform: rotate(90deg);
  z-index: 20;
}

.c-scroll:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 2px;
  margin-right: 25px;
}

.p-fv {
  position: relative;
  width: 87.9861111111vw;
  margin: auto;
  z-index: 5;
}

.p-fv__top {
  display: flex;
  justify-content: flex-end;
  padding: 62px 0 56px;
}

.p-fv__title {
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: futura-pt, sans-serif;
  font-feature-settings: "palt";
  font-weight: 300;
  z-index: 15;
}

.p-fv__title__sub {
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: futura-pt, serif;
  font-feature-settings: "palt";
  border-left: 1px solid #fff;
  padding-left: 10px;
  margin-left: 10px;
  font-weight: 300;
}

.p-fv__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-fv__nav {
  margin-top: 23px;
  margin-right: 164px;
  flex: 0 0 auto;
}

.p-fv__nav__link {
  font-size: 41px;
  line-height: 1;
  letter-spacing: 0em;
  font-family: din-2014, sans-serif;
  margin-bottom: 65px;
}

.p-fv__nav__sns {
  margin-top: 130px;
}

.p-fv__nav__sns__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.p-fv__nav__sns__icon {
  fill: #FFFFFF;
  margin-right: 22px;
  width: auto;
  height: 27px;
}

.p-fv__nav__button {
  display: none;
}

.p-fv__image {
  position: relative;
  margin: 0 0 0 auto;
  width: 100%;
  height: 570px;
  border-radius: 0 0 0 100px;
  overflow: hidden;
  z-index: 5;
  opacity: 1;
  transition: opacity 1s;
}

.p-fv__image.is-active {
  opacity: 0;
}

.p-fv__image__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/fv.jpg);
  background-size: cover;
  background-position: center right;
  transform: scale(1);
  transition: transform 3s;
}

.is-active .p-fv__image__inner {
  transform: scale(1.05);
}

.p-profile {
  width: 76.3888888889vw;
  margin: 80px auto 0;
}

.p-profile__top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 1;
}

.p-profile__top::after {
  content: "";
  position: absolute;
  top: -5%;
  left: -50%;
  display: block;
  width: 200vw;
  height: 128%;
  background-color: #0000ff;
  transform: rotate(-5deg);
  z-index: -1;
}

.p-profile__title {
  display: block;
  margin-right: 184px;
  flex: 0 0 auto;
}

.p-profile__title__name {
  font-size: 65px;
  line-height: 1.2769230769;
  letter-spacing: 0em;
  font-weight: 500;
  font-family: din-2014, sans-serif;
}

.p-profile__title__sub {
  font-size: 41px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  font-family: din-2014, sans-serif;
  margin-top: 36px;
}

.p-profile__title__notes {
  font-size: 25px;
  line-height: 1.56;
  letter-spacing: 0em;
  font-family: "Old Standard TT", serif;
  margin-top: 56px;
}

.p-profile__title__notes span {
  display: block;
}

.p-profile__details {
  width: 100%;
  margin-top: 213px;
  z-index: 1;
}

.p-profile__name {
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
}

.p-profile__name__sub {
  display: block;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 27px;
}

.p-profile__text {
  font-size: 17px;
  line-height: 1.8823529412;
  letter-spacing: 0em;
  margin-top: 40px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.p-profile__phot {
  position: relative;
  width: 63.6805555556vw;
  height: 362px;
  margin-top: 70px;
  border-radius: 0 0 60px 0;
  background-image: url(../image/phot.jpg);
  background-size: cover;
  background-position: top 15% center;
  overflow: hidden;
  z-index: 1;
}

.p-profile__skill {
  margin-top: 49px;
}

.p-profile__skill__container {
  display: flex;
  justify-content: space-between;
}

.p-profile__skill__headline {
  font-size: 39px;
  line-height: 1;
  letter-spacing: 0em;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  margin-right: 49px;
  color: #0000ff;
}

.p-profile__skill__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-profile__skill__box:first-of-type {
  margin-right: 167px;
  flex: 0 0 auto;
}

.p-profile__skill__list {
  font-size: 20px;
  line-height: 1.95;
  letter-spacing: 0em;
  font-weight: 400;
}

.p-profile__skill__text {
  width: 100%;
  font-size: 17px;
  line-height: 1.8823529412;
  letter-spacing: 0em;
}

.p-works {
  margin: 85px auto 0;
}

.p-works__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 1256px;
  margin: auto;
}

.p-works__container::after {
  content: "";
  width: 377px;
  height: 1px;
}

.p-works__box {
  margin-top: 50px;
  width: 377px;
}

.p-works__box__thumb {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.p-works__box__thumb__inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 2s;
}

.p-works__box:hover .p-works__box__thumb__inner {
  transform: scale(1.05);
}

.p-works__box__text {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}

.p-works__more {
  width: 298px;
  margin: 84px auto 0;
}

.p-works__more__button {
  display: block;
  background-color: #0000ff;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.06em;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0 0 30px 0;
  text-align: center;
}

.p-contact {
  text-align: center;
  margin: 113px auto 0;
}

.p-contact__text {
  margin-top: 28px;
  color: #FFFFFF;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0em;
}

.p-contact__mail {
  display: inline-block;
  margin-top: 24px;
  padding: 21px 110px;
  border-radius: 0 0 30px 0;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.06em;
}

.p-footer {
  width: 100%;
  padding: 40px 0 58px;
}

.p-footer__logo {
  width: 150px;
  margin: auto;
}

.p-footer__copy {
  text-align: center;
  margin-top: 36px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
}

.u-tal {
  text-align: left;
}

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

.u-tar {
  text-align: right;
}

.u-caution {
  font-size: 0.5em;
  color: #A80000;
}

.u-ftMin {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-fadeUp {
  opacity: 1;
  filter: blur(0);
  transition: opacity 1.2s, filter 1.2s, transform 1.2s;
  transition-delay: opacity 0s, filter 0.3s, transform 0s;
  transform: translateY(0%);
}

.u-fadeUp.is-active {
  opacity: 0;
  transform: translateY(5px);
}

.u-fadeIn {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition: opacity 1.2s, filter 1.2s, transform 1.2s;
  transition-delay: opacity 0.6s, filter 0.9s, transform 0.9s;
}

.u-fadeIn.is-active {
  transform: scale(1.05);
  opacity: 0;
  filter: blur(12px);
}

.u-popIn {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.2s, filter 1.2s, transform 1.2s;
}

.u-popIn.is-active {
  transform: scale(1.05);
  opacity: 0;
}

.u-slideLeft {
  transform: translateX(0);
  overflow: hidden;
  transition: 0.9s;
  transition-delay: 0.6s;
}

.u-slideLeft.is-active {
  transform: translateX(-100%);
}

.u-slideRight {
  transform: translateX(0);
  overflow: hidden;
  transition: 0.9s;
  transition-delay: 0.6s;
}

.u-slideRight.is-active {
  transform: translateX(100%);
}

.u-zoomOut {
  transform: scale(1);
  transform-origin: center center;
  overflow: hidden;
  transition: 10s;
  transition-delay: 0;
}

.u-zoomOut.is-active {
  transform: scale(1.2);
}

@media screen and (min-width: 1025px), print {
  .u-sp {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .l-wrapper {
    padding-top: 0vw;
  }

  .l-section {
    padding: 1.3888888889vw 0vw 1.3888888889vw 0vw;
  }

  .l-content {
    padding: 0vw 0vw 0vw 0vw;
  }

  .l-content--wide {
    width: 100vw;
  }

  .l-box--left {
    width: 31.25vw;
  }

  .l-box--right {
    width: 44.9305555556vw;
  }

  .l-interrupt {
    margin-top: 13.1944444444vw;
  }

  .l-interrupt + * .l-content {
    margin-top: 13.1944444444vw;
  }

  .c-image01 {
    width: 34.7222222222vw;
    border-radius: 11.1111111111vw 0 0 0;
  }

  .c-textBox01 {
    width: 47.2222222222vw;
  }

  .c-headline01 {
    font-size: 55px;
    font-size: 3.8194444444vw;
    line-height: 1;
    letter-spacing: 0.075em;
  }

  .c-headline02 {
    font-size: 33px;
    font-size: 2.2916666667vw;
    line-height: 1;
    letter-spacing: 0.075em;
  }

  .c-text01 {
    margin-top: 3.4722222222vw;
    font-size: 17px;
    font-size: 1.1805555556vw;
    line-height: 1.8823529412;
    letter-spacing: 0.05em;
  }

  .c-text02 {
    font-size: 24px;
    font-size: 1.6666666667vw;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    margin-top: 4.1666666667vw;
  }

  .c-text03 {
    font-size: 32px;
    font-size: 2.2222222222vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .c-notes01 {
    margin-top: 1.3888888889vw;
    font-size: 32px;
    font-size: 2.2222222222vw;
    line-height: 1.3125;
    letter-spacing: 0.05em;
  }

  .c-map {
    width: 44.7916666667vw;
  }

  .c-button__container {
    width: 68.75vw;
    margin: 6.9444444444vw auto 0vw auto;
  }

  .c-button01 {
    margin-top: 2.4305555556vw;
    padding: 1.0416666667vw 2.0833333333vw 1.0416666667vw 2.0833333333vw;
    min-width: 32.2916666667vw;
    min-height: 7.0833333333vw;
    font-size: 36px;
    font-size: 2.5vw;
    line-height: 1;
    letter-spacing: 0.2em;
  }

  .c-button01__icon {
    width: 3.4722222222vw;
    margin-right: 1.3888888889vw;
  }

  .c-button02 {
    margin-top: 2.4305555556vw;
    padding: 1.0416666667vw 2.0833333333vw 1.0416666667vw 2.0833333333vw;
    min-width: 32.2916666667vw;
    min-height: 7.0833333333vw;
    font-size: 36px;
    font-size: 2.5vw;
    line-height: 1;
    letter-spacing: 0.2em;
  }

  .c-button02__icon {
    width: 3.4722222222vw;
    margin-right: 1.3888888889vw;
  }

  .c-textTable__headline {
    font-size: 36px;
    font-size: 2.5vw;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    padding: 2.0833333333vw 0.6944444444vw 2.0833333333vw 4.1666666667vw;
  }

  .c-textTable__cell {
    font-size: 24px;
    font-size: 1.6666666667vw;
    line-height: 2;
    letter-spacing: 0em;
    padding: 0.3472222222vw 0vw 0.3472222222vw 0vw;
  }

  .c-scroll {
    left: -1.3888888889vw;
    font-size: 30px;
    font-size: 2.0833333333vw;
    line-height: 1.6666666667;
    letter-spacing: 0em;
  }

  .p-fv__top {
    padding: 4.3055555556vw 0vw 3.8888888889vw 0vw;
  }

  .p-fv__title {
    font-size: 24px;
    font-size: 1.6666666667vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .p-fv__title__sub {
    font-size: 24px;
    font-size: 1.6666666667vw;
    line-height: 1;
    letter-spacing: 0.1em;
    padding-left: 0.6944444444vw;
    margin-left: 0.6944444444vw;
  }

  .p-fv__nav {
    margin-top: 1.5972222222vw;
    margin-right: 11.3888888889vw;
  }

  .p-fv__nav__link {
    font-size: 41px;
    font-size: 2.8472222222vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 4.5138888889vw;
  }

  .p-fv__nav__sns {
    margin-top: 9.0277777778vw;
  }

  .p-fv__nav__sns__icon {
    margin-right: 1.5277777778vw;
    height: 1.875vw;
  }

  .p-fv__image {
    width: 63.6805555556vw;
    height: 39.5833333333vw;
    border-radius: 0 0 0 6.9444444444vw;
  }

  .p-profile {
    margin: 5.5555555556vw auto 0vw auto;
  }

  .p-profile__title {
    margin-right: 12.7777777778vw;
  }

  .p-profile__title__name {
    font-size: 65px;
    font-size: 4.5138888889vw;
    line-height: 1.2769230769;
    letter-spacing: 0em;
  }

  .p-profile__title__sub {
    font-size: 41px;
    font-size: 2.8472222222vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 2.5vw;
  }

  .p-profile__title__notes {
    font-size: 25px;
    font-size: 1.7361111111vw;
    line-height: 1.56;
    letter-spacing: 0em;
    margin-top: 3.8888888889vw;
  }

  .p-profile__details {
    margin-top: 14.7916666667vw;
  }

  .p-profile__name {
    font-size: 45px;
    font-size: 3.125vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-profile__name__sub {
    font-size: 24px;
    font-size: 1.6666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 1.875vw;
  }

  .p-profile__text {
    font-size: 17px;
    font-size: 1.1805555556vw;
    line-height: 1.8823529412;
    letter-spacing: 0em;
    margin-top: 2.7777777778vw;
  }

  .p-profile__phot {
    height: 25.1388888889vw;
    margin-top: 4.8611111111vw;
    border-radius: 0 0 4.1666666667vw 0;
  }

  .p-profile__skill {
    margin-top: 3.4027777778vw;
  }

  .p-profile__skill__headline {
    font-size: 39px;
    font-size: 2.7083333333vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-right: 3.4027777778vw;
  }

  .p-profile__skill__box:first-of-type {
    margin-right: 11.5972222222vw;
  }

  .p-profile__skill__list {
    font-size: 20px;
    font-size: 1.3888888889vw;
    line-height: 1.95;
    letter-spacing: 0em;
  }

  .p-profile__skill__text {
    width: 36.5972222222vw;
    font-size: 17px;
    font-size: 1.1805555556vw;
    line-height: 1.8823529412;
    letter-spacing: 0em;
  }

  .p-works {
    margin: 5.9027777778vw auto 0vw auto;
  }

  .p-works__container {
    width: 87.8472222222vw;
  }

  .p-works__container::after {
    width: 26.1805555556vw;
  }

  .p-works__box {
    margin-top: 3.4722222222vw;
    width: 26.1805555556vw;
  }

  .p-works__box__thumb {
    height: 17.3611111111vw;
  }

  .p-works__box__text {
    margin-top: 0.8333333333vw;
    font-size: 18px;
    font-size: 1.25vw;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }

  .p-works__more {
    width: 20.6944444444vw;
    margin: 5.8333333333vw auto 0vw auto;
  }

  .p-works__more__button {
    font-size: 28px;
    font-size: 1.9444444444vw;
    line-height: 1;
    letter-spacing: 0.06em;
    padding: 1.3888888889vw 1.3888888889vw 1.3888888889vw 1.3888888889vw;
  }

  .p-contact {
    margin: 7.8472222222vw auto 0vw auto;
  }

  .p-contact__text {
    margin-top: 1.9444444444vw;
    font-size: 19px;
    font-size: 1.3194444444vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-contact__mail {
    margin-top: 1.6666666667vw;
    padding: 1.4583333333vw 7.6388888889vw 1.4583333333vw 7.6388888889vw;
    font-size: 40px;
    font-size: 2.7777777778vw;
    line-height: 1;
    letter-spacing: 0.06em;
  }

  .p-footer {
    padding: 2.7777777778vw 0vw 4.0277777778vw 0vw;
  }

  .p-footer__logo {
    width: 10.4166666667vw;
  }

  .p-footer__copy {
    margin-top: 2.5vw;
    font-size: 16px;
    font-size: 1.1111111111vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .u-mt20 {
    margin-top: 1.3888888889vw;
  }

  .u-mt40 {
    margin-top: 2.7777777778vw;
  }

  .u-mt60 {
    margin-top: 4.1666666667vw;
  }

  .u-mt70 {
    margin-top: 4.8611111111vw;
  }

  .u-ml40 {
    margin-left: 2.7777777778vw;
  }
}

@media screen and (max-width: 767px) {
  body.is-fixed-sp {
    overflow: hidden;
  }

  .l-wrapper {
    padding-top: 0vw;
  }

  .l-section {
    padding: 21.3333333333vw 0vw 5.3333333333vw 0vw;
  }

  .l-content {
    width: 100%;
    padding: 0vw 0vw 0vw 0vw;
  }

  .l-content--wide {
    width: 268vw;
  }

  .l-box--left {
    width: 100%;
    padding: 45.3333333333vw 0vw 45.3333333333vw 0vw;
  }

  .l-box--right {
    width: 100%;
    padding: 45.3333333333vw 0vw 45.3333333333vw 0vw;
  }

  .l-row {
    flex-direction: column;
  }

  .l-row--spReverse {
    flex-direction: column-reverse;
  }

  .l-row--center {
    flex-direction: column;
  }

  .l-row--asymmetric {
    flex-direction: column;
  }

  .l-interrupt {
    width: 100%;
    padding: 45.3333333333vw 0vw 45.3333333333vw 0vw;
  }

  .l-interrupt + * .l-content {
    width: 100%;
    padding: 45.3333333333vw 0vw 45.3333333333vw 0vw;
  }

  .c-image01 {
    width: 280vw;
    margin-left: auto;
    border-radius: 42.6666666667vw 0 0 0;
  }

  .c-textBox01 {
    width: 256vw;
  }

  .c-headline01 {
    font-size: 53px;
    font-size: 14.1333333333vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .c-headline02 {
    font-size: 37px;
    font-size: 9.8666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .c-text01 {
    margin-top: 29.3333333333vw;
    font-size: 54px;
    font-size: 14.4vw;
    line-height: 1.6666666667;
    letter-spacing: 0em;
  }

  .c-text02 {
    font-size: 36px;
    font-size: 9.6vw;
    line-height: 1.7222222222;
    letter-spacing: 0.05em;
    margin-top: 24vw;
  }

  .c-text03 {
    font-size: 64px;
    font-size: 17.0666666667vw;
    line-height: 1.296875;
    letter-spacing: 0.05em;
  }

  .c-notes01 {
    text-align: left;
    margin-top: 5.3333333333vw;
    font-size: 36px;
    font-size: 9.6vw;
    line-height: 1.1666666667;
    letter-spacing: 0.05em;
  }

  .c-map {
    width: 100%;
    height: 160vw;
  }

  .c-button__container {
    flex-direction: column;
    width: 264vw;
    margin: 37.3333333333vw auto 0vw auto;
  }

  .c-button01 {
    margin-top: 0;
    padding: 6.6666666667vw 13.3333333333vw 6.6666666667vw 13.3333333333vw;
    min-width: 218.6666666667vw;
    min-height: 43.2vw;
    font-size: 60px;
    font-size: 16vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .c-button01__icon {
    width: 24vw;
    margin-right: 10.6666666667vw;
  }

  .c-button02 {
    margin-top: 17.3333333333vw;
    padding: 6.6666666667vw 13.3333333333vw 6.6666666667vw 13.3333333333vw;
    min-width: 218.6666666667vw;
    min-height: 43.2vw;
    font-size: 60px;
    font-size: 16vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .c-button02__icon {
    width: 26.6666666667vw;
    margin-right: 10.6666666667vw;
  }

  .c-textTable {
    width: 100%;
  }

  .c-textTable__headline {
    font-size: 36px;
    font-size: 9.6vw;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    padding: 8vw 2.6666666667vw 8vw 0vw;
    width: 7em;
  }

  .c-textTable__cell {
    font-size: 36px;
    font-size: 9.6vw;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    padding: 8vw 2.6666666667vw 8vw 0vw;
  }

  .c-scroll {
    left: 21.3333333333vw;
    font-size: 30px;
    font-size: 8vw;
    line-height: 1.6666666667;
    letter-spacing: 0em;
  }

  .p-fv {
    width: 84vw;
  }

  .p-fv__top {
    padding: 8vw 0vw 6.6666666667vw 0vw;
    flex-direction: column;
    justify-content: flex-start;
  }

  .p-fv__title {
    display: block;
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 1;
    letter-spacing: 0.175em;
  }

  .p-fv__title__sub {
    display: block;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0.175em;
    margin-top: 1.3333333333vw;
    padding-left: 0vw;
    margin-left: 0vw;
    border-left: none;
  }

  .p-fv__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    margin-top: 0;
    margin-right: 0;
    justify-content: flex-start;
    flex-direction: column;
    overflow: hidden;
    transition: opacity 0.3s 0s, width 0s 0.3s, height 0s 0.3s;
    opacity: 0;
    z-index: 80;
    pointer-events: none;
  }

  .p-fv__nav.is-active {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 255, 0.95);
    transition: opacity 0.3s 0s, width 0s 0s, height 0s 0s;
    opacity: 1;
    pointer-events: all;
  }

  .p-fv__nav__link {
    font-size: 41px;
    font-size: 10.9333333333vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 17.3333333333vw;
    text-align: center;
  }

  .p-fv__nav__sns {
    margin-top: 26.6666666667vw;
  }

  .p-fv__nav__sns__wrapper {
    justify-content: space-around;
  }

  .p-fv__nav__sns__icon {
    margin-right: 0;
    height: 8.2666666667vw;
  }

  .p-fv__nav__button {
    position: absolute;
    top: 9.0666666667vw;
    right: 0vw;
    display: block;
    width: 8.8vw;
    height: 5.8666666667vw;
    cursor: pointer;
    z-index: 300;
  }

  .p-fv__nav__button__bar {
    position: absolute;
    display: block;
    width: 100%;
    height: 0.8vw;
    border-radius: 3px;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #FFFFFF;
    transform-origin: center center;
    transition: transform 0.3s;
  }

  .is-active > .p-fv__nav__button__bar {
    height: 0.8vw;
    background-color: #FFFFFF;
  }

  .p-fv__nav__button__bar:nth-child(1) {
    top: 0;
  }

  .is-active > .p-fv__nav__button__bar:nth-child(1) {
    top: 0;
    bottom: 0;
    transform: rotate(45deg);
  }

  .p-fv__nav__button__bar:nth-child(2) {
    top: 0;
    bottom: 0;
  }

  .is-active > .p-fv__nav__button__bar:nth-child(2) {
    width: 0;
  }

  .p-fv__nav__button__bar:nth-child(3) {
    bottom: 0;
  }

  .is-active > .p-fv__nav__button__bar:nth-child(3) {
    top: 0;
    bottom: 0;
    transform: rotate(-45deg);
  }

  .p-fv__image {
    width: 100%;
    height: 65vh;
    border-radius: 0 0 0 13.3333333333vw;
  }

  .p-fv__image__inner {
    background-position: center right;
  }

  .p-profile {
    width: 84vw;
    margin: 10.6666666667vw auto 0vw auto;
  }

  .p-profile__top {
    flex-direction: column;
  }

  .p-profile__top::after {
    top: 11%;
    left: -70%;
    height: 96%;
    transform: rotate(-11deg);
  }

  .p-profile__title {
    width: 100%;
    text-align: center;
    margin-top: -21.3333333333vw;
    margin-right: 0;
  }

  .p-profile__title__name {
    font-size: 37px;
    font-size: 9.8666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-profile__title__sub {
    font-size: 27px;
    font-size: 7.2vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 2.6666666667vw;
  }

  .p-profile__title__notes {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 4.2666666667vw;
  }

  .p-profile__title__notes span {
    display: inline-block;
    padding-top: 0.5333333333vw;
  }

  .p-profile__title__notes span:not(:first-of-type) {
    margin-left: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    border-left: 1px solid #FFFFFF;
  }

  .p-profile__details {
    width: 100%;
    margin-top: 44vw;
  }

  .p-profile__name {
    font-size: 57px;
    font-size: 15.2vw;
    line-height: 1.1403508772;
    letter-spacing: 0em;
  }

  .p-profile__name__sub {
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 7.2vw;
  }

  .p-profile__text {
    font-size: 17px;
    font-size: 4.5333333333vw;
    line-height: 1.7647058824;
    letter-spacing: 0em;
    margin-top: 6.9333333333vw;
  }

  .p-profile__phot {
    width: 100%;
    height: 69.3333333333vw;
    margin-top: 2.6666666667vw;
    border-radius: 0 0 16vw 0;
    background-size: 250% auto;
    background-position: top 15% center;
  }

  .p-profile__skill {
    margin-top: 12.2666666667vw;
  }

  .p-profile__skill__container {
    flex-direction: column;
  }

  .p-profile__skill__headline {
    font-size: 39px;
    font-size: 10.4vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-profile__skill__box {
    flex-direction: column;
  }

  .p-profile__skill__box:not(:first-of-type) {
    margin-top: 18.6666666667vw;
  }

  .p-profile__skill__list {
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 1.95;
    letter-spacing: 0em;
    margin-top: 4vw;
  }

  .p-profile__skill__text {
    width: 100%;
    font-size: 17px;
    font-size: 4.5333333333vw;
    line-height: 1.8823529412;
    letter-spacing: 0em;
    margin-top: 4vw;
  }

  .p-works {
    margin: 0vw auto 0vw auto;
    width: 84vw;
  }

  .p-works__container {
    width: 100%;
    margin: auto;
    align-items: center;
    flex-direction: column;
  }

  .p-works__box {
    margin-top: 2.6666666667vw;
    width: 100%;
  }

  .p-works__box__thumb {
    height: 66.6666666667vw;
  }

  .p-works__box__text {
    margin-top: 2.6666666667vw;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.5555555556;
    letter-spacing: 0em;
  }

  .p-works__more {
    width: 72.8vw;
    margin: 9.3333333333vw auto 0vw auto;
  }

  .p-works__more__button {
    font-size: 28px;
    font-size: 7.4666666667vw;
    line-height: 1;
    letter-spacing: 0.06em;
    padding: 5.3333333333vw 0vw 5.3333333333vw 0vw;
    margin-top: 0vw;
  }

  .p-contact {
    margin: 2.6666666667vw auto 0vw auto;
  }

  .p-contact__text {
    margin-top: 5.8666666667vw;
    font-size: 19px;
    font-size: 5.0666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-contact__mail {
    margin-top: 8vw;
    width: 85.3333333333vw;
    padding: 8vw 0vw 8vw 0vw;
    font-size: 26px;
    font-size: 6.9333333333vw;
    line-height: 1;
    letter-spacing: 0.06em;
  }

  .p-footer {
    padding: 8vw 0vw 15.4666666667vw 0vw;
  }

  .p-footer__logo {
    width: 40vw;
  }

  .p-footer__copy {
    margin-top: 9.6vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .u-pc {
    display: none;
  }

  .u-mt20 {
    margin-top: 10.6666666667vw;
  }

  .u-mt40 {
    margin-top: 21.3333333333vw;
  }

  .u-mt60 {
    margin-top: 32vw;
  }

  .u-mt70 {
    margin-top: 37.3333333333vw;
  }

  .u-ml40 {
    margin-left: 21.3333333333vw;
  }
}

@media screen and (min-width: 767px) and (max-width: 1025px) {
  .u-sp {
    display: none;
  }
}