@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.element {
  background: rgb(231, 231, 231);
  background: radial-gradient(circle, rgb(231, 231, 231) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$startColor, endColorstr=$endColor, GradientType=1);
}

* {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.02em;
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

.none {
  display: none !important;
}

.not {
  pointer-events: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
html {
  font-size: 0.1vw;
  font-size: 1px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 0.6px;
  }
}

body {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

[data-page="index.php"] {
  @import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
  /**/
  /*about*/
}
@font-face {
  font-family: "MyWebFont"; /* フォントに名前を付ける */
  src: url("../font/PPEiko-Regular.woff2") format("woff2"), url("../font/PPEiko-Regular.woff") format("woff");
  font-weight: normal; /* フォントの太さ */
  font-style: normal; /* フォントスタイル */
}
[data-page="index.php"] * {
  -ms-overflow-style: none; /* IEおよびEdge用の設定 */
  -webkit-tap-highlight-color: transparent;
  scrollbar-width: none;
}
[data-page="index.php"] *::-webkit-scrollbar {
  display: none; /* WebKitブラウザ用の設定 */
}
[data-page="index.php"] body {
  font-family: YakuHanMP, "YakuHanMP", "MyWebFont", "Zen Old Mincho", serif; /* 定義したフォントを使用 */
  /*
  font-family: "MyWebFont", sans-serif;
  */
  background: #efefef;
  background: #fff;
  background: radial-gradient(circle, #fff 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$startColor, endColorstr=$endColor, GradientType=1);
  color: #111;
}
[data-page="index.php"] .scr__def {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
[data-page="index.php"] .scr__area {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150vw;
  height: 150vh;
  overflow: auto;
  overflow: hidden;
}
[data-page="index.php"] .scr__area__wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
[data-page="index.php"] .scr__inner {
  position: relative;
  width: 200%;
  height: 500%;
  min-width: calc(100% + 2700rem + 300rem);
  min-height: calc(100% + 2700rem + 150rem);
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] .scr__inner {
    min-width: calc(100% + 2700rem + 300rem);
    min-height: calc(100% + 2700rem + 120rem);
  }
}
[data-page="index.php"] .scr__inner .scr__center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  z-index: 20;
  overflow: hidden;
  opacity: 1;
}
[data-page="index.php"] .scr__blocks {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 200px;
  min-height: 200px;
}
[data-page="index.php"] .scr__block {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  margin: 25rem 50rem;
  width: 450rem;
  height: 450rem;
  position: relative;
  overflow: visible;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] .scr__block {
    margin: 20rem 50rem;
  }
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] .scr__block {
    width: 450rem;
    height: 450rem;
  }
}
[data-page="index.php"] .scr__block::before {
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  background: #fff;
  position: absolute;
  border: solid 1px #f00;
  display: none;
}
[data-page="index.php"] .scr__line {
  position: relative;
  white-space: nowrap;
  font-size: 0;
}
[data-page="index.php"] .scr__line + .scr__line {
  margin-left: 275rem;
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] .scr__line + .scr__line {
    margin-left: 275rem;
  }
}
[data-page="index.php"] .scr__cont {
  font-size: 20rem;
  color: #f00;
  position: relative;
  z-index: 20;
}
[data-page="index.php"] .scr__circ {
  cursor: pointer;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 2rem 18rem -5rem #ddd;
          box-shadow: 0px 2rem 18rem -5rem #ddd;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
  opacity: 0.7;
  -webkit-animation: circle 40s ease-in-out alternate infinite;
          animation: circle 40s ease-in-out alternate infinite;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  [data-page="index.php"] .scr__circ:hover {
    z-index: 10;
    opacity: 1;
    -webkit-box-shadow: 0px 16rem 26rem -5rem #999;
            box-shadow: 0px 16rem 26rem -5rem #999;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 768px), screen and (-ms-high-contrast: active) and (min-width: 768px) {
  [data-page="index.php"] .scr__circ:hover {
    z-index: 10;
    opacity: 1;
    -webkit-box-shadow: 0px 16rem 26rem -5rem #999;
            box-shadow: 0px 16rem 26rem -5rem #999;
  }
}
[data-page="index.php"] .scr__circ * {
  pointer-events: none;
}
[data-page="index.php"] .scr__title {
  width: 80%;
  text-align: center;
  font-size: 46rem;
  color: #111;
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  line-height: 130%;
  font-weight: 400;
}
[data-page="index.php"] .scr__title span {
  margin-top: 20rem;
  display: block;
  font-size: 15rem;
  line-height: 160%;
  padding-bottom: 5rem;
}
[data-page="index.php"] .scr__id {
  position: absolute;
  bottom: 25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #111;
  z-index: 20;
  pointer-events: none;
  border-top: #aaa solid 0.5rem;
  padding: 20rem 0rem 0;
  opacity: 0.8;
  text-align: center;
  vertical-align: middle;
  font-size: 16rem;
  line-height: 100%;
}
[data-page="index.php"] .scr__block__center {
  background-image: url("../img/logo_cp.svg?A=s");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.9;
}
[data-page="index.php"] .scr__block__center .scr__circ {
  -webkit-animation: none;
          animation: none;
  display: none;
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] .scr__block__center {
    background-size: contain;
  }
}
[data-page="index.php"] .scr__line__1 .rlogo {
  -webkit-animation: none;
          animation: none;
  background-image: url("../img/logo.svg?A=1");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.9;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  pointer-events: none;
}
[data-page="index.php"] .scr__line__1 .rlogo * {
  display: none;
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] .scr__line__1 .rlogo {
    background-size: contain;
  }
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) translateX(30rem) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg) translateX(30rem) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) translateX(10rem) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(360deg) translateX(10rem) rotate(-360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) translateX(30rem) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg) translateX(30rem) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) translateX(10rem) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(360deg) translateX(10rem) rotate(-360deg);
  }
}
[data-page="index.php"] .fix__info {
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 100;
  font-size: 40rem;
  font-size: 30rem;
  padding-top: 20rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] .fix__info {
    font-size: 35rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  [data-page="index.php"] .fix__info:hover {
    opacity: 0.6;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 768px), screen and (-ms-high-contrast: active) and (min-width: 768px) {
  [data-page="index.php"] .fix__info:hover {
    opacity: 0.6;
  }
}
[data-page="index.php"] .fix__logo {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
  position: fixed;
  top: 24px;
  left: 24px;
  z-index: 100;
  width: 100rem;
  cursor: pointer;
}
[data-page="index.php"] .fix__logo img {
  width: 100%;
  height: auto;
  display: block;
}
[data-page="index.php"] .loaded.sli__on .fix__logo,
[data-page="index.php"] .loaded.nc_logo .fix__logo {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  [data-page="index.php"] .loaded.sli__on .fix__logo:hover,
  [data-page="index.php"] .loaded.nc_logo .fix__logo:hover {
    opacity: 0.6;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 768px), screen and (-ms-high-contrast: active) and (min-width: 768px) {
  [data-page="index.php"] .loaded.sli__on .fix__logo:hover,
  [data-page="index.php"] .loaded.nc_logo .fix__logo:hover {
    opacity: 0.6;
  }
}
[data-page="index.php"] .grad__bottom {
  position: fixed;
  z-index: 90;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200rem;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
[data-page="index.php"] .scr__area__wrap {
  pointer-events: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0;
}
[data-page="index.php"] .loaded .scr__area__wrap {
  -webkit-transition: all 4000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 4000ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  pointer-events: auto;
  opacity: 1;
}
[data-page="index.php"] .loaded.sli__on .scr__area__wrap {
  -webkit-transition: all 4000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 4000ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  pointer-events: auto;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  [data-page="index.php"] .scr__area {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}
[data-page="index.php"] #__EAAPS_PORTAL {
  position: fixed !important;
  bottom: 0 !important;
  right: 0 !important;
  width: 0 !important;
  height: 0 !important;
  z-index: 100 !important;
}
[data-page="index.php"] .sli__back {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 50;
  background: #fff;
  background: radial-gradient(circle, #fff 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$startColor, endColorstr=$endColor, GradientType=1);
}
[data-page="index.php"] .sli__cont {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
  font-size: 20rem;
}
[data-page="index.php"] .sli__navs {
  z-index: 120;
  position: fixed;
  bottom: 24px;
  font-size: 24rem;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
[data-page="index.php"] .sli__navs div {
  display: inline-block;
}
[data-page="index.php"] .sli__navb {
  cursor: pointer;
  font-size: 55rem;
  margin: 0 20rem;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  [data-page="index.php"] .sli__navb:hover {
    opacity: 0.3;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 768px), screen and (-ms-high-contrast: active) and (min-width: 768px) {
  [data-page="index.php"] .sli__navb:hover {
    opacity: 0.3;
  }
}
[data-page="index.php"] .sli__nums {
  font-size: 40rem;
}
[data-page="index.php"] .sli__nums span {
  margin: 0 10rem;
}
[data-page="index.php"] .sli .swiper-slide {
  position: relative;
}
[data-page="index.php"] .sli__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
[data-page="index.php"] .sli__in {
  padding: 25vh 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] .sli__in {
    padding: 20vh 30px;
  }
}
[data-page="index.php"] .sli__title {
  font-size: 42rem;
  margin-bottom: 20rem;
  line-height: 130%;
}
[data-page="index.php"] .sli__title_en {
  font-size: 16rem;
}
[data-page="index.php"] .sli__text {
  font-size: 22rem;
  font-size: 20rem;
  font-size: 15rem;
  line-height: 200%;
  line-height: 250%;
  margin: 0 auto;
  max-width: 1200px;
  letter-spacing: 0.01em;
  word-break: break-all;
  line-break: loose;
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] .sli__text {
    font-size: 23rem;
  }
}
[data-page="index.php"] .sli__closer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  font-size: 40rem;
  width: 100rem;
  height: 100rem;
  cursor: pointer;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] .sli__closer {
    width: 120rem;
    height: 120rem;
  }
}
[data-page="index.php"] .sli__closer:before, [data-page="index.php"] .sli__closer:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 1px;
  background: #111;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
}
[data-page="index.php"] .sli__pad {
  margin: 50rem auto;
  width: 30rem;
  height: 1px;
  background: #ccc;
}
[data-page="index.php"] .sli__cont {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
}
[data-page="index.php"] .sli__back {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
}
[data-page="index.php"] .sli__navs {
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
}
[data-page="index.php"] .sli__closer:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) translateX(40%);
          transform: translate(-50%, -50%) rotate(45deg) translateX(40%);
  opacity: 0;
}
[data-page="index.php"] .sli__closer:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) translateX(-40%);
          transform: translate(-50%, -50%) rotate(-45deg) translateX(-40%);
  opacity: 0;
}
[data-page="index.php"] .sli__on .sli__cont {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
[data-page="index.php"] .sli__on .sli__back {
  opacity: 1;
  pointer-events: auto;
}
[data-page="index.php"] .sli__on .sli__navs {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}
[data-page="index.php"] .sli__on .sli__closer:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
}
[data-page="index.php"] .sli__on .sli__closer:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 1;
}
[data-page="index.php"] .sli__on .sli__closer {
  pointer-events: auto;
}
[data-page="index.php"] .sli__on a {
  text-decoration: underline;
  color: inherit;
}
[data-page="index.php"] .ab__wrap {
  margin: 0 auto;
  max-width: 700px;
}
[data-page="index.php"] .ab__concept {
  font-size: 34rem;
  line-height: 160%;
  margin: 60rem auto 50rem;
  font-size: 24rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif; /* 定義したフォントを使用 */
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] .ab__concept {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] .ab__concept {
    font-size: 32rem;
  }
}
[data-page="index.php"] .ab__desc {
  font-size: 17rem;
  line-height: 180%;
  margin: 0 auto 60rem;
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] .ab__desc {
    font-size: 22rem;
    text-align: left;
    text-align: justify;
  }
}
[data-page="index.php"] .ab__list {
  text-align: left;
  text-align: justify;
  font-size: 14rem;
  line-height: 160%;
  margin: 0 auto 150rem;
  padding: 0 1.5em;
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] .ab__list {
    font-size: 20rem;
    padding: 0 1em;
  }
}
[data-page="index.php"] .ab__client {
  text-align: left;
  font-size: 16rem;
  line-height: 160%;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15rem 30rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] .ab__client {
    font-size: 20rem;
  }
}
[data-page="index.php"] .ab__client__h {
  font-size: 22rem;
  line-height: 160%;
  margin: 0 auto 30rem;
  max-width: 700px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] .ab__client__h {
    font-size: 26rem;
  }
}
[data-page="index.php"] .ab__profile {
  margin-top: 150rem;
  position: relative;
  min-height: 400rem;
}
[data-page="index.php"] .ab__profile__cont {
  margin-left: 50%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] .ab__profile__cont {
    margin-left: 0;
    margin-top: 60rem;
  }
}
[data-page="index.php"] .ab__photo {
  width: 40%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] .ab__photo {
    width: 50%;
    margin-top: 100rem;
    height: auto;
    position: relative;
  }
}
[data-page="index.php"] .ab__name {
  font-size: 24rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif; /* 定義したフォントを使用 */
  margin-bottom: 40rem;
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] .ab__name {
    font-size: 32rem;
  }
}
[data-page="index.php"] .ab__desc_2 {
  font-size: 14rem;
  line-height: 180%;
  line-height: 190%;
  margin: 0 auto 60rem;
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] .ab__desc_2 {
    font-size: 22rem;
    text-align: justify;
  }
}
[data-page="index.php"] .ab__list_2 {
  text-align: left;
  font-size: 14rem;
  line-height: 160%;
  margin: 0 auto 0rem;
  padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] .ab__list_2 {
    font-size: 20rem;
    padding: 0 1em;
  }
}
[data-page="index.php"] .ab__mail {
  text-decoration: none !important;
  font-size: 16rem;
  margin-top: 60rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] .ab__mail {
    font-size: 19rem;
  }
}
[data-page="index.php"] div.ab__list {
  margin-bottom: 100rem;
  padding: 0;
}
[data-page="index.php"] div.ab__list li {
  text-align: center;
  list-style: none;
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] div.ab__list li {
    text-align: left;
    margin-top: 30rem;
  }
}
[data-page="index.php"] .ab__role {
  font-size: 14rem;
  margin-bottom: 15rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  [data-page="index.php"] .ab__role {
    font-size: 17rem;
    margin-bottom: 20rem;
  }
}