@charset "UTF-8";
/* インナー
------------------------------------------ */
/* フォント
------------------------------------------ */
/* 色
------------------------------------------ */
/* z-index管理
------------------------------------------ */
/* メディアクエリ
------------------------------------------ */
/* ルートフォント
------------------------------------------ */
html {
  font-size: 16px;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

a {
  text-decoration: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.br {
  display: inline-block;
}

/* 各一覧ページ投稿がない時のテキスト
------------------------------------------ */
.no-post {
  font-size: 1.25rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  line-height: 1;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  color: inherit;
}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

input[type=submit],
input[type=button],
label,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-inner {
  margin-inline: auto;
  max-width: 1250px;
  padding-inline: 25px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 20px;
  }
}

.l-site-layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.l-site-layout__content {
  flex: 1 1 auto;
}

.fixed-contact a {
  display: block;
  height: 5.3125rem;
  position: fixed;
  right: 1.75rem;
  top: 8.875rem;
  transition: 0.5s;
  width: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .fixed-contact a {
    height: 3rem;
    right: 0.625rem;
    top: 6.875rem;
    width: 3rem;
  }
}
@media (hover: hover) {
  .fixed-contact a:hover {
    transform: scale(1.1);
  }
}

.c-footer__contact {
  background-color: #019ae4;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 2rem;
  text-align: center;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-footer__contact:hover {
    background-color: #41b3eb;
  }
}

.c-header {
  height: 7.5rem;
  position: relative;
  width: 100%;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .c-header {
    height: 5rem;
  }
}

.c-header__inner {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: space-between;
  padding-inline: 1.5625rem 2.1875rem;
}
@media screen and (max-width: 767px) {
  .c-header__inner {
    justify-content: center;
    padding-inline: 20px;
  }
}

.c-header__logo {
  max-width: 6rem;
}
@media screen and (max-width: 767px) {
  .c-header__logo {
    max-width: 3.5rem;
  }
}
.c-header__logo a {
  display: block;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-header__logo a:hover {
    opacity: 0.7;
  }
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
    height: 1.5rem;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    z-index: 25;
  }
}

.c-hamburger span {
  background: #000;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: calc((100% - 2px) / 2);
  transition: all 0.3s;
  width: 24px;
}

.c-hamburger__top {
  transform: translateY(-6px);
}

.c-hamburger__bottom {
  transform: translateY(6px);
}

.c-hamburger.is-open .c-hamburger__top {
  transform: rotate(45deg);
}

.c-hamburger.is-open .c-hamburger__midle {
  opacity: 0;
  transform: translateY(-50%);
}

.c-hamburger.is-open .c-hamburger__bottom {
  transform: rotate(-45deg);
}

.c-pc-nav {
  height: inherit;
}
@media screen and (max-width: 767px) {
  .c-pc-nav {
    display: none;
  }
}

.c-pc-nav__list {
  align-items: center;
  display: flex;
  height: inherit;
}

.c-pc-nav__item {
  height: inherit;
}

.c-pc-nav__item a {
  align-items: center;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 500;
  height: inherit;
  justify-content: center;
  line-height: 1;
  padding-inline: 0.9375rem;
  position: relative;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-pc-nav__item a:hover {
    color: #019AE4;
  }
}

.c-sp-nav {
  background: #fff;
  height: 100%;
  left: 0;
  overflow: scroll;
  padding-bottom: 20%;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  width: 100%;
}

.c-sp-nav.is-show {
  transform: translateX(0);
  transform: translateX(0);
}

.c-sp-nav__list {
  padding-top: 6.25rem;
}

.c-sp-nav__item a {
  color: #000;
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  padding-block: 1.25rem;
  text-align: center;
}

body.is-fixed {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
}

.mv {
  background: url(../img/mv.jpg) no-repeat center center/100% auto;
  height: 25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv {
    background: url(../img/mv_sp.jpg) no-repeat center center/100% auto;
    height: 21.25rem;
  }
}

.mv__inner {
  padding: 3.375rem 4.375rem;
}
@media screen and (max-width: 767px) {
  .mv__inner {
    padding: 5.5rem 0.875rem 5rem;
  }
}

.mv__block {
  color: #fff;
}

.mv__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2083333333;
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 1.5rem;
  }
}

.mv__text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .mv__text {
    font-size: 0.625rem;
    margin-top: 0.625rem;
  }
}

.service {
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .service {
    margin-top: 4.625rem;
  }
}

.service__head {
  text-align: center;
}

.service__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4444444444;
  text-align: center;
}

.service__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4666666667;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .service__text {
    font-size: 0.75rem;
    margin-top: 1.5rem;
  }
}

.service__list {
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .service__list {
    margin-top: 3.5rem;
  }
}

.service__item + .service__item {
  margin-top: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .service__item + .service__item {
    margin-top: 3.125rem;
  }
}
.service__item:nth-child(1) .service__item-title {
  width: 11.25rem;
}
.service__item:nth-child(2) .service__item-title {
  width: 9rem;
}
.service__item:nth-child(3) .service__item-title {
  width: 11.25rem;
}
.service__item:nth-child(4) .service__item-title {
  width: 11.75rem;
}
.service__item:nth-child(5) .service__item-title {
  width: 18rem;
}

.service__item-box {
  position: relative;
}

.service__item-title {
  height: 2.6875rem;
  inset: 0;
  margin: auto;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .service__item-title {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .service__item-img {
    margin-top: 1.125rem;
  }
}

.service__item-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4583333333;
  margin-inline: auto;
  margin-top: 2.375rem;
  padding-inline: 1.5625rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .service__item-text {
    font-size: 0.9375rem;
    margin-top: 1.1875rem;
    padding-inline: 1.25rem;
  }
}

.service__other {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4666666667;
  margin-top: 6.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__other {
    margin-top: 5.625rem;
  }
}

.service__other-more {
  margin-top: 0.8125rem;
}
.service__other-more a {
  color: #019AE4;
}
@media (hover: hover) {
  .service__other-more a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}

.strong {
  padding-block: 4.375rem 17.5rem;
}
@media screen and (max-width: 767px) {
  .strong {
    padding-block: 3.6875rem 7.5rem;
  }
}

.strong__head {
  background: url(../img/strong_bg.jpg) no-repeat center/cover;
  height: 25rem;
  padding-block: 9.75rem 10.4375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .strong__head {
    height: 7.25rem;
    padding-block: 3.25rem 2.5rem;
  }
}

.strong__title {
  margin-inline: auto;
  max-width: 52rem;
}
@media screen and (max-width: 767px) {
  .strong__title {
    max-width: 16.25rem;
  }
}

.strong__item-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4444444444;
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .strong__item-title {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
}

.strong__item-wrap {
  align-items: center;
  display: flex;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .strong__item-wrap {
    display: block;
    margin-top: 0.8125rem;
  }
}

.strong__item-img {
  width: 50.78125%;
}
@media screen and (max-width: 767px) {
  .strong__item-img {
    width: 100%;
  }
}

.strong__item-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  max-width: 50rem;
  padding-inline: 3.5rem 2.625rem;
  width: calc((100% - 40.625rem) / 1280 * 100%);
}
@media screen and (max-width: 767px) {
  .strong__item-text {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
    max-width: 50rem;
    padding-inline: 1.5rem;
    width: 100%;
  }
}

.target {
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .target {
    margin-top: 2.3125rem;
  }
}

.target__inner {
  margin-inline: auto;
  max-width: 1110px;
  padding-inline: 1.5625rem;
}

.target__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4444444444;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .target__title {
    font-size: 1rem;
  }
}

.target__list {
  display: flex;
  justify-content: space-between;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .target__list {
    display: block;
  }
}

.target__item {
  display: flex;
  flex-direction: column-reverse;
}
.target__item + .target__item {
  margin-top: 2.8125rem;
}

.target__item-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4666666667;
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .target__item-text {
    text-align: center;
  }
}

.target__item-img {
  height: 12.5rem;
  margin-inline: auto;
  width: 12.5rem;
}

/* PCファースト
------------------------------------------ */
@media screen and (max-width: 767px) {
  .u-desktop-only {
    display: none;
  }
}

.u-mobile-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile-only {
    display: block;
  }
}

/**
 * 上下マージン
 * - 10px
 * - 15px
 * - 20px
 * - 25px
 * - 30px
 * - 35px
 * - 40px
 * - 45px
 * - 50px
 * - 55px
 * - 60px
 */
.u-mb-sp-10 {
  margin-bottom: 10px;
}

.u-mt-sp-10 {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .u-mb-pc-10 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-pc-10 {
    margin-top: 10px;
  }
}

.u-mb-sp-15 {
  margin-bottom: 15px;
}

.u-mt-sp-15 {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .u-mb-pc-15 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-pc-15 {
    margin-top: 15px;
  }
}

.u-mb-sp-20 {
  margin-bottom: 20px;
}

.u-mt-sp-20 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .u-mb-pc-20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-pc-20 {
    margin-top: 20px;
  }
}

.u-mb-sp-25 {
  margin-bottom: 25px;
}

.u-mt-sp-25 {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .u-mb-pc-25 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-pc-25 {
    margin-top: 25px;
  }
}

.u-mb-sp-30 {
  margin-bottom: 30px;
}

.u-mt-sp-30 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .u-mb-pc-30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-pc-30 {
    margin-top: 30px;
  }
}

.u-mb-sp-35 {
  margin-bottom: 35px;
}

.u-mt-sp-35 {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .u-mb-pc-35 {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-pc-35 {
    margin-top: 35px;
  }
}

.u-mb-sp-40 {
  margin-bottom: 40px;
}

.u-mt-sp-40 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .u-mb-pc-40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-pc-40 {
    margin-top: 40px;
  }
}

.u-mb-sp-45 {
  margin-bottom: 45px;
}

.u-mt-sp-45 {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .u-mb-pc-45 {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-pc-45 {
    margin-top: 45px;
  }
}

.u-mb-sp-50 {
  margin-bottom: 50px;
}

.u-mt-sp-50 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .u-mb-pc-50 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-pc-50 {
    margin-top: 50px;
  }
}

.u-mb-sp-55 {
  margin-bottom: 55px;
}

.u-mt-sp-55 {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .u-mb-pc-55 {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-pc-55 {
    margin-top: 55px;
  }
}

.u-mb-sp-60 {
  margin-bottom: 60px;
}

.u-mt-sp-60 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .u-mb-pc-60 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-pc-60 {
    margin-top: 60px;
  }
}
/*# sourceMappingURL=sourcemaps/styles.css.map */