@charset "UTF-8";
/* base color 
--------------------------------------------------------------------*/
@font-face {
  font-family: "M PLUS 1p";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/MPLUS1p-Bold.woff") format("woff"), url("fonts/MPLUS1p-Bold.woff2") format("woff2"), url("fonts/MPLUS1p-Bold.otf") format("opentype");
}
@font-face {
  font-family: "M PLUS 1p";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/MPLUS1p-Black.woff") format("woff"), url("fonts/MPLUS1p-Black.woff2") format("woff2"), url("fonts/MPLUS1p-Black.otf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: auto;
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
section {
  display: block;
}

p,
ul,
ol,
li,
dl,
dt,
dd,
p,
caption,
th,
td,
form,
input,
textarea,
blockquote,
address,
embed,
object,
figure,
em {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  font-size: 1.4em;
  line-height: 1;
  color: #000;
  text-align: left;
  text-rendering: optimizeLegibility;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

figure {
  line-height: 0;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

img {
  vertical-align: middle;
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  outline: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

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

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

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

output {
  display: inline-block;
}

/*--Prefix--*/
/*-- flexbox --*/
/*-- text --*/
/*-- hover --*/
/*-- position --*/
/*-- aspect --*/
/*-- text --*/
/*-- point --*/
/*-- form --*/
/* reset
-------------------------------------------------------*/
ol,
ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

dt,
p {
  line-height: 1.4;
}

/* base
-------------------------------------------------------*/
body {
  height: 100%;
  overflow: hidden;
}

div.pageWrap {
  position: relative;
  width: 100%;
  text-align: left;
}

/* layout
-------------------------------------------------------*/
div.container {
  position: relative;
  width: 100%;
  padding: 110px 0 190px;
  background-color: #f7f7f7;
}

.page-content {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 30px 100px 30px;
  background-color: #fff;
}

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 110px;
  margin: 0 auto;
  background-color: #9f3023;
}
header::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -50%;
  z-index: -1;
  width: 100vw;
  height: calc(100% - 10px);
  margin: 0 calc(50% - 50vw);
  background: #272727;
}
header .header-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header-wrapper h1 {
  width: 400px;
  padding-left: 10px;
}
header .header-wrapper h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
header .header-wrapper .globalmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100px;
  margin-top: 10px;
  padding-left: 60px;
  background-color: #272727;
}
header .header-wrapper .globalmenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: solid 100px transparent;
  border-left: solid 60px #9f3023;
}
header .header-wrapper .globalmenu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
header .header-wrapper .globalmenu ul li {
  padding: 0 15px;
}
header .header-wrapper .globalmenu ul li:last-of-type {
  padding-right: 0;
}
header .header-wrapper .globalmenu ul li a {
  display: block;
  padding: 0.5em;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}
header .header-wrapper .globalmenu ul li a:hover {
  opacity: 0.6;
  transition: 0.5s ease;
}

.hamburger-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 45;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.hamburger-overlay .globalmenu {
  position: fixed;
  top: 65px;
  left: 0;
  z-index: 50;
  width: 100%;
  height: auto;
  margin: 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.hamburger-overlay .globalmenu ul {
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  padding: 50px 0;
}
.hamburger-overlay .globalmenu ul li {
  padding: 1.5em;
}
.hamburger-overlay .globalmenu ul li a {
  font-size: 1.7rem;
  font-weight: bold;
}

.trigger {
  display: none;
}

footer {
  position: relative;
  width: 100%;
  height: 150px;
  padding: 30px 0;
  background: #9f3023;
  color: #fff;
  text-align: center;
}
footer dt {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
footer dd {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.title-center {
  padding: 50px 0;
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
.title-center span {
  display: block;
  color: #9f3023;
  font-family: "M PLUS 1p";
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

.title-normal {
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-size: 2.2rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.7;
}

.pagetop {
  position: absolute;
  bottom: 190px;
  right: 20px;
}
.pagetop:hover {
  opacity: 0.6;
  transition: 0.5s ease;
}

.sp-block {
  display: none;
}

.tab-block {
  display: none;
}

@media screen and (min-width: 769px) {
  /* ------------------------------------------------------*/
  div.pageWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    margin: 0 auto;
  }

  div.container {
    position: relative;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media screen and (max-width: 999px) {
  /* ------------------------------------------------------*/
  div.container {
    padding-top: 65px;
  }

  header {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: fixed;
    width: 100%;
    height: 65px;
  }
  header::before {
    display: none;
  }
  header::before img {
    width: 100%;
  }
  header .header-wrapper {
    padding-right: 65px;
  }
  header .header-wrapper h1 {
    width: 100%;
    max-width: 310px;
    height: 65px;
    padding: 10px;
  }
  header .header-wrapper h1 a {
    display: block;
    width: 100%;
  }
  header .header-wrapper h1 a img {
    width: 100%;
    height: 100%;
  }
  header .header-wrapper .globalmenu {
    display: none;
  }

  .trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 65px;
    height: 65px;
    background: #000;
  }
  .trigger .menu-trigger,
.trigger .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
  }
  .trigger .menu-trigger {
    position: relative;
    width: 20px;
    height: 19px;
  }
  .trigger .menu-trigger span {
    position: absolute;
    right: 0;
    height: 3px;
    background: #fff;
  }
  .trigger .menu-trigger span:nth-of-type(1) {
    top: 0;
    width: 100%;
  }
  .trigger .menu-trigger span:nth-of-type(2) {
    top: 7px;
    width: 100%;
  }
  .trigger .menu-trigger span:nth-of-type(3) {
    top: 14px;
    width: 100%;
  }
  .trigger .menu-trigger.active span:nth-of-type(1) {
    opacity: 0;
  }
  .trigger .menu-trigger.active span:nth-of-type(2) {
    transform: translateY(0) rotate(45deg);
  }
  .trigger .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(8px) rotate(-45deg);
    top: 0px;
  }
}
@media screen and (max-width: 959px) {
  /* ------------------------------------------------------*/
  body {
    width: 100%;
    min-width: 100%;
  }

  div.container {
    padding-bottom: 180px;
  }

  .page-content {
    padding: 40px 10px 40px 10px;
    background-color: #fff;
  }

  footer dd {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }

  .title-center {
    padding: 40px 0;
    font-size: 2.7rem;
  }
  .title-center span {
    font-size: 1.4rem;
  }

  .title-normal {
    margin-bottom: 25px;
    padding: 10px 0;
    font-size: 1.9rem;
  }

  .pagetop {
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: auto;
    bottom: 185px;
    left: 50%;
    width: 110px;
    height: 110px;
  }
  .pagetop img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* ------------------------------------------------------*/
  .tab-block {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  /* ------------------------------------------------------*/
  .sp-block {
    display: block;
  }
}
.profile-personalinfo {
  margin-bottom: 50px;
}
.profile-personalinfo figure {
  width: 250px;
  margin: 0 auto 30px;
}
.profile-personalinfo figure img {
  width: 100%;
}
.profile-personalinfo dl {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.profile-personalinfo dl dt {
  margin-bottom: 30px;
  font-size: 3.7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.profile-personalinfo dl dt span {
  display: block;
  font-size: 1.6rem;
}
.profile-personalinfo dl dd p {
  position: relative;
  padding-left: 25px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.profile-personalinfo dl dd p:not(:last-of-type) {
  margin-bottom: 15px;
}
.profile-personalinfo dl dd p::before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 0%;
  width: 10px;
  height: 10px;
  background-color: #9f3023;
  transform: skewX(-25deg);
}

.profile-history ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile-history ul li {
  width: 100%;
  padding: 50px 30px 50px 50px;
}
.profile-history ul li:nth-of-type(odd) {
  background-color: #fff5f5;
}
.profile-history ul li dl dt.full {
  width: 100%;
}
.profile-history ul li h4 {
  display: block;
  flex: 1;
  padding-top: 10px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.profile-history ul li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 2.5;
  font-size: 1.6rem;
}
.profile-history ul li dl dt {
  width: 20%;
  letter-spacing: 0.1em;
  line-height: 2;
}
.profile-history ul li dl dd {
  width: 80%;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media screen and (min-width: 960px) {
  /* ------------------------------------------------------*/
  .profile-history ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  /* ------------------------------------------------------*/
  .profile-history ul li {
    padding: 30px 15px 35px 20px;
  }
  .profile-history ul li h4 {
    margin-bottom: 25px;
    padding-top: 0;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .profile-history ul li dl {
    width: 100%;
  }
  .profile-history ul li dl dt {
    width: 100%;
  }
  .profile-history ul li dl dd {
    width: 100%;
    padding-left: 1em;
  }
}
@media screen and (min-width: 769px) {
  .profile-personalinfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
  }
  .profile-personalinfo figure {
    width: 300px;
    margin: 0;
    order: 1;
  }
  .profile-personalinfo dl {
    width: auto;
    margin: 0 100px 0 0;
  }
  .profile-personalinfo dl dt {
    font-size: 4rem;
  }
  .profile-personalinfo dl dd p {
    font-size: 1.6rem;
  }
  .profile-personalinfo dl dd p::before {
    top: 35%;
  }
}

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