@charset "UTF-8";
/*----------------------------------
設定
----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap");
/*----------------------------------
下層ページ共通
----------------------------------*/
.page-mainvisual {
  margin-top: 140px;
  padding: 50px 0 0 30px;
}

@media (max-width: 1024px) {
  .page-mainvisual {
    margin-top: 80px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .page-mainvisual {
    margin-top: 70px;
  }
}

.page-mainvisual .inner2 {
  position: relative;
}

@media (max-width: 1024px) {
  .page-mainvisual .inner2 {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .page-mainvisual .inner2 {
    padding: 0;
  }
}

.page-mainvisual__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

@media (max-width: 1024px) {
  .page-mainvisual__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .page-mainvisual__wrap {
    display: block;
  }
}

.page-mainvisual__wrap .section-title {
  margin-top: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}

@media (max-width: 1024px) {
  .page-mainvisual__wrap .section-title {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .page-mainvisual__wrap .section-title {
    position: absolute;
    top: 50%;
    left: 3%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
    margin-top: 0;
    padding-right: 10px;
  }
}

.page-mainvisual__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 71.538%;
          flex: 0 0 71.538%;
}

@media (max-width: 1024px) {
  .page-mainvisual__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 280px);
            flex: 0 0 calc(100% - 280px);
  }
}

@media (max-width: 767px) {
  .page-mainvisual__img {
    width: 80%;
    margin-left: auto;
  }
}

.page-mainvisual__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 785px;
  max-width: 100%;
  padding: 60px 64px 20px 0;
  background-color: #fff;
}

@media (max-width: 1359px) {
  .page-mainvisual__content {
    padding-top: 30px;
  }
}

@media (max-width: 1024px) {
  .page-mainvisual__content {
    width: 90%;
    position: relative;
    -webkit-transform: none;
            transform: none;
    margin: -4vw auto 0;
    bottom: 0;
    left: 0;
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .page-mainvisual__content {
    padding: 20px 10px;
  }
}

.page-mainvisual__content .top__title {
  margin-top: 0;
}

.page-mainvisual__content .top__text {
  margin-top: 10px;
}

.section__title {
  font-size: 32px;
  font-weight: 500;
  position: relative;
  text-align: center;
}

@media (max-width: 1024px) {
  .section__title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .section__title {
    font-size: 24px;
  }
}

.section__title::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background-color: #0863eb;
}

.section__text {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .section__text {
    margin-top: 30px;
    font-size: 15px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .pagination {
    margin-top: 70px;
  }
}

.pagination-link {
  display: inline-block;
  margin-right: 12px;
}

.pagination-link:last-child {
  margin-right: 0;
}

.page-numbers {
  width: 41px;
  height: 47px;
  border: 1px solid #0863eb;
  text-align: center;
  padding-top: 9px;
  font-size: 14px;
  font-weight: 700;
  color: #0863eb;
  margin-right: 8px;
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  color: #fff;
  background-color: #0863eb;
}

/*----------------------------------
設備一覧
----------------------------------*/
.facility-sec01 {
  margin-top: 100px;
  padding: 0 30px;
}

@media (max-width: 1024px) {
  .facility-sec01 {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .facility-sec01 {
    margin-top: 60px;
  }
}

.facility-sec01__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .facility-sec01__wrap {
    display: block;
    margin-top: 40px;
  }
}

.facility-sec01__img {
  width: calc(33.333% - 100px / 3);
}

@media (max-width: 767px) {
  .facility-sec01__img {
    width: 400px;
    max-width: 100%;
    margin: auto;
  }
}

.facility-sec01__img + .facility-sec01__img {
  margin-left: 50px;
}

@media (max-width: 767px) {
  .facility-sec01__img + .facility-sec01__img {
    margin: 30px auto 0;
  }
}

.facility-sec01__content .facility-table {
  background-color: #fff;
  border-collapse: collapse;
  margin-top: 70px;
}

@media (max-width: 767px) {
  .facility-sec01__content .facility-table {
    margin-top: 50px;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.facility-sec01__content .facility-table tr {
  height: 68px;
}

@media (max-width: 767px) {
  .facility-sec01__content .facility-table tr {
    height: auto;
  }
}

.facility-sec01__content .facility-table th,
.facility-sec01__content .facility-table td {
  padding-right: 17px;
  display: table-cell;
  vertical-align: middle;
  border: solid 1px #b2b2b2;
  line-height: 2;
}

.facility-sec01__content .facility-table th {
  background-color: #EBF3FF;
  width: 400px;
  text-align: left;
  padding: 10px 10px 10px 60px;
}

@media (max-width: 1024px) {
  .facility-sec01__content .facility-table th {
    padding-left: 19px;
  }
}

@media (max-width: 767px) {
  .facility-sec01__content .facility-table th {
    width: 240px;
    padding: 10px 5px 10px 10px;
  }
}

.facility-sec01__content .facility-table td {
  padding-right: 17px;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .facility-sec01__content .facility-table td {
    padding-right: 5px;
  }
}

.facility-sec01__content .facility-table td:nth-child(2) {
  width: 48.307%;
  padding: 24px 10px 24px 95px;
}

@media (max-width: 767px) {
  .facility-sec01__content .facility-table td:nth-child(2) {
    padding: 24px 20px;
  }
}

.facility-sec01__content .facility-table td:nth-child(3) {
  width: 20.769%;
  text-align: center;
}

@media (max-width: 767px) {
  .facility-sec01__content .facility-table td:nth-child(3) {
    padding: 10px 30px;
  }
}

/*----------------------------------
製作事例
----------------------------------*/
.works {
  margin-top: 100px;
  padding: 0 30px;
}

@media (max-width: 1024px) {
  .works {
    padding: 0;
  }
}

.works__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .works__items {
    display: block;
  }
}

.works__item {
  width: calc(33.333% - 100px / 3);
}

@media (max-width: 1024px) {
  .works__item {
    width: calc(50% - 50px / 2);
  }
}

@media (max-width: 767px) {
  .works__item {
    width: 400px;
    max-width: 100%;
    margin: auto;
  }
}

.works__item + .works__item {
  margin-left: 50px;
}

@media (max-width: 767px) {
  .works__item + .works__item {
    margin: 50px auto 0;
  }
}

.works__item:nth-child(3n + 1) {
  margin-left: 0;
}

@media (max-width: 767px) {
  .works__item:nth-child(3n + 1) {
    margin: 50px auto 0;
  }
}

@media (max-width: 1024px) {
  .works__item:nth-child(even) {
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  .works__item:nth-child(even) {
    margin: 50px auto 0;
  }
}

@media (max-width: 1024px) {
  .works__item:nth-child(odd) {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .works__item:nth-child(odd) {
    margin: 50px auto 0;
  }
}

.works__item:nth-child(n + 4) {
  margin-top: 60px;
}

@media (max-width: 1024px) {
  .works__item:nth-child(3) {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .works__item:nth-child(3) {
    margin-top: 50px;
  }
}

.works__img {
  height: 280px;
}

@media screen and (min-width: 1025px) and (max-width: 1399px) {
  .works__img {
    height: 20vw;
  }
}

@media (max-width: 1024px) {
  .works__img {
    height: 280px;
  }
}

@media screen and (min-width: 768px) and (max-width: 897px) {
  .works__img {
    height: 31.2vw;
  }
}

@media screen and (max-width: 431px) {
  .works__img {
    height: 65vw;
  }
}

.works__img img {
  height: 100%;
}

.works__text {
  margin-top: 5px;
}

/*----------------------------------
事業・技術案内
----------------------------------*/
.service-sec01 {
  margin-top: 150px;
  padding: 0 30px;
}

@media (max-width: 1024px) {
  .service-sec01 {
    padding: 0;
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .service-sec01 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 400px) and (max-width: 599px) {
  .service-sec01 .service-flow__wrap {
    padding-left: 11px;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .service-sec01 .main-message {
    font-size: 14px;
    padding-left: 4px;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .service-sec01 .center-circle {
    width: 400px;
  }
}

@media screen and (min-width: 400px) and (max-width: 599px) {
  .service-sec01 .center-circle {
    width: 257px;
  }
}

@media (max-width: 399px) {
  .service-sec01 .center-circle {
    width: 230px;
    height: 138px;
  }
}

@media (max-width: 1024px) {
  .service-sec01 .top-left-circle {
    top: 24%;
    left: 7%;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .service-sec01 .top-left-circle {
    top: 30%;
    left: -2%;
  }
}

@media screen and (min-width: 400px) and (max-width: 599px) {
  .service-sec01 .top-left-circle {
    left: 9%;
  }
}

@media (max-width: 399px) {
  .service-sec01 .top-left-circle {
    top: 34%;
    left: 15%;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .service-sec01 .top-right-circle {
    right: -39%;
  }
}

@media (max-width: 399px) {
  .service-sec01 .top-right-circle {
    right: -38%;
  }
}

@media screen and (min-width: 400px) and (max-width: 599px) {
  .service-sec01 .top-left-circle,
  .service-sec01 .top-right-circle {
    top: 36%;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .service-sec01 .bottom-left-circle,
  .service-sec01 .bottom-right-circle {
    bottom: -25%;
  }
}

@media screen and (min-width: 400px) and (max-width: 599px) {
  .service-sec01 .bottom-left-circle,
  .service-sec01 .bottom-right-circle {
    bottom: -54px;
  }
}

@media screen and (min-width: 400px) and (max-width: 599px) {
  .service-sec01 .bottom-right-circle {
    right: -42%;
  }
}

@media (max-width: 399px) {
  .service-sec01 .bottom-left-circle {
    left: 23%;
  }
}

.service-sec01__content {
  border: 1px solid #333;
  padding: 60px 20px 120px;
}

@media (max-width: 767px) {
  .service-sec01__content {
    padding: 40px 10px 60px;
  }
}

@media screen and (min-width: 1px) and (max-width: 599px) {
  .service-sec01__lists {
    margin-top: 70px;
  }
}

.service-sec01__list + .service-sec01__list {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .service-sec01__list + .service-sec01__list {
    margin-top: 30px;
  }
}

.flow__title {
  font-weight: 700;
  color: #0863eb;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(78%, transparent), color-stop(60%, rgba(254, 127, 10, 0.3)));
  background: linear-gradient(transparent 78%, rgba(254, 127, 10, 0.3) 60%);
  line-height: 1.3;
}

.flow-number {
  font-size: 70px;
}

@media (max-width: 1024px) {
  .flow-number {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .flow-number {
    font-size: 50px;
  }
}

.flow-number::after {
  content: '';
  display: inline-block;
  background: #0863eb;
  width: 3px;
  height: 1em;
  margin: -.2em 13px 0 30px;
  vertical-align: middle;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

@media (max-width: 1024px) {
  .flow-number::after {
    margin: -.2em 10px 0 23px;
  }
}

@media (max-width: 1024px) {
  .flow-number::after {
    margin: -.2em 8px 0 18px;
  }
}

.flow-title {
  font-size: 28px;
}

@media (max-width: 1024px) {
  .flow-title {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .flow-title {
    font-size: 18px;
  }
}

.flow__text {
  margin-top: 25px;
  padding-left: 40px;
}

@media (max-width: 767px) {
  .flow__text {
    margin-top: 15px;
    padding-left: 0;
  }
}

.service-sec02 {
  margin-top: 110px;
  padding: 70px 30px 170px;
  background-color: #F9FBFF;
}

@media (max-width: 1024px) {
  .service-sec02 {
    padding: 70px 0 170px;
  }
}

@media (max-width: 767px) {
  .service-sec02 {
    margin-top: 60px;
    padding: 40px 0 80px;
  }
}

.service-sec02__items {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .service-sec02__items {
    display: block;
  }
}

.service-sec02__item {
  width: calc(50% - 140px / 2);
}

@media (max-width: 1024px) {
  .service-sec02__item {
    width: calc(50% - 70px / 2);
  }
}

@media (max-width: 767px) {
  .service-sec02__item {
    width: 430px;
    max-width: 100%;
    margin: auto;
  }
}

.service-sec02__item:nth-child(even) {
  margin-left: 140px;
}

@media (max-width: 1024px) {
  .service-sec02__item:nth-child(even) {
    margin-left: 70px;
  }
}

@media (max-width: 767px) {
  .service-sec02__item:nth-child(even) {
    margin: auto;
  }
}

.service-sec02__item:nth-child(n + 3) {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .service-sec02__item:nth-child(n + 3) {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .service-sec02__item:nth-child(2) {
    margin-top: 50px;
  }
}

.service-sec02__title {
  font-size: 20px;
  font-weight: 500;
  padding-left: 10px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .service-sec02__title {
    font-size: 16px;
    padding-left: 0;
  }
}

.service-sec02__text {
  padding: 0 10px;
  line-height: 1.4;
  margin-top: 3px;
}

@media (max-width: 767px) {
  .service-sec02__text {
    padding: 0;
  }
}

.page-service .contact-banner {
  margin-top: 0;
}

/*----------------------------------
お知らせ（一覧）
----------------------------------*/
@media (max-width: 767px) {
  .page-contact .page-mainvisual__wrap,
  .news .page-mainvisual__wrap {
    height: 50px;
    background-color: rgba(8, 99, 235, 0.1);
  }
}

@media (max-width: 767px) {
  .page-contact .section-title,
  .news .section-title {
    background-color: transparent;
  }
}

.news-archive {
  margin-top: 60px;
  padding: 30px;
}

@media (max-width: 1024px) {
  .news-archive {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .news-archive {
    margin-top: 40px;
  }
}

.news-archive .top-news__item {
  padding-bottom: 20px;
}

/*----------------------------------
お知らせ（詳細）
----------------------------------*/
.news-single {
  padding: 100px 30px 0;
}

@media (max-width: 1024px) {
  .news-single {
    padding: 70px 0 0;
  }
}

@media (max-width: 767px) {
  .news-single {
    padding: 50px 0 0;
  }
}

.news-single .info__published {
  color: #808080;
  font-size: 15px;
}

.news-single .info__meta {
  border-right: none;
}

.news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .news__head {
    display: block;
  }
}

.news__title {
  font-size: 24px;
  margin-left: 33px;
}

@media (max-width: 1024px) {
  .news__title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .news__title {
    font-size: 20px;
    margin-left: 0;
  }
}

.news__date {
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
}

@media (max-width: 767px) {
  .news__date {
    font-size: 16px;
  }
}

.news__content {
  margin-top: 35px;
  padding: 50px 75px;
  border: 1px solid #707070;
}

@media (max-width: 1024px) {
  .news__content {
    padding: 40px 45px;
  }
}

@media (max-width: 767px) {
  .news__content {
    padding: 30px 10px;
  }
}

.news__text + .news__text {
  margin-top: 24px;
}

.news-single__footer {
  padding: 70px 0 24px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .news-single__footer {
    padding: 40px 0 0;
    font-size: 14px;
  }
}

.news-single__footer a {
  color: #333;
}

.news-single__footer-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.news-single__footer-left {
  position: absolute;
  left: 0;
}

.news-single__footer-left a {
  position: relative;
  padding-left: 15px;
}

.news-single__footer-left a::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  margin: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  top: 10px;
  left: 0;
}

@media (max-width: 767px) {
  .news-single__footer-left a::before {
    top: 6px;
  }
}

.news-single__footer-right {
  position: absolute;
  right: 0;
}

.news-single__footer-right a {
  position: relative;
  padding-right: 15px;
}

.news-single__footer-right a::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  margin: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 0;
}

@media (max-width: 767px) {
  .news-single__footer-right a::after {
    top: 6px;
  }
}

/*----------------------------------
会社案内
----------------------------------*/
@media (min-width: 1920px) {
  .page-company .page-mainvisual__content {
    bottom: -180px;
  }
}

@media (min-width: 1025px) and (max-width: 1919px) {
  .page-company .page-mainvisual__content {
    bottom: -180px;
  }
}

.company-sec01 {
  margin-top: 220px;
  padding: 0 30px;
}

@media (max-width: 1024px) {
  .company-sec01 {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .company-sec01 {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .company-sec01 {
    margin-top: 50px;
  }
}

.company__items {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .company__items {
    margin-top: 50px;
  }
}

.company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 30px 50px;
  border-bottom: 1px solid #DEE2E7;
}

@media (max-width: 767px) {
  .company__item {
    display: block;
    padding: 15px 0 15px 0;
  }
}

.company__item:first-child {
  border-top: 1px solid #DEE2E7;
}

.company__item-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 100%;
  font-weight: 500;
  line-height: 1.875;
}

@media (max-width: 1024px) {
  .company__item-title {
    padding-left: 29px;
  }
}

@media (max-width: 767px) {
  .company__item-title {
    padding-left: 0;
    font-weight: 500;
  }
}

.company__item-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 82%;
          flex: 0 0 82%;
  line-height: 1.875;
}

@media (max-width: 1024px) {
  .company__item-text {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .company__item-text {
    padding-left: 0;
    border-left: none;
  }
}

.map iframe,
.company-map iframe {
  max-width: 100%;
}

.map {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .map {
    margin-top: 40px;
  }
}

.company-sec02 {
  margin-top: 100px;
  padding: 70px 50px 100px;
  background-color: #F9FBFF;
}

@media (max-width: 1024px) {
  .company-sec02 {
    padding: 70px 0 100px;
  }
}

@media (max-width: 767px) {
  .company-sec02 {
    margin-top: 60px;
    padding: 40px 0 70px;
  }
}

.company-sec02__items {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .company-sec02__items {
    display: block;
  }
}

.company-sec02__item {
  width: calc(33.333% - 100px / 3);
}

@media (max-width: 1024px) {
  .company-sec02__item {
    width: calc(33.333% - 60px / 3);
  }
}

@media (max-width: 767px) {
  .company-sec02__item {
    width: 400px;
    max-width: 100%;
    margin: auto;
  }
}

.company-sec02__item + .company-sec02__item {
  margin-left: 50px;
}

@media (max-width: 1024px) {
  .company-sec02__item + .company-sec02__item {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .company-sec02__item + .company-sec02__item {
    margin: 30px auto 0;
  }
}

.company-sec02__title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 1024px) {
  .company-sec02__title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .company-sec02__title {
    font-size: 16px;
  }
}

.company-sec02__img {
  margin-top: 15px;
}

.company-sec02__text {
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 1024px) {
  .company-sec02__text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .company-sec02__text {
    font-size: 14px;
  }
}

.company-map {
  margin-top: 25px;
}

.page-company .contact-banner {
  margin-top: 0;
}

/*----------------------------------
ブログ（一覧）
----------------------------------*/
.blog-archive {
  margin-top: 70px;
  padding: 0 50px;
}

@media (max-width: 1024px) {
  .blog-archive {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .blog-archive {
    margin-top: 40px;
  }
}

.blog-archive .info__published {
  font-family: "Work Sans", sans-serif;
}

.blog__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .blog__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .blog__items {
    display: block;
  }
}

.blog__item {
  width: calc(33.333% - 100px / 3);
  -webkit-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1024px) {
  .blog__item {
    width: calc(50% - 50px / 2);
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .blog__item {
    width: 400px;
    max-width: 100%;
    margin: auto;
    display: block;
  }
}

.blog__item + .blog__item {
  margin-left: 50px;
}

@media (max-width: 767px) {
  .blog__item + .blog__item {
    margin: 50px auto 0;
  }
}

.blog__item:nth-child(3n + 1) {
  margin-left: 0;
}

@media (max-width: 767px) {
  .blog__item:nth-child(3n + 1) {
    margin: 50px auto 0;
  }
}

@media (max-width: 1024px) {
  .blog__item:nth-child(even) {
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  .blog__item:nth-child(even) {
    margin: 50px auto 0;
  }
}

@media (max-width: 1024px) {
  .blog__item:nth-child(odd) {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .blog__item:nth-child(odd) {
    margin: 50px auto 0;
  }
}

.blog__item:nth-child(n + 4) {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .blog__item:nth-child(n + 4) {
    margin-top: 50px;
  }
}

@media (max-width: 1024px) {
  .blog__item:nth-child(3) {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .blog__item:nth-child(3) {
    margin-top: 50px;
  }
}

.blog__img {
  height: 280px;
}

@media screen and (min-width: 1025px) and (max-width: 1399px) {
  .blog__img {
    height: 20vw;
  }
}

@media (max-width: 1024px) {
  .blog__img {
    height: 280px;
  }
}

@media screen and (min-width: 768px) and (max-width: 897px) {
  .blog__img {
    height: 31.2vw;
  }
}

@media screen and (max-width: 431px) {
  .blog__img {
    height: 65vw;
  }
}

.blog__img img {
  height: 100%;
}

.blog__wrap {
  padding: 5px 7px 30px 7px;
  color: #333;
}

/*----------------------------------
ブログ（詳細）
----------------------------------*/
.blog-single .news__content {
  margin-top: 50px;
  border-left: none;
  border-right: none;
  padding: 50px;
}

@media (max-width: 1024px) {
  .blog-single .news__content {
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .blog-single .news__content {
    padding: 30px 10px;
  }
}

.blog-single__img {
  width: 650px;
  max-width: 100%;
  height: 400px;
  margin: 65px auto 0;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single__img {
    margin: 40px auto 0;
    width: 85%;
    height: 50.1vw;
  }
}

.blog-single__img img {
  height: 100%;
}

.blog-single__img::before, .blog-single__img::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

@media (max-width: 767px) {
  .blog-single__img::before, .blog-single__img::after {
    width: 25px;
    height: 25px;
  }
}

.blog-single__img::before {
  background: url(../img/arrow-prev.png) no-repeat center left/contain;
  left: -60px;
}

@media (max-width: 767px) {
  .blog-single__img::before {
    left: -40px;
  }
}

@media (max-width: 399px) {
  .blog-single__img::before {
    left: -30px;
  }
}

.blog-single__img::after {
  background: url(../img/arrow-next.png) no-repeat center left/contain;
  right: -60px;
}

@media (max-width: 767px) {
  .blog-single__img::after {
    right: -40px;
  }
}

@media (max-width: 399px) {
  .blog-single__img::after {
    right: -30px;
  }
}

/*----------------------------------
採用情報
----------------------------------*/
.page-recruit .contact-banner {
  margin-top: 0;
}

.swiper-container {
  overflow: hidden;
  margin-top: 90px;
}

@media (max-width: 767px) {
  .swiper-container {
    margin-top: 50px;
  }
}

.swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.swiper-slide {
  height: 17vw;
}

@media (min-width: 1920px) {
  .swiper-slide {
    height: 325px;
  }
}

@media (max-width: 767px) {
  .swiper-slide {
    height: 34vw;
  }
}

.swiper-slide img {
  height: 100%;
}

.recruit {
  margin-top: 80px;
  padding: 0 30px;
}

@media (max-width: 1024px) {
  .recruit {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .recruit {
    margin-top: 60px;
  }
}

.recruit-btn__wrap {
  margin-top: 100px;
  border-bottom: 1px solid #0863eb;
}

@media (max-width: 767px) {
  .recruit-btn__wrap {
    border-bottom: none;
    margin-top: 70px;
  }
}

.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  overflow: auto;
}

@media (max-width: 767px) {
  .tab-wrap {
    display: block;
  }
}

.tab {
  text-align: center;
  border: 1px solid #0863eb;
  font-weight: 700;
  border-bottom: none;
  display: inline-block;
  color: #0863eb;
  padding: 12px 60px;
}

@media (max-width: 767px) {
  .tab {
    border-bottom: 1px solid #0863eb;
    display: block;
    width: 450px;
    max-width: 100%;
    margin: auto;
  }
}

.tab:hover {
  cursor: pointer;
  opacity: 0.7;
}

.tab:not(:first-child) {
  margin-left: 50px;
}

@media (max-width: 767px) {
  .tab:not(:first-child) {
    margin: 20px auto 0;
  }
}

.panel-wrapper {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .panel-wrapper {
    margin: 60px auto 0;
  }
}

.panel {
  display: none;
}

.is-show {
  display: block;
}

.is-active {
  background-color: #0863eb;
  color: #fff;
  padding: 20px 70px;
}

.is-active:hover {
  opacity: 1;
  cursor: auto;
}

.recruit__inner {
  padding-bottom: 100px;
  border-bottom: 1px solid #0863eb;
}

@media (max-width: 767px) {
  .recruit__inner .recruit__items {
    width: 450px;
  }
}

@media (max-width: 767px) {
  .recruit__items {
    width: 243px;
    max-width: 100%;
    margin: auto;
  }
}

.recruit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .recruit__item {
    display: block;
  }
}

.recruit__item + .recruit__item {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .recruit__item + .recruit__item {
    margin-top: 25px;
  }
}

.recruit__item-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21.296%;
          flex: 0 0 21.296%;
  max-width: 100%;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .recruit__item-title {
    font-weight: 700;
    font-size: 15px;
    margin-top: 0;
  }
}

.recruit__item-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 76%;
          flex: 0 0 76%;
  line-height: 2;
}

@media (max-width: 767px) {
  .recruit__item-text {
    margin-top: 5px;
  }
}

.recruit__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .recruit__title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .recruit__title {
    font-size: 20px;
  }
}

.recruit-bottom {
  text-align: center;
  margin-top: 70px;
  padding: 70px 20px;
  background-color: #F9FBFF;
}

@media (max-width: 767px) {
  .recruit-bottom {
    margin-top: 50px;
  }
}

.recruit-message {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}

@media (max-width: 767px) {
  .recruit-message {
    font-size: 16px;
  }
}

.recruit-btn {
  margin-top: 47px;
  position: relative;
}

.recruit-btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 370px;
  max-width: 100%;
  height: 80px;
  background-color: #fe7f0a;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  border-radius: 100px;
  margin: auto;
  padding-bottom: 3px;
  position: relative;
  -webkit-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .recruit-btn-link {
    font-size: 16px;
    width: 350px;
    height: 70px;
  }
}

.recruit-btn-link::after {
  content: '';
  position: absolute;
  right: 60px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .recruit-btn-link::after {
    right: 35px;
  }
}

/*----------------------------------
お問い合わせ
----------------------------------*/
.page-contact .contact-banner {
  margin-top: 0;
}

.page-contact .contact-banner .inner2 {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .page-contact .contact-banner .inner2 {
    padding-top: 30px;
  }
}

.page-contact .contact-number {
  width: 100%;
}

.page-contact .contact-number.tel {
  margin-top: 15px;
}

.page-contact .contact-number.fax {
  font-size: 35px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .page-contact .contact-number.fax {
    font-size: 22px;
  }
}

.page-contact .contact-number.fax .font-small {
  font-size: 20px;
}

@media (max-width: 767px) {
  .page-contact .contact-number.fax .font-small {
    font-size: 14px;
  }
}

.contact {
  padding: 80px 0 180px;
}

@media (max-width: 767px) {
  .contact {
    padding: 30px 0 100px;
  }
}

@media (max-width: 767px) {
  .contact .contact-banner__content {
    padding-top: 30px;
  }
}

.contact-message {
  font-size: 32px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .contact-message {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .contact-message {
    font-size: 22px;
  }
}

.contact-banner-fax {
  font-size: 30px;
  font-weight: 700;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .contact-banner-fax {
    font-size: 20px;
  }
}

.contact-wrapper {
  width: 880px;
  max-width: 100%;
  margin: 80px auto 0;
  background-color: #fff;
}

@media (max-width: 767px) {
  .contact-wrapper {
    margin-top: 50px;
  }
}

.required {
  font-size: 14px;
  color: #e60000;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .required {
    width: 494px;
    max-width: 100%;
    margin: 0 auto 10px;
  }
}

.contact-content {
  padding: 0 30px;
}

@media (max-width: 1024px) {
  .contact-content {
    padding: 0 24px;
  }
}

@media (max-width: 767px) {
  .contact-content {
    padding: 0 16px;
  }
}

.contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .contact-row {
    display: block;
    width: 494px;
    max-width: 100%;
    margin: 0 auto 20px;
  }
}

.contact-row:nth-child(7) .contact-title::before {
  top: 18px;
}

.contact-row:nth-child(8) {
  height: 150px;
}

@media (max-width: 767px) {
  .contact-row:nth-child(8) {
    height: 165px;
  }
}

.contact-row:last-child {
  height: 280px;
}

@media (max-width: 767px) {
  .contact-row:last-child {
    height: 238px;
  }
}

.contact-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  padding: 12px 0 0 22px;
  position: relative;
}

@media (max-width: 767px) {
  .contact-title {
    padding-left: 18px;
  }
}

.contact-title::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #0863eb;
}

@media (max-width: 767px) {
  .contact-title::before {
    width: 13px;
    height: 13px;
    left: 1px;
  }
}

.contact-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 680px;
          flex: 0 0 680px;
  max-width: 100%;
  height: 60px;
  margin-left: 78px;
}

@media (max-width: 1024px) {
  .contact-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 530px;
            flex: 0 0 530px;
  }
}

@media (max-width: 767px) {
  .contact-text {
    height: 45px;
    margin: 10px auto 0;
  }
}

input[type="text"],
input[type="email"] {
  width: 650px;
  max-width: 100%;
  height: 50px;
  padding-left: 15px;
  font-size: 16px;
}

@media (max-width: 1024px) {
  input[type="text"],
  input[type="email"] {
    width: 510px;
  }
}

::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}

.contact-title__wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}

.contact-type {
  margin-left: 78px;
}

@media (max-width: 767px) {
  .contact-type {
    margin: 10px auto 0;
  }
}

.contact-type label {
  display: inline-block;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .contact-type label {
    width: 162px;
  }
}

@media (min-width: 1920px) {
  .contact-type label:not(:first-child) {
    margin-left: 50px;
  }
}

@media (min-width: 1025px) and (max-width: 1919px) {
  .contact-type label:not(:first-child) {
    margin-left: 3vw;
  }
}

@media (max-width: 1024px) {
  .contact-type label:not(:first-child) {
    margin-left: 3vw;
  }
}

@media (max-width: 767px) {
  .contact-type label:not(:first-child) {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .contact-type label:last-child {
    margin-right: 0;
  }
}

.contact-type .check-text {
  letter-spacing: 0.12em;
  font-size: 15px;
}

@media (max-width: 767px) {
  .contact-type .check-text {
    font-size: 14px;
  }
}

textarea {
  width: 650px;
  max-width: 100%;
  height: 280px;
  padding: 11px 11px 11px 15px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 1024px) {
  textarea {
    width: 510px;
  }
}

@media (max-width: 767px) {
  textarea {
    margin: auto;
    height: 200px;
  }
}

.contact__check {
  text-align: center;
}

@media (max-width: 767px) {
  .contact__check {
    margin-top: 10px;
  }
}

.form-checkbox {
  display: none;
}

.form-checkbox + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 35px;
  position: relative;
}

@media (max-width: 767px) {
  .form-checkbox + span {
    padding-left: 30px;
  }
}

.form-checkbox + span::before, .form-checkbox + span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-checkbox + span::before {
  background: #fff;
  border: 1px solid #707070;
  display: block;
  left: 0;
  width: 21px;
  height: 21px;
}

@media (max-width: 767px) {
  .form-checkbox + span::before {
    width: 18px;
    height: 18px;
  }
}

.form-checkbox + span::after {
  content: "";
  top: 8px;
  left: 3px;
  width: 16px;
  height: 8px;
  border-left: 2px solid #0863eb;
  border-bottom: 2px solid #0863eb;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}

@media (max-width: 767px) {
  .form-checkbox + span::after {
    width: 14px;
    height: 7px;
  }
}

.form-checkbox:active + span::before {
  border: 1px solid #6d8efc;
  background: #d1d9f6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-checkbox:checked + span::after {
  opacity: 1;
}

.btn-submit {
  width: 250px;
  max-width: 100%;
  height: 54px;
  padding-bottom: 2px;
  text-align: center;
  position: relative;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0863eb;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .btn-submit {
    margin: 40px auto 0;
    font-size: 16px;
  }
}

.praivacy-policy {
  color: #333;
  text-decoration: underline;
}

.file + .file {
  margin-top: 12px;
}

.file-link {
  display: inline-block;
  width: 154px;
  height: 40px;
  background-color: #e3e3e3;
  border: 1px solid #999;
  text-align: center;
  padding-top: 5px;
  color: #333;
  font-size: 14px;
}

@media (max-width: 767px) {
  .file-link {
    width: 140px;
    height: 35px;
    font-size: 12px;
  }
}

/*----------------------------------
プライバシーポリシー
----------------------------------*/
.page-policy .page-mainvisual__wrap .section-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (max-width: 767px) {
  .page-policy .page-mainvisual__wrap .section-title {
    font-size: 19px;
  }
}

.policy {
  padding: 10px 30px 180px;
}

@media (max-width: 1024px) {
  .policy {
    padding: 10px 0 150px;
  }
}

@media (max-width: 767px) {
  .policy {
    padding: 10px 0 80px;
  }
}

.policy__item {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .policy__item {
    margin-top: 40px;
  }
}

.policy__item + .policy__item {
  margin-top: 30px;
}

.policy__title {
  font-weight: 500;
}

@media (max-width: 767px) {
  .policy__title {
    font-size: 15px;
  }
}

.policy__text {
  margin-top: 5px;
}

/*----------------------------------
初期化
----------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.875;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover {
  opacity: 0.7;
}

/*----------------------------------
補完クラス
----------------------------------*/
@media (min-width: 1920px) {
  .hidden-xl {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1919px) {
  .hidden-pc {
    display: none;
  }
}

@media (max-width: 1359px) {
  .hidden-hamburger {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-tab {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media (max-width: 399px) {
  .hidden-xs {
    display: none;
  }
}

@media screen and (max-width: 379px) {
  .hidden-380 {
    display: none;
  }
}

@media screen and (max-width: 429px) {
  .hidden-430 {
    display: none;
  }
}

/*----------------------------------
共通パーツ
----------------------------------*/
.inner,
.inner2 {
  max-width: 100%;
  margin: 0 auto;
  height: inherit;
}

@media (max-width: 1024px) {
  .inner,
  .inner2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 767px) {
  .inner,
  .inner2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.inner {
  width: 1000px;
}

.inner2 {
  width: 1300px;
}

.section-title {
  font-size: 32px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 1024px) {
  .section-title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
  }
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #0863eb;
}

.title-ja {
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  margin-left: 20px;
}

@media (max-width: 1024px) {
  .title-ja {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .title-ja {
    font-size: 12px;
    margin-left: 10px;
  }
}

.btn {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .btn {
    margin-top: 20px;
  }
}

.btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  max-width: 100%;
  height: 45px;
  border: 1px solid #0863eb;
  color: #0863eb;
  font-weight: 500;
  position: relative;
}

@media (max-width: 767px) {
  .btn-link {
    font-size: 16px;
  }
}

.btn-link::after {
  content: "";
  position: absolute;
  top: 42.2%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-top: 2px solid #0863eb;
  border-right: 2px solid #0863eb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .btn-link::after {
    right: 17px;
  }
}

.btn-link:hover {
  background-color: #0863eb;
  color: #fff;
  opacity: 1;
}

.btn-link:hover::after {
  border-color: #fff;
}

/*----------------------------------
ヘッダー
----------------------------------*/
.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

@media (max-width: 767px) {
  .header {
    padding: 10px 0 16px;
  }
}

.header__above {
  padding: 0 20px;
}

@media (max-width: 1024px) {
  .header__above {
    padding-left: 0;
  }
}

.header__above .inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .header__above .inner2 {
    padding-left: 5px;
  }
}

.header__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

@media (max-width: 767px) {
  .header__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
}

.header-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
  position: relative;
  text-align: right;
}

@media (max-width: 1024px) {
  .header-number {
    display: none;
  }
}

.header-contact {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28.244%;
          flex: 0 0 28.244%;
  text-align: center;
  margin-left: 20px;
}

@media (max-width: 1024px) {
  .header-contact {
    margin-right: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
  }
}

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

.header__logo {
  margin-top: -25px;
  line-height: 1.1;
  font-size: 36px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .header__logo {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .header__logo {
    font-size: 20px;
    margin-top: 0;
  }
}

.header__logo span {
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .header__logo span {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .header__logo span {
    font-size: 10px;
  }
}

.header__logo a {
  color: #333;
}

.phone-number {
  font-family: "Work Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

@media (max-width: 1024px) {
  .phone-number {
    padding-left: 4.3vw;
  }
}

.phone-number::before {
  content: "";
  background: url(../img/icon-tel.png) no-repeat center left/contain;
  position: absolute;
  top: 3px;
  left: -32px;
  width: 32px;
  height: 31px;
}

@media (max-width: 1024px) {
  .phone-number::before {
    left: 2.2vw;
  }
}

@media (min-width: 1920px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media (min-width: 1025px) and (max-width: 1919px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.phone-contact-link {
  display: block;
  background-color: #fe7f0a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 170px;
  height: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 27px;
}

.phone-contact-link::before {
  content: "";
  background: url(../img/icon-mail-header.png) no-repeat center left/contain;
  position: absolute;
  top: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25px;
  height: 25px;
}

.header__bottom {
  background-color: #0863eb;
  height: 60px;
  padding-top: 15px;
}

@media (max-width: 1024px) {
  .header__bottom {
    display: none;
  }
}

.header__bottom-inner {
  max-width: 100%;
  margin: auto;
  width: 1300px;
}

@media (max-width: 1359px) {
  .header__bottom-inner {
    width: 1035px;
  }
}

.header__nav {
  margin-left: auto;
  height: 100%;
}

ul.header__nav-items {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

ul.header__nav-items li {
  height: 100%;
  margin-left: 97px;
}

@media (max-width: 1359px) {
  ul.header__nav-items li {
    margin-left: 60px;
  }
}

ul.header__nav-items li:first-child {
  margin-left: 40px;
}

ul.header__nav-items li:last-child {
  border-right: none;
}

ul.header__nav-items li a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #fff;
  display: block;
  height: 100%;
  position: relative;
  font-weight: 700;
}

/*----------------------------------
ドロワー
----------------------------------*/
/*menu*/
.drawer__toggle {
  display: none;
}

@media (max-width: 1024px) {
  .drawer__toggle {
    display: block;
    height: 20px;
    position: fixed;
    right: 30px;
    top: 10px;
    width: 30px;
    margin-top: 18px;
    cursor: pointer;
    z-index: 41;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  .drawer__toggle {
    right: 20px;
  }
}

.drawer__line {
  background: #333;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}

.drawer__line--center {
  top: 9px;
}

.drawer__line--bottom {
  bottom: 0;
}

.drawer__line--top.active {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #333;
}

.drawer__line--center.active {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.drawer__line--bottom.active {
  bottom: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  background: #333;
}

/*gnav*/
.drawer__nav {
  background: #fff;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 40;
  overflow: scroll;
}

.drawer__wrap {
  width: 100%;
  height: auto;
  position: absolute;
  padding-top: 30px;
  padding-bottom: 130px;
}

.drawer__menu {
  width: 241px;
  margin: auto;
}

.drawer__menu li {
  display: block;
  width: 241px;
  color: #333;
  font-size: 20px;
  padding: 15px 20px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  text-align: center;
}

.drawer__menu li::after {
  content: "";
  position: absolute;
  background: url(../img/arrow-w.svg) no-repeat center center/contain;
  top: 50%;
  right: 21.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 16px;
}

.drawer__menu li:hover {
  text-decoration: none;
}

.drawer__menu li:last-child {
  background-color: #0863eb;
  padding: 0;
}

.drawer__menu li:last-child a {
  color: #fff;
  display: block;
  width: 241px;
  height: 49px;
  padding-top: 6px;
}

.drawer__menu li a {
  color: #333;
}

.drawer-number {
  font-size: 31px;
  font-weight: 500;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  margin-top: 10px;
}

.drawer-number .font-small {
  font-size: 19px;
}

.drawer-number a {
  color: #333;
}

.drawer-number .phone-number {
  padding-left: 0;
}

.drawer-number .phone-number::before {
  content: none;
}

/*----------------------------------
メインビジュアル
----------------------------------*/
.mainvisual {
  height: 46.9vw;
  width: 100%;
  background: transparent url(../img/mainvisual.png) no-repeat top center/cover;
  position: relative;
  margin-top: 120px;
}

@media (min-width: 1920px) {
  .mainvisual {
    height: 900px;
  }
}

@media (max-width: 1359px) {
  .mainvisual {
    margin-top: 78px;
  }
}

@media (max-width: 767px) {
  .mainvisual {
    background: transparent url(../img/sp-mainvisual.jpg) no-repeat top center/cover;
    height: 550px;
    margin-top: 70px;
  }
}

.mainvisual__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 143, 255, 0.7)), to(rgba(173, 207, 246, 0.7)));
  background: linear-gradient(to bottom, rgba(50, 143, 255, 0.7), rgba(173, 207, 246, 0.7));
  width: 61.145%;
  height: 11.8vw;
  padding-top: 1.56vw;
}

@media (min-width: 1920px) {
  .mainvisual__wrap {
    width: 1174px;
    height: 226px;
    padding-top: 30px;
  }
}

@media (max-width: 1024px) {
  .mainvisual__wrap {
    width: 73%;
    height: 15vw;
    padding-top: 2.5vw;
  }
}

@media (max-width: 767px) {
  .mainvisual__wrap {
    width: 370px;
    height: 217px;
    padding-top: 20px;
  }
}

@media (max-width: 399px) {
  .mainvisual__wrap {
    width: 90%;
    height: 175px;
    padding-top: 15px;
  }
}

.mainvisual-copy {
  text-align: center;
  color: #fff;
  font-size: 3.65vw;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1920px) {
  .mainvisual-copy {
    font-size: 70px;
  }
}

@media (max-width: 1024px) {
  .mainvisual-copy {
    font-size: 5vw;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .mainvisual-copy {
    font-size: 38px;
    line-height: 1.3;
  }
}

@media (max-width: 399px) {
  .mainvisual-copy {
    font-size: 32px;
  }
}

.mainvisual-copy .font-small {
  font-size: 1.46vw;
}

@media (min-width: 1920px) {
  .mainvisual-copy .font-small {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  .mainvisual-copy .font-small {
    font-size: 1.7vw;
  }
}

@media (max-width: 767px) {
  .mainvisual-copy .font-small {
    font-size: 15px;
    display: inline-block;
    line-height: 1.5;
    margin-top: 19px;
  }
}

@media (max-width: 399px) {
  .mainvisual-copy .font-small {
    font-size: 13px;
    margin-top: 19px;
  }
}

/*----------------------------------
お知らせ
----------------------------------*/
.top-news {
  padding: 0 30px;
  margin-top: -100px;
  position: relative;
}

@media (max-width: 1024px) {
  .top-news {
    padding: 0;
    margin-top: -50px;
  }
}

.top-news .btn {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .top-news .btn {
    margin-top: 30px;
  }
}

.top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 25px 33px 45px;
  -webkit-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

@media (max-width: 767px) {
  .top-news__inner {
    display: block;
    padding: 30px 15px 20px;
  }
}

.top-news__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19.23%;
          flex: 0 0 19.23%;
}

.top-news__title {
  font-size: 20px;
  font-weight: 500;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .top-news__title {
    padding-left: 0;
  }
}

.top-news-btn {
  margin: 70px 0 22px;
}

@media (max-width: 767px) {
  .top-news-btn {
    margin-top: 30px;
    text-align: center;
  }
}

.top-news-link {
  width: 120px;
  height: 38px;
  padding-top: 3px;
}

.top-news__items {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65.5%;
          flex: 0 0 65.5%;
}

@media (max-width: 767px) {
  .top-news__items {
    margin-top: 25px;
  }
}

.top-news__item {
  border-bottom: 1px dotted #e5e5e5;
  padding: 20px 0 15px;
}

@media (max-width: 767px) {
  .top-news__item {
    padding: 20px 0;
  }
}

.top-news__item:first-child {
  padding-top: 0;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .info {
    padding-left: 0;
    display: block;
  }
}

.info__meta {
  font-family: "Work Sans", sans-serif;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
}

@media (max-width: 1024px) {
  .info__title {
    margin: 5px 0 0 10px;
  }
}

@media (max-width: 767px) {
  .info__title {
    margin-left: 0;
  }
}

.info__title-link {
  color: #333;
  line-height: 1.4;
}

/*----------------------------------
事業・技術案内
----------------------------------*/
.service-flow {
  background: url(../img/service-flow_bg.png) no-repeat top center/cover;
  height: 634px;
  margin-top: 77px;
  background-position: top 0px right 10%;
}

@media (max-width: 1024px) {
  .service-flow {
    height: 534px;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .service-flow {
    height: 400px;
  }
}

@media screen and (min-width: 400px) and (max-width: 599px) {
  .service-flow {
    height: 550px;
  }
}

@media (max-width: 399px) {
  .service-flow {
    height: 400px;
  }
}

.service-flow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 634px;
}

@media (max-width: 1024px) {
  .service-flow__wrap {
    height: 534px;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .service-flow__wrap {
    height: 400px;
  }
}

@media screen and (min-width: 400px) and (max-width: 599px) {
  .service-flow__wrap {
    padding-top: 80px;
    height: auto;
  }
}

@media (max-width: 399px) {
  .service-flow__wrap {
    padding-top: 60px;
    height: auto;
  }
}

.center-circle {
  position: relative;
  width: 790px;
  max-width: 100%;
  height: 400px;
  border-radius: 400px / 200px;
  background-color: #fff;
  border: 1px solid #0863eb;
}

@media screen and (min-width: 1025px) and (max-width: 1249px) {
  .center-circle {
    width: 63.2vw;
    height: 32vw;
  }
}

@media (max-width: 1024px) {
  .center-circle {
    width: 600px;
    height: 300px;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .center-circle {
    width: 450px;
    height: 220px;
  }
}

@media screen and (min-width: 400px) and (max-width: 599px) {
  .center-circle {
    width: 280px;
    height: 168px;
    background-color: transparent;
  }
}

@media (max-width: 399px) {
  .center-circle {
    width: 230px;
    height: 138px;
    background-color: transparent;
  }
}

.message__wrapper {
  display: none;
}

@media screen and (min-width: 1px) and (max-width: 599px) {
  .message__wrapper {
    display: block;
    text-align: center;
    padding: 60px 4px 0;
  }
}

@media (max-width: 399px) {
  .message__wrapper {
    padding-top: 30px;
  }
}

.message__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 530px;
  max-width: 100%;
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .message__wrap {
    width: 295px;
  }
}

@media screen and (min-width: 1px) and (max-width: 599px) {
  .message__wrap {
    display: none;
  }
}

.main-message {
  font-size: 22px;
  font-weight: 700;
}

@media screen and (min-width: 1025px) and (max-width: 1249px) {
  .main-message {
    font-size: 1.76vw;
  }
}

@media (max-width: 1024px) {
  .main-message {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .main-message {
    font-size: 15px;
  }
}

@media (max-width: 399px) {
  .main-message {
    font-size: 14px;
  }
}

.sub-message {
  font-size: 20px;
  font-weight: 500;
}

@media screen and (min-width: 1025px) and (max-width: 1249px) {
  .sub-message {
    font-size: 1.6vw;
  }
}

@media (max-width: 1024px) {
  .sub-message {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .sub-message {
    font-size: 14px;
  }
}

@media (max-width: 399px) {
  .sub-message {
    font-size: 12px;
  }
}

.top-circle,
.top-right-circle,
.bottom-right-circle,
.top-left-circle,
.bottom-left-circle {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 320px;
  height: 146px;
  border-radius: 400px / 200px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding-top: 18px;
  -webkit-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1025px) and (max-width: 1249px) {
  .top-circle,
  .top-right-circle,
  .bottom-right-circle,
  .top-left-circle,
  .bottom-left-circle {
    width: 25.6vw;
    height: 11.7vw;
    font-size: 1.92vw;
  }
}

@media (max-width: 1024px) {
  .top-circle,
  .top-right-circle,
  .bottom-right-circle,
  .top-left-circle,
  .bottom-left-circle {
    font-size: 18px;
    width: 200px;
    height: 100px;
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .top-circle,
  .top-right-circle,
  .bottom-right-circle,
  .top-left-circle,
  .bottom-left-circle {
    font-size: 15px;
    width: 150px;
    height: 75px;
    padding-top: 5px;
  }
}

@media (max-width: 399px) {
  .top-circle,
  .top-right-circle,
  .bottom-right-circle,
  .top-left-circle,
  .bottom-left-circle {
    font-size: 13px;
    width: 120px;
    height: 60px;
    padding-top: 3px;
  }
}

@media (max-width: 1024px) {
  .top-circle .flow-icon img,
  .top-right-circle .flow-icon img,
  .bottom-right-circle .flow-icon img,
  .top-left-circle .flow-icon img,
  .bottom-left-circle .flow-icon img {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .top-circle .flow-icon img,
  .top-right-circle .flow-icon img,
  .bottom-right-circle .flow-icon img,
  .top-left-circle .flow-icon img,
  .bottom-left-circle .flow-icon img {
    width: 15%;
  }
}

.top-circle {
  top: 0;
  left: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#2d6698), to(#4997e3));
  background: linear-gradient(to right, #2d6698, #4997e3);
}

@media (max-width: 767px) {
  .top-circle {
    top: -5%;
  }
}

.top-right-circle {
  top: 30%;
  right: -44%;
  background: -webkit-gradient(linear, left top, right top, from(#7ab2e8), to(#4999e3));
  background: linear-gradient(to right, #7ab2e8, #4999e3);
}

@media (max-width: 1024px) {
  .top-right-circle {
    right: -30%;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .top-right-circle {
    right: -32%;
  }
}

@media screen and (min-width: 400px) and (max-width: 599px) {
  .top-right-circle {
    top: 30%;
    right: -47%;
  }
}

@media (max-width: 399px) {
  .top-right-circle {
    top: 34%;
    right: -44%;
  }
}

.bottom-right-circle {
  bottom: -30%;
  right: -30%;
  background: -webkit-gradient(linear, left top, right top, from(#6fb0f0), to(#a8d4ff));
  background: linear-gradient(to right, #6fb0f0, #a8d4ff);
}

@media (max-width: 1024px) {
  .bottom-right-circle {
    bottom: -25%;
    right: -20%;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .bottom-right-circle {
    bottom: -20%;
    right: -20%;
  }
}

@media screen and (min-width: 400px) and (max-width: 599px) {
  .bottom-right-circle {
    bottom: -47px;
    right: -37%;
  }
}

@media (max-width: 399px) {
  .bottom-right-circle {
    bottom: -44px;
    right: -33%;
  }
}

.top-left-circle {
  top: 30%;
  left: -4%;
  background: -webkit-gradient(linear, left top, right top, from(#72b5d9), to(#4997e3));
  background: linear-gradient(to right, #72b5d9, #4997e3);
}

@media (max-width: 1024px) {
  .top-left-circle {
    left: 3%;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .top-left-circle {
    top: 30%;
    left: 1%;
  }
}

@media screen and (min-width: 400px) and (max-width: 599px) {
  .top-left-circle {
    top: 30%;
    left: 7%;
  }
}

@media (max-width: 399px) {
  .top-left-circle {
    top: 34%;
    left: 8%;
  }
}

.bottom-left-circle {
  bottom: -30%;
  left: 15%;
  background: -webkit-gradient(linear, left top, right top, from(#dbf1ff), to(#4997e3));
  background: linear-gradient(to right, #dbf1ff, #4997e3);
}

@media (max-width: 1024px) {
  .bottom-left-circle {
    bottom: -25%;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .bottom-left-circle {
    bottom: -20%;
    right: -20%;
  }
}

@media screen and (min-width: 400px) and (max-width: 599px) {
  .bottom-left-circle {
    bottom: -47px;
    left: 21%;
  }
}

@media (max-width: 399px) {
  .bottom-left-circle {
    bottom: -44px;
    left: 21%;
  }
}

.top-section {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .top-section {
    margin-top: 50px;
    padding: 0 16px;
  }
}

.top-service .top__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.top-service .top__right {
  margin: 0 10.4vw 0 0;
}

@media (min-width: 1920px) {
  .top-service .top__right {
    margin: 0 200px 0 0;
  }
}

@media (max-width: 1024px) {
  .top-service .top__right {
    margin-right: 50px;
  }
}

@media (max-width: 767px) {
  .top-service .top__right {
    margin: 25px 0 0 0;
  }
}

.top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .top__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

@media (max-width: 767px) {
  .top__inner {
    display: block;
  }
}

.top__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

@media (max-width: 1024px) {
  .top__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
  }
}

.top__title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
}

@media (max-width: 1024px) {
  .top__title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .top__title {
    font-size: 16px;
  }
}

.top__text {
  margin-top: 5px;
}

.top__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.875%;
          flex: 0 0 46.875%;
  margin-left: 10.4vw;
}

@media (min-width: 1920px) {
  .top__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 900px;
            flex: 0 0 900px;
    margin-left: 200px;
  }
}

@media (max-width: 1024px) {
  .top__right {
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  .top__right {
    margin: 25px 0 0 0;
  }
}

/*----------------------------------
製作事例
----------------------------------*/
.top-center {
  padding: 0;
}

.top-center .inner2 {
  padding: 0;
}

.top-center .btn-link {
  margin: 30px auto 0;
  background-color: #fff;
}

.top-center .btn-link:hover {
  background-color: #0863eb;
}

.top-center .title-ja {
  margin-left: 0;
}

.top-works .top-center__img {
  background: url(../img/top-works.png) no-repeat top center/cover;
  height: 382px;
  position: relative;
}

.top-center__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 90%;
}

.top-center__title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: inline-block;
}

.top-center__title::after {
  content: none;
}

.top-center__title .title-en {
  position: relative;
}

.top-center__title .title-en::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #fff;
}

.top-center__title .title-ja {
  display: block;
  margin-top: 5px;
}

.top-center__text {
  margin-top: 20px;
  font-weight: 500;
}

/*----------------------------------
会社概要
----------------------------------*/
.top-company__inner {
  width: 1530px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .top-company__inner {
    display: block;
  }
}

.top-company__inner .top__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39%;
          flex: 0 0 39%;
  padding-left: 2.5vw;
}

@media (max-width: 1024px) {
  .top-company__inner .top__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
}

@media (max-width: 767px) {
  .top-company__inner .top__left {
    padding-left: 0;
  }
}

/*----------------------------------
採用情報
----------------------------------*/
.top-recruit .top-center__img {
  background: url(../img/recruit_bg.png) no-repeat top center/cover;
  height: 305px;
  position: relative;
}

/*----------------------------------
お問い合わせ
----------------------------------*/
.contact-banner {
  background: url(../img/contact-banner_bg.png) no-repeat top center/cover;
  height: 380px;
  text-align: center;
  padding: 30px;
  color: #fff;
  margin-top: 130px;
}

@media (max-width: 1024px) {
  .contact-banner {
    height: 340px;
  }
}

@media (max-width: 767px) {
  .contact-banner {
    padding: 30px 16px 0;
    margin-top: 80px;
  }
}

.contact-banner .inner2 {
  border: 2px solid #fff;
  height: 320px;
  padding-top: 40px;
}

@media (max-width: 1024px) {
  .contact-banner .inner2 {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .contact-banner .inner2 {
    padding-top: 20px;
  }
}

.contact-banner .title-ja {
  margin-left: 0;
}

.contact-banner__text {
  margin-top: 44px;
  color: #fff;
}

@media (max-width: 767px) {
  .contact-banner__text {
    margin-top: 30px;
  }
}

.contact-banner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .contact-banner__wrap {
    display: block;
    margin-top: 30px;
  }
}

.contact-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 475px;
          flex: 0 0 475px;
  font-size: 55px;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  color: #fff;
  width: 350px;
  max-width: 100%;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .contact-number {
    font-size: 35px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 315px;
            flex: 0 0 315px;
  }
}

@media (max-width: 767px) {
  .contact-number {
    margin: auto;
    font-size: 30px;
  }
}

.contact-number .font-small {
  font-size: 36px;
}

@media (max-width: 1024px) {
  .contact-number .font-small {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .contact-number .font-small {
    font-size: 19px;
  }
}

.contact-number a {
  color: #fff;
}

.contact-banner-btn {
  margin-left: 97px;
}

@media (max-width: 1024px) {
  .contact-banner-btn {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .contact-banner-btn {
    margin: 30px auto 0;
  }
}

.contact-banner-btn .detail-btn-link {
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  width: 411px;
  height: 65px;
  padding: 3px 0 0 50px;
}

@media (max-width: 1024px) {
  .contact-banner-btn .detail-btn-link {
    font-size: 24px;
    width: 315px;
    height: 50px;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .contact-banner-btn .detail-btn-link {
    width: 330px;
    max-width: 100%;
    font-size: 21px;
    height: 47px;
    padding-top: 2px;
  }
}

.contact-banner-btn .detail-btn-link span {
  position: relative;
}

.contact-banner-btn .detail-btn-link span::before {
  content: "";
  position: absolute;
  background: url(../img/icon-mail-banner.png) no-repeat center center/contain;
  top: 50%;
  left: -55px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

@media (max-width: 1024px) {
  .contact-banner-btn .detail-btn-link span::before {
    width: 32px;
    height: 32px;
    left: -45px;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .contact-banner-btn .detail-btn-link span::before {
    width: 28px;
    height: 28px;
    left: -41px;
  }
}

.contact-banner-btn .detail-btn-link:hover {
  border-color: #fff;
}

/*----------------------------------
フッター
----------------------------------*/
.footer {
  padding: 55px 50px 20px;
  background-color: #fff;
  border-top: 1px solid #9e9e9e;
}

@media (max-width: 767px) {
  .footer {
    padding: 30px 0 24px;
  }
}

.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .footer__contents {
    display: block;
  }
}

.footer__left {
  width: 40%;
}

@media (max-width: 767px) {
  .footer__left {
    width: 303px;
    margin: auto;
  }
}

.footer__title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
}

@media (max-width: 767px) {
  .footer__title {
    font-size: 20px;
  }
}

.footer__wrap {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .footer__wrap {
    margin-top: 10px;
  }
}

.footer__text {
  margin-bottom: 5px;
}

.google-map {
  margin-top: 20px;
}

.google-map iframe {
  max-width: 100%;
}

.footer__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
}

@media (max-width: 1024px) {
  .footer__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
            flex: 0 0 270px;
  }
}

@media (max-width: 767px) {
  .footer__right {
    width: 260px;
    margin: auto;
  }
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 300px;
}

@media (max-width: 767px) {
  .footer__nav ul {
    height: 300px;
    margin-top: 40px;
  }
}

.footer__nav ul li {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .footer__nav ul li {
    margin-bottom: 30px;
  }
}

.footer__nav ul li a {
  font-size: 14px;
  color: #333;
}

.footer__nav ul li:nth-child(n + 6) {
  margin-left: 86px;
}

@media (max-width: 1024px) {
  .footer__nav ul li:nth-child(n + 6) {
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  .footer__nav ul li:nth-child(n + 6) {
    margin-left: 40px;
  }
}

.footer__logo a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

@media (max-width: 767px) {
  .footer__info {
    font-size: 14px;
  }
}

.footer__copy {
  text-align: center;
  font-size: 13px;
  font-family: "Work Sans", sans-serif;
  color: #999;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .footer__copy {
    margin-top: 10px;
    font-size: 12px;
  }
}

#wpadminbar {
  top: inherit !important;
  bottom: 0 !important;
}

.disable-auto-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
/*# sourceMappingURL=style.css.map */