@charset "UTF-8";
@font-face {
  font-family: "corporate";
  src: url("../font/corporate.ttf") format("truetype"); }
body .s-s,
body .s-m {
  display: none; }

body {
  height: 100%;
  min-height: 870px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #1A1A1A;
  box-sizing: border-box;
  font-family: Hiragino Kaku Gothic ProN, "noto sans jp", ヒラギノ角ゴ ProN, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro;
  position: relative;
  background: url("../images/background_image.png") center center no-repeat;
  background-size: cover;
  background-color: #fff;
  border-bottom: 14px solid #fff;
  border-left: 14px solid #fff;
  border-right: 14px solid #fff; }
  body ul,
  body li {
    list-style: none;
    padding: 0;
    margin: 0; }
  body a {
    color: #1A1A1A;
    text-decoration: none; }
    body a:hover {
      opacity: .8; }
  body img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }

.share {
  width: 6vw;
  min-width: 80px;
  position: fixed;
  right: 3%;
  bottom: 3%;
  z-index: 20; }

header {
  width: 100%;
  height: 72px;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  column-gap: 30px;
  align-items: center; }
  header .logo {
    width: 80px; }
    header .logo img {
      width: 100%; }
  header nav {
    display: flex;
    justify-content: center;
    align-items: center; }
    header nav ul {
      display: flex;
      justify-content: center;
      column-gap: 50px; }
      header nav ul li a {
        font-family: "corporate";
        font-size: 1.3em;
        line-height: 100%;
        letter-spacing: .15;
        color: #000; }

footer {
  position: absolute;
  bottom: 4px;
  margin-left: 2px; }
  footer p {
    text-align: center;
    font-size: 10px;
    color: #fff; }

.container {
  position: relative;
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 680px;
  height: calc(100vh - 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .container .mainimage {
    background-color: #fed60c54;
    display: block;
    width: 100%;
    height: 70%; }
    .container .mainimage .content {
      padding: 40px 10px 0;
      box-sizing: border-box;
      margin: 0 auto;
      width: 100%;
      max-width: 1200px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      .container .mainimage .content .image_area {
        width: 43%; }
      .container .mainimage .content .about {
        width: 54%; }
        .container .mainimage .content .about p {
          margin-top: 0;
          margin-bottom: 0;
          font-family: "corporate";
          text-align: left;
          font-size: 1.6em;
          line-height: 170%;
          letter-spacing: .2em;
          color: #000;
          text-shadow: -3px -3px 0 #fff, -3px -2px 0 #fff, -3px -1px 0 #fff, -3px 0px 0 #fff, -3px 1px 0 #fff, -3px 2px 0 #fff, -3px 3px 0 #fff, -2px -3px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -2px 3px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, 0px -3px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 0px 3px 0 #fff, 1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 3px 0 #fff, 2px -3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 2px 3px 0 #fff, 3px -3px 0 #fff, 3px -2px 0 #fff, 3px -1px 0 #fff, 3px 0px 0 #fff, 3px 1px 0 #fff, 3px 2px 0 #fff, 3px 3px 0 #fff; }

.sns_page h2,
.work_page h2,
.contact_page h2 {
  text-align: center;
  width: fit-content;
  margin-top: 0;
  margin-bottom: 60px; }
.sns_page .content,
.work_page .content,
.contact_page .content {
  width: 90vw;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 80px;
  align-items: flex-end;
  justify-content: center; }
  .sns_page .content .block,
  .work_page .content .block,
  .contact_page .content .block {
    width: 40%; }
    .sns_page .content .block h3,
    .work_page .content .block h3,
    .contact_page .content .block h3 {
      margin-top: 0;
      font-family: "corporate";
      text-align: center;
      font-size: 1.7em;
      line-height: 160%;
      letter-spacing: .2em;
      color: #000;
      text-shadow: -3px -3px 0 #fff, -3px -2px 0 #fff, -3px -1px 0 #fff, -3px 0px 0 #fff, -3px 1px 0 #fff, -3px 2px 0 #fff, -3px 3px 0 #fff, -2px -3px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -2px 3px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, 0px -3px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 0px 3px 0 #fff, 1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 3px 0 #fff, 2px -3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 2px 3px 0 #fff, 3px -3px 0 #fff, 3px -2px 0 #fff, 3px -1px 0 #fff, 3px 0px 0 #fff, 3px 1px 0 #fff, 3px 2px 0 #fff, 3px 3px 0 #fff; }

.contact_page .content .block {
  width: 80%; }
  .contact_page .content .block a {
    display: block;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    background-color: #fff;
    padding: 30px 0; }

@media screen and (max-width: 1100px) {
  .sns_page .content,
  .work_page .content {
    column-gap: 30px; } }
@media screen and (max-width: 768px) {
  body {
    position: relative;
    min-height: 80vh;
    font-size: 16px;
    background-color: #fff;
    color: #1A1A1A;
    box-sizing: border-box;
    font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro;
    background: url("../images/background_image.png") center center no-repeat;
    background-size: cover;
    background-color: #fff;
    border-bottom: 14px solid #fff;
    border-left: 14px solid #fff;
    border-right: 14px solid #fff; }
    body li {
      list-style: none; }
    body a {
      color: #1A1A1A;
      text-decoration: none; }
      body a:hover {
        opacity: .8; }
    body img {
      width: 100%;
      height: auto; }

  .share {
    width: 50px;
    right: 2%;
    bottom: 2%; }

  header {
    position: relative; }
    header nav {
      display: flex;
      justify-content: center;
      align-items: center; }
      header nav ul {
        display: flex;
        justify-content: center;
        column-gap: 20px; }
        header nav ul li a {
          font-family: "corporate";
          font-size: 1em;
          line-height: 100%;
          letter-spacing: .15;
          color: #000; }

  footer {
    position: absolute;
    bottom: -10px;
    margin-left: 2px; }
    footer p {
      text-align: center;
      font-size: 10px;
      color: #fff; }

  .container {
    max-width: 100vw;
    min-height: 80vh;
    height: 100%;
    display: flex;
    justify-content: flex-start; }
    .container .mainimage {
      background: none; }
      .container .mainimage .content {
        padding: 40px 10px;
        width: 100%;
        max-width: 1200px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center; }
        .container .mainimage .content .image_area {
          width: 100%; }
        .container .mainimage .content .about {
          margin-top: 30px;
          width: 90%; }
          .container .mainimage .content .about p {
            font-family: "corporate";
            text-align: left;
            font-size: 1.2em;
            line-height: 200%;
            letter-spacing: .2em;
            color: #000;
            text-shadow: -3px -3px 0 #fff, -3px -2px 0 #fff, -3px -1px 0 #fff, -3px 0px 0 #fff, -3px 1px 0 #fff, -3px 2px 0 #fff, -3px 3px 0 #fff, -2px -3px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -2px 3px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, 0px -3px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 0px 3px 0 #fff, 1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 3px 0 #fff, 2px -3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 2px 3px 0 #fff, 3px -3px 0 #fff, 3px -2px 0 #fff, 3px -1px 0 #fff, 3px 0px 0 #fff, 3px 1px 0 #fff, 3px 2px 0 #fff, 3px 3px 0 #fff; }

  .sns_page h2,
  .work_page h2,
  .contact_page h2 {
    text-align: center;
    width: 90%;
    margin-top: 60px;
    margin-bottom: 30px; }
  .sns_page .content,
  .work_page .content,
  .contact_page .content {
    width: 86vw;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    column-gap: 0;
    row-gap: 30px;
    align-items: flex-start;
    justify-content: flex-start; }
    .sns_page .content .block,
    .work_page .content .block,
    .contact_page .content .block {
      width: 100%; }
      .sns_page .content .block h3,
      .work_page .content .block h3,
      .contact_page .content .block h3 {
        margin-top: 0;
        font-family: "corporate";
        text-align: center;
        font-size: 1.4em;
        line-height: 150%;
        letter-spacing: .2em;
        color: #000;
        text-shadow: -3px -3px 0 #fff, -3px -2px 0 #fff, -3px -1px 0 #fff, -3px 0px 0 #fff, -3px 1px 0 #fff, -3px 2px 0 #fff, -3px 3px 0 #fff, -2px -3px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -2px 3px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, 0px -3px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 0px 3px 0 #fff, 1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 3px 0 #fff, 2px -3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 2px 3px 0 #fff, 3px -3px 0 #fff, 3px -2px 0 #fff, 3px -1px 0 #fff, 3px 0px 0 #fff, 3px 1px 0 #fff, 3px 2px 0 #fff, 3px 3px 0 #fff; }

  .contact_page .content .block {
    width: 96%;
    margin: 0 auto; }
    .contact_page .content .block a {
      padding: 20px 0; } }

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