@charset "UTF-8";
/* CSS Document */
.header-tab {
  background-color: #f6f8f9;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-tab img {
  margin: 10px 20px;
  width: 30px;
}
.header-nav {
  display: none;
}
.humburger-icon {
  position: absolute;
  top: 0px;
  right: 20px;
  max-width: 100px;
  max-height: 60px;
  align-items: center;
}
@media(max-width:840px) {
  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: #f6f8f9;
    transition: all 0.6s;
  }
  #g-nav.panelactive {
    right: 0;
  }
  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav ul {
    position: absolute;
    z-index: 999;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #g-nav li {
    list-style: none;
    text-align: center;
  }
  #g-nav li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-family: 'operetta-32', serif;
  }
  .openbtn1 {
    position: fixed;
    z-index: 9999;
    top: 5px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #333333;
    width: 45%;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
@media(min-width:840px) {
  #g-nav {
    margin-right: 20px;
    display: block;
  }
  #g-nav ul {
    display: flex;
  }
  #g-nav ul li {
    margin-right: 100px;
  }
  #g-nav ul li a {
    color: #333;
    text-decoration: none;
    font-family: 'operetta-32', serif;
  }
}
.section-top__mainvisual {
  padding: 0 0 100px 0px;
  background-image: url("image/top.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.section-top__mainvisual h3 {
  color: #fff;
  padding: 70px 0 0 25px;
  text-align: left;
  font-size: 3.6rem;
  font-family: 'DM Serif Display';
  letter-spacing: 3px;
}
.section-top__mainvisual-profession {
  color: #fff;
  padding: 20px 15px 25px 25px;
  font-size: 1.8rem;
  text-align: left;
  font-family: 'DM Serif Display';
  letter-spacing: 2px;
}
.section-top__mainvisual-image {
  width: 85%;
  height: 200px;
  object-fit: contain;
  padding: 10px 15px;
  text-align: center;
}
.section-top__mainvisual-website {
  margin: 40px 0 100px auto;
  padding: 40px 0 100px auto;
  max-width: 300px;
}
.section-top__mainvisual-complement {
  display: block;
  background-color: #00489d;
  color: #fff;
  font-size: 2.4rem;
  padding: 8px 15px;
  font-family: 'DM Serif Display';
  letter-spacing: 3px;
}
.fadeinB {
  animation: fadeinB 1.5s;
}
@keyframes fadeinB {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-top__about {
  width: 100%;
  background-color: #eaf6fa;
  padding: 0 0 60px 0;
}
.section-top__about-sentence {
  background-image: url("../image/106123.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-size: contain;
  background-position: center;
  padding: 60px 25px;
  max-width: 840px;
}
.section-top__about-palagraf {
  margin: 0 auto;
  max-width: 640px;
}
.section-top__about-palagraf2 {
  margin: 0 auto;
  max-width: 640px;
}
.section-top__about img {
  width: 80%;
  max-width: 600px;
  display: block;
  background-color: #13859a;
  padding: 40px 20px;
  margin: 0 auto;
}
@media(min-width:840px) {
  .section-top__mainvisual {
    background-size: cover;
    width: 100%;
    max-height: 800px;
    padding: 65px 0 195px;
  }
  .section-top__mainvisual h3 {
    margin: 0 0 0 95px;
    font-size: 7.2rem;
    padding: 0;
  }
  .section-top__mainvisual-profession {
    padding: 45px 0 50px 95px;
    font-size: 3.6rem;
  }
  .section-top__mainvisual-image {
    margin: 0 auto;
    max-width: 1040px;
    height: 250px;
  }
  .section-top__mainvisual-website {
    width: 100%;
    max-width: 580px;
    margin: 50px 0 0 auto;
    padding: 50px 0 0 auto;
    vertical-align: middle;
  }
  .section-top__mainvisual-complement {
    display: block;
    padding: 20px 60px;
    font-size: 5.4rem;
  }
  .section-top__about {
    position: relative;
    padding: 0 0 20px;
  }
  .section-top__about-sentence {
    padding: 60px 0 60px 95px;
    margin-right: 40px;
    width: auto;
    min-width: 350px;
    max-width: 400px;
    text-align: left;
  }
  .section-top__about img {
    position: absolute;
    top: 60px;
    right: 0;
    width: 35vw;
    height: 50%;
    max-height: 300px;
    object-fit: contain;
    margin: auto 0;
    padding: 20px;
  }
}
@media(min-width:1040px) {
  .section-top__mainvisual {
    background-size: cover;
    max-height: 1100px;
    padding: 65px 0 500px 0px;
  }
  .section-top__mainvisual-sentence {
    margin: 0 0 0 200px;
  }
  .section-top__mainvisual h3 {
    margin: 50px 0 0 0;
    padding: 0;
  }
  .section-top__mainvisual-profession {
    padding: 0;
    margin: 45px 0 50px 0;
  }
  .section-top__mainvisual-image {
    padding: 0 0 0 auto;
    height: auto;
    max-height: 350px;
    margin: 0 0 0 auto;
    text-align: center;
  }
  .section-top__mainvisual-website {
    max-width: 700px;
  }
  .section-top__mainvisual-complement {
    font-size: 6.8rem;
    padding: 30px 40px;
  }
  .section-top__about {
    padding: 0 0 0 0px;
    position: initial;
    display: flex;
    justify-content: flex-start;
  }
  .section-top__about-sentence {
    padding: 100px 0 100px 200px;
    max-width: 480px;
    margin-right: 60px;
  }
  .section-top__about img {
    position: initial;
    width: 30vw;
  }
}
.section-works {
  padding: 0 25px;
  margin: 60px 0 40px;
}
.slideInRightOne {
  text-align: left;
  margin: 60px 25px 40px;
  font-family: 'operetta-32', serif;
  display: flex;
  justify-content: flex-start;
  letter-spacing: .1em;
}
.slideInRightOne span {
  opacity: 0;
}
.section-works__view-all img {
  width: 325px;
  padding: 0 0 20px;
  transition: all 0.6s ease 0s;
}
.section-works__view-all img:hover {
  transform: scale(1.1, 1.1);
}
.section-works__view-all ul li {
  margin: 0 0 60px;
  list-style: none;
  text-decoration: none;
  color: #333333;
}
.section-works__view-all p {
  max-width: 325px;
  padding: 0 0 10px;
  margin: 0 auto;
  text-align: left;
}
.section-works__view-all a {
  text-decoration: none;
  color: #333333;
}
.view {
  text-align: right;
  margin: 60px 25px 80px;
  font-family: 'operetta-32', serif;
  letter-spacing: 1px;
  font-size: 2.4rem;
}
.view-profile a {
  color: #333333;
  text-decoration: none;
  position: relative;
}
.view-profile a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.view-profile a:hover::after {
  transform: scale(1, 1);
}
@media(min-width:840px) {
  .section-works {
    margin-inline: auto;
    padding-inline: 200px;
  }
  .slideInRightOne {
    font-size: 6.4rem;
    font-weight: 600;
    margin: 120px 0px 150px;
  }
  .slideInRightOne span {
    opacity: 0;
  }
  .section-works__view-all {
    display: block;
  }
  .section-works ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 80px 40px;
  }
  .section-works ul li {
    margin: 0;
    width: 20vw;
    min-width: 200px;
  }
  .section-works__view-all img {
    width: 20vw;
    min-width: 200px;
  }
  .view a {
    margin: 200px 200px 200px;
    font-size: 3.6rem;
  }
  .page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 320px;
    background: #00489D;
    z-index: 10000;
  }
  .page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
  }
  .page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    font-size: 25px;
    color: #FFFFFF;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
}
.footer {
  background-color: #000;
  color: #FFF;
  position: relative;
}
.footer img {
  width: 20%;
  max-width: 150px;
  position: absolute;
  top: 30px;
  left: 25px;
}
.footer ul {
  padding: 45px 25px 70px;
  display: flex;
  flex-flow: column;
  text-align: right;
}
.footer ul li {
  margin-bottom: 30px;
  list-style: none;
}
.footer ul li a {
  text-decoration: none;
  color: #FFF;
  font-family: 'operetta-32', serif;
}
.footer h2 {
  font-size: 2.4rem;
  width: 100%;
  margin: 0 auto 70px;
  font-family: 'operetta-32', serif;
  letter-spacing: 3px;
}
.footer small {
  font-family: 'operetta-32';
}
@media(min-width:840px) {
  .footer img {
    top: 45px;
    left: 40px;
    max-width: 220px;
  }
  .footer ul {
    padding: 80px 120px 95px;
    flex-flow: row;
    justify-content: flex-end;
  }
  .footer ul li {
    margin: 0 0 0 60px;
  }
  .footer ul li a {
    hont-size: 2.4rem;
  }
  .footer h2 {
    font-size: 3.6rem;
    letter-spacing: 8px;
    font-weight: 400;
  }
}
.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}