<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  overflow-x: hidden;
  color: #25282e;
  font-size: 16px;
  font-family: "NotoSerifJP";
  font-weight: 400;
  /* background-color: #f4f4f7; */
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
blockquote,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
  font-family: monospace, sans-serif;
}

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  padding: 4px 6px;
  vertical-align: top;
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

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

form {
  margin: 0;
  padding: 0;
}

form button {
  display: inline-block;
  padding: 0.5625rem 2.5rem;
  font-weight: 700;
  border-radius: 9999px;
  transition: all 0.3s;
  color: #153264;
  background-color: #fff;
  border: 1px solid #153264;
}
@media (hover: hover) {
  form button:hover {
    color: #fff;
    background-color: #153264;
  }
}

form button:hover,
form button:focus {
  outline: none;
}

form button:hover {
  opacity: 0.6;
}

form button ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input,
textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background-image: none;
  font-size: 1em;
  font-family: inherit;
  -webkit-appearance: none;
}

textarea:hover,
textarea:focus {
  outline: none;
}

textarea:focus {
  outline: none;
  border-color: #e2e2e2;
  box-shadow: none;
}

textarea ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input::-webkit-input-placeholder {
  color: #e2e2e2;
}

input::-moz-placeholder {
  color: #e2e2e2;
}

input::-ms-input-placeholder {
  color: #e2e2e2;
}

input:-ms-input-placeholder {
  color: #e2e2e2;
}

input::placeholder {
  color: #e2e2e2;
}

input:focus {
  outline: none;
  border-color: #e2e2e2;
  box-shadow: none;
}

input[type="submit"],
input[type="button"] {
  display: inline-block;
  padding: 0.5625rem 2.5rem;
  font-weight: 700;
  border-radius: 9999px;
  transition: all 0.3s;
  color: #153264;
  background-color: #fff;
  border: 1px solid #153264;
}
@media (hover: hover) {
  input[type="submit"]:hover,
  input[type="button"]:hover {
    color: #fff;
    background-color: #153264;
  }
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  outline: none;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.6;
}

input[type="submit"] ::-moz-focus-inner,
input[type="button"] ::-moz-focus-inner {
  padding: 0;
  border: none;
}

select {
  padding: 0.4em 2.4em 0.4em 0.8em;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background-image: url(../img/select-arrow.svg);
  background-position: right 6px center;
  background-size: 24px;
  background-repeat: no-repeat;
  color: inherit;
  font-size: 1em;
  font-family: inherit;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select:focus {
  outline: none;
  border-color: #e2e2e2;
  box-shadow: none;
}

.body.is-active {
  overflow: hidden;
}

@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "SawarabiMincho";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SawarabiMincho-Regular.ttf") format("truetype");
}
.l-inner {
  max-width: 77.5rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.l-top {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .l-top {
    padding-top: 0;
  }
}

.l-single-blog {
  padding-top: 11.25rem;
}
@media screen and (max-width: 768px) {
  .l-single-blog {
    padding-top: 9.375rem;
  }
}

/* ===============================================
ヘッダー
=============================================== */
.c-header {
  background-color: #fff;
  border-bottom: 1px solid #153264;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.c-header__inner {
  height: 5rem;
  max-width: 85rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-header__inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    height: 4rem;
  }
}

.c-header__logo {
  width: 12.9375rem;
  width:292px;
  
  transition: all 0.3s;
}
@media (hover: hover) {
  .c-header__logo:hover {
    opacity: 0.6;
  }
}

.c-header__nav {
  display: flex;
  align-items: center;
  height: inherit;
}
@media screen and (max-width: 1280px) {
  .c-header__nav {
    display: none;
  }
}

.c-header__navItems {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}

.c-header__navItem {
  height: inherit;
  position: relative;
}

.c-header__navLink {
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0 0.9375rem;
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (hover: hover) {
  a.c-header__navLink:hover {
    opacity: 0.6;
  }
}

.c-header__navChild{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding-top: 10px;
  transition-duration: 0.4s;
  transition-property: opacity;
  opacity: 0;
  pointer-events: none;
}

.c-header__navItem:hover .c-header__navChild{
  opacity: 1;
  pointer-events: auto;
}

.c-header__navChildList{
  background: #fff;
  padding: 10px 32px 20px;
  border-radius: 9px;
  box-shadow: 0px 0px 6px rgba(8, 8, 8, 0.08);
}

.c-header__navChildItem{
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.16em;
}

.c-header__navChildItem + .c-header__navChildItem{
  margin-top: 12px;
}

.c-header__navChildItem a{
  transition: all 0.3s;
}

@media (hover: hover) {
  .c-header__navChildItem a:hover {
    opacity: 0.6;
  }
}

.c-header__btnWrapper {
  margin-left: 0.9375rem;
  display: flex;
}

.c-header__recruitBtn,
.c-header__contactBtn {
  display: inline-block;
  padding: 0.5625rem 2.5rem;
  font-weight: 700;
  border-radius: 9999px;
  transition: all 0.3s;
}

.c-header__recruitBtn {
  color: #153264;
  background-color: #fff;
  border: 1px solid #153264;
}
@media (hover: hover) {
  .c-header__recruitBtn:hover {
    color: #fff;
    background-color: #153264;
  }
}

.c-header__contactBtn {
  color: #fff;
  background-color: #0EA4F4;
  border: 1px solid #0EA4F4;
  margin-left: 1.25rem;
}
@media (hover: hover) {
  .c-header__contactBtn:hover {
    color: #0EA4F4;
    background-color: #fff;
  }
}

/*ハンバーガーボタン*/
.c-header__hamburger {
  display: none;
}
@media screen and (max-width: 1280px) {
  .c-header__hamburger {
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 300;
  }
}
.c-header__hamburger span {
  display: block;
  width: 2.375rem;
  height: 0.1875rem;
  border-radius: 9999px;
  position: absolute;
  left: 0.375rem;
  transition: all 0.3s;
}
.c-header__hamburger span:nth-of-type(1) {
  background-color: #153264;
  position: absolute;
  top: 0.9375rem;
}
.c-header__hamburger span:nth-of-type(2) {
  background-color: #0EA4F4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-header__hamburger span:nth-of-type(3) {
  background-color: #153264;
  position: absolute;
  bottom: 0.9375rem;
}

.c-header__hamburger.is-active span:nth-of-type(1) {
  background-color: #fff;
  transform: rotate(-45deg);
  top: 1.4375rem;
}
.c-header__hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.c-header__hamburger.is-active span:nth-of-type(3) {
  background-color: #fff;
  transform: rotate(45deg);
  bottom: 1.4375rem;
}

/*ドロワーメニュー*/
.c-header__drawer {
  position: fixed;
  overflow-y: scroll;
  z-index: 200;
  max-width: 25rem;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: #153264;
  opacity: 0.95;
  color: #fff;
  padding-top: 6.5625rem;
  transform: translateX(25rem);
  transition: all 0.3s;
}

.c-header__drawer.is-active {
  transform: translate(0);
}

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

.c-header__drawerItem {
  display: block;
  width: 100%;
}

.c-header__drawerLink {
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.75rem 0;
  transition: all 0.3s;
  cursor: pointer;
}

.c-header__drawerLink--has span{
  position: relative;
}

.c-header__drawerLink--has span::before,
.c-header__drawerLink--has span::after{
  content:'';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  margin-top: 1px;
}

.c-header__drawerLink--has span::before{
  width:13px;
  height:1px;
  left:calc(100% + 10px);
}

.c-header__drawerLink--has span::after{
  width:1px;
  height:13px;
  left:calc(100% + 16px);
}

.c-header__drawerLink--has.is-open span::after{
  display: none;
}


@media (hover: hover) {
  .c-header__drawerLink:hover {
    color: #153264;
    background-color: #fff;
  }

  .c-header__drawerLink--has:hover span::before,
  .c-header__drawerLink--has:hover span::after{
    background-color: #153264;
  }

}

.c-header__drawerChild{
  display: none;
}

.c-header__drawerChildList{
  padding:8px 0;
}

.c-header__drawerChildItem + .c-header__drawerChildItem{
  margin-top: 6px;
}

.c-header__drawerChildItem a{
  transition: all 0.3s;
}

@media(any-hover:hover){
  .c-header__drawerChildItem a:hover{
    opacity: 0.6;
  }
}

.c-header__drawerBtnWrapper {
  margin-top: 3.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-header__drawerRecruitBtn,
.c-header__drawerContactBtn {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  width: 11.25rem;
  padding: 0.625rem 0;
  transition: all 0.3s;
}

.c-header__drawerRecruitBtn {
  border: 1px solid #fff;
  border-radius: 9999px;
}
@media (hover: hover) {
  .c-header__drawerRecruitBtn:hover {
    color: #153264;
    background-color: #fff;
  }
}

.c-header__drawerContactBtn {
  background-color: #0EA4F4;
  border: 1px solid #0EA4F4;
  border-radius: 9999px;
  margin-top: 1.25rem;
  margin-bottom: 6.25rem;
}
@media (hover: hover) {
  .c-header__drawerContactBtn:hover {
    color: #0EA4F4;
    background-color: #fff;
    border: 1px solid #fff;
  }
}

/*ドロワーオープン時マスク*/
.c-header__overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.3s;
}

.c-header__overlay.is-active {
  visibility: visible;
  opacity: 1;
}

/* ===============================================
CTA
=============================================== */
.c-action {
  height: 18.75rem;
  
  position: relative;
}
.c-action::before {
  position: absolute;
  content: "";
  /* background-color: rgba(21, 50, 100, 0.8); */
  background-color:#153264;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  right: 0;
}

.c-action::after{
  content:'';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background-image: url(../../assets/img/common/action-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.5;
}


.c-action__inner {
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-action__contactBtn,
.c-action__recruitBtn {
  display: inline-block;
  max-width: 25rem;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  padding: 0.9375rem 0;
  border-radius: 9999px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-action__contactBtn,
  .c-action__recruitBtn {
    max-width: 20.9375rem;
  }
}
.c-action__contactBtn::after,
.c-action__recruitBtn::after {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/common/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  right: 1.375rem;
  top: 50%;
  transform: translateY(-50%);
}

.c-action__contactBtn {
  background-color: #0EA4F4;
  border: 1px solid #0EA4F4;
}
@media (hover: hover) {
  .c-action__contactBtn:hover {
    color: #0EA4F4;
    background-color: #fff;
    border: 1px solid #fff;
  }
  .c-action__contactBtn:hover::after {
    background-image: url("../../assets/img/common/arrow-green.svg");
  }
}

.c-action__recruitBtn {
  background-color: transparent;
  border: 1px solid #fff;
  margin-top: 1.25rem;
}
@media (hover: hover) {
  .c-action__recruitBtn:hover {
    background-color: #fff;
    color: #153264;
  }
  .c-action__recruitBtn:hover::after {
    background-image: url("../../assets/img/common/arrow-blue.svg");
  }
}

.c-actionBtnSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-actionBtnSp {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2.8125rem;
    z-index: 10;
  }
}

.c-actionBtnSp__contact,
.c-actionBtnSp__recruit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}

.c-actionBtnSp__contact {
  background-color: #153264;
}
@media (hover: hover) {
  .c-actionBtnSp__contact:hover {
    color: #153264;
    background-color: #fff;
  }
}

.c-actionBtnSp__recruit {
  background-color: #0EA4F4;
}
@media (hover: hover) {
  .c-actionBtnSp__recruit:hover {
    color: #0EA4F4;
    background-color: #fff;
  }
}

.c-footer__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .c-footer__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-footer__map {
  position: relative;
}
.c-footer__map::before {
  content: "";
  display: block;
  padding-top: 79.1666666667%;
}
.c-footer__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-footer__body {
  background-color: #25282e;
  color: #fff;
  padding: 4.375rem;
}
@media screen and (max-width: 768px) {
  .c-footer__body {
    text-align: center;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-bottom: 6.25rem;
  }
}

.c-footer__companyName {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.c-footer__address {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 1.5625rem;
}

.c-footer__tel {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 0.625rem;
}

.c-footer__fax {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.c-footer__businessHours {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.c-footer__nav {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .c-footer__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.c-copyright {
  text-align: right;
  font-size: 0.75rem;
  margin-top: 0.1875rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .c-copyright {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 768px) {
  .c-footer__item {
    display: block;
    width: 100%;
  }
}

.c-footer__link {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 0.3125rem 0;
  transition: all 0.3s;
}

@media (hover: hover) {
  a.c-footer__link:hover {
    opacity: 0.6;
  }
}

.c-footer__nav--child {
  padding: 4px 0;
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  .c-footer__nav--child {
    margin-left: 0;
  }
}

.c-footer__item--child + .c-footer__item--child {
  margin-top: 6px;
}

.c-footer__item--child a {
  transition: all 0.3s;
  font-size: 14px;
}

@media (hover: hover) {
  .c-footer__item--child a:hover {
    opacity: 0.6;
  }
}

.c-breadcrumb span:not(:nth-of-type(1)) {
  margin-left: 0.5rem;
}

.c-breadcrumb__link {
  font-weight: 500;
  color: #8c8e92;
  letter-spacing: 0.05em;
}

.c-breadcrumb__symbol {
  color: #8c8e92;
}

.c-breadcrumb__current {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #153264;
}

.c-single-content h2 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #153264;
  margin-bottom: 2.5rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #153264;
}
.c-single-content h3 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #153264;
  margin-bottom: 2.5rem;
  padding: 0.625rem 0 0.625rem 0.875rem;
  border-left: 1px solid #153264;
}
.c-single-content h4 {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #153264;
  margin-bottom: 2.5rem;
}
.c-single-content p {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 3.125rem;
}
.c-single-content p span.blue {
  color: #153264;
}
.c-single-content strong {
  color: #153264;
}
.c-single-content figure {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2.5rem;
}
.c-single-content figcaption {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  color: #8c8e92;
  margin-top: 0.9375rem;
}
.c-single-content a {
  text-decoration: underline;
  color: #153264;
}
.c-single-content a.btn {
  display: block;
  text-decoration: none;
  color: #153264;
  background-color: #fff;
  border: 1px solid #153264;
  border-radius: 9999px;
  text-align: center;
  padding: 0.8125rem 1.25rem;
  max-width: 15rem;
  width: 100%;
  margin-bottom: 3.125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-single-content a.btn {
    margin-right: auto;
    margin-left: auto;
  }
}
.c-single-content a.btn::after {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/common/arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-single-content a.btn--hover {
  display: block;
  text-decoration: none;
  color: #153264;
  background-color: #fff;
  border: 1px solid #153264;
  border-radius: 9999px;
  text-align: center;
  padding: 0.8125rem 1.25rem;
  max-width: 15rem;
  width: 100%;
  margin-bottom: 3.125rem;
  position: relative;
  background-color: #153264;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-single-content a.btn--hover {
    margin-right: auto;
    margin-left: auto;
  }
}
.c-single-content a.btn--hover::after {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/common/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-single-content ul {
  margin-bottom: 3.125rem;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.25rem;
}
.c-single-content ul li {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.c-single-content ul li:not(:nth-of-type(1)) {
  margin-top: 0.9375rem;
}
.c-single-content ul li::marker {
  color: #153264;
}
.c-single-content ol {
  margin-bottom: 3.125rem;
  list-style-type: decimal-leading-zero;
  list-style-position: outside;
  padding-left: 2rem;
}
.c-single-content ol li {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.c-single-content ol li:not(:nth-of-type(1)) {
  margin-top: 0.9375rem;
}
.c-single-content ol li::marker {
  color: #153264;
}
.c-single-content table {
  margin-bottom: 3.125rem;
  border-top: 1px solid #25282e;
}
.c-single-content table tr {
  display: flex;
  align-items: center;
  padding: 1.25rem 0 1.3125rem;
  border-bottom: 1px solid #25282e;
}
.c-single-content table td:first-child {
  width: 26.1904761905%;
  padding-left: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #153264;
  border: unset !important;
}
@media screen and (max-width: 768px) {
  .c-single-content table td:first-child {
    font-size: 0.875rem;
    padding-left: 0;
  }
}
.c-single-content table td:last-child {
  width: 73.8095238095%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border: unset !important;
}
@media screen and (max-width: 768px) {
  .c-single-content table td:last-child {
    font-size: 0.875rem;
    padding-right: 0;
  }
}
.c-single-content blockquote {
  padding: 1.5625rem 2.1875rem;
  border: 1px solid #153264;
  margin-top: 3.125rem;
}
.c-single-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.c-single-content blockquote cite {
  display: block;
  font-size: 0.75rem;
  color: #8c8e92;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 0.9375rem;
  text-align: right;
  font-style: normal;
}

/* ===============================================
サイドバー
=============================================== */
.c-sidebar__items:not(:nth-of-type(1)) {
  margin-top: 3.125rem;
}

.c-sidebar__sectionTitle {
  font-family: "SawarabiMincho";
  font-size: 1.5rem;
  color: #153264;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.5;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #153264;
}

.c-sidebar__links {
  margin-top: 1.25rem;
  padding-left: 1.25rem;
}

.c-sidebar__item {
  position: relative;
}
.c-sidebar__item::before {
  position: absolute;
  content: "";
  background-color: #25282e;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  left: -0.75rem;
  top: 50%;
  transform: translateY(-50%);
}

.c-sidebar__link {
  display: block;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 0.25rem 0;
  transition: all 0.3s;
}
@media (hover: hover) {
  a.c-sidebar__link:hover {
    opacity: 0.6;
  }
}

.c-sidebar__links--child{
  padding:4px 0;
}

.c-sidebar__item--child + .c-sidebar__item--child{
  margin-top: 6px;
}

.c-sidebar__item--child a{
  transition: all 0.3s;
  font-size: 14px;
}

@media (hover: hover) {
  .c-sidebar__item--child a:hover {
    opacity: 0.6;
  }
}

.c-sidebar__postTitle {
  font-size: 0.875rem;
}

.c-sidebar__postDate {
  font-size: 0.75rem;
  letter-spacing: 0;
  text-align: right;
}

.c-sidebar__item--related {
  border-bottom: 1px dashed #555;
}
.c-sidebar__item--related::before {
  content: none;
}

.c-sidebar__link--related {
  padding: 0.625rem 0;
}

.c-sidebar__links--related {
  padding-left: 0;
}

.c-postLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3.75rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-postLink {
    flex-direction: column;
  }
}
.c-postLink::before {
  position: absolute;
  content: "";
  background-color: #153264;
  width: 0.0625rem;
  height: 5.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-postLink::before {
    width: 0;
    height: 0;
  }
}

.c-postLink a {
  display: flex;
  align-items: center;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  /* width: 46.4285714286%; */
  width: 100%;
  transition: all 0.3s;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .c-postLink a {
    width: 100%;
    justify-content: center;
  }
}

.c-postLink a:first-child img {
  margin-right: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-postLink a:first-child img {
    width: 1.875rem;
  }
}
@media (hover: hover) {
  .c-postLink a:hover {
    opacity: 0.6;
  }
  .c-postLink .prev a:hover img {
    transform: translateX(-20px);
  }
  .c-postLink .next a:hover img {
    transform: translateX(20px);
  }
}

.c-postLink a:last-child img {
  margin-left: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-postLink a:last-child img {
    width: 1.875rem;
  }
}
@media (hover: hover) {
  .c-postLink a:hover {
    opacity: 0.6;
  }
  .c-postLink a:hover img {
    transform: translateX(-20px);
  }
}

.c-pagenation {
  margin-top: 6.25rem;
}
.c-pagenation .nav-links {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}
.c-pagenation .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.c-pagenation .page-numbers:not(.current) {
  background: #153264;
  color: #fff;
}
.c-pagenation .page-numbers:not(.current):hover {
  opacity: 0.6;
}
.page-numbers.current {
  pointer-events: none;
}
@media (hover: hover) {
  .c-pagenation .page-numbers:hover {
    background: #153264;
    color: #fff;
  }
}

/* ===============================================
フェードインアニメーション
=============================================== */

.c-anime-fade {
  opacity: 0;
  transform: translateY(0);
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.c-anime-fade--move{
  opacity: 0;
  transform: translateY(0);
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  transform: translateY(25px);
}

.c-anime-fade.is-animeActive ,
.is-animeActive .c-anime-fade,
.c-anime-fade--move.is-animeActive ,
.is-animeActive .c-anime-fade--move{
  animation-name:animeFade;
}

@keyframes animeFade {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
    transform: translateY(0);
  }
}


/* ===============================================
メインビジュアル
=============================================== */
.p-top-mv {
  position: relative;
  height: 45rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    height: auto;
  }
}


.p-top-mv::before{
  content:'';
  width:33%;
  height:100%;
  background: linear-gradient(90deg , #fff 0%, rgba(244, 244, 247, 0) 100%);
  position: absolute;
  top:0;
  z-index: 10;
  right:38.4%;
}

.p-top-mv::after{
  content:'';
  width:28.8%;
  height:100%;
  background:#fff;
  position: absolute;
  top:0;
  z-index: 9;
  left:0;
}

@media screen and (max-width: 768px) {
  .p-top-mv::before,
  .p-top-mv::after{
    content:none;
  }
}

.p-top-mv__slideArea{
  position: absolute;
  top:0;
  right:0;
  height:100%;
  width:83.3%;
  
}

@media screen and (max-width: 768px){
  .p-top-mv__slideArea{
    width:100%;
    position: static;
    aspect-ratio: 1/0.8;
  }
}

.p-top-mv__slideList{
  position: relative;
  width:100%;
  height:100%;
  overflow: hidden;
}

.p-top-mv__slide{
  width:100%;
  height: 100%;
  opacity: 0;
  transition-duration: 2s;
  pointer-events: none;
  position: absolute;
  left:0;
}

.p-top-mv__slide.is-show{
  pointer-events: auto;
  opacity: 1;
}

.p-top-mv__card{
  width:100%;
  height:inherit;
}

.p-top-mv__slide img{
  width:100%;
  height:100%;
  object-fit: cover;
}

@keyframes mv_pic_scale1 {
  0% {transform: scale(1.2);}
  100% {transform: scale(1);}
}

.p-top-mv__slide.is-firstScale{
  animation-name:mv_pic_scale1;
  animation-duration:8s ;
  animation-timing-function:linear ;
  animation-fill-mode:forwards;
}

.p-top-mv__slide.is-scale{
  animation-name:mv_pic_scale1;
  animation-duration:8s ;
  animation-timing-function:linear ;
  animation-fill-mode:forwards;
}



.p-top-mv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 15;
}
@media screen and (max-width: 768px) {
  .p-top-mv__inner {
    
    max-width: 37.5rem;
    position: static;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    padding-top: 32px;
  }
}

.p-top-mv__contentBox {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-mv__contentBox {
    
  }
}

.p-top-mv__catchphrase {
  font-family: "SawarabiMincho";
  font-size:40px;
  font-weight: 400;
  letter-spacing: 0.135em;
  line-height: 1.6363636364;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .p-top-mv__catchphrase {
    font-size: 1.5rem;
    letter-spacing: 0.12em;
    line-height: 1.4285714286;
    text-align: left;
  }
}

.p-top-mv__text {
  font-family: "SawarabiMincho";
  font-size: 2.1875rem;
  font-weight: 400;
  letter-spacing: 0.24em;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__text {
    font-size: 1rem;
    text-align: center;
  }
}

.p-top-mv__ruby[data-ruby] {
  position: relative;
  text-align: center;
}
.p-top-mv__ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.5em;
  left: -1.375rem;
  right: 0;
  margin: auto;
  transform: scale(0.3);
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-top-mv__ruby[data-ruby]::before {
    left: -0.625rem;
  }
}

.p-top-mv__technology {
  margin-top: 2.5rem;
  max-width: 27.625rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-mv__technology {
    margin-right: auto;
    margin-left: auto;
  }
}

.p-top-mv__technologyTitle {
  display: inline-block;
  background-color: #f4f4f7;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #153264;
  padding: 0.1875rem 0.9375rem;
  border: 1px solid #153264;
  position: absolute;
  top: -1.125rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top-mv__technologyTitle {
    font-size: 0.875rem;
    top: -0.875rem;
  }
}

.p-top-mv__technologyBox {
  background-color: #f4f4f7;
  padding: 2.4375rem 0 1.875rem 1.6875rem;
  border: 1px solid #153264;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-mv__technologyBox {
    padding: 1.8125rem 0 1.4375rem 1.25rem;
    max-width: inherit;
  }
}

.p-top-mv__technologyItem {
  display: flex;
  align-items: center;
}

.p-top-mv__technologyItem + .p-top-mv__technologyItem {
  margin-top: 2.375rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__technologyItem + .p-top-mv__technologyItem {
    margin-top: 0.6875rem;
  }
}

.p-top-mv__technologyImage {
  width: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__technologyImage {
    width: 3.25rem;
  }
}

.p-top-mv__technologyText {
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #333;
  margin-left: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__technologyText {
    font-size: 0.75rem;
    margin-left: 1.125rem;
  }
}

/* ===============================================
インフラ長寿命化に挑む技術
=============================================== */
@media screen and (max-width: 768px) {
  .p-top-technology__inner {
    max-width: 37.5rem;
  }
}

.p-top-technology {
  padding-top: 6.875rem;
  padding-bottom: 100px;
}

.p-top-technology__contents {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-technology__contents {
    display: block;
  }
}

.p-top-technology__image {
  width: 50vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .p-top-technology__image {
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }
}
.p-top-technology__image img {
  width: 100%;
  height: 30rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .p-top-technology__image img {
    height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-technology__image img {
    height: auto;
  }
}

.p-top-technology__body {
  max-width: 32.5rem;
  width: 100%;
  margin-left: 5rem;
}
@media screen and (max-width: 1280px) {
  .p-top-technology__body {
    margin-top: 4.375rem;
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .p-top-technology__body {
    max-width: 25rem;
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-technology__body {
    max-width: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-top-technology__title {
  font-family: "SawarabiMincho";
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .p-top-technology__title {
    font-size: 1.75rem;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .p-top-technology__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-technology__title {
    font-size: 1.375rem;
  }
}

.p-top-technology__text {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 2.5rem;
}

/* ===============================================
サイテックのご案内
=============================================== */
.p-top-info__title {
  font-family: "SawarabiMincho";
  font-size: clamp(22px, 2.7777777778vw, 40px);
  font-weight: 400;
  letter-spacing: 0.16em;
  text-align: center;
}

.p-top-info__links {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .p-top-info__links {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.25rem;
  }
}

.p-top-info__link {
  display: block;
  position: relative;
  transition: all 0.3s;
}
@media (hover: hover) {
  .p-top-info__link:hover {
    opacity: 0.6;
  }
  .p-top-info__link:hover::after {
    right: 1.875rem;
  }
}
@media screen and (hover: hover) and (max-width: 1280px) {
  .p-top-info__link:hover::after {
    right: 0.9375rem;
  }
}
.p-top-info__link::before {
  position: absolute;
  content: "";
  background-color: #0b172c;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
}
.p-top-info__link::after {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/top/arrow-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(30px, 4.8611111111vw, 70px);
  height: clamp(30px, 4.8611111111vw, 70px);
  top: 50%;
  transform: translateY(-50%);
  right: 3.125rem;
  transition: all 0.3s;
}
@media screen and (max-width: 1280px) {
  .p-top-info__link::after {
    right: 1.875rem;
  }
}
@media screen and (max-width: 991px) {
  .p-top-info__link::after {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.p-top-info__linkImage {
  aspect-ratio: 720/400;
}

.p-top-info__linkText {
  width: 100%;
  text-align: center;
  position: absolute;
  font-family: "SawarabiMincho";
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1280px) {
  .p-top-info__linkText {
    font-size: clamp(20px, 2.2222222222vw, 32px);
  }
}

/* ===============================================
取扱い特殊工法
=============================================== */
@media screen and (max-width: 768px) {
  .p-top-special__inner {
    max-width: 37.5rem;
  }
}

.p-top-special {
  padding-top: 0;
  padding-bottom: 7.5rem;
}

.p-top-special__title {
  font-family: "SawarabiMincho";
  font-size: clamp(22px, 2.7777777778vw, 40px);
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #153264;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-special__title {
    font-size: 1.375rem;
  }
}

.p-top-special__items {
  margin-top: 4.375rem;
  display: flex;
  gap:20px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1280px) {
  .p-top-special__items{
    display: block;
  }

}
@media screen and (max-width: 768px) {
  .p-top-special__items {
    display: block;
    margin-top: 1.25rem;
  }
}

.p-top-special__item {
  display: flex;
  align-items: center;
  width: 48.3333333333%;
  position: relative;
  transition: all 0.3s;
  height:160px;
  border:1px solid #707070;
}
.p-top-special__item:nth-child(even){
  padding-left: 128px;
  
}
.p-top-special__item:nth-child(odd){
  padding-left: 82px;
}
.p-top-special__item::after {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/top/arrow-circle-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: clamp(30px, 4.8611111111vw, 70px);
  height: clamp(30px, 4.8611111111vw, 70px);
  top: 50%;
  transform: translateY(-50%);
  right: 3.125rem;
  transition: all 0.3s;
}


@media screen and (max-width: 1280px) {
  .p-top-special__item {
    width: 100%;
    max-width: 500px;
    height:120px;
    margin-inline: auto;
    text-align: center;
  }

  .p-top-special__item:nth-child(even),
  .p-top-special__item:nth-child(odd){
    padding-left: 80px;
  }
  
}

@media screen and (max-width: 540px){
  .p-top-special__item:nth-child(even),
  .p-top-special__item:nth-child(odd){
    padding-left: 40px;
  }
}

@media (hover: hover) {
  .p-top-special__item:hover {
    opacity: 0.6;
  }
  .p-top-special__item:hover::after {
    right: 1.875rem;
  }
}
/* @media screen and (hover: hover) and (max-width: 991px) {
  .p-top-special__item:hover::after {
    left: 55%;
  }
} */

@media screen and (max-width: 540px){
  .p-top-special__item::after {
    right:40px;
  }
}


@media screen and (max-width: 1280px) {
  .p-top-special__item + .p-top-special__item {
    margin-top: 32px;
  }
}

.p-top-special__itemImage{
  width:34px;
}

.p-top-special__itemBody {
  margin-left: 2.1875rem;
  text-align: center;
}

@media screen and (max-width: 540px){
  .p-top-special__itemBody{
    margin-left: 0;
  }
}

.p-top-special__item:nth-child(even) .p-top-special__itemBody{
  min-width: 170px;
}
.p-top-special__item:nth-child(odd) .p-top-special__itemBody{
  min-width: 246px;
}


@media screen and (max-width: 1280px) {
  .p-top-special__item:nth-child(even) .p-top-special__itemBody{
    min-width: 190px;
  }
  .p-top-special__item:nth-child(odd) .p-top-special__itemBody{
    min-width: 190px;
  }
}


.p-top-special__itemTitle {
  font-family: "SawarabiMincho";
  font-size: 1.5rem;
  font-size: clamp(16px, 1.6666666667vw, 24px);
  font-weight: 400;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .p-top-special__itemTitle {
    text-align: center;
    font-size: 1rem;
  }
}

.p-top-special__itemText {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.5;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-special__itemText {
    margin-top: 1.25rem;
  }
}

/* ===============================================
施工実績
=============================================== */
.p-top-achievement__link {
  display: block;
  position: relative;
  height: 18.75rem;
}
.p-top-achievement__link::before {
  position: absolute;
  content: "";
  background-color: #0b172c;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
}
.p-top-achievement__link::after {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/top/arrow-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(30px, 4.8611111111vw, 70px);
  height: clamp(30px, 4.8611111111vw, 70px);
  top: 50%;
  transform: translateY(-50%);
  right: calc(50% - 13.75rem);
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .p-top-achievement__link::after {
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-achievement__link::after {
    right: calc(50% - 9.375rem);
  }
}
@media screen and (max-width: 768px) {
  .p-top-achievement__link {
    height: 12.5rem;
  }
}
@media (hover: hover) {
  .p-top-achievement__link:hover {
    opacity: 0.6;
  }
  .p-top-achievement__link:hover::after {
    right: calc(50% - 15rem);
  }
}
@media screen and (hover: hover) and (max-width: 768px) {
  .p-top-achievement__link:hover::after {
    right: calc(50% - 10.625rem);
  }
}

.p-top-achievement__image {
  height: inherit;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-achievement__text {
  font-family: "SawarabiMincho";
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-top-achievement__text {
    font-size: 1.25rem;
  }
}

/* ===============================================
NEWS
=============================================== */
.p-top-news {
  padding-top: 180px;
  padding-bottom: 6.25rem;
}

@media screen and (max-width: 768px) {
  .p-top-news{
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

.p-top-news__contents {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top-news__contents {
    display: block;
  }
}

.p-top-news__head {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top-news__head {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
}

.p-top-news__title {
  font-family: "SawarabiMincho";
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-top-news__title {
    font-size: 1.375rem;
  }
}

.p-top-news__archiveLink {
  font-family: "SawarabiMincho";
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #153264;
  position: relative;
}
.p-top-news__archiveLink::after {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/common/arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  left: 5.1875rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top-news__archiveLink::after {
    left: auto;
    right: 0;
  }
}
@media (hover: hover) {
  .p-top-news__archiveLink:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news__archiveLink {
    padding-right: 1.875rem;
  }
}

.p-top-news__lists {
  border-top: 1px solid #8c8e92;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .p-top-news__lists {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.p-top-news__list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5625rem 1.25rem;
  border-bottom: 1px solid #8c8e92;
  transition: all 0.3s;
}
@media (hover: hover) {
  .p-top-news__list:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1280px) {
  .p-top-news__list {
    display: block;
    padding: 1.25rem 0;
  }
}

.p-top-news__meta {
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #8c8e92;
}

.p-top-news__cat {
  margin-left: 1.875rem;
}

.p-top-news__text {
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.5;
  max-width: 38.75rem;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .p-top-news__text {
    margin-top: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news__text {
    max-width: none;
  }
}

/* ===============================================
トップ追加部分
=============================================== */

.p-top-add{
  padding-top: 40px;
  padding-bottom: 100px;
}

.p-top-add-banner{
  display: flex;
  align-items: center;
  border:1px solid #707070;
  padding:24px 40px;
}

.p-top-add-banner__text{
  width: 100%;
  line-height: 1.5;
}

.p-top-add-banner__icon{
  flex-shrink: 0;
  margin-left: 30px;
  width:180px;
}

.p-top-add-banner__icon img{
  width:100%;
}

.p-top-add__campaign{
  display: block;
  max-width: 912px;
  margin-inline: auto;
  margin-top: 88px;
  transition: all 0.3s;
}

@media screen and (max-width: 768px){
  .p-top-add-banner{
    flex-direction: column-reverse;
    align-items: center;
    padding:24px 16px;
  }
  
  .p-top-add-banner__text{
    width: 100%;
    line-height: 1.5;
  }
  
  .p-top-add-banner__icon{
    flex-shrink: 0;
    margin-left: 0;
    width:180px;
  }
  

  .p-top-add__campaign{
    margin-top: 40px;
  }
}

@media(any-hover:hover){
  .p-top-add__campaign:hover{
    opacity: 0.6;
  }
}

.p-top-add__campaign img{
  width:100%;
}

/* ===============================================
よくある質問
=============================================== */

.p-faq{

}

.p-faq__line{
  border-top:1px solid #153264;
  list-style: none;
}

.p-faq__line:last-child{
  border-bottom:1px solid #153264;
}

.p-faq__question{
  cursor: pointer;
  padding: 30px 70px 30px 70px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.p-faq__question::before{
  content:'Q';
  display: flex;
  justify-content: center;
  align-items: center;
  width:50px;
  height:50px;
  background-color:#153264;
  position: absolute;
  line-height: 1;
  border-radius: 50%;
  color:#fff;
  font-size: 24px;
  left:0;
  top:17px;
  padding-bottom: 4px;
}

.p-faq__question::after{
  content:'';
  width:20px;
  height:20px;
  background-image: url('../img/common/icon_plus_blue.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right:20px;
  top:32px;
}

.p-faq__question.is-active::after{
  background-image: url('../img/common/icon_minus_blue.svg');
}

.p-faq__answer{
  display: none;
  padding: 20px 0 34px 70px;
  position: relative;
  line-height: 1.5;
}

.p-faq__answer::before{
  content:'A';
  display: flex;
  justify-content: center;
  align-items: center;
  width:50px;
  height:50px;
  /* background-color:rgba(21,50,100,0.5); */
  background-color:#0EA4F4;
  position: absolute;
  line-height: 1;
  border-radius: 50%;
  color:#fff;
  font-size: 24px;
  left:0;
  top:6px;
  padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .p-faq__question{
    padding: 18px 30px 18px 45px;
  }
  
  .p-faq__question::before{
    width:35px;
    height:35px;
    font-size: 20px;
    top:12px;
    padding-bottom: 4px;
  }
  
  .p-faq__question::after{
    width:20px;
    height:20px;
    right:8px;
    top:21px;
  }
  
  .p-faq__answer{
    padding: 18px 0 18px 45px;
  }
  
  .p-faq__answer::before{
    width:35px;
    height:35px;
    font-size: 20px;
    top:14px;
    padding-bottom: 4px;
  }
} 
/* ===============================================
ブログ（個別投稿）
=============================================== */
@media screen and (max-width: 768px) {
  .p-single-blog__inner {
    max-width: 40rem;
  }
}

.p-single-blog__head {
  padding-bottom: 3.4375rem;
}

.p-single-blog__title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #153264;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-single-blog__title {
    font-size: 1.75rem;
  }
}

.p-single-blog__breadcrumb {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-single-blog__breadcrumb {
    text-align: left;
    margin-top: 0.625rem;
  }
}

.p-single-blog__wrapper {
  padding-top: 3.75rem;
  padding-bottom: 3.125rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-single-blog__wrapper {
    display: block;
    padding-top: 0;
  }
}

.p-single-blog__main {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-single-blog__main {
    width: 100%;
  }
}

.p-single-blog__sidebar {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-single-blog__sidebar {
    width: 100%;
    margin-top: 3.75rem;
  }
}

.smf-item__description {
  background: #e80f0f;
  color: #fff;
  padding: 0.125rem 0.5rem;
  display: inline-block;
  font-size: 0.75rem;
  border-radius: 1.25rem;
}

.smf-checkboxes-control__control{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px 0;
}


@media screen and (max-width: 768px) {
  .smf-checkboxes-control__control{
    flex-direction: column;
  }
}

.smf-label.smf-label.smf-label.smf-label {
  /* display: flex;
  justify-content: center; */
}

@media screen and (max-width: 1024px) {
  .smf-radio-buttons-control__control.smf-radio-buttons-control__control.smf-radio-buttons-control__control.smf-radio-buttons-control__control {
    flex-direction: column;
    align-items: flex-start;
  }
}

.smf-radio-buttons-control__control {
  display: flex;
  align-items: center;
}

.p-lowerArchiveList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 1.25rem;
}
@media screen and (max-width: 991px) {
  .p-lowerArchiveList {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (hover: hover) {
  .p-lowerArchiveList__link:hover {
    opacity: 0.7;
  }
}

.p-lowerArchiveList__meta {
  margin-top: 1rem;
}

.p-lowerArchiveList__cat {
  color: #fff;
  background: #153264;
  font-size: 0.875rem;
  padding: 0.125rem 0.25rem;
  letter-spacing: 0.05em;
}

.p-lowerArchiveList__title {
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}

.p-lowerArchiveList__thumb {
  aspect-ratio: 16/9;
}
.p-lowerArchiveList__thumb img {
  width: 100%;
  aspect-ratio: 16/9;
}

.p-lowerArchiveList__date {
  font-size: 0.875rem;
  margin-right: 0.5rem;
}

.u-flex {
  display: flex;
}

.u-grid {
  display: grid;
}

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

.u-spOnly {
  display: none;
}
@media screen and (max-width: 600px) {
  .u-spOnly {
    display: block;
  }
}

.u-uppercase {
  text-transform: uppercase;
}

.u-capitalize {
  text-transform: capitalize;
}

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

.c-policyBox {
  height: 250px;
  overflow-y: scroll;
  border: 1px solid #eee;
  padding: 8px;
}

.grecaptcha-badge {
  visibility: hidden;
}
</pre></body></html>