*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 0.76923vw;
  font-size: clamp(6px, 0.76923vw, 10px);
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #504b44;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
  font-size: 0.0732064422vw;
}
@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 0.2666666667vw;
  }
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

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

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-hidden {
    display: block;
  }
}

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

#main {
  overflow-x: clip;
}

img.w100,
svg.w100 {
  max-width: 100%;
  height: auto;
}

.no-item {
  font-size: 16px;
}

.c-pink {
  color: #dd627e;
}

.w980 {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
}

.btn {
  background-color: #2e4469;
  -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.sec_solution {
  position: absolute;
  bottom: 44px;
  left: 0;
  width: 100%;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .sec_solution {
    position: relative;
  }
}
.sec_solution .title {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -25px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .sec_solution .title {
    width: 80%;
  }
}
.sec_solution .list {
  position: relative;
  padding: 41px 0 23px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px 22px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1023px) {
  .sec_solution .list {
    grid-template-columns: repeat(2, 45%);
    grid-template-rows: auto;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec_solution .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .sec_solution .list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec_solution .list .item img {
  width: 70px;
  height: auto;
}
.sec_solution .list .item .text .item-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #2e4469;
}
.sec_solution .list .item .text .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #333;
}

.page-template-default .w980 {
  padding: 100rem 0;
}

.header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header.is-scrolled {
  -webkit-animation: fadeInDown 0.4s ease;
          animation: fadeInDown 0.4s ease;
  background-color: #ffffff;
}
.header .inner {
  max-width: 1333px;
  width: 95%;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
@media screen and (max-width: 1175px) {
  .header .inner {
    width: 95%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .header .inner {
    max-width: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.header .inner .logo {
  max-width: 201px;
  width: 100%;
}
.header .inner .logo svg {
  height: 29px;
}
.header .inner .logo:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .inner .hamburger {
  display: none;
}
@media screen and (max-width: 1175px) {
  .header .inner .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 30rem;
    height: 22rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .header .inner .hamburger span {
    display: block;
    width: 30rem;
    height: 3rem;
    background: #333;
    border-radius: 2rem;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, opacity 0.25s ease;
    transition: transform 0.35s ease, opacity 0.25s ease, -webkit-transform 0.35s ease;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}
.header .inner .hamburger.active span:nth-child(1) {
  -webkit-transform: translateY(9rem) rotate(45deg);
          transform: translateY(9rem) rotate(45deg);
}
.header .inner .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header .inner .hamburger.active span:nth-child(3) {
  -webkit-transform: translateY(-9rem) rotate(-45deg);
          transform: translateY(-9rem) rotate(-45deg);
}
.header .inner .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 1175px) {
  .header .inner .nav {
    position: absolute;
    right: -100%;
    width: 100%;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    top: 0;
    height: 100vh;
    padding: 45rem 0;
    gap: 20px;
  }
  .header .inner .nav.open {
    right: 0;
  }
}
.header .inner .nav .header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
@media screen and (max-width: 1175px) {
  .header .inner .nav .header-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-right: 0;
  }
}
.header .inner .nav .header-list .menu-item {
  font-weight: 500;
  font-size: 16px;
  color: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .inner .nav .header-list .menu-item:hover {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .inner .sns_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-right: 31px;
}
@media screen and (max-width: 1175px) {
  .header .inner .sns_icon {
    margin-right: 0;
  }
}
.header .inner .sns_icon li {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .inner .sns_icon li:hover {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .inner .sns_icon .icon-yt svg {
  width: 20px;
  height: 24px;
}
.header .inner .sns_icon .icon-line svg {
  width: 24px;
  height: 24px;
}
.header .inner .sns_icon .icon-ig svg {
  width: 24px;
  height: 24px;
}
.header .inner .sns_icon .icon-tw svg {
  width: 23px;
  height: 24px;
}

.h_contact {
  height: 48px;
  width: 172px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.h_contact:hover {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.h_contact .btn {
  gap: 7px;
}
.h_contact .btn .icon-mail {
  width: 19px;
  height: 14px;
}
.h_contact .btn p {
  font-size: 17px;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.map iframe {
  height: 500px;
}
@media screen and (max-width: 1023px) {
  .map iframe {
    height: 250px;
  }
}

.foot_item {
  padding: 73px 0 164px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .foot_item {
    padding: 80rem 0 20rem;
  }
}
.foot_item .f_logo {
  margin-bottom: 17px;
}
.foot_item .f_logo a svg {
  width: 283px;
  height: 41px;
}
.foot_item .nav {
  margin-bottom: 29px;
}
.foot_item .nav .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .foot_item .nav .footer-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.foot_item .nav .footer-list .menu-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.foot_item .nav .footer-list .menu-item:hover {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .foot_item .nav .footer-list .menu-item {
    text-align: center;
  }
}
.foot_item .sns_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 28px;
}
.foot_item .sns_icon li {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.foot_item .sns_icon li:hover {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.foot_item .sns_icon .icon-yt svg {
  width: 25px;
  height: 30px;
}
.foot_item .sns_icon .icon-line svg {
  width: 30px;
  height: 30px;
}
.foot_item .sns_icon .icon-ig svg {
  width: 30px;
  height: 30px;
}
.foot_item .sns_icon .icon-tw svg {
  width: 29px;
  height: 30px;
}
.foot_item .privacy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #777;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.foot_item .privacy:hover {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.foot_item .copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #777;
}

.fixed-line {
  position: fixed;
  right: 17px;
  bottom: 97px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .fixed-line {
    bottom: 2%;
  }
}
.fixed-line svg {
  width: 60px;
  height: 60px;
}

.page-fv {
  background-color: #2e4469;
}
.page-fv .inner {
  position: relative;
  padding: 48px 0 46px;
}
.page-fv .inner .ttl-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 45px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-fv .inner .ttl-ja {
    font-size: 30rem;
  }
}
.page-fv .inner .ttl-en {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: normal;
  font-size: 15rem;
  line-height: 1;
  font-size: 150px;
  text-align: center;
  color: #fff;
  opacity: 0.07;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 10%;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .page-fv .inner .ttl-en {
    font-size: 60rem;
    top: auto;
    bottom: -5%;
  }
}

.sec_intro .w980 {
  padding: 64px 0 60px;
}
.sec_intro .w980 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
}
.sec_intro .w980 .title .main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.5476190476;
  font-size: 42px;
  text-align: center;
  color: #2e4469;
}
@media screen and (max-width: 767px) {
  .sec_intro .w980 .title .main {
    font-size: 22px;
  }
}
.sec_intro .w980 .title .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-size: 18px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 767px) {
  .sec_intro .w980 .title .desc {
    font-size: 16px;
    text-align: left;
  }
}

.cta {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27.61%, #fbfbfb), color-stop(76.57%, #fff), to(#fafafa));
  background: linear-gradient(#fff 0%, #fbfbfb 27.61%, #fff 76.57%, #fafafa 100%);
  border-top: 3px solid #2e4469;
  border-bottom: 3px solid #2e4469;
}
.cta .w980 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 81px;
  padding: 40px 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .cta .w980 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.cta .w980::after {
  content: "";
  background: url(../img/common/cta.png) no-repeat bottom/contain;
  width: 193px;
  height: 225px;
  position: absolute;
  bottom: -6px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .cta .w980::after {
    content: none;
  }
}
.cta .w980 .col-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .cta .w980 .col-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cta .w980 .col-text::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #cccccc;
  position: absolute;
  left: calc(100% + 41px);
  top: 0;
}
.cta .w980 .col-text .catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #222;
}
@media screen and (max-width: 767px) {
  .cta .w980 .col-text .catch {
    font-size: 24px;
  }
}
.cta .w980 .col-text .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.cta .w980 .col-text .tel svg {
  width: 31px;
  height: 41px;
}
@media screen and (max-width: 767px) {
  .cta .w980 .col-text .tel svg {
    width: 20rem;
    height: auto;
  }
}
.cta .w980 .col-text .tel p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: normal;
  font-size: 5rem;
  line-height: 1;
  font-size: 50px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .cta .w980 .col-text .tel p {
    font-size: 30rem;
  }
}
.cta .w980 .col-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1023px) {
  .cta .w980 .col-btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cta .w980 .col-btn .btn_contact,
.cta .w980 .col-btn .btn_line {
  width: 320px;
  height: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cta .w980 .col-btn .btn_contact:hover,
.cta .w980 .col-btn .btn_line:hover {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cta .w980 .col-btn .btn_contact a,
.cta .w980 .col-btn .btn_line a {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.cta .w980 .col-btn .btn_contact p,
.cta .w980 .col-btn .btn_line p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
.cta .w980 .col-btn .btn_contact svg {
  width: 23px;
  height: 17px;
}
.cta .w980 .col-btn .btn_line a {
  background-color: #46a342;
}
.cta .w980 .col-btn .btn_line svg {
  width: 30px;
  height: 29px;
}

.sec-title .main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 42px;
  text-align: center;
  color: #2e4469;
}
@media screen and (max-width: 767px) {
  .sec-title .main {
    font-size: 24px;
  }
}

.privacy-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.privacy-contents p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  font-size: 16px;
  color: #222;
}

.about_solution {
  position: relative;
  inset: 0;
  margin-bottom: 60px;
}

.about_flow .w980 {
  padding-bottom: 203px;
}
@media screen and (max-width: 767px) {
  .about_flow .w980 {
    padding-bottom: 100px;
  }
}
.about_flow .w980 .title {
  margin-bottom: 30px;
  text-align: center;
}
.about_flow .w980 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .about_flow .w980 .list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.about_flow .w980 .list .item .circle {
  margin-bottom: 12px;
  padding-top: 23px;
  width: 200px;
  height: 200px;
  background: #fff;
  border: 1px solid #2e4469;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about_flow .w980 .list .item .circle {
    margin: 0 auto 12rem;
  }
}
.about_flow .w980 .list .item .circle::after {
  content: "";
  background: url(../img/about/arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(100% + 22px);
  width: 16px;
  height: 33px;
}
@media screen and (max-width: 767px) {
  .about_flow .w980 .list .item .circle::after {
    top: calc(100% + 55px);
    bottom: auto;
    left: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.about_flow .w980 .list .item .circle .num {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #dd627e;
}
.about_flow .w980 .list .item .main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #2e4469;
}
@media screen and (max-width: 767px) {
  .about_flow .w980 .list .item .main {
    font-size: 18px;
  }
}
.about_flow .w980 .list .item:last-child .circle::after {
  content: none;
}

.about_message {
  position: relative;
  background: url(../img/about/bg.png) no-repeat left bottom 9px/100% auto, #f9fbfc;
}
.about_message::before {
  content: "";
  background: url(../img/about/message_top.png) no-repeat top/100% auto;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 145px;
}
@media screen and (max-width: 767px) {
  .about_message::before {
    background-position: bottom;
  }
}
.about_message::after {
  content: "";
  position: absolute;
  background: url(../img/about/deco_bottom.svg) no-repeat center/contain;
  width: 116px;
  height: 11px;
  right: 10px;
  top: 322px;
}
.about_message .w980 {
  padding-bottom: 111px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about_message .w980 {
    padding: 80rem 0;
  }
}
.about_message .w980::before {
  content: "";
  position: absolute;
  background: url(../img/about/deco_top.svg) no-repeat center/contain;
  width: 230px;
  height: 11px;
  left: -104px;
  top: 58px;
}
.about_message .w980 .sec-title {
  margin-bottom: 40px;
}
.about_message .w980 .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .about_message .w980 .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about_message .w980 .column .col-img {
  display: grid;
  grid-template-areas: "top top" "bottom1 bottom2";
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_message .w980 .column .col-img .img-top {
  grid-area: top;
  width: 100%;
  max-width: 360px;
}
.about_message .w980 .column .col-img .img-bottom01 {
  grid-area: bottom1;
  width: 100%;
  max-width: 170px;
}
.about_message .w980 .column .col-img .img-bottom02 {
  grid-area: bottom2;
  width: 100%;
  max-width: 170px;
}
.about_message .w980 .column .col-text .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.625;
  font-size: 16px;
  text-align: left;
  color: #222;
}
.about_message .w980 .column .col-text .name {
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.625;
  font-size: 16px;
  color: #222;
}
.about_message .loop-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 180px;
}
.about_message .loop-slider .loop-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2080px;
  -webkit-animation: scrollLoop 20s linear infinite;
          animation: scrollLoop 20s linear infinite;
}
.about_message .loop-slider .loop-track img {
  width: 260px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@-webkit-keyframes scrollLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1040px);
            transform: translateX(-1040px);
  }
}

@keyframes scrollLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1040px);
            transform: translateX(-1040px);
  }
}
.service_detail {
  background-color: #2e4469;
}
.service_detail .w980 {
  padding: 84px 0 200px;
}
@media screen and (max-width: 767px) {
  .service_detail .w980 {
    padding: 80rem 0;
  }
}
.service_detail .w980 .title {
  margin-bottom: 37px;
}
.service_detail .w980 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}
.service_detail .w980 .list .item {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .service_detail .w980 .list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service_detail .w980 .list .item img {
    width: 80%;
    margin: 0 auto;
  }
}
.service_detail .w980 .list .item .item-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #2e4469;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .service_detail .w980 .list .item .item-ttl {
    font-size: 18px;
  }
}
.service_detail .w980 .list .item .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  font-size: 13px;
  color: #333;
}
.service_detail .w980 .list .item:first-child {
  border: 4px solid #aab9d2;
}
.service_detail .w980 .list .item:nth-child(2) {
  border: 4px solid #c1d98f;
}
.service_detail .w980 .list .item:nth-child(3) {
  border: 4px solid #a1cde2;
}
.service_detail .w980 .list .item:last-child {
  border: 4px solid #e9de7d;
}

.service_service {
  position: relative;
}
.service_service::before {
  content: "";
  background: url(../img/service/service_top.png) no-repeat top/100% auto;
  position: absolute;
  bottom: 99%;
  left: 0;
  width: 100%;
  height: 145px;
}
@media screen and (max-width: 767px) {
  .service_service::before {
    background-position: bottom;
    height: 200rem;
  }
}
.service_service .w980 {
  padding-bottom: 193px;
}
@media screen and (max-width: 767px) {
  .service_service .w980 {
    padding: 80rem 0;
  }
}
.service_service .w980 .sec-title {
  position: relative;
  margin-bottom: 40px;
}
.service_service .w980 .sec-title .main {
  font-size: 38px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .service_service .w980 .sec-title .main {
    font-size: 24px;
  }
}
.service_service .w980 .sec-title .main::after {
  content: "";
  width: 70px;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.service_service .w980 .service01 {
  margin-bottom: 70px;
}
.service_service .w980 .service01 .sec-title .main::after {
  background-color: #aab9d2;
}
.service_service .w980 .service02 .sec-title .main::after {
  background-color: #c1d98f;
}
.service_service .w980 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .service_service .w980 .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20rem;
  }
}
.service_service .w980 .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service_service .w980 .list .item img {
  margin-bottom: 15px;
}
.service_service .w980 .list .item .item-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #2e4469;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .service_service .w980 .list .item .item-ttl {
    font-size: 18px;
  }
}
.service_service .w980 .list .item .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.4;
  font-size: 15px;
  color: #222;
}

.service_merrit {
  position: relative;
  background-color: #f9fbfc;
}
.service_merrit::before {
  content: "";
  background: url(../img/service/merit_top.png) no-repeat top/100% auto;
  position: absolute;
  bottom: 99%;
  left: 0;
  width: 100%;
  height: 145px;
}
@media screen and (max-width: 767px) {
  .service_merrit::before {
    background-position: bottom;
  }
}
.service_merrit .w980 {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .service_merrit .w980 {
    padding-top: 40rem;
  }
}
.service_merrit .w980 .sec-title {
  margin-bottom: 50px;
}
.service_merrit .w980 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 140px;
}
@media screen and (max-width: 1023px) {
  .service_merrit .w980 .list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service_merrit .w980 .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.service_merrit .w980 .list .item img {
  margin-bottom: 15px;
}
.service_merrit .w980 .list .item .item-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #2e4469;
}
@media screen and (max-width: 767px) {
  .service_merrit .w980 .list .item .item-ttl {
    font-size: 18px;
  }
}
.service_merrit .w980 .list .item .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.4;
  font-size: 15px;
  text-align: center;
  color: #222;
}

.news_content .w836 {
  max-width: 836px;
  width: 90%;
  margin: 0 auto;
  padding: 64px 0 175px;
}
.news_content .w836 .item-element {
  margin-bottom: 25px;
}
.news_content .w836 .item-element .item-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.3333333333;
  font-size: 30px;
  color: #333;
  padding-bottom: 14px;
  border-bottom: 2px solid #2e4469;
  margin-bottom: 20px;
}
.news_content .w836 .item-element .update {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  color: #000;
}
.news_content .w836 .thum {
  width: 100%;
  height: 555px;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .news_content .w836 .thum {
    height: 200rem;
  }
}
.news_content .w836 .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_content .w836 .text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-size: 15px;
  color: #333333;
}
.news_content .w836 .text .wp-block-heading {
  margin-top: 20px;
}
.news_content .w836 .text h2.wp-block-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-size: 22px;
  color: #333;
  padding-bottom: 14px;
  border-bottom: 2px solid #2e4469;
  margin-bottom: 20px;
}
.news_content .w836 .text h3.wp-block-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  font-size: 18px;
  color: #333;
  padding-bottom: 14px;
  border-bottom: 2px solid #2e4469;
  margin-bottom: 20px;
}
.news_content .w836 .text h4.wp-block-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}
.news_content .w836 .text h5.wp-block-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  font-size: 15px;
  color: #333;
  margin-bottom: 20px;
}
.news_content .w836 .text figure.wp-block-image {
  width: 100%;
  height: 555px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .news_content .w836 .text figure.wp-block-image {
    height: 200rem;
  }
}
.news_content .w836 .text figure.wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_content .w836 .text .wp-block-list {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  font-size: 15px;
  color: #333;
}
.news_content .w836 .text .wp-block-list li {
  margin-left: 1em;
}
.news_content .w836 .text ul.wp-block-list {
  list-style-type: disc;
}
.news_content .w836 .text ol.wp-block-list {
  list-style-type: decimal;
}
.news_content .w836 .page-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.news_content .w836 .page-navi .navi {
  position: relative;
}
.news_content .w836 .page-navi .navi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .news_content .w836 .page-navi .navi a {
    font-size: 13px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10rem;
  }
}
.news_content .w836 .page-navi .navi.back::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #333333;
  position: absolute;
  left: -20px;
  top: 0;
}
.news_content .w836 .page-navi .navi.back::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #333333;
  position: absolute;
  right: -20px;
  top: 0;
}

.news_list .w980 {
  padding: 64px 0 175px;
}
.news_list .w980 .grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.news_list .w980 .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .news_list .w980 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news_list .w980 .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news_list .w980 .item .item-element {
  width: 100%;
}
.news_list .w980 .item .item-element .item-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-size: 22px;
  color: #333;
  padding-bottom: 14px;
  border-bottom: 2px solid #2e4469;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .news_list .w980 .item .item-element .item-ttl {
    font-size: 18px;
  }
}
.news_list .w980 .item .item-element .update {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  color: #000;
}
.news_list .w980 .item .thum {
  width: 100%;
  height: 280px;
}
@media screen and (max-width: 767px) {
  .news_list .w980 .item .thum {
    height: 240px;
  }
}
.news_list .w980 .item .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_list .w980 .item .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-size: 15px;
  color: #333333;
}
.news_list .w980 .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.news_list .w980 .pagination li {
  width: 20px;
  height: 25px;
  border: 1px solid #333;
  color: #2e4469;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_list .w980 .pagination li a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.news_list .w980 .pagination li.current {
  background-color: #333;
  color: #fff;
}/*# sourceMappingURL=subpage.css.map */