@charset "UTF-8";
/*
Theme Name: original
Theme URL:
Description: WordPress original theme 「original」
Author: 
License: 
License URI: 
*/
/* ---------------------------------------
 ** reset CSS
 ---------------------------------------*/
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  /* 2 */
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, table, pre {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

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

ul, ol {
  list-style: none;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* --------------------------------------- */
input[type=text],
input[type=email],
input[type=tel] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  border-radius: 10px;
  background-color: #F1F1F1;
  color: #000;
  font-family: sans-serif;
  font-size: 16px;
}

input,
textarea,
select {
  background-color: #f1f1f1;
}

button.btn::after {
  left: 0;
}

input,
button,
textarea,
select {
  border: none;
  border-radius: 0;
  outline: none;
  color: #999;
}

html {
  font-size: 87.5%;
  /* 87.5% */
}

.text {
  text-align: center;
}

body {
  font-family: "Noto Serif JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.75;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: middle;
}

/* ClearFix */
.clearfix::after {
  display: block;
  height: 0;
  clear: both;
  content: " ";
}

.l-wrapper {
  margin: 0 auto;
  overflow: hidden;
}
.l-head__logo {
  width: 120px;
  margin-left: 10px;
}
.l-head__nav {
  -webkit-transition: all 0.8s ease-in-out;
  display: none;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  overflow-y: scroll;
  background-color: #191B29;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.l-head__nav__parent {
  padding: 16%;
}
.l-head__nav__parent > li {
  margin-bottom: 40px;
}
.l-head__nav__parent > li:last-child {
  margin-bottom: 60px;
}
.l-head__nav__contact {
  padding-block: 10%;
  display: block;
}
.l-head__nav__list {
  color: #fff;
}
.l-head__nav__folder {
  position: static;
}
.l-head__nav__child {
  position: static;
}
.l-head__nav__child li a {
  display: block;
  padding: 12px;
  color: #fff;
}
.l-head__nav__contact {
  color: #fff;
}
.l-head__nav__sp {
  padding-block: 10%;
  display: block;
  color: #fff;
}
.l-head__nav__sp--cta {
  padding-block: 10%;
  display: block;
  margin-bottom: 40px;
  border: 1px solid #fff;
  text-align: center;
}
.l-head__toggle {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  background: transparent;
}
.l-head__toggle span {
  zoom: 1;
  -webkit-transform: translateX(-50%);
  -webkit-transition: all 0.2s linear;
  display: block;
  position: absolute;
  left: 50%;
  width: 20px;
  height: 1px;
          transform: translateX(-50%);
  background-color: #000;
  transition: all 0.2s linear;
}
.l-head__toggle span:nth-child(1) {
  top: 13px;
}
.l-head__toggle span:nth-child(2) {
  top: 22px;
}

.is-open .l-head__nav {
  display: block;
  opacity: 100;
}
.is-open .l-head__toggle span:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(-135deg);
  top: 17px;
          transform: translateX(-50%) rotate(-135deg);
}
.is-open .l-head__toggle span:nth-child(2) {
  -webkit-transform: translateX(-50%) rotate(135deg);
  top: 17px;
          transform: translateX(-50%) rotate(135deg);
}

#child {
  height: auto;
}

.l-footer {
  position: relative;
  margin-top: 20%;
  border-radius: 30px 30px 0 0;
  background-color: #3A4850;
}
.l-footer__inr {
  margin-inline: auto;
  width: 100%;
  max-width: 320px;
  padding-bottom: 6%;
  line-height: 2.25;
}
.l-footer__biscuss {
  position: absolute;
  top: -3.2%;
  right: 6%;
  color: #3A4850;
  font-size: 4rem;
  line-height: 1;
  text-transform: capitalize;
}
.l-footer__nav {
  padding-inline: auto;
  padding-top: 4%;
}
.l-footer__nav a {
  color: #fff;
}
.l-footer__list {
  padding-block: 30px;
  color: #fff;
}
.l-footer__list h3 {
  line-height: 1.75;
}
.l-footer__list a {
  color: #fff;
}
.l-footer__list__ttl {
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.l-footer__list div {
  margin-bottom: 30px;
}
.l-footer__sns {
  width: 50px;
  height: 50px;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 50%;
  background-color: #ccc;
}
.l-footer__copy {
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
}

.l-side__inr h3 {
  border-bottom: 1px solid;
}
.l-side__inr ul {
  margin-bottom: 2.5rem;
}
.l-side__inr ul li {
  padding: 0.25rem 0.5rem;
  border-bottom: dashed 1px #ccc;
}
.l-side__inr ul li a {
  color: #CE4343;
}

.l-contents-post__inr {
  width: 90%;
  margin: 0 auto 5rem;
}
.l-contents-post__inr_left {
  margin-bottom: 5rem;
}

.c-btn {
  padding-inline: 0;
  width: 100%;
  background-color: transparent;
}
.c-btn a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  color: #000;
}
.c-btn--primary {
  font-size: 18px;
}
.c-btn--primary p {
  margin-right: 70px;
}
.c-btn--arrow {
  -webkit-transition-duration: 1s;
  display: block;
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
  content: "";
          transition-duration: 1s;
}
.c-btn--arrow :hover {
  background-color: #000;
}
.c-btn--arrow::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
}
.c-btn--link {
  -ms-flex-item-align: end;
      align-self: end;
  margin-top: 4%;
  font-size: 1rem;
}
.c-btn--contact button {
  -ms-flex-pack: distribute;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
      justify-content: space-around;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 1.5rem 0;
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
  color: #FA9439;
  font-size: 18px;
  font-weight: 600;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
.c-btn--contact button::before {
  -webkit-transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 500%;
          transform: translateX(-98%) translateY(-25%) rotate(45deg);
  background: #F2EFEF;
  content: "";
  opacity: 0.2;
  transition: all 0.5s ease-in-out;
}
.c-btn--contact button:hover::before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
          transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.c-btn--sns {
  -webkit-transition-duration: 0.6s;
  z-index: 2;
  position: fixed;
  right: 2%;
  bottom: 5%;
  opacity: 0;
          transition-duration: 0.6s;
}

.insta_btn {
  display: block;
  position: relative;
  width: 120px;
  height: 120px;
  padding-top: 18px;
  /*グラデーション①*/
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  color: #FFF;
  font-size: 1rem;
  text-align: center;
}
.insta_btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  content: "";
}
.insta_btn div {
  position: relative;
}
.insta_btn .fa-instagram {
  -webkit-transition: 0.5s;
  display: inline-block;
  position: relative;
  font-size: 60px;
  transition: 0.5s;
}
.insta_btn .fa-instagram:hover {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}

.c-pagination {
  width: 100%;
}
.c-pagination ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}
.c-pagination ul li {
  margin-right: 0.5rem;
}
.c-pagination ul li span {
  padding: 0.55rem 0.8rem;
  border-radius: 5px;
  color: #fff;
}
.c-pagination ul li span.current, .c-pagination ul li span.dots {
  background-color: #CE4343;
}
.c-pagination ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.475rem 0.7rem;
  border-radius: 5px;
  background-color: #fff;
  color: #CE4343;
}

/*
** ぱんくず
*/
.c-breadcrumbs {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 2.5rem;
  padding: 0.75rem 0;
}
.c-breadcrumbs a {
  color: #CE4343;
}

.c-ttl--secondary {
  position: relative;
  margin-bottom: 40px;
  font-size: 2.3rem;
}
.c-ttl--secondary::first-letter {
  text-transform: uppercase;
}
.c-ttl--bg {
  -webkit-transform: translateY(10px);
  display: block;
          transform: translateY(10px);
  color: #F8F8F8;
  font-size: 4rem;
  text-align: right;
  opacity: 0;
}
.c-ttl--bg--business {
  text-align: left;
}
.c-ttl--txt {
  -webkit-transform: translateY(10px);
  position: absolute;
  bottom: -26px;
  left: 0;
          transform: translateY(10px);
  line-height: 1.5;
  opacity: 0;
}
.c-ttl--tertiary {
  margin-bottom: 32px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.c-ttl--underlayer {
  padding-block: 40px;
  background-color: #F4F4F4;
  font-size: 40px;
  text-align: center;
}
.c-ttl--underlayer__sub {
  display: block;
  margin-bottom: -8px;
  font-size: 24px;
}
.c-ttl--uppercase {
  text-transform: uppercase;
}
.c-ttl--capitalize {
  text-transform: capitalize;
}
.c-ttl--vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
          transform: translateX(-50%);
  letter-spacing: 1rem;
  line-height: 1.5;
          writing-mode: vertical-rl;
}
.c-ttl--business {
  padding-block: 20%;
}
.c-ttl--data {
  position: relative;
  top: 0;
  left: 50%;
}
.c-ttl--doughnuts {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
          transform: translate(-50%, -50%);
}

rt {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
  font-size: 1.25rem;
  letter-spacing: -1.5rem;
}

.indention {
  display: inline-block;
}

.c-post-link {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto 5rem;
  padding: 0.5rem 0;
}
.c-post-link a {
  padding: 0.875rem 2rem;
  background-color: #CE4343;
  color: #fff;
  font-size: 14px;
}
.c-post-link a:nth-child(1) {
  padding-left: 1rem;
}
.c-post-link a:nth-child(2) {
  padding-right: 1rem;
}

.c-progress {
  -webkit-transition: opacity 0.3s linear;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.c-progress__logo, .c-progress__anime {
  -webkit-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 42%;
  left: 50%;
  width: 100%;
          transform: translateX(-50%) translateY(-50%);
}
.c-progress__num {
  -webkit-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 62%;
  left: 50%;
          transform: translateX(-50%) translateY(-50%);
  color: #2B75BB;
}

.is-loaded .c-progress {
  overflow: auto;
  opacity: 0;
}

.c-fade--scale {
  -webkit-transform: scale(0.3) translateZ(0);
  display: inline-block;
          transform: scale(0.3) translateZ(0);
  opacity: 0;
}
.c-fade--left {
  -webkit-transform: translateX(-20px) translateZ(0);
  -webkit-transition: opacity 0.3s 0.2s linear, -webkit-transform 0.35s 0.2s linear;
          transform: translateX(-20px) translateZ(0);
  opacity: 0;
  transition: opacity 0.3s 0.2s linear, -webkit-transform 0.35s 0.2s linear;
  transition: transform 0.35s 0.2s linear, opacity 0.3s 0.2s linear;
  transition: transform 0.35s 0.2s linear, opacity 0.3s 0.2s linear, -webkit-transform 0.35s 0.2s linear;
}
.c-fade--right {
  -webkit-transform: translateX(20px) translateZ(0);
  -webkit-transition: opacity 0.3s 0.2s linear, -webkit-transform 0.35s 0.2s linear;
          transform: translateX(20px) translateZ(0);
  opacity: 0;
  transition: opacity 0.3s 0.2s linear, -webkit-transform 0.35s 0.2s linear;
  transition: transform 0.35s 0.2s linear, opacity 0.3s 0.2s linear;
  transition: transform 0.35s 0.2s linear, opacity 0.3s 0.2s linear, -webkit-transform 0.35s 0.2s linear;
}
.c-fade--pop {
  -webkit-transform: translateY(20px) translateZ(0);
  -webkit-transition: opacity 0.3s 0.2s linear, -webkit-transform 0.35s 0.2s linear;
          transform: translateY(20px) translateZ(0);
  opacity: 0;
  transition: opacity 0.3s 0.2s linear, -webkit-transform 0.35s 0.2s linear;
  transition: transform 0.35s 0.2s linear, opacity 0.3s 0.2s linear;
  transition: transform 0.35s 0.2s linear, opacity 0.3s 0.2s linear, -webkit-transform 0.35s 0.2s linear;
}

.is-active .c-fade--scale {
  -webkit-animation: zoomIn 0.45s 0.25s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: zoomIn 0.45s 0.25s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.is-active.c-fade--left {
  -webkit-transform: translateX(0) translateZ(0);
          transform: translateX(0) translateZ(0);
  opacity: 1;
}
.is-active.c-fade--right {
  -webkit-transform: translateX(0) translateZ(0);
          transform: translateX(0) translateZ(0);
  opacity: 1;
}
.is-active.c-fade--pop {
  -webkit-transform: translateY(0) translateZ(0);
          transform: translateY(0) translateZ(0);
  opacity: 1;
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.3) translateZ(0);
            transform: scale(0.3) translateZ(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.3) translateZ(0);
            transform: scale(0.3) translateZ(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    opacity: 1;
  }
}

.c-link-tel {
  -webkit-box-shadow: 0px 8px 0px 0px #6B5338;
  width: 100%;
  max-width: 256px;
  margin: 0 auto 3.75rem;
  border-radius: 15px;
  background-color: #fff;
          box-shadow: 0px 8px 0px 0px #6B5338;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
.c-link-tel a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  width: 90%;
  max-width: 200px;
  margin: 0 auto;
  padding: 1.5rem 0;
  color: #529418;
}
.c-link-tel a .icon {
  width: 100%;
  max-width: 18px;
  margin-right: 5%;
}
.c-link-tel a .txt {
  text-align: left;
}
.c-link-tel a .txt span:first-child {
  display: block;
  font-size: 16px;
}
.c-link-tel a .txt span:last-child {
  font-size: 10px;
}
.c-link--external {
  position: relative;
}
.c-link--external::after {
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  margin: 4px auto;
  background-image: url(images/icon/external-link.svg);
  background-repeat: no-repeat;
  content: "";
}

.c-circle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-circle__name {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 26px;
}
.c-circle__name svg {
  overflow: visible;
}
.c-circle__name svg path {
  fill: none;
}
.c-circle__name svg g {
  -webkit-transform-origin: 50% 50%;
  -webkit-transform: rotate(0deg);
  -webkit-animation: roopAnime 10s linear infinite;
          transform: rotate(0deg);
          transform-origin: 50% 50%;
          animation: roopAnime 10s linear infinite;
}
.c-circle__name svg text {
  fill: #d8e9e8;
}
.c-circle__name--position {
  position: inherit;
  right: 0;
  bottom: 0;
}
@-webkit-keyframes roopAnime {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
            transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
            transform: rotate3d(0, 0, 1, 270deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes roopAnime {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
            transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
            transform: rotate3d(0, 0, 1, 270deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
  }
}

.table {
  width: 100%;
}
.table tr {
  display: block;
  border-top: 1px solid #000;
}
.table tr:last-child {
  border-bottom: 1px solid #000;
}
.table th {
  display: block;
  width: auto;
  padding-top: 8%;
  font-weight: normal;
  text-align: left;
}
.table td {
  display: block;
  width: auto;
  padding-bottom: 8%;
  line-height: 1.4;
}
.table td a {
  color: #000;
}
.table__map:not(:last-child) {
  margin-bottom: 50px;
}
.table__map__iframe {
  margin-top: 10px;
}

.c-card__list ul {
  display: block;
}
.c-card__list ul li {
  display: grid;
  margin-bottom: 40px;
}
.c-card__list ul li:last-child {
  margin-bottom: 0;
}
.c-card__list__txt {
  margin-top: 20px;
}

.c-chart--office {
  margin-inline: auto;
  width: 100%;
}

.spacer {
  width: 100%;
  height: 50vh;
}

.c-slide {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
}

.c-slide__inr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
  width: 100%;
}

.c-slide__img img {
  width: 100%;
  padding-bottom: 1.25rem;
}

.c-slide__img div:nth-child(3) {
  margin-bottom: 0;
}

.c-slide__txt {
  position: absolute;
  top: 0;
  left: 0;
}

.c-slide__txt_box {
  padding-bottom: 5rem;
}

.c-slide__txt_box:nth-child(3) {
  margin-bottom: 0;
}

.c-slide__txt h3 {
  margin-bottom: 1.25rem;
  font-size: 24px;
  font-weight: bold;
}

.js-fade .p-about-feature__txt {
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
          transition-duration: 1s;
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.js-fade .c-circle {
  opacity: 0;
}
.js-fade .type {
  fill: none;
}

.is-active .c-ttl--bg {
  -webkit-transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
          transition-duration: 0.8s;
          transition-timing-function: ease-in-out;
}
.is-active .c-ttl--txt {
  -webkit-transition-duration: 0.8s;
  -webkit-transition-delay: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
          transition-delay: 0.3s;
          transition-duration: 0.8s;
          transition-timing-function: ease-in-out;
}
.is-active .c-ttl--bg, .is-active .c-ttl--txt {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}
.is-active .p-about__photo {
  -webkit-clip-path: inset(0);
  -webkit-transform: scale(1);
          transform: scale(1);
          clip-path: inset(0);
}
.is-active .p-data__doughnut__contents .graph {
  -webkit-transform: translateY(0);
  -webkit-transition-duration: 2s;
  -webkit-transition-delay: 0.6s;
          transform: translateY(0);
  opacity: 1;
          transition-delay: 0.6s;
          transition-duration: 2s;
}
.is-active .p-about-feature__txt {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.is-active .slide-up span {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.is-active .c-circle {
  opacity: 1;
}
.is-active .type {
  stroke-width: 10;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
.is-active .type1 {
  -webkit-animation: strokeAnime1 0.8s 0.3s ease-in-out forwards;
  stroke: #33447D;
          animation: strokeAnime1 0.8s 0.3s ease-in-out forwards;
}
.is-active .type2 {
  -webkit-animation: strokeAnime2 0.8s 0.4s ease-in-out forwards;
  stroke: #3E85B8;
          animation: strokeAnime2 0.8s 0.4s ease-in-out forwards;
}
.is-active .type3 {
  -webkit-animation: strokeAnime3 0.8s 0.5s ease-in-out forwards;
  stroke: #75A5B5;
          animation: strokeAnime3 0.8s 0.5s ease-in-out forwards;
}
.is-active .type4 {
  -webkit-animation: strokeAnime4 0.8s 0.6s ease-in-out forwards;
  stroke: #A8B2B7;
          animation: strokeAnime4 0.8s 0.6s ease-in-out forwards;
}
.is-active .type5 {
  -webkit-animation: strokeAnime5 0.8s 0.3s ease-in-out forwards;
  stroke: #488BBB;
          animation: strokeAnime5 0.8s 0.3s ease-in-out forwards;
}
.is-active .type6 {
  -webkit-animation: strokeAnime6 0.8s 0.3s ease-in-out forwards;
  stroke: #E77474;
          animation: strokeAnime6 0.8s 0.3s ease-in-out forwards;
}
@-webkit-keyframes strokeAnime1 {
  100% {
    stroke-dashoffset: 80;
  }
}
@keyframes strokeAnime1 {
  100% {
    stroke-dashoffset: 80;
  }
}
@-webkit-keyframes strokeAnime2 {
  100% {
    stroke-dashoffset: 50;
  }
}
@keyframes strokeAnime2 {
  100% {
    stroke-dashoffset: 50;
  }
}
@-webkit-keyframes strokeAnime3 {
  100% {
    stroke-dashoffset: 25;
  }
}
@keyframes strokeAnime3 {
  100% {
    stroke-dashoffset: 25;
  }
}
@-webkit-keyframes strokeAnime4 {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes strokeAnime4 {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes strokeAnime5 {
  100% {
    stroke-dashoffset: 65;
  }
}
@keyframes strokeAnime5 {
  100% {
    stroke-dashoffset: 65;
  }
}
@-webkit-keyframes strokeAnime6 {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes strokeAnime6 {
  100% {
    stroke-dashoffset: 0;
  }
}
.is-active .pos {
  -webkit-transform: translateY(0);
  -webkit-transition-duration: 1s;
  -webkit-transition-delay: 1.8s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transform: translateY(0);
          transition-delay: 1.8s;
          transition-duration: 1s;
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-num.p-data__list li > span {
  -webkit-transform: translateY(0);
  display: inline-block;
          transform: translateY(0);
}

.is-hide {
  opacity: 1;
}

#js-head.is-head {
  -webkit-animation: fadeHead 1s ease-in-out;
  z-index: 3;
  position: fixed;
  /*追加 k 1227*/
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6588235294);
          animation: fadeHead 1s ease-in-out;
}

@-webkit-keyframes fadeHead {
  from {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeHead {
  from {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* -------------------------------------- 
contact
/* -------------------------------------- */
.p-contact {
  margin-inline: auto;
  width: 100%;
  max-width: 320px;
}
.p-contact__text {
  margin-bottom: 100px;
  text-align: center;
}
.p-contact__text P {
  display: inline-block;
  text-align: left;
}

.smf-item__label__text::after {
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-left: 8px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  content: "";
}

.required .smf-item__label__text::after {
  background-color: #d42c2c;
  content: "必須";
}

.optional .smf-item__label__text::after {
  background-color: #123872;
  content: "任意";
}

.p-editor {
  width: 100%;
  margin: 0 auto 5rem;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
}
.p-editor img, .p-editor p, .p-editor table {
  margin-bottom: 1rem;
}
.p-editor ul a {
  color: #FFA14A;
}
.p-home {
  margin-inline: auto;
  max-width: 320px;
}

.p-about__home {
  margin-bottom: 110px;
}
.p-about__contents {
  display: block;
}
.p-about__content {
  margin-inline: 0;
}
.p-about__txt {
  margin-bottom: 50px;
}
.p-about__photo {
  -webkit-clip-path: inset(0 0 0 100%);
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(1.2);
  -webkit-transition-delay: 0.4s;
          transform: scale(1.2);
          clip-path: inset(0 0 0 100%);
          transition-delay: 0.4s;
          transition-duration: 1s;
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-data {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 10%;
}
.p-data::before {
  display: inline-block;
  position: absolute;
  width: 70%;
  height: 70%;
  background-color: #D9D9D9;
  content: "";
}
.p-data__inr {
  margin-inline: auto;
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 960px;
  margin-bottom: 20px;
  padding-top: 40px;
}
.p-data__list {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1450980392);
  position: absolute;
  width: 100%;
  background-color: #fff;
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1450980392);
}
.p-data__list ul {
  display: block;
  padding: 5rem 0;
  font-size: 2.14rem;
  text-align: center;
}
.p-data__list ul li {
  -webkit-clip-path: inset(0 0 10% 0);
  position: relative;
          clip-path: inset(0 0 10% 0);
}
.p-data__list ul li:not(:last-child) {
  margin-bottom: 70px;
}
.p-data__list ul li:not(:last-child)::after {
  -webkit-transform: translateX(-50%);
  display: inline-block;
  position: absolute;
  bottom: -20%;
  left: 50%;
  width: 140px;
  height: 2px;
          transform: translateX(-50%);
  background-color: #9D9D9D;
  content: "";
}
.p-data__list ul li:nth-child(n)::before {
  display: block;
  font-size: 20px;
}
.p-data__list ul li:nth-child(1)::before {
  content: "従業員数";
}
.p-data__list ul li:nth-child(2)::before {
  content: "事業所";
}
.p-data__list ul li:nth-child(3)::before {
  content: "創業";
}
.p-data__list ul li > span {
  -webkit-transform: translateY(60%);
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  display: inline-block;
          transform: translateY(60%);
          transition-duration: 1s;
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.p-data__list ul li:nth-child(1) span {
  -webkit-transition-delay: 0.11s;
          transition-delay: 0.11s;
}
.p-data__list ul li:nth-child(2) span {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
}
.p-data__list ul li:nth-child(3) span {
  -webkit-transition-delay: 0.33s;
          transition-delay: 0.33s;
}
.p-data__num {
  font-size: 5rem;
}
.p-data__btn {
  margin-inline: auto;
  width: 100%;
  max-width: 1280px;
}
.p-data__btn__inr {
  margin-inline: auto;
  width: 90%;
}
.p-business {
  margin-bottom: 60px;
}
.p-business__list {
  margin-inline: auto;
  width: 100%;
  max-width: 1100px;
  margin-top: 20%;
}
.p-information__inr {
  display: block;
  overflow: hidden;
}
.p-information__img__wrap .slide-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-information__img__wrap .slide-contents li {
  width: 33.3333333333vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 6px;
  padding: 0 0.25rem;
}
.p-information__img--lt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 0 0 100%;
}
.p-information__img--lt.anime--first .slide-contents:first-child {
  -webkit-animation: loop3 50s -25s linear infinite;
          animation: loop3 50s -25s linear infinite;
}
.p-information__img--lt.anime--first .slide-contents:last-child {
  -webkit-animation: loop4 50s linear infinite;
          animation: loop4 50s linear infinite;
}
.p-information__img--rt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 0 0 100%;
}
.p-information__img--rt.anime--first .slide-contents:first-child {
  animation: loop3 50s -25s linear infinite reverse;
}
.p-information__img--rt.anime--first .slide-contents:last-child {
  animation: loop4 50s linear infinite reverse;
}
@-webkit-keyframes loop {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes loop {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes loop2 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}
@keyframes loop2 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}
@-webkit-keyframes loop3 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop3 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop4 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop4 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.p-information__navi {
  margin: 10%;
}
.p-cta {
  z-index: 1;
  position: relative;
  margin-bottom: 30px;
  background-image: url(./images/home/biscuss_img.jpg);
}
.p-cta::before {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 47, 47, 0.7058823529);
  content: "";
}
.p-cta__inr {
  margin-inline: auto;
  padding-block: 8%;
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 320px;
  text-align: center;
}
.p-cta__inr > p {
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.4rem;
}
.p-cta__tel {
  border-radius: 100px;
  background-color: #fff;
}
.p-cta__tel a {
  padding-block: 5%;
  display: block;
  color: #000;
}
.p-cta__tel p {
  line-height: 1.4;
}
.p-cta__tel p:nth-child(1) {
  font-size: 1.28rem;
}
.p-cta__tel p:nth-child(2) {
  font-size: 1rem;
}
.p-banner__inr {
  display: block;
}
.p-banner__inr div {
  margin-bottom: 40px;
}
.p-banner__inr div:first-child {
  border: 2px solid #000;
}

.p-single__inr {
  margin-bottom: 5rem;
  padding: 2.5rem 5%;
  border-radius: 15px;
}
.p-single__img {
  margin: 0 auto 2.5rem;
}
.p-single__txt {
  margin-bottom: 2.5rem;
}
.p-single__txt--date {
  font-size: 12px;
  font-weight: bold;
}
.p-single h3.single {
  margin-bottom: 1.25rem;
  font-size: 18px;
  font-weight: bold;
}

.p-common__list {
  padding: 10%;
  background-color: #F2FAFB;
}
.p-mv > video {
  width: 100%;
}

.p-sec {
  width: 90%;
  margin: 0 auto;
}

.p-company {
  margin-inline: auto;
  width: 100%;
  max-width: 320px;
}
.p-company__info {
  margin-inline: auto;
  margin-bottom: 80px;
}

.p-sec__recruit {
  margin-inline: auto;
  width: 100%;
  max-width: 320px;
}
.p-sec__recruit__text {
  margin-inline: auto;
  margin-bottom: 100px;
}
.p-sec__recruit__list {
  margin-inline: auto;
  width: 100%;
  max-width: 1150px;
}

.p-training-lead {
  margin-bottom: 8rem;
}
.p-training-lead__inr {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.p-training-lead__inr--rt > picture {
  margin: 0 auto 2.5rem 0;
}
.p-training-lead__inr--lt > picture {
  margin: 0 0 2.5rem auto;
}
.p-training-lead__img {
  display: block;
  width: 80%;
}
.p-training-lead__txt {
  width: 90%;
  margin: 0 auto;
}
.p-training-lead__txt p:first-child {
  margin: 0 0 1.5rem;
  line-height: 2;
}
.p-training-lead__txt p span {
  display: block;
  font-size: 1.45rem;
}
.p-training-purpose {
  margin-bottom: 8rem;
}
.p-training-purpose h2 {
  margin-bottom: 1.25rem;
  font-size: 32px;
  text-align: center;
}
.p-training-purpose__inr {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-training-purpose__txt {
  position: relative;
  margin: 0 0 2.5rem;
}
.p-training-purpose__txt::before, .p-training-purpose__txt::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  width: 1px;
  height: 79px;
          transform: translateY(-50%);
  background-color: #000;
  content: "";
}
.p-training-purpose__txt::before {
  left: 0;
}
.p-training-purpose__txt::after {
  right: 0;
}
.p-training-purpose__txt p {
  width: 90%;
  margin: 0 auto;
}
.p-training-flow {
  margin-bottom: 8rem;
}
.p-training-flow__inr {
  width: 90%;
  margin: 0 auto;
}
.p-training-flow__wrap {
  margin-bottom: 5rem;
}
.p-training-flow__wrap:last-child {
  margin-bottom: 0;
}
.p-training-flow__img {
  display: block;
  margin-bottom: 1.25rem;
}
.p-training-flow__txt h3 {
  margin-bottom: 1.25rem;
  font-size: 24px;
}

.p-about {
  width: 90%;
  margin: 0 auto;
}
.p-about--fixed_value {
  max-width: 1280px;
}
.p-about-philosophy__inr, .p-about-guidelines__inr {
  margin-bottom: 4rem;
}
.p-about-philosophy__txt, .p-about-guidelines__txt {
  max-width: 780px;
  margin: 0 auto;
}
.p-about-philosophy__txt p, .p-about-guidelines__txt p {
  font-size: 18px;
  line-height: 2;
}
.p-about-greeting__inr {
  position: relative;
  max-width: 940px;
  margin: 0 auto 8rem;
  padding-top: 2.5rem;
}
.p-about-greeting__inr h3 {
  position: absolute;
  top: 26%;
  left: -10px;
  padding: 0.25rem 1rem;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.3;
}
.p-about-greeting__inr h4 {
  font-size: 18px;
}
.p-about-greeting__img {
  display: block;
  max-width: 789px;
  margin-bottom: 1.5rem;
}
.p-about-feature {
  margin-bottom: 10rem;
}
.p-about-feature__inr {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 5rem 0;
  background: rgb(44, 68, 103);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13%, rgb(44, 68, 103)), to(rgb(51, 104, 95)));
  background: linear-gradient(180deg, rgb(44, 68, 103) 13%, rgb(51, 104, 95) 100%);
}
.p-about-feature__inr h2 {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 7.5rem;
  line-height: 1.25;
}
.p-about-feature__inr h2 span:nth-child(1) {
  color: #4B5169;
}
.p-about-feature__inr h2 span:nth-child(2) {
  color: #fff;
}
.p-about-feature__inr h3 {
  font-size: 28px;
}
.p-about-feature__inr h3 span.color--yellow {
  color: #FFED46;
}
.p-about-feature__inr h3 span.color--green {
  color: #AEF516;
}
.p-about-feature__inr h3 span.color--blue {
  color: #2DE0E0;
}
.p-about-feature__inr h3 span.color--pink {
  color: #DEB4FF;
}
.p-about-feature__inr h4 {
  margin-bottom: 1rem;
  font-size: 20px;
}
.p-about-feature__wrap {
  position: relative;
  margin-bottom: 8rem;
}
.p-about-feature__wrap .num {
  display: none;
}
.p-about-feature__txt {
  width: 85%;
  margin: 0 auto;
  padding-top: 14rem;
  color: #fff;
}
.p-about-feature__img {
  z-index: 1;
  position: absolute;
  width: 100%;
  max-width: 254px;
}
.p-about-feature__img::before {
  display: block;
  position: inherit;
  color: #fff;
  font-size: 50px;
}
.p-about-feature__img::after {
  display: block;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
}
.p-about-feature__img--lt {
  top: 1rem;
  right: -6%;
}
.p-about-feature__img--lt::before {
  top: -3.75rem;
  left: -2.5rem;
}
.p-about-feature__img--lt::after {
  bottom: -1rem;
  left: -1rem;
}
.p-about-feature__img--rt {
  top: 1rem;
  left: -6%;
}
.p-about-feature__img--rt::before {
  top: -3.75rem;
  right: -2.5rem;
}
.p-about-feature__img--rt::after {
  right: -1rem;
  bottom: -1rem;
}
.p-about-feature__img--num01::before {
  content: "01";
}
.p-about-feature__img--num02::before {
  content: "02";
}
.p-about-feature__img--num03::before {
  content: "03";
}
.p-about-feature__img--num04::before {
  content: "04";
}

.slide-up {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.slide-up span {
  -webkit-transform: translateY(100%);
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 2s;
  -webkit-transition-delay: 0.6s;
  -webkit-animation: blur 1.2s both ease-in;
  display: inline-block;
          transform: translateY(100%);
          animation: blur 1.2s both ease-in;
          transition-delay: 0.6s;
          transition-duration: 2s;
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@-webkit-keyframes blur {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes blur {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.p-cat__list {
  margin-bottom: 5rem;
}
.p-cat__list a {
  color: #CE4343;
}
.p-cat__txt {
  position: relative;
  padding: 0.75rem 0;
}
.p-cat__txt::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  content: "";
}
.p-cat__txt--date {
  font-size: 12px;
  font-weight: bold;
}
.p-cat__txt h3 {
  font-size: 14px;
  font-weight: bold;
}

.p-service {
  margin-bottom: 3rem;
}
.p-service__inr {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.p-service__inr ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5rem;
  border: dashed 1px #CE4343;
}
.p-service__inr ul li picture {
  display: block;
  margin-bottom: 1.25rem;
}
.p-service__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
  padding: 2rem 1.25rem;
}
.p-service__wrap::before, .p-service__wrap::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  content: "";
}
.p-service__wrap::before {
  left: -1px;
  border-width: 10px 10px 0 0;
  border-style: solid;
  border-color: #CE4343 transparent transparent transparent;
}
.p-service__wrap::after {
  right: -1px;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent #CE4343 transparent transparent;
}
.p-service__wrap button {
  display: block;
  width: 95%;
  margin: 0 auto;
  font-weight: bold;
}
.p-service__wrap button a {
  color: #CE4343;
}
.p-service__wrap button a span {
  width: 27px;
  height: 28px;
  border: none;
}
.p-service__wrap button a span::after {
  border-top: 1px solid #CE4343;
  border-right: 1px solid #CE4343;
}
.p-service__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin: 0 auto 1.25rem;
}
.p-service__txt p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-insta {
  margin-bottom: 7.5rem;
}
.p-insta__inr {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}
.p-insta__list h3 {
  -webkit-margin-after: 1.25rem;
  -webkit-padding-after: 0.25rem;
          margin-block-end: 1.25rem;
          padding-block-end: 0.25rem;
  border-bottom: solid 1px #000;
  font-size: 18px;
  font-weight: bold;
}
.p-insta__list ul {
  gap: 2.5rem 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  text-align: center;
}
.p-insta__list ul li picture {
  display: block;
  /* bug safari ::hover anime (z-index,position)*/
  z-index: 1;
  position: relative;
  margin-bottom: 0.25rem;
  overflow: hidden;
  border-radius: 50%;
}
.p-insta__list ul li picture img {
  -webkit-transition: -webkit-transform 0.3s linear;
  border-radius: 50%;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.p-insta__list ul li a {
  display: block;
  color: #CE4343;
}
.p-insta__list ul li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-data__numbers {
  margin-inline: auto;
  max-width: 320px;
}
.p-data__numbers h3 {
  margin-bottom: 32px;
  font-size: 1.8rem;
}
.p-data__graph {
  margin-bottom: 30%;
}
.p-data__graph__inr {
  position: relative;
  margin-bottom: 80px;
}
.p-data__employee {
  margin-inline: auto;
  gap: 50px;
  display: block;
  text-align: center;
}
.p-data__employee__count {
  margin-bottom: 20%;
}
.p-data__employee__count:last-child p {
  color: #e21d1d;
}
.p-data__employee__inr {
  position: relative;
  height: 0;
  margin-bottom: 10px;
  padding-bottom: 100%;
  border: 1px solid #000;
  border-radius: 50%;
}
.p-data__employee__inr p {
  -webkit-transform: translateY(-50px);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
          transform: translateY(-50px);
  font-size: 3rem;
}
.p-data__employee span {
  font-size: 1.8rem;
}
.p-data__doughnut__contents {
  margin-inline: auto;
  gap: 14%;
  display: block;
}
.p-data__doughnut__contents .graph {
  -webkit-transform: translateY(30px);
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transform: translateY(30px);
  opacity: 0;
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.p-data__doughnut__content {
  position: relative;
}
.p-data__strategy {
  margin-inline: auto;
  max-width: 320px;
}

.pos-wrap {
  -webkit-clip-path: inset(0);
  z-index: 2;
  position: absolute;
  color: #fff;
  line-height: 1.1;
  text-align: center;
          clip-path: inset(0);
}
.pos-wrap span {
  display: block;
  font-size: 2rem;
}
.pos-wrap1 {
  top: 12%;
  right: 20%;
}
.pos-wrap2 {
  top: 66%;
  right: 14%;
}
.pos-wrap3 {
  top: 71%;
  left: 20%;
}
.pos-wrap4 {
  top: 15%;
  left: 18%;
}

.pos {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.c-circle {
  -webkit-transform: rotate(-90deg);
  display: inline-block;
          transform: rotate(-90deg);
}

.p-privacy {
  margin-inline: auto;
  width: 100%;
  max-width: 320px;
}
.p-privacy__text h3 {
  margin-bottom: 20px;
}
.p-privacy__text ul > li {
  margin-bottom: 40px;
}
.p-privacy__text ol {
  margin-bottom: 30px;
}
.p-privacy__text p {
  margin-bottom: 10px;
}

.u-mt5 {
  margin-top: 5rem !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}
.u-mb1 {
  margin-bottom: 1rem !important;
}
.u-mb2 {
  margin-bottom: 2rem !important;
}
.u-mb3 {
  margin-bottom: 3rem !important;
}
.u-mb4 {
  margin-bottom: 4rem !important;
}
.u-mb5 {
  margin-bottom: 5rem !important;
}
.u-mb--main {
  margin-bottom: 7.5rem !important;
}
.u-mb--half {
  margin-bottom: 2.5rem !important;
}
.u-mb--half2 {
  margin-bottom: 1.25rem !important;
}

.u-flex__default-sp--only {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
}
.u-flex__default-pc--only {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
}
.u-flex__center-sp--only {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
}

.u-display-sp--only {
  display: block;
}
.u-display--block {
  display: block !important;
}
@media only screen and (min-width:768px) {
  input[type=text],
input[type=email],
input[type=tel] {
    padding: 0.8125rem;
  }
  html {
    font-size: 100%;
  }
  .text--g {
    font-size: 100%;
  }
  .l-wrapper {
    font-size: 100%;
  }
  .l-head__inr {
    margin-inline: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: space-between;
    width: 100%;
    max-width: 1280px;
  }
  .l-head__nav {
    display: block;
    width: auto;
    height: auto;
    overflow-y: visible;
    overflow-y: visible;
    background-color: transparent;
    opacity: 100;
  }
  .l-head__nav__parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .l-head__nav__parent > li {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
    margin-bottom: 0;
    color: #000;
  }
  .l-head__nav__parent > li:not(:nth-child(6)):not(:nth-child(7)) {
    margin-right: 34px;
  }
  .l-head__nav__contact {
    padding: 14px 18px;
    background-color: #CE4343;
    color: #fff;
  }
  .l-head__nav__list {
    color: #000;
  }
  .l-head__nav__folder {
    position: relative;
  }
  .l-head__nav__child {
    -webkit-transform: translateX(-50%);
    z-index: 5;
    position: absolute;
    top: 50px;
    left: 50%;
    width: 330px;
    min-height: 0;
    overflow: hidden;
            transform: translateX(-50%);
    font-size: 14px;
  }
  .l-head__nav__child li a {
    background-color: #464646;
  }
  .l-head__nav__child li:not(:last-child) {
    border-bottom: 1px solid #a1a1a1;
  }
  .l-head__nav__sp {
    display: none;
  }
  .l-head__nav__sp--cta {
    margin-bottom: 0;
    border: none;
  }
  .l-head__toggle {
    display: none;
    position: static;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
  }
  #child {
    height: 0;
  }
  .l-footer {
    border-radius: 60px 60px 0 0;
  }
  .l-footer__inr {
    max-width: 1280px;
  }
  .l-footer__biscuss {
    top: -13%;
    font-size: 13rem;
  }
  .l-footer__nav {
    padding-inline: 4%;
  }
  .l-footer__list {
    gap: 10%;
    display: grid;
    grid-auto-flow: column;
    grid-template: repeat(2, 1fr)/repeat(2, 1fr);
    padding: 4%;
  }
  .l-footer__list div {
    margin-bottom: 0;
  }
  .l-contents-post__inr {
    -ms-flex-pack: distribute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        justify-content: space-around;
    max-width: 1120px;
  }
  .l-contents-post__inr_left {
    width: 60%;
    max-width: 510px;
  }
  .l-contents-post__inr_right {
    width: 28%;
    max-width: 345px;
  }
  .c-btn {
    margin-bottom: 0;
  }
  .c-btn--primary {
    margin-bottom: 0;
    font-size: 20px;
  }
  .c-btn--link {
    font-size: 1.5rem;
  }
  .c-btn--contact button {
    padding: 1.1rem 0;
  }
  .c-ttl--secondary {
    font-size: 3rem;
  }
  .c-ttl--bg {
    font-size: 13rem;
    text-align: start;
  }
  .c-ttl--txt {
    bottom: 50px;
    left: 76px;
  }
  .c-ttl--underlayer {
    padding-block: 70px;
  }
  .c-ttl--vertical {
    letter-spacing: 1.6rem;
  }
  .c-ttl--business {
    padding-block: 0;
  }
  rt {
    letter-spacing: -1.6rem;
  }
  .c-post-link {
    margin-bottom: 0;
  }
  .c-link-tel {
    max-width: 320px;
  }
  .c-link-tel a {
    padding: 1.5rem 0;
  }
  .c-link-tel a .icon {
    margin-right: 8%;
  }
  .c-link--external::after {
    top: 0;
    bottom: 0;
    margin: auto 6px;
  }
  .table tr {
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: start;
  }
  .table th {
    width: 30%;
    padding: 6% 2%;
    line-height: normal;
  }
  .table td {
    width: 70%;
    padding: 6% 2%;
    line-height: 1.8;
  }
  .c-card__list ul {
    gap: 80px 5.46875%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-card__list ul li {
    margin-bottom: 0;
  }
  .c-chart--office {
    width: 64.84375%;
  }
  .spacer {
    height: 50vh;
  }
  .p-contact {
    max-width: 52.34375%;
  }
  .p-editor {
    font-size: 16px;
  }
  .p-home {
    width: 100%;
    max-width: 1280px;
  }
  .p-about__home {
    margin-bottom: 160px;
  }
  .p-about__contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-about__content {
    margin-inline: 10%;
  }
  .p-about__photo {
    width: 50vw;
    margin-right: calc(50% - 50vw);
  }
  .p-data {
    margin-bottom: 80px;
    padding-bottom: 0;
  }
  .p-data__inr {
    max-width: 1280px;
    height: 820px;
    margin-bottom: 60px;
    padding-top: 0;
  }
  .p-data__list {
    top: auto;
    right: 0;
    width: 96.09375%;
  }
  .p-data__list ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: space-between;
    padding: 8.1300813008%;
    font-size: 2.5rem;
  }
  .p-data__list ul li {
    width: calc(33.3333333333% - 10px);
  }
  .p-data__list ul li:not(:last-child) {
    margin-bottom: 0;
  }
  .p-data__list ul li:not(:last-child)::after {
    -webkit-transform: translateX(0);
    right: 0;
    bottom: 10%;
    left: auto;
    width: 2px;
    height: 130px;
            transform: translateX(0);
  }
  .p-data__num {
    font-size: 6.25rem;
  }
  .p-data__btn__inr {
    margin-inline: 0;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
  }
  .p-business {
    margin-bottom: 200px;
  }
  .p-business__list {
    margin-top: 0;
  }
  .p-information__inr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-information__img__wrap {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
    -webkit-transform: rotate(-5deg);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 500px;
            column-gap: 10px;
            transform: rotate(-5deg);
  }
  .p-information__img__wrap .slide-contents {
    display: block;
  }
  .p-information__img__wrap .slide-contents li {
    width: 100%;
    padding: 0;
  }
  .p-information__img--lt {
    display: block;
  }
  .p-information__img--lt li {
    width: 100%;
  }
  .p-information__img--lt.anime--first .slide-contents:first-child {
    -webkit-animation: loop 50s -25s linear infinite;
            animation: loop 50s -25s linear infinite;
  }
  .p-information__img--lt.anime--first .slide-contents:last-child {
    -webkit-animation: loop2 50s linear infinite;
            animation: loop2 50s linear infinite;
  }
  .p-information__img--rt {
    display: block;
  }
  .p-information__img--rt li {
    width: 100%;
  }
  .p-information__img--rt.anime--first .slide-contents:first-child {
    animation: loop 50s -25s linear infinite reverse;
  }
  .p-information__img--rt.anime--first .slide-contents:last-child {
    animation: loop2 50s linear infinite reverse;
  }
  .p-information__navi {
    margin: 20%;
  }
  .p-information__navi li:not(:last-child) {
    margin-bottom: 70px;
  }
  .p-cta {
    margin-bottom: 60px;
  }
  .p-cta__inr {
    max-width: 750px;
  }
  .p-cta__inr > p {
    font-size: 2.5rem;
  }
  .p-cta__tel p:nth-child(1) {
    font-size: 3.125rem;
  }
  .p-cta__tel p:nth-child(2) {
    font-size: 2rem;
  }
  .p-banner__inr {
    gap: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-banner__inr div {
    margin-bottom: 0;
  }
  .p-single__txt--date {
    font-size: 14px;
  }
  .p-single h3.single {
    font-size: 20px;
  }
  .p-mv {
    margin-inline: auto;
    position: relative;
    width: 100%;
    max-width: 1280px;
    height: 100%;
  }
  .p-company {
    max-width: 1280px;
  }
  .p-company__info {
    max-width: 60.9375%;
  }
  .p-sec__recruit {
    max-width: 1280px;
  }
  .p-sec__recruit__text {
    width: 100%;
    max-width: 76.5625%;
  }
  .p-training-lead {
    padding-bottom: 150px;
  }
  .p-training-lead__inr {
    position: relative;
  }
  .p-training-lead__txt {
    position: absolute;
    top: 200px;
    right: 5%;
    width: 100%;
    max-width: 400px;
    padding: 2.5rem;
    background-color: #fff;
  }
  .p-training-lead__txt {
    max-width: 500px;
  }
  .p-training-flow__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: space-between;
    max-width: 1020px;
    margin: 0 auto 5rem;
  }
  .p-training-flow__img {
    width: 50%;
    max-width: 532px;
  }
  .p-training-flow__txt {
    width: 40%;
    max-width: 371px;
  }
  .p-training-flow__txt h3 {
    font-size: 32px;
  }
  .p-about-philosophy__txt p, .p-about-guidelines__txt p {
    font-size: 30px;
  }
  .p-about-greeting__inr h3 {
    top: 18%;
    left: 3%;
    padding: 1.25rem 2rem;
    font-size: 35px;
  }
  .p-about-greeting__inr h4 {
    font-size: 20px;
  }
  .p-about-greeting__img {
    margin: 0 0 1.5rem auto;
  }
  .p-about-greeting__txt {
    max-width: 789px;
    margin: 0 0 1.5rem auto;
  }
  .p-about-feature {
    margin-bottom: 20rem;
  }
  .p-about-feature__inr h3 {
    font-size: 40px;
  }
  .p-about-feature__inr h4 {
    font-size: 25px;
  }
  .p-about-feature__txt {
    padding-top: 20rem;
  }
  .p-about-feature__img {
    max-width: 450px;
  }
  .p-cat__txt--date {
    font-size: 14px;
  }
  .p-cat__txt h3 {
    font-size: 16px;
  }
  .p-service__inr ul {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
            align-items: stretch;
            justify-content: space-between;
  }
  .p-service__inr ul li {
    width: 47.5%;
  }
  .p-insta__list h3 {
    font-size: 20px;
  }
  .p-insta__list ul {
    gap: 2.5rem 2.5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .p-data__numbers {
    width: 100%;
    max-width: 1280px;
  }
  .p-data__numbers h3 {
    margin-bottom: 50px;
  }
  .p-data__graph {
    margin-bottom: 14%;
  }
  .p-data__graph__inr {
    margin-bottom: 0;
  }
  .p-data__employee {
    display: grid;
    grid-template-columns: repeat(4, minmax(min(220px, 100%), 1fr));
    width: 79.6875%;
  }
  .p-data__employee__count {
    margin-bottom: 0;
  }
  .p-data__doughnut__contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 75.78125%;
  }
  .p-data__strategy {
    width: 100%;
    max-width: 1280px;
  }
  .p-privacy {
    margin-inline: auto;
    width: 100%;
    max-width: 1000px;
  }
  .u-flex__default-sp--only {
    display: block;
  }
  .u-flex__center-sp--only {
    display: block;
  }
  .u-display-sp--only {
    display: none;
  }
}
@media only screen and (min-width:480px) {
  html {
    font-size: 87.5%;
  }
  .l-wrapper {
    overflow: hidden;
  }
  .u-mb0 {
    margin-bottom: 1rem !important;
  }
}
@media only screen and (min-width: 1120px) {
  html {
    font-size: 100%;
  }
  .l-wrapper {
    font-size: 100%;
  }
  .l-head__toggle span {
    width: 32px;
  }
  .c-btn--contact button {
    max-width: 340px;
    font-size: 20px;
  }
  .c-slide-wrap {
    padding: 20vh 0 !important;
  }
  .c-slide {
    width: 100%;
    height: 100%;
  }
  .c-slide__inr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    position: static;
            flex-direction: row;
    height: 60vh;
    overflow: hidden;
  }
  .c-slide__img {
    position: relative;
    width: 40%;
    margin-right: 100px;
  }
  .c-slide__img img {
    -webkit-transition: opacity 0.5s ease;
    padding-bottom: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    /* フェードイン・アウトのトランジション */
  }
  .c-slide__img div {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 50px;
    overflow: hidden;
  }
  .c-slide__txt {
    position: static;
    top: auto;
    left: auto;
    width: 47.5%;
    max-width: 400px;
  }
  .c-slide__txt_box {
    display: grid;
    place-items: center;
    margin-bottom: 50px;
    padding-bottom: 0;
    overflow: hidden;
  }
  .c-slide__txt_box div {
    opacity: 0;
  }
  .c-slide__txt h3 {
    font-size: 30px;
  }
  .p-training-lead {
    padding-bottom: 100px;
  }
  .p-training-lead__img {
    max-width: 1074px;
  }
  .p-training-purpose h2 {
    font-size: 51px;
  }
  .p-training-flow__txt h3 {
    font-size: 48px;
  }
  .p-training-flow__txt p {
    font-size: 18px;
  }
  .p-about-greeting__inr h3 {
    font-size: 50px;
  }
  .p-about-feature__inr h3 {
    font-size: 49px;
  }
  .p-about-feature__inr h4 {
    font-size: 30px;
  }
  .p-about-feature__wrap {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto 8rem;
  }
  .p-about-feature__wrap--rt {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: flex-end;
  }
  .p-about-feature__wrap .num {
    display: block;
    font-size: 80px;
  }
  .p-about-feature__txt {
    width: 100%;
    max-width: 450px;
    margin: 0;
    padding-top: 1.5rem;
  }
  .p-about-feature__img {
    max-width: 520px;
  }
  .p-about-feature__img::before {
    display: none;
  }
  .p-about-feature__img--lt {
    -webkit-transform: translateX(calc(-50% + 300px));
    right: 0;
    left: 50%;
            transform: translateX(calc(-50% + 300px));
  }
  .p-about-feature__img--lt::after {
    bottom: -1.5rem;
    left: -1.5rem;
  }
  .p-about-feature__img--rt {
    -webkit-transform: translateX(calc(-50% - 300px));
    left: 50%;
            transform: translateX(calc(-50% - 300px));
  }
  .p-about-feature__img--rt::after {
    right: -1.5rem;
    bottom: -1.5rem;
  }
  .p-service__wrap {
    padding: 3rem 2.25rem;
  }
  .p-service__wrap::before {
    border-width: 13px 13px 0 0;
  }
  .p-service__wrap::after {
    border-width: 0 13px 13px 0;
  }
  .p-service__wrap button {
    font-size: 1.35rem;
  }
  .p-insta__list ul {
    gap: 2.5rem 2.25rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1400px) {
  html {
    font-size: 100%;
  }
  .l-wrapper {
    font-size: 100%;
  }
  .p-training-lead__txt {
    -webkit-transform: translateX(-50%);
    right: 0;
    left: calc(50% + 50px);
    max-width: calc(660px - 10rem);
    padding: 5rem;
            transform: translateX(-50%);
  }
  .p-about-feature__wrap {
    margin: 0 auto 12.5rem;
  }
  .p-about-feature__wrap .num {
    margin-bottom: 1rem;
    font-size: 100px;
  }
  .p-about-feature__txt {
    max-width: 560px;
  }
  .p-about-feature__txt p {
    max-width: 500px;
  }
  .p-about-feature__img {
    max-width: 780px;
  }
  .p-about-feature__img--lt {
    -webkit-transform: translateX(calc(-50% + 492px));
    right: 0;
    left: 50%;
            transform: translateX(calc(-50% + 492px));
  }
  .p-about-feature__img--rt {
    -webkit-transform: translateX(calc(-50% - 492px));
    left: 50%;
            transform: translateX(calc(-50% - 492px));
  }
}
@media only screen and (min-width: 2000px) {
  .p-about-feature__wrap .num {
    font-size: 120px;
  }
  .p-about-feature__img {
    max-width: 984px;
  }
}

/* News List */

.p-news {
 margin: 16px auto 0;
 padding: 16px;
 max-width: 1140px;
}

.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: #999;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #00F;
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}
