@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

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

@media screen and (max-width: 767px) {
  .n-sp {
    display: none !important; } }

@media screen and (min-width: 767px) {
  .n-pc {
    display: none !important; } }

.ft {
  font-family: 'Chalkboard', 'Kiwi Maru', serif; }

.cb {
  font-family: 'Chalkboard', serif; }

.km {
  font-family: 'Kiwi Maru', serif; }

html {
  font-size: 100%;
  font-family: sans-serif;
  height: 100%;
  overflow-y: scroll; }

body {
  background-color: #f7f5f1;
  height: 100%; }

.container {
  min-height: 100%;
  height: auto;
  position: relative; }

.Profile .container {
  min-height: inherit;
  height: inherit;
  position: inherit; }
.Profile .main-container {
  margin: inherit; }
  .Profile .main-container .main-inner {
    max-width: 1200px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    background: none;
    height: inherit;
    padding: 4%; }
    @media screen and (max-width: 767px) {
      .Profile .main-container .main-inner {
        width: 90%;
        flex-direction: column;
        position: relative;
        padding-bottom: 150px; } }
    .Profile .main-container .main-inner .main-inner-left {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .Profile .main-container .main-inner .main-inner-left {
          width: initial;
          order: 2; } }
      .Profile .main-container .main-inner .main-inner-left h2 {
        font-size: 35px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .Profile .main-container .main-inner .main-inner-left h2 {
            position: absolute;
            top: 2%;
            left: 50%;
            transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0); } }
      .Profile .main-container .main-inner .main-inner-left .profile_box .profile_ja {
        margin-top: 15px; }
        .Profile .main-container .main-inner .main-inner-left .profile_box .profile_ja p {
          line-height: 1.5; }
      .Profile .main-container .main-inner .main-inner-left .profile_box .profile_en {
        margin-top: 20px; }
        .Profile .main-container .main-inner .main-inner-left .profile_box .profile_en p {
          line-height: 1.5; }
          .Profile .main-container .main-inner .main-inner-left .profile_box .profile_en p a {
            color: #000;
            text-decoration: none;
            transition: .4s; }
            .Profile .main-container .main-inner .main-inner-left .profile_box .profile_en p a:hover {
              opacity: .5;
              transition: .4s; }
      .Profile .main-container .main-inner .main-inner-left .profile_box .profile_comment {
        margin-top: 25px;
        line-height: 1.5; }
      .Profile .main-container .main-inner .main-inner-left .profile_box .sns_box {
        margin-top: 25px;
        margin-bottom: 100px; }
        @media screen and (max-width: 767px) {
          .Profile .main-container .main-inner .main-inner-left .profile_box .sns_box {
            margin-top: 50px;
            margin-bottom: 50px; } }
        .Profile .main-container .main-inner .main-inner-left .profile_box .sns_box .sns_icon {
          display: flex; }
          @media screen and (max-width: 767px) {
            .Profile .main-container .main-inner .main-inner-left .profile_box .sns_box .sns_icon {
              justify-content: center; } }
          .Profile .main-container .main-inner .main-inner-left .profile_box .sns_box .sns_icon li {
            margin-right: 25px; }
          .Profile .main-container .main-inner .main-inner-left .profile_box .sns_box .sns_icon img {
            max-width: 25px;
            max-height: 25px;
            transition: .4s; }
            @media screen and (max-width: 767px) {
              .Profile .main-container .main-inner .main-inner-left .profile_box .sns_box .sns_icon img {
                max-width: 40px;
                max-height: 40px; } }
            .Profile .main-container .main-inner .main-inner-left .profile_box .sns_box .sns_icon img:hover {
              opacity: .5;
              transition: .4s; }
              @media screen and (max-width: 767px) {
                .Profile .main-container .main-inner .main-inner-left .profile_box .sns_box .sns_icon img:hover {
                  opacity: 1; } }
      .Profile .main-container .main-inner .main-inner-left .Chronological_box {
        margin-bottom: 50px; }
        .Profile .main-container .main-inner .main-inner-left .Chronological_box h3 {
          font-size: 20px;
          font-weight: bold;
          margin-bottom: 10px; }
        .Profile .main-container .main-inner .main-inner-left .Chronological_box .Chronological_text {
          border-top: 1px solid #000;
          padding-top: 20px;
          font-size: 15px;
          line-height: 2; }
      .Profile .main-container .main-inner .main-inner-left .Summary_box h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px; }
      .Profile .main-container .main-inner .main-inner-left .Summary_box .Summary_text {
        border-top: 1px solid #000;
        padding-top: 20px;
        font-size: 16px;
        line-height: 2; }
    .Profile .main-container .main-inner .main-inner-right {
      width: 45%; }
      @media screen and (max-width: 767px) {
        .Profile .main-container .main-inner .main-inner-right {
          order: 1;
          width: initial;
          margin-top: 150px;
          margin-bottom: 50px; } }
      .Profile .main-container .main-inner .main-inner-right .contents_box {
        margin-top: 40px;
        display: flex;
        max-width: 540px;
        margin: 40px auto;
        justify-content: space-between; }
        .Profile .main-container .main-inner .main-inner-right .contents_box .scrool_area {
          display: flex; }
          @media screen and (max-width: 767px) {
            .Profile .main-container .main-inner .main-inner-right .contents_box .scrool_area {
              display: block;
              overflow-x: auto;
              white-space: nowrap;
              -webkit-overflow-scrolling: touch; } }
          .Profile .main-container .main-inner .main-inner-right .contents_box .scrool_area::-webkit-scrollbar {
            width: 10px;
            height: 2px; }
          .Profile .main-container .main-inner .main-inner-right .contents_box .scrool_area::-webkit-scrollbar-track {
            border-radius: 5px;
            background: rgba(110, 108, 108, 0.2); }
          .Profile .main-container .main-inner .main-inner-right .contents_box .scrool_area::-webkit-scrollbar-thumb {
            border-radius: 5px;
            background: #000; }
          .Profile .main-container .main-inner .main-inner-right .contents_box .scrool_area li {
            margin-right: 5px; }
            @media screen and (max-width: 767px) {
              .Profile .main-container .main-inner .main-inner-right .contents_box .scrool_area li {
                display: inline-block;
                margin: 10px; } }
            .Profile .main-container .main-inner .main-inner-right .contents_box .scrool_area li p {
              font-size: .77em;
              margin-bottom: 10px;
              border-left: 1px solid;
              border-right: 1px solid;
              display: inline-flex;
              padding: 0 4px; }
            .Profile .main-container .main-inner .main-inner-right .contents_box .scrool_area li .img_wrap {
              background: #000;
              line-height: 0;
              max-width: 174px; }
              @media screen and (max-width: 1100px) {
                .Profile .main-container .main-inner .main-inner-right .contents_box .scrool_area li .img_wrap {
                  height: inherit;
                  background: #f7f5f1; } }
              .Profile .main-container .main-inner .main-inner-right .contents_box .scrool_area li .img_wrap img {
                cursor: pointer;
                transition-duration: 0.3s;
                border: 1px solid #000;
                max-width: 168px; }
              .Profile .main-container .main-inner .main-inner-right .contents_box .scrool_area li .img_wrap:hover img {
                opacity: 0.6;
                transition-duration: 0.5s; }
                @media screen and (max-width: 1100px) {
                  .Profile .main-container .main-inner .main-inner-right .contents_box .scrool_area li .img_wrap:hover img {
                    opacity: 1; } }
      .Profile .main-container .main-inner .main-inner-right .contact {
        text-align: center;
        margin-top: 30px; }
        @media screen and (max-width: 767px) {
          .Profile .main-container .main-inner .main-inner-right .contact {
            border: 1px solid #000; } }
        .Profile .main-container .main-inner .main-inner-right .contact a {
          display: inline-block;
          border: 1px solid #000;
          padding: 15px 60px;
          font-size: 20px;
          color: #000;
          text-decoration: none;
          transition-duration: 1s; }
          @media screen and (max-width: 767px) {
            .Profile .main-container .main-inner .main-inner-right .contact a {
              border: 0px; } }
          .Profile .main-container .main-inner .main-inner-right .contact a:hover {
            color: #f7f5f1;
            background: #000;
            transition-duration: 1s; }
            @media screen and (max-width: 1100px) {
              .Profile .main-container .main-inner .main-inner-right .contact a:hover {
                color: #000;
                background: #f7f5f1; } }
.Profile .footer-container {
  position: inherit; }
  .Profile .footer-container .wrapper {
    padding: 25px 0 10px 0; }

header {
  max-width: 1200px;
  margin: 0 auto;
  width: 85%;
  position: relative; }
  @media screen and (max-width: 767px) {
    header {
      width: inherit;
      z-index: 1; } }
  header .header-inner {
    display: flex;
    position: relative;
    padding: 40px 0 10px 0;
    height: 100px;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      header .header-inner {
        display: block;
        padding: inherit;
        height: 71px; } }
    header .header-inner .header-logo {
      z-index: 3; }
      @media screen and (max-width: 767px) {
        header .header-inner .header-logo {
          padding: 4% 0 0 4%; } }
      header .header-inner .header-logo a {
        font-size: 47px;
        font-family: 'Copperplate';
        font-weight: bold;
        color: #000;
        text-decoration: none; }
    @media screen and (max-width: 767px) {
      header .header-inner .nav-box {
        background-color: #f7f5f1;
        width: 100%;
        height: 100vh;
        position: fixed;
        left: 0; } }
    header .header-inner nav {
      display: flex;
      margin-top: 15px; }
      @media screen and (max-width: 767px) {
        header .header-inner nav {
          display: inherit;
          max-width: 1100px;
          margin: 100px auto;
          width: 85%; } }
      header .header-inner nav .menu {
        display: flex;
        justify-content: flex-start;
        list-style-type: none;
        padding: 0; }
        @media screen and (max-width: 767px) {
          header .header-inner nav .menu {
            display: inherit;
            justify-content: inherit; } }
        header .header-inner nav .menu li {
          padding: 5px;
          font-size: 18px;
          width: 9vw; }
          @media screen and (max-width: 767px) {
            header .header-inner nav .menu li {
              width: inherit; } }
          header .header-inner nav .menu li a {
            font-family: 'Chalkboard','Kiwi Maru'; }
        header .header-inner nav .menu .line {
          position: relative;
          margin-bottom: 40px; }
          header .header-inner nav .menu .line .line_sub::after {
            position: absolute;
            top: -20px;
            content: '';
            width: 1px;
            height: 20px;
            left: 50%;
            background: #000;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
            @media screen and (max-width: 767px) {
              header .header-inner nav .menu .line .line_sub::after {
                display: none; } }
          header .header-inner nav .menu .line .line_sub:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
          header .header-inner nav .menu .line .line_sub2::after {
            position: absolute;
            top: -20px;
            left: 20%;
            content: '';
            width: 1px;
            height: 20px;
            background: #000;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
            @media screen and (max-width: 767px) {
              header .header-inner nav .menu .line .line_sub2::after {
                display: none; } }
          header .header-inner nav .menu .line .line_sub2:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
          @media screen and (max-width: 767px) {
            header .header-inner nav .menu .line .nav-toggle::before {
              content: "+";
              font-weight: lighter;
              text-align: center;
              color: #fff;
              display: inline-block;
              width: 20px;
              height: 20px;
              background-color: #000;
              position: absolute;
              top: 0;
              right: 2%; } }
        header .header-inner nav .menu a {
          color: #000;
          text-decoration: none;
          font-weight: bold; }
        @media screen and (max-width: 767px) {
          header .header-inner nav .menu .open .nav-toggle::before {
            content: "-"; } }
      header .header-inner nav .menuSub {
        padding-top: 10px;
        display: none; }
        header .header-inner nav .menuSub li a {
          font-family: 'Chalkboard', 'Kiwi Maru';
          display: block;
          text-decoration: none;
          font-size: 14px;
          margin-top: 5px;
          font-weight: normal; }
        @media screen and (max-width: 767px) {
          header .header-inner nav .menuSub .menu_blank {
            padding-bottom: 20px; } }
      header .header-inner nav .sns_icon {
        display: flex;
        position: relative; }
        @media screen and (max-width: 767px) {
          header .header-inner nav .sns_icon {
            justify-content: center;
            margin-top: 50px;
            padding-top: 40px; }
            header .header-inner nav .sns_icon::before {
              content: "";
              display: inline-block;
              width: 120%;
              height: 1px;
              background-color: #000;
              position: absolute;
              top: 0; } }
        header .header-inner nav .sns_icon li {
          margin-left: 10px;
          transition: .4s; }
          header .header-inner nav .sns_icon li a {
            color: #000;
            text-decoration: none; }
          header .header-inner nav .sns_icon li img {
            max-width: 20px;
            max-height: 20px;
            margin-left: 10px; }
            @media screen and (max-width: 767px) {
              header .header-inner nav .sns_icon li img {
                max-width: 40px;
                max-height: 40px; } }
          header .header-inner nav .sns_icon li:hover {
            opacity: .5;
            transition: .4s; }
            @media screen and (max-width: 767px) {
              header .header-inner nav .sns_icon li:hover {
                opacity: 1; } }
  header .humberger {
    position: absolute;
    top: 0;
    right: 0; }
    header .humberger .humberger-icon {
      background-color: #000;
      display: block;
      width: 71px;
      height: 71px;
      position: relative;
      z-index: 3;
      border: none; }
      header .humberger .humberger-icon .bar {
        width: 30px;
        height: 2px;
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff; }
      header .humberger .humberger-icon .bar_top {
        top: 25px; }
      header .humberger .humberger-icon .bar_mid {
        top: 50%;
        transform: translate(-50%, -50%); }
      header .humberger .humberger-icon .bar_bottom {
        bottom: 25px; }
    header .humberger .close .bar_top {
      transform: translate(-50%, 12px) rotate(45deg);
      transition: transform .3s; }
    header .humberger .close .bar_mid {
      opacity: 0;
      transition: opacity .3s; }
    header .humberger .close .bar_bottom {
      transform: translate(-50%, -8px) rotate(-45deg);
      transition: transform .3s; }

.main-container {
  margin: 0 80px; }
  @media screen and (max-width: 767px) {
    .main-container {
      margin: inherit; } }
  .main-container .main-inner {
    max-width: 1200px;
    width: 100%;
    height: calc(100vh - 150px - 110px);
    margin: auto;
    background: url(../img/main_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (max-width: 767px) {
      .main-container .main-inner {
        width: inherit;
        height: inherit;
        padding-bottom: 0; } }
    .main-container .main-inner img {
      max-width: 1200px;
      width: 100%; }
    .main-container .main-inner .main_sp {
      display: none; }
      @media screen and (max-width: 767px) {
        .main-container .main-inner .main_sp {
          display: block; } }

.footer-container {
  background-color: #000;
  position: absolute;
  bottom: 0;
  width: 100%; }
  .footer-container .wrapper {
    max-width: 1200px;
    width: 85%;
    margin: 0 auto;
    padding: 25px 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .footer-container .wrapper {
        margin: inherit;
        display: inherit;
        text-align: center;
        width: 100%; } }
    .footer-container .wrapper .footer_img a {
      color: #fff;
      font-size: 27px;
      font-family: 'Copperplate';
      font-weight: bold;
      text-decoration: none; }
    .footer-container .wrapper .Copyright {
      color: #fff;
      font-size: 12px;
      text-decoration: none;
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .footer-container .wrapper .Copyright {
          margin-top: 40px; } }

#pagetop {
  position: fixed;
  right: 7%;
  bottom: 20%;
  cursor: pointer;
  z-index: 10; }
  #pagetop img {
    max-width: 42px; }

/* ==========================================================================
   mar/pad
   ========================================================================== */
.mt--0 {
  margin-top: 0px !important; }

.mt--5 {
  margin-top: 5px !important; }

.mt--10 {
  margin-top: 10px !important; }

.mt--20 {
  margin-top: 20px !important; }

.mt--30 {
  margin-top: 30px !important; }

.mt--40 {
  margin-top: 40px !important; }

.mt--50 {
  margin-top: 50px !important; }

.mt--60 {
  margin-top: 60px !important; }

.mt--70 {
  margin-top: 70px !important; }

.mt--80 {
  margin-top: 80px !important; }

.mt--90 {
  margin-top: 90px !important; }

.mt--100 {
  margin-top: 100px !important; }

.mb--0 {
  margin-bottom: 0px !important; }

.mb--5 {
  margin-bottom: 5px !important; }

.mb--10 {
  margin-bottom: 10px !important; }

.mb--20 {
  margin-bottom: 20px !important; }

.mb--30 {
  margin-bottom: 30px !important; }

.mb--40 {
  margin-bottom: 40px !important; }

.mb--50 {
  margin-bottom: 50px !important; }

.mb--60 {
  margin-bottom: 60px !important; }

.mb--70 {
  margin-bottom: 70px !important; }

.mb--80 {
  margin-bottom: 80px !important; }

.mb--90 {
  margin-bottom: 90px !important; }

.mb--100 {
  margin-bottom: 100px !important; }

.mr--0 {
  margin-right: 0px !important; }

.mr--5 {
  margin-right: 5px !important; }

.mr--10 {
  margin-right: 10px !important; }

.mr--20 {
  margin-right: 20px !important; }

.mr--30 {
  margin-right: 30px !important; }

.mr--40 {
  margin-right: 40px !important; }

.mr--50 {
  margin-right: 50px !important; }

.mr--60 {
  margin-right: 60px !important; }

.mr--70 {
  margin-right: 70px !important; }

.mr--80 {
  margin-right: 80px !important; }

.mr--90 {
  margin-right: 90px !important; }

.mr--100 {
  margin-right: 100px !important; }

.ml--0 {
  margin-left: 0px !important; }

.ml--5 {
  margin-left: 5px !important; }

.ml--10 {
  margin-left: 10px !important; }

.ml--20 {
  margin-left: 20px !important; }

.ml--30 {
  margin-left: 30px !important; }

.ml--40 {
  margin-left: 40px !important; }

.ml--50 {
  margin-left: 50px !important; }

.ml--60 {
  margin-left: 60px !important; }

.ml--70 {
  margin-left: 70px !important; }

.ml--80 {
  margin-left: 80px !important; }

.ml--90 {
  margin-left: 90px !important; }

.ml--100 {
  margin-left: 100px !important; }

.pt--0 {
  padding-top: 0px !important; }

.pt--5 {
  padding-top: 5px !important; }

.pt--10 {
  padding-top: 10px !important; }

.pt--15 {
  padding-top: 15px !important; }

.pt--20 {
  padding-top: 20px !important; }

.pt--30 {
  padding-top: 30px !important; }

.pt--40 {
  padding-top: 40px !important; }

.pt--50 {
  padding-top: 50px !important; }

.pt--60 {
  padding-top: 60px !important; }

.pt--70 {
  padding-top: 70px !important; }

.pt--80 {
  padding-top: 80px !important; }

.pt--90 {
  padding-top: 90px !important; }

.pt--100 {
  padding-top: 100px !important; }

.pb--0 {
  padding-bottom: 0px !important; }

.pb--5 {
  padding-bottom: 5px !important; }

.pb--10 {
  padding-bottom: 10px !important; }

.pb--20 {
  padding-bottom: 20px !important; }

.pb--30 {
  padding-bottom: 30px !important; }

.pb--40 {
  padding-bottom: 40px !important; }

.pb--50 {
  padding-bottom: 50px !important; }

.pb--60 {
  padding-bottom: 60px !important; }

.pb--70 {
  padding-bottom: 70px !important; }

.pb--80 {
  padding-bottom: 80px !important; }

.pb--90 {
  padding-bottom: 90px !important; }

.pb--100 {
  padding-bottom: 100px !important; }

.pr--0 {
  padding-right: 0px !important; }

.pr--5 {
  padding-right: 5px !important; }

.pr--10 {
  padding-right: 10px !important; }

.pr--20 {
  padding-right: 20px !important; }

.pr--30 {
  padding-right: 30px !important; }

.pr--40 {
  padding-right: 40px !important; }

.pr--50 {
  padding-right: 50px !important; }

.pr--60 {
  padding-right: 60px !important; }

.pr--70 {
  padding-right: 70px !important; }

.pr--80 {
  padding-right: 80px !important; }

.pr--90 {
  padding-right: 90px !important; }

.pr--100 {
  padding-right: 100px !important; }

.pl--0 {
  padding-left: 0px !important; }

.pl--5 {
  padding-left: 5px !important; }

.pl--10 {
  padding-left: 10px !important; }

.pl--20 {
  padding-left: 20px !important; }

.pl--30 {
  padding-left: 30px !important; }

.pl--40 {
  padding-left: 40px !important; }

.pl--50 {
  padding-left: 50px !important; }

.pl--60 {
  padding-left: 60px !important; }

.pl--70 {
  padding-left: 70px !important; }

.pl--80 {
  padding-left: 80px !important; }

.pl--90 {
  padding-left: 90px !important; }

.pl--100 {
  padding-left: 100px !important; }
