@charset "UTF-8";
.header {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  overflow: hidden;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  line-height: 50px;
  background-color: rgba(205, 233, 255, 0.315);
  padding: 0 3%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 680px) {
  .header__nav {
    display: none;
  }
}

.header__nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav-item {
  font-weight: 700;
  color: white;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}

.header__nav-item:not(:last-child) {
  margin-right: 20px;
}

.header__icon {
  display: none;
  position: absolute;
  top: 15px;
  right: 3%;
  width: 25px;
  height: 21px;
  z-index: 20;
}

@media screen and (max-width: 680px) {
  .header__icon {
    display: block;
  }
}

.header__icon.js-open {
  position: fixed;
}

.header__icon.js-open .header__icon-line {
  width: 110%;
  background-color: black;
}

.header__icon.js-open .header__icon-line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(135deg);
          transform: translateY(9px) rotate(135deg);
}

.header__icon.js-open .header__icon-line:nth-child(2) {
  opacity: 0;
}

.header__icon.js-open .header__icon-line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-135deg);
          transform: translateY(-9px) rotate(-135deg);
}

.header__icon-line {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 100%;
  height: 3px;
  background-color: white;
}

.header__icon-line:not(:last-child) {
  margin-bottom: 6px;
}

.header__sp-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 90vw;
  height: 100vh;
  background-color: white;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}

.header__sp-menu.js-open {
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header__sp-nav-inner {
  margin-top: 50px;
  text-align: center;
}

.header__sp-nav-item {
  font-size: 18px;
  line-height: 45px;
  font-weight: 500;
}

.header__sp-nav-item:not(:last-child) {
  margin-bottom: 5%;
}

.header__sp-icons {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  margin-top: 40px;
}

.header__sp-icon {
  width: 30px;
  height: 100%;
}

.header__sp-icon:not(:last-child) {
  margin-right: 20px;
}

.header__sp-icon:nth-child(2) {
  margin-top: 3px;
}

.header__sp-icon-image {
  width: 100%;
}

.main {
  height: 300px;
  background-color: #2d4452;
  padding: 60px 15px;
}

.main__wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.main__title-container {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main__title {
  font-family: "Merriweather Sans";
  font-size: 60px;
  font-weight: 300;
  color: white;
}

.main__subtitle {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  font-size: 16px;
  color: white;
  line-height: 1.5em;
  margin-top: 15px;
  font-weight: 700;
}

.profile {
  padding: 60px 15px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  font-weight: 500;
}

.profile__title {
  text-align: center;
  font-size: 25px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  font-weight: 600;
  margin-bottom: 40px;
}

.profile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .profile__inner {
    height: auto;
  }
}

.profile__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 680px) {
  .profile__item {
    padding: 0 15px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.profile__item:first-child {
  margin-bottom: 40px;
}

.profile__image {
  width: 50%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -o-object-position: bottom;
     object-position: bottom;
}

@media screen and (max-width: 680px) {
  .profile__image {
    height: 300px;
    width: 100%;
  }
}

@media screen and (min-width: 680px) {
  .profile__image {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
  }
  .profile__image.js-slide {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.profile__detail {
  width: 100%;
  font-size: 14px;
}

@media screen and (max-width: 680px) {
  .profile__detail {
    width: 100%;
    margin: 20px 0;
  }
}

.profile__detail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #36647e;
  padding: 10px 0;
}

.profile__detail-item {
  line-height: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.profile__detail-item:nth-child(odd) {
  font-weight: 600;
  padding-right: 20px;
}

@media screen and (max-width: 680px) {
  .profile__detail-item:nth-child(odd) {
    width: 100px;
  }
}

.profile__detail-title {
  width: 100px;
  text-align: center;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
}

.profile__detail-text {
  padding: 5px 10px;
  border: 2px solid #2d4452;
  background-color: #dcf5ff;
  margin: 10px 3px;
}

.profile .profile__detail-sns, .profile .profile__detail-sns--mail, .profile .profile__detail-sns--facebook, .profile .profile__detail-sns--twitter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile .profile__detail-sns:hover, .profile .profile__detail-sns--mail:hover, .profile .profile__detail-sns--facebook:hover, .profile .profile__detail-sns--twitter:hover {
  color: #36647e;
}

.profile .profile__detail-sns:not(:last-child), .profile .profile__detail-sns--mail:not(:last-child), .profile .profile__detail-sns--facebook:not(:last-child), .profile .profile__detail-sns--twitter:not(:last-child) {
  margin-right: 10px;
}

.profile__detail-sns--mail:before {
  margin-right: 3px;
  content: "\f187";
  font-family: 'Material Icons';
}

.profile__detail-sns--facebook:before {
  margin-right: 3px;
  content: "";
  display: inline-block;
  background-image: url(../images/facebook-logo.png);
  width: 14px;
  height: 14px;
  background-size: cover;
}

.profile__detail-sns--twitter:before {
  margin-right: 3px;
  content: "";
  display: inline-block;
  background-image: url(../images/twitter-logo.png);
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
}

.profile__text-container {
  width: 45%;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .profile__text-container {
    margin: 40px auto;
    width: 100%;
  }
}

.profile__text {
  line-height: 1.3rem;
  font-size: 14px;
  display: block;
}

.banner {
  display: inline-block;
  width: 100%;
  margin: 50px auto 0 auto;
}

.banner__image {
  width: 100%;
}

.help {
  padding: 60px 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  font-size: 22px;
}

.help__title {
  font-size: 25px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  font-weight: 600;
  text-align: center;
}

.help__slide-container {
  max-width: 980px;
  margin: 40px auto 0 auto;
}

@media screen and (max-width: 680px) {
  .help__slide-container {
    width: 80%;
  }
}

.help__slide {
  position: relative;
  height: 350px;
}

@media screen and (max-width: 680px) {
  .help__slide {
    height: 45vw;
  }
}

.help__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.help__button {
  position: relative;
  line-height: 30px;
}

.help__button:not(:last-child) {
  width: 20%;
}

.help__button:not(:last-child)::before {
  content: "\e5cc";
  font-family: 'Material Icons';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #36647e;
}

.help__link {
  display: inline-block;
  width: 30px;
  height: 100%;
  background-color: #dcf5ff;
  text-align: center;
  -webkit-box-shadow: 0 0 3px black;
          box-shadow: 0 0 3px black;
  border-radius: 50%;
}

.help__item {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.help__item.js-show {
  opacity: 1;
}

.help__image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.work {
  text-align: center;
  padding: 60px 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  font-weight: 500;
}

.work__wrapper {
  padding: 0 20px;
}

@media screen and (max-width: 680px) {
  .work {
    padding: 20px 15px;
  }
}

.work__title {
  font-size: 25px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  font-weight: 600;
  margin-bottom: 20px;
}

.work__text {
  margin-bottom: 20px;
}

.work__items {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 680px) {
  .work__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.work__item {
  width: calc((100% - 40px) / 3);
  min-width: 300px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  margin: 10px 0;
}

@media screen and (max-width: 1200px) {
  .work__item {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 680px) {
  .work__item {
    width: 100%;
    margin: 40px 0;
  }
  .work__item:nth-child(odd) {
    margin-right: auto;
  }
}

.work__image {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.work__item-title {
  font-weight: 600;
  margin: 10px auto;
}

.work__content {
  padding: 0 5% 3% 5%;
}

.work__item-text {
  font-size: 14px;
  margin-bottom: 20px;
}

.work__item-text:nth-of-type(1) {
  margin-bottom: 10px;
}

.work__index {
  padding-top: 20px;
  border-top: 1px solid #36647e;
}

footer {
  margin-top: 40px;
  line-height: 30px;
  background-color: #dcf5ff;
  font-family: "Merriweather Sans";
  text-align: center;
}

@media screen and (max-width: 680px) {
  footer {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=style.css.map */