@charset "UTF-8";
* {
  box-sizing: border-box;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

h1 {
  letter-spacing: 0.02em;
}

h2 {
  letter-spacing: 0.04em;
}

h3 {
  letter-spacing: 0.04em;
}

p {
  letter-spacing: 0.04em;
}

main {
  overflow: hidden;
  padding-top: 80px;
}

@media (max-width: 700px) {
  main {
    padding-top: 50px;
  }
}
img {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  display: block;
}
a:hover {
  opacity: 0.7;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

li {
  list-style-type: none;
  line-height: 1.5;
}

.contact__txt {
  text-align: center;
  font-size: 14px;
  margin-bottom: 60px;
}

@media (max-width: 700px) {
  .contact__txt {
    margin-bottom: 40px;
  }
}
.contact__btn {
  text-align: center;
}
.contact__btn a {
  width: 300px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  border-radius: 50px;
  color: #3C7FB7;
  border: 1px solid #3C7FB7;
}
.contact__btn a:hover {
  color: white;
  background: #3C7FB7;
  transition: 0.5s;
}

/* ページTOPに戻る */
.pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 60px;
}

.pagetop a {
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #7db4e6;
  line-height: 50px;
}

.pagetop a i {
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}

/* //ページTOPに戻る */
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  background: #F5F5F5;
  cursor: pointer;
  height: 50px;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  color: white;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.accordion-title {
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 30px;
  height: 30px;
  border-top: solid 5px red;
  border-right: solid 5px red;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
}

.accordion-content {
  display: none;
  padding: 30px;
}

/* CSS for CodePen */
.accordion-container {
  margin: 1.875em auto;
}

.team .team-member {
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 100px;
  justify-content: space-between;
}
.team .team-member:nth-of-type(even) .d-flex {
  flex-direction: row-reverse;
}
.team .team-member:nth-of-type(even) .team-member__msg {
  left: 0;
}
.team .team-member .team-member__img {
  width: 50%;
}
.team .team-member .team-member__msg {
  background: #F5F5F5;
  padding: 30px;
  width: 52%;
  top: 20px;
  position: absolute;
  right: 0;
}
.team .team-member .team-member__comment {
  font-size: 24px;
  margin-bottom: 20px;
}
.team .team-member .team-member__comment p {
  line-height: 1.5;
}
.team .team-member .team-member__info {
  display: flex;
}
.team .team-member .team-member__info .team-member__year,
.team .team-member .team-member__info .team-member__position,
.team .team-member .team-member__info .team-member__name {
  margin: 10px;
}

@media (max-width: 750px) {
  .team .team-member .team-member__msg {
    width: 100%;
    position: relative;
  }
  .team .team-member .team-member__img {
    width: 100%;
  }
}
.back-to-top {
  font-size: 24px;
  text-align: center;
}
.back-to-top a {
  text-decoration: underline;
}

.top__banner {
  margin-bottom: 30px;
}
.top__banner .top__banner__content {
  display: flex;
  justify-content: space-between;
  outline: 10px solid #f7f7f7;
  outline-offset: -10px;
  z-index: -1;
  flex-wrap: wrap;
}
.top__banner .top__banner__content .top__banner__ttl {
  text-align: center;
  width: 50%;
  line-height: 250px;
  font-size: 24px;
  height: 250px;
}
.top__banner .top__banner__content .top__banner__img {
  width: 50%;
  z-index: 1;
  height: 250px;
}
.top__banner .top__banner__txt {
  padding: 20px;
}

@media (max-width: 700px) {
  .top__banner .top__banner__content .top__banner__ttl {
    width: 100%;
    font-size: 20px;
  }
  .top__banner .top__banner__content .top__banner__img {
    width: 100%;
  }
}
.show {
  display: block;
}

.section__ttl {
  font-size: 40px;
  position: relative;
  margin-bottom: 30px;
  padding-left: 80px;
  color: #DB7319;
  font-weight: normal;
}
.section__ttl::after {
  content: "";
  display: block;
  background: #DB7319;
  width: 50px;
  height: 4px;
  position: absolute;
  background-size: contain;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}
.section__ttl h2 {
  line-height: 1.5;
  font-weight: normal;
}

@media (max-width: 700px) {
  .section__ttl {
    font-size: 30px;
    margin-bottom: 16px;
    padding-left: 60px;
  }
  .section__ttl::after {
    width: 40px;
  }
  .section__ttl h2 {
    line-height: 1.5;
    font-weight: normal;
  }
}
.top__banner {
  height: 400px;
  position: relative;
}
.top__banner .top__banner__ttl {
  position: absolute;
  background: #34498D;
  color: white;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  font-size: 32px;
  padding: 40px 0;
  max-width: 660px;
  text-align: center;
  width: 90%;
}

@media (max-width: 700px) {
  .top__banner .top__banner__ttl {
    font-size: 24px;
    line-height: 1.5;
  }
}
.features__lists {
  display: flex;
  background: #F5F5F5;
  padding: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.features__lists li {
  font-size: 14px;
  width: 45%;
  line-height: 1.5;
  margin-bottom: 10px;
  text-indent: -20px;
}

@media (max-width: 700px) {
  .features__lists li {
    width: 100%;
  }
}
.steps .steps__items {
  display: flex;
  margin-bottom: 20px;
}

.top__banner__ttl, .top__catch__txt p {
  line-height: 1.5;
}

.example .example__item {
  margin-bottom: 30px;
}
.example .example__ttl {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}
.example .example__imgs {
  position: relative;
}
.example .example__imgs::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/r-arrow.jpg) no-repeat;
  width: 30px;
  height: 60px;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.example .example__img {
  width: 40%;
}

.service-slider, .strengths, #slide-show, .service-model {
  margin-bottom: 80px;
}

@media (max-width: 700px) {
  .service-slider, .strengths, #slide-show, .service-model {
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=common.css.map */