@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@400;700&display=swap");
a {
  color: #444;
  text-decoration: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, div, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul li, ol li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, hgroup, header, address, figure, figcaption {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  box-shadow: #000 0 0 0;
  max-width: 100%;
  height: auto;
}

a, button, input, textarea {
  outline: none;
}

x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

* {
  box-sizing: border-box;
}

html {
  font: 62.5%/1.231 "Barlow", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  font-size: 1.0rem;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
}

select, input, button, textarea, table {
  font: 1rem "Barlow", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

pre, code, kbd, samp, tt {
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}

.js-fadeup {
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, transform 1.5s;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
}

.js-fadeup.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.js-fadeup-row-child {
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, transform 1.5s;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
}

.js-fadeup-row.is-visible .js-fadeup-row-child {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.main-wrap a:link, .main-wrap a:visited {
  color: #444;
}

.page-top {
  position: fixed;
  z-index: 99;
}

.page-top.is-absolute {
  position: absolute;
}

.text-center {
  text-align: center;
}

.main-wrap {
  color: #444;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
}

.cmn-blue {
  color: #48a1dd;
}

.cmn-bg01 {
  background-color: #f8fbfd;
}

.cmn-bg02 {
  background-color: #edf6fc;
}

a.cmn-btn01 {
  display: block;
  position: relative;
  max-width: 490px;
  margin-right: auto;
  margin-left: auto;
  padding: 23px 3% 24px;
  background-color: #76bceb;
  color: #fff !important;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .05em;
  text-align: center;
}

a.cmn-btn01::before, a.cmn-btn01::after {
  position: absolute;
  right: 30px;
  width: 2px;
  height: 15px;
  background-color: #fff;
  content: "";
}

a.cmn-btn01::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

a.cmn-btn01::after {
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.cmn-inner01 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: content-box;
}

.cmn-ttl01 {
  text-align: center;
}

.cmn-ttl01__en, .cmn-ttl01__ja {
  display: inline-block;
}

.cmn-ttl01__en {
  position: relative;
  margin-right: 6px;
  color: #555;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .075em;
}

.cmn-ttl01__en .cmn-blue {
  font-weight: bold;
}

.cmn-ttl01__en::before {
  position: absolute;
  top: -35%;
  left: -9%;
  width: 31px;
  height: 42px;
  background: url("../img/img_ttl_decoration01.svg") no-repeat center center/contain;
  content: "";
}

.cmn-ttl01__wrap {
  display: inline-block;
  margin-top: -10px;
}

.cmn-ttl01__num {
  font-family: "Noto Sans JP", serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.44444;
}

.cmn-ttl01__ja {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.42857;
}

.cmn-ttl02 {
  color: #48a1dd;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
}

/*
.header
--------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #707070 transparent;
  background-color: #fff;
}

.header__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin-inline: auto;
  padding: 0 4%;
  box-sizing: content-box;
}

.header__heading-txt {
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: .075em;
}

.header__heading-txt .txt-ruby {
  display: block;
  margin-bottom: -.5em;
  margin-left: -.5em;
  font-size: 1.2rem;
  letter-spacing: .05em;
}

.header__heading-txt .txt-main {
  font-weight: bold;
}

.header__navi {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header__navi-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.header__navi-list .item:not(:last-child) {
  border-right: #444 1px solid;
}

.header__navi-list .item-link {
  padding: 0 30px;
  font-size: 1.6rem;
  line-height: 1.6875;
  display: block;
}

.header__btn-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px;
  background-color: #666;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}

.header__menu {
  display: none;
}

.header__menu-bar {
  position: relative;
  width: 25px;
  height: 2px;
  background-color: #444;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.header__menu-bar::before, .header__menu-bar::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #444;
  content: "";
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.header__menu-bar::before {
  bottom: 8px;
}

.header__menu-bar::after {
  top: 8px;
}

/*
.mv
--------------------------------*/
.mv {
  margin-top: 100px;
  padding-top: 62px;
  padding-bottom: 90px;
  background: url("../img/img_mv.jpg") no-repeat center top/cover;
}

.mv__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: content-box;
}

.mv__block01 {
  position: relative;
}

.mv__block01::before {
  position: absolute;
  top: -7%;
  right: 100%;
  width: 25px;
  height: 25px;
  background: url("../img/img_mv_decoration01.svg") no-repeat center center/contain;
  content: "";
}

.mv__ttl-lead {
  display: block;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.42307;
  letter-spacing: .1em;
}

.mv__ttl-main {
  display: block;
  margin-top: 26px;
}

.mv__ttl-main .ruby {
  display: block;
  margin-bottom: -.5em;
  margin-left: -.5em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .05em;
}

.mv__ttl-main .large {
  display: block;
  color: #555;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .075em;
}

.mv__txt {
  margin-top: 25px;
}

.mv__bnr {
  margin-top: 39px;
}

.mv__lead {
  margin-top: 129px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.46666;
  text-align: center;
}

.mv__btn {
  margin-top: 46px;
}

/*
.what
--------------------------------*/
.what {
  padding-top: 76px;
  padding-bottom: 80px;
}

.what__lead {
  margin-top: 72px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.42857;
  letter-spacing: .05em;
}

.what__txt {
  margin-top: 31px;
  text-align: center;
}

.what__img {
  margin-top: 41px;
}

/*
.merit
--------------------------------*/
.merit {
  padding-top: 121px;
  padding-bottom: 119px;
}

.merit__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 12px;
  background: url("../img/bg_merit_img01.png") no-repeat right top/53% auto;
}

.merit__txt {
  margin-top: 15px;
  text-align: center;
}

.merit__row-wrap {
  margin-top: 72px;
}

.merit__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-column-gap: calc(100% * 26 / 1000);
     -moz-column-gap: calc(100% * 26 / 1000);
          column-gap: calc(100% * 26 / 1000);
}

.merit__row:not(:first-child) {
  margin-top: 60px;
}

.merit__row-item:nth-child(1) {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: calc(100% * 487 / 1000);
}

.is01 .merit__row-item:nth-child(1) {
  background: url("../img/bg_merit_num01.svg") no-repeat left 40% center;
}

.is02 .merit__row-item:nth-child(1) {
  background: url("../img/bg_merit_num02.svg") no-repeat left 40% center;
}

.is03 .merit__row-item:nth-child(1) {
  background: url("../img/bg_merit_num03.svg") no-repeat left 40% center;
}

.merit__row-item:nth-child(2) {
  -webkit-box-flex: 1;
          flex: 1;
}

.merit__row-item .item-txt {
  margin-top: 10px;
}

/*
.appeal
--------------------------------*/
.appeal {
  padding-bottom: 100px;
}

.appeal__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 7px;
  background: url("../img/bg_appeal_img01.png") no-repeat left top/53% auto;
}

.appeal__txt {
  margin-top: 31px;
  text-align: center;
}

.appeal__row-wrap {
  margin-top: 72px;
}

.appeal__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  border: #48a1dd 2px solid;
  border-radius: 6px;
  background-color: #fff;
}

.appeal__row:not(:first-child) {
  margin-top: 60px;
}

.appeal__row-item:nth-child(1) {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 3%;
}

.appeal__row-item:nth-child(2) {
  width: 48.7%;
  padding: 25px 3% 20px 0;
}

.appeal__row-item .item-txt {
  margin-top: 10px;
}

.appeal__row-item .item-txt__note {
  display: block;
  margin-top: 5px;
  padding-right: 23%;
  text-align: right;
}

.appeal__row-item .item-ttl__sub {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .1em;
  text-align: center;
}

.appeal__row-item .item-ttl__sub .note {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: normal;
}

.appeal__row-item .detail {
  padding: 23px 5% 0 6%;
}

.appeal__row-item .detail__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}

.appeal__row-item .detail__list:not(:first-child) {
  margin-top: 20px;
}

.appeal__row-item .detail__list .title, .appeal__row-item .detail__list .text {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.3125;
}

.appeal__row-item .detail__list .title {
  width: 100px;
  margin-right: 10px;
  border-radius: 15px;
  color: #fff;
  line-height: 1.875;
  text-align: center;
}

.appeal__row-item .detail__list .title.is01 {
  background-color: #639fc7;
}

.appeal__row-item .detail__list .title.is02 {
  background-color: #7e9db1;
}

.appeal__row-item .detail__list .title.is03 {
  background-color: #9b9b9b;
}

.appeal__row-item .detail__list .text {
  -webkit-box-flex: 1;
          flex: 1;
  padding-top: .2em;
}

/*
.service
--------------------------------*/
.service {
  padding-top: 120px;
  padding-bottom: 100px;
}

.service__block {
  padding: 35px 3% 0;
  background-color: #fff;
}

.service__block.is01 {
  margin-top: 80px;
}

.service__block.is02 {
  margin-top: 60px;
}

.service__block-txt {
  margin-top: 13px;
}

.service__block-img {
  margin-top: 22px;
}

/*
.contribut
--------------------------------*/
.contribut {
  background-color: #EAF6F7;
  padding: 100px 0;
}

.contribut__ttl {
  margin-bottom: 48px;
}

.contribut__img {
  background-color: #FFF;
  padding: 15px 0;
  text-align: center;
}

/*
.achieve
--------------------------------*/
.achieve {
  padding-top: 100px;
}

.achieve__ttl {
  margin-bottom: 48px;
}

.achieve__block01 {
  overflow-x: auto;
}

.achieve__table {
  width: 100%;
  min-width: 550px;
  background-color: #edf6fc;
}

.achieve__table .table-head {
  background-color: #d3e7f5;
}

.achieve__table .table-head th {
  font-weight: bold;
  text-align: center;
}

.achieve__table th, .achieve__table td {
  padding: 16px;
  border: #fff 1px solid;
  font-size: 1.6rem;
}

/*
.service02
--------------------------------*/
.service02 {
  padding-top: 100px;
}

.service02__table-wrap {
  margin-top: 48px;
}

.service02__table {
  width: 100%;
}

.service02__table tr {
  height: 100px;
}

.service02__table th, .service02__table td {
  padding: 23px 2%;
  border: #fff 2px solid;
  font-size: 1.6rem;
  text-align: center;
  border-collapse: collapse;
}

.service02__table th.cel01 {
  background-color: #d3e7f5;
}

.service02__table th.cel02 {
  background-color: #bcdff7;
}

.service02__table th.cel03 {
  background-color: #a1d2f4;
}

.service02__table td {
  background-color: #edf6fc;
}

.service02__table td span.note {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.42857;
  letter-spacing: .05em;
}

.service02__table-tr th:first-child {
  width: 20%;
}

/*
.contact
--------------------------------*/
.contact {
  padding-top: 91px;
  padding-bottom: 200px;
}

.contact__ttl {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4285714;
  text-align: center;
}

.contact__txt {
  margin-top: 25px;
}

.contact__btn {
  margin-top: 60px;
}

.contact__note {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 1.7142857;
  letter-spacing: .025;
}

.contact__fix {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  visibility: hidden;
  position: fixed;
  right: 0;
  bottom: 20%;
  padding: 20px 23px 10px 15px;
  border-radius: 8px 0 0 8px;
  background-color: #49a1dd;
  text-align: center;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.contact__fix.show {
  visibility: visible;
  opacity: 1;
}

.contact__fix.show:hover {
  opacity: .7;
}

.contact__fix .icon img {
  width: 45%;
}

.contact__fix .text {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.75;
}

/*
.p-faq
--------------------------------*/
.p-faq__navi .c-listItem {
  line-height: 1;
}

.p-faq__navi .c-listLink {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

.p-faq__infoTitle {
  display: inline-block;
  padding: 1.5rem 3rem;
  color: #444;
  font-size: 2rem;
  font-weight: 300;
}

.p-faq__relatedItem {
  width: 100%;
  margin-bottom: 2rem;
}

.p-faq__infoItem {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

/*
.footer
--------------------------------*/
.footer {
  padding: 31px 4%;
  background-color: #666;
}

.footer__txt {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.71428;
  letter-spacing: .025em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
    opacity: .7;
  }
  a:hover {
    text-decoration: none;
    opacity: .7;
  }
  a[href^=tel]:hover {
    opacity: 1;
  }
  .pc-none {
    display: none;
  }
  .mv__bnr {
    max-width: 420px;
  }
  .what__img {
    margin-right: -2%;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
  a.cmn-btn01 {
    font-size: 1.8rem;
  }
  a.cmn-btn01::before, a.cmn-btn01::after {
    right: 20px;
    height: 12px;
  }
  .cmn-inner01 {
    padding: 0 5%;
  }
  .cmn-ttl01__en {
    margin-right: 0;
    font-size: 3.5rem;
    line-height: 1.1111;
  }
  .cmn-ttl01__num {
    font-size: 3.5rem;
  }
  .cmn-ttl01__ja {
    font-size: 2rem;
  }
  .mv {
    padding-top: 45px;
    padding-bottom: 0;
    background: url("../img/img_mv_sp.jpg") no-repeat center bottom/cover;
  }
  .mv__inner {
    padding: 0 10%;
  }
  .mv__block01::before {
    top: -4%;
    right: 98%;
  }
  .mv__ttl-lead {
    font-size: 2rem;
  }
  .mv__ttl-main {
    margin-top: 23px;
  }
  .mv__ttl-main .ruby {
    margin-bottom: -.2em;
  }
  .mv__ttl-main .large {
    line-height: 1;
  }
  .mv__txt {
    margin-top: 17px;
    letter-spacing: .01em;
  }
  .mv__bnr {
    max-width: 275px;
  }
  .mv__lead {
    margin-top: 285px;
    font-size: 2rem;
    padding-bottom: 55px;
  }
  .mv__btn {
    margin-top: 19px;
  }
  .what {
    margin-top: 30px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .what__lead {
    margin-top: 40px;
    font-size: 2rem;
  }
  .what__txt {
    max-width: 300px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.6rem;
    text-align: left;
  }
  .what__img {
    width: calc(100vw * 230 / 375);
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .merit {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .merit__inner {
    padding-top: 40px;
    background: url("../img/bg_merit_img01_sp.png") no-repeat left top/126% auto;
  }
  .merit__txt {
    max-width: 300px;
    margin-top: 17px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .merit__row-wrap {
    margin-top: 36px;
  }
  .merit__row {
    display: block;
  }
  .merit__row:not(:first-child) {
    margin-top: 42px;
  }
  .merit__row-item:nth-child(1) {
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
  .is01 .merit__row-item:nth-child(1) {
    background: url("../img/bg_merit_num01.svg") no-repeat center center/contain !important;
  }
  .is02 .merit__row-item:nth-child(1) {
    background: url("../img/bg_merit_num02.svg") no-repeat center center/contain !important;
  }
  .is03 .merit__row-item:nth-child(1) {
    background: url("../img/bg_merit_num03.svg") no-repeat center center/contain !important;
  }
  .merit__row-item:nth-child(2) {
    margin-top: 10px;
  }
  .appeal {
    padding-bottom: 65px;
  }
  .appeal__inner {
    padding-top: 51px;
  }
  .appeal__inner {
    background: url("../img/bg_appeal_img01_sp.png") no-repeat right top/126% auto;
  }
  .appeal__txt {
    max-width: 300px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .appeal__row-wrap {
    margin-top: 36px;
  }
  .appeal__row {
    display: block;
    padding: 20px 4%;
  }
  .appeal__row:not(:first-child) {
    margin-top: 30px;
  }
  .appeal__row-item:nth-child(1) {
    padding: 0;
  }
  .appeal__row-item:nth-child(2) {
    width: 100%;
    padding: 25px 0 0;
  }
  .appeal__row-item .item-txt__note {
    padding-right: 0;
  }
  .appeal__row-item .item-img {
    padding-top: 10px;
  }
  .appeal__row-item .item-img img {
    width: 100%;
  }
  .appeal__row-item .item-ttl__sub .note {
    display: block;
    margin-top: -.5em;
  }
  .appeal__row-item .detail {
    padding: 8px 0 0 !important;
  }
  .appeal__row-item .detail__list {
    display: block;
  }
  .appeal__row-item .detail__list:not(:first-child) {
    margin-top: 16px;
  }
  .appeal__row-item .detail__list .title, .appeal__row-item .detail__list .text {
    font-size: 1.4rem;
  }
  .service {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .service__block {
    padding: 35px 5% 30px;
  }
  .service__block.is01 {
    margin-top: 40px;
  }
  .service__block.is02 {
    margin-top: 30px;
  }
  .contribut {
    padding: 60px 0 50px;
  }
  .contribut__ttl {
    margin-bottom: 24px;
  }
  .achieve {
    padding-top: 50px;
  }
  .achieve__ttl {
    margin-bottom: 24px;
  }
  .achieve__table th, .achieve__table td {
    font-size: 1.4rem;
  }
  .service02 {
    padding-top: 50px;
  }
  .service02__ttl {
    font-size: 1.6rem !important;
  }
  .service02__table-wrap {
    margin-top: 24px;
    overflow-x: auto;
  }
  .service02__table {
    min-width: 550px;
  }
  .service02__table tr {
    height: auto;
  }
  .service02__table th, .service02__table td {
    line-height: 1.4;
  }
  .contact {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .contact__ttl {
    font-size: 2.3rem;
  }
  .contact__txt {
    margin-top: 18px;
  }
  .contact__btn {
    margin-top: 30px;
  }
  .contact__note {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  .contact__fix {
    bottom: 15%;
    padding: 15px 10px 10px;
  }
  .contact__fix .text {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1000px) {
  .cmn-ttl02 {
    font-size: clamp(2rem, 2.8vw, 2.8rem);
  }
  .header__heading-txt {
    font-size: 2.8rem;
  }
  .header__heading-txt .txt-ruby {
    font-size: 1rem;
  }
  .header__navi-list .item-link {
    display: block;
    font-size: 1.4rem;
  }
  .is01 .merit__row-item:nth-child(1) {
    background: url("../img/bg_merit_num01.svg") no-repeat left 40% center/contain;
  }
  .is02 .merit__row-item:nth-child(1) {
    background: url("../img/bg_merit_num02.svg") no-repeat left 40% center/contain;
  }
  .is03 .merit__row-item:nth-child(1) {
    background: url("../img/bg_merit_num03.svg") no-repeat left 40% center/contain;
  }
  .appeal__row-item .item-txt {
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  }
  .appeal__row-item .detail {
    padding: 23px 0 0 6%;
  }
  .service02__table th, .service02__table td {
    padding: calc(100vw * 23 / 1000) 1%;
    font-size: clamp(1.3rem, 1.5vw, 1.5rem);
  }
  .service02__table td span.note {
    font-size: clamp(1.1rem, 1.3vw, 1.3rem);
  }
  .service02__table-tr th:first-child {
    width: 17%;
  }
}

@media screen and (max-width: 880px) {
  .header {
    height: 48px;
  }
  .header__inner {
    padding: 0 0 0 35px;
  }
  .header__heading-txt {
    font-size: 1.8rem;
  }
  .header__heading-txt .txt-ruby {
    margin-bottom: 0;
    font-size: 1rem;
  }
  .header__navi {
    display: block;
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    z-index: 90;
    width: 100%;
    max-width: none;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .header__navi-list {
    display: block;
  }
  .header__navi-list .item {
    border-bottom: #dedede 1px solid;
  }
  .header__navi-list .item:not(:last-child) {
    border-right: none;
  }
  .header__navi-list .item-link {
    padding: 16px 4%;
    font-size: 1.6rem;
    text-align: center;
  }
  .header__btn {
    padding: 16px 4%;
    border-bottom: #dedede 1px solid;
  }
  .header__btn-link {
    margin-inline: auto;
  }
  .header__menu {
    display: block;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
  }
  .header__menu.open .header__menu-bar {
    background-color: transparent;
  }
  .header__menu.open .header__menu-bar::before {
    bottom: 0;
    rotate: 45deg;
  }
  .header__menu.open .header__menu-bar::after {
    top: 0;
    rotate: -45deg;
  }
  .mv {
    margin-top: 50px;
  }
}

@media (any-hover: hover) {
  .header__menu:hover {
    cursor: pointer;
  }
}
