@charset "UTF-8";
.img {
  width: 100%;
  height: auto;
}

body {
  color: #111;
  line-height: 1.5;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inner {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .inner {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}

.br-sp {
  display: none;
}

a {
  color: #111;
  text-decoration: none;
  font-size: 16px;
}

/*header*/
.header-nav-item:nth-of-type(2) {
  position: relative;
}
.header-nav-item:nth-of-type(2)::after {
  position: absolute;
  content: "";
  height: 2px;
  width: calc(100% + 10px);
  background: #2B2775;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  transition: all 0.5s ease 0s;
}

/*head*/
.head {
  background: url(../img/about-head.png) no-repeat center center/cover;
}

/*about*/
.about-title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
  text-align: center;
  color: #2B2775;
}

.about-text {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .about-text {
    text-align: left;
  }
}

.home-about-left {
  margin: auto;
}

.home-about-left {
  width: 500px;
  height: 250px;
}

.home-about-left_img {
  width: 500px;
  height: 250px;
}

.home-about-left {
  width: 560px;
  max-width: 560px;
  height: auto;
  z-index: 1;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-about-left {
    width: 400px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .home-about-left {
    width: 260px;
    height: auto;
  }
}

.home-about-left_img {
  width: 560px;
  max-width: 560px;
  height: auto;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-about-left_img {
    width: 400px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .home-about-left_img {
    width: 260px;
    height: auto;
  }
}

/*company*/
.company {
  padding: 0px;
}

.company-items {
  width: 900px;
  max-width: 100%;
  margin: auto;
}
.company-items:first-of-type {
  border-top: 1px solid #111;
}

.company-item {
  display: flex;
  border-bottom: 1px solid #111;
  padding: 20px;
}

.company-item_title {
  width: 200px;
}
@media (max-width: 767px) {
  .company-item_title {
    width: 140px;
  }
}

.company-item_text {
  width: calc(100% - 200px);
}
@media (max-width: 767px) {
  .company-item_text {
    width: 100%;
  }
}

/*message*/
.message-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .message-flex {
    display: block;
  }
}

@media (max-width: 767px) {
  .message-flex_left {
    text-align: center;
    margin-top: 20px;
  }
}
.message-flex_left img {
  width: 250px;
  height: auto;
}
@media (max-width: 767px) {
  .message-flex_left img {
    width: 150px;
  }
}

.message-flex_right {
  width: 550px;
  max-width: 100%;
  margin-left: 60px;
}
@media (max-width: 767px) {
  .message-flex_right {
    width: 100%;
    margin-left: 0;
  }
}

.message-flex_right_name {
  margin-top: 20px;
  text-align: right;
}