@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow: hidden scroll;
}

body {
  font-family: "游ゴシック", "游ゴシック体", "メイリオ", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #000;
  display: block;
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

h1 {
  line-height: 1;
  margin: 0;
}

.wrapper {
  margin: 0 auto;
  max-width: 1296px;
  padding: 0 4%;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .wrapper {
    padding: 0 16px;
    width: 100%;
  }
}

.header {
  background-color: #3e6a99;
  height: 70px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header .header-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1296px;
  padding: 21px 4%;
  width: 100%;
}
.header .header-outer a {
  color: #fff;
}
.header .header-outer .logo {
  font-size: 2.8rem;
  font-weight: 900;
  margin-right: 100px;
}
.header .header-outer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}
.header .header-outer ul li + li {
  margin-left: 30px;
}

.toggle_btn,
.nav-sp,
.mask {
  display: none;
}

@media screen and (max-width: 834px) {
  .toggle_btn,
  .nav-sp,
  .mask {
    display: block;
  }
  .nav-pc {
    display: none;
  }
  .header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .header .header-outer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .header-outer .logo {
    font-size: 2.4rem;
    margin-right: 0;
  }
  .header .nav-sp {
    background-color: #3e6a99;
    bottom: 0;
    left: -75%;
    opacity: 0;
    overflow-y: auto;
    padding: 70px 0 25px 25px;
    position: fixed;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 75%;
    z-index: 20;
  }
  .header .nav-sp.show {
    left: 0;
    opacity: 1;
  }
  .header ul .nav-menu {
    margin-bottom: 30px;
  }
  .header ul li {
    padding: 10px 0;
  }
  .header ul li a {
    color: #fff;
  }
  .header .toggle_btn {
    height: 30px;
    position: fixed;
    right: 16px;
    top: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 30px;
    z-index: 20;
  }
  .header .toggle_btn span {
    background-color: #fff;
    border-radius: 4px;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 30px;
  }
  .header .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .header .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .header .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .header .toggle_btn.show span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
  .header .toggle_btn.show span:nth-child(2) {
    opacity: 0;
  }
  .header .toggle_btn.show span:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
            transform: translateY(-12px) rotate(45deg);
  }
  .header .mask {
    display: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header .mask.show {
    background-color: #b3424a;
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
}
.footer {
  background-color: #B3424A;
  color: #fff;
  font-size: 1rem;
  height: 70px;
  line-height: 70px;
  position: relative;
  text-align: center;
  width: 100%;
}

.mainvisual {
  margin-top: 70px;
  position: relative;
}
.mainvisual img {
  height: 780px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.mainvisual .title-pc {
  color: #fff;
  font-family: "メイリオ", "Noto Sans JP", sans-serif;
  left: 50%;
  letter-spacing: 10px;
  position: absolute;
  text-align: center;
  text-shadow: 5px 4px 6px #808080;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
.mainvisual .title-pc h2 {
  font-size: 7vh;
}
.mainvisual .title-pc .role {
  font-size: 3.2rem;
}
.mainvisual .title-sp {
  display: none;
}

@media screen and (max-width: 834px) {
  .mainvisual img {
    height: 100vh;
    -o-object-position: 84% 50%;
       object-position: 84% 50%;
  }
  .mainvisual .title-sp {
    color: #fff;
    display: block;
    font-family: "メイリオ", "Noto Sans JP", sans-serif;
    left: 50%;
    letter-spacing: 10px;
    position: absolute;
    text-align: center;
    text-shadow: 5px 4px 6px #808080;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  .mainvisual .title-sp h2 {
    font-size: 12vw;
    line-height: 1.5;
  }
  .mainvisual .title-sp .role {
    font-size: 2.4rem;
    margin-top: 30px;
  }
  .mainvisual .title-pc {
    display: none;
  }
}
.profile {
  min-width: 800px;
  background: -webkit-gradient(linear, left top, right top, from(#3e6a99), color-stop(25%, #3e6a99), color-stop(25%, #fff), to(#fff));
  background: linear-gradient(90deg, #3e6a99 0%, #3e6a99 25%, #fff 25%, #fff 100%);
}
.profile .profile-outer {
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}
.profile .profile-outer .profile-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.profile .profile-outer .profile-content img {
  border-radius: 10px;
  height: 400px;
  margin-right: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 300px;
}
.profile .profile-outer .profile-content h4 {
  font-size: 2rem;
}
.profile .profile-outer .profile-content .role {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.profile .profile-outer .profile-content .text {
  text-align: justify;
}

@media screen and (max-width: 834px) {
  .profile {
    min-width: 300px;
    background: -webkit-gradient(linear, left top, right top, from(#3e6a99), color-stop(35%, #3e6a99), color-stop(35%, #fff), to(#fff));
    background: linear-gradient(90deg, #3e6a99 0%, #3e6a99 35%, #fff 35%, #fff 100%);
  }
  .profile .profile-outer {
    padding-bottom: 100px;
    padding-top: 50px;
  }
  .profile .profile-outer .profile-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile .profile-outer .profile-content img {
    height: 200px;
    margin: 0 auto 30px auto;
    width: 150px;
  }
  .profile .profile-outer .profile-content .profile-text {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
  }
  .profile .profile-outer .profile-content .text {
    font-size: 1.4rem;
  }
}
.web {
  min-width: 800px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(75%, #fff), color-stop(75%, #b3424a), to(#b3424a));
  background: linear-gradient(90deg, #fff 0%, #fff 75%, #b3424a 75%, #b3424a 100%);
}
.web .web-outer {
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}
.web .web-outer .work .title {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.web .web-outer .work .work1 ul {
  display: table;
  margin-left: 1.5em;
}
.web .web-outer .work .work2 {
  width: 424px;
}
.web .web-outer .work .work2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.web .web-outer .work .work2 dt {
  width: 40%;
}
.web .web-outer .work .work2 dd {
  width: 60%;
}
.web .web-sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.web .web-sample img {
  height: 274px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 490px;
}
.web .web-sample .content {
  width: 480px;
}
.web .web-sample .content span {
  font-size: 2.4rem;
  font-weight: 700;
}
.web .web-sample .content .period {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.web .web-sample .content .text {
  margin-bottom: 30px;
}
.web .web-sample .content .web-link {
  display: inline-block;
  font-size: 1.8rem;
}
.web .web-sample .content .web-link a {
  border-bottom: 1px solid #b3424a;
  color: #b3424a;
}

@media screen and (max-width: 834px) {
  .web {
    min-width: 300px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(65%, #fff), color-stop(65%, #b3424a), to(#b3424a));
    background: linear-gradient(90deg, #fff 0%, #fff 65%, #b3424a 65%, #b3424a 100%);
  }
  .web .web-outer {
    padding-top: 50px;
  }
  .web .web-outer .work .title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .web .web-outer .work .work1 {
    margin-bottom: 30px;
  }
  .web .web-outer .work .work2 {
    width: 100%;
  }
  .web .web-outer .work .work2 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .web .web-outer .work .work2 dt {
    width: 100%;
  }
  .web .web-outer .work .work2 dd {
    width: 100%;
  }
  .web .web-sample {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .web .web-sample img {
    height: auto;
    margin-bottom: 20px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .web .web-sample .content {
    background-color: #fff;
    opacity: 0.7;
    padding: 10px;
    width: 100%;
  }
  .web .web-sample .content .period {
    font-size: 1.6rem;
  }
}
.achievement {
  background-color: #dde7f1;
  padding: 50px 0;
  width: 100%;
}
.achievement .achievement-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0 5%;
}
.achievement .achievement-content a {
  display: block;
  width: 30%;
}
.achievement .achievement-content img {
  margin-bottom: 10px;
  width: 100%;
}
.achievement .achievement-content p {
  width: 30%;
}
.achievement .achievement-content ul {
  padding-left: 1.5em;
}

@media screen and (max-width: 834px) {
  .achievement .achievement-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .achievement .achievement-content a {
    width: 100%;
  }
  .achievement .achievement-content img {
    width: 100%;
  }
  .achievement .achievement-content p {
    width: 100%;
  }
  .achievement .achievement-content .item {
    margin-bottom: 30px;
  }
}
.dtp {
  min-width: 800px;
  background: -webkit-gradient(linear, left top, right top, from(#3e6a99), color-stop(25%, #3e6a99), color-stop(25%, #fff), to(#fff));
  background: linear-gradient(90deg, #3e6a99 0%, #3e6a99 25%, #fff 25%, #fff 100%);
}
.dtp .dtp-outer {
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}
.dtp .dtp-outer .work .title {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.dtp .dtp-outer .work .work1 ul {
  display: table;
  margin-left: 1.5em;
}
.dtp .dtp-outer .work .work2 {
  width: 250px;
}
.dtp .dtp-outer .work .work2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dtp .dtp-outer .work .work2 dt {
  width: 40%;
}
.dtp .dtp-outer .work .work2 dd {
  width: 60%;
}
.dtp .dtp-sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.dtp .dtp-sample img {
  height: auto;
  margin-right: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 320px;
}
.dtp .dtp-sample .content {
  width: auto;
}
.dtp .dtp-sample .content span {
  font-size: 2rem;
  font-weight: 700;
}
.dtp .dtp-sample .content .period {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.dtp .dtp-sample .content .text {
  margin-bottom: 30px;
}
.dtp .dtp-sample .content .dtp-link {
  display: inline-block;
  font-size: 1.8rem;
}
.dtp .dtp-sample .content .dtp-link a {
  border-bottom: 1px solid #3e6a99;
  color: #3e6a99;
}
.dtp .dtp-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.dtp .dtp-map img {
  height: 280px;
  margin-left: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}
.dtp .dtp-map span {
  font-size: 2rem;
  font-weight: 700;
}
.dtp .dtp-map .text {
  margin-top: 30px;
}

@media screen and (max-width: 834px) {
  .dtp {
    min-width: 300px;
    background: -webkit-gradient(linear, left top, right top, from(#3e6a99), color-stop(35%, #3e6a99), color-stop(35%, #fff), to(#fff));
    background: linear-gradient(90deg, #3e6a99 0%, #3e6a99 35%, #fff 35%, #fff 100%);
  }
  .dtp .dtp-outer {
    padding-top: 50px;
  }
  .dtp .dtp-outer .work .title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .dtp .dtp-outer .work .work1 {
    margin-bottom: 30px;
  }
  .dtp .dtp-outer .work .work2 {
    width: 100%;
  }
  .dtp .dtp-outer .work .work2 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dtp .dtp-outer .work .work2 dt {
    width: 40%;
  }
  .dtp .dtp-outer .work .work2 dd {
    width: 60%;
  }
  .dtp .dtp-sample {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dtp .dtp-sample img {
    margin-bottom: 20px;
    margin-right: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .dtp .dtp-sample .content {
    background-color: #fff;
    opacity: 0.7;
    padding: 10px;
    width: 100%;
  }
  .dtp .dtp-sample .content span {
    font-size: 2rem;
    font-weight: 700;
  }
  .dtp .dtp-sample .content .period {
    font-size: 1.6rem;
  }
  .dtp .dtp-sample .content .dtp-link {
    display: inline-block;
    font-size: 1.4rem;
  }
  .dtp .dtp-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dtp .dtp-map img {
    height: auto;
    margin-bottom: 20px;
    margin-left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .dtp .dtp-map .content {
    background-color: #fff;
    opacity: 0.7;
    padding: 10px;
    width: 100%;
  }
  .dtp .dtp-map .content span {
    font-size: 2rem;
    font-weight: 700;
  }
  .dtp .dtp-map .content .text {
    margin-top: 30px;
  }
}
.section-title_red,
.section-title_blue {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 50px;
  padding: 6px 0 6px 10px;
  width: 100%;
}

.section-title_red {
  background-color: #b3424a;
}

.section-title_blue {
  background-color: #3e6a99;
}

@media screen and (max-width: 834px) {
  .section-title_red,
  .section-title_blue {
    margin-bottom: 30px;
  }
}
.parallax_bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.img-bg-01 {
  background-image: url(../image/Parallax-1.jpg);
}

.img-bg-02 {
  background-image: url(../image/Parallax-2.jpg);
}

@media screen and (max-width: 769px) {
  .img-bg-01,
  .img-bg-02 {
    display: none;
  }
}
.work {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 80px auto;
  padding: 20px;
  width: 930px;
}

@media screen and (max-width: 834px) {
  .work {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin: 0 auto 50px auto;
    padding: 20px;
    width: 100%;
  }
}
.page_top {
  background-color: #3e6a99;
  border-radius: 50%;
  bottom: 30px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 20px;
  text-align: center;
  width: 50px;
  z-index: 50;
}
.page_top a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
}

.slidein {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.slidein.slidein-left {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.slidein.slidein-right {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.slidein.slidein-bottom {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.slidein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

@media screen and (max-width: 834px) {
  .slidein {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: unset;
    transition: unset;
  }
  .slidein.slidein-left {
    -webkit-transform: none;
            transform: none;
  }
  .slidein.slidein-right {
    -webkit-transform: none;
            transform: none;
  }
  .slidein.slidein-bottom {
    -webkit-transform: none;
            transform: none;
  }
  .slidein.scrollin {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}/*# sourceMappingURL=style.css.map */