@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
/*============================================
# 共通スタイル
=============================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #383838;
  background-color: #fefefe;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

img {
  width: 100%;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}

/*============================================
# seciton
=============================================*/
.section {
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 70px 0 70px;
  }
}

.section-title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 26px;
  }
}
.section-title::after {
  content: "";
  width: 200px;
  height: 2px;
  display: block;
  background: #84b9cb;
  margin: 3px auto 0;
}
@media screen and (max-width: 767px) {
  .section-title::after {
    width: 150px;
  }
}

.section-sub-title {
  text-align: center;
  margin-top: 3px;
}

/* header
=============================================*/
.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid #d4dcda;
}

.header-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header-inner {
    height: 60px;
  }
}

.header-icon {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .header-icon {
    width: 100px;
  }
}

.header-nav {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header-nav {
    background: #84b9cb;
  }
}

@media screen and (min-width: 768px) {
  .header-nav-list {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .header-nav-list {
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .header-nav-item + .header-nav-item {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header-nav-item {
    text-align: center;
  }
}

.header-item-link {
  display: block;
  height: 75px;
  line-height: 75px;
  color: #414141;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header-item-link {
    color: #fff;
    font-size: 18px;
  }
}
.header-item-link:hover {
  color: #84b9cb;
}

/* top
=============================================*/
.top {
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  .top {
    padding-top: 60px;
  }
}

.main-visual {
  height: 600px;
  background: url(../img/23800182_s.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .main-visual {
    height: 400px;
  }
}

/* about
=============================================*/
.about-wrapper {
  max-width: 1200px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .about-wrapper {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .about-wrapper {
    margin-top: 43px;
  }
}

.about-image {
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-image {
    flex: 0 0 400px;
  }
}
@media screen and (max-width: 767px) {
  .about-image {
    max-width: 550px;
    margin: 0 auto;
  }
}

.about-image-title {
  text-align: center;
  margin-top: 12px;
  color: #989898;
}

.about-profile-name {
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
}

.about-background1 {
  position: absolute;
  top: 5px;
  left: 60px;
  width: 150px;
  height: 150px;
  background: #f66;
  opacity: 0.5;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}
@media screen and (max-width: 767px) {
  .about-background1 {
    width: 100px;
    height: 100px;
  }
}

.about-background2 {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #d4dcda;
  opacity: 0.5;
  border-radius: 80% 30% 50% 50%/50%;
}
@media screen and (min-width: 768px) {
  .about-background2 {
    top: 203px;
    left: 200px;
  }
}
@media screen and (max-width: 767px) {
  .about-background2 {
    width: 88px;
    height: 88px;
    right: 92px;
    bottom: 40px;
  }
}

/* servis
=============================================*/
.servis {
  background-color: #ebf6f7;
}

.servis-container {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .servis-container {
    margin-top: 40px;
  }
}

.servis-item-link {
  display: block;
}

.servis-box {
  background-color: #84b9cb;
  border-radius: 12px;
  height: 376px;
  box-shadow: 0 5px 12px rgba(62, 62, 62, 0.2);
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .servis-box {
    height: 353px;
  }
}

.servis-item-title {
  color: #fff;
  font-size: 24px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .servis-item-title {
    font-size: 18px;
  }
}

.servis-content {
  background: #fff;
  border: 1px solid #d4dcda;
  top: 10px;
  left: 5px;
  height: 278px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .servis-content {
    height: 265px;
  }
}

.servis-image {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding-top: 23px;
}
@media screen and (max-width: 767px) {
  .servis-image {
    padding-top: 12px;
  }
}

.servis-text {
  padding: 16px;
  color: #414141;
}
@media screen and (max-width: 767px) {
  .servis-text {
    font-size: 14px;
  }
}

.swiper-pagination {
  position: static !important;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    margin-top: 18px;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 6px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #84b9cb;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px var(--swiper-pagination-bullet-horizontal-gap, 8px);
}

/* work
=============================================*/
.work-items {
  margin-top: 60px;
  max-width: 1200px;
}

@media screen and (min-width: 768px) {
  .work-item {
    display: flex;
    align-items: center;
  }
}
.work-item:first-child {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #d4dcda;
}
.work-item:last-child {
  flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .work-link {
    flex: 0 0 400px;
    transition: opacity 0.3s;
  }
  .work-link:hover {
    opacity: 0.6;
  }
}

.work-image {
  display: block;
}

@media screen and (min-width: 768px) {
  .work-contants {
    flex: 0 1 100%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .work-contants {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .work-contants--reverse {
    margin-right: 4%;
  }
}

.work-item-title {
  font-weight: bold;
}

.work-item-text {
  margin-top: 4px;
}

/* contact
=============================================*/
.contact {
  background-color: #f1f1f1;
  padding: 80px 0;
}

.contact-text {
  margin-top: 52px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .contact-text {
    margin-top: 40px;
    font-size: 15px;
  }
}

.contact-sns {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contact-sns {
    margin-top: 30px;
  }
}

.contact-sns-item {
  display: block;
  transition: opacity 0.3s;
}
.contact-sns-item:hover {
  opacity: 0.6;
}
.contact-sns-item + .contact-sns-item {
  margin-left: 40px;
}

.contact-sns-icon {
  display: block;
  color: #84b9cb;
  font-size: 43px;
}
@media screen and (max-width: 767px) {
  .contact-sns-icon {
    font-size: 32px;
  }
}

.contact-sns {
  text-decoration: none;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .contact-sns {
    font-size: 12px;
  }
}

.contact-sns-name {
  color: #414141;
}

.contact-list {
  max-width: 610px;
  margin: 58px auto 0;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .contact-list {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .contact-item {
    display: flex;
    align-items: center;
  }
}
.contact-item + .contact-item {
  margin-top: 25px;
}

.contact-item-title {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contact-item-title {
    flex: 188px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .contact-input-box {
    flex: 0 1 100%;
  }
}

.contact-input-box {
  width: 100%;
}

.contact-item-textarea {
  margin-top: 25px;
}

input[type=text],
input[type=email] {
  background: #fff;
  border: none;
  border-radius: 0;
  letter-spacing: 0.03rem;
  padding: 3px 12px 3px;
  width: 100%;
  height: 40px;
  position: relative;
  color: #383838;
  font-size: 16px;
  box-shadow: 5px 6px 15px rgba(96, 96, 96, 0.16);
  transition: 0.3s;
}
input[type=text]:hover, input[type=text]:focus,
input[type=email]:hover,
input[type=email]:focus {
  border-bottom: 1px solid #84b9cb;
  outline: none;
}

textarea {
  background: #fff;
  border: none;
  border-radius: 0;
  letter-spacing: 0.03rem;
  height: 160px;
  width: 100%;
  margin-top: 4px;
  padding: 5px 12px 5px;
  resize: vertical;
  font-size: 16px;
  box-shadow: 5px 6px 15px rgba(96, 96, 96, 0.16);
  color: #383838;
  transition: 0.3s;
}
textarea:hover, textarea:focus {
  border: 1px solid #84b9cb;
  outline: none;
}

.contact-form__button {
  text-align: center;
  margin-top: 51px;
}
.contact-form__button [type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  width: 180px;
  padding: 16px 54px;
  color: #84b9cb;
  border: 1px solid #84b9cb;
  display: inline-block;
  cursor: pointer;
  background: #fff;
  cursor: pointer;
  letter-spacing: 0.03rem;
  transition: all 0.3s ease 0s;
  font-size: 16px;
}
.contact-form__button [type=submit]:hover {
  background: #84b9cb;
  color: #fff;
}

.contact-message {
  text-align: center;
  padding: 60px 0;
  display: none;
}
.contact-message.-error {
  color: #FF4646;
}

/* footer
=============================================*/
.footer {
  background-color: #0f2350;
  padding: 20px 0;
}

.footer-text {
  font-size: 12px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-text {
    font-size: 10px;
  }
}