@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5384615385vw;
  }
}
@media (min-width: 1040px) {
  html {
    font-size: 100%;
  }
}

html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

body {
  font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
  color: #231815;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
    cursor: pointer;
  }
}

body.loading {
  display: none;
}

body.is-modal-open {
  overflow: hidden;
}

.wp-block-image {
  margin-bottom: 1.25rem;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-footer-mc {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  color: #fff;
  background: #656565;
}

.l-footer-mc a {
  color: inherit;
  text-decoration: none;
}

.l-footer-mc__inner {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer-mc__inner {
    max-width: 61.875rem;
    max-width: 64.375rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.l-footer-mc__top {
  display: grid;
  gap: 1.75rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 0.0625rem solid #fff;
}
@media screen and (min-width: 768px) {
  .l-footer-mc__top {
    grid-template-columns: 14.375rem 21.25rem 13.75rem 15.625rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .l-footer-mc__top {
    grid-template-columns: 13.75rem 20.625rem 13.125rem 15rem;
  }
}

.l-footer-mc__block {
  min-width: 0;
}

.l-footer-mc__block p,
.l-footer-mc__block a,
.l-footer-mc__block li,
.l-footer-mc__block span {
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .l-footer-mc__block p,
  .l-footer-mc__block a,
  .l-footer-mc__block li,
  .l-footer-mc__block span {
    font-size: 0.75rem;
  }
}

.l-footer-mc__block > p,
.l-footer-mc__block > p a,
.l-footer-mc__block > div > p {
  font-weight: 400;
  font-size: 0.9375rem;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .l-footer-mc__block > p,
  .l-footer-mc__block > p a,
  .l-footer-mc__block > div > p {
    margin-bottom: 0.875rem;
  }
}

.l-footer-mc__block ul {
  display: grid;
  gap: 0.375rem;
}

.l-footer-mc__block--company ul {
  gap: 0;
}

.l-footer-mc__block--company li:nth-child(4) {
  margin-top: 1.625rem;
}

.l-footer-mc__block--business ul {
  gap: 1.125rem;
}

.l-footer-mc__block--business a {
  display: grid;
  gap: 0.25rem;
}

.l-footer-mc__block--recruit > div {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .l-footer-mc__block--recruit > div {
    margin-top: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-footer-mc__block--company {
    grid-column: 1;
    grid-row: 1;
  }
  .l-footer-mc__block--business {
    grid-column: 2;
    grid-row: 1;
  }
  .l-footer-mc__block--info {
    grid-column: 3;
    grid-row: 1;
  }
  .l-footer-mc__block--recruit {
    grid-column: 4;
    grid-row: 1;
  }
  .l-footer-mc__block--news {
    grid-column: 1;
    grid-row: 1;
    margin-top: 18.125rem;
  }
  .l-footer-mc__block--group {
    grid-column: 3;
    grid-row: 1;
    margin-top: 14.75rem;
  }
  .l-footer-mc__block--partner {
    grid-column: 4;
    grid-row: 1;
    margin-top: 14.75rem;
  }
}
.l-footer-mc__bottom {
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-footer-mc__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 0.5rem;
  }
}

.l-footer-mc__bottom p,
.l-footer-mc__bottom a {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-footer-mc__bottom p,
  .l-footer-mc__bottom a {
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-mc__bottom a {
    display: inline-block;
    margin-top: 0.5rem;
  }
}

.l-header-mc {
  position: relative;
  z-index: 1000;
  background: #fff;
  border-top: 0.625rem solid #0091D7;
}

.l-header-mc__top {
  position: relative;
  z-index: 2;
  background: #fff;
  border-bottom: 0.0625rem solid #0091D7;
}

.l-header-mc__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.625rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-header-mc__top-inner {
    max-width: 61.875rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.625rem 0 0;
  }
}

.l-header-mc__top h1 img {
  width: 13.75rem;
}
@media screen and (min-width: 768px) {
  .l-header-mc__top h1 img {
    width: 21.6875rem;
  }
}

.l-header-mc__top ul {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header-mc__top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-header-mc__top ul li {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 0.625rem;
  border-left: 0.0625rem solid #0091D7;
}

.l-header-mc__top ul li p:nth-child(1) {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.6875rem;
}

.l-header-mc__top ul li p:nth-child(2) {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: bold;
  font-size: 1.75rem;
}

.l-header-mc__top ul li a,
.l-header-mc__drawer > ul li a {
  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;
  gap: 0.3125rem;
  padding: 0.1875rem 0.25rem;
  background: #959595;
}

.l-header-mc__top ul li a img,
.l-header-mc__drawer > ul li a img {
  width: 1.5rem;
}

.l-header-mc__top ul li a span,
.l-header-mc__drawer > ul li a span {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 0.875rem;
  color: #fff;
}

.l-header-mc__button {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 0.375rem;
  width: 2rem;
  padding: 0;
  background: transparent;
  border: none;
}
@media screen and (min-width: 768px) {
  .l-header-mc__button {
    display: none;
  }
}

.l-header-mc__button span {
  display: block;
  width: 100%;
  height: 0.125rem;
  background: #0091D7;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.l-header-mc.is-open .l-header-mc__button span:nth-child(1) {
  -webkit-transform: translateY(0.5rem) rotate(45deg);
          transform: translateY(0.5rem) rotate(45deg);
}

.l-header-mc.is-open .l-header-mc__button span:nth-child(2) {
  opacity: 0;
}

.l-header-mc.is-open .l-header-mc__button span:nth-child(3) {
  -webkit-transform: translateY(-0.5rem) rotate(-45deg);
          transform: translateY(-0.5rem) rotate(-45deg);
}

.l-header-mc__menu {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header-mc__menu {
    display: block;
  }
}

.l-header-mc__menu ul {
  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;
  gap: 11.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.l-header-mc__menu ul li a {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 0.9375rem;
  color: #0091D7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-header-mc__menu ul li a:hover {
  color: #959595;
}

.l-header-mc__drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  padding: 5.625rem 1.25rem 2.5rem;
  background: #fff;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header-mc__drawer {
    display: none;
  }
}

.l-header-mc.is-open .l-header-mc__drawer {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-header-mc__drawer nav ul {
  display: grid;
  gap: 1.25rem;
}

.l-header-mc__drawer nav ul li a {
  display: block;
  padding-bottom: 0.75rem;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0091D7;
  border-bottom: 0.0625rem solid #0091D7;
}

.l-header-mc__drawer > ul {
  display: grid;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.l-header-mc__drawer > ul li {
  padding: 1rem;
  border: 0.0625rem solid #0091D7;
}

.l-header-mc__drawer > ul li p:nth-child(1) {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.75rem;
}

.l-header-mc__drawer > ul li p:nth-child(2) {
  margin-top: 0.125rem;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
}

.l-header-mc__drawer > ul li a {
  margin-top: 0.5rem;
}

body.is-fixed {
  overflow: hidden;
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1040px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-mc-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-mc-inner {
    max-width: calc(61.875rem + 50px);
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-btn-more {
  text-align: center;
}

.c-btn-more a {
  position: relative;
  display: inline-block;
  width: 7.5rem;
  font-size: 0.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  padding-right: 0.625rem;
  background-color: #fff;
  border: 1px solid #231815;
  line-height: 34px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn-more a {
    width: 8.4375rem;
    font-size: 1rem;
    padding-right: 1.25rem;
  }
}

.c-btn-more a::after {
  position: absolute;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrow-black.png) no-repeat center center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn-more a::after {
    width: 0.75rem;
    height: 0.75rem;
    right: 1.875rem;
  }
}

.c-btn-more a:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
}

.c-btn-more a:hover::after {
  right: 1.6875rem;
}

.c-company-profile {
  padding-top: 1.25rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #231815;
}
@media screen and (min-width: 768px) {
  .c-company-profile {
    padding-top: 1.875rem;
    padding-bottom: 1rem;
  }
}

.c-company-profile--bordernone {
  border: none;
}

.c-company-profile ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-company-profile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.c-company-profile li a {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 0.8125rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-company-profile li a {
    width: 11.25rem;
    font-size: 0.9375rem;
    padding-top: 0.9375rem;
    padding-bottom: 0;
  }
}

.c-company-profile li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.125rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #0091D7;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-company-profile li a.is-current::before,
.c-company-profile li a:hover::before {
  opacity: 1;
}

.c-page-business {
  position: relative;
  margin-bottom: 3.125rem;
}

.c-page-business::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 23.125rem;
  top: 21.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/img_page-business-bg.jpg) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-page-business::before {
    height: 16.875rem;
    top: 23.125rem;
  }
}

.c-business-title__top {
  display: inline-block;
  margin-top: 0.625rem;
  border-bottom: 1px solid #231815;
  line-height: 1;
}

.c-business-title__top p:nth-child(1) {
  font-size: 0.9375rem;
}

.c-business-title__top p:nth-child(2) {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.125rem;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-business-title__top p:nth-child(2) {
    font-size: 1.375rem;
  }
}

.c-business-title__top p:nth-child(2) span {
  font-weight: normal;
}

.c-business-title__bottom {
  margin-top: 1.25rem;
}

.c-business-title__bottom p {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-business-title__bottom p {
    font-size: 3.5625rem;
  }
}

.c-business-work__wrap {
  margin-top: 1.875rem;
  padding-top: 1.25rem;
  border-top: 1px solid #231815;
}

.c-business-work {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-business-work {
    margin-top: 0;
  }
}

.c-business-work p {
  position: relative;
  font-weight: bold;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 0.9375rem;
  padding: 0.3125rem 0.9375rem;
  background-color: #DCDCDC;
}
@media screen and (min-width: 768px) {
  .c-business-work p {
    line-height: 22px;
  }
}

.c-business-work p::before {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #707070;
}

.c-business-work__link {
  margin-top: 0.625rem;
  padding-left: 0.9375rem;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .c-business-work__link {
    line-height: 32px;
  }
}

.c-business-work__link a {
  position: relative;
  display: block;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 0.9375rem;
}

.c-business-work__link a span {
  font-size: 0.75rem;
}

.c-business-work__link a:hover {
  opacity: 0.7;
}

.c-title {
  font-weight: normal;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.125rem;
  color: #fff;
  background-color: #888;
  line-height: 35px;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 1.25rem;
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }
}

.c-title p {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-title p {
    max-width: 65rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.c-title--top {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-title--top {
    font-size: 1.875rem;
  }
}

.p-about {
  margin-top: 2.8125rem;
}

.p-about-content {
  position: relative;
  height: 49.375rem;
  margin-top: 1.25rem;
  background: url(../images/img_top-business.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 1400px) {
  .p-about-content {
    height: 56.5vw;
  }
}

.p-about-content h3 {
  position: absolute;
  width: 21.25rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 1.75rem;
  top: 1.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-about-content h3 {
    width: 50.625rem;
    font-size: 4.1875rem;
  }
}

.p-about-item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.p-about-item:nth-child(1) {
  top: 9.375rem;
  left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about-item:nth-child(1) {
    top: 14rem;
    left: 12rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-about-item:nth-child(1) {
    top: 16vw;
    left: 16.5vw;
  }
}

.p-about-item:nth-child(1) .p-about-item__text {
  margin-top: 2.5rem;
}

.p-about-item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  top: 5rem;
  right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about-item:nth-child(2) {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    top: auto;
    top: initial;
    right: auto;
    right: initial;
    bottom: 3.9375rem;
    left: 16.5625rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-about-item:nth-child(2) {
    bottom: 4.7vw;
    left: 26vw;
  }
}

.p-about-item:nth-child(2) .p-about-item__text {
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-about-item:nth-child(2) .p-about-item__text {
    margin-right: 0;
  }
}

.p-about-item:nth-child(3) {
  bottom: 6.25rem;
  left: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-about-item:nth-child(3) {
    top: 7.9375rem;
    bottom: auto;
    bottom: initial;
    left: auto;
    left: initial;
    right: 21.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-about-item:nth-child(3) {
    top: 9vw;
    right: 24.5vw;
  }
}

.p-about-item:nth-child(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  bottom: 21.25rem;
  right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-about-item:nth-child(4) {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    bottom: 4.4375rem;
    right: 5.9375rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-about-item:nth-child(4) {
    bottom: 5vw;
    right: 7vw;
  }
}

.p-about-item:nth-child(4) .p-about-item__text {
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-about-item:nth-child(4) .p-about-item__text {
    margin-top: 6.25rem;
    margin-right: 0;
  }
}

.p-about-item:nth-child(4) .p-about-item__text h4 {
  margin-top: -0.3125rem;
}

.p-about-item:nth-child(5) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  bottom: 0.625rem;
  right: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-about-item:nth-child(5) {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    top: 9.6875rem;
    bottom: auto;
    bottom: initial;
  }
}
@media screen and (min-width: 1400px) {
  .p-about-item:nth-child(5) {
    top: 11vw;
    right: 4vw;
  }
}

.p-about-item:nth-child(5) .p-about-item__text {
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-about-item:nth-child(5) .p-about-item__text {
    margin-right: 0;
  }
}

.p-about-item a {
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-about-item a {
    width: 2.625rem;
  }
}

.p-about-item__text {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  margin-left: 0.75rem;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .p-about-item__text {
    margin-top: 3.75rem;
  }
}

.p-about-item__text h4 {
  font-weight: 400;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-about-item__text h4 {
    font-size: 1rem;
  }
}

.p-about-item__text span {
  font-weight: 600;
  font-size: 0.5rem;
}

.p-about-item__text p {
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 28px;
}

.p-about-content__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-about-content__bg {
    display: none;
  }
}

.p-about-text {
  font-family: "a-otf-ryumin-pr6n", serif;
  padding-top: 1rem;
  padding-bottom: 1.5625rem;
}

.p-about-text h3 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 50px;
}
@media screen and (min-width: 768px) {
  .p-about-text h3 {
    font-size: 1.9375rem;
    line-height: 72px;
  }
}

.p-about-text p {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-about-text p {
    font-size: 1.25rem;
    line-height: 38px;
  }
}

.p-about-bg {
  height: 3.125rem;
  background-color: #EBECEC;
}

@media screen and (min-width: 768px) {
  .p-drawer {
    display: none;
  }
}

.p-drawer-inner {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 8888;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.p-drawer .is-open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.p-drawer-items {
  height: 100vh;
  padding: 6.25rem 2.5rem;
  overflow-y: scroll;
}

.p-drawer-items nav {
  max-height: 100%;
  overflow-y: scroll;
  border-bottom: 1px solid #231815;
}

.p-drawer-items nav h2 {
  position: relative;
  font-size: 1.25rem;
}

.p-drawer-items nav ul:not(:last-child) h2::after {
  position: absolute;
  content: "";
  width: 0.9375rem;
  height: 0.75rem;
  top: 50%;
  right: 0.625rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background: url(../images/icon_triangle-gray.png) no-repeat center center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-drawer-items nav ul:not(:last-child) h2.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.p-drawer-items nav ul {
  padding-bottom: 0.625rem;
}

.p-drawer-items nav ul + ul {
  padding-top: 0.625rem;
  border-top: 1px solid #231815;
}

.p-drawer-items nav li {
  display: none;
  margin-top: 0.75rem;
}

.p-drawer-items nav li a {
  display: block;
}

.p-drawer-items nav li a + a {
  margin-top: 0.5rem;
}

.p-drawer-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  z-index: 3000;
}

/* ハンバーガーメニュー
-----------------------------------------------------*/
.p-drawer-hamburger {
  position: fixed;
  width: 1.875rem;
  height: 1rem;
  top: 1.375rem;
  right: 1.25rem;
  cursor: pointer;
  z-index: 9999;
}

.p-drawer-hamburger span {
  position: absolute;
  display: inline-block;
  width: 1.875rem;
  height: 2px;
  right: 0;
  background: #231815;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.p-drawer-hamburger span:nth-of-type(1) {
  top: 0;
}

.p-drawer-hamburger span:nth-of-type(2) {
  top: 0.5rem;
}

.p-drawer-hamburger span:nth-of-type(3) {
  top: 1rem;
}

/* クリック時
------------------------------------*/
.p-drawer-hamburger.active span:nth-of-type(1) {
  top: 6px;
  left: 5px;
  -webkit-transform: translateY(6px) rotate(-135deg);
          transform: translateY(6px) rotate(-135deg);
  width: 80%;
}

.p-drawer-hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.p-drawer-hamburger.active span:nth-of-type(3) {
  top: 18px;
  left: 5px;
  -webkit-transform: translateY(-6px) rotate(135deg);
          transform: translateY(-6px) rotate(135deg);
  width: 80%;
}

/* スクロール無効化 */
.no-scroll {
  overflow: hidden;
}

.p-footer {
  padding-top: 1.875rem;
  padding-bottom: 1.375rem;
  color: #fff;
  background-color: #656464;
}

/* p-footer-top
--------------------------*/
@media screen and (min-width: 768px) {
  .p-footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-footer-top__item + .p-footer-top__item {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer-top__item + .p-footer-top__item {
    margin-top: 0;
    margin-left: 1.875rem;
  }
}

.p-footer-top__item nav + nav {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer-top__item nav + nav {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer-top__item:nth-child(4) nav + nav {
    margin-top: 3.9375rem;
  }
}

.p-footer-top__item h2 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .p-footer-top__item h2 {
    font-size: 0.9375rem;
  }
}

.p-footer-top__item ul {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer-top__item ul {
    margin-top: 0;
  }
}

.p-footer-top__item li + li {
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer-top__item li + li {
    margin-top: 0;
  }
}

.p-footer-top__item li a {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .p-footer-top__item li a {
    font-size: 0.75rem;
  }
}

.p-footer-top__item li a p:nth-child(2) {
  margin-top: -0.3125rem;
}

/* p-footer-bottom
--------------------------*/
.p-footer-bottom__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.875rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-footer-bottom__sns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 0;
    padding-bottom: 0.5rem;
  }
}

.p-footer-bottom__sns a:nth-child(1) img {
  width: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-footer-bottom__sns a:nth-child(1) img {
    width: 1.0625rem;
  }
}

.p-footer-bottom__sns a:nth-child(2) img {
  width: 5.625rem;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer-bottom__sns a:nth-child(2) img {
    width: 3.75rem;
  }
}

.p-footer-bottom__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  font-size: 0.875rem;
  padding-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer-bottom__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    font-size: 0.625rem;
    padding-top: 0.5rem;
    line-height: 25px;
  }
}

.p-footer-bottom__info p:nth-child(1) {
  font-size: 0.625rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer-bottom__info p:nth-child(1) {
    margin-top: 0;
  }
}

.p-fv-inner {
  position: relative;
}

.p-fv-swiper__wrap {
  position: relative;
}

.p-fv-swiper__wrap .swiper-slide img {
  aspect-ratio: 375/450;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-fv-swiper__wrap .swiper-slide img {
    aspect-ratio: initial;
    -o-object-fit: initial;
       object-fit: initial;
  }
}

.p-fv-swiper__wrap .swiper-slide p {
  position: absolute;
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 0.875rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  background-color: #888;
  text-align: center;
  letter-spacing: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-fv-swiper__wrap .swiper-slide p {
    font-size: 2.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.p-fv-swiper__wrap .swiper-pagination {
  bottom: -1.875rem;
}
@media screen and (min-width: 768px) {
  .p-fv-swiper__wrap .swiper-pagination {
    bottom: -2.375rem;
  }
}

.p-fv-swiper__wrap .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0;
  background-color: #C8C9CA;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-fv-swiper__wrap .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
}

.p-fv-swiper__wrap .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-fv-swiper__wrap .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 1.0625rem;
  }
}

.p-fv-swiper__wrap .swiper-pagination-bullet-active {
  background-color: #F5AA00;
}

.p-fv-btn {
  position: absolute;
  width: 6.25rem;
  height: 6.25rem;
  bottom: -1.875rem;
  right: 0.625rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-fv-btn {
    width: 10.625rem;
    height: 10.625rem;
    right: 13.4375rem;
    bottom: -3.125rem;
  }
}

.p-group {
  margin-top: 1.75rem;
  margin-bottom: 1.6875rem;
}

.p-group-content {
  margin-top: 0.8125rem;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
  background-color: #DCDDDD;
}

.p-group-items {
  display: grid;
  gap: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-group-items {
    max-width: 65rem;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.8125rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3.75rem;
  background-color: #fff;
  z-index: 9000;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 6.25rem;
  }
}

.p-header .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
}

.p-header h1 img {
  position: relative;
  width: 5rem;
  z-index: 9100;
}
@media screen and (min-width: 768px) {
  .p-header h1 img {
    width: 8.125rem;
  }
}

.p-header-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header-menu li {
  position: relative;
  font-weight: bold;
  font-size: 0.8125rem;
  color: #0091D7;
  line-height: 22px;
  cursor: pointer;
}

.p-header-menu li.is-active::before {
  position: absolute;
  content: "";
  width: 1.375rem;
  height: 1.25rem;
  bottom: -1.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/icon_triangle-gray.png) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .p-header-menu li + li {
    margin-left: 2.5rem;
  }
}

.p-header-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.75rem;
}

.p-header-icon li + li {
  margin-left: 1.875rem;
}

.p-header-icon img {
  width: 1.4375rem;
}

.p-header-icon__search {
  position: relative;
}

.p-header-icon__search img {
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.p-header-icon__search form {
  position: absolute;
  width: 14.375rem;
  top: 50%;
  right: -0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.p-header-icon__search input {
  width: 100%;
  display: none;
  font-size: 0.875rem;
  padding: 0.375rem 0.625rem;
  border: 1px solid #0091D7;
  border-radius: 3px;
}

.p-header-icon__search form.searchwp-form input.swp-input--search {
  background-image: none;
}

/* グローバルナビ
-----------------------------------------------------*/
.p-header-submenu {
  display: none;
  height: 6.25rem;
  color: #fff;
  background-color: #666464;
}

.p-header-submenu__item {
  position: relative;
  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;
  height: inherit;
}

.p-header-submenu__item:nth-child(1) {
  padding-left: 6.25rem;
}

.p-header-submenu__item:nth-child(2) {
  padding-left: 14.375rem;
}

.p-header-submenu__item:nth-child(3) {
  padding-left: 18.75rem;
}

.p-header-submenu__item:nth-child(4) {
  padding-left: 26.875rem;
}

.p-header-submenu__item:nth-child(5) {
  padding-left: 25rem;
}

.p-header-submenu__item nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.p-header-submenu__item nav h2,
.p-header-submenu__item nav li {
  font-size: 0.6875rem;
  line-height: 2;
}

.p-header-submenu__item nav h2 {
  margin-right: 2.5rem;
}

.p-header-submenu__item nav ul {
  margin-right: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-header-submenu__item a {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-header-submenu__item a::before {
    position: absolute;
    content: "";
    width: calc(100% - 0.3125rem);
    height: 1px;
    bottom: -0.1875rem;
    left: calc(50% + 0.3125rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .p-header-submenu__item h2 a::before {
    width: 100%;
    left: 50%;
  }
}

@media screen and (min-width: 768px) {
  .p-header-submenu__item a:hover::before {
    opacity: 1;
  }
}

.p-header-submenu__item a p:nth-child(2) {
  margin-top: -0.4375rem;
}

.p-header-submenu img {
  height: 6.25rem;
}

.p-main {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-main {
    margin-top: 6.25rem;
  }
}

.p-mc-top {
  background: #fff;
}

.p-mc-heading {
  background: #0091D7;
}

.p-mc-heading h2 {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #fff;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

/* text
-----------------------------------------------------*/
.p-mc-top__text {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #656565;
}

.p-mc-top__text p {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: bold;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-mc-top__text p {
    font-size: 1.75rem;
  }
}

/* business
-----------------------------------------------------*/
.p-mc-business {
  position: relative;
  padding-top: 1.0625rem;
  padding-bottom: 2.9375rem;
  background: url("../images/bg_white-stripe.webp") center/cover no-repeat;
  overflow: hidden;
}

.p-mc-business h2 {
  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;
  gap: 0.5rem;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-mc-business h2 {
    font-size: 2rem;
  }
}

.p-mc-business h2 span {
  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;
  width: 2.25rem;
  height: 2.25rem;
  color: #fff;
  background: var(--color);
  border-radius: 50%;
  line-height: 1;
}

.js-mc-business-swiper__wrap {
  position: relative;
}

.p-mc-business .swiper-slide > div {
  margin-top: 0.625rem;
  background: rgba(255, 255, 255, .88);
  border-radius: 0.5625rem;
}

.p-mc-business .swiper-slide > div > p {
  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;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.375rem;
  color: #fff;
  background: var(--color);
  border-radius: 0.5rem 0.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-mc-business .swiper-slide > div > p {
    font-size: 1.625rem;
  }
}

.p-mc-business .swiper-slide > div > div {
  display: grid;
  padding: 1.5rem 1.25rem;
  border: 0.125rem solid var(--color);
  border-radius: 0 0 0.5rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-mc-business .swiper-slide > div > div {
    grid-template-columns: 1fr 25.9375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.875rem 1.5rem;
  }
}

.p-mc-business h3 {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 700;
  font-size: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-mc-business h3 {
    font-size: 1.75rem;
  }
}

.p-mc-business h3 + p {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 1.5rem;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .p-mc-business h3 + p {
    font-size: 1.5rem;
    margin-top: 4.875rem;
  }
}

.p-mc-business img {
  width: 100%;
  aspect-ratio: 415/275;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-mc-business img {
    margin-top: 0;
  }
}

.p-mc-business__button {
  position: absolute;
  top: calc(50% + 1.5rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-mc-business__button--prev {
  left: -2.625rem;
}

.p-mc-business__button--next {
  right: -2.625rem;
}

.p-mc-business__button img {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 6.25rem;
}

/* links
-----------------------------------------------------*/
.p-mc-links {
  margin-top: 1.875rem;
}

.p-mc-links ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-mc-links ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

.p-mc-links li:nth-child(-n+5) {
  grid-column: 1/-1;
}
@media screen and (min-width: 768px) {
  .p-mc-links li:nth-child(-n+5) {
    grid-column: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-mc-links li:nth-child(5) {
    grid-column: span 2;
  }
}

.p-mc-links a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.p-mc-links li:nth-child(-n+4) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.625rem;
  background: #fff;
  border: 0.1875rem solid #898989;
  border-radius: 0.625rem;
}

.p-mc-links li:nth-child(n+5) a {
  overflow: hidden;
  background: #fff;
  border-radius: 0.625rem;
}

.p-mc-links p {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  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;
  gap: 0.5rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mc-links p {
    font-size: 1.375rem;
  }
}

.p-mc-links p span {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-mc-links p span {
    font-size: 2rem;
  }
}

.p-mc-links strong {
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 0.5rem;
  padding-top: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-top: 0.0625rem solid #898989;
  line-height: 1.1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mc-links strong {
    font-size: 1.75rem;
  }
}

.p-mc-links em {
  display: block;
  font-style: normal;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-top: auto;
  padding-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-mc-links em {
    font-size: 1.25rem;
    padding-top: 1.125rem;
    letter-spacing: -0.07em;
  }
}

.p-mc-links img {
  width: 100%;
}

.p-mc-links li:nth-child(-n+4) img {
  margin-top: 0.75rem;
  aspect-ratio: 200/150;
}

.p-mc-links li:nth-child(1) strong {
  color: #1e7dc8;
}

.p-mc-links li:nth-child(2) strong {
  color: #da9100;
}
@media screen and (min-width: 768px) {
  .p-mc-links li:nth-child(2) strong {
    text-align: left;
  }
}

.p-mc-links li:nth-child(3) strong {
  color: #6fba2c;
}
@media screen and (min-width: 768px) {
  .p-mc-links li:nth-child(3) strong {
    text-align: left;
  }
}

.p-mc-links li:nth-child(4) strong {
  color: #008a6c;
}

.p-mc-links li:nth-child(n+5) img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* news
-----------------------------------------------------*/
.p-mc-news {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-mc-news {
    margin-top: 3.125rem;
  }
}

.p-mc-news h2,
.p-mc-group h2 {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.4;
  text-align: center;
}

.p-mc-news h2 {
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid #898989;
}

.p-mc-news h2 span {
  position: relative;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.5625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p-mc-news h2 span::before,
.p-mc-news h2 span::after {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #0091D7;
  border-radius: 6.25rem;
}

.p-mc-news h2 span::before {
  left: 0;
}

.p-mc-news h2 span::after {
  right: 0;
}

.p-mc-news ul {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.p-mc-news li a {
  display: grid;
  gap: 0.25rem;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-mc-news li a {
    grid-template-columns: 10rem 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-mc-news time {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-mc-news time {
    font-size: 1rem;
  }
}

.p-mc-news span {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-mc-news span {
    font-size: 1rem;
  }
}

.p-mc-news__btn {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mc-news__btn {
    margin-top: 1.875rem;
  }
}

.p-mc-news__btn a {
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.5rem 1.875rem;
  background: #fff;
  border: 0.0625rem solid #231815;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-mc-news__btn a:hover {
  background: #e6e6e6;
}

/* group
-----------------------------------------------------*/
.p-mc-group {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-mc-group {
    margin-top: 3.75rem;
  }
}

.p-mc-group h2 {
  margin-bottom: 0.625rem;
}

.p-mc-group__bg {
  background: #e6e6e6;
}

.p-mc-group ul {
  display: grid;
  gap: 1rem;
  margin-top: 0.75rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-mc-group ul {
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.75rem;
  }
}

.p-mc-group a {
  display: block;
}

.p-mc-group img {
  width: 100%;
}

/* works
-----------------------------------------------------*/
.p-mc-works {
  background: #fff;
}

.p-mc-works__panel {
  background-image: url(../images/bg_white-stripe.webp);
  background-repeat: no-repeat;
  background-position: center 49.375rem;
  background-size: 100% 38.75rem;
}

.p-mc-works__panel.is-construction {
  background-position: center 49.375rem;
}

.p-mc-works__panel.is-lease {
  background-position: center 50rem;
  background-size: 100% 41.875rem;
}

.p-mc-works__panel.is-recycling {
  background-position: center 32.9375rem;
  background-size: 100% 41.875rem;
}

.p-mc-works__panel.is-sales {
  background-position: center 34.875rem;
  background-size: 100% 28.3125rem;
}

.p-mc-works__panel[hidden] {
  display: none;
}

.p-mc-works__tabs {
  padding: 0.75rem 0;
  background: #e5e5e5;
}

.p-mc-works__tabs .l-mc-inner {
  display: grid;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-mc-works__tabs .l-mc-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.5rem;
  }
}

.p-mc-works__tabs button {
  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;
  min-height: 1.5rem;
  padding: 0.1875rem 1.125rem;
  color: #999;
  background: #fff;
  border: 0.0625rem solid #b7b7b7;
  border-radius: 62.4375rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-mc-works__tabs button {
    min-width: 11.875rem;
    font-size: 1.5rem;
  }
}

.p-mc-works__tabs button.is-active {
  color: #fff;
  background: var(--color);
  border-color: var(--color);
}

.p-mc-works .p-mc-heading {
  background: #0091D7;
}

.p-mc-works__rail {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mc-works__rail {
    margin-left: 4.375rem;
    padding-left: 1.25rem;
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .is-recycling .p-mc-works__intro .p-mc-works__rail,
  .is-sales .p-mc-works__intro .p-mc-works__rail {
    padding-left: 1.5rem;
  }
}

.p-mc-works__rail--hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 4.625rem;
}
@media screen and (min-width: 768px) {
  .p-mc-works__rail--hero {
    min-height: 4.5rem;
  }
}

.p-mc-works__label {
  position: absolute;
  left: -0.625rem;
  top: 0.625rem;
  z-index: 3;
  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;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 0.5rem 0.25rem;
  color: #fff;
  background: var(--color);
  border-radius: 0.4375rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.9375rem 0.3125rem;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (min-width: 768px) {
  .p-mc-works__label {
    left: -3.625rem;
    top: 0.75rem;
    font-size: 2.625rem;
    border-radius: 0.5rem;
  }
}

.p-mc-works__hero {
  background: #fff;
}

.p-mc-works__hero h1,
.p-mc-works__intro h1 {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .p-mc-works__hero h1,
  .p-mc-works__intro h1 {
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-mc-works__hero h1 {
    padding-left: 1.5rem;
  }
}

.p-mc-works__hero > img {
  display: block;
  width: 100%;
  height: 11.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-mc-works__hero > img {
    height: 21.875rem;
  }
}

.p-mc-works__lead {
  margin-top: 1rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-mc-works__lead {
    margin-top: 0;
  }
}

.p-mc-works__lead h2,
.p-mc-works__intro h2 {
  color: var(--color);
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-mc-works__lead h2,
  .p-mc-works__intro h2 {
    font-size: 2.375rem;
  }
}

.p-mc-works__lead .p-mc-works__rail p:nth-child(2),
.p-mc-works__lead .p-mc-works__rail p:nth-child(3),
.p-mc-works__lead .p-mc-works__rail p:nth-child(4),
.p-mc-works__intro .p-mc-works__rail p:nth-child(4) {
  margin-top: 0.625rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  .p-mc-works__lead .p-mc-works__rail p:nth-child(2),
  .p-mc-works__lead .p-mc-works__rail p:nth-child(3),
  .p-mc-works__lead .p-mc-works__rail p:nth-child(4),
  .p-mc-works__intro .p-mc-works__rail p:nth-child(4) {
    font-size: 1.25rem;
  }
}

.p-mc-works__intro {
  padding: 1.125rem 0 1.375rem;
  background: #fff;
}

.p-mc-works__intro h1 {
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-mc-works__intro h1 {
    margin-bottom: 2.375rem;
  }
}

.p-mc-works__body {
  margin-top: 1.875rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-mc-works__body {
    margin-top: 3.4375rem;
  }
}

.p-mc-works__ability {
  display: block;
  width: 100%;
  max-width: 53.75rem;
  margin-left: auto;
  margin-right: auto;
}

.p-mc-works__maintenance {
  margin-left: auto;
  margin-right: auto;
  padding: 0.875rem 1rem;
  background: #fff;
  border: 0.125rem solid var(--color);
  border-radius: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-mc-works__maintenance {
    padding: 1.25rem 1rem 1.875rem;
  }
}

.p-mc-works__maintenance h2 {
  position: relative;
  color: var(--color);
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-mc-works__maintenance h2 {
    font-size: 1.875rem;
  }
}

.p-mc-works__maintenance h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.0625rem;
  margin: 0.5rem auto 0;
  background: var(--color);
}

.p-mc-works__maintenance img {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
}

.p-mc-works__maintenance p:nth-child(2) {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  margin-top: 0.625rem;
  padding: 0.5rem 1.5rem;
  color: #fff;
  background: #959595;
  border-radius: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mc-works__maintenance p:nth-child(2) {
    font-size: 1.875rem;
    margin-top: 1rem;
  }
}

.p-mc-works__maintenance p:nth-child(4) {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 0.9375rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-mc-works__maintenance p:nth-child(4) {
    margin-top: 2.5rem;
  }
}

.p-mc-works__plant {
  display: block;
  width: 100%;
}

.p-mc-works__flow {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
}

.p-mc-works__products {
  display: block;
  width: 100%;
}

.p-mc-works__columns {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-mc-works__columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.625rem;
    margin-top: 3.25rem;
  }
}

.p-mc-works__columns h3,
.p-mc-works__sales-text h3,
.p-mc-works__sales-box h3 {
  color: var(--color);
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-mc-works__columns h3,
  .p-mc-works__sales-text h3,
  .p-mc-works__sales-box h3 {
    font-size: 1.25rem;
  }
}

.p-mc-works__columns p,
.p-mc-works__sales-text p,
.p-mc-works__sales-box p,
.p-mc-works__sales-box li {
  margin-top: 0.3125rem;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-mc-works__columns p,
  .p-mc-works__sales-text p,
  .p-mc-works__sales-box p,
  .p-mc-works__sales-box li {
    font-size: 1.0625rem;
  }
}

.p-mc-works__lineup {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 1.5rem;
  padding-top: 0.625rem;
  padding-left: 0.625rem;
  border-top: 0.0625rem solid #000;
  border-left: 0.0625rem solid #000;
}

.p-mc-works__lineup h3 {
  color: #000;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
}

.p-mc-works__lineup p {
  margin-top: 0.3125rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-mc-works__lineup p {
    font-size: 1rem;
    line-height: 1.7;
  }
}

.p-mc-works__lineup span {
  color: var(--color);
}

.p-mc-works__lineup--right {
  margin-top: 0;
}

.p-mc-works__sales-text {
  margin-top: 1.125rem;
}

.p-mc-works__sales-text p:nth-of-type(2) {
  color: var(--color);
  font-size: 0.8125rem;
}

.p-mc-works__sales-box {
  margin-top: 1.875rem;
  padding: 0.625rem 0.75rem;
  border: 0.0625rem solid var(--color);
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-mc-works__sales-box {
    margin-top: 0;
  }
}

.p-mc-works__sales-box__flex {
  display: grid;
  gap: 1.125rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-mc-works__sales-box__flex {
    grid-template-columns: 1fr 1.1fr 13.125rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-mc-works__sales-box li {
  position: relative;
  padding-left: 0.75rem;
  color: var(--color);
}

.p-mc-works__sales-box li span {
  font-size: 1rem;
}

.p-mc-works__sales-box li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.p-mc-works__sales-box h3 {
  padding-bottom: 0.25rem;
  border-bottom: 0.0625rem solid var(--color);
}

.p-mc-works__sales-box h3 + p,
.p-mc-works__sales-box p + h3 {
  margin-top: 0.5rem;
}

.p-mc-works__sales-box img {
  width: 11.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-mc-works__sales-box img {
    width: 13.125rem;
  }
}

.p-mc-works__sales-box__flex p {
  font-size: 0.8125rem;
  letter-spacing: -0.05em;
}

.p-mc-works__sales-box h3,
.p-mc-works__sales-box li {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-mc-works__sales-box h3,
  .p-mc-works__sales-box li {
    font-size: 1.125rem;
  }
}

.p-mc-works__sales-box li {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .p-mc-works__sales-box li {
    font-size: 0.875rem;
  }
}

.p-mc-works__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 1.125rem;
  padding: 0.75rem 1.5rem;
  background: #e5e5e5;
  border-radius: 0.25rem;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-mc-works__tel {
    font-size: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 0.875rem;
    font-size: 2.625rem;
  }
}

.p-mc-works__tel span {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-mc-works__tel span {
    font-size: 1rem;
  }
}

/* recruit
-----------------------------------------------------*/
.p-mc-recruit__top {
  margin-top: 1.875rem;
}

.p-mc-recruit__top-text p:nth-child(1) {
  font-weight: 500;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-mc-recruit__top-text p:nth-child(1) {
    font-size: 1.5625rem;
  }
}

.p-mc-recruit__top-text p:nth-child(1) span {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
}

.p-mc-recruit__top-text p:nth-child(2) {
  font-weight: 700;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-mc-recruit__top-text p:nth-child(2) {
    font-size: 1.875rem;
  }
}

.p-mc-recruit__top img {
  width: 70%;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-mc-recruit__top img {
    width: 34.375rem;
    margin-top: 4.375rem;
  }
}

.p-mc-recruit__middle {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-mc-recruit__middle {
    margin-top: 4.375rem;
  }
}

.p-mc-recruit__middle p:nth-child(1) {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-mc-recruit__middle p:nth-child(1) {
    font-size: 1.375rem;
  }
}

.p-mc-recruit__middle p:nth-child(1) span.is-small {
  font-size: 0.75rem;
  vertical-align: super;
}
@media screen and (min-width: 768px) {
  .p-mc-recruit__middle p:nth-child(1) span.is-small {
    font-size: 0.875rem;
  }
}

.p-mc-recruit__middle p:nth-child(1) span.is-note {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-mc-recruit__middle p:nth-child(1) span.is-note {
    font-size: 1.125rem;
  }
}

.p-mc-recruit__middle p:nth-child(2) {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-mc-recruit__middle p:nth-child(2) {
    font-size: 1.375rem;
    margin-left: 10.3125rem;
  }
}

.p-mc-recruit__middle p:nth-child(2) span {
  font-weight: bold;
}

.p-mc-recruit__requirements {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-mc-recruit__requirements {
    margin-top: 1.125rem;
  }
}

.p-mc-recruit__requirements > p {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.1875rem 1rem;
  color: #fff;
  background: #959595;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-mc-recruit__requirements > p {
    font-size: 1.125rem;
  }
}

.p-mc-recruit__requirements table {
  width: 100%;
  border-collapse: collapse;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-mc-recruit__requirements table {
    font-size: 1rem;
  }
}

.p-mc-recruit__requirements tr {
  border-top: 0.0625rem solid #a0a0a0;
  border-bottom: 0.0625rem solid #a0a0a0;
}

.p-mc-recruit__requirements th,
.p-mc-recruit__requirements td {
  display: block;
  font-size: 0.875rem;
  padding: 0.625rem 0.75rem;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .p-mc-recruit__requirements th,
  .p-mc-recruit__requirements td {
    display: table-cell;
    font-size: 1.125rem;
    padding: 1rem 1rem 1.25rem 1.25rem;
  }
}

.p-mc-recruit__requirements th {
  width: 100%;
  background: #f0f0f0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-mc-recruit__requirements th {
    width: 9.375rem;
  }
}

.p-mc-recruit__requirements td {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-mc-recruit__requirements td {
    padding-left: 1rem;
  }
}

.p-mc-recruit__requirements td p + p {
  margin-top: 0.125rem;
}

.p-mc-recruit__requirements ul {
  display: grid;
  gap: 0.125rem;
}

.p-mc-recruit__requirements li {
  position: relative;
  padding-left: 1rem;
}

.p-mc-recruit__requirements li::before {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 0;
  width: 0.6875rem;
  height: 0.6875rem;
  background: #aaa;
  border-radius: 50%;
}

.p-mc-recruit__form-text {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  font-size: 0.875rem;
  margin: 2rem auto 0;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mc-recruit__form-text {
    font-size: 1.1875rem;
  }
}

.p-mc-recruit__form-text::after {
  position: absolute;
  content: "";
  width: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  bottom: -3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/img_contact-deco.webp) no-repeat center/contain;
}

.p-mc-recruit__form-lead img {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
}

.p-mc-recruit__contact-title {
  margin-top: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: #656565;
}

.p-mc-recruit__contact-title h3 {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 0.875rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-mc-recruit__contact-title h3 {
    font-size: 1.0625rem;
  }
}

/* company
-----------------------------------------------------*/
.p-mc-company {
  background: #fff;
}

.p-mc-company__tabs {
  padding: 1.125rem 1.25rem;
  background: #e5e5e5;
}

.p-mc-company__tabs .l-mc-inner {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-mc-company__tabs .l-mc-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.125rem;
  }
}

.p-mc-company__tabs button {
  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;
  width: 11.875rem;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.1875rem 1.875rem;
  color: #959595;
  background: #fff;
  border: 0.0625rem solid #959595;
  line-height: 1.2;
  border-radius: 62.4375rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-mc-company__tabs button {
    font-size: 1.125rem;
  }
}

.p-mc-company__tabs button.is-active {
  color: #fff;
  background: #959595;
}

.p-mc-company__greeting {
  background: #b5b5b5;
}

.p-mc-company__greeting .l-mc-inner {
  position: relative;
  padding-bottom: 15.625rem;
}

.p-mc-company__greeting-inner {
  position: relative;
  padding-top: 2.5rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-mc-company__greeting-inner {
    min-height: 40.625rem;
    padding-top: 8.125rem;
    padding-bottom: 2.5rem;
    padding-left: 1.25rem;
  }
  .p-mc-company__greeting-inner::before {
    position: absolute;
    content: "";
    top: 4.375rem;
    left: 0;
    width: 0.125rem;
    height: 37.5rem;
    background: #fff;
  }
}

.p-mc-company__greeting-text {
  position: relative;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 700;
  max-width: 47.5rem;
  letter-spacing: 0;
  z-index: 2;
}

.p-mc-company__greeting-text p {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-mc-company__greeting-text p {
    font-size: 1.25rem;
  }
}

.p-mc-company__greeting-text p + p {
  margin-top: 0.0625rem;
}

.p-mc-company__greeting-text p:nth-child(4) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-mc-company__greeting-text p:nth-child(4) {
    margin-top: 1.75rem;
  }
}

.p-mc-company__signature {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 700;
  font-size: 0.75rem;
  margin-top: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-mc-company__signature {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .p-mc-company__signature {
    margin-top: 11.875rem;
    padding-left: 1rem;
  }
}

.p-mc-company__signature strong {
  display: block;
  font-size: 1.625rem;
  font-weight: 700;
  margin-top: 0.25rem;
  padding-left: 5.5rem;
  line-height: 1.2;
}

.p-mc-company__greeting img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}

.p-mc-company__profile,
.p-mc-company__access {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-mc-company__profile,
  .p-mc-company__access {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mc-company__profile .l-mc-inner > dl,
  .p-mc-company__access .l-mc-inner > div {
    padding-left: 1.25rem;
    border-left: 0.125rem solid #0091D7;
  }
}

.p-mc-company__profile dl {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}

.p-mc-company__profile dl > div {
  display: grid;
  gap: 0.25rem;
  padding: 0;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .p-mc-company__profile dl > div {
    grid-template-columns: 10rem 1fr;
    gap: 0.75rem;
  }
}

.p-mc-company__profile dl > div + div {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-mc-company__profile dl > div + div {
    margin-top: 0.25rem;
  }
}

.p-mc-company__profile dl > div:nth-child(2),
.p-mc-company__profile dl > div:nth-child(6),
.p-mc-company__profile dl > div:nth-child(9),
.p-mc-company__profile dl > div:nth-child(10),
.p-mc-company__profile dl > div:nth-child(11) {
  padding-bottom: 0.75rem;
  margin-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #959595;
}

@media screen and (max-width: 767px) {
  .p-mc-company__profile dt {
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .p-mc-company__profile dd {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}

.p-mc-company__profile dd p + p {
  margin-top: 0.125rem;
}

.p-mc-company__profile dd p:nth-of-type(4),
.p-mc-company__profile dd p:nth-of-type(7) {
  margin-top: 0.5rem;
}

.p-mc-company__access div + div {
  position: relative;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-mc-company__access div + div {
    padding-top: 3.75rem;
  }
}

.p-mc-company__access div + div::before {
  position: absolute;
  content: "";
  width: calc(100% - 1.25rem);
  height: 0.0625rem;
  top: 1.875rem;
  left: 1.25rem;
  background: #959595;
}

.p-mc-company__access h3 {
  position: relative;
  font-size: 1rem;
  padding-left: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-mc-company__access h3::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  background: #959595;
  border-radius: 50%;
}

.p-mc-company__access img {
  display: block;
  width: 100%;
  max-width: 37.5rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mc-company__access img {
    margin-top: 2rem;
  }
}

.p-news {
  margin-top: 1.5625rem;
}

.p-news-top {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-news-top {
    padding-left: 3.125rem;
  }
}

.p-news-top h3 {
  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;
}

.p-news-top p,
.p-news-top a {
  font-weight: bold;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-news-top p,
  .p-news-top a {
    font-size: 1.125rem;
    line-height: 34px;
  }
}

.p-news-top p {
  position: relative;
  padding-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-top p {
    padding-right: 3.375rem;
  }
}

.p-news-top p::after {
  position: absolute;
  content: "/";
  font-weight: bold;
  font-size: 1rem;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-news-top p::after {
    font-size: 1.125rem;
    right: 1.6875rem;
  }
}

.p-news-top a {
  position: relative;
  color: #888;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-news-top a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #231815;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-news-top a:hover {
  color: #231815;
}

.p-news-top a:hover::before {
  opacity: 1;
}

/* p-news-content
--------------------------*/
.p-news-content {
  margin-top: 1.375rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}

.p-news-content__inner {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news-content__inner {
    max-width: 65rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.p-news-item + .p-news-item {
  margin-top: 0.875rem;
}

.p-news-item p {
  font-weight: bold;
  font-size: 0.75rem;
  color: #595757;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .p-news-item p {
    font-size: 1rem;
  }
}

.p-news-item__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-item__date {
    width: 10rem;
  }
}

.p-news-item__date p + p {
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-item__date p + p {
    margin-left: 0.9375rem;
  }
}

.p-news-item__text {
  position: relative;
  width: calc(100% - 8.75rem);
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news-item__text {
    width: calc(100% - 11.25rem);
  }
}

.p-news-item__text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -0.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #231815;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-news-item:hover .p-news-item__text::before {
  opacity: 1;
}

.p-news-content .c-btn-more {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-news-content .c-btn-more {
    margin-top: 2.5rem;
  }
}

.p-ab-item + .p-ab-item {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-ab-item + .p-ab-item {
    margin-top: 3.125rem;
  }
}

.p-access {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-access {
    margin-top: 4.375rem;
    margin-bottom: 2.5rem;
  }
}

.p-access-content img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-access-content img {
    width: 42.625rem;
  }
}

.p-access-detail {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-access-detail {
    margin-top: 5.9375rem;
  }
}

.p-access-detail h3 {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1rem;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #00B9EF;
}
@media screen and (min-width: 768px) {
  .p-access-detail h3 {
    font-size: 1.375rem;
    padding-bottom: 0.625rem;
  }
}

.p-access-detail nav h4 {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 0.875rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-access-detail nav h4 {
    font-size: 1.25rem;
  }
}

.p-access-detail nav ul {
  margin-top: 0.625rem;
}

.p-access-detail nav ul li {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-access-detail nav ul li {
    font-size: 1.0625rem;
  }
}

.p-access-detail nav ul li + li {
  margin-top: 0.1875rem;
}

.p-access-detail nav ul li span {
  color: #00B9EF;
}

.p-access-info {
  margin-top: 1.875rem;
  padding-top: 0.9375rem;
  border-top: 1px solid #231815;
}
@media screen and (min-width: 768px) {
  .p-access-info {
    margin-top: 3.875rem;
  }
}

.p-access-info p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-access-info p {
    font-size: 1.125rem;
  }
}

.p-achievements-cat {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

.p-achievements-cat h3 {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.125rem;
  padding-top: 0.875rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  color: #0091D7;
  border-top: 2px solid #0091D7;
  border-left: 2px solid #0091D7;
  border-right: 2px solid #0091D7;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-achievements-cat h3 {
    font-size: 1.375rem;
  }
}

.p-achievements-cat__items {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-achievements-cat__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 1.875rem;
  }
}

.p-achievements-cat__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-top: 2px solid #0091D7;
}

.p-achievements-cat__item img {
  width: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-achievements-cat__item img {
    width: 6.25rem;
  }
}

.p-achievements-cat__item p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 1rem;
  margin-left: 0.625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-achievements-cat__item p {
    font-size: 0.8125rem;
  }
}

.p-achievements-cat__item:hover p {
  color: #0091D7;
}

@media screen and (max-width: 767px) {
  .p-civil-engineering::before {
    height: 6.25rem;
    top: 11.75rem;
  }
}

.p-civil-engineering__fv {
  margin-top: 1.25rem;
}

.p-civil-engineering__fv p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.75rem;
  margin-top: 0.3125rem;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .p-civil-engineering__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-civil-engineering__left {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-civil-engineering__left {
    width: 32.5rem;
    margin-top: 0;
  }
}

.p-civil-engineering__left h4 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  color: #4C6A32;
}
@media screen and (min-width: 768px) {
  .p-civil-engineering__left h4 {
    font-size: 1.75rem;
    line-height: 40px;
  }
}

.p-civil-engineering__left-text {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-civil-engineering__left-text {
    font-size: 1.125rem;
    line-height: 30px;
  }
}

.p-civil-engineering__left-img {
  width: 20.625rem;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-civil-engineering__left-img {
    width: 25.9375rem;
    margin-top: 0.625rem;
    margin-left: 0;
    margin-left: initial;
  }
}

.p-civil-engineering__left-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-civil-engineering__left-flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-civil-engineering__left-flex img {
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-civil-engineering__left-flex img {
    width: 12.1875rem;
  }
}

.p-civil-engineering__left-flex p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.75rem;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-civil-engineering__left-flex p {
    width: 13.75rem;
    font-size: 0.9375rem;
    line-height: 23px;
  }
}

.p-civil-engineering__right {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-civil-engineering__right {
    margin-top: 3.75rem;
  }
}

.p-civil-engineering__right h4 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  color: #4C6A32;
}
@media screen and (min-width: 768px) {
  .p-civil-engineering__right h4 {
    font-size: 1.125rem;
  }
}

.p-civil-engineering__right-items {
  margin-top: 0.3125rem;
  border-top: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .p-civil-engineering__right-items {
    margin-top: 0.1875rem;
  }
}

.p-civil-engineering__right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.8125rem;
  border-bottom: 1px solid #707070;
}

.p-civil-engineering__right-item-head {
  width: 5.625rem;
  padding: 0.3125rem;
  background-color: #E2EEC5;
}

.p-civil-engineering__right-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 6.25rem);
  padding: 0.3125rem;
}

.p-civil-engineering__right-item-body p:nth-child(1) {
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-civil-engineering__right-item-body p:nth-child(1) {
    width: 10.125rem;
  }
}

.p-civil-engineering__right-item-body p:nth-child(2) {
  width: 9.375rem;
  margin-left: 0.9375rem;
}

.p-construction {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

.p-construction::before {
  height: 7.5rem;
  top: 40.75rem;
}
@media screen and (min-width: 768px) {
  .p-construction::before {
    height: 16.875rem;
    top: 67.1875rem;
  }
}

.p-construction .c-business-title__top p:nth-child(1) {
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-construction .c-business-title__top p:nth-child(1) {
    letter-spacing: -0.02em;
  }
}

.p-construction .c-business-title__top p:nth-child(2) {
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-construction .c-business-title__top p:nth-child(2) {
    line-height: 1;
  }
}

.p-construction-top__text {
  font-weight: bold;
  font-size: 1rem;
  margin-top: 1.25rem;
  color: #0091D7;
}
@media screen and (min-width: 768px) {
  .p-construction-top__text {
    font-size: 1.375rem;
    line-height: 40px;
  }
}

.p-construction-top__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-construction-top__img {
    gap: 0.625rem;
    margin-top: 3.125rem;
  }
}

.p-construction-top__img-flex-left {
  width: 50%;
  margin-right: 0.625rem;
}

.p-construction-top__img-right {
  width: 50%;
}

.p-construction-top__img-right-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.625rem;
}

.p-construction-top__img-right-bottom-head {
  width: 3.75rem;
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-construction-top__img-right-bottom-head {
    width: 11.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-construction-top__img-right-bottom-body img {
    width: 100%;
  }
}

.p-construction-top__img-right-bottom-body img + img {
  margin-top: 0.625rem;
}

.p-construction-top__items {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-construction-top__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-construction-top__item {
    width: 30.3125rem;
  }
}

.p-construction-top__item + .p-construction-top__item {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-construction-top__item + .p-construction-top__item {
    margin-top: 0;
  }
}

.p-construction-top__item p:nth-child(1) {
  font-weight: bold;
  font-size: 1rem;
  color: #0091D7;
}
@media screen and (min-width: 768px) {
  .p-construction-top__item p:nth-child(1) {
    font-size: 1.375rem;
    line-height: 36px;
  }
}

.p-construction-top__item p:nth-child(2) {
  font-size: 0.875rem;
  margin-top: 0.625rem;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-construction-top__item p:nth-child(2) {
    font-size: 1.125rem;
    line-height: 30px;
  }
}

.p-construction-bottom {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 1px solid #231815;
}

@media screen and (min-width: 768px) {
  .p-construction-bottom__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-construction-bottom__left,
.p-construction-bottom__right {
  position: relative;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-construction-bottom__left,
  .p-construction-bottom__right {
    width: 27.5rem;
  }
}

.p-construction-bottom__left::before,
.p-construction-bottom__right::before {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #0091D7;
}

.p-construction-bottom__left-head p:nth-child(1) {
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-construction-bottom__left-head p:nth-child(1) {
    font-size: 1.375rem;
    line-height: 32px;
  }
}

.p-construction-bottom__left-head p:nth-child(2) {
  font-size: 0.75rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-construction-bottom__left-head p:nth-child(2) {
    font-size: 0.9375rem;
    margin-top: 0.9375rem;
    line-height: 27px;
  }
}

.p-construction-bottom__left-items {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-construction-bottom__left-items {
    margin-top: 9.375rem;
  }
}

.p-construction-bottom__left-item.p-construction-bottom__left-item {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-construction-bottom__left-item.p-construction-bottom__left-item {
    margin-top: 1.875rem;
  }
}

.p-construction-bottom__left-item img {
  width: 19.375rem;
}

.p-construction-bottom__left-item p {
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}

.p-construction-bottom__right {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-construction-bottom__right {
    margin-top: 0;
  }
}

.p-construction-bottom__right-item + .p-construction-bottom__right-item {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-construction-bottom__right-item + .p-construction-bottom__right-item {
    margin-top: 3.125rem;
  }
}

.p-construction-bottom__right-item-head p:nth-child(1) {
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-construction-bottom__right-item-head p:nth-child(1) {
    font-size: 1.375rem;
    line-height: 32px;
  }
}

.p-construction-bottom__right-item-head p:nth-child(2) {
  font-size: 0.75rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-construction-bottom__right-item-head p:nth-child(2) {
    font-size: 0.9375rem;
    margin-top: 0.9375rem;
    line-height: 27px;
  }
}

.p-construction-bottom__right-item-body img {
  width: 19.375rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-construction-bottom__right-item-body img {
    margin-top: 1.25rem;
  }
}

.p-construction-bottom__right-item-body p {
  font-size: 0.75rem;
}

.p-contact {
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    margin-top: 2.5rem;
  }
}

.p-contact-head h3 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 1.25rem;
  color: #0091D7;
}
@media screen and (min-width: 768px) {
  .p-contact-head h3 {
    font-size: 1.625rem;
  }
}

.p-contact-head p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.875rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact-head p {
    font-size: 1rem;
    margin-top: 1.875rem;
  }
}

.p-contact-items {
  margin-top: 1.25rem;
  border-bottom: 1px solid #0091D7;
}

.p-contact-item {
  padding: 0.625rem;
  border-top: 1px solid #0091D7;
}
@media screen and (min-width: 768px) {
  .p-contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-contact-item__head {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact-item__head {
    width: 11.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-item__head label {
    font-size: 1rem;
  }
}

.p-contact-item__head span {
  color: #c00;
}

@media screen and (min-width: 768px) {
  .p-contact-item__input {
    width: calc(100% - 11.875rem);
  }
}

.p-contact-item__input input,
.p-contact-item__input textarea {
  width: 100%;
  font-size: 0.875rem;
  border: 1px solid #0091D7;
}

.p-contact-item__input::-webkit-input-placeholder {
  font-size: 0.875rem;
}

.p-contact-item__input::-moz-placeholder {
  font-size: 0.875rem;
}

.p-contact-item__input::-ms-input-placeholder {
  font-size: 0.875rem;
}

.p-contact-item__input::placeholder {
  font-size: 0.875rem;
}

.p-contact-item__input input {
  padding: 0.125rem 0.3125rem;
}

.p-contact-item__input textarea {
  min-height: 6.25rem;
  resize: vertical;
}
@media screen and (min-width: 768px) {
  .p-contact-item__input textarea {
    min-height: 9.375rem;
  }
}

.p-contact-bottom {
  margin-top: 1.25rem;
}

.p-contact-bottom h3 {
  font-size: 1.375rem;
  padding-bottom: 0.3125rem;
  -webkit-box-shadow: 0px -2px #00a5dc inset, 0px 1px #00a5dc;
          box-shadow: 0px -2px #00a5dc inset, 0px 1px #00a5dc;
  border-bottom: 1px solid #fff;
}

.p-contact-bottom.is-mc h3 {
  font-weight: 400;
  font-size: 1.25rem;
}

.p-contact-bottom__text {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact-bottom__text {
    font-size: 1rem;
  }
}

.p-contact-bottom__text span {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: bold;
  font-size: 1.75rem;
  margin-right: 1.25rem;
}

.p-contact__btn {
  margin-top: 1.25rem;
  text-align: center;
}

.p-contact__btn a input {
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  border: 1px solid #0091D7;
  color: #0091D7;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .p-contact__btn a input {
    width: 18.75rem;
    cursor: pointer;
  }
}

.wpcf7-spinner {
  position: absolute;
  display: none;
}

/* p-contact--thanks
-----------------------------------------------------*/
.p-contact--thanks {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-contact--thanks {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}

.p-contact--thanks .p-contact-head {
  text-align: center;
}

/* パンフレット資料請求デザイン
-----------------------------------------------------*/
.p-contact--pamphlet .p-contact-head h3 {
  font-size: 1.25rem;
  color: #724620;
}

.p-contact--pamphlet .p-contact-items {
  border-bottom: 1px solid #724620;
}

.p-contact--pamphlet .p-contact-item {
  border-top: 1px solid #724620;
}

@media screen and (min-width: 768px) {
  .p-contact--pamphlet .p-contact-item__head {
    width: 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact--pamphlet .p-contact-item__input {
    width: calc(100% - 12.5rem);
  }
}

.p-contact--pamphlet .p-contact-item__input input,
.p-contact--pamphlet .p-contact-item__input textarea {
  border: 1px solid #724620;
}

.p-contact--pamphlet .p-contact-item__input textarea {
  min-height: 0;
  min-height: initial;
  height: 5.9375rem;
}

.p-contact--pamphlet .p-contact__btn a input {
  color: #724620;
  border: 1px solid #724620;
}

.p-csr {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-csr {
    margin-top: 2.5rem;
  }
}

.p-csr h3 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 1.25rem;
  color: #379761;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-csr h3 {
    font-size: 1.75rem;
    letter-spacing: -0.03em;
    line-height: 1.5;
  }
}

.p-csr-flex {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-csr-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-csr-left {
    position: relative;
    width: 35rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-left: 1px solid #379761;
  }
}

@media screen and (min-width: 768px) {
  .p-csr-left::after {
    position: absolute;
    content: "";
    width: 0.0625rem;
    height: 100%;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #379761;
  }
}

.p-csr-left h4 {
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-csr-left h4 {
    font-size: 1.125rem;
    line-height: 30px;
  }
}

.p-csr-left__text {
  font-size: 0.75rem;
  margin-top: 0.625rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-csr-left__text {
    font-size: 0.875rem;
    line-height: 26px;
  }
}

.p-csr-left__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5625rem;
}

.p-csr-left__img-box + .p-csr-left__img-box {
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-csr-left__img-box + .p-csr-left__img-box {
    margin-left: 2.5rem;
  }
}

.p-csr-left__img-box img {
  width: 8.9375rem;
  margin-left: auto;
  margin-right: auto;
}

.p-csr-left__img-box p {
  font-size: 0.75rem;
  margin-top: 0.3125rem;
  line-height: 17px;
  text-align: center;
}

.p-csr-left__note {
  font-size: 0.75rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-csr-left__note {
    margin-top: 1.875rem;
  }
}

.p-csr-right {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-csr-right {
    width: calc(100% - 36.25rem);
    margin-top: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-right: 1px solid #379761;
  }
}

.p-csr-right h4 {
  font-size: 1.5rem;
  color: #379761;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-csr-right h4 {
    font-size: 2rem;
  }
}

.p-csr-right h4 span {
  font-size: 0.875rem;
  color: #231815;
}
@media screen and (min-width: 768px) {
  .p-csr-right h4 span {
    font-size: 1.125rem;
  }
}

.p-csr-right__subtitle {
  font-weight: bold;
  font-size: 0.875rem;
  margin-top: 1.25rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-csr-right__subtitle {
    font-size: 1.125rem;
    line-height: 27px;
  }
}

.p-csr-right__text {
  font-size: 0.75rem;
  margin-top: 0.625rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-csr-right__text {
    font-size: 0.875rem;
    line-height: 26px;
  }
}

.p-csr-right__img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
  margin-top: 1.25rem;
}

.p-csr-right__bottom {
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}

.p-environment-business::before {
  top: 18.125rem;
}
@media screen and (min-width: 768px) {
  .p-environment-business::before {
    height: 19.6875rem;
    top: 20.5rem;
  }
}

.p-environment-business .c-business-title__bottom {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-environment-business .c-business-title__bottom {
    margin-top: -0.625rem;
  }
}

.p-environment-business .c-business-title__bottom p {
  line-height: 1.2;
  letter-spacing: -0.05em;
}

.p-environment-business .c-business-title__bottom p:nth-child(1) {
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-environment-business .c-business-title__bottom p:nth-child(1) {
    font-size: 1.5625rem;
  }
}

.p-environment-business__content {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-environment-business__content {
    margin-top: 3.125rem;
  }
}

.p-environment-business__middle {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-environment-business__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.1875rem;
  }
}

.p-environment-business__middle-left {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

.p-environment-business__middle-left h4 {
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-environment-business__middle-left h4 {
    font-size: 1.75rem;
    line-height: 40px;
  }
}

.p-environment-business__middle-left p {
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-environment-business__middle-left p {
    font-size: 1.125rem;
    line-height: 30px;
  }
}

.p-environment-business__middle-right {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-environment-business__middle-right {
    margin-top: 0;
  }
}

.p-environment-business__middle-right p {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-environment-business__middle-right p {
    font-size: 1rem;
  }
}

.p-environment-business__middle-right img {
  width: 12.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-environment-business__middle-right img {
    width: 16.5625rem;
  }
}

.p-environment-business__bottom {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  margin-top: 1.875rem;
  padding: 1.125rem;
  border: 2px solid #0091D7;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-environment-business__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-environment-business__bottom-left {
    width: 20.625rem;
  }
}

.p-environment-business__bottom-left h4 {
  position: relative;
  padding-left: 1.4375rem;
}

.p-environment-business__bottom-left h4::before {
  position: absolute;
  content: "";
  width: 0.625rem;
  height: 4.375rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #0091D7;
}

.p-environment-business__bottom-left h4 p {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-environment-business__bottom-left h4 p {
    font-size: 1.375rem;
  }
}

.p-environment-business__bottom-left span {
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-environment-business__bottom-left span {
    font-size: 2.0625rem;
  }
}

.p-environment-business__bottom-left-text {
  font-size: 0.875rem;
  margin-top: 0.9375rem;
  line-height: 26px;
}

.p-environment-business__bottom-left-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.625rem;
}

.p-environment-business__bottom-left-note p:nth-child(1) {
  width: 4.25rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-environment-business__bottom-left-note p:nth-child(1) {
    font-size: 0.6875rem;
  }
}

.p-environment-business__bottom-left-note p:nth-child(2) {
  width: calc(100% - 4.25rem);
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-environment-business__bottom-left-note p:nth-child(2) {
    font-size: 0.5rem;
  }
}

.p-environment-business__bottom-right {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-environment-business__bottom-right {
    width: calc(100% - 22.8125rem);
    margin-top: 0;
    margin-left: 2.1875rem;
  }
}

.p-environment-business__bottom-right h4 {
  font-weight: bold;
  font-size: 0.9375rem;
}

.p-environment-business__bottom-right-text {
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-environment-business__bottom-right-text {
    font-size: 0.6875rem;
  }
}

.p-environment-business__bottom-right img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-environment-business__bottom-right img {
    width: 35.3125rem;
  }
}

.p-environment-business__bottom-right-note {
  font-size: 0.75rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-environment-business__bottom-right-note {
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-fm::before {
    height: 6.25rem;
    top: 11.75rem;
  }
}

.p-fm-fv {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  margin-top: 1.25rem;
}

.p-fm-fv p {
  font-size: 0.75rem;
  margin-top: 0.3125rem;
  text-align: right;
}

.p-fm-content {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-fm-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3.125rem;
    padding-bottom: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-fm-left {
    width: 34.375rem;
  }
}

.p-fm-left h4 {
  font-size: 1.125rem;
  color: #8C645A;
}
@media screen and (min-width: 768px) {
  .p-fm-left h4 {
    font-size: 1.75rem;
  }
}

.p-fm-left__text {
  font-weight: bold;
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-fm-left__text {
    font-size: 1.125rem;
    margin-top: 0.9375rem;
    line-height: 30px;
  }
}

.p-fm-left__items {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-fm-left__items {
    margin-top: 2.5rem;
  }
}

.p-fm-left__item + .p-fm-left__item {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-fm-left__item + .p-fm-left__item {
    margin-top: 1.25rem;
  }
}

.p-fm-left__item h5 {
  font-size: 1rem;
  color: #8C645A;
}
@media screen and (min-width: 768px) {
  .p-fm-left__item h5 {
    font-size: 1.5625rem;
    line-height: 35px;
  }
}

.p-fm-left__item p {
  font-weight: bold;
  font-size: 0.75rem;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-fm-left__item p {
    font-size: 1rem;
    margin-top: 0;
    line-height: 25px;
  }
}

.p-fm-right {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-fm-right {
    position: relative;
    width: calc(100% - 38.125rem);
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-fm-right::before {
    position: absolute;
    content: "";
    width: 0.25rem;
    height: 100%;
    top: 50%;
    left: -1.125rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #8C645A;
  }
}

.p-fm-right h4 {
  font-weight: bold;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-fm-right h4 {
    font-size: 1.375rem;
    line-height: 32px;
  }
}

.p-fm-right__text {
  font-size: 0.75rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-fm-right__text {
    font-size: 0.9375rem;
    margin-top: 0.9375rem;
    line-height: 27px;
  }
}

.p-fm-right__items {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-fm-right__items {
    margin-top: 1.875rem;
  }
}

.p-fm-right__item + .p-fm-right__item {
  margin-top: 1.25rem;
}

.p-fm-right__item img {
  width: 19.375rem;
}

.p-fm-right__item p {
  font-size: 0.75rem;
}

.p-greating {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-greating {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-greating-content {
    position: relative;
    padding-bottom: 6.25rem;
  }
}

.p-greating-text {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: bold;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-greating-text {
    font-size: 1.25rem;
    line-height: 37px;
  }
}

.p-greating-bottom {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-greating-bottom {
    margin-top: 5rem;
  }
}

.p-greating-bottom p:nth-child(1) {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-greating-bottom p:nth-child(1) {
    font-size: 1.0625rem;
  }
}

.p-greating-bottom p:nth-child(2) {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-greating-bottom p:nth-child(2) {
    font-size: 1.875rem;
  }
}

.p-greating-content img {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-greating-content img {
    position: absolute;
    width: 36.5625rem;
    right: 0;
    bottom: 0;
    margin-top: 0;
    z-index: -1;
  }
}

.p-health {
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-health-top {
    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;
  }
}

.p-health-top h3 {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.875rem;
  color: #11B1A1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-health-top h3 {
    font-size: 3rem;
    margin-left: 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-health-top__right {
    margin-left: 6.25rem;
    padding-left: 1.5625rem;
    border-left: 1px solid #11B1A1;
  }
}

.p-health-top__right img {
  width: 15.625rem;
  margin-left: auto;
  margin-right: auto;
}

.p-health-top__right p {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 0.8125rem;
  margin-top: 1.5625rem;
  text-align: center;
}

.p-health-about {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 2px solid #11B1A1;
}
@media screen and (min-width: 768px) {
  .p-health-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-health-about p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-health-about p {
    font-size: 1.125rem;
  }
}

.p-health-about__img {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-health-about__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-health-about__img img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-health-about__img img {
    width: 13.75rem;
  }
}

.p-health-about__img img + img {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-health-about__img img + img {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}

.p-health-youtube {
  margin-top: 1.5625rem;
  background-color: #11B1A1;
  border: 1px solid #11B1A1;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .p-health-youtube {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.p-health-youtube p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: #fff;
  background-color: #11B1A1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-health-youtube p {
    width: 40%;
    font-size: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.p-health-youtube iframe {
  width: 100%;
  height: 10.625rem;
}
@media screen and (min-width: 768px) {
  .p-health-youtube iframe {
    width: 60%;
    height: 15.625rem;
  }
}

.p-health-items {
  margin-top: 2.5rem;
}

.p-health-item:nth-child(3) {
  position: relative;
}

.p-health-item:nth-child(3)::after {
  position: absolute;
  content: "";
  width: 21.875rem;
  height: 18.75rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/img_health03.jpg) no-repeat center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-health-item:nth-child(3)::after {
    width: 25rem;
    top: 2.5rem;
    left: auto;
    left: initial;
    right: 2.5rem;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}

.p-health-item + .p-health-item {
  margin-top: 1.25rem;
}

.p-health-item h3 {
  position: relative;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
  padding-left: 0.625rem;
  background-color: #E6E6E6;
}
@media screen and (min-width: 768px) {
  .p-health-item h3 {
    font-size: 1.25rem;
  }
}

.p-health-item h3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -0.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #11B1A1;
}

.p-health-item__text,
.p-health-item nav {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__text,
  .p-health-item nav {
    font-size: 1rem;
    margin-top: 1.25rem;
    padding-left: 2.5rem;
  }
}

.p-health-item:nth-child(3) ol {
  padding-bottom: 18.75rem;
}
@media screen and (min-width: 768px) {
  .p-health-item:nth-child(3) ol {
    padding-bottom: 0;
  }
}

.p-health-item li + li {
  margin-top: 0.4375rem;
}

.p-health-item ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.p-health-item ol li p:nth-child(1) {
  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;
  font-weight: 600;
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.3125rem;
  color: #fff;
  background-color: #11B1A1;
  border-radius: 50px;
}

.p-health-item ol li p:nth-child(2) {
  width: calc(100% - 1.6875rem);
}

.p-health-item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-health-item ul li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-health-item ul li span {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.25rem;
  margin-right: 0.3125rem;
  color: #11B1A1;
}

.p-health-item__policy {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__policy {
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-health-item__policy-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-health-item__policy-flex + .p-health-item__policy-flex {
  margin-top: 1.25rem;
}

.p-health-item__policy-flex h4 {
  position: relative;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  padding-left: 0.625rem;
  line-height: 1.25rem;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__policy-flex h4 {
    width: 13.125rem;
  }
}

.p-health-item__policy-flex:last-child h4 {
  padding-left: 1.25rem;
}

.p-health-item__policy-flex h4::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0.125rem;
  height: 1.25rem;
  background-color: rgb(17, 177, 161);
}
@media screen and (min-width: 768px) {
  .p-health-item__policy-flex h4::before {
    height: 4.6875rem;
  }
}

.p-health-item__policy-flex:last-child h4::before {
  width: 0.75rem;
  height: 1.25rem;
  border-radius: 0.3125rem;
  background-color: rgb(17, 177, 161);
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  .p-health-item__policy-flex:last-child h4::before {
    height: 5.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-health-item__policy-flex-right {
    width: calc(100% - 13.125rem);
  }
}

@media screen and (max-width: 767px) {
  .p-health-item__policy-flex-right img {
    margin-top: 0.625rem;
  }
}

.p-health-item__policy-flex-right p:nth-child(1) {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 0.625rem;
  color: rgb(17, 177, 161);
}
@media screen and (min-width: 768px) {
  .p-health-item__policy-flex-right p:nth-child(1) {
    font-size: 1.125rem;
    line-height: 2rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-health-item__policy-flex:last-child .p-health-item__policy-flex-right {
    width: 37.5rem;
  }
}

.p-health-item__policy-flex:last-child .p-health-item__policy-flex-right p:nth-child(1) {
  font-size: 0.875rem;
  padding: 0.75rem;
  color: #231815;
  background-color: rgba(17, 177, 161, .2);
  line-height: 1.0625rem;
  border-radius: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__policy-flex:last-child .p-health-item__policy-flex-right p:nth-child(1) {
    font-size: 0.875rem;
  }
}

.p-health-item__policy-flex-right p:nth-child(2) {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__policy-flex-right p:nth-child(2) {
    font-size: 0.875rem;
    margin-top: 0;
    line-height: 1.375rem;
  }
}

.p-health-item__policy-flex-right p:nth-child(2) span {
  display: block;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__policy-flex-right p:nth-child(2) span {
    display: inline;
    margin-left: 6.25rem;
  }
}

.p-health-item__policy-bottom {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-health-item__policy-bottom-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

@media screen and (min-width: 768px) {
  .p-health-item__policy-bottom-text {
    width: calc(100% - 13.125rem);
  }
}

.p-health-item__policy-bottom-text p:nth-child(1) {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.25rem;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__policy-bottom-text p:nth-child(1) {
    margin-bottom: 0;
  }
}

.p-health-item__policy-bottom-text p:nth-child(2) span {
  position: relative;
  display: inline-block;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__policy-bottom-text p:nth-child(2) span {
    font-size: 0.875rem;
    line-height: 1.5625rem;
  }
}

.p-health-item__policy-bottom-text p:nth-child(2) span::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  top: 0.5rem;
  left: 0;
  background-color: rgb(17, 177, 161);
  border-radius: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__policy-bottom-text p:nth-child(2) span::before {
    width: 0.75rem;
    height: 0.75rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-health-item__policy-bottom-btn {
  margin-top: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-health-item__policy-bottom-btn {
    width: 13.125rem;
    margin-top: 0;
  }
}

.p-health-item__policy-bottom-btn a {
  display: inline-block;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  padding: 0.5625rem 1.3125rem;
  color: #fff;
  background-color: rgb(95, 137, 230);
  line-height: 0.875rem;
  border-radius: 0.4375rem;
}

.p-health-item__system {
  margin-top: 0.75rem;
  padding: 1rem 1.25rem;
  border: 0.0625rem solid rgb(0, 0, 0);
}

.p-health-item__system h4 {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

.p-health-item__system img {
  width: 34.375rem;
  margin-top: -1.5rem;
  margin-left: auto;
  margin-right: 9.375rem;
}

/* 4  取り組み事項の評価・改善
-----------------------------------------------------*/
.p-health-item__details {
  margin-top: 1.875rem;
  border: 1px solid #11B1A1;
}

.p-health-item__detail {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-health-item__detail + .p-health-item__detail {
  margin-top: 1.875rem;
  border-top: 1px solid #11B1A1;
}

.p-health-item__detail-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-head {
    padding-right: 2.5rem;
  }
}

.p-health-item__detail h4 {
  position: relative;
  font-weight: 500;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  margin-top: 0.9375rem;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail h4 {
    font-size: 1.125rem;
    margin-top: 0.625rem;
    padding-left: 1.25rem;
  }
}

.p-health-item__detail h4::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 1.875rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #11B1A1;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail h4::before {
    width: 0.625rem;
    height: 3.125rem;
  }
}

.p-health-item__detail-head p {
  font-size: 0.8125rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-head p {
    font-size: 0.9375rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-health-item__detail-head p span {
    font-size: 1.125rem;
  }
}

.p-health-item__detail-head img {
  width: 9.8125rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-head img {
    margin-top: 0.625rem;
  }
}

/* 取組状況：2024年「ウォーキングラリー」
--------------------------*/
.p-health-item__detail-walking {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-walking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.875rem;
  }
}

.p-health-item__detail-walking img {
  margin-left: auto;
  margin-right: auto;
}

.p-health-item__detail-walking img:nth-child(1) {
  width: 15.625rem;
}

.p-health-item__detail-walking img:nth-child(2) {
  width: 15.625rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-walking img:nth-child(2) {
    height: 12.5rem;
  }
}

.p-health-item__detail-walking img:nth-child(3) {
  width: 15.625rem;
}

.p-health-item__detail-walking img + img {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-walking img + img {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

/* 重症化予防対策：D判定者の推移
--------------------------*/
.p-health-item__detail-d {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-health-item__detail-d img {
  margin-left: auto;
  margin-right: auto;
}

.p-health-item__detail-d img:nth-child(1) {
  width: 31.25rem;
}

/* 生活習慣病リスクと改善状況
--------------------------*/
.p-health-item__detail-risk {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-risk {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5625rem 3.125rem;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}

.p-health-item__detail-risk img {
  width: 24.375rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-risk img {
    width: 100%;
  }
}

/* ヘルスチェック＆健康面談
--------------------------*/
.p-health-item__detail-health {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-health {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .p-health-item__detail-health-pdf-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-health-item__detail-health-pdf {
  position: relative;
  display: inline-block;
  margin-top: 1.875rem;
}

.p-health-item__detail-health-pdf::after {
  position: absolute;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  top: 50%;
  right: -1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrow-white-blue.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-health-pdf::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
}

.p-health-item__detail-health-pdf p {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-health-pdf p {
    font-size: 1rem;
  }
}

.p-health-item__detail-health-pdf p:nth-child(2) {
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}

.p-health-item__detail-health-pdf-wrap a {
  margin-left: 3.125rem;
}

.p-health-item__detail-health a img {
  width: 17.5rem;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-health a img {
    margin-top: 0;
  }
}

.p-health-item__detail-health-text {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-health-text {
    margin-top: 0;
    margin-left: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

.p-health-item__detail-health-text p:nth-child(1) {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-health-text p:nth-child(1) {
    font-size: 1.125rem;
  }
}

.p-health-item__detail-health-text p:nth-child(2) {
  font-size: 0.8125rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-health-text p:nth-child(2) {
    font-size: 0.9375rem;
    margin-top: 1.875rem;
  }
}

/* 保健師オンライン講座・ニュースレター配信
--------------------------*/
.p-health-item__detail-online {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 1.875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-online {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}

.p-health-item__detail-online img {
  width: 17.5rem;
  margin-left: auto;
  margin-right: auto;
}

.p-health-item__detail-online-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-health-item__detail-online-flex img {
  width: 16.25rem;
}

.p-health-item__detail-online-flex p {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 0.8125rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-online-flex p {
    font-size: 0.9375rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-health-item__detail-online-flex p span {
    font-size: 1.125rem;
  }
}

/* 健康情報メルマガ配信
--------------------------*/
.p-health-item__detail-mail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 1.875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-mail {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.75rem;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}

.p-health-item__detail-mail img {
  width: 15.625rem;
  margin-left: auto;
  margin-right: auto;
}

/* 地域・同業他社向けに健康経営を積極的に推進
--------------------------*/
.p-health-item__detail-area {
  margin-top: 1.875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-health-item__detail-area-pdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.p-health-item__detail-area-pdf a img {
  width: 17.8125rem;
  margin-left: auto;
  margin-right: auto;
}

.p-health-item__detail-area-text {
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-area-text {
    margin-top: 0;
    margin-left: 0.9375rem;
  }
}

.p-health-item__detail-area-text p:nth-child(1) {
  position: relative;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 0.875rem;
  padding-left: 1.5625rem;
}

.p-health-item__detail-area-text p:nth-child(1)::before {
  position: absolute;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(../images/icon_arrow-white-blue.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-area-text p:nth-child(1)::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.p-health-item__detail-area-text p:nth-child(1) span {
  font-size: 0.75rem;
}

.p-health-item__detail-area-text p:nth-child(2) {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 0.75rem;
  margin-top: 0.9375rem;
}

.p-health-item__detail-area-img {
  width: 19.375rem;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-area-img {
    margin-top: 0;
    margin-left: 3.125rem;
    margin-right: 0;
    margin-right: initial;
  }
}

/* 2025年取り組みの評価
--------------------------*/
@media screen and (min-width: 768px) {
  .p-health-item__detail-rate {
    padding-left: 1.25rem;
    padding-right: 0.625rem;
  }
}

.p-health-item__detail-rate-top {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-rate-top {
    font-size: 0.9375rem;
    margin-top: -1.875rem;
    margin-left: 15.625rem;
    line-height: 1.625rem;
  }
}

.p-health-item__detail-rate-item {
  margin-top: 1.5rem;
}

.p-health-item__detail-rate-item h5 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  padding-left: 0.4375rem;
  border-left: 0.25rem solid rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-rate-item h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.p-health-item__detail-rate-item + .p-health-item__detail-rate-item h5 {
  border-left: 0.25rem solid rgb(17, 177, 161);
}

.p-health-item__detail-rate-item h5 p {
  font-weight: 400;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-rate-item h5 p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.p-health-item__detail-rate-item h5 p:nth-child(2) {
  color: rgb(220, 57, 20);
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-rate-item h5 p:nth-child(2) {
    margin-left: 2.8125rem;
  }
}

.p-health-item__detail-rate-item > img {
  margin-top: 1.25rem;
}

.p-health-item__detail-rate-item ul {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-rate-item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-health-item__detail-rate-item ul li {
  display: block;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-health-item__detail-rate-item ul li + li {
    margin-top: 0.75rem;
  }
}

.p-health-item__detail-rate-item ul li p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-rate-item ul li p {
    font-size: 1rem;
    height: 5.3125rem;
    line-height: 1.625rem;
  }
}

.p-health-item__detail-rate-item ul li p span {
  font-size: 0.75rem;
  color: #231815;
}

.p-health-item__detail-rate-item:nth-child(1) > p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-rate-item:nth-child(1) > p {
    width: 46.125rem;
  }
}

.p-health-item__detail-rate-item:nth-child(2) > p {
  display: block;
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 1.5rem;
  padding: 0.25rem;
  background-color: rgb(230, 230, 230);
  line-height: 1.25rem;
  border-radius: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-rate-item:nth-child(2) > p {
    font-size: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
  }
}

.p-health-item__detail-rate-item-flex {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-rate-item-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem;
  }
}

.p-health-item__detail-rate-item-flex p {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

/* 取組状況：2025年「ウォーキングラリー」
--------------------------*/
.p-health-item__detail-walking02-flex {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-walking02-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.75rem;
    margin-left: 6.25rem;
  }
}

.p-health-item__detail-walking02-flex p {
  font-weight: 400;
  font-size: 0.6875rem;
  margin-top: 0.5rem;
  line-height: 0.8125rem;
}

@media screen and (min-width: 768px) {
  .p-health-item__detail-walking02-left img {
    width: 18.75rem;
  }
}

.p-health-item__detail-walking02-flex > img {
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-health-item__detail-walking02-flex > img {
    margin-top: 0.625rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 保健師オンライン講座・ニュースレター配信
--------------------------*/
.p-health-item__detail-online02-flex {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-online02-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-health-item__detail-online02-flex img {
    width: 17.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-health-item__detail-online02-flex img + img {
    margin-top: 0.75rem;
  }
}

.p-health-item__detail-online02-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-health-item__detail-online02-column {
    margin-top: 0.625rem;
  }
}

.p-health-item__detail-online02-column-img p {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.875rem;
}

.p-health-item__detail-online02-column > p {
  font-weight: 400;
  font-size: 0.9375rem;
}

.p-health-item__detail-online02-column > p span {
  font-size: 1.125rem;
}

/* 健康情報メルマガ配信(2025)
--------------------------*/
.p-health-item__detail-mail02 p {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-mail02 p {
    font-size: 0.9375rem;
    margin-top: 0;
    text-align: right;
  }
}

.p-health-item__detail-mail02 p span {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-mail02 p span {
    font-size: 1.125rem;
  }
}

.p-health-item__detail-mail02-img {
  margin-top: 0.625rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background: rgb(230, 230, 230);
}

@media screen and (min-width: 768px) {
  .p-health-item__detail-mail02-img img {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 埼玉県健康経営トップランナー企業の取り組み
--------------------------*/
.p-health-item__detail-runner-flex {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-runner-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 6.25rem;
    margin-bottom: 2.5rem;
  }
}

.p-health-item__detail-runner-flex img {
  width: 35.3125rem;
  border: 0.0625rem solid black;
}

.p-health-item__detail-runner-flex p {
  font-weight: 400;
  font-size: 0.5625rem;
  margin-top: 0.625rem;
  line-height: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-health-item__detail-runner-flex p {
    margin-top: 0;
    margin-left: 0.625rem;
  }
}

/* p-health-modal
--------------------------*/
.p-health-modal {
  position: fixed;
  top: 4.6875rem;
  left: 0.9375rem;
  right: 0.9375rem;
  bottom: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.875rem;
  background-color: #fff;
  opacity: 0;
  z-index: 2000;
  overflow-y: scroll;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-health-modal {
    max-width: 59.375rem;
    width: 100%;
    top: 7.5rem;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
  }
}

.p-health-modal.is-open {
  opacity: 1;
  pointer-events: initial;
}

/* Chrome / Safari / Edge */
.p-health-modal::-webkit-scrollbar {
  display: none;
}

/* Firefox */
.p-health-modal {
  scrollbar-width: none;
}

.p-health-modal__close {
  position: fixed;
  top: 5rem;
  right: 0.3125rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  border-radius: 6.25rem;
  border: 0.0625rem solid #231815;
  cursor: pointer;
  z-index: 2100;
}
@media screen and (min-width: 768px) {
  .p-health-modal__close {
    top: 8.125rem;
    left: calc(50% + 31.25rem);
    width: 2.5rem;
    height: 2.5rem;
    border: none;
  }
}

.p-health-modal__close::before,
.p-health-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 0.0625rem;
  background-color: #000;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (min-width: 768px) {
  .p-health-modal__close::before,
  .p-health-modal__close::after {
    width: 1.5rem;
    height: 0.125rem;
  }
}

.p-health-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.p-health-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-health-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #231815;
  opacity: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}

.p-health-overlay.is-open {
  opacity: 0.3;
  pointer-events: initial;
}

.p-history {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-history-content {
    position: relative;
  }
}

.p-history-content h3 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  border-top: 3px solid #231815;
  border-bottom: 1px solid #231815;
}
@media screen and (min-width: 768px) {
  .p-history-content h3 {
    font-size: 1.0625rem;
  }
}

.p-history-items {
  margin-top: 1.25rem;
}

.p-history-item {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-history-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}

.p-history-item + .p-history-item {
  margin-top: 1.25rem;
}

.p-history-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-history-item__head {
    width: 14.875rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-history-item__head p:nth-child(2) {
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-history-item__head p:nth-child(2) {
    margin-left: 0;
  }
}

.p-history-item__body {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .p-history-item__body {
    margin-left: 1.25rem;
  }
}

.p-history-img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-history-img {
    position: absolute;
    width: 13.125rem;
    top: 3.75rem;
    right: 0;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-history-img img {
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-history-img img:nth-child(1) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-history-img img:nth-child(2) {
    margin-top: 2.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-history-img img:nth-child(3) {
    margin-top: 13.875rem;
  }
}

.p-information {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.p-information h3 {
  font-weight: normal;
  font-size: 1.25rem;
  color: #0091D7;
  line-height: 180%;
}

.p-information-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-information-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-information-item {
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-information-item {
    width: 46.25rem;
  }
}

.p-information-item + .p-information-item {
  margin-top: 1.875rem;
}

.p-information-item__date {
  font-size: 0.875rem;
}

.p-information-item h4 {
  font-weight: normal;
  font-size: 1.125rem;
  margin: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-information-item h4 {
    font-size: 1.375rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-information-item p,
.p-information-item a {
  word-break: break-all;
}

.p-information-item p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.875rem;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .p-information-item p {
    font-size: 1rem;
  }
}

.p-information-item a {
  color: #0091D7;
}

.p-information-sidebar {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-information-sidebar {
    width: calc(100% - 48.75rem);
    margin-top: 0;
    margin-left: 2.5rem;
  }
}

.p-information-sidebar p {
  font-size: 0.875rem;
  padding: 0.625rem;
  color: #fff;
  background-color: #0091D7;
}
@media screen and (min-width: 768px) {
  .p-information-sidebar p {
    font-size: 1rem;
  }
}

.p-information-sidebar ul li {
  font-size: 0.875rem;
  padding: 0.625rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-information-sidebar ul li {
    font-size: 1rem;
  }
}

.p-information-sidebar ul li a {
  color: #0091D7;
}

.p-mhn {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.p-mhn h3 {
  font-size: 1.25rem;
  color: #0091D7;
  line-height: 180%;
}

.p-mhn-items {
  margin-top: 1.25rem;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-mhn-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 6.25rem;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}

.p-mhn-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px dotted #999;
}

.p-mhn-item img {
  width: 7.875rem;
  height: 11.125rem;
}
@media screen and (min-width: 768px) {
  .p-mhn-item img {
    width: 8.875rem;
    height: 12.875rem;
  }
}

.p-mhn-item__right {
  width: calc(100% - 9.125rem);
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mhn-item__right {
    width: calc(100% - 11.25rem);
    margin-left: 2.375rem;
  }
}

.p-mhn-item__right h4,
.p-mhn-item__right p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-mhn-item__right h4,
  .p-mhn-item__right p {
    font-size: 1rem;
  }
}

.p-mhn-item__right h4 {
  color: #0091D7;
}

.p-mhn-item__right p {
  margin-top: 0.625rem;
}

.p-mhn-item__right-btn a {
  display: inline-block;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  width: 6.6875rem;
  font-size: 0.75rem;
  margin-top: 0.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #fff;
  background-image: linear-gradient(45deg, #00abc4 0%, #00cfee 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, .29);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, .29);
  border-radius: 3px;
  text-align: center;
}

.p-mk {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-mk {
    margin-top: 5rem;
    margin-bottom: rme(80);
  }
}

.p-mk--yellow {
  color: #fff100;
}

.p-mk--border {
  border-bottom: 3px solid #ea5504;
}

/* p-mk-top__head
-----------------------------------------------------*/
@media screen and (min-width: 768px) {
  .p-mk-top__head-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-mk-top__head-img:nth-child(1) {
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mk-top__head-img:nth-child(1) {
    padding-bottom: 0;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mk-top__head-img:nth-child(1) img {
    width: 26.25rem;
  }
}

.p-mk-top__head-img:nth-child(2) {
  padding-top: 1.25rem;
  border-top: 2px solid #f39800;
}
@media screen and (min-width: 768px) {
  .p-mk-top__head-img:nth-child(2) {
    padding-top: 0;
    padding-left: 1.875rem;
    border-top: none;
    border-left: 2px solid #f39800;
  }
}

@media screen and (min-width: 768px) {
  .p-mk-top__head-img:nth-child(2) img {
    width: 31.75rem;
  }
}

.p-mk-top__head-img p {
  font-size: 0.875rem;
  margin-top: 0.9375rem;
}

.p-mk-top__head-text {
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 1.25rem;
  text-align: center;
}

/* p-mk-top__body
-----------------------------------------------------*/
.p-mk-top__body {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mk-top__body {
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-mk-top__body-about {
  position: relative;
  height: 48.75rem;
  background: url(../images/img_mk-bg.jpg) no-repeat center center/cover;
}

.p-mk-top__body-about-box {
  position: absolute;
  width: 100%;
  top: 1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-mk-top__body-about-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 56.25rem;
  }
}

.p-mk-top__body-about-box h3 {
  font-size: 1.125rem;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mk-top__body-about-box h3 {
    font-size: 1.75rem;
    text-align: left;
  }
}

.p-mk-top__body-about-box img {
  width: 16.5625rem;
  margin-top: 1.5625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-mk-top__body-about-box img {
    width: 22.5rem;
    margin-top: 0;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-mk-top__body-about-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 1.25rem;
  background-color: #0091D7;
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .p-mk-top__body-about-text {
    padding: 0.625rem 2.5rem;
  }
}

.p-mk-top__body-about-text p {
  font-weight: bold;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-mk-top__body-about-text p {
    width: 50rem;
    font-size: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8em;
  }
}

.p-mk-top__body-about p span {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-mk-top__body-about p span {
    font-size: 1.75rem;
  }
}

.p-mk-top__body-bottom {
  margin-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mk-top__body-bottom {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-mk-top__body-bottom p:nth-child(1) {
  font-weight: bold;
  font-size: 1.125rem;
  color: #0091D7;
}
@media screen and (min-width: 768px) {
  .p-mk-top__body-bottom p:nth-child(1) {
    font-size: 1.5rem;
  }
}

.p-mk-top__body-bottom p:nth-child(2) {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-mk-top__body-bottom p:nth-child(2) {
    font-size: 1rem;
  }
}

/* p-mk-way
-----------------------------------------------------*/
.p-mk-way {
  margin-top: 1.875rem;
}

.p-mk-way__head {
  font-weight: bold;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-top: 2px solid #0091D7;
  border-bottom: 2px solid #0091D7;
}
@media screen and (min-width: 768px) {
  .p-mk-way__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-mk-way__head p:nth-child(1) {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mk-way__head p:nth-child(1) {
    width: 10rem;
  }
}

.p-mk-way__head p:nth-child(2) {
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-mk-way__head p:nth-child(2) {
    width: calc(100% - 12.5rem);
    font-size: 1rem;
    margin-top: 0;
    margin-left: 2.5rem;
  }
}

.p-mk-way__flex {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-mk-way__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-mk-way__flex-box:nth-child(1) {
    padding-right: 1.875rem;
  }
}

.p-mk-way__flex-box:nth-child(2) {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-mk-way__flex-box:nth-child(2) {
    position: relative;
    margin-top: 0;
    padding-left: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mk-way__flex-box:nth-child(2)::before {
    position: absolute;
    content: "";
    width: 0.125rem;
    height: 109%;
    top: 49.1%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #0091D7;
  }
}

.p-mk-way__flex-box h3 {
  font-size: 1.125rem;
  color: #0091D7;
}

.p-mk-way__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem;
  font-size: 0.8125rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-mk-way__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-mk-way__item--last {
  width: 50%;
  font-size: 0.8125rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-mk-way__item--last {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-mk-way__item--last img {
    width: 11.25rem;
  }
}

.p-mk-way__item h4 {
  margin-top: 0.3125rem;
}

.p-mk-way__item p {
  margin-top: 0.125rem;
}

@media screen and (min-width: 768px) {
  .p-mk-way__flex-box:nth-child(2) .p-mk-way__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* p-mk-work
-----------------------------------------------------*/
.p-mk-work {
  margin-top: 1.25rem;
}

.p-mk-work__box + .p-mk-work__box {
  margin-top: 1.875rem;
}

.p-mk-work__box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 2px solid #0091D7;
}
@media screen and (min-width: 768px) {
  .p-mk-work__box-head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-mk-work__box-head h3 {
  font-size: 0.6875rem;
  width: 5.3125rem;
  padding: 0.625rem;
  color: #fff;
  background-color: #0091D7;
  border-radius: 0 0 5px 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mk-work__box-head h3 {
    font-size: 1.25rem;
    width: 6.25rem;
  }
}

.p-mk-work__box-head p {
  width: calc(100% - 5.9375rem);
  font-weight: bold;
  font-size: 1rem;
  margin-left: 0.625rem;
  color: #f08300;
}
@media screen and (min-width: 768px) {
  .p-mk-work__box-head p {
    width: calc(100% - 7.5rem);
    font-weight: normal;
    font-size: 1.25rem;
    margin-left: 1.25rem;
  }
}

.p-mk-work__items {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mk-work__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.125rem;
  }
}

.p-mk-work__item + .p-mk-work__item {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-mk-work__item + .p-mk-work__item {
    margin-top: 0;
  }
}

.p-mk-work__item h4 {
  font-weight: bold;
  font-size: 0.875rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  color: #fff;
  background: #898989;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mk-work__item h4 {
    font-size: 1rem;
  }
}

.p-mk-work__item img {
  margin-top: 0.3125rem;
}

.p-mk-work__item nav {
  font-size: 0.8125rem;
  margin-top: 1.25rem;
  border-top: 1px solid #231815;
}

.p-mk-work__item nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #231815;
}

.p-mk-work__item nav ul li {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-mk-work__item nav ul li {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.p-mk-work__item nav ul li:nth-child(1) {
  position: relative;
  font-weight: bold;
  width: 6.25rem;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-mk-work__item nav ul li:nth-child(1) {
    font-weight: normal;
    padding-left: 1.25rem;
  }
}

.p-mk-work__item nav ul li:nth-child(1)::before {
  position: absolute;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  top: 1rem;
  left: 0;
  background-color: #0091D7;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .p-mk-work__item nav ul li:nth-child(1)::before {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.p-mk-work__item nav ul li:nth-child(2) {
  width: calc(100% - 6.25rem);
}

@media screen and (min-width: 768px) {
  .p-mk-work__item:nth-child(2) ul:nth-child(3) li {
    padding-top: 0.375rem;
    padding-bottom: 0.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mk-work__item:nth-child(2) ul:nth-child(3) li::before {
    top: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mk-work__item:nth-child(3) ul:nth-child(3) li,
  .p-mk-work__item:nth-child(3) ul:nth-child(4) li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 768px) {
  .p-mk-work__item:nth-child(3) ul:nth-child(3) li::before,
  .p-mk-work__item:nth-child(3) ul:nth-child(4) li::before {
    top: 0.5rem;
  }
}

.p-movie {
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-movie {
    margin-top: 2.5rem;
  }
}

.p-movie h3 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 1.125rem;
  color: #0091D7;
}
@media screen and (min-width: 768px) {
  .p-movie h3 {
    font-size: 1.5625rem;
  }
}

.p-movie-flex {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-movie-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.875rem;
  }
}

.p-movie-flex h4 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-movie-flex h4 {
    font-size: 1.0625rem;
  }
}

.p-movie-flex h4 span {
  font-weight: normal;
}

.p-movie-flex p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-movie-flex p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-movie-left__item + .p-movie-left__item,
  .p-movie-right__item + .p-movie-right__item {
    margin-top: 1.875rem;
  }
}

/* p-movie-left
-----------------------------------------------------*/
@media screen and (min-width: 768px) {
  .p-movie-left {
    width: 32.5rem;
  }
}

.p-movie-left a {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  color: #0091D7;
}
@media screen and (min-width: 768px) {
  .p-movie-left a {
    font-size: 1.0625rem;
  }
}

.p-movie-left a:hover {
  text-decoration: underline;
}

.p-movie-left h4 {
  margin-bottom: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .p-movie-left img {
    width: 25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-movie-left__item:nth-child(1) img {
    width: 30rem;
  }
}

@media screen and (min-width: 768px) {
  .p-movie-left__item {
    margin-top: 3.125rem;
  }
}

.p-movie-left__item:nth-child(1) {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-movie-left__item:nth-child(1) {
    margin-top: 1.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-movie-left__item:nth-child(2) {
    margin-top: 5.625rem;
  }
}

.p-movie-left__item:not(:nth-child(1)) a {
  display: block;
  margin-top: 0.3125rem;
}

/* p-movie-right
-----------------------------------------------------*/
.p-movie-right {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-movie-right {
    width: calc(100% - 32.5rem);
    margin-top: 0;
  }
}

.p-movie-right img {
  margin-top: 0.3125rem;
}

.p-movie-right p {
  margin-top: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .p-movie-right__item:nth-child(2) {
    margin-top: 4.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-movie-right__item:nth-child(3) {
    margin-top: 4.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-movie-right__item:nth-child(4) {
    margin-top: 6.375rem;
  }
}

.p-nearly-zeb {
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-nearly-zeb {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-nearly-zeb__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-nearly-zeb__top-left {
    width: 21.5625rem;
  }
}

.p-nearly-zeb__top-left h3 {
  position: relative;
  font-size: 1.5rem;
  padding-left: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-nearly-zeb__top-left h3 {
    font-size: 2.1875rem;
    line-height: 38px;
  }
}

.p-nearly-zeb__top-left h3::before {
  position: absolute;
  content: "";
  width: 0.625rem;
  height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #0091D7;
}

.p-nearly-zeb__top-left h3 span {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-nearly-zeb__top-left h3 span {
    font-size: 1.5rem;
  }
}

.p-nearly-zeb__top-left-text {
  font-size: 0.8125rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-nearly-zeb__top-left-text {
    font-size: 0.9375rem;
    margin-top: 1.5625rem;
    line-height: 28px;
  }
}

.p-nearly-zeb__top-left-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.9375rem;
}

.p-nearly-zeb__top-left-flex p:nth-child(1) {
  width: 3.125rem;
  font-size: 0.75rem;
}

.p-nearly-zeb__top-left-flex p:nth-child(2) {
  width: calc(100% - 3.5625rem);
  font-size: 0.5625rem;
  margin-left: 0.4375rem;
  line-height: 14px;
}

.p-nearly-zeb__top-right {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-nearly-zeb__top-right {
    width: calc(100% - 23.875rem);
    margin-top: 0;
    margin-left: 2.375rem;
  }
}

.p-nearly-zeb__top-right h4 {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-nearly-zeb__top-right h4 {
    font-size: 1rem;
  }
}

.p-nearly-zeb__top-right img {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-nearly-zeb__top-right img {
    margin-top: 1.125rem;
  }
}

.p-nearly-zeb__top-right p {
  font-size: 0.5625rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-nearly-zeb__top-right p {
    margin-top: 1.25rem;
  }
}

.p-nearly-zeb__items {
  font-weight: bold;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-nearly-zeb__items {
    margin-top: 2.5rem;
  }
}

.p-nearly-zeb__item {
  padding-top: 0.9375rem;
  border-top: 1px solid #0091D7;
}
@media screen and (min-width: 768px) {
  .p-nearly-zeb__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-nearly-zeb__item + .p-nearly-zeb__item {
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-nearly-zeb__item-text {
    width: 12.5rem;
  }
}

.p-nearly-zeb__item-text p:nth-child(1) {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-nearly-zeb__item-text p:nth-child(1) {
    font-size: 0.9375rem;
  }
}

.p-nearly-zeb__item-text p:nth-child(2) {
  font-size: 1rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-nearly-zeb__item-text p:nth-child(2) {
    font-size: 1.375rem;
    margin-top: 0.9375rem;
    line-height: 36px;
  }
}

.p-nearly-zeb__item:nth-child(1) .p-nearly-zeb__item-text p:nth-child(2) {
  color: #379761;
}

.p-nearly-zeb__item:nth-child(2) .p-nearly-zeb__item-text p:nth-child(2) {
  color: #0091D7;
}

.p-nearly-zeb__item-img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3125rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-nearly-zeb__item-img {
    width: calc(100% - 15.9375rem);
    gap: 1.25rem 1.5625rem;
    margin-top: 0;
    margin-left: 3.4375rem;
  }
}

.p-overview {
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
}

.p-overview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.875rem;
  line-height: 24px;
}

.p-overview-item__head {
  position: relative;
  width: 6.875rem;
  padding: 0.5rem 0.3125rem;
  background-color: #E6E6E6;
}
@media screen and (min-width: 768px) {
  .p-overview-item__head {
    padding: 0.5rem 0.625rem;
  }
}

.p-overview-item__head::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.3125rem;
  top: -0.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}

.p-overview-item__body {
  width: calc(100% - 5.9375rem);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-left: 0.9375rem;
  border-top: 1px solid #231815;
}
@media screen and (min-width: 768px) {
  .p-overview-item__body {
    width: calc(100% - 5rem);
    margin-left: 1.5625rem;
  }
}

.p-policy {
  margin-bottom: 2.5rem;
}

.p-policy-content {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-policy-content {
    margin-top: 2.1875rem;
  }
}

.p-policy-content p:nth-child(1) {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #0091D7;
}
@media screen and (min-width: 768px) {
  .p-policy-content p:nth-child(1) {
    font-size: 1.75rem;
    line-height: 42px;
  }
}

.p-policy-content p:nth-child(2) {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.8125rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-policy-content p:nth-child(2) {
    font-size: 1.0625rem;
    margin-top: 2.1875rem;
    line-height: 1.7;
  }
}

.p-policy-img {
  position: relative;
  margin-top: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .p-policy-img img {
    width: 29.0625rem;
    margin-left: auto;
  }
}

.p-policy-img p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-policy-img p {
    position: absolute;
    bottom: 0;
    right: 30rem;
    margin-top: 0;
  }
}

.p-privacy {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.875rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .p-privacy {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-privacy .l-inner {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}

.p-privacy nav ol {
  margin-top: 1.875rem;
}

.p-privacy nav ol p {
  margin-top: 0.625rem;
}

.p-privacy nav ol li {
  list-style-type: decimal;
}

.p-privacy nav ol ol {
  margin-top: 0;
  padding-left: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .p-privacy nav ol ol {
    padding-left: 4.0625rem;
  }
}

.p-privacy-bottom {
  margin-top: 1.25rem;
  text-align: right;
}

.p-real-estate::before {
  top: 55.625rem;
  height: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-real-estate::before {
    top: 53.125rem;
    height: 16.875rem;
  }
}

.p-real-estate__content {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-real-estate__content {
    margin-top: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-real-estate__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-real-estate__top-left {
    width: 26.25rem;
  }
}

.p-real-estate__top-left h4 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-real-estate__top-left h4 {
    font-size: 1.75rem;
    line-height: 33px;
  }
}

.p-real-estate__top-left p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-real-estate__top-left p {
    font-size: 1.125rem;
    margin-top: 1.25rem;
    line-height: 27px;
  }
}

.p-real-estate__top-left img {
  width: 18.75rem;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-real-estate__top-left img {
    width: 25rem;
    margin-top: 6.25rem;
    margin-left: 0;
    margin-left: initial;
  }
}

.p-real-estate__top-right {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-real-estate__top-right {
    position: relative;
    margin-top: 0;
    width: calc(100% - 26.25rem);
  }
}

.p-real-estate__top-right img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-real-estate__top-right img {
    width: 32.8125rem;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-real-estate__top-right p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-real-estate__top-right p {
    position: absolute;
    bottom: 0;
    left: -6.875rem;
    margin-top: 0;
  }
}

.p-real-estate__bottom {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-real-estate__bottom {
    margin-top: 2.5rem;
  }
}

.p-real-estate__bottom h4 {
  font-weight: normal;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-real-estate__bottom h4 {
    font-size: 1.5rem;
    line-height: 40px;
  }
}

.p-real-estate__bottom-items {
  margin-top: 0.3125rem;
  border-top: 1px solid #231815;
}

.p-real-estate__bottom-item {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #231815;
}
@media screen and (min-width: 768px) {
  .p-real-estate__bottom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-real-estate__bottom-item p {
  font-weight: bold;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-real-estate__bottom-item p {
    font-size: 1.25rem;
    line-height: 30px;
  }
}

.p-real-estate__bottom-item p:nth-child(1) {
  color: #0091D7;
}
@media screen and (min-width: 768px) {
  .p-real-estate__bottom-item p:nth-child(1) {
    width: 31.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-real-estate__bottom-item p:nth-child(2) {
    width: calc(100% - 31.25rem);
  }
}

.p-real-estate__info {
  margin-top: 1.25rem;
  padding-top: 0.9375rem;
  border-top: 1px solid #231815;
}

@media screen and (min-width: 768px) {
  .p-real-estate__info .l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-real-estate__info-pamphlet {
    width: 31.25rem;
  }
}

.p-real-estate__info-pamphlet-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-real-estate__info-pamphlet-title {
    line-height: 22px;
  }
}

.p-real-estate__info-pamphlet-title img {
  width: 1.125rem;
  margin-left: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-real-estate__info-work {
    width: calc(100% - 31.25rem);
  }
}

.p-real-estate__info-pamphlet-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25rem;
}

.p-real-estate__info-pamphlet-items a + a {
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-real-estate__info-pamphlet-items a + a {
    margin-left: 4.6875rem;
  }
}

.p-real-estate__info-pamphlet-item-title {
  font-weight: bold;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-real-estate__info-pamphlet-item-title {
    font-size: 1.125rem;
    line-height: 26px;
  }
}

.p-real-estate__info-pamphlet-items img {
  width: 9.0625rem;
  margin-top: 0.625rem;
  margin-right: auto;
}

.p-real-estate__info-pamphlet-item-text {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-real-estate__info-pamphlet-item-text {
    line-height: 22px;
  }
}

@media screen and (min-width: 768px) {
  .p-real-estate .c-business-work {
    width: calc(100% - 31.25rem);
  }
}

.p-shiromachi {
  position: relative;
  margin-top: 1.25rem;
  padding-bottom: 2.1875rem;
}

.p-shiromachi::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 12.5rem;
  top: 6.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/img_page-business-bg.jpg) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-shiromachi::before {
    height: 19.6875rem;
    top: 17.8125rem;
  }
}

/* FV
-----------------------------------------------------*/
.p-shiromachi-fv__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  height: 18.75rem;
  padding: 0.9375rem;
  background: url(../images/img_shiromachi02.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-fv__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 37.5rem;
    padding: 1.875rem;
  }
}

.p-shiromachi-fv__top-text h3 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: bold;
  font-size: 1.75rem;
  color: #fff;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-fv__top-text h3 {
    font-size: 3.25rem;
  }
}

.p-shiromachi-fv__top-text p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-fv__top-text p {
    font-size: 1.5625rem;
  }
}

.p-shiromachi-fv__top img {
  position: absolute;
  width: 5rem;
  height: 5rem;
  right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-fv__top img {
    position: relative;
    width: 13.75rem;
    height: 13.75rem;
  }
}

.p-shiromachi-fv__bottom {
  padding: 0.9375rem;
  background-color: #724620;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-fv__bottom {
    padding: 0.625rem 2.5rem 1.125rem;
  }
}

.p-shiromachi-fv__bottom p:nth-child(1) {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: bold;
  font-size: 1.25rem;
  padding-bottom: 0.625rem;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-fv__bottom p:nth-child(1) {
    font-size: 2.25rem;
  }
}

.p-shiromachi-fv__bottom p:nth-child(2) {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 0.875rem;
  padding-top: 0.625rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-fv__bottom p:nth-child(2) {
    font-size: 1.1875rem;
  }
}

/* 木造賃貸住宅経営
-----------------------------------------------------*/
.p-shiromachi-mgmt {
  position: relative;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  margin-top: 1.25rem;
  padding: 0.625rem;
  border: 2px solid #724620;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-mgmt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.25rem;
  }
}

.p-shiromachi-mgmt h3 {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  font-size: 1.125rem;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background-color: #fff;
  letter-spacing: 3.5px;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-mgmt h3 {
    font-size: 1.625rem;
    top: -0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-shiromachi-mgmt img {
    width: 20.125rem;
  }
}

.p-shiromachi-mgmt ul {
  margin-top: 0.9375rem;
  margin-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-mgmt ul {
    margin-left: 3.75rem;
  }
}

.p-shiromachi-mgmt ul li {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  list-style: decimal;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-mgmt ul li {
    font-size: 1.25rem;
  }
}

.p-shiromachi-mgmt ul li + li {
  margin-top: 0.3125rem;
}

/* オーナー様の土地に、新しい価値
-----------------------------------------------------*/
.p-shiromachi-owner {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #DFD2C2;
}

.p-shiromachi-owner h3 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 1.5rem;
  color: #724620;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-owner h3 {
    font-size: 2.375rem;
  }
}

.p-shiromachi-owner__img {
  width: 90%;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.625rem;
  background-color: #fff;
  -webkit-box-shadow: 4px 5px 4px rgba(0, 0, 0, .35);
          box-shadow: 4px 5px 4px rgba(0, 0, 0, .35);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-owner__img {
    max-width: 50rem;
    width: 100%;
    padding: 1.25rem;
    border-radius: 20px;
  }
}

.p-shiromachi-owner__img img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-owner__img img {
    width: 41.875rem;
  }
}

.p-shiromachi-owner__text {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 0.625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 0.9375rem;
  color: #724620;
  -webkit-box-shadow: 0 5px 4px -2px rgba(0, 0, 0, .35);
          box-shadow: 0 5px 4px -2px rgba(0, 0, 0, .35);
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-owner__text {
    font-size: 1.4375rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.25rem;
  }
}

.p-shiromachi-owner__bottom {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-owner__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 1.25rem;
  }
}

.p-shiromachi-owner__bottom h4 {
  font-size: 1rem;
  color: #724620;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-owner__bottom h4 {
    font-size: 1.125rem;
    text-align: left;
  }
}

.p-shiromachi-owner__bottom ul {
  width: 15.625rem;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-owner__bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    width: initial;
    margin-top: 0;
    margin-left: 4.375rem;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-shiromachi-owner__bottom ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3125rem 0.75rem 0.625rem 0.625rem;
  background-color: #714538;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-owner__bottom ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 13.75rem;
  }
}

.p-shiromachi-owner__bottom ul li + li {
  position: relative;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-owner__bottom ul li + li {
    margin-top: 0;
    margin-left: 3.4375rem;
  }
}

.p-shiromachi-owner__bottom ul li + li::before {
  position: absolute;
  content: "";
  width: 0.9375rem;
  height: 1.125rem;
  top: -1.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  background: url(../images/icon_arrow-orange.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-owner__bottom ul li + li::before {
    width: 1.25rem;
    height: 1.4375rem;
    top: 50%;
    left: -2.375rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-shiromachi-owner__bottom ul li p {
  font-size: 1rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-owner__bottom ul li p {
    font-size: 1.25rem;
  }
}

.p-shiromachi-owner__bottom ul li p:nth-child(2) {
  position: relative;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-owner__bottom ul li p:nth-child(2) {
    margin-top: 0.5rem;
    margin-left: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.p-shiromachi-owner__bottom ul li p:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 1.25rem;
  top: 50%;
  left: -0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-owner__bottom ul li p:nth-child(2)::before {
    width: 2.0625rem;
    height: 1px;
    top: -0.4375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* 設備紹介
-----------------------------------------------------*/
.p-shiromachi-equip {
  margin-top: 0.3125rem;
  padding: 0.625rem 1.25rem;
  background-color: #EBEBEB;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-equip {
    padding: 1.25rem 2.8125rem;
  }
}

.p-shiromachi-equip h3 {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.25rem;
  padding-bottom: 0.1875rem;
  border-bottom: 1px solid #724620;
  letter-spacing: 0.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-equip h3 {
    font-size: 1.6875rem;
    padding-bottom: 0.625rem;
  }
}

.p-shiromachi-equip__top {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-equip__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-shiromachi-equip__top img {
    width: 35rem;
  }
}

.p-shiromachi-equip__top-text {
  margin-top: 0.9375rem;
  border-top: 5px solid #724620;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-equip__top-text {
    margin-top: 0;
    margin-left: 0.9375rem;
  }
}

.p-shiromachi-equip__top-text h4 {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 0.625rem;
  color: #724620;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-equip__top-text h4 {
    font-size: 1.125rem;
  }
}

.p-shiromachi-equip__top-text p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-equip__top-text p {
    font-size: 0.9375rem;
  }
}

.p-shiromachi-equip__iot {
  margin-top: 1.25rem;
}

.p-shiromachi-equip__iot h4 {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  padding-top: 0.3125rem;
  color: #724620;
  border-top: 5px solid #724620;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-equip__iot h4 {
    font-size: 1.125rem;
  }
}

.p-shiromachi-equip__iot img {
  margin-top: 0.625rem;
}

.p-shiromachi-equip__iot ul {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-equip__iot ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-shiromachi-equip__iot ul li {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-equip__iot ul li {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 768px) {
  .p-shiromachi-equip__iot ul li:nth-child(2) {
    margin-left: 1.875rem;
  }
}

.p-shiromachi-equip__flex {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-equip__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-shiromachi-equip__flex li h4 {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  padding-top: 0.3125rem;
  color: #724620;
  border-top: 5px solid #724620;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-equip__flex li h4 {
    font-size: 1.125rem;
  }
}

.p-shiromachi-equip__flex li:nth-child(2) {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-equip__flex li:nth-child(2) {
    margin-top: 0;
    margin-left: 1.875rem;
  }
}

.p-shiromachi-equip__flex-img {
  background-color: #A0A0A0;
}

.p-shiromachi-equip__flex-img img {
  width: 15.625rem;
  margin-top: 0.3125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-equip__flex-img img {
    width: 20.25rem;
  }
}

.p-shiromachi-equip__flex li p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.875rem;
  margin-top: 0.625rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-equip__flex li p {
    font-size: 0.9375rem;
  }
}

/* 住宅性能表示
-----------------------------------------------------*/
.p-shiromachi-spec {
  margin-top: 1.25rem;
  padding: 0 0.9375rem 0.9375rem;
  border: 1px solid #724620;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-spec {
    padding: 0 1.875rem 1.25rem;
  }
}

.p-shiromachi-spec h3 {
  display: inline-block;
  font-weight: 500;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1rem;
  padding: 0.1875rem 0.75rem;
  color: #fff;
  background-color: #724620;
  border-radius: 0 0 5px 5px;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-spec h3 {
    font-size: 1.1875rem;
  }
}

.p-shiromachi-spec ul {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-spec ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-shiromachi-spec ul::before {
    position: absolute;
    content: "";
    width: 0.5rem;
    height: 80%;
    top: 50%;
    left: 0.625rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #A57A14;
    border-radius: 20px;
  }
}

.p-shiromachi-spec ul li h4 {
  font-weight: 500;
  font-size: 0.875rem;
  color: #724620;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-spec ul li h4 {
    font-size: 1.1875rem;
  }
}

.p-shiromachi-spec ul li p {
  font-size: 0.8125rem;
  margin-top: 0.625rem;
}

.p-shiromachi-spec ul li p span {
  color: #724620;
}

.p-shiromachi-spec ul li img {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-spec ul li img {
    width: 37.5rem;
    margin-top: 0;
  }
}

/* 松永建設が提案するZEH
-----------------------------------------------------*/
.p-shiromachi-zeh {
  margin-top: 1.875rem;
}

.p-shiromachi-zeh h3 {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 0.3125rem 2.5rem;
  color: #fff;
  background: url(../images/img_zeh-title-bg.jpg) no-repeat center/cover;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-zeh h3 {
    font-size: 1.6875rem;
    text-align: left;
  }
}

.p-shiromachi-zeh__top {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-zeh__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.p-shiromachi-zeh__top-text {
  padding-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-zeh__top-text {
    padding-left: 3.4375rem;
  }
}

.p-shiromachi-zeh__top-text h4 {
  position: relative;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-zeh__top-text h4 {
    font-size: 1.25rem;
  }
}

.p-shiromachi-zeh__top-text h4::before {
  position: absolute;
  content: "";
  width: 0.3125rem;
  height: 3.125rem;
  top: 50%;
  left: -0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #724620;
}

.p-shiromachi-zeh__top-text div {
  position: relative;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-zeh__top-text div {
    width: 25rem;
  }
}

.p-shiromachi-zeh__top-text div::after {
  position: absolute;
  content: "";
  width: 0.3125rem;
  height: 100%;
  top: 0;
  left: -0.9375rem;
  background-color: #B4B4B4;
}

.p-shiromachi-zeh__top-text p:nth-child(1) {
  font-size: 0.875rem;
  margin-top: 1.25rem;
  padding-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-zeh__top-text p:nth-child(1) {
    font-size: 0.9375rem;
    padding-top: 1.875rem;
  }
}

.p-shiromachi-zeh__top-text p:nth-child(2) {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 0.75rem;
  margin-top: 1.875rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-zeh__top-text p:nth-child(2) {
    margin-top: 4.375rem;
  }
}

.p-shiromachi-zeh__top-text p:nth-child(2) span {
  color: #724620;
}

@media screen and (min-width: 768px) {
  .p-shiromachi-zeh__top img {
    width: 25rem;
    margin-left: 2.6875rem;
  }
}

.p-shiromachi-zeh__subsidy {
  position: relative;
  margin-top: 2.5rem;
  padding: 0.75rem;
  border: 1px solid #724620;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-zeh__subsidy {
    margin-top: 1.25rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

.p-shiromachi-zeh__subsidy h4 {
  position: absolute;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.875rem;
  top: -1.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.1875rem 1.875rem;
  color: #fff;
  background-color: #A57A14;
  border-radius: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-zeh__subsidy h4 {
    font-size: 1rem;
    left: 2.5rem;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-shiromachi-zeh__subsidy ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-shiromachi-zeh__subsidy ul li {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-zeh__subsidy ul li {
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-shiromachi-zeh__subsidy ul li:nth-child(1) {
    width: 18.75rem;
  }
}

.p-shiromachi-zeh__subsidy ul li:nth-child(2) {
  position: relative;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-zeh__subsidy ul li:nth-child(2) {
    width: calc(100% - 20.25rem);
    margin-left: 0.75rem;
    padding-top: 0;
    padding-left: 0.75rem;
  }
}

.p-shiromachi-zeh__subsidy ul li:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #724620;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-zeh__subsidy ul li:nth-child(2)::before {
    width: 1px;
    height: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-shiromachi-zeh__consult {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-zeh__consult {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

.p-shiromachi-zeh__consult p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-zeh__consult p {
    font-size: 1.125rem;
  }
}

.p-shiromachi-zeh__consult p:nth-child(1) {
  display: inline-block;
  font-weight: 500;
  padding: 0.125rem 0.625rem;
  color: #fff;
  background-color: #828282;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-zeh__consult p:nth-child(1) {
    display: block;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.p-shiromachi-zeh__consult p:nth-child(2) {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-zeh__consult p:nth-child(2) {
    margin-top: 0;
    margin-left: 0.75rem;
  }
}

/* 家時間が充実する空間設計
-----------------------------------------------------*/
.p-shiromachi-db {
  position: relative;
  margin-top: 1.875rem;
  padding: 0.625rem 0.625rem;
  background-color: #EBEBEB;
  border-top: 8px solid #724620;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-db {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}

.p-shiromachi-db::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1875rem;
  top: 23.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-db::before {
    top: 42.8125rem;
  }
}

.p-shiromachi-db h3 {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #724620;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-db h3 {
    font-size: 1.25rem;
  }
}

.p-shiromachi-db__img {
  margin-top: 1.25rem;
}

.p-shiromachi-db__img img:nth-child(2) {
  margin-top: 1.875rem;
}

/* 空室情報 INFORMATION
-----------------------------------------------------*/
.p-shiromachi-info {
  text-align: center;
  background-color: #0091D7;
}

.p-shiromachi-info p {
  position: relative;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-info p {
    font-size: 1.375rem;
    padding-top: 0.5rem;
    padding-bottom: 0.3125rem;
  }
}

.p-shiromachi-info p::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-info p::after {
    width: 56.25rem;
  }
}

.p-shiromachi-info a {
  display: inline-block;
  font-size: 0.875rem;
  padding-top: 0.1875rem;
  padding-bottom: 0.3125rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-info a {
    font-size: 1.25rem;
    padding-top: 0.3125rem;
    padding-bottom: 0.5rem;
  }
}

/* パンフレットのご請求
-----------------------------------------------------*/
.p-shiromachi-pamphlet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-pamphlet {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-shiromachi-pamphlet__img {
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-pamphlet__img {
    margin-top: 0;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-shiromachi-pamphlet__img img {
  width: 14.375rem;
}

.p-shiromachi-pamphlet__img p {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-pamphlet__img p {
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-shiromachi-pamphlet__info {
    margin-left: 3.125rem;
  }
}

.p-shiromachi-pamphlet__info h3 {
  position: relative;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 0.875rem;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-pamphlet__info h3 {
    margin-top: 1.875rem;
    font-size: 1.25rem;
  }
}

.p-shiromachi-pamphlet__info h3::before {
  position: absolute;
  content: "";
  width: 1.0625rem;
  height: 1.0625rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #724620;
}

.p-shiromachi-pamphlet__info-link {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-pamphlet__info-link {
    margin-top: 2.5rem;
  }
}

.p-shiromachi-pamphlet__info-link a {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
  color: #fff;
  background-color: #724620;
  text-align: center;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-pamphlet__info-link a {
    font-size: 1.1875rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}

.p-shiromachi-pamphlet__info-tel {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-pamphlet__info-tel {
    margin-top: 4.375rem;
  }
}

.p-shiromachi-pamphlet__info-tel p {
  font-weight: 500;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
}

.p-shiromachi-pamphlet__info-tel p:nth-child(1) {
  position: relative;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-pamphlet__info-tel p:nth-child(1) {
    font-size: 1.25rem;
  }
}

.p-shiromachi-pamphlet__info-tel p:nth-child(2) {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.4375rem;
  padding-top: 0.4375rem;
  border-top: 1px solid #724620;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-pamphlet__info-tel p:nth-child(2) {
    font-size: 0.9375rem;
  }
}

.p-shiromachi-pamphlet__info-tel p:nth-child(3) {
  font-size: 1.25rem;
  color: #724620;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-pamphlet__info-tel p:nth-child(3) {
    font-size: 2rem;
  }
}

.p-shiromachi-pamphlet__info-tel p:nth-child(3) span {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-shiromachi-pamphlet__info-tel p:nth-child(3) span {
    font-size: 1.125rem;
  }
}

.p-single-achievements {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

.p-single-achievements h3 {
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .p-single-achievements h3 {
    font-size: 1.375rem;
  }
}

.p-single-achievements__flex {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-single-achievements__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-single-achievements__left {
    width: 41.25rem;
  }
}

.p-single-achievements__left-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.625rem;
}

.p-single-achievements__left-img img {
  display: inline-block;
  width: 3.75rem;
  height: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-achievements__left-img img {
    width: 4.6875rem;
    height: 4.6875rem;
  }
}

.p-single-achievements__left-img a + a {
  margin-left: 0.25rem;
}

.p-single-achievements__right {
  font-size: 0.875rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single-achievements__right {
    width: calc(100% - 43.125rem);
    margin-top: 0;
    margin-left: 1.875rem;
  }
}

.p-single-achievements__right ul li {
  padding-top: 0.3125rem;
  padding-bottom: 0.625rem;
  border-top: 1px solid #b1babe;
}
@media screen and (min-width: 768px) {
  .p-single-achievements__right ul li {
    padding-bottom: 0.9375rem;
  }
}

.p-single-achievements__right ul li p:nth-child(1) {
  color: #0091D7;
}

.p-single-achievements__right ul li p:nth-child(2) {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-single-achievements__right ul li p:nth-child(2) {
    margin-top: 0.625rem;
  }
}

.p-sponsor .wp-block-button__link {
  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;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-sponsor h2 {
  font-size: 1.375rem;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  padding-bottom: 0.3125rem;
  -webkit-box-shadow: 0px -2px #00a5dc inset, 0px 1px #00a5dc;
          box-shadow: 0px -2px #00a5dc inset, 0px 1px #00a5dc;
  border-bottom: 1px solid #fff;
}

.p-sponsor h3 {
  font-size: 1.125rem;
  margin-top: 1.875rem;
  margin-bottom: 0.9375rem;
  border-bottom: 2px dotted #cccccc;
}

.p-sponsor .wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
  color: #0091D7;
}

.p-sponsor-fz18 strong {
  font-size: 1.25rem !important;
}

.p-sponsor-fz18 {
  font-size: 1.125rem !important;
}

.p-sustainability {
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability {
    margin-top: 2.5rem;
  }
}

/* p-sustainability-attitude
-----------------------------------------------------*/
.p-sustainability-attitude__head {
  position: relative;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: bold;
  padding-left: 1.25rem;
}

.p-sustainability-attitude__head::before {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #0091D7;
}

.p-sustainability-attitude__head h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-attitude__head h3 {
    font-size: 1.875rem;
  }
}

.p-sustainability-attitude__head p {
  font-size: 1rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-attitude__head p {
    font-size: 1.375rem;
    line-height: 38px;
  }
}

.p-sustainability-attitude__box {
  margin-top: 1.875rem;
  padding: 0.8125rem 1.25rem;
  border: 2px solid #6CBB5A;
  border-radius: 10px;
}

.p-sustainability-attitude__box h4 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-attitude__box h4 {
    font-size: 1.5rem;
  }
}

.p-sustainability-attitude__box p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-attitude__box p {
    font-size: 1.125rem;
    line-height: 30px;
  }
}

.p-sustainability-deco {
  margin-top: 0.9375rem;
}

/* p-sustainability-action
-----------------------------------------------------*/
.p-sustainability-action {
  margin-top: 1.875rem;
}

.p-sustainability-action h3 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-sustainability-action h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 58.625rem;
    font-size: 2.1875rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-sustainability-action h3 p:nth-child(2) {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-sustainability-action h3 p:nth-child(2)::before {
    position: absolute;
    content: "";
    width: 2.5rem;
    height: 0.0625rem;
    top: 50%;
    left: -1.75rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #231815;
  }
}

.p-sustainability-action__head {
  position: relative;
  font-family: "a-otf-ryumin-pr6n", serif;
  padding-left: 1.5625rem;
  margin-top: 1.875rem;
}

.p-sustainability-action__head::before,
.p-sustainability-action__head::after {
  position: absolute;
  content: "";
  width: 0.75rem;
  left: 0;
}

.p-sustainability-action__head::before {
  height: 2.5rem;
  top: 0;
  background: #0091D7;
  z-index: 1;
}

.p-sustainability-action__head::after {
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #B4B4B4;
}

.p-sustainability-action__head h4 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-action__head h4 {
    font-size: 1.625rem;
  }
}

.p-sustainability-action__head p {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-action__head p {
    font-size: 1.375rem;
    line-height: 40px;
  }
}

/* p-sustainability-action__sdgs
--------------------------*/
.p-sustainability-action__sdgs {
  margin-bottom: 2.5rem;
}

.p-sustainability-action__sdgs-item {
  margin-top: 1.5625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.9375rem;
  border-top: 1px solid #0091D7;
  border-bottom: 2px dotted #888;
}

.p-sustainability-action__sdgs-item p:nth-child(1) {
  display: inline-block;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: bold;
  font-size: 0.8125rem;
  padding: 0.125rem 0.5rem;
  color: #fff;
  background-color: #828282;
  border-radius: 5px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-sustainability-action__sdgs-item p:nth-child(1) {
    font-size: 1.0625rem;
  }
}

.p-sustainability-action__sdgs-item p:nth-child(2) {
  font-weight: bold;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-action__sdgs-item p:nth-child(2) {
    font-size: 1.75rem;
    line-height: 40px;
  }
}

.p-sustainability-action__sdgs-item p:nth-child(3),
.p-sustainability-action__sdgs-item p:nth-child(4) {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-action__sdgs-item p:nth-child(3),
  .p-sustainability-action__sdgs-item p:nth-child(4) {
    font-size: 0.9375rem;
    line-height: 28px;
  }
}

.p-sustainability-action__sdgs-item p:nth-child(3) span {
  font-size: 0.6875rem;
  color: #0091D7;
}

.p-sustainability-action__sdgs-item sup {
  font-size: 0.875rem;
}

.p-sustainability-action__sdgs-about {
  padding-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-action__sdgs-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}

.p-sustainability-action__sdgs-about-left {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-sustainability-action__sdgs-about-left {
    width: 21.875rem;
  }
}

.p-sustainability-action__sdgs-about p {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-action__sdgs-about p {
    font-size: 0.9375rem;
  }
}

.p-sustainability-action__sdgs-about p:nth-child(1) {
  font-weight: bold;
}

.p-sustainability-action__sdgs-about p:nth-child(2) {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-action__sdgs-about p:nth-child(2) {
    line-height: 28px;
  }
}

.p-sustainability-action__sdgs-about img {
  margin-top: 0.625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-sustainability-action__sdgs-about img {
    width: calc(100% - 25.3125rem);
    margin-top: 0;
    margin-left: 3.4375rem;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-sustainability-action__sdgs-goal {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-action__sdgs-goal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-sustainability-action__sdgs-goal-box {
    width: 20rem;
  }
}

.p-sustainability-action__sdgs-goal-box + .p-sustainability-action__sdgs-goal-box {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-action__sdgs-goal-box + .p-sustainability-action__sdgs-goal-box {
    margin-top: 0;
    margin-left: 3.125rem;
  }
}

.p-sustainability-action__sdgs-goal-box p:nth-child(1) {
  font-weight: bold;
  font-size: 0.8125rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-action__sdgs-goal-box p:nth-child(1) {
    font-size: 1.0625rem;
  }
}

.p-sustainability-action__sdgs-goal-box:not(:nth-child(3)) p:nth-child(1) {
  position: relative;
  padding-left: 0.75rem;
}

.p-sustainability-action__sdgs-goal-box:not(:nth-child(3)) p:nth-child(1)::before {
  position: absolute;
  content: "";
  width: 0.375rem;
  height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #B4B4B4;
}

.p-sustainability-action__sdgs-goal-box p:nth-child(2) {
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-action__sdgs-goal-box p:nth-child(2) {
    font-size: 0.875rem;
    line-height: 26px;
  }
}

.p-sustainability-action__sdgs-goal-box p:nth-child(3) {
  font-size: 0.6875rem;
  margin-top: 0.5rem;
  color: #0091D7;
}

@media screen and (min-width: 768px) {
  .p-sustainability-action__sdgs-goal-box:nth-child(1) p:nth-child(3) {
    margin-top: 2.1875rem;
  }
}

.p-sustainability-action__sdgs-goal-box ul {
  margin-top: 0.3125rem;
}

.p-sustainability-action__sdgs-goal-box ul li {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-action__sdgs-goal-box ul li {
    line-height: 20px;
  }
}

.p-sustainability-action__sdgs-license {
  margin-top: 1.5625rem;
  padding-top: 0.9375rem;
  border-top: 1px solid #0091D7;
}

.p-sustainability-action__sdgs-license p {
  position: relative;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: bold;
  font-size: 0.8125rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-action__sdgs-license p {
    font-size: 1.0625rem;
  }
}

.p-sustainability-action__sdgs-license p::before {
  position: absolute;
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #0091D7;
}

.p-sustainability-action__sdgs-license-flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-action__sdgs-license-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-sustainability-action__sdgs-license-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-sustainability-action__sdgs-license-img {
    position: relative;
    height: 10.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sustainability-action__sdgs-license-img:not(:nth-child(1)):before {
    position: absolute;
    content: "";
    width: 0.0625rem;
    height: 80%;
    top: 50%;
    left: -1.5625rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #231815;
  }
}

.p-sustainability-action__sdgs-license-img:nth-child(1) img {
  width: 7.1875rem;
}

.p-sustainability-action__sdgs-license-img:nth-child(2) img {
  width: 9.8125rem;
}

.p-sustainability-action__sdgs-license-img:nth-child(3) img {
  width: 6.75rem;
}

.p-sustainability-action__sdgs-license-img:nth-child(4) img {
  width: 10.0625rem;
}

.p-sustainability-action__sdgs-license-img:nth-child(5) img {
  width: 6.375rem;
}

.p-sustainability-action__sdgs-license-img:nth-child(6) img {
  width: 5.9375rem;
}

/* p-sustainability-bottom
-----------------------------------------------------*/
.p-sustainability-bottom {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  background: url(../images/img_sustainability-bg.jpg) no-repeat center center/cover;
}

.p-sustainability-bottom .l-inner {
  padding: 1.25rem;
  background: rgba(255, 255, 255, .8);
}
@media screen and (min-width: 768px) {
  .p-sustainability-bottom .l-inner {
    padding: 1.875rem;
  }
}

.p-sustainability-bottom h3 {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-bottom h3 {
    font-size: 2.3125rem;
    line-height: 52px;
  }
}

.p-sustainability-bottom h3 span {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-bottom h3 span {
    font-size: 2.125rem;
  }
}

.p-sustainability-bottom__box {
  margin-top: 1.875rem;
  padding: 0.9375rem;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-sustainability-bottom__box {
    padding: 1.25rem 1.5625rem;
  }
}

.p-sustainability-bottom__box--zeb {
  border: 3px solid #0091D7;
}

.p-sustainability-bottom__box--zeh {
  border: 3px solid #379761;
}

@media screen and (min-width: 768px) {
  .p-sustainability-bottom__box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-sustainability-bottom__box--zeb .p-sustainability-bottom__box-left {
  color: #0091D7;
}

.p-sustainability-bottom__box--zeh .p-sustainability-bottom__box-left {
  color: #379761;
}

.p-sustainability-bottom__box-left p img {
  width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-bottom__box-left p img {
    width: 15.625rem;
  }
}

.p-sustainability-bottom__box-left p:nth-child(2) {
  font-weight: bold;
  font-size: 1.125rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-bottom__box-left p:nth-child(2) {
    font-size: 1.5rem;
    margin-top: 1.875rem;
    line-height: 37px;
  }
}

.p-sustainability-bottom__box-left p:nth-child(3) {
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-bottom__box-left p:nth-child(3) {
    font-size: 1.125rem;
    margin-top: 1.25rem;
    line-height: 32px;
  }
}

@media screen and (min-width: 768px) {
  .p-sustainability-bottom__box--zeb .p-sustainability-bottom__box-right img {
    width: 34.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sustainability-bottom__box--zeh .p-sustainability-bottom__box-right img {
    width: 30rem;
  }
}

.p-sustainability-bottom__box-right {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-bottom__box-right {
    margin-top: 0;
  }
}

.p-sustainability-bottom__box-right p {
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-bottom__box-right p {
    font-size: 0.9375rem;
  }
}

.p-sustainability-bottom__box-text {
  font-size: 0.75rem;
  margin-top: 0.9375rem;
}

.p-sustainability-bottom__mieruka {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-bottom__mieruka {
    margin-top: 1.875rem;
  }
}

.p-sustainability-bottom__detail {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-bottom__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.875rem;
    padding-left: 2.8125rem;
    padding-right: 4.6875rem;
  }
}

.p-sustainability-bottom__detail-head p:nth-child(1) {
  font-weight: bold;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-bottom__detail-head p:nth-child(1) {
    font-size: 1.25rem;
  }
}

.p-sustainability-bottom__detail-head p:nth-child(2) {
  position: relative;
  display: inline-block;
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-bottom__detail-head p:nth-child(2) {
    font-size: 1rem;
  }
}

.p-sustainability-bottom__detail-head p:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  top: 50%;
  right: -2.1875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrow-white-blue.png) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .p-sustainability-bottom__detail-left {
    width: 17rem;
  }
}

.p-sustainability-bottom__detail-left a {
  display: inline-block;
  width: 80%;
  margin-top: 0.625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-sustainability-bottom__detail-left a {
    width: auto;
    width: initial;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-sustainability-bottom__detail-text {
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-bottom__detail-text {
    font-size: 0.9375rem;
  }
}

.p-sustainability-bottom__detail-right {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-bottom__detail-right {
    width: calc(100% - 22.9375rem);
    margin-top: 4.375rem;
  }
}

.p-sustainability-bottom__detail-right p {
  position: relative;
  font-size: 0.75rem;
  margin-top: 0.3125rem;
  padding-left: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-bottom__detail-right p {
    font-size: 0.9375rem;
  }
}

.p-sustainability-bottom__detail-right p::before {
  position: absolute;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background: url(../images/icon_arrow-white-blue.png) no-repeat center center/contain;
}

/* p-sustainability-work
-----------------------------------------------------*/
.p-sustainability-work {
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-sustainability-work .l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-sustainability-work__left {
    width: 40%;
  }
}

.p-sustainability-work__left-top p:nth-child(1) {
  position: relative;
  font-weight: bold;
  font-size: 0.8125rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-work__left-top p:nth-child(1) {
    font-size: 1.0625rem;
  }
}

.p-sustainability-work__left-top p:nth-child(1)::before {
  position: absolute;
  content: "";
  width: 0.375rem;
  height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #B4B4B4;
}

.p-sustainability-work__left-top p:nth-child(2) {
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-work__left-top p:nth-child(2) {
    font-size: 0.875rem;
    line-height: 26px;
  }
}

.p-sustainability-work__left-bottom {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-work__left-bottom {
    margin-top: 2.5rem;
  }
}

.p-sustainability-work__left-bottom p:nth-child(1) {
  display: inline-block;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: bold;
  font-size: 0.8125rem;
  padding: 0.125rem 0.5rem;
  color: #fff;
  background-color: #828282;
  border-radius: 5px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-sustainability-work__left-bottom p:nth-child(1) {
    font-size: 1.0625rem;
  }
}

.p-sustainability-work__left-bottom p:nth-child(2) {
  font-weight: bold;
  font-size: 0.8125rem;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-work__left-bottom p:nth-child(2) {
    font-size: 1.0625rem;
  }
}

.p-sustainability-work__right {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-work__right {
    width: 60%;
    margin-top: 0;
    margin-left: 2.5rem;
  }
}

.p-sustainability-work__right-item:nth-child(2) {
  margin-top: 1.875rem;
}

.p-sustainability-work__right-item-text {
  font-size: 0.75rem;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-work__right-item-text {
    font-size: 0.875rem;
    line-height: 26px;
  }
}

.p-sustainability-work__right-item:nth-child(2) .p-sustainability-work__right-item-text {
  font-weight: bold;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-work__right-item:nth-child(2) .p-sustainability-work__right-item-text {
    font-size: 1.0625rem;
  }
}

.p-sustainability-work__right table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.p-sustainability-work__right table th,
.p-sustainability-work__right table td {
  font-weight: normal;
  font-size: 0.75rem;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  border: 1px solid #231815;
}
@media screen and (min-width: 768px) {
  .p-sustainability-work__right table th,
  .p-sustainability-work__right table td {
    font-size: 1rem;
  }
}

.p-sustainability-work__right-item:nth-child(1) table tr:nth-child(1) th:nth-child(1) {
  width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .p-sustainability-work__right-item:nth-child(1) table tr:nth-child(1) th:nth-child(1) {
    width: 12.5rem;
  }
}

.p-pickup {
  margin-top: 1.875rem;
  padding-bottom: 2.375rem;
}

.p-pickup-content {
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-pickup-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-pickup-items + .p-pickup-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-pickup-items + .p-pickup-items {
    display: block;
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-pickup-items--pj {
    display: none !important;
  }
}

.p-pickup-items--pj img {
  height: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-pickup-items--pj img {
    height: auto;
    height: initial;
  }
}

.p-pickup-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-pickup-items:nth-child(1) .p-pickup-item:nth-child(2) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-pickup-items:nth-child(1) .p-pickup-item:nth-child(2) {
    margin-top: 1.25rem;
  }
}

.p-pickup-items:nth-child(1) .p-pickup-item a:nth-child(1) {
  width: 30.3125rem;
}

.p-pickup-items:nth-child(1) .p-pickup-item a:nth-child(2) {
  width: 14.5rem;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-pickup-items:nth-child(1) .p-pickup-item a:nth-child(2) {
    margin-left: 1.25rem;
  }
}

.p-pickup-items:nth-child(3) .p-pickup-item:nth-child(1) iframe {
  width: 10rem;
  height: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-pickup-items:nth-child(3) .p-pickup-item:nth-child(1) iframe {
    width: 14.5625rem;
    height: 22.25rem;
  }
}

.p-pickup-items:nth-child(3) .p-pickup-item:nth-child(2) {
  margin-top: 0;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-pickup-items:nth-child(3) .p-pickup-item:nth-child(2) {
    margin-top: 0.8125rem;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-pickup-bottom {
    margin-top: 1.25rem;
  }
}

.p-works {
  padding-top: 1.5625rem;
  padding-bottom: 2.625rem;
  background: url(../images/img_top-works-bg.jpg) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .p-works .l-inner {
    max-width: 53.125rem;
  }
}

.p-works-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-works-items {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.4375rem 5rem;
  }
}

.p-works-item {
  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;
  font-weight: bold;
  font-size: 0.875rem;
  width: 6.25rem;
  height: 6.25rem;
  color: #fff;
  background-color: #9B9B9B;
  line-height: 1;
  text-align: center;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .p-works-item {
    font-size: 1.25rem;
    width: 8.75rem;
    height: 8.75rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
