@charset "utf-8";
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,
main,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
img {
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}
iframe {
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
input,
select,
textarea,
button {
  line-height: 1;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  outline: none;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  vertical-align: baseline;
  background: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
a:focus {
  outline: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
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;
}
sup {
  vertical-align: baseline;
  font-size: 0.5rem;
  line-height: 1;
}
table {
  border-collapse: separate;
  border-spacing: 1px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
em,
address {
  font-style: normal;
}
button,
input[type=submit],
input[type=reset],
input[type=button] {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding-bottom: env(safe-area-inset-bottom);
}
a {
  color: #000;
  cursor: pointer;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
iframe {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.73333vw;
  }
  img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html.desktop body {
    width: 100vw;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #000;
  }
}
button {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
label,
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
  outline: 0;
}
input[type=text],
input[type=email],
input[type=submit],
input[type=password],
input[type=tel],
textarea {
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=submit]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=submit]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=submit]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
.pc-inline,
.sp-inline {
  display: inline;
}
@media screen and (min-width: 768px) {
  .sp,
  [id*="sp-"],
  [class*="sp-"] {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc,
  [id*="pc-"],
  [class*="pc-"] {
    display: none;
  }
}
body [data-text="jp"],
body [data-text="en"],
body [data-block="jp"],
body [data-block="en"] {
  display: none;
}
body[data-language="jp"] [data-text="jp"] {
  display: inline-block;
}
body[data-language="en"] [data-text="en"] {
  display: inline-block;
}
body[data-language="jp"] [data-block="jp"] {
  display: block;
}
body[data-language="en"] [data-block="en"] {
  display: block;
}
.hBookmark-widget-counter {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
  display: none;
}
#guide {
  position: absolute;
  left: 50%;
  top: 0%;
  z-index: 100000;
  opacity: 0.33;
  pointer-events: none;
}
#guide img {
  position: relative;
  max-width: initial;
  left: -50%;
}
@media screen and (max-width: 767px) {
  #guide {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 100000;
    opacity: 0.33;
    pointer-events: none;
  }
  #guide img {
    left: 0%;
  }
}
@media screen and (min-width: 768px) {
  /************************************************************************
*
* ■ module(PC)
*
************************************************************************/
  [data-button="primary"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 54px;
    border-radius: 50px;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    border: 1px solid #999;
  }
  [data-button="primary"]:hover {
    background-color: #B5DFE2;
  }
  /************************************************************************
*
* ■ layout(PC)
*
************************************************************************/
  .contentWrapper .mainContent {
    padding-bottom: 100px;
  }
  /************************************************************************
*
* ■ home(PC)
*
************************************************************************/
  .home .mainContent .pageSummary {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
  }
  .home .mainContent .kv-area {
    position: relative;
    height: 300px;
  }
  .home .mainContent .kv-area .front {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-family: 'Poiret One';
    font-weight: 400;
    font-size: 72px;
    color: #fff;
  }
  .home .mainContent .kv-area .front a {
    color: #fff;
    text-decoration: none;
  }
  .home .mainContent .kv-area .back {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 300px;
    background-color: #B5DFE2;
  }
  .home .mainContent .profile-area {
    margin: 100px auto 0;
    width: 600px;
  }
  .home .mainContent .profile-area .subject-block .title {
    font-size: 44px;
    font-weight: 700;
  }
  .home .mainContent .profile-area .document-block {
    margin-top: 35px;
  }
  .home .mainContent .profile-area .document-block .name {
    font-size: 24px;
    font-weight: 500;
  }
  .home .mainContent .profile-area .document-block .job {
    font-size: 14px;
    margin-top: 8px;
  }
  .home .mainContent .profile-area .document-block .description {
    margin-top: 24px;
    line-height: 1.5;
  }
  .home .mainContent .profile-area .document-block .contact {
    margin-top: 24px;
  }
  .home .mainContent .projects-area {
    margin: 120px auto 0;
    width: 600px;
  }
  .home .mainContent .projects-area .subject-block .title {
    font-size: 44px;
    font-weight: 700;
  }
  .home .mainContent .projects-area .document-block {
    margin-top: 45px;
  }
  .home .mainContent .projects-area .document-block .project-list > li {
    margin-top: 125px;
  }
  .home .mainContent .projects-area .document-block .project-list > li:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .projects-area .document-block .project-list > li .data-container {
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
  }
  .home .mainContent .projects-area .document-block .project-list > li .data-container .metadatas .category {
    display: inline-block;
    margin-top: 4px;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 12px;
    background-color: #eee;
  }
  .home .mainContent .projects-area .document-block .project-list > li .data-container .metadatas .date {
    display: inline-block;
    margin-left: 4px;
    font-size: 13px;
  }
  .home .mainContent .projects-area .document-block .project-list > li .data-container .projectName {
    font-size: 28px;
    font-weight: 500;
    margin-top: 7px;
    line-height: 1.2;
  }
  .home .mainContent .projects-area .document-block .project-list > li .info-container {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home .mainContent .projects-area .document-block .project-list > li .info-container .info-dl:nth-child(1) {
    width: 52%;
    padding-right: 5%;
  }
  .home .mainContent .projects-area .document-block .project-list > li .info-container .info-dl:nth-child(2) {
    width: 48%;
  }
  .home .mainContent .projects-area .document-block .project-list > li .info-container .info-dl > dt {
    font-size: 20px;
    font-weight: 500;
  }
  .home .mainContent .projects-area .document-block .project-list > li .info-container .info-dl > dd {
    margin-top: 8px;
    line-height: 1.5;
    font-size: 13px;
  }
  .home .mainContent .projects-area .document-block .project-list > li .info-container .info-dl > dd .soft {
    font-size: 11px;
    font-weight: 500;
  }
  .home .mainContent .projects-area .document-block .project-list > li .pict-container {
    margin-top: 30px;
  }
  .home .mainContent .projects-area .document-block .project-list > li .pict-container img {
    margin-top: 20px;
    width: 100%;
  }
  .home .mainContent .projects-area .document-block .project-list > li .pict-container img:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .contact-area {
    margin-top: 160px;
  }
  .home .mainContent .contact-area .document-block {
    text-align: center;
  }
  .home .mainContent .contact-area .document-block .contact-btn {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  /************************************************************************
*
* ■ module(SP)
*
************************************************************************/
  [data-button="primary"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 12.8vw;
    border-radius: 13.33333vw;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 4.53333vw;
    font-weight: 400;
    border: 1px solid #999;
  }
  [data-button="primary"]:hover {
    background-color: #B5DFE2;
  }
  /************************************************************************
*
* ■ layout(SP)
*
************************************************************************/
  .contentWrapper .mainContent {
    padding-bottom: 16vw;
  }
  /************************************************************************
*
* ■ home(SP)
*
************************************************************************/
  .home .mainContent .pageSummary {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
  }
  .home .mainContent .kv-area {
    position: relative;
    height: 48vw;
  }
  .home .mainContent .kv-area .front {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-family: 'Poiret One';
    font-weight: 400;
    font-size: 13.33333vw;
    color: #fff;
  }
  .home .mainContent .kv-area .front a {
    color: #fff;
    text-decoration: none;
  }
  .home .mainContent .kv-area .back {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 48vw;
    background-color: #B5DFE2;
  }
  .home .mainContent .profile-area {
    margin: 18.66667vw 5.33333vw 0;
  }
  .home .mainContent .profile-area .subject-block .title {
    font-size: 9.06667vw;
    font-weight: 700;
  }
  .home .mainContent .profile-area .document-block {
    margin-top: 6.66667vw;
  }
  .home .mainContent .profile-area .document-block .name {
    font-size: 6.4vw;
    font-weight: 500;
  }
  .home .mainContent .profile-area .document-block .job {
    font-size: 3.73333vw;
    margin-top: 2.13333vw;
  }
  .home .mainContent .profile-area .document-block .description {
    margin-top: 6.4vw;
    line-height: 1.5;
  }
  .home .mainContent .profile-area .document-block .contact {
    margin-top: 6.4vw;
  }
  .home .mainContent .projects-area {
    margin: 21.33333vw 5.33333vw 0;
  }
  .home .mainContent .projects-area .subject-block .title {
    font-size: 9.06667vw;
    font-weight: 700;
  }
  .home .mainContent .projects-area .document-block {
    margin-top: 10.66667vw;
  }
  .home .mainContent .projects-area .document-block .project-list > li {
    margin-top: 18.66667vw;
  }
  .home .mainContent .projects-area .document-block .project-list > li:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .projects-area .document-block .project-list > li .data-container {
    padding-bottom: 3.2vw;
    border-bottom: 1px solid #aaa;
  }
  .home .mainContent .projects-area .document-block .project-list > li .data-container .metadatas .category {
    display: inline-block;
    margin-top: 1.06667vw;
    padding: 1.06667vw 1.6vw;
    border-radius: 1.06667vw;
    font-size: 3.2vw;
    background-color: #eee;
  }
  .home .mainContent .projects-area .document-block .project-list > li .data-container .metadatas .date {
    display: inline-block;
    margin-left: 1.06667vw;
    font-size: 3.46667vw;
  }
  .home .mainContent .projects-area .document-block .project-list > li .data-container .projectName {
    font-size: 5.86667vw;
    font-weight: 500;
    margin-top: 1.86667vw;
    line-height: 1.35;
  }
  .home .mainContent .projects-area .document-block .project-list > li .info-container {
    margin-top: 6.66667vw;
  }
  .home .mainContent .projects-area .document-block .project-list > li .info-container .info-dl {
    margin-top: 5.33333vw;
  }
  .home .mainContent .projects-area .document-block .project-list > li .info-container .info-dl:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .projects-area .document-block .project-list > li .info-container .info-dl > dt {
    font-size: 5.33333vw;
    font-weight: 500;
  }
  .home .mainContent .projects-area .document-block .project-list > li .info-container .info-dl > dd {
    margin-top: 2.13333vw;
    line-height: 1.5;
    font-size: 3.73333vw;
  }
  .home .mainContent .projects-area .document-block .project-list > li .info-container .info-dl > dd .soft {
    font-size: 3.46667vw;
    font-weight: 500;
  }
  .home .mainContent .projects-area .document-block .project-list > li .pict-container {
    margin-top: 6.66667vw;
  }
  .home .mainContent .projects-area .document-block .project-list > li .pict-container img {
    margin-top: 2.66667vw;
  }
  .home .mainContent .projects-area .document-block .project-list > li .pict-container img:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .contact-area {
    margin-top: 21.33333vw;
  }
  .home .mainContent .contact-area .document-block {
    text-align: center;
  }
  .home .mainContent .contact-area .document-block .contact-btn {
    width: 64vw;
  }
}
