@charset "UTF-8";
/* ==========================================================================
  Font
  ========================================================================== */
/* ==========================================================================
  Foundation
  ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

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

body {
  line-height: 1;
  overflow: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

main {
  display: block;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

* {
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/* Windows */
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular"); /* Windows8.1ではMediumがないのでRegularを指定 */
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local("YoGothic-Bold"), local("Yu Gothic"); /* Chrome用 */
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

* {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.6rem;
  word-break: normal !important;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body {
  font-family: "source-han-sans-japanese", sans-serif;
  line-height: 1.8;
  font-size: 1.6rem;
  word-break: break-all;
  color: #333;
}

@media screen and (max-width: 768px) {
  *,
  body {
    font-size: 1.5rem;
  }
}
a {
  text-decoration: none;
  transition: 0.3s;
  color: #333;
}

a:hover {
  opacity: 0.6;
}

.link {
  text-decoration: underline;
}

li,
ul {
  list-style: none;
}

html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

body.fixed {
  width: 100%;
  position: fixed;
}

/* ==========================================================================
  Layout
  ========================================================================== */
.js-header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.js-header .p-header-inner {
  height: 110px;
}

.js-header.bkcolor {
  background-color: #002f7b;
  height: 90px;
}
.js-header.bkcolor .p-header-inner {
  height: 90px;
}
.js-header.bkcolor .p-header__logo-txt {
  display: none;
}

.js-header.UpMove {
  position: fixed;
  width: 100%;
  animation: UpAnime 0.5s both;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
.js-header.DownMove {
  position: fixed;
  width: 100%;
  animation: DownAnime 0.5s both;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .js-header {
    height: 70px;
  }
  .js-header .p-header-inner {
    height: 70px;
  }
  .js-header.bkcolor {
    height: 60px;
  }
  .js-header.bkcolor .p-header-inner {
    height: 60px;
  }
}
.inner {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .inner.--nest {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner.--flex {
  display: flex;
}
.inner.--flex .l-content {
  width: calc(100% - 300px);
  padding-right: 70px;
}
.inner.--flex .l-side {
  width: 300px;
}

@media screen and (max-width: 1024px) {
  .inner.--flex {
    flex-direction: column;
  }
  .inner.--flex .l-content {
    width: 100%;
    padding-right: 0;
  }
  .inner.--flex .l-side {
    margin-top: 100px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .inner.--flex .l-side {
    margin-top: 80px;
  }
}
.l-page {
  padding-top: 1px;
  margin-top: -1px;
  display: block;
  position: relative;
}

.l-main {
  position: relative;
  padding-top: 0px;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 0px;
  }
}
/* ==========================================================================
  Object
  ========================================================================== */
/* Components
  ----------------------------------------------------------------- */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定 */
.fadeUpTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定 */
.fadeInTrigger {
  opacity: 0;
}

.c-breadcrumbs {
  background-color: #f2f5f8;
  width: 100%;
  overflow-x: auto;
}

.c-breadcrumbs-list {
  width: max-content;
  display: flex;
  align-items: center;
  height: 40px;
  margin-left: 50px;
  margin-right: 50px;
}

.c-breadcrumbs-item {
  position: relative;
  font-size: 1.4rem;
}

.c-breadcrumbs-item:not(:first-child) {
  margin-left: 28px;
}

.c-breadcrumbs-item:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #002f7b;
  left: -20px;
  top: calc(50% - 1px);
}

@media screen and (max-width: 1024px) {
  .c-breadcrumbs-list {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs-list {
    margin-left: 20px;
    height: 32px;
  }
  .c-breadcrumbs-item {
    font-size: 1.2rem;
  }
  .c-breadcrumbs-item:not(:first-child) {
    margin-left: 30px;
  }
  .c-breadcrumbs-item:not(:first-child)::before {
    left: -22px;
  }
}
.c-btn {
  width: 260px;
  height: 50px;
  border: 1px solid #002f7b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: initial;
  font-size: 1.5rem;
  position: relative;
  background-color: #002f7b;
}

.c-btn:hover {
  opacity: 1;
  background-color: #fff;
  color: #002f7b;
}

.c-btn::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #ed1f1d;
  display: block;
  top: 50%;
  right: 0;
}

.c-cta_btn {
  position: relative;
  border-radius: 5px;
}

.c-cta_btn::before {
  position: initial;
  content: "";
  width: 26px;
  height: 25px;
  margin-right: 10px;
}

.--tel .c-cta_btn {
  background-color: #fff;
  color: #002f7b;
}

.--tel .c-cta_btn::before {
  background: url(../assets/images/common/icon_tel_blue.svg) no-repeat center center;
  background-size: contain;
}

.--mail .c-cta_btn {
  background-color: #ed1f1d;
  color: #fff;
}

.--mail .c-cta_btn::before {
  background: url(../assets/images/common/icon_mail_white.svg) no-repeat center center;
  background-size: contain;
}

.--faq .c-cta_btn {
  background-color: #002f7b;
  color: #fff;
}

.--faq .c-cta_btn::before {
  background: url(../assets/images/common/icon_faq_white.svg) no-repeat center center;
  background-size: contain;
}

.c-bgcolor {
  background-color: #f2f5f8;
}

.c-red {
  color: #ed1f1d;
}

.c-ttl {
  font-family: "source-han-serif-japanese", serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  color: #002f7b;
  margin-top: -2px;
  position: relative;
  width: max-content;
}

.c-ttl:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #ed1f1d;
  top: calc(50% - 1px);
  right: -70px;
}

.c-en-ttl {
  font-family: "source-han-serif-japanese", serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  color: #002f7b;
  margin-top: -10px;
}

.c-en-ttl.--mini {
  font-size: 4rem;
  letter-spacing: 0.1rem;
}

.c-linettl {
  font-family: "source-han-serif-japanese", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #ed1f1d;
  position: relative;
  display: block;
  width: max-content;
}

.c-linettl:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #ed1f1d;
  top: 50%;
  right: -60px;
}

.c-subttl {
  font-family: "source-han-serif-japanese", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.77;
  color: #002f7b;
}

.c-medttl {
  font-family: "source-han-serif-japanese", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.77;
  color: #002f7b;
  position: relative;
  padding-left: 17px;
}

.c-medttl::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 25px;
  background-color: #ed1f1d;
  top: 12px;
  left: 0;
}

.c-smallttl {
  font-family: "source-han-serif-japanese", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.77;
  position: relative;
  padding-left: 35px;
}

.c-smallttl::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #ed1f1d;
  top: 17px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .c-ttl {
    font-size: 2.5rem;
  }
  .c-ttl:after {
    right: -60px;
  }
  .c-en-ttl {
    font-size: 3rem;
    margin-top: -5px;
  }
  .c-en-ttl.--mini {
    font-size: 3rem;
  }
  .c-linettl {
    font-size: 1.5rem;
  }
  .c-subttl {
    font-size: 2.2rem;
  }
  .c-medttl {
    font-size: 2rem;
    padding-left: 11px;
    line-height: 1.4;
  }
  .c-medttl::before {
    width: 2px;
    height: calc(100% - 9px);
    top: 5px;
    left: 0;
  }
  .c-smallttl {
    font-size: 1.8rem;
    line-height: 1.55;
    padding-left: 30px;
  }
  .c-smallttl::before {
    width: 20px;
    top: 14px;
  }
}
.c-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .c-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.c-min {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 700;
  line-height: 1;
}

.c-marker {
  background: linear-gradient(transparent 70%, #ff9 70%);
}

.c-strong {
  font-weight: bold;
}

.c-strongred {
  font-weight: bold;
  color: #ed1f1d;
}

.c-note {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .c-note {
    font-size: 1.3rem;
  }
}
.c-news-list {
  transition: 0.2s;
  border-bottom: 1px solid #d5d5d5;
}
.c-news-list li a {
  border-top: 1px solid #d5d5d5;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  gap: 20px;
}
.c-news-list li a img {
  width: 270px;
}

.c-news-link {
  color: #333;
  display: flex;
  align-items: center;
  border-top: 1px solid #d5d5d5;
  min-height: 75px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.7;
  position: relative;
}

.c-news-link::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: url(../assets/images/common/icon_arrow_green.svg) no-repeat center center;
  background-size: contain;
  top: calc(50% - 6px);
  right: 30px;
}

.c-news-info {
  width: calc(100% - 270px - 20px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0;
}

.c-news-info .c-news-date {
  width: 80px;
  display: block;
  font-size: 1.6rem;
}
.c-news-info .c-news-cate {
  display: block;
  font-size: 1.6rem;
}
.c-news-info .c-news-item-ttl {
  display: block;
  margin-top: 0px;
  font-size: 2rem;
  color: #333;
}
.c-news-info .c-news-item-txt {
  display: block;
  margin-top: 5px;
  width: 100%;
  padding-right: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.c-news-date {
  width: 130px;
  transition: 0.2s;
  font-size: 1.4rem;
}

.c-news-cate {
  padding-left: 15px;
  width: auto;
  font-size: 1.4rem;
  color: #ed1f1d;
}

.c-news-item-ttl {
  transition: 0.2s;
  font-family: "source-han-serif-japanese", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.77;
  color: #002f7b;
  width: 100%;
}

.c-news-item-ttl.--new::after {
  font-size: 1.4rem;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: normal;
  margin-left: 8px;
  content: "NEW";
  color: #ed1f1d;
}

.c-news-pagenation .wp-pagenavi {
  margin-top: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.c-news-pagenation a,
.c-news-pagenation span {
  text-align: center;
}

.c-news-pagenation .wp-pagenavi a,
.c-news-pagenation .wp-pagenavi span {
  margin: 0 8px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  display: block;
  color: #002f7b;
  border: 1px solid #002f7b;
  background-color: #FFF;
}

.c-news-pagenation .wp-pagenavi a:hover {
  color: #FFF;
  background-color: #002f7b;
  opacity: 1;
}

.c-news-pagenation .wp-pagenavi span.current {
  color: #FFF;
  background-color: #002f7b;
}

@media screen and (max-width: 1024px) {
  .c-news-list {
    width: 100%;
  }
  .c-news-link {
    flex-wrap: wrap;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .c-news-item-ttl {
    width: 100%;
    padding-top: 8px;
    padding-left: 30px;
  }
  .c-news-info .c-news-item-ttl {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-news-list li a {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 15px;
  }
  .c-news-list li a img {
    max-width: 340px;
    width: 100%;
  }
  .c-news-item:not(:last-child) {
    margin-bottom: 0;
  }
  .c-news-link {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .c-news-link::after {
    right: 20px;
  }
  .c-news-date {
    padding-left: 20px;
  }
  .c-news-item-ttl {
    padding-left: 20px;
  }
  .c-news-info {
    width: 100%;
  }
  .c-news-info .c-news-date {
    padding-left: 0;
    font-size: 1.5rem;
  }
  .c-news-info .c-news-cate {
    font-size: 1.5rem;
    padding-left: 10px;
  }
  .c-news-info .c-news-item-ttl {
    padding-left: 0;
    padding-top: 3px;
    font-size: 1.8rem;
  }
  .c-news-info .c-news-item-txt {
    padding-right: 0;
    font-size: 1.5rem;
    -webkit-line-clamp: 5;
  }
  .c-news-info .c-news-item-ttl.--new::after {
    font-size: 1.4rem;
    margin-left: 2px;
  }
  .c-news-pagenation .wp-pagenavi {
    margin-top: 40px;
  }
  .c-news-pagenation .wp-pagenavi a,
  .c-news-pagenation .wp-pagenavi span {
    margin: 0 4px;
    width: 30px;
    height: 30px;
    line-height: 27px;
  }
}
.c-mv {
  position: relative;
  z-index: 10;
  max-width: 100%;
  height: 500px;
  overflow: hidden;
}

.c-mv::after {
  position: absolute;
  content: "";
  background-color: #002f7b;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.c-mv-image {
  position: relative;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.c-mv-pagettl {
  position: absolute;
  left: 100px;
  top: 260px;
  color: #fff;
  font-size: 5rem;
  line-height: 1.2;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
}

.c-mv-ttl {
  position: absolute;
  bottom: 20px;
  right: 50px;
  width: max-content;
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .c-mv-pagettl {
    left: 30px;
    top: 260px;
    font-size: 5rem;
  }
  .c-mv-ttl {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-mv {
    height: 300px;
  }
  .c-mv-pagettl {
    left: 20px;
    top: 158px;
    font-size: 3rem;
  }
  .c-mv-ttl {
    bottom: 10px;
    right: 20px;
    font-size: 1rem;
    transform: scale(0.9);
    transform-origin: right bottom;
  }
}
.c-dotlist {
  margin-top: 20px;
  padding-left: 30px;
}
.c-dotlist li {
  list-style: disc;
  font-size: 1.8rem;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 700;
}
.c-dotlist li:not(:first-child) {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .c-dotlist li {
    font-size: 1.8rem;
  }
  .c-dotlist li:not(:first-child) {
    margin-top: 5px;
  }
}
.c-point {
  margin-top: 40px;
  position: relative;
  border: 1px solid #ed1f1d;
  border-radius: 8px;
  padding: 30px 30px 23px;
  background-color: #fef8f8;
}

.c-point__ttl {
  position: absolute;
  top: -18px;
  left: 30px;
  color: #ed1f1d;
  font-size: 1.8rem;
  font-family: "source-han-serif-japanese", serif;
  z-index: 0;
}

.c-point__ttl::before {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #fff;
  top: calc(50% + 0px);
  left: -5px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .c-point {
    padding: 18px 18px 18px;
  }
  .c-point p {
    line-height: 1.77;
  }
}
.c-intro {
  position: relative;
}

.c-intro__img {
  width: 600px;
}

.c-intro__word {
  position: absolute;
  width: 640px;
  min-height: 300px;
  background-color: #002f7b;
  background-image: url(../assets/images/taxation/crossborder/intro_bg.svg);
  background-position: right 25px bottom -10px;
  background-size: 138px;
  background-repeat: no-repeat;
  color: #fff;
  padding: 55px 70px 60px;
  top: calc(50% - 150px);
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.c-intro__word-ttl {
  font-family: "source-han-serif-japanese", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.77;
}

.c-intro__word-txt {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .c-intro {
    margin-bottom: 250px;
  }
  .c-intro__img {
    width: 100%;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-intro__word {
    top: calc(100% - 150px);
    right: calc(50% - 320px);
  }
}
@media screen and (max-width: 768px) {
  .c-intro {
    position: relative;
    margin-bottom: 0;
  }
  .c-intro__word {
    position: relative;
    width: 100%;
    min-height: 244px;
    background-position: right 13px bottom -10px;
    background-size: 84px;
    padding: 20px 30px 30px;
    top: unset;
    right: unset;
    box-shadow: none;
  }
  .c-intro__word-ttl {
    font-size: 2rem;
  }
  .c-intro__word-txt {
    margin-top: 10px;
  }
}
.c-group {
  padding-bottom: 80px;
  margin-top: -10px;
}
.c-group .c-medttl + p {
  margin-top: 25px;
}
.c-group .c-smallttl {
  margin-top: 25px;
}
.c-group .c-smallttl + p {
  margin-top: 10px;
}
.c-group-lower {
  padding-left: 32px;
  padding-right: 30px;
}

@media screen and (max-width: 1024px) {
  .c-group-lower {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-group {
    padding-bottom: 50px;
    margin-top: -5px;
  }
  .c-group .c-medttl + p {
    margin-top: 20px;
  }
  .c-group .c-smallttl {
    margin-top: 15px;
  }
  .c-group .c-smallttl + p {
    margin-top: 5px;
  }
  .c-group-lower {
    padding-left: 20px;
  }
}
.c-pagenavi {
  display: flex;
  justify-content: center;
  gap: 50px;
  max-width: 370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 100px;
}

.c-pagenavi-btn {
  width: 160px;
}

.c-pagenavi-btn.--prev::after {
  right: unset;
  left: 0;
}

@media screen and (max-width: 768px) {
  .c-pagenavi {
    gap: 20px;
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.c-service__top {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.c-service__info {
  width: calc(100% - 560px);
}

.c-service__info-head {
  padding-left: 128px;
  position: relative;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 700;
  line-height: 1;
}

.c-service__info-head::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #ed1f1d;
  bottom: -41px;
  left: 0;
}

.c-service__info-head-num {
  position: absolute;
  top: 2px;
  left: 0;
  width: 90px;
}

.c-service__info-head-num.--n01 {
  width: 89px;
}

.c-service__info-head-num.--n02 {
  width: 95px;
}

.c-service__info-head-num.--n03 {
  width: 93px;
}

.c-service__info-head-mini {
  color: #3498db;
  font-size: 2rem;
}

.c-service__info-head-ttl {
  margin-top: 14px;
  color: #002f7b;
  font-size: 3.5rem;
}

.c-service__info-head-read {
  margin-top: 70px;
  color: #002f7b;
  font-size: 2.5rem;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 700;
  line-height: 1.77;
}

.c-service__info-head-read + p {
  margin-top: 22px;
}

.c-service__info-top-img {
  width: 500px;
}

.c-service__list {
  margin-top: 80px;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, 380px);
  justify-content: center;
  gap: 40px 30px;
}
.c-service__list li {
  border: 1px solid #002f7b;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 29px 25px;
}

.c-service__list-num {
  position: absolute;
  opacity: 0.1;
  width: 90px;
  top: 0;
  left: 0;
}

.c-service__list-num.--n01 {
  width: 89px;
}

.c-service__list-num.--n02 {
  width: 95px;
}

.c-service__list-num.--n03 {
  width: 93px;
}

.c-service__list-num.--n04 {
  width: 96px;
}

.c-service__list-num.--n05 {
  width: 92px;
}

.c-service__list-icon {
  margin-top: 10px;
  width: 100px;
}

.c-service__list-ttl {
  margin-top: 20px;
  text-align: center;
  color: #002f7b;
  font-size: 2.2rem;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 700;
  line-height: 1.77;
}

.c-service__list-ttl + p {
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .c-service__top {
    flex-direction: column;
    align-items: center;
    gap: 45px;
  }
  .c-service__info {
    width: 100%;
  }
  .c-service__list {
    grid-template-columns: repeat(auto-fill, 355px);
    gap: 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-service__top {
    gap: 35px;
  }
  .c-service__info-head {
    padding-left: 0;
  }
  .c-service__info-head::after {
    bottom: -32px;
  }
  .c-service__info-head-num {
    position: relative;
    top: unset;
    left: unset;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-service__info-head-num.--n01 {
    width: 68px;
  }
  .c-service__info-head-num.--n02 {
    width: 73px;
  }
  .c-service__info-head-num.--n03 {
    width: 72px;
  }
  .c-service__info-head-mini {
    margin-top: 30px;
    font-size: 1.6rem;
  }
  .c-service__info-head-ttl {
    margin-top: 8px;
    font-size: 2.5rem;
  }
  .c-service__info-head-read {
    margin-top: 53px;
    font-size: 2rem;
  }
  .c-service__info-head-read + p {
    margin-top: 13px;
  }
  .c-service__info-top-img {
    width: 100%;
  }
  .c-service__list {
    margin-top: 40px;
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(auto-fill, 100%);
    gap: 20px;
  }
  .c-service__list li {
    padding: 20px 18px 20px;
  }
  .c-service__list-icon {
    margin-top: 0;
  }
  .c-service__list-ttl {
    margin-top: 10px;
    font-size: 2rem;
    line-height: 1.77;
  }
}
.c-feetbl-wrap {
  width: 100%;
}

.c-feetbl {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.c-feetbl th,
.c-feetbl td {
  padding: 22px 30px 25px 30px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.c-feetbl th {
  background-color: #002f7b;
  color: #fff;
  width: 250px;
  text-align: left;
}
.c-feetbl-price {
  background-color: #f2f7ff;
  color: #002f7b;
  font-weight: 700;
  text-align: right;
  width: 250px;
}

@media screen and (max-width: 1024px) {
  .c-feetbl th,
  .c-feetbl td {
    padding: 22px 28px 25px 30px;
  }
  .c-feetbl th {
    width: 200px;
  }
  .c-feetbl-price {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .c-feetbl-wrap {
    width: calc(100% + 50vw - 50%);
    margin-right: calc(50% - 50vw);
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .c-feetbl {
    width: 595px;
    margin-right: 20px;
  }
  .c-feetbl th,
  .c-feetbl td {
    padding: 8px 12px 10px 14px;
    font-size: 1.4rem;
  }
  .c-feetbl th {
    width: 120px;
  }
}
/* Project
  ----------------------------------------------------------------- */
.p-header {
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  background-color: transparent;
  height: 110px;
  transition: 0.2s;
}

.p-header-inner {
  width: calc(100% - 100px);
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-header__logo {
  display: block;
}

.p-header__logo-txt {
  text-align: left;
  font-size: 1.1rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 12px;
}

.p-header__logo img {
  width: 345px;
  height: auto;
  transition: 0.2s;
}

.p-header__menu-wrapper {
  width: calc(100% - 250px);
  transition: 0.2s;
}

.p-header__menu {
  display: flex;
  justify-content: flex-end;
}

.p-header__menu-list {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 37px;
}

.p-header__menu-item {
  height: 100%;
  padding-right: 38px;
  transition: 0.2s;
}

.p-header__menu-item.--home {
  display: none;
}

@media screen and (max-width: 1200px) {
  .p-header__menu-item {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1165px) {
  .p-header__menu-item {
    font-size: 1.3rem;
  }
}
.p-header__menu-link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}

.p-header__menu-item.has-child {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .p-header__menu-item.has-child .p-header__menu-link {
    pointer-events: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__menu-sublist {
    display: block;
    position: absolute;
    left: 0;
    top: 43px;
    z-index: 4;
    width: 210px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
  .p-header__menu-sublist::after,
  .p-header__menu-sublist::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 12px;
    display: block;
    background-color: #fff;
  }
  .p-header__menu-sublist::after {
    top: 0;
  }
  .p-header__menu-sublist::before {
    bottom: 0;
  }
}
@media screen and (max-width: 1140px) {
  .p-header__menu-sublist {
    left: 20px;
  }
}
li.has-child:hover > ul,
li.has-child:active > ul {
  visibility: visible;
  opacity: 1;
}

.p-header__menu-sublist-item {
  position: relative;
}

.p-header__menu-sublist-link {
  height: 37px;
  line-height: 37px;
  display: block;
  transition: all 0.3s;
  padding-left: 25px;
  color: #333;
  background-color: #fff;
}

.p-header__menu-sublist-link:hover {
  color: #333;
  opacity: 1;
  background-color: #f2f5f8;
}

.p-header__menu-language {
  margin-left: 20px;
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 37px;
}

.p-header__menu-language-item {
  height: 100%;
}

.p-header__menu-language-item.--ja {
  position: relative;
  margin-right: 13px;
}

.p-header__menu-language-item.--ja::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #fff;
  display: block;
  right: -7px;
  top: 7px;
}

.p-header__menu-language-link {
  color: #fff;
}

.--en > .p-header__menu-language-link {
  opacity: 0.6;
}

.--en > .p-header__menu-language-link:hover {
  opacity: 1;
}

.--english .p-header__logo {
  width: 350px;
}
.--english .p-header__logo-txt {
  font-size: 1rem;
}
.--english .p-header__logo img {
  width: 277px;
}
.--english .--ja > .p-header__menu-language-link {
  opacity: 0.6;
}
.--english .--ja > .p-header__menu-language-link:hover {
  opacity: 1;
}
.--english .--en > .p-header__menu-language-link {
  opacity: 1;
}
.--english .--en > .p-header__menu-language-link:hover {
  opacity: 0.6;
}

.p-header__menu-cta {
  display: none;
}

.p-header__ham {
  display: none;
}

@media screen and (max-width: 1024px) {
  .p-header {
    justify-content: center;
    padding-right: 0;
  }
  .p-header-inner {
    width: calc(100% - 60px);
    height: 100px;
  }
  .p-header__logo img {
    width: 320px;
  }
  .p-header__menu-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #002f7b;
    z-index: 999;
    margin-top: 0;
    transition: 0.5s;
    opacity: 0;
    overflow: scroll;
    padding-bottom: 250px;
    padding-top: 100px;
  }
  .p-header__menu-wrapper.is-open {
    display: block;
    right: 0;
    opacity: 1;
    min-height: 500px;
    overflow: scroll;
  }
  .p-header__menu {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 100px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .p-header__menu-list {
    margin-top: 0;
    flex-direction: column;
    height: auto;
    border-bottom: solid 1px #bababa;
  }
  .p-header__menu-item {
    width: 100%;
    padding-right: 0;
    font-size: 1.5rem;
  }
  .p-header__menu-item.--home {
    display: block;
  }
  .p-header__menu-link {
    font-size: 1.5rem;
    text-align: left;
    padding-left: 15px;
    position: relative;
    height: 45px;
    line-height: 45px;
    border-top: solid 1px #bababa;
  }
  .p-header__menu-item.has-child {
    margin-right: 0;
  }
  .p-header__menu-item.has-child::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 45px;
    height: 45px;
    border-bottom: none;
    border-right: none;
    transform: none;
    background: url(../assets/images/common/icon_plus.svg) no-repeat center;
    background-size: 13px;
    transition: all 0.9s;
  }
  .p-header__menu-item.has-child.active::before {
    background: url(../assets/images/common/icon_minus.svg) no-repeat center;
    transform: rotate(180deg);
  }
  .p-header__menu-sublist {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
    background: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .p-header__menu-sublist-link {
    height: 35px;
    line-height: 35px;
    padding-left: 40px;
    position: relative;
    background-color: inherit;
    color: #fff;
  }
  .p-header__menu-sublist-link::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    width: 15px;
    height: 1px;
    background-color: #fff;
  }
  .p-header__menu-sublist-link:hover {
    color: #fff;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .p-header__menu-language {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .p-header__menu-cta {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .p-header__menu-cta-item {
    width: max-content;
  }
  .p-header__menu-cta-link {
    width: 340px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .--tel .p-header__menu-cta-link {
    font-size: 2rem;
  }
  .--tel .p-header__menu-cta-link::before {
    width: 18px;
    height: 18px;
  }
  .--mail .p-header__menu-cta-link {
    font-size: 1.6rem;
  }
  .--mail .p-header__menu-cta-link::before {
    width: 20px;
    height: 15px;
  }
  .p-header__ham {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
    display: flex;
    width: 22px;
    height: 18px;
    position: relative;
  }
  .p-header__ham:hover {
    cursor: pointer;
  }
  .p-header__ham.is-open {
    width: 25px;
    height: 15px;
  }
  .p-header__ham.is-open .p-header__bar--01 {
    width: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  .p-header__ham.is-open .p-header__bar--02 {
    width: 25px;
    bottom: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .p-header__ham.is-open .p-header__bar--03 {
    opacity: 0;
  }
  .p-header__bars {
    position: relative;
    width: 22px;
    height: 18px;
    transition: 0.2s;
  }
  .p-header__bars:hover {
    opacity: 0.6;
  }
  .p-header__ham.is-open .p-header__bars {
    width: 25px;
    height: 25px;
  }
  .p-header__bar {
    position: absolute;
    left: 0;
    background-color: #fff;
    height: 2px;
    transition: 0.3s;
    width: 22px;
  }
  .p-header__ham.is-open .p-header__bar {
    height: 3px;
  }
  .p-header__bar--01 {
    top: 0;
  }
  .p-header__bar--02 {
    top: 50%;
    transform: translateY(-1px);
  }
  .p-header__bar--03 {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-header__logo-txt {
    font-size: 1rem;
    transform: scale(0.9);
    transform-origin: top left;
    margin-bottom: 5px;
  }
  .p-header__logo img {
    width: 220px;
  }
  .p-header-inner {
    width: calc(100% - 40px);
    height: 70px;
  }
  .p-header__menu-wrapper {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .p-header__menu {
    margin-left: 20px;
    margin-right: 20px;
  }
  .p-header__menu-cta {
    flex-direction: column;
  }
  .p-header__menu-cta-item {
    width: 100%;
  }
  .p-header__menu-cta-link {
    max-width: 340px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .--english .p-header__logo {
    width: 300px;
  }
  .--english .p-header__logo img {
    width: 220px;
  }
}
.p-footer {
  position: relative;
}

.p-totop {
  position: relative;
}

.p-totop__link {
  position: absolute;
  top: -22px;
  right: 25px;
  width: 45px;
  height: 45px;
  border-radius: 25px;
  display: block;
  background: url(../assets/images/common/totop_arrow_blue.svg) no-repeat center center #fff;
  background-size: 16px 9px;
  z-index: 80;
}

.p-totop__link:hover {
  opacity: 1;
  background-color: #ccc;
}

@media screen and (max-width: 1200px) {
  .p-totop__link {
    right: 30px;
  }
}
.p-footer-inner {
  padding-top: 100px;
  padding-bottom: 95px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-footer__ttl {
  width: 370px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.p-footer__logo {
  display: block;
  width: 325px;
}

.p-footer__ttl-read {
  margin-top: 25px;
}

.p-footer__ttl-txt {
  font-size: 1.6rem;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 700;
}

.p-footer__ttl-address {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.p-footer__navi {
  margin-top: -7px;
  width: calc(100% - 325px);
  max-width: 700px;
}

.p-footer__menu-list {
  display: flex;
  flex-wrap: wrap;
}

.p-footer__menu-item {
  width: 25%;
  padding-bottom: 20px;
}

.p-footer__menu-link {
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding-left: 17px;
}

.p-footer__menu-link::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #7f9dbb;
}

.p-footer__copyright {
  margin-top: 30px;
  width: 100%;
  font-size: 1.3rem;
  text-align: right;
}

.--english .p-footer__logo {
  width: 277px;
}

@media screen and (max-width: 1024px) {
  .p-footer-inner {
    padding-bottom: 150px;
    flex-direction: column;
    align-items: center;
  }
  .p-footer__ttl {
    justify-content: center;
    align-items: center;
  }
  .p-footer__ttl-read {
    text-align: center;
  }
  .p-footer__navi {
    margin-top: 50px;
    width: 100%;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-footer__copyright {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-totop {
    right: -20px;
  }
  .p-footer-inner {
    padding-top: 50px;
    padding-bottom: 95px;
  }
  .p-footer__ttl {
    width: 100%;
  }
  .p-footer__logo {
    width: 260px;
  }
  .p-footer__ttl-read {
    margin-top: 15px;
  }
  .p-footer__navi {
    margin-top: 35px;
  }
  .p-footer__menu-list {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .p-footer__menu-item {
    width: 50%;
    height: 44px;
    padding-bottom: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .p-footer__menu-link {
    display: flex;
    align-items: center;
  }
  .p-footer__copyright {
    margin-top: 35px;
  }
  .--english .p-footer__logo {
    width: 260px;
  }
}
.p-footer__menu-cta {
  position: fixed;
  z-index: 80;
  display: flex;
}

.p-footer__menu-cta-link {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.--faq .p-footer__menu-cta-link::before {
  width: 21px;
  height: 21px;
}

.--mail .p-footer__menu-cta-link::before {
  width: 20px;
  height: 15px;
}

@media screen and (min-width: 1024px) {
  .p-footer__menu-cta {
    top: 254px;
    right: 0;
    flex-direction: column;
    gap: 30px;
  }
  .p-footer__menu-cta-link {
    width: 60px;
    height: 200px;
    writing-mode: vertical-rl;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .p-footer__menu-cta-link::before {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .p-footer__menu-cta {
    transition: 0.2s;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
  }
  .js-floating.UpMove {
    transform: translateY(0);
    bottom: 0;
    left: 0;
  }
  .p-footer__menu-cta-item {
    width: 50%;
  }
  .p-footer__menu-cta-link {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__menu-cta-link {
    height: 50px;
  }
}
.p-top__mv {
  position: relative;
  z-index: 10;
  max-width: 100%;
  height: 100vh;
  overflow: hidden;
}

.p-top__mv-image {
  position: relative;
  z-index: 12;
}

.p-top__mv .inner {
  height: calc(100% - 110px);
  max-width: calc(100vw - 200px);
  position: absolute;
  top: 110px;
  left: 100px;
  z-index: 999999;
  display: block;
  pointer-events: none;
}

.p-top__mv-ttl {
  margin-top: 132px;
  color: #fff;
  font-size: 6rem;
  line-height: 1.41;
  letter-spacing: -0.1rem;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
}

.p-top__mv-read {
  margin-top: 40px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.75;
}

.p-top__mv-news {
  margin-top: 120px;
  max-width: 700px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.p-top__mv-news-item {
  width: 100%;
}

.p-top__mv-news-link {
  width: 100%;
  padding: 12px 20px 15px;
  display: block;
  color: #002f7b;
  pointer-events: visible;
}

.p-top__mv-news-head {
  margin-right: 25px;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-top__mv-news-date {
  margin-right: 25px;
  font-size: 1.4rem;
}

.p-top__mv-news-item-ttl {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: calc(100% - 200px);
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-top__mv-image {
  overflow: hidden;
}
.p-top__mv-image .slick-slider,
.p-top__mv-image .slick-list,
.p-top__mv-image .slick-track,
.p-top__mv-image .slick-slide {
  height: 100vh;
  width: 100vw;
}
.p-top__mv-image .slick-slide img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.p-top__mv-image-slide .slick-list {
  position: relative;
}

.p-top__mv-image-slide .slick-list::after {
  position: absolute;
  content: "";
  background-color: #002f7b;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.slick-dots {
  z-index: 99;
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 592px;
  left: 100px;
}
.slick-dots button {
  width: 80px;
  height: 2px;
  cursor: pointer;
  color: transparent;
}
.slick-dots button:before {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  opacity: 0.5;
}
.slick-dots .slick-active button:before {
  background-color: #fff;
  opacity: 1;
}

@media screen and (max-width: 1160px) {
  .p-top__mv .inner {
    max-width: unset;
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-top__mv-ttl {
    margin-top: 157px;
    font-size: 5rem;
  }
  .p-top__mv-read {
    margin-top: 45px;
  }
  .slick-dots {
    left: 30px;
  }
  .--english .slick-dots {
    top: 670px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__mv {
    max-height: 700px;
  }
  .p-top__mv .inner {
    top: 60px;
  }
  .p-top__mv-ttl {
    margin-top: 125px;
    font-size: 3.5rem;
    letter-spacing: 0rem;
  }
  .p-top__mv-read {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .p-top__mv-news {
    margin-top: 75px;
  }
  .p-top__mv-news-link {
    padding: 6px 15px 10px;
  }
  .p-top__mv-news-head {
    margin-right: 12px;
  }
  .p-top__mv-news-item-ttl {
    margin-top: 3px;
    width: 100%;
    display: block;
  }
  .slick-dots {
    top: 445px;
    left: 20px;
  }
  .slick-dots button {
    width: 40px;
  }
  .slick-dots button:before {
    width: 40px;
  }
  .--english .slick-dots {
    top: 530px;
  }
}
.p-top__overview {
  background: url(../assets/images/top/overview_bg.png) no-repeat center top 35%;
  background-size: contain;
}
.p-top__overview .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-top__overview .c-linettl {
  margin-top: -5px;
}
.p-top__overview .c-subttl {
  margin-top: 45px;
}

.p-top__overview-info {
  width: 50%;
  padding-right: 50px;
}

.p-top__overview-txt {
  margin-top: 2rem;
  line-height: 1.75;
}

.p-top__overview-txt + .p-top__overview-txt {
  margin-top: 2.5rem;
}

.p-top__overview-img {
  width: 50%;
  margin-top: 5px;
}

@media screen and (max-width: 1024px) {
  .p-top__overview {
    background: url(../assets/images/top/overview_bg.png) no-repeat center top 45%;
    background-size: 1500px;
  }
  .p-top__overview .inner {
    flex-direction: column;
    align-items: center;
  }
  .p-top__overview-info {
    width: 100%;
    padding-right: 0;
  }
  .p-top__overview-img {
    margin-top: 45px;
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__overview .c-linettl {
    margin-top: 0;
  }
  .p-top__overview .c-subttl {
    margin-top: 28px;
  }
  .p-top__overview-txt {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
  .p-top__overview-txt + .p-top__overview-txt {
    margin-top: 1.8rem;
  }
  .p-top__overview-img {
    margin-top: 35px;
  }
}
.p-top__target .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-top__target .c-linettl {
  margin-top: -5px;
}
.p-top__target .c-subttl {
  margin-top: 45px;
}

.p-top__target-info {
  width: 50%;
  padding-right: 50px;
}

.p-top__target-txt {
  margin-top: 2rem;
  line-height: 1.75;
}

.p-top__target-txt + .p-top__target-txt {
  margin-top: 2.5rem;
}

.p-top__target-list {
  margin-top: 40px;
  border-left: 1px solid #002f7b;
  list-style: decimal;
  padding-left: 1.5em;
  font-family: "source-han-serif-japanese", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.77;
  color: #002f7b;
}
.p-top__target-list li {
  list-style: decimal;
  margin-left: 20px;
  text-indent: -1px;
  padding-left: 5px;
}
.p-top__target-list li:not(:first-child) {
  margin-top: 13px;
}

.p-top__target-list li::marker {
  color: #ed1f1d;
}

.p-top__target-img {
  width: 50vw;
  margin-right: calc(50% - 50vw);
  margin-top: -5px;
}

.p-top__target-ex {
  width: 100%;
  margin-top: 70px;
}

.p-top__target-ex-ttl {
  position: relative;
  font-size: 2.5rem;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #002f7b;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.p-top__target-ex-ttl::before,
.p-top__target-ex-ttl::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 1px;
  background-color: #002f7b;
  top: 50%;
}

.p-top__target-ex-ttl::before {
  left: -36px;
}

.p-top__target-ex-ttl::after {
  right: -36px;
}

.p-top__target-ex-list {
  margin-top: 85px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}
.p-top__target-ex-list > li {
  width: 380px;
  padding: 70px 30px 30px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.p-top__target-ex-icon {
  width: auto;
  max-width: 77px;
  max-height: 81px;
  position: absolute;
  top: -40px;
  left: calc(50% - 38px);
}

.p-top__target-ex-subttl {
  font-size: 2.2rem;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 700;
  line-height: 1;
  color: #002f7b;
  text-align: center;
}

.p-top__target-ex-cklist {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-top__target-ex-cklist > li {
  font-size: 1.6rem;
  line-height: 1.75;
  position: relative;
  padding-left: 22px;
  margin-bottom: 5px;
  width: 100%;
}

.p-top__target-ex-cklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 12px;
  background-image: url("../assets/images/common/icon_check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-top__target-ex-btn {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .p-top__target-info {
    width: calc(100% - 320px);
  }
  .p-top__target-img {
    width: 350px;
    height: 500px;
    object-fit: cover;
    margin-right: calc(50% - 50vw);
    margin-top: -5px;
  }
  .p-top__target-ex-list {
    flex-wrap: wrap;
    gap: 70px 30px;
  }
  .p-top__target-ex-list > li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-top__target .inner {
    flex-direction: column;
    align-items: center;
  }
  .p-top__target .c-linettl {
    margin-top: 0;
  }
  .p-top__target .c-subttl {
    margin-top: 28px;
  }
  .p-top__target-info {
    width: 100%;
    padding-right: 0;
  }
  .p-top__target-txt {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
  .p-top__target-txt + .p-top__target-txt {
    margin-top: 1.8rem;
  }
  .p-top__target-img {
    margin-top: 35px;
    width: 100%;
    height: auto;
    max-width: 600px;
    margin-right: 0;
  }
  .p-top__target-list {
    margin-top: 30px;
    border-left: none;
    padding-left: 0;
    font-size: 1.8rem;
  }
  .p-top__target-list li:not(:first-child) {
    margin-top: 5px;
  }
  .p-top__target-ex {
    margin-top: 50px;
  }
  .p-top__target-ex-ttl {
    font-size: 2rem;
  }
  .p-top__target-ex-ttl::before,
  .p-top__target-ex-ttl::after {
    content: none;
  }
  .p-top__target-ex-list {
    margin-top: 80px;
    gap: 60px;
    flex-direction: column;
  }
  .p-top__target-ex-list > li {
    padding: 70px 20px 20px;
    width: 100%;
  }
  .p-top__target-ex-subttl {
    font-size: 2rem;
  }
  .p-top__target-ex-cklist {
    margin-top: 22px;
  }
  .p-top__target-ex-cklist > li {
    font-size: 1.5rem;
    margin-bottom: 7px;
  }
  .p-top__target-ex-btn {
    margin-top: 40px;
  }
}
.p-top__support .c-linettl {
  margin-top: -5px;
}
.p-top__support .c-subttl {
  margin-top: 45px;
}

.p-top__support-txt {
  margin-top: 2rem;
  line-height: 1.75;
}

.p-top__support-txt + .p-top__support-txt {
  margin-top: 2.5rem;
}

.p-top__support-list-wrap {
  width: 100%;
  padding-bottom: 20px;
}

.p-top__support-list {
  width: 1200px;
  margin-top: 60px;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, 380px);
  gap: 30px;
}
.p-top__support-list a {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.p-top__support-list-info {
  width: 100%;
  padding: 25px 30px 20px;
}

.p-top__support-list-subttl {
  font-family: "source-han-serif-japanese", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #3498db;
}

.p-top__support-list-ttl {
  font-family: "source-han-serif-japanese", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #002f7b;
}

.p-top__support-list-txt {
  margin-top: 15px;
}

.p-top__support-btn {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .p-top__support-list-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 50vw - 50%);
    margin-right: calc(50% - 50vw);
  }
  .p-top__support-list {
    margin-left: 2px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__support .c-linettl {
    margin-top: 0;
  }
  .p-top__support .c-subttl {
    margin-top: 35px;
  }
  .p-top__support-txt {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
  .p-top__support-list-wrap {
    overflow-x: unset;
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
  }
  .p-top__support-list {
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fill, 100%);
    gap: 20px;
  }
  .p-top__support-list-info {
    padding: 20px 25px 20px;
  }
  .p-top__support-list-subttl {
    font-size: 1.4rem;
  }
  .p-top__support-list-ttl {
    font-size: 2rem;
  }
  .p-top__support-list-txt {
    margin-top: 5px;
    font-size: 1.5rem;
  }
}
.p-top__topics .inner {
  display: flex;
  justify-content: space-between;
  gap: 110px;
}

.p-top__topics-info {
  width: 200px;
}
.p-top__topics-info .c-en-ttl {
  margin-top: 45px;
}

.p-top__topics-btn {
  margin-top: 45px;
  width: 200px;
}

.p-top__topics-list {
  width: calc(100% - 310px);
  display: grid;
  grid-template-columns: repeat(auto-fill, 270px);
  gap: 40px;
}
.p-top__topics-list li a {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.p-top__topics-list li img {
  width: auto;
  height: 180px;
  object-fit: cover;
  margin-bottom: 10px;
}
.p-top__topics-list .p-top__topics-info {
  width: 100%;
}
.p-top__topics-list .c-news-item-ttl {
  width: 100%;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .p-top__topics .inner {
    gap: 50px;
  }
  .p-top__topics-list {
    width: calc(100% - 250px);
    display: grid;
    grid-template-columns: repeat(auto-fill, 100%);
    gap: 30px;
  }
  .p-top__topics-list li a {
    flex-wrap: nowrap;
  }
  .p-top__topics-list li img {
    width: 200px;
    height: auto;
    object-fit: initial;
    margin-bottom: 0;
  }
  .p-top__topics-list .p-top__topics-info {
    width: calc(100% - 200px);
    padding-left: 20px;
  }
  .p-top__topics-list .c-news-item-ttl {
    padding-left: 0;
    width: 100%;
    display: block;
    margin-top: 5px;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top__topics .inner {
    flex-direction: column;
    gap: 40px;
  }
  .p-top__topics-info {
    width: 100%;
  }
  .p-top__topics-info .c-en-ttl {
    margin-top: 25px;
  }
  .p-top__topics-list {
    width: 100%;
  }
  .p-top__topics-list li img {
    width: 150px;
  }
  .p-top__topics-list .p-top__topics-info {
    width: calc(100% - 150px);
  }
  .p-top__topics-list .c-news-date {
    margin-top: -5px;
    padding-left: 0;
    width: 100%;
    display: block;
  }
  .p-top__topics-list .c-news-cate {
    margin-top: 2px;
    padding-left: 0;
    width: 100%;
    display: block;
  }
  .p-top__topics-list .c-news-item-ttl {
    font-size: 1.5rem;
    margin-top: 2px;
  }
  .p-top__topics-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}
.p-top__process-info .c-subttl {
  margin-top: 45px;
}

.p-top__process-list-wrap {
  width: 100%;
  padding-bottom: 20px;
}

.p-top__process-list {
  width: 1200px;
  margin-top: 45px;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, 240px);
  gap: 80px;
}

.p-top__process-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.p-top__process-item img {
  width: 80px;
  margin-top: 20px;
}

.p-top__process-item:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #7f9dbb;
  top: 0;
  left: -40px;
}

.p-top__process-list-num {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 70px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ed1f1d;
  font-family: "source-han-serif-japanese", serif;
}

.p-top__process-list-ttl {
  margin-top: 20px;
  font-family: "source-han-serif-japanese", serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #002f7b;
}

.p-top__process-list-txt {
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  .p-top__process-list-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 50vw - 50%);
    margin-right: calc(50% - 50vw);
  }
  .p-top__process-list {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__process .c-subttl {
    margin-top: 30px;
  }
  .p-top__process-list {
    margin-top: 30px;
  }
  .p-top__process-list-ttl {
    margin-top: 20px;
    font-size: 2rem;
  }
  .p-top__process-list-txt {
    margin-top: 5px;
    font-size: 1.5rem;
  }
}
.p-top__links .inner {
  display: flex;
  justify-content: space-between;
  gap: 110px;
}

.p-top__links-info {
  width: 200px;
}
.p-top__links-info .c-en-ttl.--mini {
  letter-spacing: unset;
  margin-top: 45px;
}

.p-top__links-list {
  width: calc(100% - 310px);
  display: grid;
  grid-template-columns: repeat(auto-fill, 270px);
  gap: 40px;
}
.p-top__links-list li a {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  display: block;
  width: 100%;
}
.p-top__links-list li img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .p-top__links .inner {
    gap: 0;
  }
  .p-top__links-list {
    margin-top: 25px;
    width: calc(100% - 210px);
    grid-template-columns: repeat(auto-fill, 170px);
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__links .inner {
    flex-direction: column;
    gap: 40px;
  }
  .p-top__links-info {
    width: 100%;
  }
  .p-top__links-info .c-en-ttl.--mini {
    margin-top: 25px;
  }
  .p-top__links-list {
    width: 100%;
    grid-template-columns: repeat(auto-fill, 270px);
    justify-content: center;
    margin-top: 0;
    gap: 20px;
  }
}
.p-taxation__main-txt {
  margin-top: 20px;
}

.p-taxation__main-list {
  margin-top: 50px;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, 380px);
  gap: 60px 30px;
}
.p-taxation__main-list li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.p-taxation__main-list-info {
  padding: 22px 30px 30px;
}

.p-taxation__main-list-ttl {
  font-family: "source-han-serif-japanese", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.77;
  color: #002f7b;
}

.p-taxation__main-list-txt {
  margin-top: 12px;
}

@media screen and (max-width: 1024px) {
  .p-taxation__main-list {
    grid-auto-rows: 471px;
    grid-template-columns: repeat(auto-fill, 355px);
    gap: 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-taxation__main-info .c-subttl {
    margin-top: -10px;
  }
  .p-taxation__main-txt {
    margin-top: 10px;
    font-size: 1.5rem;
  }
  .p-taxation__main-list {
    margin-top: 32px;
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fill, 100%);
    gap: 20px;
  }
  .p-taxation__main-list-info {
    padding: 18px 22px 20px;
  }
  .p-taxation__main-list-ttl {
    font-size: 2rem;
  }
  .p-taxation__main-list-txt {
    margin-top: 5px;
    font-size: 1.5rem;
  }
}
.p-service__intro .c-subttl {
  margin-top: -12px;
}
.p-service__intro .c-subttl + p {
  margin-top: 20px;
  line-height: 1.77;
}

@media screen and (max-width: 768px) {
  .p-service__intro .c-subttl + p {
    margin-top: 12px;
  }
}
.p-fee__price-read {
  margin-top: 50px;
}
.p-fee__price-read p + p {
  margin-top: 2.5rem;
}

.p-fee__price .c-medttl {
  margin-top: 42px;
}
.p-fee__price .c-medttl + p {
  margin-top: 2.5rem;
}
.p-fee__price .subttl {
  margin-top: 2.5rem;
  margin-bottom: -2.0rem;
  font-size: 2.0rem;
}
.p-fee__price .c-feetbl-wrap {
  margin-top: 35px;
}

.p-fee__price-note {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-fee__price-read {
    margin-top: 30px;
  }
  .p-fee__price-read p {
    line-height: 1.77;
  }
  .p-fee__price-read p + p {
    margin-top: 1.5rem;
  }
  .p-fee__price .c-medttl {
    margin-top: 30px;
  }
  .p-fee__price .c-medttl + p {
    margin-top: 2rem;
  }
  .p-fee__price .subttl {
    margin-top: 2rem;
    margin-bottom: -1.5rem;
    font-size: 1.5rem;
  }
  .p-fee__price .c-feetbl-wrap {
    margin-top: 25px;
  }
  .p-fee__price-note {
    margin-top: 20px;
  }
}
.p-fee_flow .inner a {
  color: #36c;
}

.p-fee__price-ttl + p {
  margin-top: 50px;
}

.p-fee__flow-list {
  margin-top: 55px;
  width: 100%;
  padding-left: 50px;
  position: relative;
}

.p-fee__flow-list::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #7f9dbb;
  top: 0;
  left: 15px;
}

.p-fee__flow-list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.p-fee__flow-list li + li {
  margin-top: 40px;
}

.p-fee__flow-list-num {
  position: absolute;
  top: 0;
  left: -50px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #002f7b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 700;
  line-height: 1.5;
}

.p-fee__flow-list-img {
  width: 240px;
}

.p-fee__flow-list-txt {
  width: calc(100% - 240px);
}

.p-fee__flow-list-ttl {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 2.5rem;
  color: #002f7b;
}

.p-fee__flow-list-ttl + p {
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .p-fee__price-ttl + p {
    margin-top: 30px;
  }
  .p-fee__flow-list {
    margin-top: 33px;
  }
  .p-fee__flow-list li {
    flex-direction: column;
    gap: 18px;
  }
  .p-fee__flow-list li + li {
    margin-top: 25px;
  }
  .p-fee__flow-list-txt {
    width: 100%;
  }
  .p-fee__flow-list-ttl {
    font-size: 2rem;
  }
  .p-fee__flow-list-ttl + p {
    margin-top: 10px;
  }
}
.p-firm__message {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}

.p-firm__message-info {
  width: calc(100% - 400px - 50px);
}

.p-firm__message-read {
  margin-top: 50px;
}
.p-firm__message-read p {
  padding-right: 5px;
}
.p-firm__message-read p + p {
  margin-top: 2.5rem;
}

.p-firm__message-sign {
  margin-top: 25px;
  font-size: 1.4rem;
  text-align: right;
}

.p-firm__message-name {
  margin-top: 5px;
  text-align: right;
  font-family: "source-han-serif-japanese", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.p-firm__message-img {
  width: 400px;
}

@media screen and (max-width: 1024px) {
  .p-firm__message {
    flex-direction: column;
    align-items: center;
  }
  .p-firm__message-info {
    width: 100%;
  }
  .p-firm__message-read p {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-firm__message {
    gap: 40px;
  }
  .p-firm__message-read {
    margin-top: 30px;
  }
  .p-firm__message-read p + p {
    margin-top: 1.5rem;
  }
  .p-firm__message-sign {
    margin-top: 20px;
    font-size: 1.3rem;
  }
  .p-firm__message-name {
    margin-top: 5px;
    font-size: 2rem;
  }
  .p-firm__message-img {
    width: 250px;
  }
}
.p-firm__overview-tbl {
  margin-top: 60px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.p-firm__overview-tbl a {
  color: #36c;
}
.p-firm__overview-tbl .p-firm__overview-google {
  position: relative;
}
.p-firm__overview-tbl .p-firm__overview-google:after {
  position: absolute;
  content: "";
  background: url(../assets/images/firm/icon_linkout.svg) no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 5px;
  right: -20px;
}
.p-firm__overview-tbl th,
.p-firm__overview-tbl td {
  padding: 22px 30px 25px 30px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.p-firm__overview-tbl th {
  background-color: #002f7b;
  color: #fff;
  width: 200px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-firm__overview-tbl th,
  .p-firm__overview-tbl td {
    padding: 22px 28px 25px 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-firm__overview-tbl {
    margin-top: 40px;
  }
  .p-firm__overview-tbl tr {
    display: flex;
    flex-direction: column;
  }
  .p-firm__overview-tbl th,
  .p-firm__overview-tbl td {
    padding: 13px 20px 13px 18px;
    font-size: 1.4rem;
    width: 100%;
  }
}
.p-firm__work-tbl {
  border-left: 1px solid #7f9dbb;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.p-firm__work-tbl a {
  color: #36c;
}
.p-firm__work-tbl th,
.p-firm__work-tbl td {
  padding: 0px 20px 0px 50px;
}
.p-firm__work-tbl tr:not(:first-child) th,
.p-firm__work-tbl tr:not(:first-child) td {
  padding-top: 26px;
}
.p-firm__work-tbl th {
  width: 180px;
  text-align: left;
}
.p-firm__work-tbl td {
  padding-left: 20px;
  padding-right: 0px;
}

@media screen and (max-width: 1024px) {
  .p-firm__work-tbl th,
  .p-firm__work-tbl td {
    padding: 0px 0px 0px 50px;
  }
  .p-firm__work-tbl th {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .p-firm__work-tbl {
    border-left: none;
    margin-top: 35px;
  }
  .p-firm__work-tbl tr {
    display: flex;
    flex-direction: column;
  }
  .p-firm__work-tbl th,
  .p-firm__work-tbl td {
    padding: 0px 0px 0px 0px;
    font-size: 1.5rem;
    width: 100%;
  }
  .p-firm__work-tbl tr:not(:first-child) th {
    padding-top: 18px;
  }
  .p-firm__work-tbl tr:not(:first-child) td {
    padding-top: 0px;
  }
}
.p-faq__head p a {
  color: #36c;
}
.p-faq__head p + p {
  margin-top: 2.5rem;
}

.p-faq__navi {
  margin-top: 90px;
  display: grid;
  grid-auto-rows: 50px;
  grid-template-columns: repeat(auto-fill, 270px);
  justify-content: center;
  gap: 40px;
}
.p-faq__navi .c-btn {
  justify-content: left;
  padding-left: 20px;
  width: 270px;
}

@media screen and (max-width: 1024px) {
  .p-faq__navi {
    max-width: 580px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__head p {
    line-height: 1.77;
  }
  .p-faq__head p + p {
    margin-top: 1.5rem;
  }
  .p-faq__navi {
    margin-top: 40px;
    grid-auto-rows: 40px;
    grid-template-columns: repeat(auto-fill, 100%);
    justify-content: center;
    gap: 6px;
  }
  .p-faq__navi .c-btn {
    width: 100%;
    height: 40px;
    font-size: 1.4rem;
    padding-left: 15px;
  }
}
.p-faq__main {
  padding-bottom: 100px;
}
.p-faq__main a {
  color: #36c;
}

.p-faq__main-group:not(:first-of-type) {
  margin-top: 80px;
}

.p-faq__main-ttl {
  font-size: 2.5rem;
}

.p-faq__list {
  margin-top: 39px;
}

.p-faq__box {
  background-color: #ecf0f4;
  overflow: hidden;
}

.p-faq__box:not(:last-child) {
  margin-bottom: 20px;
}

.p-faq__ttl {
  padding: 24px 50px 24px 30px;
  position: relative;
  cursor: pointer;
  font-size: 1.8rem;
  transition: 0.2s;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 700;
  line-height: 1.77;
  color: #002f7b;
  text-indent: -30px;
  padding-left: 57px;
}

.p-faq__ttl:hover {
  color: #3498db;
}

.p-faq__ttl::before,
.p-faq__ttl::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #002f7b;
  position: absolute;
  width: 15px;
  height: 3px;
  top: 37px;
  right: 30px;
  opacity: 1;
  transition: 0.8s;
}

.p-faq__ttl::before {
  width: 3px;
  height: 15px;
  top: 31px;
  right: 36px;
}

.open .p-faq__ttl::after {
  transform: rotate(180deg);
}

.open .p-faq__ttl::before {
  opacity: 0;
  transform: rotate(180deg);
}

.p-faq__q {
  display: inline;
  color: #ed1f1d;
  padding-right: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}

.p-faq__ans {
  border-top: 1px solid #7f9dbb;
  display: none;
  padding: 20px 0px 20px 20px;
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 5px;
  position: relative;
}

.p-faq__ans::before {
  position: absolute;
  content: "A.";
  color: #002f7b;
  font-size: 1.8rem;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 700;
  line-height: 1.77;
  top: 19px;
  left: 0px;
}

.p-faq__ans p {
  padding-left: 10px;
  display: block;
}
.p-faq__ans p + p {
  margin-top: 2.5rem;
}

.p-faq__ans img {
  width: auto;
}

.p-faq__ans a {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .p-faq__main {
    padding-bottom: 50px;
  }
  .p-faq__main .c-read {
    line-height: 1.75;
  }
  .p-faq__main-group:not(:first-of-type) {
    margin-top: 50px;
  }
  .p-faq__main-ttl {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .p-faq__list {
    margin-top: 28px;
  }
  .p-faq__box:not(:last-child) {
    margin-bottom: 10px;
  }
  .p-faq__ttl {
    display: flex;
    padding: 10px 45px 10px 15px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-indent: -2px;
    padding-left: 20px;
  }
  .p-faq__ttl::before,
  .p-faq__ttl::after {
    top: 20px;
    right: 15px;
  }
  .p-faq__ttl::before {
    top: 14px;
    right: 21px;
  }
  .p-faq__q {
    padding-right: 10px;
    font-size: 1.5rem;
  }
  .p-faq__ans {
    padding: 6px 0px 10px 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .p-faq__ans p {
    padding-left: 17px;
  }
  .p-faq__ans p + p {
    margin-top: 1.5rem;
  }
  .p-faq__ans::before {
    top: 5px;
  }
}
.p-side__ttl {
  margin-top: -10px;
  font-family: "source-han-serif-japanese", serif;
  font-size: 2rem;
  font-weight: 700;
}

.p-side__news-list + .p-side__ttl {
  margin-top: 40px;
}

.p-side__news-list {
  margin-top: 20px;
  padding-left: 30px;
}
.p-side__news-list li:not(:first-child) {
  margin-top: 20px;
}

.p-side__news-list.--ranking {
  padding-left: 0;
}

.p-side__news-list.--ranking li a {
  position: relative;
}
.p-side__news-list.--ranking li a:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ccc;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  top: -14px;
  left: -14px;
}
.p-side__news-list.--ranking li:nth-child(1) a:before {
  content: "1";
  background-color: #d9bf73;
}
.p-side__news-list.--ranking li:nth-child(2) a:before {
  content: "2";
  background-color: #b8b4a5;
}
.p-side__news-list.--ranking li:nth-child(3) a:before {
  content: "3";
  background-color: #a6835a;
}

.p-side__news-list.--latest {
  padding-left: 0;
}

.p-side__news-list.--category li:not(:first-child) {
  margin-top: 5px;
}

.p-side__news-list.--archive li:not(:first-child) {
  margin-top: 5px;
}

.p-side__news-list-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}
.p-side__news-list-link img {
  width: 100px;
}

.p-side__news .c-news-info {
  width: calc(100% - 100px - 15px);
  margin-top: -5px;
}
.p-side__news .c-news-date {
  font-size: 1.3rem;
  width: 75px;
}
.p-side__news .c-news-cate {
  font-size: 1.2rem;
  padding-left: 0;
}
.p-side__news .c-news-item-ttl {
  font-size: 1.3rem;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.p-news-detail__main .c-news-item {
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-news-detail__main .c-news-date {
  margin-left: 0;
  padding-left: 0;
  width: auto;
  font-size: 1.6rem;
}
.p-news-detail__main .c-news-cate {
  padding-left: 20px;
  font-size: 1.6rem;
}
.p-news-detail__main .c-news-item-ttl {
  width: 100%;
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 10px;
  padding-left: 0;
  color: #333;
}

.p-news-detail__entry {
  padding-top: 20px;
}
.p-news-detail__entry img {
  margin-top: 40px;
}
.p-news-detail__entry h1,
.p-news-detail__entry h2,
.p-news-detail__entry h3,
.p-news-detail__entry h4,
.p-news-detail__entry h5,
.p-news-detail__entry h6 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 30px;
}
.p-news-detail__entry h4 {
  font-family: "source-han-serif-japanese", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.77;
  position: relative;
  padding-left: 17px;
  margin-top: 45px;
}
.p-news-detail__entry h4::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 25px;
  background-color: #ed1f1d;
  top: 12px;
  left: 0;
}
.p-news-detail__entry h5 {
  font-family: "source-han-serif-japanese", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2;
  position: relative;
  margin-top: 45px;
  border-bottom: 1px solid #bababa;
}
.p-news-detail__entry p {
  margin-top: 2.2rem;
  line-height: 1.77;
}
.p-news-detail__entry p + p {
  margin-top: 2.5rem;
}
.p-news-detail__entry img + p {
  margin-top: 5rem;
}
.p-news-detail__entry table {
  margin-top: 30px;
  width: 100%;
  border-left: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  background-color: #fff;
}
.p-news-detail__entry table th,
.p-news-detail__entry table td {
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 14px 20px 14px;
}
.p-news-detail__entry table th {
  font-weight: bold;
  width: 200px;
  text-align: left;
  background-color: #efefef;
}
.p-news-detail__entry a {
  position: relative;
  color: #36c;
}
.p-news-detail__entry ul {
  margin-top: 25px;
  padding-left: 30px;
}
.p-news-detail__entry ul li {
  list-style: disc;
}
.p-news-detail__entry ul li:not(:first-child) {
  margin-top: 5px;
}
.p-news-detail__entry .red {
  color: #c00;
}
.p-news-detail__entry strong {
  font-weight: bold;
}

.wp-block-table td,
.wp-block-table th {
  border: none;
}

.wp-block-table thead {
  border-bottom: none;
}

.p-news__detail-btn {
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .p-news-detail__main .c-news-item {
    padding-top: 13px;
    padding-bottom: 15px;
  }
  .p-news-detail__main .c-news-date {
    font-size: 1.5rem;
  }
  .p-news-detail__main .c-news-cate {
    font-size: 1.5rem;
  }
  .p-news-detail__main .c-news-item-ttl {
    font-size: 2rem;
    margin-top: 0;
    padding-top: 6px;
  }
  .p-news-detail__entry {
    margin-top: 15px;
    padding-top: 0;
  }
  .p-news-detail__entry img {
    margin-top: 40px;
    max-width: 100%;
  }
  .p-news-detail__entry table + img {
    margin-top: 60px;
  }
  .p-news-detail__entry h1,
  .p-news-detail__entry h2,
  .p-news-detail__entry h3,
  .p-news-detail__entry h4,
  .p-news-detail__entry h5,
  .p-news-detail__entry h6 {
    margin-top: 20px;
  }
  .p-news-detail__entry h4 {
    font-size: 2rem;
    padding-left: 12px;
    margin-top: 25px;
  }
  .p-news-detail__entry h4::before {
    height: 18px;
    top: 9px;
  }
  .p-news-detail__entry h5 {
    font-size: 1.8rem;
    margin-top: 25px;
  }
  .p-news-detail__entry p {
    margin-top: 1.5rem;
  }
  .p-news-detail__entry p + p {
    margin-top: 2rem;
  }
  .p-news-detail__entry img + p {
    margin-top: 3rem;
  }
  .p-news-detail__entry table {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .p-news-detail__entry table th,
  .p-news-detail__entry table td {
    padding: 8px 15px 8px 15px;
    font-size: 1.4rem;
  }
  .p-news-detail__entry ul {
    margin-top: 15px;
  }
  .p-news__detail-btn {
    margin-top: 40px;
  }
}
.p-contact__navi a {
  color: #36c;
}
.p-contact__navi .c-dotlist {
  margin-top: -10px;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-contact__navi .c-dotlist li {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
}
.p-contact__navi .c-dotlist li:not(:first-child) {
  margin-top: 6px;
}

.p-contact__main {
  padding-bottom: 100px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.c-contact__form option,
.c-contact__form textarea,
.c-contact__form input[type=text],
.c-contact__form input[type=email],
.c-contact__form input[type=search],
.c-contact__form input[type=url] {
  width: 100%;
}

.c-contact__form input[type=checkbox] {
  /* デフォルトcheckボックス非表示*/
  display: none;
}

.c-contact__form input[type=text],
.c-contact__form input[type=email],
.c-contact__form textarea {
  background-color: #f2f2f2;
  border: 1px solid #d5d5d5;
  padding: 13px 20px;
  width: 100%;
  transition: 0.2s;
}

.c-contact__form input[type=text] + input[type=text] {
  margin-top: 20px;
}

.c-contact__form input[type=text]:focus,
.c-contact__form input[type=email]:focus,
.c-contact__form textarea:focus {
  box-shadow: 0px 0px 10px rgba(0, 71, 157, 0.2);
}

.c-contact__form input::placeholder,
.c-contact__form textarea::placeholder {
  color: rgba(51, 51, 51, 0.4);
}

input[type=text].c-contact__form-content-data-shorttxt {
  width: auto;
  margin-right: 10px;
}

select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #666;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  display: block;
  cursor: pointer;
  position: relative;
}

.select {
  background-color: #f2f2f2;
  border: 1px solid #d5d5d5;
  padding: 10px 10px 10px;
  height: 50px;
  width: 100%;
  position: relative;
  z-index: 1;
  display: block;
}

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

.c-contact__form .select::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  transition: 0.5s;
  width: 8px;
  height: 8px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.c-contact__form-content-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.c-contact__form-content-item:not(:first-child) {
  margin-top: 50px;
}

.c-contact__form-content-ttl {
  max-width: 200px;
  padding: 10px 20px 10px 0px;
  display: block;
  font-weight: 700;
  line-height: 1.67;
}

.c-contact__form-content-ttl.is-required,
.c-contact__form-content-ttl.is-optional {
  position: relative;
}

.c-contact__form-content-ttl-note {
  font-size: 1.6rem;
}

.c-contact__form-content-ttl.is-required::after,
.c-contact__form-content-ttl.is-optional::after {
  position: absolute;
  content: "*";
  width: 10px;
  height: 20px;
  color: #ed1f1d;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  top: 15px;
  right: 10px;
}

.c-contact__form-content-data {
  width: calc(100% - 200px);
  line-height: 1.8;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  height: auto;
}

.c-contact__form-content-data-service,
.c-contact__form-content-data-address {
  width: 100%;
}

.c-contact__form-content-data-address tr {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
}

.c-contact__form-content-data-address tr:last-child {
  margin-bottom: 0;
}

.c-contact__form-content-data-address th {
  text-align: left;
  width: 30%;
  display: block;
}

.c-contact__form-content-data-address td {
  width: 70%;
  display: block;
  position: relative;
}

.c-contact__form-privacy {
  margin-top: 50px;
  border: 1px solid #ccc;
  display: block;
  padding: 24px 30px 30px 30px;
  height: 200px;
  overflow-y: scroll;
  background-color: #fff;
}

.c-contact__form-privacy-note {
  display: block;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.67;
}
.c-contact__form-privacy-note h4 {
  font-size: 1.8rem;
  font-weight: bold;
}
.c-contact__form-privacy-note h5 {
  margin-top: 22px;
  font-weight: bold;
}
.c-contact__form-privacy-note p {
  margin-top: 20px;
}
.c-contact__form-privacy-note ul {
  margin-top: 20px;
  margin-left: 30px;
}
.c-contact__form-privacy-note li {
  list-style: disc;
}

.c-contact__form-action {
  margin-top: 60px;
}

.c-contact__form-btn {
  transition: 0.2s;
}
.c-contact__form-btn button {
  transition: 0.2s;
  margin-right: auto;
  margin-left: auto;
  width: 250px;
  cursor: pointer;
}

.mw_wp_form_input .--form02,
.mw_wp_form_input .c-contact__form-action.--form02 {
  display: none;
}

.mw_wp_form_confirm .--form01,
.mw_wp_form_confirm .c-contact__form-action.--form01 {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-contact__form {
    font-size: 1.5rem;
  }
  .c-contact__form input[type=text] + input[type=text] {
    margin-top: 10px;
  }
  select {
    font-size: 1.5rem;
  }
  .c-contact__form-content {
    margin-top: 10px;
  }
  .c-contact__form-content-item {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .c-contact__form-content-item:not(:first-child) {
    margin-top: 20px;
  }
  .c-contact__form-content-ttl,
  .c-contact__form-content-data {
    width: 100%;
    display: block;
  }
  .c-contact__form-content-ttl {
    padding: 0;
    font-size: 1.5rem;
  }
  .c-contact__form-content-ttl.is-required::after,
  .c-contact__form-content-ttl.is-optional::after {
    position: relative;
    font-size: 1.5rem;
    top: 3px;
    right: 0px;
  }
  .c-contact__form-content-data {
    margin-top: 10px;
    padding: 0;
    min-height: 35px;
    height: auto;
  }
  .c-contact__form-privacy {
    display: block;
    margin-top: 23px;
    padding: 14px 18px 15px 18px;
  }
  .c-contact__form-privacy-note h4 {
    font-size: 1.5rem;
  }
  .c-contact__form-privacy-note h5 {
    font-size: 1.3rem;
    margin-top: 15px;
  }
  .c-contact__form-privacy-note p {
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .c-contact__form-privacy-note ul {
    margin-top: 10px;
    margin-left: 20px;
  }
  .c-contact__form-privacy-note li {
    font-size: 1.3rem;
  }
  .c-contact__form-action {
    margin-top: 20px;
  }
}
.p-contact__main.--confirm,
.p-contact__main.--complete {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.--confirm .c-contact__form {
  margin-top: 50px;
}

.mw_wp_form_confirm .c-contact__form-content-ttl {
  margin-top: 10px;
}

.mw_wp_form_confirm .select {
  border: none;
  background-color: unset;
  height: unset;
}

.mw_wp_form_confirm .select::after {
  content: none;
}

.--confirm .c-contact__form-content-data {
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-contact--confirm .c-contact__form-content-data-note {
  font-size: 1.6rem;
}

.c-contact--confirm .c-contact__form-content-data-service tbody,
.c-contact--confirm .c-contact__form-content-data-address tbody {
  display: flex;
  flex-wrap: wrap;
}

.c-contact--confirm .c-contact__form-content-data-service tr,
.c-contact--confirm .c-contact__form-content-data-address tr {
  margin-bottom: 0;
}

.c-contact--confirm .c-contact__form-content-data-address th {
  display: none;
}

.c-contact--confirm .c-contact__form-content-data-service td,
.c-contact--confirm .c-contact__form-content-data-address td {
  width: auto;
}

.c-contact--confirm .c-contact__form-content-data-address tr:first-child {
  width: 100%;
}

.c-contact--confirm .c-contact__form-content-data-address tr:first-child td {
  width: 100%;
  display: block;
}

.mw_wp_form_confirm .c-contact__form-privacy {
  display: none;
}

.c-contact__form-action.--form02 {
  display: flex;
  justify-content: center;
  gap: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.c-contact__form-action.--form02 .c-btn.--back:after {
  right: unset;
  left: 0;
}

.--complete .p-contact__main-txt {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.--complete .c-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .p-contact__main.--confirm .p-contact__main-ttl,
  .p-contact__main.--complete .p-contact__main-ttl {
    margin-bottom: 20px;
  }
  .--confirm .c-contact__form-content {
    margin-top: 0px;
  }
  .--confirm .c-contact__form-content-ttl.is-required::after,
  .--confirm .c-contact__form-content-ttl.is-optional::after {
    display: none;
  }
  .c-contact__form-action.--form02 {
    flex-direction: column;
    margin-top: 30px;
    gap: 30px;
  }
}
.mw_wp_form .select .error {
  margin-top: 10px;
}

.c-contact__form-content-data.err .select,
.c-contact__form-content-data.err input {
  border: 1px solid #002f7b;
  color: #002f7b;
  position: relative;
}

.err_message {
  display: none;
}

.c-contact__form-content-data.err .err_message {
  display: block;
  color: #002f7b;
  margin-top: 5px;
  letter-spacing: 0.5em;
}

@media screen and (max-width: 768px) {
  .c-contact__form-content-data.err .err_message {
    display: block;
    color: #002f7b;
  }
}
/* Utility
  ----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u-hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .u-hidden-onlypc {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .u-hidden-tabsp {
    display: none;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .u-hidden-onlytab {
    display: none;
  }
}
.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}
@media screen and (max-width: 600px) {
  .pt60 {
    padding-top: 32px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 600px) {
  .pt80 {
    padding-top: 40px;
  }
}

.pt110 {
  padding-top: 110px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb100 {
  margin-bottom: 100px;
}

.fs10 {
  font-size: 10px;
  font-size: 1rem;
}

.fs12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fs20 {
  font-size: 20px;
  font-size: 2rem;
}

.fs24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.fs30 {
  font-size: 30px;
  font-size: 3rem;
}

.fs32 {
  font-size: 32px;
  font-size: 3.2rem;
}

.fs40 {
  font-size: 40px;
  font-size: 4rem;
}

.fs50 {
  font-size: 50px;
  font-size: 5rem;
}

.fs60 {
  font-size: 60px;
  font-size: 6rem;
}

.fw-b {
  font-weight: bold;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-none {
  box-shadow: none;
}

.u-cta {
  background: url(../assets/images/common/cta_bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 400px;
  position: relative;
  color: #fff;
  transition: 0.2s;
}

.u-cta::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 47, 123, 0.8);
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}

.u-cta .inner {
  position: inherit;
  z-index: 2;
}

.u-cta__head {
  display: flex;
  align-items: center;
  gap: 50px;
}

.u-cta__ttl {
  color: #fff;
}

.u-cta__txt {
  width: calc(100% - 200px - 50px);
  color: #fff;
}

.u-cta__list-ttl {
  position: relative;
  margin-left: 30px;
}

.u-cta__list-ttl::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 25px;
  margin-right: 10px;
  top: calc(50% - 10px);
  left: -35px;
}

.u-cta__list-txt {
  margin-top: 10px;
  font-size: 1.4rem;
}

.u-cta__list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.u-cta__list li {
  transition: 0.2s;
}
.u-cta__list li a {
  transition: 0.2s;
  width: 380px;
  height: 110px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.u-cta__list li a:hover {
  opacity: 1;
}
.u-cta__list li.--faq .u-cta__list-ttl::before {
  left: -30px;
}
.u-cta__list li.--faq a {
  background-color: #fff;
  color: #002f7b;
}
.u-cta__list li.--faq a:hover {
  border: 1px solid #fff;
  background-color: #002f7b;
  color: #fff;
}
.u-cta__list li.--faq .u-cta__list-ttl {
  font-size: 2.2rem;
}
.u-cta__list li.--faq .u-cta__list-ttl::before {
  background: url(../assets/images/common/icon_faq_blue.svg) no-repeat center center;
  background-size: contain;
}
.u-cta__list li.--faq a:hover .u-cta__list-ttl::before {
  background: url(../assets/images/common/icon_faq_white.svg) no-repeat center center;
  background-size: contain;
}
.u-cta__list li.--tel a {
  background-color: #fff;
  color: #002f7b;
}
.u-cta__list li.--tel a:hover {
  border: 1px solid #fff;
  background-color: #002f7b;
  color: #fff;
}
.u-cta__list li.--tel .u-cta__list-ttl {
  font-size: 2.8rem;
}
.u-cta__list li.--tel .u-cta__list-ttl::before {
  background: url(../assets/images/common/icon_tel_blue.svg) no-repeat center center;
  background-size: contain;
}
.u-cta__list li.--tel a:hover .u-cta__list-ttl::before {
  background: url(../assets/images/common/icon_tel_white.svg) no-repeat center center;
  background-size: contain;
}
.u-cta__list li.--mail a {
  background-color: #ed1f1d;
  color: #fff;
}
.u-cta__list li.--mail a:hover {
  border: 1px solid #ed1f1d;
  background-color: #fff;
  color: #ed1f1d;
}
.u-cta__list li.--mail .u-cta__list-ttl {
  font-size: 2.2rem;
}
.u-cta__list li.--mail .u-cta__list-ttl::before {
  background: url(../assets/images/common/icon_mail_white.svg) no-repeat center center;
  background-size: contain;
}
.u-cta__list li.--mail a:hover .u-cta__list-ttl::before {
  background: url(../assets/images/common/icon_mail_orange.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 1024px) {
  .u-cta__list li.--tel a {
    pointer-events: none;
  }
}
@media screen and (max-width: 1024px) {
  .u-cta__txt {
    margin-top: 0px;
  }
  .u-cta__list {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .u-cta__list li a {
    width: 100%;
  }
  .u-cta__list li.--faq {
    width: calc((100% - 30px) / 2);
  }
  .u-cta__list li.--tel {
    width: calc((100% - 30px) / 2);
  }
  .u-cta__list li.--mail {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .u-cta__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .u-cta__txt {
    width: 100%;
    margin-top: 12px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .u-cta__list-ttl {
    margin-top: 5px;
  }
  .u-cta__list-txt {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  .u-cta__list {
    margin-top: 25px;
    flex-direction: column;
    gap: 20px;
  }
  .u-cta__list li a {
    width: 100%;
    height: 90px;
  }
  .u-cta__list li.--faq {
    width: 100%;
  }
  .u-cta__list li.--faq .u-cta__list-ttl {
    font-size: 2rem;
  }
  .u-cta__list li.--tel {
    width: 100%;
  }
  .u-cta__list li.--tel .u-cta__list-ttl {
    font-size: 2.6rem;
  }
  .u-cta__list li.--mail .u-cta__list-ttl {
    font-size: 2rem;
  }
}
/* plugin
  ----------------------------------------------------------------- */