@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
  line-height: 1;
}

h1,
h2,
h3,
h4,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
ul,
ol,
dl,
li,
figure,
blockquote,
small {
  border: 0;
  box-sizing: border-box;
  color: inherit;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  color: #3a3a59;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
  font-weight: 500;
  text-align: justify;
}

h2 {
  color: #2f87bf;
  font-size: 3.2rem;
  margin-bottom: 56px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: 1.8rem;
  letter-spacing: 0.15rem;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  font-size: 1.8rem;
}

p {
  word-wrap: break-word;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1.4em;
  }
}

span {
  font-size: 1.2rem;
}

section {
  border-bottom: 1px solid #2f87bf;
  padding: 80px 0;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  section {
    padding: 48px 0;
  }
}

*:focus {
  outline: none;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

.br-tab {
  display: none;
}

@media screen and (max-width: 1015px) {
  .br-tab {
    display: inline;
  }
}

.btn {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  transition: 0.2s ease-in-out;
}

.btn .btn__txt {
  display: block;
  font-size: 1.6rem;
  padding: 16px 24px;
}

.btn--contact {
  background-color: #e79c2a;
  color: #fff;
}

.btn--contact:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  opacity: 0.9;
  transform: translateY(3px);
}

.btn--works {
  transition: none;
}

.btn--works:hover {
  opacity: 0.7;
}

.career {
  margin-bottom: 64px;
}

.career__ttl {
  font-size: 2.4rem;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .career__ttl {
    font-size: 1.8rem;
    text-align: center;
  }
}

.career-list {
  font-size: 1.6rem;
}

.career-list__item {
  margin-bottom: 24px;
  padding-left: 16px;
}

@media screen and (max-width: 767px) {
  .career-list__item {
    margin-bottom: 32px;
  }
}

.career-list__item-top {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  font-size: 1.6rem;
  justify-content: flex-start;
  line-height: 1.4;
  margin: 0 0 8px;
}

@media screen and (max-width: 767px) {
  .career-list__item-top {
    flex-direction: column;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}

.career-list__item-year {
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .career-list__item-year {
    margin: 0 0 4px 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .career-list__item-name {
    margin-bottom: 4px;
    width: 100%;
  }
}

.career-list__item-toggle {
  color: #2f87bf;
  cursor: pointer;
  font-size: 1.6rem;
  margin-left: 8px;
  padding: 8px;
}

@media screen and (max-width: 767px) {
  .career-list__item-toggle {
    font-size: 1.4rem;
    margin-left: 0;
    padding-left: 0;
  }
}

.career-list__item-toggle:hover {
  opacity: 0.5;
}

.career-list__item-toggle-txt {
  display: inline;
  font-size: inherit;
}

.career-list__item-bottom {
  margin: 16px 0 16px 16px;
}

@media screen and (max-width: 767px) {
  .career-list__item-bottom {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}

.career-list__item-content:first-child {
  margin-bottom: 32px;
}

.career-list__item-ttl-wrapper {
  margin-bottom: 16px;
}

.career-list__item-ttl {
  border-bottom: 1px solid #000;
  display: inline;
  line-height: 1.8;
  padding-bottom: 4px;
}

.career-list__item-txt {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.career-cotent {
  border-top: hidden !important;
}

.career__content-ttl {
  border-bottom: 1px solid #000;
  display: inline;
  font-size: 1.6rem;
  line-height: 1.8;
  padding-bottom: 4px;
}

.career__content-textarea {
  margin: 16px 0 0 0;
}

.career__content-txt {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.career-cotent__detail {
  margin-bottom: 24px;
}

.career-cotent__detail-item {
  margin: 16px 0 32px;
}

.career-cotent__detail-item:nth-child(2) {
  margin-bottom: 0;
}

.cat-list {
  font-size: 0;
  margin-top: 8px;
  text-align: left;
}

.cat-list .cat-list__item {
  background-color: #eee;
  display: inline;
  font-size: 1.4rem;
  line-height: 4rem;
  margin-right: 8px;
  padding: 8px;
}

@media screen and (max-width: 767px) {
  .cat-list .cat-list__item {
    font-size: 1.2rem;
  }
}

.contact .contact__txt {
  font-size: 16px;
  text-align: left;
}

.contact .contact-table {
  border-collapse: collapse;
  border-radius: 5px;
  margin: 48px auto 0 auto;
  table-layout: fixed;
  width: 100%;
}

.contact .contact-table .contact-table__txt {
  font-size: 16px;
  margin-top: 16px;
  text-align: left;
}

.contact .contact-table .contact-table__th {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 24px 0 24px 24px;
  vertical-align: top;
  width: 280px;
}

@media screen and (max-width: 767px) {
  .contact .contact-table .contact-table__th {
    display: block;
    padding: 16px 16px 16px;
    width: 100%;
  }
}

.contact .contact-table .contact-table__td {
  border: 1px solid #ccc;
  padding: 24px 24px 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact .contact-table .contact-table__td {
    display: block;
    padding: 16px 16px 16px;
    width: 100%;
  }
}

.contact .contact-table .contact-table__required {
  background-color: #d0443a;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  margin-left: 4px;
  padding: 4px;
}

.contact .contact-form {
  font-size: 16px;
}

.contact .contact-form .contact-form__input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  height: 30px;
  padding: 0.4em 0.8em;
  width: 200px;
  width: 100%;
}

.contact .contact-form .contact-form__input:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

.contact .contact-form .contact-form__textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 300px;
  padding: 0.4em 0.8em;
  width: 200px;
  width: 100%;
}

.contact .contact-form .contact-form__textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

.contact .contact-form .contact-form-wrapper {
  margin-top: 32px;
  text-align: center;
}

.contact .contact-form .contact-form__submit {
  -webkit-appearance: none;
  background-color: #e79c2a;
  background-image: none;
  border: none;
  border-radius: 0;
  border-radius: 5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: inherit;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0 0 1em;
  padding: 16px 80px;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

.contact .contact-form .contact-form__submit:focus {
  outline: none;
}

.contact .contact-form .contact-form__submit::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.contact .contact-form .contact-form__submit:hover {
  background-color: #c88116;
}

.drawer-hamburger {
  border-radius: 50%;
  display: none;
  padding: 16px !important;
  padding: 8px 10px 20px !important;
  right: 8px !important;
  top: 8px !important;
  width: 24px !important;
  z-index: 99999;
}

@media screen and (max-width: 767px) {
  .drawer-hamburger {
    display: block;
  }
}

.drawer-hamburger-icon {
  background-color: #3a3a59;
  text-align: center;
  width: 24px;
}

.drawer-hamburger-icon::before {
  background-color: #3a3a59;
  top: -6px;
}

.drawer-hamburger-icon::after {
  background-color: #3a3a59;
  top: 6px;
}

.drawer-nav {
  z-index: 9999;
}

.drawer-menu-item {
  color: #3a3a59;
  font-size: 1.4rem;
  margin: 0 8px 8px 8px;
}

.drawer-menu-item--contact {
  color: #e79c2a;
}

.footer {
  padding: 16px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer__txt {
    font-size: 1.4rem;
  }
}

.header {
  height: 60px;
  top: 0;
  width: 100%;
}

.header-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
}

.header-logo {
  color: #fff;
  font-size: 1.6rem;
}

.header-nav {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.header-nav__list {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.header-nav__list-item {
  margin-right: 32px;
}

.header-nav__list-link {
  color: #fff;
  font-size: 1.6rem;
}

.header-nav__list-link:hover {
  opacity: 0.5;
}

.inner {
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 40px;
  width: 1016px;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 16px;
  }
}

.mv {
  background: linear-gradient(45deg, rgba(129, 234, 219, 0.9), #98e1fb, rgba(47, 135, 191, 0.9)), url("../img/dist/mv_bg.jpg") center center;
  background-size: cover;
  border-bottom: 0 solid #2f87bf;
  height: calc(100vh - 240px);
  margin-top: -60px;
}

@media screen and (max-width: 767px) {
  .mv {
    height: 200px;
    text-align: center;
  }
}

.mv .mv-table {
  display: table;
  height: 100%;
  width: 100%;
}

.mv .mv-table-cell {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}

.mv .mv-ttl, .mv .mv-ttl .typed-cursor, .mv .mv-ttl--typed {
  font-family: 'Roboto', sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-bottom: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mv .mv-ttl, .mv .mv-ttl .typed-cursor, .mv .mv-ttl--typed {
    font-size: 1.8rem;
    margin-bottom: 0;
    text-align: center;
  }
}

.mv .mv-ttl .typed-cursor, .mv .mv-ttl--typed .typed-cursor {
  color: #1b4d6d;
}

.mv .mv-ttl--typed {
  color: #1b4d6d;
  font-style: normal;
}

.mv .mv-txtarea {
  margin-bottom: 64px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .mv .mv-txtarea {
    margin-bottom: 48px;
  }
}

.mv .mv-txt {
  font-size: 2em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mv .mv-txt {
    font-size: 1.6em;
    margin-bottom: 4px;
  }
}

#page-top {
  background-color: rgba(47, 135, 191, 0.9);
  border-radius: 50%;
  bottom: 48px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  cursor: pointer;
  height: 64px;
  position: fixed;
  right: 50px;
  width: 64px;
  z-index: 999;
}

#page-top:hover {
  background-color: #2f87bf;
}

@media screen and (max-width: 767px) {
  #page-top {
    bottom: 20px;
    height: 50px;
    right: 10px;
    width: 46px;
  }
}

#page-top .fas {
  color: #fff;
  display: block !important;
  font-size: 32px;
  margin-top: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #page-top .fas {
    font-size: 20px;
  }
}

.price {
  margin-bottom: 24px;
}

.price__ttl {
  font-size: 2.4rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .price__ttl {
    font-size: 1.8rem;
    text-align: center;
  }
}

.price__txt {
  font-size: 1.4rem;
  margin: 4px 0 0 48px;
}

@media screen and (max-width: 767px) {
  .price__txt {
    font-size: 1.2rem;
    margin-left: 0;
    padding: 0 4px;
  }
}

.profile .profile__txt {
  margin-bottom: 8px;
}

.profile-list {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .profile-list {
    margin-bottom: 40px;
  }
}

.profile-list-top {
  margin-right: 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .profile-list-top {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}

.profile-img {
  background: url(../img/profile-img.jpg) center center no-repeat;
  background-color: #aaa;
  background-size: 132%;
  border-radius: 50%;
  height: 168px;
  margin-bottom: 16px;
  width: 168px;
}

@media screen and (max-width: 767px) {
  .profile-img {
    margin-bottom: 8px;
  }
}

.profile-right {
  max-width: 100%;
  min-width: 120px;
  padding: 16px;
  width: calc(80% - 32px);
}

@media screen and (max-width: 767px) {
  .profile-right {
    width: 100%;
  }
}

.profile-career {
  margin-top: 48px;
  width: 100%;
}

.service-list {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .service-list {
    margin-bottom: 16px;
  }
}

.service-list__item {
  margin: 0 0 48px 0;
  padding: 8px;
  position: relative;
  width: 33.333333%;
}

.service-list__item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .service-list__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .service-list__item {
    margin-right: 0;
    width: 100%;
  }
}

.service-list__icon {
  color: #2f87bf;
  font-size: 2.4em;
  left: 0;
  position: absolute;
  top: 0;
}

.service-list__disc {
  padding-left: 32px;
}

.service-list__ttl {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .service-list__ttl {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}

.service-list__txt {
  font-weight: 300;
}

.service-skill {
  margin-left: 48px;
}

@media screen and (max-width: 767px) {
  .service-skill {
    margin-left: 0;
  }
}

.service-skill__ttl {
  font-size: 2.4em;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .service-skill__ttl {
    text-align: center;
  }
}

.service-skill__txt {
  margin-left: 16px;
}

.skill {
  background-color: #f5fcff;
}

.skill-list {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.skill-list .skill-list__item {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  cursor: default;
  margin: 0 24px 32px 0;
  padding: 0 24px 24px;
  width: calc(50% - 12px);
}

@media screen and (max-width: 767px) {
  .skill-list .skill-list__item {
    margin-right: 0;
    padding: 8px 8px 16px;
    width: 100%;
  }
}

.skill-list .skill-list__item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .skill-list .skill-list__ttl {
    padding-left: 24px;
  }
}

.skill-list .skill-list__icon {
  background-color: #2f87bf;
  color: #eee;
  display: block;
  font-size: 32px;
  height: 64px;
  line-height: 64px;
  margin-bottom: 32px;
  margin-top: -4px;
  text-align: center;
  transition: 0.3s ease-in-out;
  width: 64px;
}

@media screen and (max-width: 767px) {
  .skill-list .skill-list__icon {
    margin-bottom: 24px;
    margin-top: -16px;
  }
}

.skill-list .skill-list__ttl {
  height: 1.6em;
  margin-bottom: 8px;
}

.skill-list .skill-list__txt {
  height: 3.2em;
  margin-bottom: 16px;
}

.skill-table {
  border-collapse: collapse;
  font-size: 1.6rem;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .skill-table {
    font-size: 1.4rem;
  }
}

.skill-table .skill-table__tr {
  padding: 8px;
  width: 100%;
}

.skill-table .skill-table__th {
  background-color: #eee;
  padding: 16px;
}

.skill-table .skill-table__td {
  padding: 24px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .skill-table .skill-table__td {
    padding: 16px;
  }
}

.sns--header {
  margin-top: 16px;
  text-align: center;
}

.sns__link {
  font-size: 2.4rem;
  margin-right: 16px;
}

.sns__link:last-child {
  margin-right: 0;
}

.sns__link:hover {
  opacity: 0.5;
}

.table {
  background-color: #fff;
  border-collapse: collapse;
  font-size: 1.6rem;
  table-layout: fixed;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .table {
    font-size: 1.4rem;
  }
}

.table--price {
  margin: 0 16px 0 40px;
  width: calc(100% - 56px);
}

@media screen and (max-width: 767px) {
  .table--price {
    margin: 0;
    width: 100%;
  }
}

.table--biz-hour {
  margin: 0 40px 0 40px;
  width: calc(100% - 80px);
}

@media screen and (max-width: 767px) {
  .table--biz-hour {
    margin: 0;
    width: 100%;
  }
}

.table__tr {
  vertical-align: middle;
}

.table__th {
  background-color: #87bee1;
  border: 1px solid #3a3a59;
  padding: 16px;
  text-align: left;
  vertical-align: middle;
  width: 240px;
}

@media screen and (max-width: 767px) {
  .table__th {
    padding: 8px;
    width: 124px;
  }
}

.table__th--biz-hour {
  vertical-align: middle;
}

.table__td {
  border: 1px solid #3a3a59;
  line-height: 1.4;
  padding: 16px;
  vertical-align: middle;
}

.works-list {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.works-list .works-list__item {
  margin: 0 16px 48px 0;
  width: calc(50% - 8px);
}

@media screen and (max-width: 767px) {
  .works-list .works-list__item {
    margin-right: 0;
    width: 100%;
  }
}

.works-list .works-list__item:nth-child(2n) {
  margin-right: 0;
}

.works-list .works-list__img {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  height: 240px;
  margin-bottom: 8px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .works-list .works-list__img {
    height: auto;
  }
}

.works-list .works-list__disc {
  padding: 8px;
}

.works-list .works-list__ttl {
  font-weight: 600;
  margin-bottom: 8px;
}

.works-list .works-list__txt--link {
  color: #2f87bf;
}

.works-list .works-list__git {
  color: #2f87bf;
  margin-left: 4px;
}

.works-list .works-list__txt {
  height: 72px;
}

@media screen and (max-width: 767px) {
  .works-list .works-list__txt {
    height: auto;
  }
}

.works-list .works-list__link {
  margin-top: 40px;
  padding-right: 16px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .works-list .works-list__link {
    margin-top: 24px;
    text-align: left;
  }
}

.works-list .works-list__link-txt {
  font-size: 1.4em;
  padding-bottom: 2px;
}

.works-list .works-list__link-txt:hover {
  border-bottom: 1px solid #000;
  opacity: 0.5;
}

.works-btn {
  display: block;
  margin-top: 32px;
  text-align: center;
}
