@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  position: relative;
}

p,
a,
li,
div,
dt,
dd {
  font-family: "Noto Sans JP", sans-serif;
}

.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding: 0 100px 0 40px;
  z-index: 10;
}
@media screen and (max-width: 1080px) {
  .l-header {
    padding: 0 64px 0 16px;
  }
}
.l-header__logo {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__logo:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1080px) {
  .l-header__logo {
    padding-right: 15px;
  }
}
.l-header__logo img {
  width: 100%;
  max-width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1080px) {
  .l-header__logo img {
    max-width: 150px;
  }
}
.l-header__wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .l-header__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1080px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-nav__list {
  display: inline-block;
  padding-right: 48px;
}
.l-header-nav__link {
  position: relative;
  display: block;
  height: 100px;
  color: #022222;
  font-size: 14px;
  font-weight: 600;
  padding-top: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .l-header-nav__link {
    height: 64px;
  }
}
.l-header-nav__link::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 0%;
  height: 4px;
  background: #55828C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav__link:hover {
  color: #55828C;
}
.l-header-nav__link:hover::before {
  width: 100%;
}
.l-header-nav__link_icon:after {
  content: "";
  background: url("../../imgs/header_nav_icon.png") no-repeat;
  background-size: contain;
  width: 14px;
  height: 12px;
  margin-left: 4px;
  display: inline-block;
}
.l-header-nav__noLink {
  pointer-events: none;
  color: #55828C;
}
.l-header-nav__noLink::after {
  width: 100%;
}

.l-header-tel {
  display: block;
  margin: 0 1px 1px 0;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
}
@media screen and (max-width: 1080px) {
  .l-header-tel {
    height: 64px;
    margin: 0 1px 0 0;
  }
}
.l-header-tel__inner {
  width: 168px;
  height: 49.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 4px 12px;
  width: 100%;
  background-color: rgba(209, 209, 209, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .l-header-tel__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 64px;
    height: 64px;
  }
}
.l-header-tel__inner:hover {
  background-color: #C62F58;
}
@media screen and (max-width: 1080px) {
  .l-header-tel__textBox {
    display: none;
  }
}
.l-header-tel__icon {
  width: 100%;
  max-width: 18.4px;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header-tel__number {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
}
.l-header-tel__time {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-size: 12px;
}

.l-header-mail {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  margin-right: 1px;
}
.l-header-mail__inner {
  width: 168px;
  height: 49.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 4px 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .l-header-mail__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 64px;
    height: 64px;
  }
}
.l-header-mail__inner:hover {
  background-color: #C62F58;
}
.l-header-mail__icon {
  width: 100%;
  max-width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header-mail__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 1080px) {
  .l-header-mail__text {
    display: none;
  }
}

main {
  background-color: #F2F4F9;
}

.l-footer {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1080px) {
  .l-footer {
    padding: 40px 16px 165px 16px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__logo {
  width: 100%;
  max-width: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 32px;
}
.l-footer__title {
  color: #2F2F2F;
  font-size: 14px;
  margin-bottom: 24px;
}
.l-footer__text {
  color: #2F2F2F;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 24px;
}
@media screen and (max-width: 1080px) {
  .l-footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
    margin-bottom: 24px;
  }
}
.l-footer__security {
  display: block;
  color: #55828C;
  font-size: 14px;
  margin-bottom: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__security:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1080px) {
  .l-footer__security {
    margin-bottom: 0;
  }
}
.l-footer__privacy {
  display: block;
  color: #55828C;
  font-size: 14px;
  margin-bottom: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__privacy:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1080px) {
  .l-footer__privacy {
    margin-bottom: 0;
  }
}
.l-footer__copy {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #2F2F2F;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.l-footer__lists {
  border-left: 1px solid #DDDDDD;
  padding-left: 24px;
}
@media screen and (max-width: 1080px) {
  .l-footer__lists {
    display: none;
  }
}
.l-footer__linkBig {
  position: relative;
  display: inline-block;
  color: #55828C;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__linkBig::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #55828C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__linkBig:hover::after {
  width: 100%;
}
.l-footer__linkBig_mb {
  margin-bottom: 24px;
}
.l-footer__link {
  position: relative;
  display: inline-block;
  color: #022222;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__link::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #022222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__link:hover::after {
  width: 100%;
}
.l-footer__link_mb {
  margin-bottom: 24px;
}
.l-footer__subList {
  padding-left: 16px;
  margin-bottom: 18px;
}
.l-footer__subLink {
  position: relative;
  display: inline-block;
  color: #2F2F2F;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__subLink::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #2F2F2F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__subLink:hover::after {
  width: 100%;
}

.c-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-color: #022222;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
}
@media screen and (max-width: 1080px) {
  .c-hamburger {
    width: 64px;
    height: 64px;
  }
}
.c-hamburger:hover {
  opacity: 0.6;
}
.c-hamburger span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 32px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .c-hamburger span {
    width: 21px;
  }
}
.c-hamburger span:nth-child(1) {
  top: 40px;
}
@media screen and (max-width: 1080px) {
  .c-hamburger span:nth-child(1) {
    top: 26px;
  }
}
.c-hamburger span:nth-child(2) {
  top: 47px;
}
@media screen and (max-width: 1080px) {
  .c-hamburger span:nth-child(2) {
    top: 31px;
  }
}
.c-hamburger span:nth-child(3) {
  top: 54px;
}
@media screen and (max-width: 1080px) {
  .c-hamburger span:nth-child(3) {
    top: 36px;
  }
}

/* ナビ開いてる時のボタン */
.c-hamburger.active span:nth-child(1) {
  top: 47px;
  left: 34px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 1080px) {
  .c-hamburger.active span:nth-child(1) {
    top: 31px;
    left: 23px;
  }
}

.c-hamburger.active span:nth-child(2) {
  display: none;
}

.c-hamburger.active span:nth-child(3) {
  top: 47px;
  left: 34px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1080px) {
  .c-hamburger.active span:nth-child(3) {
    top: 31px;
    left: 23px;
  }
}

.c-hamburger-open {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #55828C;
  overflow-y: scroll;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none;
  z-index: -1;
}
.c-hamburger-open::-webkit-scrollbar {
  display: none;
}
.c-hamburger-open__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 80px 40px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .c-hamburger-open__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 120px 16px 40px 16px;
  }
}
.c-hamburger-open__wapper {
  width: 100%;
  max-width: 49%;
}
@media screen and (max-width: 1080px) {
  .c-hamburger-open__wapper {
    max-width: 100%;
  }
}
.c-hamburger-open__lists_border {
  border-top: 1px solid #ffffff;
  padding-top: 32px;
}
.c-hamburger-open__listBig {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  .c-hamburger-open__listBig_mt {
    margin-top: 20px;
  }
}
.c-hamburger-open__linkBig {
  display: inline-block;
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .c-hamburger-open__linkBig {
    font-size: 28px;
  }
}
.c-hamburger-open__linkBig:hover {
  opacity: 0.6;
}
.c-hamburger-open__linkBig::before {
  position: relative;
  bottom: 3px;
  content: "";
  display: inline-block;
  width: 24px;
  height: 22.85px;
  background-image: url(../imgs/button_icon_hover.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .c-hamburger-open__linkBig::before {
    bottom: 0;
  }
}
.c-hamburger-open__link {
  display: inline-block;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .c-hamburger-open__link {
    font-size: 20px;
  }
}
.c-hamburger-open__link:hover {
  opacity: 0.6;
}
.c-hamburger-open__link::before {
  position: relative;
  bottom: 3px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 17.14px;
  background-image: url(../imgs/button_icon_hover.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .c-hamburger-open__link::before {
    bottom: 0;
  }
}
.c-hamburger-open__link_mb {
  margin-bottom: 32px;
}
.c-hamburger-open__subList {
  padding-left: 32px;
}
.c-hamburger-open__subLink {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-open__subLink:hover {
  opacity: 0.6;
}

/* このクラスを、jQueryで付与・削除する */
.c-hamburger-open.active {
  z-index: 99;
  opacity: 1;
}

.c-pageTop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  z-index: 10;
  opacity: 0;
  -webkit-transform: 0.3s;
          transform: 0.3s;
}
.c-pageTop_on {
  -webkit-transform: 0.3s;
          transform: 0.3s;
  opacity: 1;
}
.c-pageTop:hover::after {
  background: #55828C;
}
.c-pageTop::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 120px;
  height: 120px;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0% 100%);
          clip-path: polygon(100% 100%, 100% 0, 0% 100%);
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  z-index: 2;
}
.c-pageTop::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 120px;
  height: 120px;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0% 100%);
          clip-path: polygon(100% 100%, 100% 0, 0% 100%);
  background-color: rgba(85, 130, 140, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
.c-pageTop__text {
  position: absolute;
  bottom: 11px;
  right: 8px;
  color: #ffffff;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  z-index: 4;
}
.c-pageTop__text::after {
  position: absolute;
  bottom: 22px;
  right: 28px;
  content: "";
  width: 16px;
  height: 15.2px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../imgs/page_top_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.c-fade {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.c-fade_in {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-fade-top img {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.c-fade-top.active img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slider .slick-slide {
  margin: 0 20px;
}
@media screen and (max-width: 490px) {
  .slider .slick-slide {
    margin: 0;
  }
}

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #022222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 490px) {
  .slick-prev,
.slick-next {
    display: none !important;
  }
}
.slick-prev::after,
.slick-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 16px;
  height: 15.2px;
  background-image: url(../imgs/button_icon_hover.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.6;
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-next { /*次へ矢印の位置と形状*/
  right: 0px;
}

/*** 下から登場するアニメーション ***/
@-webkit-keyframes updown-anim {
  0% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%); /*表示範囲外から*/
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); /*通常の位置へ*/
  }
}
@keyframes updown-anim {
  0% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%); /*表示範囲外から*/
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); /*通常の位置へ*/
  }
}
.c-updown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.c-updown span {
  -webkit-transform: translateY(110%);
          transform: translateY(110%); /*下（範囲外）に隠しておく*/
  display: block; /*ブロック要素に変更*/
}

.c-updown-point::before {
  position: relative;
  bottom: 2px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C62F58;
  border-radius: 50%;
  margin-right: 8px;
}

/*** スクロールで画面に入った場合 ***/
.c-updown.active span {
  -webkit-animation: 0.3s updown-anim linear forwards;
          animation: 0.3s updown-anim linear forwards; /*一度だけのアニメーション（終了時点で固定）*/
}

/*** 各文字のアニメーション遅延時間 ***/
.c-updown span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.c-updown span:nth-child(2) {
  -webkit-animation-delay: 0.02s;
          animation-delay: 0.02s;
}

.c-updown span:nth-child(3) {
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
}

.c-updown span:nth-child(4) {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}

.c-updown span:nth-child(5) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}

.c-updown span:nth-child(6) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.c-updown span:nth-child(7) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

.c-updown span:nth-child(8) {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}

.c-updown span:nth-child(9) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}

.c-updown span:nth-child(10) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}

.c-updown span:nth-child(11) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.c-updown span:nth-child(12) {
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}

.c-updown span:nth-child(13) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}

.c-updown span:nth-child(14) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}

.c-updown span:nth-child(15) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}

.c-updown span:nth-child(16) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.c-breadcrumb {
  position: absolute;
  top: 108px;
  left: 28px;
  z-index: 9;
}
@media screen and (max-width: 1080px) {
  .c-breadcrumb {
    display: none;
  }
}
.c-breadcrumb__list {
  display: inline-block;
  color: #55828C;
  font-size: 14px;
}
.c-breadcrumb__list::after {
  content: "/";
  display: inline-block;
  color: #55828C;
  font-size: 14px;
  padding: 0 10px;
}
.c-breadcrumb__list:last-child {
  font-weight: 600;
}
.c-breadcrumb__list:last-child::after {
  display: none;
}
.c-breadcrumb__link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-breadcrumb__link:hover {
  opacity: 0.6;
}

.c-value {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .c-value {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.c-value__title {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #55828C;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 66px;
}
@media screen and (max-width: 1080px) {
  .c-value__title {
    margin-bottom: 40px;
  }
}
.c-value__wapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .c-value__wapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, 286px);
    margin-bottom: 40px;
    gap: 40px;
  }
}
.c-value__img {
  width: 100%;
  max-width: 286px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 16px;
}
.c-value__text {
  color: #2F2F2F;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}

.c-solution {
  position: relative;
  width: 100%;
}
.c-solution__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 80px 80px 120px 80px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .c-solution__inner {
    padding: 40px 16px 40px 16px;
  }
}
.c-solution__title {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #55828C;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 63px;
}
@media screen and (max-width: 1080px) {
  .c-solution__title {
    margin-bottom: 40px;
  }
}
.c-solution__lists {
  padding-bottom: 80px;
  border-bottom: 1px solid #60818B;
}
@media screen and (max-width: 1080px) {
  .c-solution__lists {
    padding-bottom: 40px;
  }
}
.c-solution__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 48px;
}
@media screen and (max-width: 780px) {
  .c-solution__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
}
.c-solution__list:last-child {
  margin-bottom: 0;
}
.c-solution__list_img {
  width: 100%;
  max-width: 184px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 780px) {
    .c-solution__list_img {
      max-width: 640px;
    }
}
.c-solution__list_title {
  color: #022222;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 8px;
}
.c-solution__list_text {
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
}
.c-solution__title02 {
  color: #022222;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .c-solution__title02 {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: left;
    line-height: 1.5;
  }
}
.c-solution__lists02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1080px) {
  .c-solution__lists02 {
    display: grid;
    grid-template-columns: repeat(auto-fit, 160px);
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
    row-gap: 32px;
  }
}
.c-solution__link02 {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-solution__link02:hover {
  opacity: 0.6;
}
.c-solution__link02_img {
  width: 100%;
  max-width: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
  margin-bottom: 12px;
}
.c-solution__link02_title {
  color: #55828C;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.c-solution__link02_text {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.68;
}

.c-br_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .c-br_sp {
    display: block;
  }
}

@media screen and (max-width: 1080px) {
  .c-br_pc {
    display: none;
  }
}

.c-others {
  position: relative;
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 1080px) {
  .c-others {
    margin-top: 40px;
  }
}
.c-others__title {
  color: #022222;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .c-others__title {
    text-align: left;
    margin-bottom: 40px;
  }
}
.c-others__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1080px) {
  .c-others__lists {
    display: grid;
    grid-template-columns: repeat(auto-fit, 160px);
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
    row-gap: 32px;
  }
}
.c-others__link {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-others__link:hover {
  opacity: 0.6;
}
.c-others__link_img {
  width: 100%;
  max-width: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
  margin-bottom: 12px;
}
.c-others__link_title {
  color: #022222;
  font-size: 16px;
  font-weight: 600;
}

.p-front {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-front__inner {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding-top: 65%;
  margin: 100px auto 80px auto;
}
@media screen and (max-width: 786px) {
  .p-front__inner {
    padding: 667px 16px 0 16px;
    margin: 64px auto 64px auto;
  }
}
@media screen and (max-width: 376px) {
  .p-front__inner {
    padding-top: 620px;
  }
}
@media screen and (max-width: 321px) {
  .p-front__inner {
    padding-top: 540px;
  }
}
.p-front__scale01 {
  position: absolute;
  max-width: 180px;
  width: 12.86%;
  top: 2.06%;
  left: -4.29%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 786px) {
  .p-front__scale01 {
    display: none;
  }
}
.p-front__scale02 {
  position: absolute;
  max-width: 120px;
  width: 8.57%;
  top: 2.57%;
  left: 25.71%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 786px) {
  .p-front__scale02 {
    display: none;
  }
}
.p-front__scale03 {
  position: absolute;
  max-width: 120px;
  width: 8.333%;
  top: 3.39%;
  left: 70.21%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 786px) {
  .p-front__scale03 {
    display: none;
  }
}
.p-front__scale04 {
  position: absolute;
  max-width: 180px;
  width: 12.5%;
  top: 0%;
  left: 88.57%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 786px) {
  .p-front__scale04 {
    display: none;
  }
}
.p-front__scale05 {
  position: absolute;
  max-width: 100px;
  width: 6.944%;
  top: 27.54%;
  left: 54.79%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 786px) {
  .p-front__scale05 {
    display: none;
  }
}
.p-front__scale06 {
  position: absolute;
  max-width: 160px;
  width: 11.111%;
  top: 34.64%;
  left: 84.21%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 786px) {
  .p-front__scale06 {
    display: none;
  }
}
.p-front__scale07 {
  position: absolute;
  max-width: 60px;
  width: 4.167%;
  top: 60.84%;
  left: 44.14%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 786px) {
  .p-front__scale07 {
    max-width: 44px;
    width: 11.73%;
    top: 15px;
    left: 29.07%;
  }
}
.p-front__scale07_sp {
  display: none;
}
@media screen and (max-width: 786px) {
  .p-front__scale07_sp {
    display: block;
    position: absolute;
    max-width: 44px;
    width: 11.73%;
    top: 196px;
    left: 32%;
    -o-object-fit: contain;
       object-fit: contain;
    z-index: 1;
  }
}
.p-front__scale08 {
  position: absolute;
  max-width: 80px;
  width: 5.556%;
  top: 61.15%;
  left: 92.57%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 786px) {
  .p-front__scale08 {
    max-width: 58px;
    width: 15.47%;
    top: 492px;
    left: 47.73%;
  }
}
.p-front__scale09 {
  position: absolute;
  max-width: 180px;
  width: 12.5%;
  top: 85.61%;
  left: -3.57%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 786px) {
  .p-front__scale09 {
    display: none;
  }
}
.p-front__img01 {
  position: absolute;
  top: 4.34%;
  left: -3.71%;
  width: 24.2%;
  max-width: 339px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
@media screen and (max-width: 786px) {
  .p-front__img01 {
    display: none;
  }
}
.p-front__img02 {
  position: absolute;
  top: 11.41%;
  left: 23.93%;
  width: 8%;
  max-width: 112px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
@media screen and (max-width: 786px) {
  .p-front__img02 {
    display: none;
  }
}
.p-front__img03 {
  position: absolute;
  top: 3.39%;
  left: 38.21%;
  width: 13.07%;
  max-width: 183px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
@media screen and (max-width: 786px) {
  .p-front__img03 {
    display: none;
  }
}
.p-front__img04 {
  position: absolute;
  top: 7.5%;
  left: 53.86%;
  width: 19.14%;
  max-width: 268px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
@media screen and (max-width: 786px) {
  .p-front__img04 {
    top: 7px;
    left: -28.27%;
    width: 52.27%;
    max-width: 196px;
  }
}
.p-front__img05 {
  position: absolute;
  top: 26%;
  left: 75.76%;
  width: 3.43%;
  max-width: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
@media screen and (max-width: 786px) {
  .p-front__img05 {
    display: none;
  }
}
.p-front__img06 {
  position: absolute;
  top: 3.39%;
  left: 78.76%;
  width: 19.5%;
  max-width: 273px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
@media screen and (max-width: 786px) {
  .p-front__img06 {
    top: -27px;
    left: 64.53%;
    width: 53.07%;
    max-width: 199px;
  }
}
.p-front__img07 {
  position: absolute;
  top: 21.79%;
  left: 34.14%;
  width: 20.07%;
  max-width: 281px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
@media screen and (max-width: 786px) {
  .p-front__img07 {
    top: 369px;
    left: 64.25%;
    width: 54.67%;
    max-width: 205px;
  }
}
.p-front__img08 {
  position: absolute;
  top: 31.35%;
  left: 58.5%;
  width: 13.21%;
  max-width: 185px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
@media screen and (max-width: 786px) {
  .p-front__img08 {
    top: 133px;
    left: 46.13%;
    width: 36.27%;
    max-width: 136px;
  }
}
.p-front__img09 {
  position: absolute;
  top: 47.58%;
  left: 74.5%;
  width: 8.71%;
  max-width: 122px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
@media screen and (max-width: 786px) {
  .p-front__img09 {
    top: 99px;
    left: 25.07%;
    width: 26.93%;
    max-width: 101px;
  }
}
.p-front__img10 {
  position: absolute;
  top: 47.58%;
  left: 78.07%;
  width: 26.43%;
  max-width: 370px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
@media screen and (max-width: 786px) {
  .p-front__img10 {
    top: 218px;
    left: 57.6%;
    width: 72%;
    max-width: 270px;
  }
}
.p-front__img11 {
  position: absolute;
  top: 60.95%;
  left: 2.93%;
  width: 11.43%;
  max-width: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
@media screen and (max-width: 786px) {
  .p-front__img11 {
    top: 290px;
    left: 16.53%;
    width: 31.2%;
    max-width: 117px;
  }
}
.p-front__img12 {
  position: absolute;
  top: 72.25%;
  left: 14.36%;
  width: 5.71%;
  max-width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
@media screen and (max-width: 786px) {
  .p-front__img12 {
    top: 378px;
    left: 5.33%;
    width: 31.2%;
    max-width: 58px;
  }
}
.p-front__img13 {
  position: absolute;
  top: 63.28%;
  left: 23.43%;
  width: 3.43%;
  max-width: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
@media screen and (max-width: 786px) {
  .p-front__img13 {
    display: none;
  }
}
.p-front__img14 {
  position: absolute;
  top: 63.31%;
  left: 31%;
  width: 13.14%;
  max-width: 184px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
@media screen and (max-width: 786px) {
  .p-front__img14 {
    top: 164px;
    left: -4%;
    width: 36%;
    max-width: 134px;
  }
}
.p-front__img15 {
  position: absolute;
  top: 72.46%;
  left: 50%;
  width: 3.93%;
  max-width: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
@media screen and (max-width: 786px) {
  .p-front__img15 {
    display: none;
  }
}
.p-front__img16 {
  position: absolute;
  top: 60.95%;
  left: 54.07%;
  width: 4.36%;
  max-width: 61px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
@media screen and (max-width: 786px) {
  .p-front__img16 {
    top: 17px;
    left: 46.13%;
    width: 12%;
    max-width: 45px;
  }
}
.p-front__img17 {
  position: absolute;
  top: 58.17%;
  left: 61.93%;
  width: 9.14%;
  max-width: 128px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
@media screen and (max-width: 786px) {
  .p-front__img17 {
    display: none;
  }
}
.p-front__img18 {
  position: absolute;
  top: 71.02%;
  left: 68%;
  width: 10.07%;
  max-width: 141px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
@media screen and (max-width: 786px) {
  .p-front__img18 {
    top: 372px;
    left: 30.13%;
    width: 27.47%;
    max-width: 103px;
  }
}
.p-front__img19 {
  position: absolute;
  top: 68.86%;
  left: 85.64%;
  width: 16.79%;
  max-width: 235px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
@media screen and (max-width: 786px) {
  .p-front__img19 {
    display: none;
  }
}
.p-front__text {
  position: absolute;
  top: 29.7%;
  left: 40px;
  color: #ffffff;
  font-size: 60px;
  font-size: clamp(28px, 4.29vw, 60px);
  font-weight: 600;
  line-height: 1.25;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  .p-front__text {
    font-size: clamp(28px, 4.29vw, 40px);
  }
}
@media screen and (max-width: 786px) {
  .p-front__text {
    position: absolute;
    top: 506px;
    left: 16px;
    font-size: 28px;
  }
}
@media screen and (max-width: 376px) {
  .p-front__text {
    top: 460px;
  }
}
@media screen and (max-width: 321px) {
  .p-front__text {
    top: 360px;
    font-size: 24px;
  }
}
.p-front__text span {
  display: inline-block;
  padding: 0 2px;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  margin-bottom: 3%;
}
@media screen and (max-width: 786px) {
  .p-front__text span {
    margin-bottom: 10px;
  }
}
.p-front__text span:last-child {
  margin-bottom: 64px;
}
@media screen and (max-width: 786px) {
  .p-front__text span:last-child {
    margin-bottom: 40px;
  }
}

.p-front-news {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 160px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  .p-front-news {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 786px) {
  .p-front-news {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}
.p-front-news:hover {
  opacity: 0.6;
}
.p-front-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  padding: 20px 40px;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1080px) {
  .p-front-news__inner {
    display: block;
    padding: 24px 16px;
  }
}
.p-front-news__time {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #55828C;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1080px) {
  .p-front-news__time {
    margin-bottom: 8px;
  }
}
.p-front-news__title {
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
}

.p-vision {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .p-vision {
    margin-bottom: 40px;
  }
}
.p-vision__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1080px) {
  .p-vision__inner {
    padding: 0 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}
.p-vision__wapper {
  position: relative;
  width: 100%;
  max-width: 50%;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-vision__wapper {
    max-width: 100%;
  }
}
.p-vision__head {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.p-vision__title {
  color: #022222;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 48px;
}
@media screen and (max-width: 1165px) {
  .p-vision__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1080px) {
  .p-vision__title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.p-vision__text {
  color: #2F2F2F;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .p-vision__text {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.p-vision__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #022222;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .p-vision__link {
    gap: 11px;
    font-size: 14px;
  }
}
.p-vision__link:hover {
  color: #C62F58;
}
.p-vision__link:hover .p-vision__link_icon::before {
  background-color: #C62F58;
}
.p-vision__link:hover .p-vision__link_icon::after {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../imgs/button_icon_hover.png);
  background-size: contain;
}
.p-vision__link_icon {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  z-index: 1;
}
.p-vision__link_icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.p-vision__link_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
.p-vision__img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  .p-vision__img {
    margin-top: 0;
  }
}
.p-vision__bgimg {
  position: absolute;
  top: -60px;
  right: 0px;
  width: 221px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-vision__bgimg {
    display: none;
  }
}
.p-vision__bgimg_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-vision__bgimg_sp {
    display: block;
    position: absolute;
    top: -60px;
    right: 0px;
    width: 107px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.c-value-customer {
  width: 100%;
  border: 1px solid #60818B;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 32px 40px;
}
@media screen and (max-width: 1080px) {
  .c-value-customer {
    padding: 24px 16px;
  }
}
.c-value-customer__title {
  color: #55828C;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.c-value-customer__list {
  display: inline-block;
  color: #2F2F2F;
  font-size: 14px;
  line-height: 2;
}
.c-value-customer__list::after {
  content: "/";
  display: inline-block;
  color: #2F2F2F;
  font-size: 14px;
  padding: 0 10px;
}
.c-value-customer__list:last-child::after {
  display: none;
}

.p-client {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 120px;
}
@media screen and (max-width: 1080px) {
  .p-client {
    margin-bottom: 64px;
  }
}
.p-client__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;
}
@media screen and (max-width: 1080px) {
  .p-client__inner {
    padding: 0 16px;
  }
}
.p-client__wapper {
  width: 100%;
  border-radius: 6px;
  padding: 40px;
  background-color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .p-client__wapper {
    padding: 24px 16px;
  }
}
.p-client__head {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}
@media screen and (max-width: 1080px) {
  .p-client__head {
    margin-bottom: 6px;
  }
}
.p-client__title {
  color: #022222;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  .p-client__title {
    font-size: 20px;
    line-height: 1.5;
  }
}

.p-client-item {
  display: grid;
  grid-template-columns: repeat(auto-fit, 113px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 1080px) {
  .p-client-item {
    grid-template-columns: repeat(auto-fit, 95px);
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 24px;
  }
}
@media screen and (max-width: 1080px) {
  .p-client-item__box_spNone {
    display: none;
  }
}
.p-client-item__img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-client-item__address {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.p-client-modalButton {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .p-client-modalButton {
    margin-top: 24px;
  }
}
.p-client-modalButton__link {
  display: inline-block;
  color: #60818B;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 40px;
  border: 1px solid #60818B;
  border-radius: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-client-modalButton__link:hover {
  opacity: 0.6;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.p-client-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 80px;
  z-index: 999;
  /*モーダル枠の指定*/
}
@media screen and (max-width: 1080px) {
  .p-client-modal {
    padding: 100px 16px;
  }
}
.p-client-modal__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  height: 100%;
}
.p-client-modal__content {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: #ffffff;
  padding: 40px;
}
@media screen and (max-width: 1080px) {
  .p-client-modal__content {
    padding: 40px 16px;
  }
}
.p-client-modal__wapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, 113px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  row-gap: 40px;
}
@media screen and (max-width: 1080px) {
  .p-client-modal__wapper {
    grid-template-columns: repeat(auto-fit, 95px);
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 24px;
  }
}
.p-client-modal__head {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  text-align: left;
  display: block;
}
.p-client-modal__head::before {
  position: relative;
  bottom: 2px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C62F58;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 1080px) {
  .p-client-modal__head {
    margin-bottom: 6px;
  }
}
.p-client-modal__title {
  color: #022222;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .p-client-modal__title {
    font-size: 20px;
    line-height: 1.5;
  }
}
.p-client-modal__img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-client-modal__address {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.p-client-modal.active {
  opacity: 1;
  visibility: visible;
}

/*モーダルを閉じるボタンの指定*/
.p-client-modal-close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -50px;
  right: 0px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.p-service {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-bottom: 120px;
}
@media screen and (max-width: 1080px) {
  .p-service {
    padding-bottom: 80px;
  }
}
.p-service__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;
}
@media screen and (max-width: 1080px) {
  .p-service__inner {
    padding: 0 16px;
  }
}
.p-service__wapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 48px;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-service__wapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 40px;
  }
}
.p-service__wapper_in {
  width: 100%;
  max-width: 50%;
}
@media screen and (max-width: 1080px) {
  .p-service__wapper_in {
    max-width: 100%;
  }
}
.p-service__head {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}
.p-service__title {
  color: #022222;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 48px;
}
@media screen and (max-width: 1165px) {
  .p-service__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1080px) {
  .p-service__title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 32px;
  }
}
.p-service__text {
  color: #2F2F2F;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 1080px) {
  .p-service__text {
    font-size: 16px;
  }
}
.p-service__img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding-left: 80px;
  margin-top: 110px;
}
@media screen and (max-width: 1080px) {
  .p-service__img {
    padding-left: 0;
    margin-top: 0;
  }
}
.p-service__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .p-service__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
}
.p-service__bgimg {
  position: absolute;
  top: -20px;
  right: 0;
  width: 141px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-service__bgimg {
    display: none;
  }
}
.p-service__bgimg_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-service__bgimg_sp {
    display: block;
    position: absolute;
    top: 45%;
    right: 0px;
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-service__bgimg02 {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 128px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-service__bgimg02 {
    display: none;
  }
}
.p-service__bgimg02_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-service__bgimg02_sp {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-service__bgimg03 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 49px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-service__bgimg03 {
    display: none;
  }
}

.p-service-item {
  width: 100%;
  padding: 32px;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  .p-service-item {
    padding: 24px 16px;
  }
}
.p-service-item__title {
  color: #55828C;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.p-service-item__title::before {
  position: relative;
  bottom: 2px;
  display: inline-block;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../imgs/service_icon.png);
  background-size: contain;
  margin-right: 8px;
  vertical-align: middle;
}
.p-service-item__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
  padding-bottom: 32px;
}
.p-service-item__text:last-child {
  padding-bottom: 0;
}
.p-service-item__box {
  width: 100%;
}

.p-service-card {
  position: relative;
  width: 100%;
  max-width: calc(50% - 20px);
  padding: 40px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #60818B;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-service-card {
    max-width: 100%;
    padding: 18px 16px;
  }
}
.p-service-card__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  color: #022222;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .p-service-card__title {
    margin-bottom: 16px;
  }
}
.p-service-card__title:hover {
  color: #C62F58;
}
.p-service-card__title:hover .p-service-card__title_icon::before {
  background-color: #C62F58;
}
.p-service-card__title:hover .p-service-card__title_icon::after {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../imgs/button_icon_hover.png);
  background-size: contain;
}
.p-service-card__title_icon {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  z-index: 1;
}
.p-service-card__title_icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.p-service-card__title_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
.p-service-card__text {
  min-height: 116px;
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
  padding-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  .p-service-card__text {
    padding-bottom: 24px;
  }
}
.p-service-card__list {
  padding: 21px 0;
  border-top: 1px solid #DDDDDD;
}
@media screen and (max-width: 1080px) {
  .p-service-card__list {
    padding: 24px 0 20px 0;
  }
}
.p-service-card__list:last-child {
  border-bottom: 1px solid #DDDDDD;
}
.p-service-card__link {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #022222;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .p-service-card__link {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 2.2em;
    text-indent: -2.2em;
  }
}
.p-service-card__link:hover {
  color: #C62F58;
}
.p-service-card__link:hover .p-service-card__link_icon::before {
  background-color: #C62F58;
}
.p-service-card__link:hover .p-service-card__link_icon::after {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../imgs/button_icon_hover.png);
  background-size: contain;
}
.p-service-card__link_icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  z-index: 1;
}
.p-service-card__link_icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.p-service-card__link_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
.p-service-card__namber {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #C62F58;
  font-size: 18px;
  font-weight: 600;
  margin-right: 16px;
}

.p-achievements {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
}
.p-achievements__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px;
}
@media screen and (max-width: 1080px) {
  .p-achievements__inner {
    padding: 40px 16px;
  }
}
.p-achievements__head {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
.p-achievements__head span {
  display: inline-block;
}
@media screen and (max-width: 1080px) {
  .p-achievements__head {
    margin-bottom: 4px;
  }
}
.p-achievements__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #022222;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .p-achievements__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.p-achievements__title:hover {
  color: #C62F58;
}
.p-achievements__title:hover .p-achievements__title_icon::before {
  background-color: #C62F58;
}
.p-achievements__title:hover .p-achievements__title_icon::after {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../imgs/button_icon_hover.png);
  background-size: contain;
}
.p-achievements__title_icon {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  z-index: 1;
}
.p-achievements__title_icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.p-achievements__title_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
.p-achievements__wapper {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 80px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 490px) {
  .p-achievements__wapper {
    padding: 0;
  }
}
.p-achievements__bgimg {
  position: absolute;
  top: -32px;
  right: 72px;
  width: 352px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-achievements__bgimg {
    right: 16px;
    width: 183px;
  }
}
.p-achievements__bgimg02 {
  position: absolute;
  bottom: 18px;
  right: 0;
  width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-achievements__bgimg02 {
    display: none;
  }
}

.p-achievements-card {
  width: 100%;
  max-width: 100%;
  display: block;
}
.p-achievements-card:hover .p-achievements-card__img {
  opacity: 0.6;
}
.p-achievements-card__img {
  width: 100%;
  height: 168px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .p-achievements-card__img {
    height: 158px;
  }
}
.p-achievements-card__text {
  color: #000000;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 16px;
}
.p-achievements-card__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.p-achievements-card__list {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  padding: 4px 16px 6px 16px;
  border-radius: 15px;
}

.p-news {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.p-news_bgColor {
  background-color: #ffffff;
}
.p-news__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1080px) {
  .p-news__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 16px;
  }
}
.p-news__wapper {
  width: 100%;
  max-width: 20%;
  padding-top: 40px;
}
@media screen and (max-width: 1080px) {
  .p-news__wapper {
    max-width: 100%;
  }
}
.p-news__head {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}
.p-news__title {
  color: #022222;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .p-news__title {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.p-news__view {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #022222;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .p-news__view_spNone {
    display: none;
  }
}
.p-news__view_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-news__view_sp {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 24px 0 40px 16px;
  }
}
.p-news__view:hover {
  color: #C62F58;
}
.p-news__view:hover .p-news__view_icon::before {
  background-color: #C62F58;
}
.p-news__view:hover .p-news__view_icon::after {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../imgs/button_icon_hover.png);
  background-size: contain;
}
.p-news__view_icon {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  z-index: 1;
}
.p-news__view_icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.p-news__view_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
.p-news__lists {
  width: 100%;
  max-width: 80%;
  border-left: 1px solid #D6D9E0;
}
@media screen and (max-width: 1080px) {
  .p-news__lists {
    max-width: 100%;
    border-left: none;
  }
}
.p-news__list {
  position: relative;
}
@media screen and (max-width: 1080px) {
  .p-news__list {
    border-bottom: 1px solid #D6D9E0;
  }
  .p-news__list:first-child {
    border-top: 1px solid #D6D9E0;
  }
}
.p-news__list::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 3000px;
  height: 1px;
  background-color: #D6D9E0;
}
@media screen and (max-width: 1080px) {
  .p-news__list::after {
    display: none;
  }
}
.p-news__list:last-child::after {
  display: none;
}
.p-news__link {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #022222;
  padding: 24px 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .p-news__link {
    padding: 24px 0;
  }
}
.p-news__link:hover {
  color: #C62F58;
}
.p-news__link:hover .p-news__link_icon::before {
  background-color: #C62F58;
}
.p-news__link:hover .p-news__link_icon::after {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../imgs/button_icon_hover.png);
  background-size: contain;
}
.p-news__link_icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  z-index: 1;
}
.p-news__link_icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.p-news__link_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
.p-news__time {
  display: block;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  padding-right: 60px;
}
@media screen and (max-width: 1080px) {
  .p-news__time {
    padding-right: 0;
  }
}
.p-news__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  padding-right: 60px;
}
@media screen and (max-width: 1080px) {
  .p-news__text {
    padding-right: 50px;
  }
}

.p-contact {
  position: relative;
  width: 100%;
  max-width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
}
.p-contact__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .p-contact__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 16px;
  }
}
.p-contact__wapper {
  width: 100%;
  max-width: 20%;
}
@media screen and (max-width: 1080px) {
  .p-contact__wapper {
    max-width: 100%;
    text-align: center;
    padding: 40px 0 27px 0;
    border-bottom: 1px solid #ffffff;
  }
}
.p-contact__head {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}
.p-contact__title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
}

.p-contact-tel {
  position: relative;
  width: 100%;
  max-width: 40%;
  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;
  gap: 24px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 40px 20px;
}
@media screen and (max-width: 1080px) {
  .p-contact-tel {
    text-align: center;
    padding: 24px 0;
    max-width: 100%;
    gap: 13px;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.p-contact-tel__img {
  width: 100%;
  max-width: 36.8px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1080px) {
  .p-contact-tel__textBox {
    text-align: left;
  }
}
.p-contact-tel__number {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-size: 40px;
  letter-spacing: 0.064em;
  font-weight: 600;
  line-height: 1.375;
}
@media screen and (max-width: 1250px) {
  .p-contact-tel__number {
    font-size: 32px;
  }
}
@media screen and (max-width: 1080px) {
  .p-contact-tel__number {
    font-size: 32px;
  }
}
.p-contact-tel__time {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-size: 18px;
}
@media screen and (max-width: 1080px) {
  .p-contact-tel__time {
    font-size: 16px;
  }
}

.p-contact-mail {
  position: relative;
  width: 100%;
  max-width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .p-contact-mail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    gap: 12px;
    padding: 42px 0;
  }
}
@media screen and (max-width: 410px) {
  .p-contact-mail {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-contact-mail:hover .p-contact-mail_icon {
  border: none;
}
.p-contact-mail:hover .p-contact-mail_icon::before {
  background-color: #C62F58;
}
.p-contact-mail:hover .p-contact-mail_icon::after {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../imgs/button_icon_hover.png);
  background-size: contain;
}
.p-contact-mail_icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact-mail_icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.p-contact-mail_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
.p-contact-mail__img {
  width: 100%;
  max-width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-contact-mail__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1250px) {
  .p-contact-mail__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1120px) {
  .p-contact-mail__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1080px) {
  .p-contact-mail__text {
    font-size: 20px;
  }
}

.p-serviceMain {
  position: relative;
  overflow: hidden;
}
.p-serviceMain__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 80px;
  margin: 100px auto 120px auto;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-serviceMain__inner {
    margin: 64px auto 80px auto;
    padding: 0 16px;
  }
}
.p-serviceMain__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 60px;
}
@media screen and (max-width: 1080px) {
  .p-serviceMain__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
  }
}
.p-serviceMain__wapper {
  min-width: 680px;
  padding-top: 112px;
}
@media screen and (max-width: 1080px) {
  .p-serviceMain__wapper {
    padding-top: 40px;
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
}
.p-serviceMain__head {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  display: block;
}
.p-serviceMain__head::before {
  position: relative;
  bottom: 2px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C62F58;
  border-radius: 50%;
  margin-right: 8px;
}
.p-serviceMain__title {
  color: #022222;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 50px;
}
@media screen and (max-width: 1080px) {
  .p-serviceMain__title {
    margin-bottom: 32px;
  }
}
.p-serviceMain__subTitle {
  color: #022222;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 35px;
}
@media screen and (max-width: 1080px) {
  .p-serviceMain__subTitle {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.p-serviceMain__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 1080px) {
  .p-serviceMain__text {
    width: 100%;
  }
}
.p-serviceMain__text_mb {
  margin-bottom: 31px;
}
@media screen and (max-width: 1080px) {
  .p-serviceMain__text_mb {
    margin-bottom: 24px;
  }
}
.p-serviceMain__lists {
  margin-bottom: 71px;
}
@media screen and (max-width: 1080px) {
  .p-serviceMain__lists {
    margin-bottom: 40px;
  }
}
.p-serviceMain__list {
  display: inline-block;
  margin-right: 16px;
}
@media screen and (max-width: 1080px) {
  .p-serviceMain__list {
    margin-bottom: 8px;
  }
}
.p-serviceMain__list:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1080px) {
  .p-serviceMain__list:last-child {
    margin-bottom: 0;
  }
}
.p-serviceMain__noLink {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  background-color: #55828C;
  padding: 8.5px 16px;
  border-radius: 21px;
}
.p-serviceMain__link {
  display: inline-block;
  color: #55828C;
  background-color: #ffffff;
  font-size: 16px;
  padding: 8.5px 16px;
  border-radius: 21px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-serviceMain__link:hover {
  opacity: 0.6;
}
.p-serviceMain__img {
  width: 742px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 62px;
}
@media screen and (max-width: 1080px) {
  .p-serviceMain__img {
    width: 420px;
    margin: 0;
  }
}
.p-serviceMain__bgimg {
  position: absolute;
  top: 100px;
  right: 0;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-serviceMain__bgimg {
    display: none;
  }
}
.p-serviceMain__bgimg_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-serviceMain__bgimg_sp {
    display: block;
    position: absolute;
    top: 64px;
    right: 0;
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-serviceMain__bgimg02 {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 119px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-serviceMain__bgimg02 {
    display: none;
  }
}

.p-serviceMain-card {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 62px;
  background-color: #F2F4F9;
}
@media screen and (max-width: 786px) {
  .p-serviceMain-card {
    grid-template-columns: repeat(auto-fit, 160px);
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
    row-gap: 32px;
  }
}
.p-serviceMain-card__link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-serviceMain-card__link:hover {
  opacity: 0.6;
}
.p-serviceMain-card__img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 12px;
}
@media screen and (max-width: 1080px) {
  .p-serviceMain-card__img {
    margin-bottom: 8px;
  }
}
.p-serviceMain-card__title {
  color: #55828C;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.p-serviceMain-card__title_color {
  color: #8C5F55;
}
.p-serviceMain-card__text {
  color: #022222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.68;
}

.p-municipality {
  position: relative;
  overflow: hidden;
}
.p-municipality__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 80px;
  margin: 100px auto 120px auto;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-municipality__inner {
    margin: 64px auto 80px auto;
    padding: 0 16px;
  }
}
.p-municipality__head {
  display: block;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding-top: 112px;
}
.p-municipality__head::before {
  position: relative;
  bottom: 2px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C62F58;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 1080px) {
  .p-municipality__head {
    padding-top: 40px;
  }
}
.p-municipality__title {
  color: #022222;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 50px;
}
@media screen and (max-width: 1080px) {
  .p-municipality__title {
    margin-bottom: 32px;
  }
}
.p-municipality__wapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 112px;
}
@media screen and (max-width: 1080px) {
  .p-municipality__wapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 40px;
  }
}
.p-municipality__subTitle {
  color: #022222;
  width: calc(50% - 6px);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1250px) {
  .p-municipality__subTitle {
    font-size: 42px;
  }
}
@media screen and (max-width: 1120px) {
  .p-municipality__subTitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .p-municipality__subTitle {
    width: 100%;
    font-size: 28px;
  }
}
.p-municipality__textBox {
  width: 100%;
  max-width: calc(50% - 26px);
}
@media screen and (max-width: 1080px) {
  .p-municipality__textBox {
    max-width: 100%;
  }
}
.p-municipality__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
}
.p-municipality__text_mb {
  margin-bottom: 25px;
}
@media screen and (max-width: 1080px) {
  .p-municipality__text_mb {
    margin-bottom: 24px;
  }
}
.p-municipality__lists {
  margin-bottom: 71px;
}
@media screen and (max-width: 1080px) {
  .p-municipality__lists {
    margin-bottom: 40px;
  }
}
.p-municipality__list {
  display: inline-block;
  margin-right: 16px;
}
@media screen and (max-width: 1080px) {
  .p-municipality__list {
    margin-bottom: 8px;
  }
}
.p-municipality__list:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1080px) {
  .p-municipality__list:last-child {
    margin-bottom: 0;
  }
}
.p-municipality__noLink {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  background-color: #55828C;
  padding: 8.5px 16px;
  border-radius: 21px;
}
.p-municipality__link {
  display: inline-block;
  color: #55828C;
  background-color: #ffffff;
  font-size: 16px;
  padding: 8.5px 16px;
  border-radius: 21px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-municipality__link:hover {
  opacity: 0.6;
}
.p-municipality__bgimg {
  position: absolute;
  top: 100px;
  right: 0;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-municipality__bgimg {
    display: none;
  }
}
.p-municipality__bgimg_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-municipality__bgimg_sp {
    display: block;
    position: absolute;
    top: 64px;
    right: 0;
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-municipality__bgimg02 {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 119px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-municipality__bgimg02 {
    display: none;
  }
}

.p-municipality-card {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 62px;
  background-color: #F2F4F9;
}
@media screen and (max-width: 1080px) {
  .p-municipality-card {
    grid-template-columns: repeat(auto-fit, 160px);
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
    row-gap: 32px;
  }
}
.p-municipality-card__link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-municipality-card__link:hover {
  opacity: 0.6;
}
.p-municipality-card__img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 12px;
}
@media screen and (max-width: 1080px) {
  .p-municipality-card__img {
    margin-bottom: 8px;
  }
}
.p-municipality-card__title {
  color: #55828C;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.p-municipality-card__title_color {
  color: #8C5F55;
}
.p-municipality-card__text {
  color: #022222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.68;
}

.p-staff {
  position: relative;
  overflow: hidden;
}
.p-staff__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 80px;
  margin: 100px auto 120px auto;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-staff__inner {
    margin: 64px auto 80px auto;
    padding: 0 16px;
  }
}
.p-staff__head {
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding-top: 112px;
  display: block;
}
.p-staff__head::before {
  position: relative;
  bottom: 2px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C62F58;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 1080px) {
  .p-staff__head {
    padding-top: 40px;
  }
}
.p-staff__title {
  color: #022222;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 1080px) {
  .p-staff__title {
    margin-bottom: 32px;
  }
}
.p-staff__wapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 80px;
  border-bottom: 1px solid #60818B;
}
@media screen and (max-width: 1080px) {
  .p-staff__wapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
    padding-bottom: 40px;
  }
}
.p-staff__subTitle {
  color: #022222;
  width: calc(50% - 6px);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1150px) {
  .p-staff__subTitle {
    font-size: 42px;
  }
}
@media screen and (max-width: 1080px) {
  .p-staff__subTitle {
    width: 100%;
    font-size: 28px;
  }
}
.p-staff__textBox {
  width: 100%;
  max-width: calc(50% - 26px);
}
@media screen and (max-width: 1080px) {
  .p-staff__textBox {
    max-width: 100%;
  }
}
.p-staff__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
}
.p-staff__text_mb {
  margin-bottom: 25px;
}
@media screen and (max-width: 1080px) {
  .p-staff__text_mb {
    margin-bottom: 24px;
  }
}
.p-staff__bgimg {
  position: absolute;
  top: 100px;
  right: 0;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-staff__bgimg {
    display: none;
  }
}
.p-staff__bgimg_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-staff__bgimg_sp {
    display: block;
    position: absolute;
    top: 64px;
    right: 0;
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-staff__bgimg02 {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 119px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-staff__bgimg02 {
    display: none;
  }
}

.p-staff-service {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.p-staff-service__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 80px;
  margin: 100px auto 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-staff-service__inner {
    padding: 40px 16px;
    margin: 40px auto 0 auto;
  }
}
.p-staff-service__title {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #55828C;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .p-staff-service__title {
    margin-bottom: 40px;
  }
}
.p-staff-service__table_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px;
}
@media screen and (max-width: 1080px) {
  .p-staff-service__table_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.p-staff-service__table_list::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 240px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-staff-service__table_list::before {
    display: none;
  }
}
.p-staff-service__table_th {
  position: relative;
  display: block;
  width: 240px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 32px;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-staff-service__table_th {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
    background: linear-gradient(to right, #55828C, #6DBEC1);
    padding: 16px;
  }
}
.p-staff-service__table_td {
  display: block;
  color: #222222;
  font-size: 16px;
  padding: 16px 32px;
}
@media screen and (max-width: 1080px) {
  .p-staff-service__table_td {
    line-height: 1.75;
    padding: 24px 0 24px 10px;
    text-indent: -7px;
  }
}
.p-staff-service__table_td::before {
  display: inline-block;
  content: "・";
  color: #222222;
  font-size: 16px;
}
@media screen and (max-width: 1080px) {
  .p-staff-service__table_td_sp {
    padding: 0 0 16px 10px;
    text-indent: -7px;
  }
  .p-staff-service__table_td_sp:first-child {
    padding-top: 24px;
  }
  .p-staff-service__table_td_sp:last-child {
    padding-bottom: 0;
  }
}
.p-staff-service__bgimg {
  position: absolute;
  top: 0;
  right: 0;
  width: 112px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-staff-service__bgimg {
    display: none;
  }
}
.p-staff-service__bgimg02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-staff-service__bgimg02 {
    display: none;
  }
}

.p-window {
  position: relative;
  overflow: hidden;
}
.p-window__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 80px;
  margin: 100px auto 120px auto;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-window__inner {
    margin: 64px auto 80px auto;
    padding: 0 16px;
  }
}
.p-window__head {
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding-top: 112px;
  display: block;
}
.p-window__head::before {
  position: relative;
  bottom: 2px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C62F58;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 1080px) {
  .p-window__head {
    padding-top: 40px;
  }
}
.p-window__title {
  color: #022222;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 1080px) {
  .p-window__title {
    margin-bottom: 32px;
  }
}
.p-window__wapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 80px;
  border-bottom: 1px solid #60818B;
}
@media screen and (max-width: 1080px) {
  .p-window__wapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
    padding-bottom: 40px;
  }
}
.p-window__subTitle {
  color: #022222;
  width: calc(50% - 6px);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
  .p-window__subTitle {
    width: 100%;
    font-size: 28px;
  }
}
.p-window__textBox {
  width: 100%;
  max-width: calc(50% - 26px);
}
@media screen and (max-width: 1080px) {
  .p-window__textBox {
    max-width: 100%;
  }
}
.p-window__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
}
.p-window__text_mb {
  margin-bottom: 25px;
}
@media screen and (max-width: 1080px) {
  .p-window__text_mb {
    margin-bottom: 24px;
  }
}
.p-window__bgimg {
  position: absolute;
  top: 100px;
  right: 0;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-window__bgimg {
    display: none;
  }
}
.p-window__bgimg_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-window__bgimg_sp {
    display: block;
    position: absolute;
    top: 64px;
    right: 0;
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-window__bgimg02 {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 119px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-window__bgimg02 {
    display: none;
  }
}

.p-window-service {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.p-window-service__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 80px;
  margin: 0px auto;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-window-service__inner {
    padding: 40px 16px;
    margin: 40px auto 0 auto;
  }
}
.p-window-service__title {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #55828C;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .p-window-service__title {
    margin-bottom: 40px;
  }
}
.p-window-service__subTitle {
  color: #022222;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (max-width: 1080px) {
  .p-window-service__subTitle {
    margin-bottom: 24px;
  }
}
.p-window-service__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.68;
  margin-bottom: 35px;
}
@media screen and (max-width: 1080px) {
  .p-window-service__text {
    margin-bottom: 40px;
  }
}

.p-window-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .p-window-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
  }
}
.p-window-item__title {
  color: #55828C;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.p-window-item__textBox {
  width: 100%;
  max-width: 57.4%;
  padding: 32px;
  border: 1px solid #60818B;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
@media screen and (max-width: 1080px) {
  .p-window-item__textBox {
    max-width: 100%;
    padding: 24px 16px;
  }
}
.p-window-item__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 16px;
  color: #222222;
  font-size: 16px;
  line-height: 1.68;
}
.p-window-item__imgBox {
  width: 100%;
  max-width: 37%;
}
@media screen and (max-width: 1080px) {
  .p-window-item__imgBox {
    max-width: 100%;
  }
}
.p-window-item__img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 12px;
}
.p-window-item__place {
  color: #55828C;
  font-size: 14px;
  font-weight: 600;
}

.p-window-card {
  background-color: #ffffff;
}
.p-window-card__title {
  color: #022222;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 35px;
}
@media screen and (max-width: 1080px) {
  .p-window-card__title {
    margin-bottom: 40px;
  }
}
.p-window-card__wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .p-window-card__wapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}
.p-window-card__box {
  width: 100%;
  max-width: 30.6%;
}
@media screen and (max-width: 1080px) {
  .p-window-card__box {
    max-width: 100%;
  }
}
.p-window-card__img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 16px;
}
.p-window-card__step {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #55828C;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}
.p-window-card__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.68;
}
.p-window-card__icon {
  width: 100%;
  max-width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  margin-top: 105px;
}
@media screen and (max-width: 1080px) {
  .p-window-card__icon {
    display: none;
  }
}

.p-achieveMain {
  position: relative;
  overflow: hidden;
}
.p-achieveMain__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 80px;
  margin: 100px auto 132px auto;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-achieveMain__inner {
    margin: 64px auto 80px auto;
    padding: 0 16px;
  }
}
.p-achieveMain__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 47px;
}
@media screen and (max-width: 1080px) {
  .p-achieveMain__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 40px;
  }
}
.p-achieveMain__wapper {
  min-width: 680px;
  padding-top: 112px;
}
@media screen and (max-width: 1080px) {
  .p-achieveMain__wapper {
    padding-top: 40px;
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
}
.p-achieveMain__head {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  display: block;
}
.p-achieveMain__head::before {
  position: relative;
  bottom: 2px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C62F58;
  border-radius: 50%;
  margin-right: 8px;
}
.p-achieveMain__title {
  color: #022222;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 42px;
}
@media screen and (max-width: 1080px) {
  .p-achieveMain__title {
    margin-bottom: 32px;
  }
}
.p-achieveMain__subTitle {
  color: #022222;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 35px;
}
@media screen and (max-width: 1080px) {
  .p-achieveMain__subTitle {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.p-achieveMain__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
}
.p-achieveMain__img {
  width: 723px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 62px;
  margin-left: -30px;
}
@media screen and (max-width: 1080px) {
  .p-achieveMain__img {
    width: 420px;
    margin: 0;
  }
}
.p-achieveMain__bgimg {
  position: absolute;
  top: 100px;
  right: 0;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-achieveMain__bgimg {
    display: none;
  }
}
.p-achieveMain__bgimg_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-achieveMain__bgimg_sp {
    display: block;
    position: absolute;
    top: 64px;
    right: 0;
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-achieveMain__bgimg02 {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 119px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-achieveMain__bgimg02 {
    display: none;
  }
}

.p-achieveMain-tag {
  width: 100%;
  border: 1px solid #60818B;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 32px 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .p-achieveMain-tag {
    padding: 16px 24px;
    margin-bottom: 40px;
  }
}
.p-achieveMain-tag__title {
  color: #55828C;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.p-achieveMain-tag__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 20px;
}
.p-achieveMain-tag__link {
  display: inline-block;
  padding: 4px 16px 6px 16px;
  color: #ffffff;
  font-size: 14px;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  border-radius: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-achieveMain-tag__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 414px) {
    .p-achieveMain-tag__lists {
      -webkit-column-gap: 4px;
         -moz-column-gap: 4px;
              column-gap: 4px;
      row-gap: 8px;
    }
    .p-achieveMain-tag__link {
      padding: 4px 12px 4px 12px;
      font-size: 12px;
    }
}
.p-achieveMain-all {
  width: 100%;
}
.p-achieveMain-all__title {
  color: #022222;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .p-achieveMain-all__title {
    margin-bottom: 40px;
  }
}
.p-achieveMain-all__wapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 30%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 56px;
  margin-bottom: 80px;
}
@media screen and (max-width: 831px) {
  .p-achieveMain-all__wapper {
  grid-template-columns: repeat(auto-fit, 46%);
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  }
}
@media screen and (max-width: 390px) {
  .p-achieveMain-all__wapper {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
    margin-bottom: 40px;
  }
}
.p-achieveMain-all__link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-achieveMain-all__link:hover {
  opacity: 0.6;
}
.p-achieveMain-all__img {
  width: 100%;
  height: 168px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-achieveMain-all__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 16px;
  font-weight: bold;
}
.p-achieveMain-all__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.p-achieveMain-all__list {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  padding: 4px 16px 6px 16px;
  border-radius: 15px;
}

.p-achieveMain-pageNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  text-align: center;
}
.p-achieveMain-pageNav__link {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 50%;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #55828C;
  font-size: 18px;
  font-weight: 600;
  padding-top: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-achieveMain-pageNav__link_on {
  background-color: #55828C;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .p-achieveMain-pageNav__link_spNone {
    display: none;
  }
}
.p-achieveMain-pageNav__link:hover {
  opacity: 0.6;
}
.p-achieveMain-pageNav__return {
  position: relative;
}
.p-achieveMain-pageNav__return::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 15.3px;
  background-image: url(../imgs/arrow-return.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-achieveMain-pageNav__next {
  position: relative;
}
.p-achieveMain-pageNav__next::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 15.3px;
  background-image: url(../imgs/arrow-next.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-work {
  position: relative;
  overflow: hidden;
}
.p-work__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 80px;
  margin: 100px auto 120px auto;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-work__inner {
    margin: 64px auto 80px auto;
    padding: 0 16px;
  }
}
.p-work__head {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding-top: 112px;
  margin-bottom: 8px;
  display: block;
}
.p-work__head::before {
  position: relative;
  bottom: 2px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C62F58;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 1080px) {
  .p-work__head {
    padding-top: 40px;
  }
}
.p-work__title {
  color: #022222;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (max-width: 1080px) {
  .p-work__title {
    font-size: 28px;
    margin-bottom: 32px;
    line-height: 1.5;
  }
}
.p-work__lists {
  margin-bottom: 24px;
}
.p-work__list {
  display: inline-block;
  padding: 4px 16px 6px 16px;
  color: #ffffff;
  font-size: 14px;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  border-radius: 15px;
  margin-right: 8px;
  margin-bottom: 16px;
}
.p-work__list:last-child {
  margin-right: 0;
}
.p-work__box {
  width: 100%;
  border: 1px solid #60818B;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 32px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .p-work__box {
    padding: 25px 16px;
    margin-bottom: 40px;
  }
}
.p-work__box_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}
.p-work__box_in:last-child {
  margin-bottom: 0;
}
.p-work__box_title {
  color: #55828C;
  font-size: 16px;
  font-weight: 600;
  min-width: 110px;
}
.p-work__box_text {
  color: #2F2F2F;
  font-size: 16px;
}
.p-work__bgimg {
  position: absolute;
  top: 100px;
  right: 0;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-work__bgimg {
    display: none;
  }
}
.p-work__bgimg_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-work__bgimg_sp {
    display: block;
    position: absolute;
    top: 64px;
    right: 0;
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-work__bgimg02 {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 119px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-work__bgimg02 {
    display: none;
  }
}

.p-work-content {
  border-bottom: 1px solid #60818B;
  padding-bottom: 80px;
  margin-bottom: 73px;
}
@media screen and (max-width: 1080px) {
  .p-work-content {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.p-work-content__title {
  color: #55828C;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .p-work-content__title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.p-work-content__text {
  color: #000000;
  font-size: 16px;
  line-height: 1.75;
}

.p-work-content02 {
  border-bottom: 1px solid #60818B;
  padding-bottom: 80px;
  margin-bottom: 73px;
}
@media screen and (max-width: 1080px) {
  .p-work-content02 {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.p-work-content02__title {
  color: #55828C;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .p-work-content02__title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.p-work-content02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 48px;
}
@media screen and (max-width: 780px) {
  .p-work-content02__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    margin-bottom: 40px;
  }
}
.p-work-content02__list:last-child {
  margin-bottom: 0;
}
.p-work-content02__list_img {
  width: 100%;
  max-width: 184px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 780px) {
    .p-work-content02__list_img {
      max-width: 640px;
    }
}
.p-work-content02__list_title {
  color: #022222;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 8px;
}
.p-work-content02__list_text {
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
}

.p-work-content03 {
  border-bottom: 1px solid #60818B;
  padding-bottom: 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .p-work-content03 {
    padding-bottom: 40px;
  }
}
.p-work-content03__title {
  color: #55828C;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 40px;
}
.p-work-content03__text {
  color: #000000;
  font-size: 16px;
  line-height: 1.75;
}

.p-work-linkBox__list {
  margin-bottom: 24px;
}
.p-work-linkBox__list:last-child {
  margin-bottom: 0;
}
.p-work-linkBox__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #022222;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .p-work-linkBox__link {
    font-size: 14px;
  }
}
.p-work-linkBox__link:hover {
  color: #C62F58;
}
.p-work-linkBox__link:hover .p-work-linkBox__link_icon::before {
  background-color: #C62F58;
}
.p-work-linkBox__link:hover .p-work-linkBox__link_icon::after {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../imgs/button_icon_hover.png);
  background-size: contain;
}
.p-work-linkBox__link_icon {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  z-index: 1;
}
.p-work-linkBox__link_icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.p-work-linkBox__link_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}

.p-about {
  position: relative;
  overflow: hidden;
}
.p-about__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 80px;
  margin: 100px auto 120px auto;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-about__inner {
    margin: 64px auto 80px auto;
    padding: 0 16px;
  }
}
.p-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 47px;
}
@media screen and (max-width: 1080px) {
  .p-about__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
  }
}
.p-about__wapper {
  min-width: 680px;
  padding-top: 112px;
}
@media screen and (max-width: 1080px) {
  .p-about__wapper {
    padding-top: 40px;
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
}
.p-about__head {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  display: block;
}
.p-about__head::before {
  position: relative;
  bottom: 2px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C62F58;
  border-radius: 50%;
  margin-right: 8px;
}
.p-about__title {
  color: #022222;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 42px;
}
@media screen and (max-width: 1080px) {
  .p-about__title {
    margin-bottom: 32px;
  }
}
.p-about__subTitle {
  color: #022222;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 35px;
}
@media screen and (max-width: 1080px) {
  .p-about__subTitle {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.p-about__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 1080px) {
  .p-about__text {
    width: 100%;
  }
}
.p-about__text_mb {
  margin-bottom: 31px;
}
@media screen and (max-width: 1080px) {
  .p-about__text_mb {
    margin-bottom: 24px;
  }
}
.p-about__img {
  width: 780px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 62px;
  margin-left: -30px;
}
@media screen and (max-width: 1080px) {
  .p-about__img {
    width: 458px;
    margin: 0;
  }
}
.p-about__bgimg {
  position: absolute;
  top: 100px;
  right: 0;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-about__bgimg {
    display: none;
  }
}
.p-about__bgimg_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-about__bgimg_sp {
    display: block;
    position: absolute;
    top: 64px;
    right: 0;
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-about__bgimg02 {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 119px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-about__bgimg02 {
    display: none;
  }
}

.p-about-card {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 62px;
  background-color: #F2F4F9;
}
@media screen and (max-width: 1080px) {
  .p-about-card {
    grid-template-columns: repeat(auto-fit, 160px);
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
    row-gap: 32px;
  }
}
.p-about-card__link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-about-card__link:hover {
  opacity: 0.6;
}
.p-about-card__img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 12px;
}
@media screen and (max-width: 1080px) {
  .p-about-card__img {
    margin-bottom: 8px;
  }
}
.p-about-card__title {
  color: #022222;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.p-about-card__text {
  color: #022222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.68;
}

.p-company {
  position: relative;
  overflow: hidden;
}
.p-company__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 80px;
  margin: 100px auto 120px auto;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-company__inner {
    margin: 64px auto 80px auto;
    padding: 0 16px;
  }
}
.p-company__head {
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding-top: 112px;
  margin-bottom: 8px;
  display: block;
}
.p-company__head::before {
  position: relative;
  bottom: 2px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C62F58;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 1080px) {
  .p-company__head {
    padding-top: 40px;
  }
}
.p-company__title {
  color: #022222;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .p-company__title {
    font-size: 28px;
    margin-bottom: 36px;
    line-height: 1.5;
  }
}
.p-company__bgimg {
  position: absolute;
  top: 100px;
  right: 0;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-company__bgimg {
    display: none;
  }
}
.p-company__bgimg_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-company__bgimg_sp {
    display: block;
    position: absolute;
    top: 64px;
    right: 0;
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-company-table__wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #60818B;
  padding: 32px 0;
}
@media screen and (max-width: 1080px) {
  .p-company-table__wapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    padding: 24px 0;
  }
}
.p-company-table__title {
  width: 180px;
  color: #55828C;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  padding-right: 20px;
}
@media screen and (max-width: 1080px) {
  .p-company-table__title {
    width: 100%;
  }
}
.p-company-table__text {
  color: #022222;
  font-size: 16px;
  line-height: 1.75;
}
.p-company-table__mapBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1080px) {
  .p-company-table__mapBox {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
}
.p-company-table__route {
  color: #022222;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 1080px) {
  .p-company-table__route {
    font-size: 16px;
    line-height: 1.75;
  }
}
.p-company-table__map {
  width: 540px;
  height: 300px;
}
@media screen and (max-width: 1080px) {
  .p-company-table__map {
    width: 100%;
    height: 444px;
  }
}
.p-company-table__cardBig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 24px;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 14px;
}
@media screen and (max-width: 1080px) {
  .p-company-table__cardBig {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    margin-bottom: 12px;
  }
}
.p-company-table__cardBig img {
  width: 100%;
  max-width: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-company-table__cardBig p {
  color: #022222;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 1080px) {
  .p-company-table__cardBig p {
    font-size: 16px;
    line-height: 1.75;
  }
}
.p-company-table__cardBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 14px;
}
@media screen and (max-width: 1080px) {
  .p-company-table__cardBox {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 12px;
  }
}
.p-company-table__card {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 96px;
  border-radius: 8px;
  background-color: #ffffff;
}
.p-company-table__card img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-philosophy {
  position: relative;
  overflow: hidden;
}
.p-philosophy__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 80px;
  margin: 100px auto 120px auto;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-philosophy__inner {
    margin: 64px auto 80px auto;
    padding: 0 16px;
  }
}
.p-philosophy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-bottom: 80px;
  gap: 92px;
  border-bottom: 1px solid #60818B;
}
@media screen and (max-width: 1080px) {
  .p-philosophy__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 40px;
  }
}
.p-philosophy__wapper {
  min-width: 540px;
  padding-top: 112px;
}
@media screen and (max-width: 1080px) {
  .p-philosophy__wapper {
    padding-top: 40px;
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
}
.p-philosophy__head {
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  display: block;
}
.p-philosophy__head::before {
  position: relative;
  bottom: 2px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C62F58;
  border-radius: 50%;
  margin-right: 8px;
}
.p-philosophy__title {
  color: #022222;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 1080px) {
  .p-philosophy__title {
    margin-bottom: 32px;
  }
}
.p-philosophy__subTitle {
  color: #022222;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  .p-philosophy__subTitle {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.p-philosophy__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .p-philosophy__text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-philosophy__img {
  width: 675px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1080px) {
  .p-philosophy__img {
    display: none;
  }
}
.p-philosophy__img_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-philosophy__img_sp {
    display: block;
    width: 458px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0;
  }
}
.p-philosophy__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .p-philosophy__lists {
    display: grid;
    grid-template-columns: repeat(auto-fit, 160px);
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
    row-gap: 32px;
  }
}
.p-philosophy__link {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-philosophy__link:hover {
  opacity: 0.6;
}
.p-philosophy__link_img {
  width: 100%;
  max-width: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
  margin-bottom: 12px;
}
.p-philosophy__link_title {
  color: #022222;
  font-size: 16px;
  font-weight: 600;
}
.p-philosophy__bgimg {
  position: absolute;
  top: 100px;
  right: 0;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-philosophy__bgimg {
    display: none;
  }
}
.p-philosophy__bgimg_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-philosophy__bgimg_sp {
    display: block;
    position: absolute;
    top: 64px;
    right: 0;
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-employment {
  position: relative;
  overflow: hidden;
}
.p-employment__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 80px;
  margin: 100px auto 120px auto;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-employment__inner {
    margin: 64px auto 80px auto;
    padding: 0 16px;
  }
}
.p-employment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 44px;
  gap: 140px;
}
@media screen and (max-width: 1080px) {
  .p-employment__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-employment__wapper {
  min-width: 520px;
  padding-top: 110px;
}
@media screen and (max-width: 1080px) {
  .p-employment__wapper {
    padding-top: 40px;
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
}
.p-employment__head {
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  display: block;
}
.p-employment__head::before {
  position: relative;
  bottom: 2px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C62F58;
  border-radius: 50%;
  margin-right: 8px;
}
.p-employment__title {
  color: #022222;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 1080px) {
  .p-employment__title {
    margin-bottom: 32px;
  }
}
.p-employment__subTitle {
  color: #022222;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 35px;
}
@media screen and (max-width: 1080px) {
  .p-employment__subTitle {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.p-employment__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 1080px) {
  .p-employment__text {
    width: 100%;
  }
}
.p-employment__text_mb {
  margin-bottom: 25px;
}
@media screen and (max-width: 1080px) {
  .p-employment__text_mb {
    margin-bottom: 24px;
  }
}
.p-employment__img {
  max-width: 524px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 170px;
}
@media screen and (max-width: 1080px) {
  .p-employment__img {
    width: 343px;
    margin: 0;
  }
}
.p-employment__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #022222;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .p-employment__link {
    top: 0;
    font-size: 18px;
  }
}
.p-employment__link:hover {
  color: #C62F58;
}
.p-employment__link:hover .p-employment__link_icon::before {
  background-color: #C62F58;
}
.p-employment__link:hover .p-employment__link_icon::after {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../imgs/button_icon_hover.png);
  background-size: contain;
}
.p-employment__link_icon {
  position: relative;
  display: inline-block;
  top: 1px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-employment__link_icon {
    width: 48px;
    height: 48px;
  }
}
.p-employment__link_icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
 ght: 8px;
  background-color: #C62F58;
  border-radius: 50%;
  margin-right: 8px;
}
.p-philosophy__title {
  color: #022222;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 1080px) {
  .p-philosophy__title {
    margin-bottom: 32px;
  }
}
.p-philosophy__subTitle {
  color: #022222;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  .p-philosophy__subTitle {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.p-philosophy__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .p-philosophy__text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-philosophy__img {
  width: 675px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1080px) {
  .p-philosophy__img {
    display: none;
  }
}
.p-philosophy__img_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-philosophy__img_sp {
    display: block;
    width: 458px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0;
  }
}
.p-philosophy__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .p-philosophy__lists {
    display: grid;
    grid-template-columns: repeat(auto-fit, 160px);
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
    row-gap: 32px;
  }
}
.p-philosophy__link {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-philosophy__link:hover {
  opacity: 0.6;
}
.p-philosophy__link_img {
  width: 100%;
  max-width: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
  margin-bottom: 12px;
}
.p-philosophy__link_title {
  color: #022222;
  font-size: 16px;
  font-weight: 600;
}
.p-philosophy__bgimg {
  position: absolute;
  top: 100px;
  right: 0;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-philosophy__bgimg {
    display: none;
  }
}
.p-philosophy__bgimg_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-philosophy__bgimg_sp {
    display: block;
    position: absolute;
    top: 64px;
    right: 0;
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-employment {
  position: relative;
  overflow: hidden;
}
.p-employment__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 80px;
  margin: 100px auto 120px auto;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-employment__inner {
    margin: 64px auto 80px auto;
    padding: 0 16px;
  }
}
.p-employment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 44px;
  gap: 140px;
}
@media screen and (max-width: 1080px) {
  .p-employment__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-employment__wapper {
  min-width: 520px;
  padding-top: 110px;
}
@media screen and (max-width: 1080px) {
  .p-employment__wapper {
    padding-top: 40px;
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
}
.p-employment__head {
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  display: block;
}
.p-employment__head::before {
  position: relative;
  bottom: 2px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C62F58;
  border-radius: 50%;
  margin-right: 8px;
}
.p-employment__title {
  color: #022222;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 1080px) {
  .p-employment__title {
    margin-bottom: 32px;
  }
}
.p-employment__subTitle {
  color: #022222;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 35px;
}
@media screen and (max-width: 1080px) {
  .p-employment__subTitle {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.p-employment__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 1080px) {
  .p-employment__text {
    width: 100%;
  }
}
.p-employment__text_mb {
  margin-bottom: 25px;
}
@media screen and (max-width: 1080px) {
  .p-employment__text_mb {
    margin-bottom: 24px;
  }
}
.p-employment__img {
  max-width: 524px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 170px;
}
@media screen and (max-width: 1080px) {
  .p-employment__img {
    width: 343px;
    margin: 0;
  }
}
.p-employment__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #022222;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .p-employment__link {
    top: 0;
    font-size: 18px;
  }
}
.p-employment__link:hover {
  color: #C62F58;
}
.p-employment__link:hover .p-employment__link_icon::before {
  background-color: #C62F58;
}
.p-employment__link:hover .p-employment__link_icon::after {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../imgs/button_icon_hover.png);
  background-size: contain;
}
.p-employment__link_icon {
  position: relative;
  display: inline-block;
  top: 1px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-employment__link_icon {
    width: 48px;
    height: 48px;
  }
}
.p-employment__link_icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-employment__link_icon::before {
    width: 48px;
    height: 48px;
  }
}
.p-employment__link_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
.p-employment__box {
  padding-bottom: 80px;
  border-bottom: 1px solid #60818B;
}
@media screen and (max-width: 1080px) {
  .p-employment__box {
    padding-bottom: 40px;
  }
}
.p-employment__bgimg {
  position: absolute;
  top: 100px;
  right: 0;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-employment__bgimg {
    display: none;
  }
}
.p-employment__bgimg_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-employment__bgimg_sp {
    display: block;
    position: absolute;
    top: 64px;
    right: 0;
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-employment-card {
  padding: 32px 32px 32px 40px;
  background-color: #ffffff;
  border: 1px solid #60818B;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 16px;
}
@media screen and (max-width: 1080px) {
  .p-employment-card {
    padding: 24px 16px;
  }
}
.p-employment-card_mb {
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .p-employment-card_mb {
    margin-bottom: 32px;
  }
}
.p-employment-card__title {
  color: #55828C;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.p-employment-card__text {
  color: #2F2F2F;
  font-size: 16px;
  line-height: 1.75;
}
.p-employment-card__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #022222;
  font-size: 18px;
  font-weight: 600;
  margin-top: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .p-employment-card__link {
    font-size: 14px;
    margin-top: 24px;
  }
}
.p-employment-card__link:hover {
  color: #C62F58;
}
.p-employment-card__link:hover .p-employment-card__link_icon::before {
  background-color: #C62F58;
}
.p-employment-card__link:hover .p-employment-card__link_icon::after {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../imgs/button_icon_hover.png);
  background-size: contain;
}
.p-employment-card__link_icon {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  z-index: 1;
}
.p-employment-card__link_icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.p-employment-card__link_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}

.p-base {
  position: relative;
  overflow: hidden;
}
.p-base__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 80px;
  margin: 100px auto 120px auto;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-base__inner {
    margin: 64px auto 80px auto;
    padding: 0 16px;
  }
}
.p-base__head {
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding-top: 110px;
  margin-bottom: 8px;
  display: block;
}
.p-base__head::before {
  position: relative;
  bottom: 2px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C62F58;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 1080px) {
  .p-base__head {
    padding-top: 40px;
  }
}
.p-base__title {
  color: #022222;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .p-base__title {
    font-size: 24px;
    margin-bottom: 32px;
    line-height: 1.5;
  }
}
.p-base__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width:640px;
text-align: center;
  margin: 0 auto 24px;
    display: block;
}
@media screen and (max-width: 1080px) {
  .p-base__img {
    margin-bottom: 8px;
  }
}
.p-base__bgimg {
  position: absolute;
  top: 100px;
  right: 0;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-base__bgimg {
    display: none;
  }
}
.p-base__bgimg_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-base__bgimg_sp {
    display: block;
    position: absolute;
    top: 64px;
    right: 0;
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-base-table {
  width: 100%;
}
.p-base-table__wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #60818B;
  padding: 32px 0;
  gap: 92px;
}
@media screen and (max-width: 1080px) {
  .p-base-table__wapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    padding: 24px 0;
  }
}
.p-base-table__title {
  width: 180px;
  color: #55828C;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (max-width: 1080px) {
  .p-base-table__title {
    width: 100%;
  }
}
.p-base-table__text {
  color: #022222;
  font-size: 16px;
  line-height: 1.75;
}

.p-greeting {
  position: relative;
  overflow: hidden;
}
.p-greeting__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 80px;
  margin: 100px auto 120px auto;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-greeting__inner {
    margin: 64px auto 80px auto;
    padding: 0 16px;
  }
}
.p-greeting__head {
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding-top: 110px;
  margin-bottom: 8px;
  display: block;
}
.p-greeting__head::before {
  position: relative;
  bottom: 2px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C62F58;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 1080px) {
  .p-greeting__head {
    padding-top: 40px;
  }
}
.p-greeting__title {
  color: #022222;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .p-greeting__title {
    font-size: 24px;
    margin-bottom: 32px;
    line-height: 1.5;
  }
}
.p-greeting__subTitle {
  color: #55828C;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .p-greeting__subTitle {
    font-size: 32px;
    margin-bottom: 32px;
    line-height: 1.5;
  }
}
.p-greeting__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 24px;
}
.p-greeting__name {
  color: #55828C;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  margin-top: 56px;
}
@media screen and (max-width: 1080px) {
  .p-greeting__name {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
.p-greeting__bgimg {
  position: absolute;
  top: 100px;
  right: 0;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-greeting__bgimg {
    display: none;
  }
}
.p-greeting__bgimg_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-greeting__bgimg_sp {
    display: block;
    position: absolute;
    top: 64px;
    right: 0;
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-newslist {
  position: relative;
  overflow: hidden;
}
.p-newslist__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 80px;
  margin: 100px auto 120px auto;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-newslist__inner {
    margin: 64px auto 80px auto;
    padding: 0;
  }
}
@media screen and (max-width: 1080px) {
  .p-newslist__wapper {
    padding: 0 16px;
  }
}
.p-newslist__head {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding-top: 112px;
  margin-bottom: 8px;
  display: block;
}
.p-newslist__head::before {
  position: relative;
  bottom: 2px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C62F58;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 1080px) {
  .p-newslist__head {
    padding-top: 40px;
  }
}
.p-newslist__title {
  color: #022222;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .p-newslist__title {
    font-size: 24px;
    margin-bottom: 32px;
    line-height: 1.5;
  }
}
.p-newslist__lists {
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .p-newslist__lists {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.p-newslist__list {
  position: relative;
  border-bottom: 1px solid #D6D9E0;
}
@media screen and (max-width: 1080px) {
  .p-newslist__list:last-child {
    border-bottom: none;
  }
}
.p-newslist__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 100%;
  color: #022222;
  padding: 38px 40px 30px 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .p-newslist__link {
    display: block;
    padding: 24px 69px 24px 16px;
  }
}
.p-newslist__link:hover {
  color: #C62F58;
}
.p-newslist__link:hover .p-newslist__link_icon::before {
  background-color: #C62F58;
}
.p-newslist__link:hover .p-newslist__link_icon::after {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../imgs/button_icon_hover.png);
  background-size: contain;
}
.p-newslist__link_icon {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-newslist__link_icon {
    right: 16px;
  }
}
.p-newslist__link_icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.p-newslist__link_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
.p-newslist__time {
  display: block;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 1080px) {
  .p-newslist__time {
    margin-bottom: 12px;
  }
}
.p-newslist__text {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
  .p-newslist__text {
    font-weight: 600;
  }
}
.p-newslist__bgimg {
  position: absolute;
  top: 100px;
  right: 0;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-newslist__bgimg {
    display: none;
  }
}
.p-newslist__bgimg_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-newslist__bgimg_sp {
    display: block;
    position: absolute;
    top: 64px;
    right: 0;
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-newslist__bgimg02 {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 119px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-newslist__bgimg02 {
    display: none;
  }
}

.p-newslist-pageNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  text-align: center;
}
.p-newslist-pageNav__link {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 50%;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #55828C;
  font-size: 18px;
  font-weight: 600;
  padding-top: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-newslist-pageNav__link_on {
  background-color: #55828C;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .p-newslist-pageNav__link_spNone {
    display: none;
  }
}
.p-newslist-pageNav__link:hover {
  opacity: 0.6;
}
.p-newslist-pageNav__return {
  position: relative;
}
.p-newslist-pageNav__return::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 15.3px;
  background-image: url(../imgs/arrow-return.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-newslist-pageNav__next {
  position: relative;
}
.p-newslist-pageNav__next::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 15.3px;
  background-image: url(../imgs/arrow-next.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-single {
  position: relative;
  overflow: hidden;
}
.p-single__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 80px;
  margin: 100px auto 120px auto;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-single__inner {
    margin: 64px auto 80px auto;
    padding: 0 16px;
  }
}
.p-single__head {
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding-top: 112px;
  margin-bottom: 8px;
  display: block;
}
.p-single__head::before {
  position: relative;
  bottom: 2px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C62F58;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 1080px) {
  .p-single__head {
    padding-top: 40px;
  }
}
.p-single__title {
  color: #022222;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (max-width: 1080px) {
  .p-single__title {
    font-size: 28px;
  }
}
.p-single__time {
  display: block;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #022222;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  .p-single__time {
    margin-bottom: 24px;
  }
}
.p-single__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .p-single__text {
    margin-bottom: 40px;
  }
}
.p-single__text_mb {
  margin-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  .p-single__text_mb {
    margin-bottom: 40px;
  }
}
.p-single__subTitle {
  color: #55828C;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  .p-single__subTitle {
    font-size: 27px;
    margin-bottom: 24px;
  }
}
.p-single__iconLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  .p-single__iconLists {
    margin-bottom: 24px;
  }
}
.p-single__iconLink {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-single__iconLink:hover {
  opacity: 0.6;
}
.p-single__iconLink img {
  width: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-single__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #022222;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .p-single__link {
    font-size: 14px;
  }
}
.p-single__link:hover {
  color: #C62F58;
}
.p-single__link:hover .p-single__link_icon::before {
  background-color: #C62F58;
}
.p-single__link:hover .p-single__link_icon::after {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../imgs/button_icon_hover.png);
  background-size: contain;
}
.p-single__link_icon {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  z-index: 1;
}
.p-single__link_icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.p-single__link_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
.p-single__bgimg {
  position: absolute;
  top: 100px;
  right: 0;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-single__bgimg {
    display: none;
  }
}
.p-single__bgimg_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-single__bgimg_sp {
    display: block;
    position: absolute;
    top: 64px;
    right: 0;
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-single__bgimg02 {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 119px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-single__bgimg02 {
    display: none;
  }
}

.p-single-table {
  width: 100%;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .p-single-table {
    margin-bottom: 16px;
  }
}
.p-single-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1080px) {
  .p-single-table tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-single-table th {
  width: 160px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 32px;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
}
@media screen and (max-width: 1080px) {
  .p-single-table th {
    width: 100%;
    padding: 16px;
  }
}
.p-single-table td {
  width: calc(100% - 160px);
  color: #222222;
  font-size: 16px;
  padding: 16px 32px;
}
@media screen and (max-width: 1080px) {
  .p-single-table td {
    width: 100%;
    padding: 24px 0;
  }
}

.p-single-card {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #60818B;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  padding: 32px 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1080px) {
  .p-single-card {
    padding: 24px 16px;
  }
}
.p-single-card__title {
  color: #55828C;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.p-single-card__text {
  color: #2F2F2F;
  font-size: 14px;
  line-height: 2;
}

.p-secrity {
  position: relative;
  overflow: hidden;
}
.p-secrity__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 80px;
  margin: 100px auto 120px auto;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-secrity__inner {
    margin: 64px auto 80px auto;
    padding: 0 16px;
  }
}
.p-secrity__head {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding-top: 112px;
  margin-bottom: 8px;
  display: block;
}
.p-secrity__head::before {
  position: relative;
  bottom: 2px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C62F58;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 1080px) {
  .p-secrity__head {
    padding-top: 40px;
  }
}
.p-secrity__title {
  color: #022222;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .p-secrity__title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.p-secrity__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .p-secrity__text {
    margin-bottom: 40px;
  }
}
.p-secrity__subTitle {
  color: #55828C;
  font-size: 24px;
  line-height: 1.33;
  font-weight: 600;
  margin-bottom: 24px;
}
.p-secrity__cons {
  margin-top: 80px;
  text-align: right;
  color: #022222;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1080px) {
  .p-secrity__cons {
    margin-top: 40px;
  }
}
.p-secrity__bgimg {
  position: absolute;
  top: 100px;
  right: 0;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-secrity__bgimg {
    display: none;
  }
}
.p-secrity__bgimg_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-secrity__bgimg_sp {
    display: block;
    position: absolute;
    top: 64px;
    right: 0;
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-secrity__bgimg02 {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 119px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-secrity__bgimg02 {
    display: none;
  }
}

.p-policy {
  position: relative;
  overflow: hidden;
}
.p-policy__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 80px;
  margin: 100px auto 120px auto;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-policy__inner {
    margin: 64px auto 80px auto;
    padding: 0 16px;
  }
}
.p-policy__head {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding-top: 112px;
  margin-bottom: 8px;
  display: block;
}
.p-policy__head::before {
  position: relative;
  bottom: 2px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C62F58;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 1080px) {
  .p-policy__head {
    padding-top: 40px;
  }
}
.p-policy__title {
  color: #022222;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .p-policy__title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.p-policy__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .p-policy__text {
    margin-bottom: 40px;
  }
}
.p-policy__text_mb {
  margin-bottom: 0;
}
.p-policy__link {
  display: inline-block;
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
  border-bottom: 1px solid #222222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-policy__link:hover {
  opacity: 0.6;
}
.p-policy__link_mb {
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .p-policy__link_mb {
    margin-bottom: 40px;
  }
}
.p-policy__subTitle {
  color: #55828C;
  font-size: 24px;
  line-height: 1.33;
  font-weight: 600;
  margin-bottom: 24px;
}
.p-policy__bgimg {
  position: absolute;
  top: 100px;
  right: 0;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-policy__bgimg {
    display: none;
  }
}
.p-policy__bgimg_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-policy__bgimg_sp {
    display: block;
    position: absolute;
    top: 64px;
    right: 0;
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-policy__bgimg02 {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 119px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-policy__bgimg02 {
    display: none;
  }
}

.p-not {
  position: relative;
  overflow: hidden;
}
.p-not__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 80px;
  margin: 100px auto 146px auto;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-not__inner {
    margin: 64px auto 80px auto;
    padding: 0 16px;
  }
}
.p-not__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 150px;
}
@media screen and (max-width: 1080px) {
  .p-not__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-not__wapper {
  min-width: 670px;
  padding-top: 184px;
}
@media screen and (max-width: 1080px) {
  .p-not__wapper {
    padding-top: 40px;
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
}
.p-not__head {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  display: block;
}
.p-not__head::before {
  position: relative;
  bottom: 2px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C62F58;
  border-radius: 50%;
  margin-right: 8px;
}
.p-not__title {
  color: #022222;
  font-size: 48px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 1080px) {
  .p-not__title {
    margin-bottom: 32px;
    font-size: 28px;
  }
}
.p-not__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 1080px) {
  .p-not__text {
    width: 100%;
  }
}
.p-not__link {
  position: relative;
  top: -50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #022222;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .p-not__link {
    top: 0;
    font-size: 18px;
  }
}
.p-not__link:hover {
  color: #C62F58;
}
.p-not__link:hover .p-not__link_icon::before {
  background-color: #C62F58;
}
.p-not__link:hover .p-not__link_icon::after {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../imgs/button_icon_hover.png);
  background-size: contain;
}
.p-not__link_icon {
  position: relative;
  display: inline-block;
  top: 1px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-not__link_icon {
    width: 48px;
    height: 48px;
  }
}
.p-not__link_icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-not__link_icon::before {
    width: 48px;
    height: 48px;
  }
}
.p-not__link_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
.p-not__img {
  width: 115px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-top: 228px;
}
@media screen and (max-width: 1080px) {
  .p-not__img {
    padding-top: 0;
  }
}
.p-not__bgimg {
  position: absolute;
  top: 100px;
  right: 0;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-not__bgimg {
    display: none;
  }
}
.p-not__bgimg_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-not__bgimg_sp {
    display: block;
    position: absolute;
    top: 64px;
    right: 0;
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-contactMain {
  position: relative;
  overflow: hidden;
}
.p-contactMain__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 80px;
  margin: 100px auto 120px auto;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-contactMain__inner {
    margin: 64px auto 80px auto;
    padding: 0 16px;
  }
}
.p-contactMain__head {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #C62F58;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding-top: 110px;
  margin-bottom: 8px;
  display: block;
}
.p-contactMain__head::before {
  position: relative;
  bottom: 2px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C62F58;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 1080px) {
  .p-contactMain__head {
    padding-top: 40px;
  }
}
.p-contactMain__title {
  color: #022222;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .p-contactMain__title {
    font-size: 24px;
    margin-bottom: 32px;
    line-height: 1.5;
  }
}
.p-contactMain__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .p-contactMain__text {
    margin-bottom: 32px;
  }
}
.p-contactMain__bgimg {
  position: absolute;
  top: 100px;
  right: 0;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-contactMain__bgimg {
    display: none;
  }
}
.p-contactMain__bgimg_sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-contactMain__bgimg_sp {
    display: block;
    position: absolute;
    top: 64px;
    right: 0;
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-contactMain__bgimg02 {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 128px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-contactMain__bgimg02 {
    display: none;
  }
}

.p-contactMain-card {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 120px auto;
  background-color: #ffffff;
  border: 1px solid #60818B;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 64px 20px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .p-contactMain-card {
    padding: 40px 16px;
    margin: 0 auto 56px auto;
  }
}
.p-contactMain-card__title {
  color: #55828C;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 1080px) {
  .p-contactMain-card__title {
    margin-bottom: 16px;
  }
}
.p-contactMain-card__tel {
  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;
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1080px) {
  .p-contactMain-card__tel {
    gap: 8px;
    margin-bottom: 16px;
  }
}
.p-contactMain-card__tel_img {
  width: 36.8px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 10px;
}
@media screen and (max-width: 1080px) {
  .p-contactMain-card__tel_img {
    margin-top: 0px;
    width: 30.7px;
  }
}
.p-contactMain-card__tel_number {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #022222;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1080px) {
  .p-contactMain-card__tel_number {
    font-size: 36px;
  }
}
.p-contactMain-card__time {
  color: #55828C;
  font-size: 18px;
  font-weight: 600;
}

.p-contactMain-form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.p-contactMain-form__title {
  color: #55828C;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .p-contactMain-form__title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.p-contactMain-form__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .p-contactMain-form__text {
    text-align: left;
    margin-bottom: 32px;
  }
}
.p-contactMain-form__text_mb {
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .p-contactMain-form__text_mb {
    margin-bottom: 56px;
  }
}
.p-contactMain-form__table {
  width: 100%;
  margin-bottom: 64px;
}
@media screen and (max-width: 1080px) {
  .p-contactMain-form__table {
    margin-bottom: 56px;
  }
}
.p-contactMain-form__wap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1080px) {
  .p-contactMain-form__wap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0px;
  }
}
.p-contactMain-form__wap::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 280px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-contactMain-form__wap::before {
    display: none;
  }
}
.p-contactMain-form__name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
  padding: 24px;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-contactMain-form__name {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
    background: linear-gradient(to right, #55828C, #6DBEC1);
    padding: 12px 16px;
    margin-bottom: 16px;
  }
}
.p-contactMain-form__name span {
  white-space: nowrap;
  margin-left: 14px;
  background-color: #ffffff;
  color: #C62F58;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 12px;
  border-radius: 4px;
}
.p-contactMain-form__input {
  width: calc(100% - 304px);
  padding: 12px 0;
}
@media screen and (max-width: 1080px) {
  .p-contactMain-form__input {
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
  }
}
.p-contactMain-form__input input {
  display: inline-block;
  width: 100%;
  height: 48px;
  color: #222222;
  font-size: 16px;
  padding: 0 10px;
  background-color: #ffffff;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
.p-contactMain-form__input textarea {
  display: inline-block;
  width: 100%;
  min-height: 160px;
  color: #222222;
  font-size: 16px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
.p-contactMain-form__checkbox {
  font-size: 16px;
  padding: 25px 0;
}
@media screen and (max-width: 1080px) {
  .p-contactMain-form__checkbox {
    padding: 0;
  }
}
.p-contactMain-form__checkbox input {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #222222;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 2px;
}
.p-contactMain-form__checkbox a {
  color: #55828C;
  border-bottom: 1px solid #55828C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contactMain-form__checkbox a:hover {
  opacity: 0.6;
}
.p-contactMain-form__button {
  position: relative;
  display: block;
  margin: 0 auto;
}
.p-contactMain-form__button:hover .p-contactMain-form__button_icon::before {
  background-color: #C62F58;
}
.p-contactMain-form__button:hover .p-contactMain-form__button_icon::after {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../imgs/button_icon_hover.png);
  background-size: contain;
}
.p-contactMain-form__button input {
  width: 240px;
  padding: 20px;
  display: inline-block;
  text-align: center;
  color: #55828C;
  font-size: 16px;
  font-weight: 600;
  background-color: #ffffff;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contactMain-form__button input:hover {
  color: #C62F58;
}
.p-contactMain-form__button_icon {
  position: absolute;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-contactMain-form__button_icon {
    width: 32px;
    height: 32px;
  }
}
.p-contactMain-form__button_icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .p-contactMain-form__button_icon::before {
    width: 32px;
    height: 32px;
  }
}
.p-contactMain-form__button_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
.p-contactMain-form__answer {
  width: calc(100% - 304px);
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
  padding: 24px 0;
}
@media screen and (max-width: 1080px) {
  .p-contactMain-form__answer {
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
  }
}
.p-contactMain-form__back {
  position: relative;
  display: block;
  margin: 24px auto 0 auto;
}
.p-contactMain-form__back a {
  color: #55828C;
  font-size: 14px;
  border-bottom: 1px solid #55828C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contactMain-form__back a:hover {
  opacity: 0.6;
}
.p-contactMain-form__top {
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #022222;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .p-contactMain-form__top {
    top: 0;
    left: 0%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.p-contactMain-form__top:hover {
  color: #C62F58;
}
.p-contactMain-form__top:hover .p-contactMain-form__top_icon::before {
  background-color: #C62F58;
}
.p-contactMain-form__top:hover .p-contactMain-form__top_icon::after {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../imgs/button_icon_hover.png);
  background-size: contain;
}
.p-contactMain-form__top_icon {
  position: relative;
  display: inline-block;
  top: 1px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#55828C), to(#6DBEC1));
  background: linear-gradient(to right, #55828C, #6DBEC1);
  z-index: 1;
}
.p-contactMain-form__top_icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.p-contactMain-form__top_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}/*# sourceMappingURL=style.css.map */