@charset "UTF-8";
/* color */
/* font */
/* animation */
/* common */
.grecaptcha-badge {
  visibility: hidden;
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  color: #2a2a2a;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  background: #093977;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.2rem;
}

p {
  padding: 0;
  margin: 0;
}

img,
video {
  max-width: 100%;
  height: auto;
  margin: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #fff;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

table {
  border-collapse: collapse;
}

input,
select,
button,
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
}

.pc {
  display: none;
}

[id] {
  scroll-margin-top: 60px;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.section_inner {
  width: 100%;
  padding: 0 30px;
}

.readMoreBtn,
.close_btn {
  display: block;
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
  height: 56px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  position: relative;
  transition: 0.3s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 0;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
    z-index: -1;
  }
  &:hover::before {
    transform: scaleX(1);
  }
  &:hover {
    color: #093977;
    opacity: 1;
    & img {
      filter: brightness(0) saturate(100%) invert(14%) sepia(78%) saturate(1054%) hue-rotate(187deg)
        brightness(96%) contrast(101%);
    }
  }
}
.readMoreBtn img,
.close_btn img {
  width: 30.71px;
  height: auto;
  transition: 0.3s ease-out;
  position: absolute;
  top: 24px;
  right: 20px;
}
.readMoreBtn.black,
.close_btn.black {
  color: #000;
  border: 1px solid #000;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
    z-index: -1;
  }
  &:hover::before {
    transform: scaleX(1);
  }
  &:hover {
    color: #fff;
    opacity: 1;
    & img {
      filter: brightness(0) invert(1);
    }
  }
}

.btn-black {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
  height: 60px;
  background: #000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #000;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
    z-index: -1;
  }
  &:hover::before {
    transform: scaleX(1);
  }
  &:hover {
    color: #093977;
    opacity: 1;
    & img {
      filter: brightness(0) saturate(100%) invert(14%) sepia(78%) saturate(1054%) hue-rotate(187deg)
        brightness(96%) contrast(101%);
    }
  }
}
.btn-black img {
  position: absolute;
  right: 2rem;
  width: 20px;
  height: auto;
}

.btn_box {
  opacity: 0;
  &.show {
    animation: fadeUpAnimeS 0.5s ease-out forwards;
  }
}

.special_nav {
  margin-bottom: 10rem;
}

.special_nav_list {
  border: 3px solid #fff;
}

.special_nav_item:not(:last-child) {
  border-bottom: 3px solid #fff;
}
.special_nav_item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  height: 100px;
  position: relative;
  z-index: 0;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
    z-index: -1;
  }
  &:hover::before {
    transform: scaleX(1);
  }
  &:hover {
    color: #093977;
    opacity: 1;
    & img {
      filter: brightness(0) saturate(100%) invert(14%) sepia(78%) saturate(1054%) hue-rotate(187deg)
        brightness(96%) contrast(101%);
    }
  }
}

.special_nav_item_text span {
  display: block;
  margin-top: 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.5;
}

.header .header_sp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #fff;
}
.header .header_sp .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.1s ease-out;
}
.header .header_sp .wrap.active {
  background-color: #093977;
  transition: all 0.1s ease-out;
}
.header .header_sp .wrap .hamburger {
  width: 70px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-out;
  &:hover {
    cursor: pointer;
  }
}
.header .header_sp .wrap .hamburger.active {
  transition: all 0.1s ease-out;
}
.header .header_sp .wrap .hamburger.active div span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.header .header_sp .wrap .hamburger.active div span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.header .header_sp .wrap .hamburger.active div span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.header .header_sp .wrap .hamburger div {
  width: 30px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header .header_sp .wrap .hamburger div span {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
  transition: all 0.3s ease-out;
}
.header .header_sp .wrap .logo {
  display: block;
  width: 214px;
}
.header .header_sp .wrap .logo img {
  size: 214px;
  height: auto;
}
.header .header_sp .wrap .header_entry {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 70px;
  height: 60px;
  background: #fff;
  color: #093977;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #093977;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
    z-index: -1;
    border-bottom: 1px solid #fff;
  }
  &:hover::before {
    transform: scaleX(1);
  }
  &:hover {
    color: #fff;
    opacity: 1;
  }
}
.header .header_sp .header_nav-sp {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #093977;
  padding: 4rem 3rem 20rem;
  overflow-y: scroll;
  display: none;
}
.header .header_sp .header_nav-sp .main_nav {
  margin-bottom: 60px;
}
.header .header_sp .header_nav-sp .main_nav_item {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 10px;
  border-bottom: 1px solid #fff;
}
.header .header_sp .header_nav-sp .coporate_link {
  margin-bottom: 60px;
}
.header .header_sp .header_nav-sp .close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #21a8ea;
  background-color: #ffffff;
  border: 1px solid #21a8ea;
  width: 122px;
  height: 40px;
  border-radius: 22px;
  margin: 4rem auto 0;
}
.header .header_sp .header_nav-sp .close-btn:active {
  background-color: #21a8ea;
  color: #ffffff;
}

.header_pc {
  display: none;
}

.nav_section {
  padding-bottom: 10rem;
}

.sns_nav_item a {
  display: block;
  text-align: center;
}
.sns_nav_item:not(:last-child) {
  margin-bottom: 2rem;
}

.footer {
  background: #fff;
  color: #000;
  padding: 6rem 3rem 3rem;
  .footer_logo {
    text-align: center;
    margin-bottom: 3rem;
    display: block;
  }
  .footer_logo img {
    width: 200px;
    height: auto;
  }

  .footer_btnLink {
    margin-bottom: 6rem;
  }

  .footer_nav_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 6rem;
  }

  .copyright {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .copyright small {
    font-size: 1rem;
  }
}

.footer_nav_item:not(:last-child) {
  margin-bottom: 2rem;
}
.footer_nav_item a {
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.faq_item {
  border: 1px solid #fff;
}
.faq_item:not(:last-child) {
  margin-bottom: 3rem;
}

.faq_question {
  display: flex;
  padding: 2rem 1rem 3rem;
  position: relative;
}
.faq_question span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.458;
  margin-right: 1.4rem;
  letter-spacing: 0.1em;
}
.faq_question p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-right: 4.3rem;
}
.faq_question.active .faq_question_toggle .inbox span:nth-child(2) {
  display: none;
}
.faq_question:hover {
  cursor: pointer;
}

.faq_question_toggle {
  position: absolute;
  top: 2.6rem;
  right: 1rem;
  width: 16px;
  height: 16px;
}
.faq_question_toggle .inbox {
  width: 100%;
  height: 100%;
  position: relative;
}
.faq_question_toggle .inbox span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}
.faq_question_toggle .inbox span:nth-child(1) {
  width: 100%;
  height: 1px;
}
.faq_question_toggle .inbox span:nth-child(2) {
  width: 1px;
  height: 100%;
}

.faq_answer {
  padding: 3rem 1rem;
  padding-right: 3rem;
  border-top: 1px dotted #fff;
  display: none;
}
.faq_answer.active {
  display: block;
}
.faq_answer .faq_answer_text {
  display: flex;
}
.faq_answer .faq_answer_link {
  margin-top: 2rem;
  padding-left: 3rem;
}
.faq_answer .faq_answer_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  border: 1px solid #fff;
  height: 50px;
  position: relative;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
    z-index: -1;
  }
  &:hover::before {
    transform: scaleX(1);
  }
  &:hover {
    color: #093977;
    opacity: 1;
    & span {
      color: #093977;
    }
    & img {
      filter: brightness(0) saturate(100%) invert(14%) sepia(78%) saturate(1054%) hue-rotate(187deg)
        brightness(96%) contrast(101%);
    }
  }
}
.faq_answer .faq_answer_link a span {
  font-size: 1.4rem;
  font-weight: 500;
}
.faq_answer .faq_answer_link a img {
  position: absolute;
  right: 20px;
}
.faq_answer span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.458;
  margin-right: 1.4rem;
  letter-spacing: 0.1em;
}
.faq_answer p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
.service_bg-darknavy {
  background-color: #00132c;
  padding-top: 7rem;
  padding-bottom: 6rem;
  margin-top: min(13%, calc(13% + (100vw - 944px) * (-718 / 956)));
}

.service_bg-darknavy_inner {
  position: relative;
}

.service_catch_warp {
  position: relative; /* contain the children */
  width: 100vw; /* “画面幅いっぱい” に */
  left: 50%; /* 親要素からブラウザ中央へ移動 */
  right: 50%; /* 同じく反対側も */
  margin-left: -50vw; /* ブラウザ幅の半分だけ左へ */
  margin-right: -50vw; /* ブラウザ幅の半分だけ右へ */
  overflow: visible;
}

.service_catch {
  position: relative; /* 子の absolute の基準 */
  width: 100%; /* inner の幅いっぱい＝元コンテナ幅 */
  height: 0;
  padding-top: 69.209039548%; /* アスペクト比 */
  text-align: center;
}
.service_catch_earth {
  position: absolute;
  width: clamp(
    120vw,
    /* ブラウザ幅の120%以下にならない */ calc(180vw - ((100vw - 945px) * (60 / (1600 - 945)))),
    /* 945px～1600pxで 180→120vw を線形補完 */ 180vw /* ブラウザ幅の180%以下 */
  );
  left: 50%;
  transform: translateX(-50%);
  top: clamp(
    30%,
    /* 大きい画面での最小 top 値 */ calc(82% + ((100vw - 945px) * ((-290 - 82) / (1600 - 945)))),
    /* 945px～1600px 区間で 82→70 を線形補完 */ 82% /* 小さい画面での最大 top 値 */
  );
}
.service_catch_fixed {
  position: absolute; /* .service_catch を基準に */
  top: 0; /* お好みで微調整 */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 944px;
  pointer-events: none;
}

.service_catch_people {
  position: absolute;
  top: 0;
  width: 85.4%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-right: 2.8%;
}
.service_catch_phrase_1 {
  position: absolute;
  top: 2.7%;
  right: 8%;
  width: 8.77%;
  overflow: hidden;
}
.service_catch_phrase_2 {
  position: absolute;
  top: 2.7%;
  left: 8%;
  width: 8.77%;
  overflow: hidden;
}
.service_contents_ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: -8rem;
}

.service_contents_txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
}

.service_l_list_wrap {
  margin: 0 -3rem;
  padding-bottom: 1.1rem;
}

.service_l_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: url(../img/top/service/service_plus.svg) no-repeat;
  background-position-x: 48%;
  background-position-y: 48%;
  margin: 0 1.3rem 0 3rem;
}

.service_l_item {
  width: calc((100% - 10px) / 2);
}

.service_s_list_wrap {
  margin: 0 -3rem;
  padding-bottom: 3.1rem;
}

.service_s_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 1.3rem 0 3rem;
}

.service_s_item {
  width: calc((100% - 10px) / 3);
}

@media screen and (min-width: 768px) {
  .readMoreBtn,
  .close_btn {
    max-width: 400px;
    width: 40%;
    margin: 0 auto;
    font-size: 1.8rem;
    height: 80px;
  }
  .readMoreBtn img,
  .close_btn img {
    top: 34px;
  }
  .btn-black {
    width: 300px;
    height: 60px;
  }
  .special_nav_list {
    display: flex;
    flex-wrap: wrap;
  }
  .special_nav_item {
    width: 50%;
  }
  .special_nav_item:last-child,
  .special_nav_item:nth-child(3) {
    border-bottom: none;
  }
  .special_nav_item:nth-child(odd) {
    border-right: 3px solid #fff;
  }
  .nav_section {
    padding-bottom: 15rem;
  }
  .special_nav {
    margin-bottom: 8rem;
  }
  .sns_nav_list {
    display: flex;
    justify-content: space-between;
  }
  .sns_nav_item {
    width: 31.25%;
  }
  .sns_nav_item:not(:last-child) {
    margin-bottom: 0;
  }
  .faq_question {
    padding: 4rem 2rem;
  }
  .faq_question p {
    font-size: 1.6rem;
  }
  .faq_question_toggle {
    width: 2rem;
    height: 2rem;
    right: 2rem;
    top: 4.5rem;
  }
  .faq_answer {
    padding: 3rem 2rem;
  }
  .faq_answer p {
    font-size: 1.6rem;
  }
  .service_contents_ttl {
    font-size: 2rem;
  }
  .service_contents_txt {
    font-size: 1.6rem;
  }
  .service_l_list {
    flex-wrap: nowrap;
    margin: 0;
    background: url(../img/top/service/service_plus.svg) no-repeat,
      url(../img/top/service/service_plus.svg) no-repeat,
      url(../img/top/service/service_plus.svg) no-repeat;
    background-position-x: 22.5%, 49%, 75.5%;
    background-position-y: 46%;
    background-size: 3%;
  }
  .service_l_item {
    width: 23%;
  }
  .service_s_list {
    margin: 0;
    flex-wrap: nowrap;
  }
  .service_s_item {
    width: auto;
  }
}
@media screen and (min-width: 1000px) {
  body {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  [id] {
    scroll-margin-top: 70px;
  }
  .section_inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .ttl_top {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 3rem;
  }
  .readMoreBtn,
  .close_btn {
    width: 400px;
    height: 100px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .readMoreBtn img,
  .close_btn img {
    top: 46px;
    right: 30px;
  }
  .header .header_sp {
    display: none;
  }
  .header .header_pc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 990;
    display: block;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    opacity: 1;
  }
  .header .header_pc.hidden {
    opacity: 0;
  }
  .header .header_pc.scrolled {
    background: #093977;
    position: fixed;
    top: 0;
    left: 0;
  }
  .header .logo {
    padding-left: 20px;
  }
  .header .header_right {
    display: flex;
    flex-direction: row;
  }
  .header .header_nav_list {
    display: flex;
    flex-direction: row;
    justify-content: right;
    height: 70px;
    align-items: center;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .header .header_nav_item {
    margin-right: 18px;
  }
  .header .header_nav_item a {
    color: #fff;
  }
  .header .header_entry {
    width: 120px;
    height: 70px;
    display: block;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #093977;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    z-index: 0;
    &::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #093977;
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform 0.3s ease;
      z-index: -1;
      border-bottom: 1px solid #fff;
    }
    &:hover::before {
      transform: scaleX(1);
    }
    &:hover {
      color: #fff;
      opacity: 1;
    }
  }
  .special_nav {
    margin-bottom: 10rem;
  }
  .special_nav_item a {
    padding: 0 5rem;
    height: 200px;
  }
  .special_nav_item span {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .special_nav_item.bosyu .text_img {
    width: 273px;
    height: auto;
  }
  .special_nav_item.entry .text_img {
    width: 242px;
    height: auto;
  }
  .special_nav_item.blog .text_img {
    width: 377px;
    height: auto;
  }
  .special_nav_item.contact .text_img {
    width: 378px;
    height: auto;
  }
  .img_arrow {
    width: 6.1rem;
    height: auto;
  }
  .faq_section {
    padding-top: 28rem;
    padding-bottom: 20rem;
  }
  .faq_ttl {
    margin-bottom: 5rem;
  }
  .faq_question {
    padding: 4rem 8rem 4rem 3rem;
  }
  .faq_question span {
    font-size: 3rem;
    line-height: 1.5333;
  }
  .faq_question p {
    line-height: 2.125;
    margin-top: 0.5rem;
  }
  .faq_question_toggle {
    top: 5rem;
    right: 3rem;
  }
  .faq_answer {
    padding: 3rem 8rem 3rem 3rem;
  }
  .faq_answer span {
    font-size: 3rem;
    line-height: 1.5333;
  }
  .faq_answer p {
    line-height: 2.125;
    margin-top: 0.5rem;
  }
  .service_contents_ttl {
    font-size: 2.6rem;
  }
  .service_contents_txt {
    margin-bottom: 7rem;
  }
  .service_l_list_wrap {
    margin: 0 auto;
    padding-bottom: 2.5rem;
  }
  .service_s_list_wrap {
    padding-bottom: 4.4rem;
  }
  .service_bg-darknavy {
    padding-bottom: 23.8rem;
  }
}
@media screen and (min-width: 1260px) {
  .nav_section {
    padding-bottom: 20rem;
  }
  .sns_nav_item {
    width: auto;
  }
  .footer {
    padding: 4rem 5rem;
    display: flex;
    justify-content: space-between;
    .footer_left {
      display: flex;
      align-items: center;
    }
    .footer_logo {
      margin-bottom: 0;
      margin-right: 5rem;
    }
    .footer_btnLink {
      margin-bottom: 0;
    }
    .footer_nav_list {
      margin-bottom: 2rem;
      flex-direction: row;
      justify-content: right;
    }
    .footer_nav_item:not(:last-child) {
      margin-right: 2rem;
      margin-bottom: 0;
    }
    .copyright {
      text-align: right;
    }
  }

  .service_contents_ttl,
  .service_contents_txt {
    padding-right: 7.5rem;
    padding-left: 6.3rem;
  }
  .service_l_list_wrap {
    padding-left: 6.3rem;
    padding-right: 6.3rem;
  }
} /*# sourceMappingURL=common.css.map */
