@charset "UTF-8";
@media print, screen and (min-width: 769px) {
  .pc_hide, .sp_only {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp_hide, .pc_only {
    display: none !important;
  }
}
/* =================================
  Layout
================================= */
.l-footer {
  position: relative;
}

.l-container {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1040px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.l-wrapper.-no_hidden {
  overflow: unset;
}

.l-header {
  position: relative;
}

.l-main {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
}

.SiteWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.l-bg {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  padding: 5.625rem 0;
}

.l-section {
  padding: 4.6875rem 0 7.5rem;
  position: relative;
}

.l-section.-second {
  background-color: #edf7f3;
}

.l-section.-merideme {
  background-color: #0d3233;
}

.l-section.-third {
  background-color: #f0f0f0;
}

.l-section.-main {
  padding: 7.5rem 0 7.5rem;
  background-color: #e3e1d8;
}

.l-section.-main2 {
  padding: 7.5rem 0 7.5rem;
}

.l-section.-archive {
  padding: 4.6875rem 0 15rem;
}

.l-section.-lp {
  padding: 7.5rem 0;
  position: relative;
}

.l-section.-voice {
  padding-bottom: 0;
}

.l-section.-reason {
  padding-bottom: unset;
}

.l-section.-lp2 {
  padding: 7.5rem 0 4.6875rem;
  position: relative;
}

.l-section.-cta {
  position: relative;
  background-image: url(../img/K_saimu_contact_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.8125rem 0;
  background-position: center;
}

.l-section.-cta2 {
  position: relative;
  background-image: url(../img/kotsujiko_92.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.1875rem 0;
  background-position: center;
}

.l-section.-cta3 {
  position: relative;
  background-image: url(../img/K_contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.8125rem 0;
  background-position: center;
}

.l-section.-aisatsu {
  padding: 7.5rem 0 4.6875rem;
}

.l-section.-kaiketsu {
  padding-top: unset;
  overflow: hidden;
}

.l-section2 {
  padding: 64px 0;
  margin-top: -64px;
}

.l-section_mt {
  padding-top: 64px;
}

.l-section.-office {
  padding-top: unset;
  background-image: url(../img/K_bengoshi_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.l-section.-office2 {
  padding: 7.5rem 0 7.5rem;
}

.l-section.-single {
  background-color: #edf7f3;
  padding: 7.5rem 0 6.25rem;
}

.l-section.-single2 {
  background-color: #edf7f3;
  padding: 7.5rem 0 0rem;
}

.l-section.-fee {
  padding: 7.5rem 0;
  position: relative;
}

.l-section.-service {
  padding: 7.5rem 0;
  position: relative;
  background-color: #edf7f3;
}

.l-section.-contact {
  background-color: #ebebeb;
}

.l-section.-solve {
  background-color: #d9eae2;
}

.l-section.-message {
  padding: 0 0 7.5rem;
  position: relative;
}

/* =================================================
btn
================================================= */
.basic_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #1756A6;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.4375rem 1.875rem;
}
.basic_btn::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: block;
  background-size: cover;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.6' height='18' viewBox='0 0 12.6 18'%3E%3Cpolygon fill='%23ffffff' points='2.88 18 0 18 9.66 9.02 0 0 2.88 0 12.6 9.02 2.88 18'/%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.9375rem;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.basic_btn:hover::after {
  right: 0.5rem;
}
.basic_btn.default {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 1.125rem;
}
.basic_btn.mid {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: normal;
  font-size: 1.3125rem;
  min-height: 4.6875rem;
}
.basic_btn.mini {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12.5rem;
  padding: 0.3125rem 1.875rem;
  font-size: 0.8em;
}
.basic_btn.mini::after {
  right: 0.375rem;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.basic_btn.reverse {
  background-color: #fff;
  color: #1756A6;
  border: 1px solid #1756A6;
}
.basic_btn.reverse::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: block;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.6' height='18' viewBox='0 0 12.6 18'%3E%3Cpolygon fill='%231756A6' points='2.88 18 0 18 9.66 9.02 0 0 2.88 0 12.6 9.02 2.88 18'/%3E%3C/svg%3E");
}
@media (hover: hover) {
  .basic_btn.reverse:hover {
    background-color: #1756A6;
    color: #fff;
  }
  .basic_btn.reverse:hover::after {
    content: "";
    width: 1.125rem;
    height: 1.125rem;
    display: block;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.6' height='18' viewBox='0 0 12.6 18'%3E%3Cpolygon fill='%23fff' points='2.88 18 0 18 9.66 9.02 0 0 2.88 0 12.6 9.02 2.88 18'/%3E%3C/svg%3E");
  }
}
.basic_btn.yellow {
  color: #141414;
  background-color: #FFCB23;
}
.basic_btn.yellow::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: block;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.6' height='18' viewBox='0 0 12.6 18'%3E%3Cpolygon fill='%23141414' points='2.88 18 0 18 9.66 9.02 0 0 2.88 0 12.6 9.02 2.88 18'/%3E%3C/svg%3E");
}
.basic_btn.vivid_red {
  color: #fff;
  background-color: #D8463C;
}
.basic_btn.white {
  color: #1756A6;
  background-color: #fff;
  border: 1px solid #1756A6;
}
.basic_btn.white::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: block;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.6' height='18' viewBox='0 0 12.6 18'%3E%3Cpolygon fill='%231756A6' points='2.88 18 0 18 9.66 9.02 0 0 2.88 0 12.6 9.02 2.88 18'/%3E%3C/svg%3E");
}
.basic_btn.red {
  color: #fff;
  background-color: #DC8278;
}
.basic_btn.red2 {
  background-color: #D8463C;
}
.basic_btn.blue {
  color: #fff;
  background-color: #459EBE;
}
.basic_btn.blue2 {
  color: #fff;
  background-color: #2AB2CC;
}
.basic_btn.black {
  color: #fff;
  background-color: #141414;
}

/* =================================================
共通スライダー
================================================= */
.common_swiper.swiper {
  max-width: 49rem;
  margin: 0 auto;
  margin-bottom: 3.75rem;
  overflow: visible;
}
.common_swiper.swiper .swiper-slide {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0.5;
  height: auto;
  height: initial;
}
.common_swiper.swiper .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.common_swiper.swiper .swiper-button-prev,
.common_swiper.swiper .swiper-button-next {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  position: absolute;
  background-image: none;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 200;
}
.common_swiper.swiper .swiper-button-prev .swiper-navigation-icon,
.common_swiper.swiper .swiper-button-next .swiper-navigation-icon {
  display: none;
}
.common_swiper.swiper .swiper-button-prev::after,
.common_swiper.swiper .swiper-button-next::after {
  display: none;
}
.common_swiper.swiper .swiper-button-prev.black,
.common_swiper.swiper .swiper-button-next.black {
  background-color: #141414;
}
.common_swiper.swiper .swiper-button-prev.black span,
.common_swiper.swiper .swiper-button-next.black span {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleY(0.9);
          transform: scaleY(0.9);
}
.common_swiper.swiper .swiper-button-prev.black span::before,
.common_swiper.swiper .swiper-button-next.black span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: translateX(25%) rotate(-45deg);
          transform: translateX(25%) rotate(-45deg);
}
.common_swiper.swiper .swiper-button-prev.white,
.common_swiper.swiper .swiper-button-next.white {
  background-color: #fff;
  border: 1px solid #141414;
}
.common_swiper.swiper .swiper-button-prev.white span,
.common_swiper.swiper .swiper-button-next.white span {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleY(0.9);
          transform: scaleY(0.9);
}
.common_swiper.swiper .swiper-button-prev.white span::before,
.common_swiper.swiper .swiper-button-next.white span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-left: 2px solid #141414;
  border-top: 2px solid #141414;
  -webkit-transform: translateX(25%) rotate(-45deg);
          transform: translateX(25%) rotate(-45deg);
}
.common_swiper.swiper .swiper-button-prev.white::after,
.common_swiper.swiper .swiper-button-next.white::after {
  display: none;
}
.common_swiper.swiper .swiper-button-prev {
  left: -5.3125rem;
}
.common_swiper.swiper .swiper-button-prev span {
  -webkit-transform: scaleY(0.9) !important;
          transform: scaleY(0.9) !important;
}
.common_swiper.swiper .swiper-button-next {
  right: -5.3125rem;
}
.common_swiper.swiper .swiper-button-next span {
  -webkit-transform: scaleY(0.9) rotate(180deg) !important;
          transform: scaleY(0.9) rotate(180deg) !important;
}
.common_swiper.swiper .swiper-pagination {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .common_swiper.swiper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.common_swiper.swiper .swiper-pagination.gray .swiper-pagination-bullet {
  border: 1px solid #DADADA;
}
.common_swiper.swiper .swiper-pagination.gray .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #DADADA;
}
.common_swiper.swiper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  border: 1px solid #fff;
}
.common_swiper.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.common_swiper.swiper .card {
  height: 100%;
  padding: 5%;
  background-color: #DEEDF8;
  color: #2186D1;
}
@media (max-width: 768px) {
  .common_swiper.swiper .card {
    padding: 5% 4% 10%;
  }
}
.common_swiper.swiper .card.obscenity {
  color: #2186D1;
  background-color: #DEEDF8;
}
.common_swiper.swiper .card.theft {
  color: #009E9D;
  background-color: #D9F0F0;
}
.common_swiper.swiper .card.violence {
  color: #4B4EA5;
  background-color: #E4E4F1;
}
.common_swiper.swiper .card.juvenile {
  color: #c9bc0b;
  background-color: #fffddb;
}
.common_swiper.swiper .card.surrender {
  color: #e08413;
  background-color: #fff7ed;
}
.common_swiper.swiper .card.other {
  color: #586168;
  background-color: #e8eef2;
}
.common_swiper.swiper .card .icon_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.375rem;
     -moz-column-gap: 4.375rem;
          column-gap: 4.375rem;
  margin-bottom: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .common_swiper.swiper .card .icon_head {
    -webkit-column-gap: 2.1875rem;
       -moz-column-gap: 2.1875rem;
            column-gap: 2.1875rem;
    margin-bottom: 0.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .common_swiper.swiper .card .icon_head .icon {
    width: 67%;
  }
}
.common_swiper.swiper .card .card_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .common_swiper.swiper .card .card_head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.625rem;
    margin-bottom: 0.5rem;
  }
}
.common_swiper.swiper .card .card_head.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .common_swiper.swiper .card .card_head.column {
    gap: 0.625rem;
  }
}
.common_swiper.swiper .card .card_head .cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}
@media only screen and (max-width: 768px) {
  .common_swiper.swiper .card .card_head .cats {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.625rem;
  }
}
.common_swiper.swiper .card .card_head .cat {
  padding: 0.5em 0.8em;
  display: inline-block;
  min-width: 9.375rem;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #2186D1;
}
@media only screen and (max-width: 768px) {
  .common_swiper.swiper .card .card_head .cat {
    padding: 0.5em 0.5em;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.common_swiper.swiper .card .card_head .cat.obscenity {
  background-color: #2186D1;
}
.common_swiper.swiper .card .card_head .cat.theft {
  background-color: #009E9D;
}
.common_swiper.swiper .card .card_head .cat.violence {
  background-color: #4B4EA5;
}
.common_swiper.swiper .card .card_head .cat.juvenile {
  background-color: #c9bc0b;
}
.common_swiper.swiper .card .card_head .cat.surrender {
  background-color: #e08413;
}
.common_swiper.swiper .card .card_head .cat.other {
  background-color: #586168;
}
.common_swiper.swiper .card .card_head .person {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
}
.common_swiper.swiper .card .card_head .rate {
  border: 1px solid #1756A6;
  color: #1756A6;
  text-align: center;
  border-radius: 6.25rem;
  font-size: 0.9375rem;
  min-width: 9.375rem;
  font-weight: bold;
}
.common_swiper.swiper .card .prof {
  color: #141414;
  margin-left: auto;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .common_swiper.swiper .card .prof {
    margin-bottom: 0.625rem;
    width: 100%;
  }
}
.common_swiper.swiper .card .card_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
.common_swiper.swiper .card .card_result .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 0.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #ab0d23;
}
@media only screen and (max-width: 768px) {
  .common_swiper.swiper .card .card_result .mark {
    width: 3.7em;
    height: 3.7em;
  }
}
.common_swiper.swiper .card .card_result .txt {
  font-size: 1.25rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .common_swiper.swiper .card .card_result .txt {
    line-height: 1.35;
  }
}
.common_swiper.swiper .card .card_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common_swiper.swiper .card .card_content .img {
  width: 50%;
  padding-right: 1.5625rem;
  aspect-ratio: 8/5;
}
.common_swiper.swiper .card .card_content .img img {
  display: block;
}
.common_swiper.swiper .card .card_content .txt_content {
  color: #141414;
  font-size: 0.9375rem;
  letter-spacing: 0;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.common_swiper.swiper .card .card_content .txt_content .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.common_swiper.swiper .card .card_content .txt_content .txt.line4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.common_swiper.swiper .card .basic_btn.mini {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .common_swiper.swiper .card .basic_btn.mini {
    margin-right: auto;
  }
}

/* =================================
  Foundation
================================= */
/*
  Reset
  リセットCSS、プロジェクトの基本スタイルを定義
---------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/* Add GrabAir */
a {
  text-decoration: none;
}

/*
  Base
---------------------*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  font-stretch: normal;
  line-height: 1.75;
  color: #141414;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.highlighter {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(50%, #f4f7a9));
  background: linear-gradient(transparent 40%, #f4f7a9 50%);
}

.small {
  font-size: 1em;
}

.scroll-button {
  position: fixed;
  right: 30px;
  bottom: 100px;
  max-width: 46px;
  z-index: 999;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

.scroll-button img:hover {
  opacity: 0.6;
}

#PageTopBtn {
  width: 100%;
  display: block;
}

.g-font {
  font-family: "Noto Sans", sans-serif;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

/*画像の下余白対策*/
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/*ポジション上下左右中央*/
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*ポジション上下中央*/
.absolute-center2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

/*ポジション左右中央*/
.absolute-center3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

/*コンテンツ中央配置*/
.content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html {
  font-size: 10px;
  font-size: clamp(10px, 1vw, 16px);
  margin: 0;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

.c-btn.-fourth {
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  border: solid 2px #01565B;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 360px;
  height: 50px;
  width: 100%;
  background-color: #01565B;
}
.c-btn.-fourth:hover {
  background-color: #fff;
}
.c-btn.-fourth .fa-chevron-right {
  right: 6%;
}

.c-btn.-fourth.-long {
  max-width: 430px;
}

.c-btn.-fourth:hover span {
  color: #01565B;
}
.c-btn.-fourth:hover .fa-chevron-right {
  color: #01565B;
}

.c-btn.-fourth span {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.c-title__hr {
  height: 4.375rem;
}
@media only screen and (max-width: 768px) {
  .c-title__hr {
    height: 3.125rem;
  }
}

.c-title__main .c-title__small {
  font-size: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .c-title__main .c-title__small {
    font-size: 1.5rem;
  }
}

.p-top__issues {
  position: relative;
  padding-top: 6.25rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 768px) {
  .p-top__issues {
    padding-top: 3.75rem !important;
  }
}
.p-top__issues *,
.p-top__issues *:before,
.p-top__issues *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__issues .l-container {
  position: relative;
  max-width: 1440px;
}
.p-top__issues .p-top__issues-box {
  position: relative;
}
.p-top__issues .p-top__issues-box::after {
  content: "";
  display: block;
  clear: both;
}
.p-top__issues .p-top__issues-box .p-top__issues-head {
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  padding: 0.5rem 0.625rem 0.25rem;
  background: #0e8189;
  border-radius: 1.5rem;
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 769px) {
  .p-top__issues .p-top__issues-box .p-top__issues-head {
    float: left;
    width: calc(50% - 2.5rem);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__issues .p-top__issues-box .p-top__issues-head {
    font-size: 1.25rem;
    padding: 1rem 0.625rem 0.875rem;
    border-radius: 1rem;
  }
}
.p-top__issues .p-top__issues-box .p-top__issues-figure {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .p-top__issues .p-top__issues-box .p-top__issues-figure {
    float: right;
    width: 50%;
  }
}
.p-top__issues .p-top__issues-box .p-top__issues-figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__issues .p-top__issues-box .p-top__issues-list {
  position: relative;
  list-style: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0 0 0 1.875rem;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .p-top__issues .p-top__issues-box .p-top__issues-list {
    float: left;
    width: calc(50% - 2.5rem);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__issues .p-top__issues-box .p-top__issues-list {
    font-size: 1rem;
    padding: 0;
    margin-top: 1.5rem;
  }
}
.p-top__issues .p-top__issues-box .p-top__issues-list > li {
  position: relative;
  padding-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-top__issues .p-top__issues-box .p-top__issues-list > li {
    padding-left: 1.25rem;
  }
}
.p-top__issues .p-top__issues-box .p-top__issues-list > li::before {
  content: "▼";
  position: absolute;
  top: 0.375rem;
  left: 0;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #01595B;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media only screen and (max-width: 768px) {
  .p-top__issues .p-top__issues-box .p-top__issues-list > li::before {
    top: 0.0625rem;
    font-size: 0.875rem;
  }
}
.p-top__issues .p-top__issues-box .p-top__issues-list > li .underline {
  color: #BA001A;
  text-decoration: underline;
}
.p-top__issues .p-top__issues-box .p-top__issues-list > li:not(:last-child) {
  margin-bottom: 1rem;
}
.p-top__issues .p-top__issues-arrow {
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-top: 2.25rem solid #01595b;
  margin: 5rem auto 3.75rem;
}
@media only screen and (max-width: 768px) {
  .p-top__issues .p-top__issues-arrow {
    border-left-width: 1.25rem;
    border-right-width: 1.25rem;
    border-top-width: 1.875rem;
    margin: 3.125rem auto 2.5rem;
  }
}
.p-top__issues .p-top__support {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.p-top__issues .p-top__support .p-top__support-title {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-top__issues .p-top__support .p-top__support-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.p-top__issues .p-top__support .p-top__support-title b {
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 600;
  color: inherit;
}
@media only screen and (max-width: 768px) {
  .p-top__issues .p-top__support .p-top__support-title b {
    font-size: 1.875rem;
  }
}
.p-top__issues .p-top__support .p-top__support-text {
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 768px) {
  .p-top__issues .p-top__support .p-top__support-text {
    font-size: 1rem;
    margin-left: -0.625rem;
    margin-right: -1.25rem;
    margin-bottom: 1.875rem;
  }
}
.p-top__issues .p-top__support .p-top__support-wrap {
  position: relative;
  display: block;
}
.p-top__issues .p-top__support .p-top__support-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.p-top__issues .p-top__support .p-top__support-wrap .p-top__support-list {
  position: relative;
  display: block;
  list-style: none;
  width: 100%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 3.625rem;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .p-top__issues .p-top__support .p-top__support-wrap .p-top__support-list {
    float: left;
    width: 31.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__issues .p-top__support .p-top__support-wrap .p-top__support-list {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.p-top__issues .p-top__support .p-top__support-wrap .p-top__support-list li {
  position: relative;
  padding: 0.5rem 0.625rem 0.25rem;
  text-align: center;
  background: #0e8189;
  border-radius: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .p-top__issues .p-top__support .p-top__support-wrap .p-top__support-list li {
    padding: 0.75rem 0.625rem;
    border-radius: 1rem;
  }
}
.p-top__issues .p-top__support .p-top__support-wrap .p-top__support-list li:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .p-top__issues .p-top__support .p-top__support-wrap .p-top__support-list li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 769px) {
  .p-top__issues .p-top__support .p-top__support-wrap .p-top__support-figure {
    width: 100%;
    float: right;
    width: calc(100% - 28.4375rem);
    margin-right: -6.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__issues .p-top__support .p-top__support-wrap .p-top__support-figure {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-top: 1.875rem;
  }
}
.p-top__issues .p-top__support .p-top__support-wrap .p-top__support-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.p-top__case {
  position: relative;
  margin: 6.25rem auto 0;
  max-width: 1000px;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .p-top__case {
    background-color: #EAF8F5;
    padding: 2.5rem 2.5rem 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__case {
    margin-top: 3.75rem;
  }
}
.p-top__case *,
.p-top__case *:before,
.p-top__case *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__case .p-top__case-title {
  display: block;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .p-top__case .p-top__case-title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-top__case .p-top__case-title b {
  font-size: 2.8125rem;
  color: #BA001A;
}
@media only screen and (max-width: 768px) {
  .p-top__case .p-top__case-title b {
    font-size: 1.875rem;
  }
}
.p-top__case .p-top__case-chart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 46.875rem;
  margin: 0 auto;
}
.p-top__case .p-top__case-chart::before {
  content: "";
  position: absolute;
  left: calc(50% - 15.625rem);
  bottom: 2.625rem;
  width: 31.25rem;
  height: 25rem;
  background-image: url(../img/top/top_image03.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-top__case .p-top__case-chart::before {
    left: calc(50% - 7.8125rem);
    bottom: 1.875rem;
    width: 15.625rem;
    height: 12.5rem;
  }
}
.p-top__case .p-top__case-before,
.p-top__case .p-top__case-after {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 4rem);
  display: block;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .p-top__case .p-top__case-before,
  .p-top__case .p-top__case-after {
    width: calc(50% - 0.75rem);
  }
}
.p-top__case .p-top__case-before {
  position: relative;
}
.p-top__case .p-top__case-before .p-top__case-before-content {
  position: relative;
}
.p-top__case .p-top__case-before .p-top__case-before-content .p-top__case-before-label {
  position: relative;
  display: block;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-top__case .p-top__case-before .p-top__case-before-content .p-top__case-before-label {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
}
.p-top__case .p-top__case-before .p-top__case-before-content .p-top__case-before-value {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 13.75rem;
  background: #D9D9D9;
  padding: 0.75rem 0.625rem;
}
@media only screen and (max-width: 768px) {
  .p-top__case .p-top__case-before .p-top__case-before-content .p-top__case-before-value {
    height: 6.25rem;
    padding: 0.625rem 0.625rem;
  }
}
.p-top__case .p-top__case-before .p-top__case-before-content .p-top__case-before-value strong {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-top__case .p-top__case-before .p-top__case-before-content .p-top__case-before-value strong {
    font-size: 1.125rem;
  }
}
.p-top__case .p-top__case-after {
  position: relative;
}
.p-top__case .p-top__case-after .p-top__case-after-content {
  position: relative;
}
.p-top__case .p-top__case-after .p-top__case-after-content .p-top__case-after-label {
  position: relative;
  display: block;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.25;
  color: #BA001A;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-top__case .p-top__case-after .p-top__case-after-content .p-top__case-after-label {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
}
.p-top__case .p-top__case-after .p-top__case-after-content .p-top__case-after-value {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 31.25rem;
  background: #027E85;
  padding: 0.75rem 0.625rem;
}
@media only screen and (max-width: 768px) {
  .p-top__case .p-top__case-after .p-top__case-after-content .p-top__case-after-value {
    height: 15.625rem;
    padding: 0.625rem 0.625rem;
  }
}
.p-top__case .p-top__case-after .p-top__case-after-content .p-top__case-after-value strong {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-top__case .p-top__case-after .p-top__case-after-content .p-top__case-after-value strong {
    font-size: 1.25rem;
  }
}
.p-top__case .p-top__case-example {
  position: relative;
  margin-top: 1.875rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-top__case .p-top__case-example {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}
.p-top__case .p-top__case-note {
  position: relative;
  margin-top: 1.5rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-top__case .p-top__case-note {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.p-top__intro {
  position: relative;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 768px) {
  .p-top__intro {
    background: #EAF8F5;
    padding: 3.125rem 0 3.75rem !important;
  }
}
.p-top__intro *,
.p-top__intro *:before,
.p-top__intro *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__intro .p-top__intro-inner {
  position: relative;
  display: block;
  width: 100%;
}
.p-top__intro .p-top__intro-inner::after {
  content: "";
  display: block;
  clear: both;
}
.p-top__intro .p-top__intro-content {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .p-top__intro .p-top__intro-content {
    float: left;
    width: 32.5rem;
    margin-top: 0.625rem;
  }
}
.p-top__intro .p-top__intro-title {
  position: relative;
  display: block;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 768px) {
  .p-top__intro .p-top__intro-title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-top__intro .p-top__intro-title b {
  font-size: 2.1875rem;
  font-weight: 600;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .p-top__intro .p-top__intro-title b {
    font-size: 1.875rem;
  }
}
.p-top__intro .p-top__intro-title b em {
  display: inline;
  font-style: normal;
  color: #BA001A;
  text-decoration: underline;
}
.p-top__intro .p-top__intro-text {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .p-top__intro .p-top__intro-text {
    font-size: 1rem;
  }
}
.p-top__intro .p-top__intro-text em {
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
}
.p-top__intro .p-top__intro-figure {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .p-top__intro .p-top__intro-figure {
    float: right;
    width: calc(100% - 15rem);
    margin-right: -20rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__intro .p-top__intro-figure {
    margin-top: 1.5rem;
  }
}
.p-top__intro .p-top__intro-figure img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1453/1084;
}
@media only screen and (max-width: 768px) {
  .p-top__intro .p-top__intro-figure {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.p-top__introduction {
  position: relative;
  padding: 6.25rem 0 6.25rem;
  background: #EAF8F5;
}
@media only screen and (max-width: 768px) {
  .p-top__introduction {
    padding: 3.75rem 0 3.75rem !important;
  }
}
.p-top__introduction *,
.p-top__introduction *:before,
.p-top__introduction *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__introduction .l-container {
  max-width: 65rem;
}
.p-top__introduction .p-top__intro-inner {
  position: relative;
  display: block;
  width: 100%;
}
.p-top__introduction .p-top__intro-inner::after {
  content: "";
  display: block;
  clear: both;
}
.p-top__introduction .p-top__intro-content {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .p-top__introduction .p-top__intro-content {
    float: left;
    width: 37.5rem;
  }
}
.p-top__introduction .p-top__intro-title {
  position: relative;
  display: block;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3.75rem;
}
@media print, screen and (min-width: 769px) {
  .p-top__introduction .p-top__intro-title {
    float: left;
    width: 37.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__introduction .p-top__intro-title {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
  }
}
.p-top__introduction .p-top__intro-title b {
  font-size: 2.1875rem;
  font-weight: 600;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .p-top__introduction .p-top__intro-title b {
    font-size: 1.5rem;
  }
}
.p-top__introduction .p-top__intro-title b em {
  display: inline;
  font-style: normal;
  color: #BA001A;
  text-decoration: underline;
}
.p-top__introduction .p-top__intro-text {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .p-top__introduction .p-top__intro-text {
    font-size: 1rem;
  }
}
.p-top__introduction .p-top__intro-text em {
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
}
.p-top__introduction .p-top__intro-figure {
  position: relative;
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .p-top__introduction .p-top__intro-figure {
    float: right;
    width: calc(100% - 25.625rem);
    margin-right: -15rem;
    margin-top: 12.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__introduction .p-top__intro-figure {
    margin-bottom: 1.5rem;
  }
}
.p-top__introduction .p-top__intro-figure img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 0;
}
.p-top__introduction .p-top__intro-figure figcaption {
  position: relative;
  display: block;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-top__introduction .p-top__intro-figure figcaption {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__introduction .p-top__intro-figure {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.p-top__strong {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-top__strong {
    padding: 0 0 3.75rem !important;
  }
  .p-top__strong .c-title__main .c-title__small {
    font-size: 1.5rem;
  }
}
.p-top__strong:not(.--sub_office) {
  padding-bottom: 3.75rem;
}
.p-top__strong *,
.p-top__strong *:before,
.p-top__strong *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__strong .p-top__strong-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr);
  grid-template-columns: minmax(0rem, 1fr);
  gap: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .p-top__strong .p-top__strong-list {
    gap: 1.5rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.p-top__strong .p-top__strong-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .p-top__strong .p-top__strong-item {
    border: 4px solid #01565B;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__strong .p-top__strong-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top__strong .p-top__strong-item-figure {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.5rem;
}
@media only screen and (max-width: 768px) {
  .p-top__strong .p-top__strong-item-figure {
    width: 100%;
    padding: 1.5rem 1.25rem 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-top__strong .p-top__strong-item-figure img {
  display: block;
  width: 100%;
  z-index: 0;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .p-top__strong .p-top__strong-item-figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__strong .p-top__strong-item-figure img {
    width: 16.5rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top__strong .p-top__strong-item-info {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: calc(100% - 16.5rem);
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .p-top__strong .p-top__strong-item-info {
    display: contents;
    width: 100%;
  }
}
.p-top__strong .p-top__strong-item-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.625rem 0.625rem 1.875rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: left;
  background: #01565B;
  min-height: 4.375rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .p-top__strong .p-top__strong-item-title {
    padding: 0.75rem 1.25rem 0.75rem 1.25rem;
    font-size: 1.25rem;
    width: 100%;
    min-height: 5.25rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-top__strong .p-top__strong-item-title .num {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1;
  color: #FECE22;
}
@media only screen and (max-width: 768px) {
  .p-top__strong .p-top__strong-item-title .num {
    font-size: 1.875rem;
  }
}
.p-top__strong .p-top__strong-item-title .text {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: calc(100% - 2.5rem);
  font: inherit;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .p-top__strong .p-top__strong-item-title .text {
    max-width: calc(100% - 2rem);
  }
}
.p-top__strong .p-top__strong-item-text {
  position: relative;
  display: block;
  padding: 1rem 1.25rem 1rem 1.875rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .p-top__strong .p-top__strong-item-text {
    padding: 1.25rem 1.25rem 0;
    font-size: 1rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-top__solution {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-top__solution {
    padding: 0 0 3.75rem !important;
  }
}
.p-top__solution *,
.p-top__solution *:before,
.p-top__solution *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__solution .p-top__solution-list {
  position: relative;
}
.p-top__solution .swiper {
  margin-bottom: 9.375rem;
}
@media only screen and (max-width: 768px) {
  .p-top__solution .swiper {
    margin-bottom: 3.125rem;
  }
}

.p-top__voice {
  position: relative;
  background-image: url(../img/top/bg_voice.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 0;
  margin-bottom: 7.5rem;
}
@media only screen and (max-width: 768px) {
  .p-top__voice {
    padding: 0 0 3.75rem !important;
    margin-bottom: 3.125rem;
  }
}
.p-top__voice *,
.p-top__voice *:before,
.p-top__voice *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__voice .c-title__hr {
  background-color: #FFFFFF;
}
.p-top__voice .c-title__main .c-title__small {
  color: #FFFFFF;
}
.p-top__voice .p-top__voice-list {
  position: relative;
}
.p-top__voice .swiper {
  margin-bottom: 5.625rem;
}
@media only screen and (max-width: 768px) {
  .p-top__voice .swiper {
    margin-bottom: 3.125rem;
  }
}

.p-top__consultation {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-top__consultation {
    padding: 0 0 3.75rem !important;
  }
}
.p-top__consultation:not(.--sub_office) {
  padding-bottom: 3.75rem;
}
.p-top__consultation *,
.p-top__consultation *:before,
.p-top__consultation *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__consultation .c-title__body {
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .p-top__consultation .c-title__body {
    margin-bottom: 1.875rem;
  }
}
.p-top__consultation .p-top__consultation-subtitle {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 768px) {
  .p-top__consultation .p-top__consultation-subtitle {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
}
.p-top__consultation .p-top__consultation-list {
  position: relative;
  display: block;
}
.p-top__consultation .p-top__consultation-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 4px solid #01565B;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .p-top__consultation .p-top__consultation-item {
    border-width: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.5rem;
  }
}
.p-top__consultation .p-top__consultation-item-figure {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 768px) {
  .p-top__consultation .p-top__consultation-item-figure {
    width: 100%;
    padding: 1.5rem 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-top__consultation .p-top__consultation-item-figure img {
  display: block;
  width: 100%;
  z-index: 0;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .p-top__consultation .p-top__consultation-item-figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__consultation .p-top__consultation-item-figure img {
    width: 16.5rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top__consultation .p-top__consultation-item-info {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: calc(100% - 16.5rem);
  padding: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 768px) {
  .p-top__consultation .p-top__consultation-item-info {
    width: 100%;
    display: contents;
  }
}
.p-top__consultation .p-top__consultation-item-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 1.25rem 0.625rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  background: #01565B;
  min-height: 4.375rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .p-top__consultation .p-top__consultation-item-title {
    padding: 0.75rem 1.25rem 0.75rem;
    font-size: 1.25rem;
    min-height: 5.25rem;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
    width: calc(100% + 2px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-top__consultation .p-top__consultation-item-title .num {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1;
  color: #FECE22;
}
@media only screen and (max-width: 768px) {
  .p-top__consultation .p-top__consultation-item-title .num {
    font-size: 1.875rem;
  }
}
.p-top__consultation .p-top__consultation-item-title .text {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  font: inherit;
  color: #FFFFFF;
}
.p-top__consultation .p-top__consultation-item-text {
  position: relative;
  display: block;
  padding: 1rem 1.25rem 1rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.5;
  color: #BA001A;
  text-align: center;
  text-shadow: 0 0 1px #FFFFFF, -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF, 0 -1px 0 #FFFFFF, 0 1px 0 #FFFFFF, 1px 0 0 #FFFFFF, -1px 0 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, 2px 2px 0 #FFFFFF, 0 -2px 0 #FFFFFF, 0 2px 0 #FFFFFF, 2px 0 0 #FFFFFF, -2px 0 0 #FFFFFF, -2px -1px 0 #FFFFFF, 2px -1px 0 #FFFFFF, -2px 1px 0 #FFFFFF, 2px 1px 0 #FFFFFF, -1px -2px 0 #FFFFFF, 1px -2px 0 #FFFFFF, -1px 2px 0 #FFFFFF, 1px 2px 0 #FFFFFF;
  -webkit-filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 0, 0, 0.25));
}
@media print, screen and (min-width: 769px) {
  .p-top__consultation .p-top__consultation-item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 9.3125rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__consultation .p-top__consultation-item-text {
    padding: 1.5rem 0.625rem;
    font-size: 1.125rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-top__consultation .p-top__consultation-item-text a {
  color: inherit;
  text-decoration: none;
}
.p-top__consultation .p-top__consultation-item-text a:hover {
  text-decoration: underline;
}
.p-top__consultation .p-top__consultation-item--accordion-target {
  position: relative;
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-top__consultation .p-top__consultation-item--accordion-target {
    display: none;
  }
}
.p-top__consultation .p-top__consultation-accordion-toggle {
  position: relative;
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-top__consultation .p-top__consultation-accordion-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 1.875rem 0 0;
    height: 3.5rem;
    background: #01565B;
    color: #01565B;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    color: #FFFFFF;
    padding: 0 1.25rem 0 0.625rem;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 0;
  }
  .p-top__consultation .p-top__consultation-accordion-toggle::before, .p-top__consultation .p-top__consultation-accordion-toggle::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 1.25rem;
    width: 1.5rem;
    height: 2px;
    background: #FFFFFF;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform-origin: center;
            transform-origin: center;
    z-index: 1;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .p-top__consultation .p-top__consultation-accordion-toggle::before, .p-top__consultation .p-top__consultation-accordion-toggle::after {
    right: 1rem;
    width: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__consultation .p-top__consultation-accordion-toggle.active::after {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

.basic_btn.yellow::after {
  background-image: none;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #141414;
  border-right: 2px solid #141414;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-top__service_areas {
  position: relative;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 768px) {
  .p-top__service_areas {
    padding: 0 0 3.75rem !important;
  }
}
.p-top__service_areas *,
.p-top__service_areas *:before,
.p-top__service_areas *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__service_areas .l-wrapper {
  position: relative;
  max-width: 1150px;
}
.p-top__service_areas-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 50px 50%;
  grid-template-columns: minmax(0rem, 1fr) 50%;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .p-top__service_areas-wrapper {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: minmax(0rem, 1fr);
    gap: 2.5rem;
  }
}
.p-top__service_areas-wrapper .top_service_areas_map {
  position: relative;
  display: block;
}
.p-top__service_areas-wrapper .top_service_areas_map img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.p-top__service_areas-wrapper .top_service_areas_offices {
  position: relative;
}
.p-top__service_areas-wrapper .top_service_areas_offices .tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 768px) {
  .p-top__service_areas-wrapper .top_service_areas_offices .tabs {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1rem;
  }
}
.p-top__service_areas-wrapper .top_service_areas_offices .tabs button {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  background: transparent;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #DEDEDE;
}
@media (max-width: 768px) {
  .p-top__service_areas-wrapper .top_service_areas_offices .tabs button {
    font-size: 1.25rem;
    padding: 0.875rem 0.5rem;
  }
}
@media (hover: hover) {
  .p-top__service_areas-wrapper .top_service_areas_offices .tabs button:hover {
    border-bottom: 2px solid #1756A6;
  }
}
.p-top__service_areas-wrapper .top_service_areas_offices .tabs button.is-active {
  color: #1756A6;
  border-bottom: 2px solid #1756A6;
  position: relative;
}
.p-top__service_areas-wrapper .top_service_areas_offices .tabs button.is-active::before {
  content: "";
  position: absolute;
  bottom: -1.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 0.6875rem solid transparent;
  border-top: 0.875rem solid #FFF;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-top__service_areas-wrapper .top_service_areas_offices .tabs button.is-active::before {
    bottom: -1.375rem;
  }
}
.p-top__service_areas-wrapper .top_service_areas_offices .tabs button.is-active::after {
  content: "";
  position: absolute;
  bottom: -1.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 0.6875rem solid transparent;
  border-top: 0.875rem solid #1756A6;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-top__service_areas-wrapper .top_service_areas_offices .tabs button.is-active::after {
    bottom: -1.5625rem;
  }
}
.p-top__service_areas-wrapper .top_service_areas_offices .tabs button.is-active .icon {
  background: url(../img/common/icon_minus.svg) center center/contain no-repeat;
}
.p-top__service_areas-wrapper .top_service_areas_offices .tabs .icon {
  width: 1.375rem;
  height: 1.375rem;
  background: url(../img/common/icon_plus.svg) center center/contain no-repeat;
  margin-left: 0.5rem;
}
.p-top__service_areas-wrapper .top_service_areas_offices .tabs-col5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 768px) {
  .p-top__service_areas-wrapper .top_service_areas_offices .tabs-col5 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top__service_areas-wrapper .top_service_areas_offices .panel {
  margin-top: 1.875rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16.5rem 2.5rem 1fr;
  grid-template-columns: 16.5rem 1fr;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .p-top__service_areas-wrapper .top_service_areas_offices .panel {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto 1.25rem auto 1.25rem auto;
        grid-template-areas: "photo" "contents" "link";
    gap: 1.25rem;
  }
}
@media (max-width: 768px) {
  .p-top__service_areas-wrapper .top_service_areas_offices .panel_images {
    display: contents;
  }
}
.p-top__service_areas-wrapper .top_service_areas_offices .panel_images .photo {
  width: 100%;
  aspect-ratio: 264/174;
}
@media (max-width: 768px) {
  .p-top__service_areas-wrapper .top_service_areas_offices .panel_images .photo {
    grid-area: photo;
  }
}
.p-top__service_areas-wrapper .top_service_areas_offices .panel_images .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__service_areas-wrapper .top_service_areas_offices .panel_images .button {
  display: inline-block;
  width: 100%;
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 0.875rem;
  text-align: center;
  color: #1756A6;
  border: 1px solid #1756A6;
  position: relative;
  margin-top: 0.625rem;
}
@media (max-width: 768px) {
  .p-top__service_areas-wrapper .top_service_areas_offices .panel_images .button {
    height: 2.625rem;
    line-height: 2.625rem;
    font-size: 1.25rem;
    grid-area: link;
  }
}
.p-top__service_areas-wrapper .top_service_areas_offices .panel_images .button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  background: url(../img/common/tri_arrow_blue2.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-top__service_areas-wrapper .top_service_areas_offices .panel_images .button::after {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}
.p-top__service_areas-wrapper .top_service_areas_offices .panel_contents {
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .p-top__service_areas-wrapper .top_service_areas_offices .panel_contents {
    grid-area: contents;
  }
}
@media (max-width: 768px){
  .p-top__service_areas-wrapper .top_service_areas_offices .panel_images .photo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-top__service_areas-wrapper .top_service_areas_offices .panel_images .button {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-top__service_areas-wrapper .top_service_areas_offices .panel_contents {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.p-top__service_areas-wrapper .top_service_areas_offices .panel_contents .address {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .p-top__service_areas-wrapper .top_service_areas_offices .panel_contents .address {
    font-size: 1.375rem;
  }
}
.p-top__service_areas-wrapper .top_service_areas_offices .panel_contents .label {
  background: #000;
  color: #fff;
  display: inline-block;
  min-width: 9.375rem;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .p-top__service_areas-wrapper .top_service_areas_offices .panel_contents .label {
    font-size: 1.3125rem;
    min-width: 13.125rem;
    height: 2.625rem;
    line-height: 2.625rem;
  }
}
.p-top__service_areas-wrapper .top_service_areas_offices .panel_contents .access {
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .p-top__service_areas-wrapper .top_service_areas_offices .panel_contents .access {
    font-size: 1.375rem;
  }
}
.p-top__service_areas-wrapper .top_service_areas_offices .panel_contents .access li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-top__service_areas-wrapper .top_service_areas_offices .panel_contents .access li::before {
  content: "・";
  padding-right: 0.5em;
}

.p-top__lawyers {
  position: relative;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 768px) {
  .p-top__lawyers {
    padding: 0 0 3.75rem !important;
  }
}

.p-top__fee {
  position: relative;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 768px) {
  .p-top__fee {
    padding: 0 0 3.75rem !important;
  }
}
.p-top__fee *,
.p-top__fee *:before,
.p-top__fee *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__fee .p-top__fee-intro {
  position: relative;
  margin-bottom: 4.6875rem;
}
.p-top__fee .p-top__fee-intro .p-top__fee-content {
  position: relative;
  max-width: 100%;
}
.p-top__fee .p-top__fee-intro .p-top__fee-content .p-top__fee-figure {
  position: relative;
  margin: 0 auto 1.875rem;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-intro .p-top__fee-content .p-top__fee-figure {
    margin-bottom: 1.25rem;
  }
}
.p-top__fee .p-top__fee-intro .p-top__fee-content .p-top__fee-title {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5;
  max-width: 292px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-intro .p-top__fee-content .p-top__fee-title {
    font-size: 1.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}
.p-top__fee .p-top__fee-intro .p-top__fee-content .p-top__fee-text {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-intro .p-top__fee-content .p-top__fee-text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}
.p-top__fee .p-top__fee-wrap {
  position: relative;
  background: #F6F6E9;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-wrap {
    padding: 2.5rem 1rem 2.5rem;
  }
}
.p-top__fee .p-top__fee-wrap .p-top__fee-title2 {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-wrap .p-top__fee-title2 {
    margin-bottom: 1.875rem;
  }
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents {
  position: relative;
  max-width: 25rem;
  width: 100%;
  margin: 0 auto;
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__banner {
  position: relative;
  display: block;
  width: 100%;
  background: #FECE22;
  border-radius: 0.75rem;
  padding: 1rem 1.25rem 1.875rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-wrap .p-top__fee-contents__banner {
    padding: 1rem 1rem 1.5rem;
    margin-bottom: 1.875rem;
  }
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__banner .banner_title {
  position: relative;
  display: block;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  padding: 1rem 0.625rem 0.75rem;
  background: #FFFFFF;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3.125rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-wrap .p-top__fee-contents__banner .banner_title {
    padding: 0.75rem 0 0.625rem;
    font-size: 1.125rem;
    letter-spacing: -0.05em;
    margin-bottom: 1.875rem;
  }
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__banner .banner_title::before {
  content: "";
  position: absolute;
  left: calc(50% - 2.5rem);
  bottom: -1.8125rem;
  border-left: 2.5rem solid transparent;
  border-right: 2.5rem solid transparent;
  border-top: 1.875rem solid #FFFFFF;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-wrap .p-top__fee-contents__banner .banner_title::before {
    left: calc(50% - 1.875rem);
    bottom: -1.1875rem;
    border-left: 1.875rem solid transparent;
    border-right: 1.875rem solid transparent;
    border-top: 1.25rem solid #FFFFFF;
  }
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__banner .banner_title b {
  display: inline;
  font-weight: 600;
  text-decoration: underline;
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__banner .banner_title em {
  display: inline-block;
  font-style: normal;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.2;
  vertical-align: text-bottom;
  color: #BA001A;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-wrap .p-top__fee-contents__banner .banner_title em {
    font-size: 1.5rem;
  }
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__banner .banner_value {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__banner .banner_value span {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-wrap .p-top__fee-contents__banner .banner_value span {
    font-size: 1.25rem;
  }
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__banner .banner_value span small {
  font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-wrap .p-top__fee-contents__banner .banner_value span small {
    font-size: 1rem;
  }
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__banner .banner_value strong {
  display: inline-block;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 6.25rem;
  font-weight: 600;
  line-height: 5.625rem;
  text-align: left;
  color: #BA001A;
  text-shadow: 0 0 1px #FFFFFF, -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF, 0 -1px 0 #FFFFFF, 0 1px 0 #FFFFFF, 1px 0 0 #FFFFFF, -1px 0 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, 2px 2px 0 #FFFFFF, 0 -2px 0 #FFFFFF, 0 2px 0 #FFFFFF, 2px 0 0 #FFFFFF, -2px 0 0 #FFFFFF, -2px -1px 0 #FFFFFF, 2px -1px 0 #FFFFFF, -2px 1px 0 #FFFFFF, 2px 1px 0 #FFFFFF, -1px -2px 0 #FFFFFF, 1px -2px 0 #FFFFFF, -1px 2px 0 #FFFFFF, 1px 2px 0 #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-wrap .p-top__fee-contents__banner .banner_value strong {
    font-size: 5rem;
    line-height: 4.375rem;
  }
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__banner .banner_value strong small {
  display: inline-block;
  font-size: 1.625rem;
  line-height: 3.375rem;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-wrap .p-top__fee-contents__banner .banner_value strong small {
    font-size: 1.25rem;
    line-height: 2.625rem;
  }
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__banner .banner_sub {
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-wrap .p-top__fee-contents__banner .banner_sub {
    font-size: 1.125rem;
    margin-top: 0.375rem;
  }
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__banner .banner_help {
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-wrap .p-top__fee-contents__banner .banner_help {
    font-size: 0.8125rem;
    margin-top: 0.625rem;
  }
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__catch {
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-wrap .p-top__fee-contents__catch {
    font-size: 1rem;
    margin-bottom: 1.875rem;
  }
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__catch em {
  display: inline;
  font-style: normal;
  color: #BA001A;
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__fee {
  position: relative;
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__fee .fee_label {
  position: relative;
  padding: 0.875rem 1.25rem 0.75rem 2rem;
  background: #01565B;
  border-radius: 0.375rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-wrap .p-top__fee-contents__fee .fee_label {
    padding: 0.75rem 0.625rem 0.625rem 1.25rem;
    font-size: 1.25rem;
    letter-spacing: -0.025em;
    margin-bottom: 1.25rem;
  }
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__fee .fee_box {
  position: relative;
  background: #FFFFFF;
  border-radius: 0.75rem;
  padding: 1.5rem 0.625rem 1.25rem 2rem;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-wrap .p-top__fee-contents__fee .fee_box {
    padding: 1rem 0.625rem 1rem 1rem;
  }
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__fee .fee_box .fee_list {
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__fee .fee_box .fee_list > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-wrap .p-top__fee-contents__fee .fee_box .fee_list > li {
    gap: 0.75rem;
  }
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__fee .fee_box .fee_list > li:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-wrap .p-top__fee-contents__fee .fee_box .fee_list > li:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__fee .fee_box .fee_list > li span {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 3.75rem;
  padding: 0.375rem 1.25rem 0.25rem;
  background: #B9AD2C;
  border-radius: 0.375rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-wrap .p-top__fee-contents__fee .fee_box .fee_list > li span {
    font-size: 1rem;
    padding: 0.375rem 0.75rem 0.25rem;
  }
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__fee .fee_box .fee_list > li strong {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.1875rem 0 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-wrap .p-top__fee-contents__fee .fee_box .fee_list > li strong {
    font-size: 1.25rem;
  }
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__fee .fee_box .fee_list > li strong sup {
  font-size: 1rem;
  line-height: 1;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-wrap .p-top__fee-contents__fee .fee_box .fee_list > li strong sup {
    font-size: 0.875rem;
  }
}
.p-top__fee .p-top__fee-wrap .p-top__fee-contents__fee .fee_note {
  position: relative;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.88;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-top__fee .p-top__fee-wrap .p-top__fee-contents__fee .fee_note {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.p-top__office {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-top__office {
    padding: 0 0 3.75rem !important;
  }
}
.p-top__office *,
.p-top__office *:before,
.p-top__office *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__office .c-title__body {
  position: relative;
}
.p-top__office .p-top__office-thumb {
  position: relative;
  display: block;
  width: 100%;
  max-width: 40rem;
  padding: 0;
  margin: 0 auto;
}
.p-top__office .p-top__office-thumb img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.p-top__office_info {
  position: relative;
  background: #e8edf1;
  padding: 5.625rem 0 6.25rem;
}
@media only screen and (max-width: 768px) {
  .p-top__office_info {
    padding: 2.5rem 0 3.75rem !important;
  }
}
.p-top__office_info *,
.p-top__office_info *:before,
.p-top__office_info *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__office_info-title {
  position: relative;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2.25rem;
}
@media only screen and (max-width: 768px) {
  .p-top__office_info-title {
    font-size: 1.25rem;
    letter-spacing: -0.025em;
    margin-bottom: 1rem;
  }
}
.p-top__office_info-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-top__office_info-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top__office_info-inner .map {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  margin-right: 3%;
}
@media only screen and (max-width: 768px) {
  .p-top__office_info-inner .map {
    width: 100%;
    margin-right: 0;
    aspect-ratio: 374/400;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-top__office_info-inner .map iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: none;
  margin: 0;
}
.p-top__office_info-inner .info {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 47%;
}
@media only screen and (max-width: 768px) {
  .p-top__office_info-inner .info {
    width: 100%;
    margin-bottom: 1.875rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-top__office_info-inner .info dl {
  padding: 1rem;
  border-bottom: 1px solid #000;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-top__office_info-inner .info dl {
    padding: 0.875rem 0.25rem;
    font-size: 0.875rem;
  }
}
.p-top__office_info-inner .info dt {
  font-weight: bold;
}
.p-top__office_info-inner .info .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top__office_info-inner .info .row dt {
  width: 20%;
}
.p-top__office_info-inner .info .row dd {
  width: 80%;
}
.p-top__office_info-inner .info .row a {
  font: inherit;
  color: inherit;
}
.p-top__office_info-inner .info .colmun dt {
  margin-bottom: 0.1em;
}

.p-top__office_access {
  position: relative;
  padding: 5.625rem 0 3.75rem;
}
@media only screen and (max-width: 768px) {
  .p-top__office_access {
    padding: 2.5rem 0 3.75rem !important;
  }
}
.p-top__office_access *,
.p-top__office_access *:before,
.p-top__office_access *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__office_access-header {
  margin-bottom: 2.625rem;
}
@media only screen and (max-width: 768px) {
  .p-top__office_access-header {
    margin-bottom: 1.25rem;
  }
}
.p-top__office_access-header .title {
  position: relative;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1756A6;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .p-top__office_access-header .title {
    font-size: 1.5rem;
  }
}
.p-top__office_access-header .text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media only screen and (max-width: 768px) {
  .p-top__office_access-header .text {
    font-size: 1rem;
    line-height: 1.625;
  }
}
.p-top__office_access-slide {
  position: relative;
  margin-bottom: 5rem;
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .p-top__office_access-slide {
    margin-bottom: 2.625rem;
    width: 100%;
  }
}
.p-top__office_access-slide .slide_title {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1756A6;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-top__office_access-slide .slide_title {
    font-size: 1.25rem;
    margin-bottom: 0.875rem;
  }
}
.p-top__office_access-slide .swiper-slide {
  max-width: 56.25rem;
}
.p-top__office_access-slide .swiper-slide .img {
  position: relative;
  display: block;
  margin-bottom: 1.5625rem;
  aspect-ratio: 576/380;
}
@media only screen and (max-width: 768px) {
  .p-top__office_access-slide .swiper-slide .img {
    margin-bottom: 1rem;
  }
}
.p-top__office_access-slide .swiper-slide .img img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top__office_access-slide .swiper-slide .txt {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-top__office_access-slide .swiper-slide .txt {
    font-size: 1rem;
    line-height: 1.625;
  }
}
.p-top__office_access .office_swiper {
  overflow: visible;
}
.p-top__office_access .office_swiper .swiper-button-prev,
.p-top__office_access .office_swiper .swiper-button-next {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 200;
}
.p-top__office_access .office_swiper .swiper-button-prev.white,
.p-top__office_access .office_swiper .swiper-button-next.white {
  background-color: #fff;
  border: 1px solid #141414;
}
.p-top__office_access .office_swiper .swiper-button-prev.white span,
.p-top__office_access .office_swiper .swiper-button-next.white span {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleY(0.9);
          transform: scaleY(0.9);
}
.p-top__office_access .office_swiper .swiper-button-prev.white span::before,
.p-top__office_access .office_swiper .swiper-button-next.white span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-left: 2px solid #141414;
  border-top: 2px solid #141414;
  -webkit-transform: translateX(25%) rotate(-45deg);
          transform: translateX(25%) rotate(-45deg);
}
.p-top__office_access .office_swiper .swiper-button-prev.white::after,
.p-top__office_access .office_swiper .swiper-button-next.white::after {
  display: none;
}
.p-top__office_access .office_swiper .swiper-button-prev {
  left: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .p-top__office_access .office_swiper .swiper-button-prev {
    top: 32%;
    left: 0;
    margin: 0;
  }
}
.p-top__office_access .office_swiper .swiper-button-prev span {
  -webkit-transform: scaleY(0.9) !important;
          transform: scaleY(0.9) !important;
}
.p-top__office_access .office_swiper .swiper-button-next {
  right: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .p-top__office_access .office_swiper .swiper-button-next {
    top: 32%;
    right: 0;
    margin: 0;
  }
}
.p-top__office_access .office_swiper .swiper-button-next span {
  -webkit-transform: scaleY(0.9) rotate(180deg) !important;
          transform: scaleY(0.9) rotate(180deg) !important;
}

.p-top__service_area {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-top__service_area {
    padding: 0 0 3.75rem !important;
  }
}
.p-top__service_area *,
.p-top__service_area *:before,
.p-top__service_area *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__service_area .c-title__body {
  position: relative;
}
.p-top__service_area-wrap {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
.p-top__service_area-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.p-top__service_area-text {
  position: relative;
  display: block;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: left;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .p-top__service_area-text {
    float: left;
    width: 58%;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__service_area-text {
    font-size: 1rem;
  }
}
.p-top__service_area-figure {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .p-top__service_area-figure {
    float: right;
    width: 38%;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__service_area-figure {
    width: 90%;
    margin: 0 auto 1.875rem;
  }
}
.p-top__service_area-figure img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.p-top__service_area-feature {
  position: relative;
  display: block;
  padding: 0;
  margin: 3.75rem 0 0;
}
.p-top__service_area-feature .title {
  position: relative;
  padding: 0.75rem 2.25rem 0.625rem;
  background: #01565B;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFFFFF;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .p-top__service_area-feature .title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__service_area-feature .title {
    padding: 1rem 1.25rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    text-align: center;
  }
}
.p-top__service_area-feature .content {
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .p-top__service_area-feature .content {
    padding: 1.875rem 2.25rem;
    border: 2px solid #01565B;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__service_area-feature .content {
    font-size: 1rem;
    margin-top: 1.875rem;
  }
}

.p-top__faq {
  position: relative;
  background: #F6F6E9;
}
@media only screen and (max-width: 768px) {
  .p-top__faq {
    padding: 0 0 3.75rem !important;
  }
}
.p-top__faq *,
.p-top__faq *:before,
.p-top__faq *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__faq .p-top__qa-mark {
  background: #6A3906;
}
.p-top__faq .p-top__qa-mark2 {
  background: #ab0d23;
  color: #FFFFFF;
}

.p-top__flow {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-top__flow {
    padding: 0 0 3.75rem !important;
  }
}
.p-top__flow *,
.p-top__flow *:before,
.p-top__flow *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__flow .c-title__body {
  position: relative;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .p-top__flow .c-title__body {
    margin-bottom: 1.875rem;
  }
}
.p-top__flow .p-top__flow-catch {
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .p-top__flow .p-top__flow-catch {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
}
.p-top__flow .p-top__flow-catch em {
  display: inline;
  font-style: normal;
  color: #BA001A;
}
.p-top__flow .p_top__flow-tabs {
  position: relative;
  display: block;
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab {
  position: relative;
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-index {
  position: relative;
  display: block;
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-index .tab-index__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 20.625rem;
  border-radius: 2rem;
  height: 4.125rem;
  width: 100%;
  background: #01565B;
  padding: 0 1.25rem 0 0.625rem;
  border: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-index .tab-index__button {
    max-width: 18.75rem;
    font-size: 1.25rem;
    height: 3.5rem;
    padding: 0 1rem 0 0.5rem;
  }
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-index .tab-index__button span {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-index .tab-index__button::before, .p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-index .tab-index__button::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 1.25rem;
  width: 1.5rem;
  height: 2px;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-index .tab-index__button::before, .p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-index .tab-index__button::after {
    right: 1rem;
    width: 1.25rem;
  }
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-index .tab-index__button.office_tab {
  background: #01565B;
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-index .tab-index__button.phone_tab {
  background: #6CBE9D;
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-index .tab-index__button:hover {
  opacity: 0.8;
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-index .tab-index__button.active::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content {
  position: relative;
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content_inner {
  position: relative;
  display: block;
  padding: 1.875rem 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content_inner {
    padding: 1.25rem 0;
  }
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list {
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list > li {
  position: relative;
  display: block;
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list > li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 4px solid #01565B;
  padding: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item {
    border-width: 2px;
  }
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-figure {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 22.5rem;
}
@media only screen and (max-width: 768px) {
  .p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-figure {
    width: 100%;
  }
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
  z-index: 0;
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-figure figcaption {
  position: absolute;
  top: 0.625rem;
  left: 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  color: #FFFFFF;
  text-shadow: 0 0 1px #01565B, -1px -1px 0 #01565B, 1px -1px 0 #01565B, -1px 1px 0 #01565B, 1px 1px 0 #01565B, 0 -1px 0 #01565B, 0 1px 0 #01565B, 1px 0 0 #01565B, -1px 0 0 #01565B, -2px -2px 0 #01565B, 2px -2px 0 #01565B, -2px 2px 0 #01565B, 2px 2px 0 #01565B, 0 -2px 0 #01565B, 0 2px 0 #01565B, 2px 0 0 #01565B, -2px 0 0 #01565B, -2px -1px 0 #01565B, 2px -1px 0 #01565B, -2px 1px 0 #01565B, 2px 1px 0 #01565B, -1px -2px 0 #01565B, 1px -2px 0 #01565B, -1px 2px 0 #01565B, 1px 2px 0 #01565B;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-figure figcaption {
    font-size: 1.875rem;
  }
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-content {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: calc(100% - 22.5rem);
  padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-content {
    width: 100%;
    padding: 1rem 1rem 1.25rem 1rem;
  }
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-title {
  position: relative;
  display: block;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  text-decoration: underline;
  padding: 0 0 1rem;
  margin: 0 0 1.5rem;
}
@media only screen and (max-width: 768px) {
  .p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-title {
    font-size: 1rem;
    padding: 0 0 0.75rem;
    margin: 0 0 1rem;
  }
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 18.75rem;
  height: 1px;
  background: #01565B;
  z-index: 0;
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-text {
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-text {
    font-size: 0.875rem;
  }
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-text em {
  display: inline;
  font-style: normal;
  font-weight: 700;
  color: #BA001A;
  text-decoration: underline;
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-bottom {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding: 3.75rem 1.25rem 4.375rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-bottom {
    padding: 0 1rem 1.25rem;
  }
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-bottom .contact_list {
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-bottom .contact_list > li {
  position: relative;
  display: block;
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-bottom .contact_list > li:not(:last-child) {
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 769px) {
  .p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-bottom .contact_list > li:not(:last-child)::before {
    content: "";
    position: absolute;
    left: calc(50% - 10.3125rem);
    bottom: 0;
    width: 20.625rem;
    height: 1px;
    background: #01565B;
    z-index: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-bottom .contact_list > li:not(:last-child) {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #01565B;
    margin-bottom: 1.25rem;
  }
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-bottom .contact_list .contact_item {
  position: relative;
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-bottom .contact_list .contact_item .contact_item-title {
  position: relative;
  display: block;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #BA001A;
  text-decoration: underline;
  margin: 0 0 1rem;
}
@media only screen and (max-width: 768px) {
  .p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-bottom .contact_list .contact_item .contact_item-title {
    font-size: 1rem;
    margin: 0 0 0.75rem;
  }
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-bottom .contact_list .contact_item .contact_item-action {
  position: relative;
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-bottom .contact_list .contact_item .contact_item-action .action-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 20.625rem;
  border-radius: 2rem;
  height: 4.125rem;
  width: 100%;
  background: #01565B;
  padding: 0;
  border: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  pointer-events: unset;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-bottom .contact_list .contact_item .contact_item-action .action-btn {
    max-width: 18.75rem;
    font-size: 1.5rem;
    height: 3.5rem;
  }
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-bottom .contact_list .contact_item .contact_item-action .action-btn span {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-bottom .contact_list .contact_item .contact_item-action .action-btn i {
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  margin-right: 0.625rem;
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-bottom .contact_list .contact_item .contact_item-action .action-btn.tel_btn {
  background: #01565B;
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-bottom .contact_list .contact_item .contact_item-action .action-btn.mail_btn {
  background: #BA001A;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-bottom .contact_list .contact_item .contact_item-action .action-btn.mail_btn {
    font-size: 1.25rem;
  }
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-bottom .contact_list .contact_item .contact_item-action .action-btn.line_btn {
  background: #06C755;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-bottom .contact_list .contact_item .contact_item-action .action-btn.line_btn {
    font-size: 1.25rem;
  }
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-bottom .contact_list .contact_item .contact_item-action .action-btn:hover {
  opacity: 0.8;
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-bottom .contact_list .contact_item .contact_item-action .action-note {
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
  margin: 0.75rem 0 0;
  padding: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .p-top__flow .p_top__flow-tabs .p-top__flow-tab .tab-content .flow_list .flow_item-bottom .contact_list .contact_item .contact_item-action .action-note {
    font-size: 0.875rem;
  }
}
.p-top__flow .p_top__flow-tabs .p-top__flow-tab + .p-top__flow-tab {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .p-top__flow .p_top__flow-tabs .p-top__flow-tab + .p-top__flow-tab {
    margin-top: 1.875rem;
  }
}

@media only screen and (max-width: 768px) {
  .l-section.-contact {
    padding: 0 0 3.75rem !important;
  }
}

@media only screen and (max-width: 768px) {
  .l-section.p-top__qa {
    padding: 0 0 3.75rem !important;
  }
}

@media only screen and (max-width: 768px) {
  .l-section.p-top__column {
    padding: 0 0 3.75rem !important;
  }
}

@media only screen and (max-width: 768px) {
  .l-section.p-top__area {
    padding: 0 0 3.75rem !important;
  }
}

@media only screen and (max-width: 768px) {
  .l-section.p-top__ranking {
    padding: 0 0 3.75rem !important;
  }
}