@charset "UTF-8";
/* media quary */
/*
Bootstrap4の設定例）
xs (Extra Small): ~575px
sm (Small): 576px~767px
md (Medium): 768px〜991px
lg (Large): 992px~1199px
xl (Extra Large): 1200px〜
*/
/*
茶//40220F
うす茶色//C9A063
table-text/7F4F21
black//231815
blue-test//36318F
blue-haikei//DFF2FC
アクセント//D31377
yle//FFF100
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  letter-spacing: 0.04em;
  font-weight: 300;
  min-height: 100vh;
}
@media screen and (max-width: 999.98px) {
  body {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

.font-en {
  font-family: "Outfit", sans-serif;
}

h2, h3 {
  letter-spacing: 0.3em;
}

main {
  display: block;
}

address {
  font-style: normal;
}

a {
  color: #0086ca;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
  opacity: 0.6;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 999.98px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

ul, ol {
  margin: 0;
  padding: 0;
}

ol {
  list-style-type: none;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  margin-top: 2em;
  margin-bottom: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

ul,
ol {
  list-style: none;
}

html.noscroll {
  overflow: hidden;
}

body button {
  border: none;
  padding: 0;
}
body button:focus {
  background: none;
}

.target::-moz-selection {
  background-color: #DCDCDC;
}

.target::selection {
  background-color: #DCDCDC;
}

::-moz-selection {
  background-color: #DCDCDC;
}

::selection {
  background-color: #DCDCDC;
}

.target::-moz-selection {
  background-color: #DCDCDC;
}

.c-red {
  color: red !important;
  font-weight: bold;
}
.c-red .c-red-small {
  font-size: 12px;
}

.c-weight {
  font-weight: bold;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-anchor {
  margin-top: -160px;
  padding-top: 160px;
}
.c-anchor.-plus01 {
  margin-top: -340px;
  padding-top: 340px;
}
@media screen and (max-width: 999.98px) {
  .c-anchor.-plus01 {
    margin-top: -180px;
    padding-top: 180px;
  }
}

.safari-on {
  display: none;
}

.safari-off {
  display: block;
}

.safari .safari-on {
  display: block;
}
@media screen and (max-width: 999.98px) {
  .safari .safari-on {
    display: none;
  }
}
.safari .safari-off {
  display: none;
}

/*
background-image: url(../../_assets/img/common/icon-category-food.svg);
 */
@media screen and (max-width: 999.98px) {
  .u-sp-hidden {
    display: none;
  }
}

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

.u-hidden {
  display: none !important;
}

.swiper-nav {
  position: absolute;
  top: 13px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 34px;
}
@media screen and (max-width: 999.98px) {
  .swiper-nav.u-sp-hidden {
    display: none;
  }
}
.swiper-nav.u-pc-hidden {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .swiper-nav.u-pc-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.swiper-button-prev.-custom-prev {
  position: relative;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  padding: 0;
}
.swiper-button-prev.-custom-prev:after {
  display: none;
}

.swiper-button-next.-custom-next {
  position: relative;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  padding: 0;
}
.swiper-button-next.-custom-next:after {
  display: none;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.swiper-container .swiper-slide-active .slide-img,
.swiper-container .swiper-slide-duplicate-active .slide-img,
.swiper-container .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}
.swiper-container .slide-img img {
  width: 100%;
}

.slide-img img {
  display: block;
}

.swiper-wrap .swiper-button-prev {
  left: -28px;
  width: 56px;
  height: 56px;
  z-index: 100;
}
@media screen and (max-width: 999.98px) {
  .swiper-wrap .swiper-button-prev {
    bottom: calc((-62/375)*100vw);
    top: auto;
    left: calc((110/375)*100vw);
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}
.swiper-wrap .swiper-button-prev:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(./_assets/img/common/slide-prev.svg);
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 999.98px) {
  .swiper-wrap .swiper-button-prev:after {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}
.swiper-wrap .swiper-button-next {
  right: -28px;
  width: 56px;
  height: 56px;
  z-index: 100;
}
@media screen and (max-width: 999.98px) {
  .swiper-wrap .swiper-button-next {
    bottom: calc((-62/375)*100vw);
    top: auto;
    right: calc((110/375)*100vw);
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}
.swiper-wrap .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(./_assets/img/common/slide-next.svg);
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 999.98px) {
  .swiper-wrap .swiper-button-next:after {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.swiper-slow, .swiper-slow-left, .swiper-slow-right {
  /* 画像のサイズ調整 */
}
.swiper-slow .swiper-wrapper, .swiper-slow-left .swiper-wrapper, .swiper-slow-right .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.swiper-slow .swiper-slide img, .swiper-slow-left .swiper-slide img, .swiper-slow-right .swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper04 .swiper-slide {
  padding: 0 20px;
}
@media screen and (max-width: 999.98px) {
  .swiper04 .swiper-slide {
    padding: 0 2px;
  }
}

.p-slow-sliders .swiper-slide:nth-child(odd) {
  margin-top: 4.8333333333vw;
}
.p-slow-sliders .swiper-slide img {
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-slow-sliders .swiper-slide {
    width: calc((180/375)*100vw) !important;
  }
}

.swiper-slow-left + .swiper-slow-right,
.swiper-slow-left + .swiper-slow-left02 {
  margin-top: 2vw;
}

.p-slow-sliders-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-slow-sliders-left .swiper-slide.num01 {
  width: calc((340/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide.num02 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide.num03 {
  width: calc((340/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide.num04 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide.num05 {
  width: calc((340/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide.num06 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide.num07 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide.num08 {
  width: calc((320/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide img {
  border-radius: calc((12/1200)*100vw);
}

.p-slow-sliders-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-slow-sliders-right .swiper-slide.num01 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide.num02 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide.num03 {
  width: calc((310/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide.num04 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide.num05 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide.num06 {
  width: calc((220/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide.num07 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide.num08 {
  width: calc((220/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide img {
  border-radius: calc((12/1200)*100vw);
}

.remodal-wrapper {
  padding: 10px 0;
}

.remodal-mv {
  margin: 0 auto;
}
@media screen and (max-width: 999.98px) {
  .remodal-mv {
    width: 100%;
    height: 48vw;
  }
}

.remodal {
  max-width: 800px;
  padding: 0;
  z-index: 10010;
}
@media screen and (max-width: 999.98px) {
  .remodal {
    width: calc(100% - 40px);
  }
}
.remodal.-product {
  max-width: 1020px;
  padding: 30px;
  border-radius: 50px;
  background: #fff;
}
@media screen and (max-width: 999.98px) {
  .remodal.-product {
    padding: 40px 20px 20px;
  }
}
.remodal.-product .remodal__in {
  margin-top: 60px;
  background: #fff;
}
@media screen and (max-width: 999.98px) {
  .remodal.-product .remodal__in {
    margin: 20px 0;
  }
}
.remodal.-product .remodal-close {
  width: 40px;
  height: 40px;
  top: 40px;
  right: 40px;
}
@media screen and (max-width: 999.98px) {
  .remodal.-product .remodal-close {
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
  }
}
.remodal.-product .remodal-close:before {
  display: none;
}
.remodal .remodal__in {
  border-radius: 0;
  margin: 40px 0;
  text-align: left;
}
@media screen and (max-width: 999.98px) {
  .remodal .remodal__in {
    margin: 80px 0;
  }
}
.remodal .remodal__item {
  margin-top: 46px;
}
@media screen and (max-width: 999.98px) {
  .remodal .remodal__item {
    margin-top: 40px;
  }
}
.remodal .remodal__block {
  margin-top: 20px;
}
.remodal .remodal__image {
  margin-top: 28px;
  text-align: center;
}
.remodal .image-option {
  margin-top: 16px;
  text-align: right;
}
.remodal .image-option p {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.06em;
}
.remodal .remodal__text {
  margin-top: 22px;
}
.remodal .remodal__text p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
}
.remodal .remodal__text p + p {
  margin-top: 20px;
}
.remodal .remodal__link {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.remodal .remodal__scroll {
  height: 500px;
  overflow-y: scroll;
  padding: 96px 96px 56px;
}
@media screen and (max-width: 999.98px) {
  .remodal .remodal__scroll {
    padding: 60px 18px;
  }
}
.remodal .remodal__unit01 {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 999.98px) {
  .remodal .remodal__unit01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.remodal .remodal__unit01 .remodal__text {
  margin-top: 0;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.remodal .remodal__unit01 .remodal__side-image {
  width: 210px;
  margin-left: 26px;
}
@media screen and (max-width: 999.98px) {
  .remodal .remodal__unit01 .remodal__side-image {
    margin: 20px auto;
  }
}

.p-yel-box {
  padding: 36px 10px;
  border: 2px solid #e6be00;
}
@media screen and (max-width: 999.98px) {
  .p-yel-box {
    padding: 30px 14px;
  }
}
.p-yel-box .p-yel-box__title {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: center;
  font-weight: 500;
  color: #e6be00;
}
@media screen and (max-width: 999.98px) {
  .p-yel-box .p-yel-box__title {
    text-align: center;
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
.p-yel-box .p-yel-box__copy {
  margin-top: 10px;
}
.p-yel-box .p-yel-box__copy p {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
}
.p-yel-box .p-yel-box__image {
  margin-top: 26px;
  text-align: center;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 999.98px) {
  .remodal-close {
    right: -8px;
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 999.98px) {
  .remodal-close:before {
    font-size: 38px;
  }
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__container {
  max-width: 800px;
  max-height: 100vh;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .modal__container {
    max-height: 90vh;
    max-width: 300px;
  }
}
.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
  font-size: 45px;
  color: #fff;
}

.modal__content {
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.swiper-pagination {
  bottom: -100px;
}

.swiper-wrapper {
  padding-bottom: 50px;
}

.swiper .swiper-button-prev, .swiper .swiper-button-next, .swiper02 .swiper-button-prev, .swiper02 .swiper-button-next {
  bottom: -4px;
  top: auto;
}
.swiper .swiper-button-prev:after, .swiper .swiper-button-next:after, .swiper02 .swiper-button-prev:after, .swiper02 .swiper-button-next:after {
  font-size: 20px;
}
.swiper .swiper-button-prev, .swiper02 .swiper-button-prev {
  left: calc(50% - 70px);
}
.swiper .swiper-button-next, .swiper02 .swiper-button-next {
  right: calc(50% - 70px);
}

.swiper02 .swiper-button-prev {
  left: calc(50% - 120px);
  color: #0086ca;
}
.swiper02 .swiper-button-next {
  right: calc(50% - 120px);
  color: #0086ca;
}

.swiper-pagination-bullet .swiper-pagination-bullet-active {
  background: #0086ca;
}

.l-wide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.l-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1018px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 999.98px) {
  .l-wrapper {
    width: 100%;
    max-width: none;
    padding: 0 20px;
  }
}
@media screen and (max-width: 999.98px) {
  .l-wrapper.-type01-sp {
    padding: 0 34px 0 22px;
  }
}
@media screen and (max-width: 999.98px) {
  .l-wrapper.-full-sp {
    padding: 0;
  }
}

.l-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 896px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 999.98px) {
  .l-inner {
    width: 100%;
    max-width: none;
    padding: 0 20px;
  }
}
@media screen and (max-width: 999.98px) {
  .l-inner.-full-sp {
    padding: 0;
  }
}

.l-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 648px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 999.98px) {
  .l-box {
    width: 100%;
    max-width: none;
    padding: 0 15px;
  }
}

.l-body {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1208px) {
  .l-body.bg-base {
    width: 1200px;
  }
}
@media screen and (max-width: 1208px) and (max-width: 999.98px) {
  .l-body.bg-base {
    width: 100%;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 999.98px) {
  .p-header {
    border: none;
    background: #fff;
  }
}
.noscroll .p-header {
  background: #faf8f4;
}
.noscroll .p-header .p-header__wrap {
  background: #faf8f4 !important;
}
.p-header .p-header__wrap {
  padding: 37px 132px 37px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__wrap {
    padding: 20px;
  }
}
.p-header .p-header__wrap .p-header__info {
  position: absolute;
  top: 32px;
  right: 132px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 12px;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__wrap .p-header__info {
    display: none;
  }
}
.scrolled .p-header .p-header__wrap {
  padding: 27px 132px 27px 38px;
  background: #fff;
}
@media screen and (max-width: 999.98px) {
  .scrolled .p-header .p-header__wrap {
    padding: 20px;
  }
}
.scrolled .p-header .p-header__info {
  top: 22px;
}

/*
background-image: url(../../_assets/img/common/wave02.png);
 */
.p-footer {
  position: relative;
  padding: 46px 0 130px;
}
@media screen and (max-width: 999.98px) {
  .p-footer {
    padding: 60px 0 20px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-footer .p-footer__mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 46px;
  padding-right: 62px;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__mid {
    padding-right: 0;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-footer .p-footer__banner {
  width: 160px;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__banner {
    margin-top: 23px;
  }
}
.p-footer .p-footer__banner img {
  display: block;
  width: 100%;
}
.p-footer .p-footer__banner a {
  display: block;
}
.p-footer .p-footer__banner a + a {
  margin-top: 20px;
}
.p-footer .p-footer__bottom {
  margin-top: 82px;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__bottom {
    margin-top: 40px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__copy {
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__policy p {
    text-align: center;
    font-size: 11px;
    line-height: 1.7272727273;
  }
}
.p-footer .p-footer__policy p a {
  font-size: 11px;
  line-height: 1.4545454545;
  color: #000;
}
.p-footer .p-footer__side {
  position: fixed;
  padding-right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

/*
.footer__goTop {
  position: fixed;
  right: 30px;
  bottom: 75px;
  width: 65px;
  height: 65px;
  z-index: 2000;

  .c-gotop-btn {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-radius: 65px;
    &:before {
      position: absolute;
      top: 28px;
      left: 27px;
      width: 9px;
      height: 9px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      transform: rotate(-45deg);
      content: '';

    }
  }
}

 */
.p-main-visual {
  position: relative;
  margin-top: 84px;
  z-index: 4;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual {
    margin-top: 56.5px;
  }
}
.p-main-visual .p-main-visual__side01 {
  position: absolute;
  padding-right: 18px;
  top: 184px;
  right: 0;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__side01 {
    display: none;
  }
}
.p-main-visual .p-main-visual__inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__inner {
    width: 100%;
  }
}
.p-main-visual .p-main-visual__inner .p-main-visual__object01 {
  position: absolute;
  top: 54px;
  right: -100px;
  background: #f8f6f2;
  width: 224px;
  height: 114px;
  border-radius: 114px;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__inner .p-main-visual__object01 {
    top: calc((175/375)*100vw);
    right: calc((-50/375)*100vw);
    width: 34.6666666667vw;
    height: 17.8666666667vw;
    border-radius: calc((116/375)*100vw);
  }
}
.p-main-visual .p-main-visual__inner .p-main-visual__contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__inner .p-main-visual__contents {
    padding: 0 30px;
  }
}
.p-main-visual .p-main-visual__inner .p-main-visual__image00 {
  margin-top: 48px;
  margin-left: 168px;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__inner .p-main-visual__image00 {
    width: 42.6666666667vw;
    margin-top: 19.7333333333vw;
    margin-left: calc((-50/375)*100vw);
  }
}
.p-main-visual .p-main-visual__inner .p-main-visual__copy {
  margin-top: 56px;
  padding-left: 90px;
  font-size: 26px;
  line-height: 1.4230769231;
  letter-spacing: 0.18em;
  color: #0086ca;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__inner .p-main-visual__copy {
    margin-top: 9.6vw;
    padding-left: 0;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.p-main-visual .p-main-visual__inner .p-main-visual__title {
  position: relative;
  margin-top: 34px;
  margin-left: 90px;
  width: 533px;
  z-index: 100;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__inner .p-main-visual__title {
    margin-top: 5.3333333333vw;
    width: 78.6666666667vw;
    margin-left: 0;
  }
}
.p-main-visual .p-main-visual__inner .p-main-visual__title img {
  display: block;
  width: 100%;
}
.p-main-visual .p-main-visual__inner .p-main-visual__image01 {
  padding-left: 546px;
}
.p-main-visual .p-main-visual__inner .p-main-visual__image01 img {
  width: 380px;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__inner .p-main-visual__image01 {
    padding-left: 0;
    width: 64vw;
    margin-left: auto;
    margin-right: calc((-8/375)*100vw);
  }
  .p-main-visual .p-main-visual__inner .p-main-visual__image01 img {
    width: 100%;
  }
}
.p-main-visual .p-main-visual__inner .p-main-visual__image02 {
  margin-top: 74px;
  text-align: right;
  padding-right: 55px;
  width: 636px;
  margin-left: auto;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__inner .p-main-visual__image02 {
    margin-top: 64vw;
    padding-right: 0;
    width: 107.2vw;
    margin-left: auto;
    margin-right: calc((-62/375)*100vw);
  }
  .p-main-visual .p-main-visual__inner .p-main-visual__image02 img {
    width: 100%;
  }
}
.p-main-visual .p-main-visual__bottom {
  margin-top: 84px;
  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;
  padding-left: 60px;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}
.p-main-visual .p-main-visual__bottom .p-main-visual__image-area02 {
  position: relative;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 3;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__bottom .p-main-visual__image-area02 {
    margin-top: 12.8vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__bottom .p-main-visual__image-area02 img {
    width: 100%;
  }
}
.p-main-visual .p-main-visual__bottom .p-main-visual__image-area02 .p-main-visual__object02 {
  position: absolute;
  top: -80px;
  left: -20px;
  background: #f8f6f2;
  width: 220px;
  height: 114px;
  border-radius: 114px;
  z-index: -1;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__bottom .p-main-visual__image-area02 .p-main-visual__object02 {
    top: calc((-44/375)*100vw);
    left: calc((10/375)*100vw);
    border-radius: calc((116/375)*100vw);
    width: 34.6666666667vw;
    height: 17.8666666667vw;
  }
}
.p-main-visual .p-main-visual__bottom .p-main-visual__image-area02 .image01 {
  width: 442px;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__bottom .p-main-visual__image-area02 .image01 {
    width: 70.6666666667vw;
    margin-left: calc((16/375)*100vw);
  }
}
.p-main-visual .p-main-visual__bottom .p-main-visual__image-area02 .image02 {
  margin-top: 24px;
  margin-left: 160px;
  width: 355px;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__bottom .p-main-visual__image-area02 .image02 {
    width: 53.3333333333vw;
    margin-top: 9.0666666667vw;
    margin-left: auto;
    margin-right: calc((12/375)*100vw);
  }
}
.p-main-visual .p-main-visual__bottom .p-main-visual__text01 {
  width: 382px;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__bottom .p-main-visual__text01 {
    width: 100%;
  }
}
.p-main-visual .p-main-visual__bottom .p-main-visual__text01 p {
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__bottom .p-main-visual__text01 p {
    font-size: 14px;
    line-height: 2;
  }
}
.p-main-visual .p-main-visual__bg {
  margin-top: 85px;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__bg {
    margin-top: 55px;
  }
}
.p-main-visual .p-main-visual__bg img {
  width: 100%;
}
.p-main-visual .p-main-visual__head {
  position: relative;
  z-index: 100;
}

/*
background-image: url(./_assets/img/index/bg_voice.png);
 */
.index-head {
  margin-top: 90px;
}
@media screen and (max-width: 999.98px) {
  .index-head {
    margin-top: 55px;
  }
}

.index-contents {
  margin-top: 96px;
}
@media screen and (max-width: 999.98px) {
  .index-contents {
    margin-top: 114px;
  }
}

.index-about {
  position: relative;
  z-index: 3;
  padding-top: 32px;
}
@media screen and (min-width: 1201px) {
  .index-about {
    padding-top: 2.6666666667vw;
  }
}
.index-about:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1200px;
  height: 380px;
  background-image: url(../../_assets/img/index/about_bg.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  z-index: -2;
}
@media screen and (min-width: 1201px) {
  .index-about:before {
    width: 100%;
    height: 31.6666666667vw;
  }
}
@media screen and (max-width: 999.98px) {
  .index-about:before {
    top: -94px;
  }
}
.index-about .index-about__title {
  width: 449px;
}
@media screen and (max-width: 999.98px) {
  .index-about .index-about__title {
    width: 256px;
  }
}
.index-about .index-about__copy {
  margin-top: 24px;
}
.index-about .index-about__text {
  margin-top: 32px;
}
.index-about .index-about__text p {
  font-size: 16px;
  line-height: 2.125;
}
.index-about .index-about__link {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 999.98px) {
  .index-about .index-about__link {
    position: static;
    margin-top: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.index-people {
  position: relative;
  z-index: 3;
  margin-top: 142px;
  padding-bottom: 112px;
}
@media screen and (min-width: 1201px) {
  .index-people {
    margin-top: 11.8333333333vw;
    padding-bottom: calc((112/1200)*100vw);
  }
}
.index-people:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 390px;
  background: #faf8f4;
  content: "";
  z-index: -3;
}
@media screen and (min-width: 1201px) {
  .index-people:before {
    width: 100%;
    height: 32.1666666667vw;
  }
}
.index-people:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1200px;
  height: 390px;
  background-image: url(../../_assets/img/index/index_perple_bg.svg);
  content: "";
  z-index: -2;
}
@media screen and (min-width: 1201px) {
  .index-people:after {
    bottom: calc((-4/1200)*100vw);
    width: 100%;
    height: 32.5vw;
  }
}
.index-people .index-people__title {
  width: 707px;
}
@media screen and (max-width: 999.98px) {
  .index-people .index-people__title {
    width: 232px;
  }
}
.index-people .index-people__title img {
  width: 100%;
  display: block;
}
.index-people .index-people__text {
  margin-top: 24px;
}
.index-people .index-people__text p {
  text-align: right;
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .index-people .index-people__text p {
    font-size: 15px;
    line-height: 1.8666666667;
    text-align: left;
  }
}
.index-people .index-people__contents {
  margin-top: 64px;
}
@media screen and (max-width: 999.98px) {
  .index-people .index-people__contents {
    margin-top: 54px;
  }
}
.index-people .index-people__movies {
  margin: 92px auto;
  max-width: 640px;
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .index-people .index-people__movies {
    margin-top: 38px;
    padding: 0 16px;
  }
}
.index-people .index-people__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 0;
}
.index-people .index-people__list .index-people__item {
  width: 33.3333%;
}
@media screen and (max-width: 999.98px) {
  .index-people .index-people__list .index-people__item {
    width: 50%;
  }
}
.index-people .index-people__list .index-people__item .p-name-card {
  margin: 0 auto;
}
.index-people .index-people__list .index-people__item:nth-child(4), .index-people .index-people__list .index-people__item:nth-child(5), .index-people .index-people__list .index-people__item:nth-child(9), .index-people .index-people__list .index-people__item:nth-child(10) {
  width: 50%;
}
.index-people .index-people__list .index-people__item:nth-child(4) .p-name-card, .index-people .index-people__list .index-people__item:nth-child(9) .p-name-card {
  margin-left: auto;
  margin-right: 18px;
}
.index-people .index-people__list .index-people__item:nth-child(5) .p-name-card, .index-people .index-people__list .index-people__item:nth-child(10) .p-name-card {
  margin-left: 18px;
  margin-right: auto;
}

.p-movies-box {
  position: relative;
  z-index: 1000;
}
.p-movies-box .p-movies-box__copy {
  margin-top: 12px;
}
.p-movies-box .p-movies-box__copy p {
  text-align: center;
  font-size: 16px;
  line-height: 2.125;
}
@media screen and (max-width: 999.98px) {
  .p-movies-box .p-movies-box__copy p {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
.p-movies-box .p-movies-box__contents {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-movies-box .p-movies-box__contents {
    margin-top: 20px;
  }
}
.p-movies-box .p-movies-box__contents video {
  width: 100%;
}

.index-project {
  position: relative;
  z-index: 3;
  padding-top: 78px;
  padding-bottom: 110px;
  background: #faf8f4;
}
@media screen and (min-width: 1201px) {
  .index-project {
    padding-top: 6.5vw;
  }
}
@media screen and (max-width: 999.98px) {
  .index-project {
    padding-top: 13.3333333333vw;
  }
}
.index-project .c-anchor {
  position: relative;
  z-index: -1;
  margin-top: -290px;
  padding-top: 290px;
  margin-top: -14.1666666667vw;
  padding-top: 14.1666666667vw;
}
@media screen and (max-width: 999.98px) {
  .index-project .c-anchor {
    margin-top: -180px;
    padding-top: 180px;
  }
}
.index-project .index-project__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 999.98px) {
  .index-project .index-project__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.index-project .index-project__contents .index-project__head {
  position: absolute;
  top: -246px;
  left: 0;
  width: 87px;
}
@media screen and (max-width: 999.98px) {
  .index-project .index-project__contents .index-project__head {
    top: calc((-80/375)*100vw);
    left: 20px;
    width: 221px;
  }
}
.index-project .index-project__contents .index-project__main {
  width: 824px;
}
@media screen and (max-width: 999.98px) {
  .index-project .index-project__contents .index-project__main {
    width: 100%;
    margin-top: 48px;
    padding: 0 16px;
  }
}
.index-project .index-project__contents .index-project__item + .index-project__item {
  margin-top: 56px;
}

.index-project-panel {
  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;
}
.index-project-panel .index-project-panel__main {
  position: absolute;
  right: 0;
  bottom: -12px;
  width: 400px;
  height: 130px;
  border-radius: 130px 0 0 130px;
  background: #faf8f4;
  padding-left: 56px;
  padding-right: 20px;
  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;
}
@media screen and (max-width: 999.98px) {
  .index-project-panel .index-project-panel__main {
    position: static;
    background: none;
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 999.98px) {
  .index-project-panel .index-project-panel__sub {
    width: 100%;
  }
  .index-project-panel .index-project-panel__sub img {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 999.98px) {
  .p-name-plate {
    padding: 14px 0;
    background: #faf8f4;
  }
}
.p-name-plate .p-name-plate__copy {
  color: #0086ca;
  letter-spacing: 0.06em;
  font-size: 12px;
  line-height: 1.8333333333;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-name-plate .p-name-plate__copy {
    font-size: 10px;
    line-height: 1.2;
  }
}
.p-name-plate .p-name-plate__title {
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #333;
}
@media screen and (max-width: 999.98px) {
  .p-name-plate .p-name-plate__title {
    font-size: 15px;
    line-height: 1.2;
  }
}
.p-name-plate .p-name-plate__text {
  margin-top: 6px;
  letter-spacing: 0.06em;
  font-size: 12px;
  line-height: 1.8333333333;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .p-name-plate .p-name-plate__text {
    font-size: 10px;
    line-height: 1.2;
  }
}

.index-welfare {
  height: 401px;
  background: #0062a5;
}
@media screen and (min-width: 2000px) {
  .index-welfare .l-wrapper {
    width: 100%;
  }
  .index-welfare .l-wrapper .index-welfare__contents .index-welfare__image {
    left: 0;
  }
  .index-welfare .l-wrapper .index-welfare__contents .index-welfare__main {
    width: 50%;
  }
}
@media screen and (max-width: 999.98px) {
  .index-welfare {
    height: 138.6666666667vw;
  }
}
.index-welfare.-reverse {
  background: #0086ca;
}
@media screen and (min-width: 2000px) {
  .index-welfare.-reverse .index-welfare__main {
    padding-left: 20px;
  }
}
.index-welfare.-reverse .index-welfare__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.index-welfare.-reverse .index-welfare__contents .index-welfare__image {
  left: auto;
  right: -494px;
}
@media screen and (max-width: 999.98px) {
  .index-welfare.-reverse .index-welfare__contents .index-welfare__image {
    right: -20px;
  }
}
@media screen and (max-width: 999.98px) {
  .index-welfare.-reverse .index-welfare__contents .index-welfare__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 9.6vw;
  }
}
.index-welfare .index-welfare__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 999.98px) {
  .index-welfare .index-welfare__contents {
    margin: 0 auto;
  }
}
.index-welfare .index-welfare__contents .index-welfare__image {
  position: absolute;
  top: 0;
  left: -494px;
  width: 971px;
}
@media screen and (max-width: 999.98px) {
  .index-welfare .index-welfare__contents .index-welfare__image {
    left: -20px;
    width: 86.6666666667vw;
  }
}
.index-welfare .index-welfare__contents .index-welfare__image img {
  display: block;
  width: 100%;
  height: auto;
}
.index-welfare .index-welfare__contents .index-welfare__main {
  width: 446px;
  padding-top: 84px;
}
@media screen and (max-width: 999.98px) {
  .index-welfare .index-welfare__contents .index-welfare__main {
    width: 100%;
    margin: calc((238.0702/375)*100vw) auto 0;
    padding-top: 6.9333333333vw;
  }
}
.index-welfare .index-welfare__contents .index-welfare__main .index-welfare__copy {
  margin-top: 24px;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999.98px) {
  .index-welfare .index-welfare__contents .index-welfare__main .index-welfare__copy {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1;
  }
}
.index-welfare .index-welfare__contents .index-welfare__link {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 999.98px) {
  .index-welfare .index-welfare__contents .index-welfare__link {
    margin-top: 20px;
  }
}
.index-welfare .index-welfare__contents .index-welfare__link.-coming {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-meta-dl01 + .p-meta-dl01 {
  margin-top: 48px;
}
@media screen and (max-width: 999.98px) {
  .p-meta-dl01 + .p-meta-dl01 {
    margin-top: 58px;
  }
}

.p-meta-dl01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.75;
  border-bottom: 1px solid #e2e2e2;
}
.p-meta-dl01 dl.top {
  margin-top: 18px;
  border-top: 1px solid #e2e2e2;
}
@media screen and (max-width: 999.98px) {
  .p-meta-dl01 dl {
    font-size: 15px;
    line-height: 1.8666666667;
  }
}
.p-meta-dl01 dl dt {
  padding: 24px 0;
  width: 288px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .p-meta-dl01 dl dt {
    width: 94px;
  }
}
.p-meta-dl01 dl dt span {
  font-size: 12px;
  line-height: 1;
}
.p-meta-dl01 dl dd {
  margin: 0;
  padding: 24px 0;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-custom-dl01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 999.98px) {
  .p-custom-dl01 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-custom-dl01 dl dt {
  width: 243px;
}
@media screen and (max-width: 999.98px) {
  .p-custom-dl01 dl dt {
    width: 100%;
  }
}
.p-custom-dl01 dl dd {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 999.98px) {
  .p-custom-dl01 dl dd {
    width: 100%;
    margin-top: 28px;
  }
}
.p-custom-dl01 dl .p-custom-dl01__list li + li {
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
}
.p-custom-dl01 dl .p-custom-dl01__list li {
  padding-bottom: 20px;
}
.p-custom-dl01 dl .p-custom-dl01__list li:last-child {
  border-bottom: 1px solid #e2e2e2;
}

.p-custom-dl02 dl + dl {
  border-top: 1px solid #dbdbdb;
}
.p-custom-dl02 dl {
  padding: 40px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 246px auto;
  grid-template-columns: 246px auto;
}
@media screen and (max-width: 999.98px) {
  .p-custom-dl02 dl {
    padding: 36px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 32px 0;
  }
}
.p-custom-dl02 dl dt {
  font-size: 22px;
  line-height: 1.6363636364;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #0086ca;
}
@media screen and (max-width: 999.98px) {
  .p-custom-dl02 dl dt {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-custom-dl02 dl dd {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .p-custom-dl02 dl dd {
    font-size: 15px;
    line-height: 1.7333333333;
  }
}

.p-dl-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 58px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 58px;
}
@media screen and (max-width: 999.98px) {
  .p-dl-group {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 32px 0;
  }
}

.p-dl-unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px 413px;
  grid-template-columns: auto 413px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
}
.p-dl-unit.-pc-responsive {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 36px 0;
}
@media screen and (max-width: 999.98px) {
  .p-dl-unit {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 36px 0;
  }
}
.p-dl-unit .p-dl-unit__sub {
  width: 413px;
}
@media screen and (max-width: 999.98px) {
  .p-dl-unit .p-dl-unit__sub {
    width: 335px;
    margin: 0 auto;
  }
}

.p-dl-set + .p-dl-set {
  margin-top: 34px;
}

.p-dl-set .p-dl-set__head {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-dl-set .p-dl-set__head {
    font-size: 15px;
    line-height: 1.7333333333;
  }
}
.p-dl-set .p-dl-set__text {
  margin-top: 14px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 300;
  text-align: justify;
}
@media screen and (max-width: 999.98px) {
  .p-dl-set .p-dl-set__text {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.7333333333;
  }
}
.p-dl-set .p-dl-set__text span {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7142857143;
}
.p-dl-set .p-dl-set__text .p-short-option {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  font-size: 14px;
  line-height: 1.7142857143;
}
.p-dl-set .p-dl-set__text .p-short-option + .p-short-option {
  margin-top: 0;
}

.p-schedule-dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-schedule-dl dl dt {
  width: 58px;
  padding-right: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.125;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #0086ca;
  font-family: "Didact Gothic", sans-serif;
  border-right: 1px solid #0086ca;
  text-align: right;
}
@media screen and (max-width: 999.98px) {
  .p-schedule-dl dl dt {
    font-size: 15px;
    line-height: 1.8666666667;
    line-height: 1.6;
  }
}
.p-schedule-dl dl dt.-top {
  padding-top: 0;
}
@media screen and (max-width: 999.98px) {
  .p-schedule-dl dl dt.-top {
    padding-top: 10px;
  }
}
.p-schedule-dl dl dd {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  line-height: 1.75;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 999.98px) {
  .p-schedule-dl dl dd {
    font-size: 15px;
    line-height: 1.8666666667;
    line-height: 1.6;
  }
}
.p-schedule-dl dl dd.-top {
  padding-top: 0;
}
@media screen and (max-width: 999.98px) {
  .p-schedule-dl dl dd.-top {
    padding-top: 10px;
  }
}

.p-talk-dl dl + dl {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-talk-dl dl + dl {
    margin-top: 28px;
  }
}
.p-talk-dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-talk-dl dl dt {
  width: 56px;
  padding-top: 8px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #007fc0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 999.98px) {
  .p-talk-dl dl dt {
    padding-top: 6px;
    width: 48px;
    font-size: 14px;
    line-height: 1;
  }
}
.p-talk-dl dl dt span {
  width: 100%;
  padding: 3px 0;
  display: inline-block;
  background: #0086ca;
  border-radius: 24px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-talk-dl dl dt span {
    padding: 2px 0;
  }
}
.p-talk-dl dl dd {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media screen and (max-width: 999.98px) {
  .p-talk-dl dl dd {
    font-size: 15px;
    line-height: 1.8666666667;
  }
}

.p-breadcrumb {
  padding-bottom: 12px;
}
.p-breadcrumb.-no-pb {
  padding-bottom: 0;
}
.p-breadcrumb .p-breadcrumb__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-breadcrumb .p-breadcrumb__group a {
  font-size: 10px;
  line-height: 1.8;
  display: block;
  color: rgba(0, 0, 0, 0.4);
}
.p-breadcrumb .p-breadcrumb__group .p-bread-crumb__item {
  margin-left: 26px;
  position: relative;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #000;
}
.p-breadcrumb .p-breadcrumb__group .p-bread-crumb__item a {
  color: rgba(0, 0, 0, 0.4);
}
.p-breadcrumb .p-breadcrumb__group .p-bread-crumb__item:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -14px;
  content: ">";
  color: #000;
  font-size: 10px;
  line-height: 1.8;
}

.p-sub-visual {
  position: relative;
  margin-top: 84px;
  height: 770px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 1201px) {
  .p-sub-visual {
    height: 64.1666666667vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual {
    height: auto;
    display: block;
    margin-top: 56px;
  }
}
.p-sub-visual .p-sub-visual__contents {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 128px;
  z-index: 10;
}
@media screen and (min-width: 1201px) {
  .p-sub-visual .p-sub-visual__contents {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__contents {
    position: static;
  }
}
.p-sub-visual .p-sub-visual__title.-recruit {
  width: 424px;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__title.-recruit {
    width: 249px;
  }
}
.p-sub-visual .p-sub-visual__title.-about {
  width: 513px;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__title.-about {
    width: 281px;
  }
}
.p-sub-visual .p-sub-visual__title.-culture {
  width: 777px;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__title.-culture {
    width: 315px;
  }
}
.p-sub-visual .p-sub-visual__title.-work-people {
  width: 807px;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__title.-work-people {
    width: 255px;
  }
}
.p-sub-visual .p-sub-visual__title.-real-voice {
  width: 578px;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__title.-real-voice {
    width: 318.2614px;
  }
}
.p-sub-visual .p-sub-visual__title.-faq {
  width: 199.9488px;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__title.-faq {
    width: 114.4931px;
  }
}
.p-sub-visual .p-sub-visual__copy {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__copy {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.p-sub-visual .p-sub-visual__bg {
  width: 1200px;
  margin: 0 auto;
}
.p-sub-visual .p-sub-visual__bg img {
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .p-sub-visual .p-sub-visual__bg {
    width: 100%;
  }
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__bg {
    width: 100%;
    margin-top: 40px;
  }
}

.p-project-visual {
  margin-top: 89px;
  padding-top: 56px;
  height: 580px;
  background: #0080bc;
}
@media screen and (max-width: 999.98px) {
  .p-project-visual {
    margin-top: 56px;
    padding-top: 4.2666666667vw;
    height: 65.8666666667vw;
  }
}
@media screen and (max-width: 999.98px) and (max-width: 750px) {
  .p-project-visual {
    height: 65.8666666667vw;
  }
}
.p-project-visual .l-inner {
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-project-visual .l-inner {
    padding-left: 54px;
  }
}
@media screen and (max-width: 999.98px) and (max-width: 750px) {
  .p-project-visual .l-inner {
    padding: 0 calc((20/375)*100vw) 0 calc((54/375)*100vw);
  }
}
.p-project-visual .p-project-visual__title {
  padding-top: 4px;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .p-project-visual .p-project-visual__title {
    padding-top: 0;
    font-size: 20px;
    line-height: 1.85;
  }
}
@media screen and (max-width: 999.98px) and (max-width: 750px) {
  .p-project-visual .p-project-visual__title {
    font-size: 5.3333333333vw;
    line-height: 1.85;
  }
}
.p-project-visual .p-project-visual__logo {
  position: absolute;
  top: 56px;
  left: -110px;
  width: 35px;
}
@media screen and (max-width: 999.98px) {
  .p-project-visual .p-project-visual__logo {
    top: 16px;
    left: 14px;
    width: 15px;
  }
}
@media screen and (max-width: 999.98px) and (max-width: 750px) {
  .p-project-visual .p-project-visual__logo {
    top: calc((16/375)*100vw);
    left: calc((14/375)*100vw);
    width: 4vw;
  }
}
.p-project-visual .p-project-visual__logo img {
  display: block;
}
.p-project-visual .p-project-visual__image {
  position: absolute;
  left: 0;
  bottom: -86px;
  width: 1048px;
}
@media screen and (max-width: 999.98px) {
  .p-project-visual .p-project-visual__image {
    bottom: -34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 85.3333333333vw;
  }
  .p-project-visual .p-project-visual__image img {
    width: 100%;
  }
}
@media screen and (max-width: 999.98px) and (max-width: 750px) {
  .p-project-visual .p-project-visual__image {
    left: auto;
    right: 0;
    bottom: calc((-34/375)*100vw);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.p-project-visual .p-project-visual__image img {
  display: block;
}

.p-person-visual {
  background: #0080bc;
  margin-top: 89px;
  height: 700px;
}
@media screen and (max-width: 999.98px) {
  .p-person-visual {
    margin-top: 56px;
    height: 160vw;
  }
}
.p-person-visual .l-wrapper {
  height: 100%;
  z-index: 3;
}
@media screen and (max-width: 999.98px) {
  .p-person-visual .l-wrapper {
    padding-left: calc((54 / 375) * 100vw);
    padding-right: calc((18 / 375) * 100vw);
  }
}
.p-person-visual .p-person-visual__main {
  padding-left: 56px;
  padding-top: 56px;
  width: calc(516px + 56px);
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-person-visual .p-person-visual__main {
    position: relative;
    padding-left: 0;
    padding-top: calc((36 / 375) * 100vw);
    width: 100%;
  }
}
.p-person-visual .p-person-visual__title {
  position: absolute;
  left: -56px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38px;
}
@media screen and (max-width: 999.98px) {
  .p-person-visual .p-person-visual__title {
    top: calc((30 / 375) * 100vw);
    left: calc((14 / 375) * 100vw);
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    width: 4vw;
  }
}
.p-person-visual .p-person-visual__title img {
  display: block;
}
.p-person-visual .p-person-visual__copy {
  margin-top: 74px;
}
@media screen and (max-width: 999.98px) {
  .p-person-visual .p-person-visual__copy.-person01 {
    position: absolute;
    top: calc((300 / 375) * 100vw);
    left: calc((0 / 375) * 100vw);
    margin-top: 0;
  }
  .p-person-visual .p-person-visual__copy.-person02 {
    position: absolute;
    top: calc((320 / 375) * 100vw);
    left: calc((-44 / 375) * 100vw);
    margin-top: 0;
  }
  .p-person-visual .p-person-visual__copy.-person03 {
    position: absolute;
    top: calc((300 / 375) * 100vw);
    left: calc((0 / 375) * 100vw);
    margin-top: 0;
  }
  .p-person-visual .p-person-visual__copy.-person04 {
    position: absolute;
    top: calc((300 / 375) * 100vw);
    left: 0;
    margin-top: 0;
  }
  .p-person-visual .p-person-visual__copy.-person05 {
    position: absolute;
    top: calc((300 / 375) * 100vw);
    left: calc((0 / 375) * 100vw);
    margin-top: 0;
  }
  .p-person-visual .p-person-visual__copy.-person06 {
    position: absolute;
    top: calc((300 / 375) * 100vw);
    left: calc((0 / 375) * 100vw);
    margin-top: 0;
  }
  .p-person-visual .p-person-visual__copy.-person07 {
    position: absolute;
    top: calc((300 / 375) * 100vw);
    left: calc((0 / 375) * 100vw);
    margin-top: 0;
  }
  .p-person-visual .p-person-visual__copy.-person08 {
    position: absolute;
    top: calc((300 / 375) * 100vw);
    left: calc((0 / 375) * 100vw);
    margin-top: 0;
  }
  .p-person-visual .p-person-visual__copy.-person09 {
    position: absolute;
    top: calc((300 / 375) * 100vw);
    left: calc((0 / 375) * 100vw);
    margin-top: 0;
  }
  .p-person-visual .p-person-visual__copy.-person10 {
    position: absolute;
    top: calc((300 / 375) * 100vw);
    left: calc((0 / 375) * 100vw);
    margin-top: 0;
  }
}
.p-person-visual .p-person-visual__profile {
  margin-top: 38px;
}
@media screen and (max-width: 999.98px) {
  .p-person-visual .p-person-visual__profile {
    margin-top: 0;
    position: absolute;
    right: calc((18 / 375) * 100vw);
    bottom: calc((24 / 375) * 100vw);
  }
}
.p-person-visual .p-person-visual__bg {
  position: absolute;
  bottom: 0;
  right: -40px;
  width: 480px;
  z-index: -1;
}
@media screen and (max-width: 999.98px) {
  .p-person-visual .p-person-visual__bg.-person01 {
    bottom: calc((100 / 375) * 100vw);
    right: calc((-30 / 375) * 100vw);
    width: 92.5333333333vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-person-visual .p-person-visual__bg.-person02 {
    bottom: calc((100 / 375) * 100vw);
    right: calc((-50 / 375) * 100vw);
    width: 91.2vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-person-visual .p-person-visual__bg.-person03 {
    bottom: calc((100 / 375) * 100vw);
    right: calc((-50 / 375) * 100vw);
    width: 91.2vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-person-visual .p-person-visual__bg.-person04 {
    bottom: calc((100 / 375) * 100vw);
    right: calc((-40 / 375) * 100vw);
    width: 91.2vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-person-visual .p-person-visual__bg.-person05 {
    bottom: calc((100 / 375) * 100vw);
    right: calc((-50 / 375) * 100vw);
    width: 91.2vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-person-visual .p-person-visual__bg.-person06 {
    bottom: calc((100 / 375) * 100vw);
    right: calc((-40 / 375) * 100vw);
    width: 91.2vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-person-visual .p-person-visual__bg.-person07 {
    bottom: calc((100 / 375) * 100vw);
    right: calc((-40 / 375) * 100vw);
    width: 91.2vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-person-visual .p-person-visual__bg.-person08 {
    bottom: calc((100 / 375) * 100vw);
    right: calc((-40 / 375) * 100vw);
    width: 91.2vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-person-visual .p-person-visual__bg.-person09 {
    bottom: calc((100 / 375) * 100vw);
    right: calc((-40 / 375) * 100vw);
    width: 91.2vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-person-visual .p-person-visual__bg.-person10 {
    bottom: calc((100 / 375) * 100vw);
    right: calc((-40 / 375) * 100vw);
    width: 91.2vw;
  }
}
.p-person-visual .p-person-visual__bg img {
  display: block;
  width: 100%;
}

.p-block-text {
  min-height: 298px;
}
@media screen and (max-width: 999.98px) {
  .p-block-text {
    min-height: auto;
  }
}
.p-block-text .p-block-text__item + .p-block-text__item {
  margin-top: 30px;
}
@media screen and (max-width: 999.98px) {
  .p-block-text .p-block-text__item + .p-block-text__item {
    margin-top: 1.0666666667vw;
  }
}
.p-block-text .p-block-text__item {
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 999.98px) {
  .p-block-text .p-block-text__item {
    font-size: 5.0666666667vw;
    line-height: 1.9473684211;
  }
}
.p-block-text .p-block-text__item span {
  padding: 4px 0 4px 12px;
  background: #fff;
  color: #333;
}
@media screen and (max-width: 999.98px) {
  .p-block-text .p-block-text__item span {
    padding: calc((2 / 375) * 100vw) calc((2 / 375) * 100vw);
  }
}

.p-meta-plate {
  text-align: right;
  color: #fff;
}
.p-meta-plate .p-meta-plate__meta {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .p-meta-plate .p-meta-plate__meta {
    font-size: 2.9333333333vw;
    line-height: 1.5454545455;
  }
}
.p-meta-plate .p-meta-plate__name {
  margin-top: 12px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: "Didact Gothic", sans-serif;
}
@media screen and (max-width: 999.98px) {
  .p-meta-plate .p-meta-plate__name {
    margin-top: 2.1333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1;
  }
}

.p-cross-talk-visual {
  position: relative;
  margin-top: 98px;
  height: 50vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 999.98px) {
  .p-cross-talk-visual {
    margin-top: 56px;
    height: 69.3333333333vw;
  }
}
.p-cross-talk-visual.-cross-talk01 .p-circle-box {
  width: 48.9166666667vw;
}
@media screen and (max-width: 999.98px) {
  .p-cross-talk-visual.-cross-talk01 .p-circle-box {
    padding-top: 5.3333333333vw;
    width: 89.3333333333vw;
  }
}
.p-cross-talk-visual.-cross-talk01 .p-circle-box .p-circle-box__image {
  display: block;
  width: 41.5vw;
}
@media screen and (max-width: 999.98px) {
  .p-cross-talk-visual.-cross-talk01 .p-circle-box .p-circle-box__image {
    width: 60.2666666667vw;
  }
}
.p-cross-talk-visual.-cross-talk01 .p-circle-box .p-circle-box__image img {
  display: block;
  width: 100%;
}
.p-cross-talk-visual.-cross-talk01 .p-circle-box .p-circle-box__image.-project {
  width: 37.3333333333vw;
}
@media screen and (max-width: 999.98px) {
  .p-cross-talk-visual.-cross-talk01 .p-circle-box .p-circle-box__image.-project {
    width: 54.9333333333vw;
  }
}
.p-cross-talk-visual.-cross-talk01 {
  background-image: url(../../_assets/img/page/project-development/cross-talk01/cross-talk-visual_bg01.jpg);
}
@media screen and (max-width: 999.98px) {
  .p-cross-talk-visual.-cross-talk01 {
    background-image: url(../../_assets/img/page/project-development/cross-talk01/cross-talk-visual_bg01_sp.jpg);
  }
}
.p-cross-talk-visual.-cross-talk02 {
  background-image: url(../../_assets/img/page/project-development/cross-talk02/cross-talk-visual_bg02.jpg);
}
@media screen and (max-width: 999.98px) {
  .p-cross-talk-visual.-cross-talk02 {
    background-image: url(../../_assets/img/page/project-development/cross-talk02/cross-talk-visual_bg02_sp.jpg);
  }
}
.p-cross-talk-visual.-cross-talk03 {
  background-image: url(../../_assets/img/page/project-development/cross-talk03/cross-talk-visual_bg03.jpg);
}
@media screen and (max-width: 999.98px) {
  .p-cross-talk-visual.-cross-talk03 {
    background-image: url(../../_assets/img/page/project-development/cross-talk03/cross-talk-visual_bg03_sp.jpg);
  }
}
.p-cross-talk-visual.-cross-talk03-2024 {
  background-image: url(../../_assets/img/page/project-development/cross-talk03/2024/cross-talk-visual_bg03.jpg);
}
@media screen and (max-width: 999.98px) {
  .p-cross-talk-visual.-cross-talk03-2024 {
    background-image: url(../../_assets/img/page/project-development/cross-talk03/2024/cross-talk-visual_bg03_sp.jpg);
  }
}
.p-cross-talk-visual .p-cross-talk-visual__contents {
  position: absolute;
  left: calc((90/1200)*100vw);
  bottom: calc((20/1200)*100vw);
}
@media screen and (max-width: 999.98px) {
  .p-cross-talk-visual .p-cross-talk-visual__contents {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: calc((-58/375)*100vw);
  }
}

.p-option {
  padding: 24px 10px;
}
.p-option p {
  font-size: 12px;
  line-height: 2.3333333333;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 999.98px) {
  .p-option p {
    font-size: 11px;
    line-height: 1.8181818182;
  }
}

.p-drug-philosophy .p-drug-philosophy__contents {
  position: relative;
  margin-top: 76px;
  z-index: 100;
}
@media screen and (max-width: 999.98px) {
  .p-drug-philosophy .p-drug-philosophy__contents {
    margin-top: 62px;
  }
}
.p-drug-philosophy .p-drug-philosophy__item02 {
  margin-top: 72px;
}
@media screen and (max-width: 999.98px) {
  .p-drug-philosophy .p-drug-philosophy__item02 {
    margin-top: 50px;
  }
}
.p-drug-philosophy .p-drug-philosophy__item03 {
  margin-top: 90px;
}
@media screen and (max-width: 999.98px) {
  .p-drug-philosophy .p-drug-philosophy__item03 {
    margin-top: 68px;
  }
}

.p-under-type01 {
  padding-bottom: 100px;
}
.p-under-type01 .p-under-type01__contents01 {
  position: relative;
  padding-top: 98px;
  padding-bottom: 100px;
  background: #faf8f4;
  z-index: 3;
}
@media screen and (min-width: 1201px) {
  .p-under-type01 .p-under-type01__contents01 {
    padding-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-under-type01 .p-under-type01__contents01 {
    padding-top: 66px;
    padding-bottom: 26.6666666667vw;
    padding-bottom: 20px;
  }
}
.p-under-type01 .p-under-type01__contents01:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: #fff;
  content: "";
  z-index: -1;
}
@media screen and (min-width: 1201px) {
  .p-under-type01 .p-under-type01__contents01:before {
    width: 100%;
    height: 57.1666666667vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-under-type01 .p-under-type01__contents01:before {
    height: 133.3333333333vw;
  }
}
.p-under-type01 .p-under-type01__contents01:after {
  position: absolute;
  bottom: 400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1200px;
  height: 390px;
  background-image: url(../../_assets/img/page/about/philosophy.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  z-index: -1;
}
@media screen and (min-width: 1201px) {
  .p-under-type01 .p-under-type01__contents01:after {
    bottom: calc((350/1200)*100vw);
    width: 100%;
    height: 32.5vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-under-type01 .p-under-type01__contents01:after {
    bottom: calc((160/375)*100vw);
    height: 104vw;
  }
}
.p-under-type01 .p-under-type01__movies {
  margin: 102px auto 0;
  width: 822px;
}
@media screen and (max-width: 999.98px) {
  .p-under-type01 .p-under-type01__movies {
    width: 100%;
    margin-top: 76px;
  }
}

.p-about .p-about__overview {
  background: #faf8f4;
  padding-top: 56px;
}
@media screen and (min-width: 1201px) {
  .p-about .p-about__overview {
    width: 100%;
    padding-top: 4.6666666667vw;
  }
}
.p-about .p-about__philosophy {
  position: relative;
  padding-top: 98px;
  padding-bottom: 196px;
  background: #faf8f4;
}
@media screen and (min-width: 1201px) {
  .p-about .p-about__philosophy {
    padding-bottom: 16.3333333333vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-about .p-about__philosophy {
    padding-top: 66px;
    padding-bottom: 26.6666666667vw;
  }
}
.p-about .p-about__philosophy:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 390px;
  background: #fff;
  content: "";
}
@media screen and (min-width: 1201px) {
  .p-about .p-about__philosophy:before {
    width: 100%;
    height: 32.1666666667vw;
  }
}
.p-about .p-about__philosophy:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1200px;
  height: 390px;
  background-image: url(../../_assets/img/page/about/philosophy.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
}
@media screen and (min-width: 1201px) {
  .p-about .p-about__philosophy:after {
    bottom: calc((-4/1200)*100vw);
    width: 100%;
    height: 32.5vw;
  }
}
.p-about .p-about__area {
  position: relative;
  margin-top: 68px;
  padding-bottom: 254px;
}
@media screen and (min-width: 1201px) {
  .p-about .p-about__area {
    padding-bottom: 21.1666666667vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-about .p-about__area {
    padding-bottom: 32vw;
  }
}
.p-about .p-about__area:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 390px;
  background: #faf8f4;
  content: "";
  z-index: -3;
}
@media screen and (min-width: 1201px) {
  .p-about .p-about__area:before {
    width: 100%;
    height: 32.1666666667vw;
  }
}
.p-about .p-about__area:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1200px;
  height: 390px;
  background-image: url(../../_assets/img/index/index_perple_bg.svg);
  content: "";
  z-index: -2;
}
@media screen and (min-width: 1201px) {
  .p-about .p-about__area:after {
    bottom: calc((-4/1200)*100vw);
    width: 100%;
    height: 32.5vw;
  }
}
.p-about .p-about__option {
  padding-top: 130px;
  background: #faf8f4;
}
@media screen and (max-width: 999.98px) {
  .p-about .p-about__option {
    padding-top: 56px;
  }
}

.p-business-area .p-business-area__contents {
  margin-top: 50px;
}
@media screen and (max-width: 999.98px) {
  .p-business-area .p-business-area__contents {
    width: 335px;
    margin: 50px auto 0;
  }
}
.p-business-area .p-business-area__contents .p-business-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999.98px) {
  .p-business-area .p-business-area__contents .p-business-area__list {
    gap: 10px 0;
  }
}
.p-business-area .p-business-area__contents .p-business-area__list .p-business-area__item {
  width: 25%;
}
@media screen and (max-width: 999.98px) {
  .p-business-area .p-business-area__contents .p-business-area__list .p-business-area__item {
    width: 162px;
  }
}

.p-overview .p-overview__contents {
  margin-top: 65px;
}
@media screen and (max-width: 999.98px) {
  .p-overview .p-overview__contents {
    margin-top: 50px;
  }
}

.p-about-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 999.98px) {
  .p-about-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-about-unit .p-about-unit__main {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 999.98px) {
  .p-about-unit .p-about-unit__main {
    width: 100%;
  }
}
.p-about-unit .p-about-unit__sub {
  margin-left: 64px;
  width: 383px;
}
@media screen and (max-width: 999.98px) {
  .p-about-unit .p-about-unit__sub {
    margin-top: 50px;
    margin-left: 0;
    width: 335px;
  }
}

.p-project .p-project__contents {
  margin-top: 74px;
}
@media screen and (max-width: 999.98px) {
  .p-project .p-project__contents {
    margin-top: 56px;
  }
}
.p-project .p-project__full-image img {
  width: 100%;
  display: block;
}

.p-conversation-first {
  padding: 80px 0;
}
@media screen and (max-width: 999.98px) {
  .p-conversation-first {
    padding: 64px 0 54px;
    padding: calc(((25/375)*100vw) + 70px) 0 54px;
  }
}
.p-conversation-first.-compact {
  padding: 80px 0;
}
@media screen and (max-width: 999.98px) {
  .p-conversation-first.-compact {
    padding: calc(((25/375)*100vw) + 70px) 0 54px;
  }
}
.p-conversation-first .p-conversation-first__text p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .p-conversation-first .p-conversation-first__text p {
    font-size: 15px;
    line-height: 1.8666666667;
  }
}
.p-conversation-first .p-conversation-first__text p.tac {
  text-align: center;
}
.p-conversation-first .p-conversation-first__contents {
  margin-top: 44px;
}
@media screen and (max-width: 999.98px) {
  .p-conversation-first .p-conversation-first__contents {
    margin-top: 33px;
  }
}
.p-conversation-first .p-conversation-first__nav {
  margin-top: 60px;
}

.p-nav-box001 {
  padding: 40px 10px;
  background: #007ec0;
  border-radius: 85px;
}
@media screen and (max-width: 999.98px) {
  .p-nav-box001 {
    padding: 24px 12px;
  }
}
.p-nav-box001 .p-nav-box001__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-nav-box001 .p-nav-box001__title {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 94px;
  height: 32px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 32px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-nav-box001 .p-nav-box001__title {
    width: 82px;
    height: 28px;
    font-size: 14px;
    line-height: 1;
  }
}
.p-nav-box001 .p-nav-box001__list {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 32px;
}
@media screen and (max-width: 999.98px) {
  .p-nav-box001 .p-nav-box001__list {
    gap: 16px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 999.98px) {
  .p-nav-box001 .p-nav-box001__list li {
    width: 50%;
    text-align: center;
  }
}
.p-nav-box001 .p-nav-box001__list li a {
  display: block;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 999.98px) {
  .p-nav-box001 .p-nav-box001__list li a {
    font-size: 16px;
    line-height: 1.25;
  }
}
.p-nav-box001 .p-nav-box001__list li a .inner {
  position: relative;
  padding-bottom: 16px;
}
@media screen and (max-width: 999.98px) {
  .p-nav-box001 .p-nav-box001__list li a .inner {
    display: block;
    padding-bottom: 10px;
  }
}
.p-nav-box001 .p-nav-box001__list li a .inner .icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 8.7598px;
}
.p-nav-box001 .p-nav-box001__list li a .inner .icon img {
  width: 100%;
  height: auto;
  display: block;
}

.p-speakers-box .p-speakers-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 54px;
}
@media screen and (max-width: 999.98px) {
  .p-speakers-box .p-speakers-box__list {
    margin: 0 auto;
    width: 262px;
    gap: 18px 50px;
  }
}
.p-speakers-box02 .p-speakers-box02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 26px;
}
@media screen and (max-width: 999.98px) {
  .p-speakers-box02 .p-speakers-box02__list {
    margin: 0 auto;
    gap: 40px 14px;
  }
}
.p-speakers-box02 .p-speakers-box02__item {
  width: 200px;
}
@media screen and (max-width: 999.98px) {
  .p-speakers-box02 .p-speakers-box02__item {
    width: 160px;
  }
}

.p-name-card-si {
  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;
  gap: 12px 0;
}
@media screen and (max-width: 999.98px) {
  .p-name-card-si {
    gap: 10px 0;
  }
}
.p-name-card-si .p-name-card-si__category {
  position: absolute;
  top: -12px;
  left: 0;
}
@media screen and (max-width: 999.98px) {
  .p-name-card-si .p-name-card-si__category {
    top: -16px;
  }
}
.p-name-card-si .p-name-card-si__main p {
  text-align: center;
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .p-name-card-si .p-name-card-si__main p {
    font-size: 10px;
    line-height: 1.6;
  }
}
.p-name-card-si .p-name-card-si__main p + p {
  margin-top: 10px;
}

.p-speakers-card01 {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 0;
}
@media screen and (max-width: 999.98px) {
  .p-speakers-card01 {
    width: 104px;
  }
  .p-speakers-card01 img {
    display: block;
    width: 100%;
  }
}
.p-speakers-card01 .p-speakers-card01__name {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Didact Gothic", sans-serif;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-speakers-card01 .p-speakers-card01__name {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1;
  }
}

@media screen and (max-width: 999.98px) {
  .p-talk + .p-talk {
    padding-top: 56px;
  }
}

@media screen and (max-width: 999.98px) {
  .p-talk {
    padding-top: 56px;
  }
}
.p-talk.-first {
  padding-top: 0;
}
.p-talk .p-talk__title {
  margin-top: 10px;
}
.p-talk .p-talk__contents {
  margin-top: 48px;
}
@media screen and (max-width: 999.98px) {
  .p-talk .p-talk__contents {
    margin-top: 28px;
  }
}
.p-talk .p-talk__image {
  max-width: 704px;
  width: 100%;
  margin: 94px auto;
}
@media screen and (max-width: 999.98px) {
  .p-talk .p-talk__image {
    margin: 56px auto 0;
  }
}
.p-talk .p-talk__image.-full {
  max-width: 100%;
}
.p-talk .p-talk__image img {
  display: block;
}

.p-icon-comment + .p-icon-comment {
  margin-top: 40px;
}
@media screen and (max-width: 999.98px) {
  .p-icon-comment + .p-icon-comment {
    margin-top: 32px;
  }
}

.p-icon-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-icon-comment .p-icon-comment__icon {
  width: 52px;
}
.p-icon-comment .p-icon-comment__icon img {
  display: block;
}
.p-icon-comment .p-icon-comment__icon figcaption {
  margin-top: 8px;
  text-align: center;
  color: #0086ca;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: "Didact Gothic", sans-serif;
}
.p-icon-comment .p-icon-comment__text {
  margin-left: 20px;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-icon-comment .p-icon-comment__text p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .p-icon-comment .p-icon-comment__text p {
    font-size: 15px;
    line-height: 1.8666666667;
  }
}

.p-person {
  padding-top: 70px;
}
@media screen and (max-width: 999.98px) {
  .p-person {
    padding-top: 40px;
  }
}
.p-person .p-person__contents {
  margin-top: 74px;
}
@media screen and (max-width: 999.98px) {
  .p-person .p-person__contents {
    margin-top: 58px;
  }
}
.p-person .p-person__image {
  margin-top: 72px;
}
@media screen and (max-width: 999.98px) {
  .p-person .p-person__image {
    margin-top: 50px;
  }
}
.p-person .p-person__image img {
  display: block;
  width: 100%;
}
.p-person .p-person__full-image {
  margin: 64px 0 80px;
}
@media screen and (max-width: 999.98px) {
  .p-person .p-person__full-image {
    margin: 60px 0 50px;
  }
}
.p-person .p-person__full-image img {
  display: block;
  width: 100%;
}

.p-person-unit + .p-person-unit {
  margin-top: 98px;
}

.p-person-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 90px;
}
@media screen and (max-width: 999.98px) {
  .p-person-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-person-unit .p-person-unit__main {
  width: 536px;
}
@media screen and (max-width: 999.98px) {
  .p-person-unit .p-person-unit__main {
    width: 100%;
    margin-top: 40px;
  }
}
.p-person-unit .p-person-unit__text {
  margin-top: 38px;
}
.p-person-unit .p-person-unit__text p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .p-person-unit .p-person-unit__text p {
    font-size: 15px;
    line-height: 1.8666666667;
  }
}
.p-person-unit .p-person-unit__text p .option {
  font-size: 12px;
  line-height: 1.8333333333;
  letter-spacing: 0.057em;
}
@media screen and (max-width: 999.98px) {
  .p-person-unit .p-person-unit__text p .option {
    margin-top: 10px;
  }
}
.p-person-unit .p-person-unit__sub {
  width: 380px;
}
@media screen and (max-width: 999.98px) {
  .p-person-unit .p-person-unit__sub {
    width: 250px;
  }
}
.p-person-unit.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 999.98px) {
  .p-person-unit.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 999.98px) {
  .p-cross-talk .p-conversation-first {
    padding: calc(((25/375)*100vw) + 70px) 0 54px;
  }
}
.p-cross-talk .p-cross-talk__block {
  margin-top: 80px;
}
@media screen and (max-width: 999.98px) {
  .p-cross-talk .p-cross-talk__block {
    margin-top: 58px;
  }
}
.p-cross-talk .p-cross-talk + .p-cross-talk {
  margin-top: 96px;
}
@media screen and (max-width: 999.98px) {
  .p-cross-talk .p-cross-talk + .p-cross-talk {
    margin-top: 76px;
  }
}
.p-cross-talk .p-cross-talk__contents {
  margin-top: 64px;
}
@media screen and (max-width: 999.98px) {
  .p-cross-talk .p-cross-talk__contents {
    margin-top: 30px;
  }
}
.p-cross-talk .p-cross-talk__image {
  position: relative;
  z-index: 10;
  margin-top: 102px;
}
@media screen and (max-width: 999.98px) {
  .p-cross-talk .p-cross-talk__image {
    margin-top: 76px;
  }
}
.p-cross-talk .p-cross-talk__full-image img {
  display: block;
  width: 100%;
}

.p-culture .p-culture__first-half {
  position: relative;
  background: #faf8f4;
}
@media screen and (max-width: 999.98px) {
  .p-culture .p-culture__first-half {
    padding-bottom: 16vw;
  }
}
.p-culture .p-culture__first-half:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc((-139.6367/1200)*100vw);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 11.6363916667vw;
  background-image: url(../../_assets/img/page/culture/p-culture_bg01.svg);
}
@media screen and (max-width: 999.98px) {
  .p-culture .p-culture__first-half:before {
    bottom: calc((-24.3396/375)*100vw);
    background-image: url(../../_assets/img/page/culture/p-culture_bg01_sp.svg);
    height: 6.49056vw;
  }
}
.p-culture .p-culture__second-half {
  position: relative;
  padding-top: 15.1666666667vw;
  padding-bottom: 0;
}
@media screen and (max-width: 999.98px) {
  .p-culture .p-culture__second-half {
    padding-top: 18.6666666667vw;
    padding-bottom: 14.9333333333vw;
  }
}
.p-culture .p-culture__second-half:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc((-133.9617/1200)*100vw);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 11.163475vw;
  background-image: url(../../_assets/img/page/culture/p-culture_bg02.svg);
}
@media screen and (max-width: 999.98px) {
  .p-culture .p-culture__second-half:before {
    bottom: calc((-21/375)*100vw);
    height: 5.6vw;
    background-image: url(../../_assets/img/page/culture/p-culture_bg02_sp.svg);
  }
}
.p-culture .p-culture__contents {
  margin-top: 70px;
}
@media screen and (max-width: 999.98px) {
  .p-culture .p-culture__contents {
    margin-top: 52px;
  }
}

.p-culture + .p-slide-box {
  padding-top: 14.1666666667vw;
}
@media screen and (max-width: 999.98px) {
  .p-culture + .p-slide-box {
    padding-top: 18.6666666667vw;
  }
}

.p-copy-block {
  padding: 86px 0 66px;
}
@media screen and (max-width: 999.98px) {
  .p-copy-block {
    padding: 64px 0;
  }
}
.p-copy-block p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .p-copy-block p {
    font-size: 15px;
    line-height: 1.8666666667;
  }
}

.p-culture-unit + .p-culture-unit {
  margin-top: 80px;
}
@media screen and (max-width: 999.98px) {
  .p-culture-unit + .p-culture-unit {
    margin-top: 58px;
  }
}

.p-culture-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 999.98px) {
  .p-culture-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 56px 0;
  }
}
.p-culture-unit .p-culture-unit__main {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 999.98px) {
  .p-culture-unit .p-culture-unit__main {
    width: 100%;
  }
}
.p-culture-unit .p-culture-unit__sub {
  width: 382px;
  margin-left: 68px;
}
@media screen and (max-width: 999.98px) {
  .p-culture-unit .p-culture-unit__sub {
    margin-left: 0;
    width: 100%;
  }
}
.p-culture-unit .p-culture-unit__sub img {
  display: block;
  width: 100%;
  height: auto;
}
.p-culture-unit.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 999.98px) {
  .p-culture-unit.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-culture-unit.-reverse .p-culture-unit__sub {
  margin-left: 0;
  margin-right: 68px;
}
@media screen and (max-width: 999.98px) {
  .p-culture-unit.-reverse .p-culture-unit__sub {
    margin-left: 0;
    width: 100%;
  }
}
.p-culture-unit .p-culture-unit__item + .p-culture-unit__item {
  margin-top: 36px;
}
@media screen and (max-width: 999.98px) {
  .p-culture-unit .p-culture-unit__item + .p-culture-unit__item {
    margin-top: 22px;
  }
}
.p-culture-unit .p-culture-unit__title {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p-culture-unit .p-culture-unit__text {
  margin-top: 18px;
}
.p-culture-unit .p-culture-unit__text p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .p-culture-unit .p-culture-unit__text p {
    font-size: 15px;
    line-height: 1.8666666667;
  }
}

.p-faq {
  padding: 88px 0 70px;
}
@media screen and (max-width: 999.98px) {
  .p-faq {
    padding: 60px 0;
  }
}
.p-faq.-bg {
  background: #faf8f4;
}
.p-faq .p-faq__head {
  text-align: center;
}
.p-faq .p-faq__head p {
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .p-faq .p-faq__head p {
    font-size: 15px;
    line-height: 1.8666666667;
  }
}
.p-faq .p-faq__contents {
  margin-top: 56px;
}
@media screen and (max-width: 999.98px) {
  .p-faq .p-faq__contents {
    margin-top: 50px;
  }
}

.p-faq-set .p-faq-set__btn {
  display: block;
  padding-top: 6px;
  padding-right: 30px;
  width: 100%;
  background: none;
  text-align: left;
  font-size: 28px;
  line-height: 1.2857142857;
  letter-spacing: 0.02em;
  color: #0086ca;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 1px solid #0086ca;
}
@media screen and (max-width: 999.98px) {
  .p-faq-set .p-faq-set__btn {
    text-align: left;
    padding: 0 0 0 5px;
    font-size: 22px;
    line-height: 1.4545454545;
  }
}
.p-faq-set .p-faq-set__btn span {
  display: block;
  width: 100%;
}
.p-faq-set .p-faq-set__btn .all {
  position: relative;
  padding: 20px 0;
}
@media screen and (max-width: 999.98px) {
  .p-faq-set .p-faq-set__btn .all {
    padding: 24px 0;
  }
}
.p-faq-set .p-faq-set__btn .all:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #0086ca;
  content: "";
}
@media screen and (max-width: 999.98px) {
  .p-faq-set .p-faq-set__btn .all:before {
    width: 30px;
    height: 30px;
  }
}
.p-faq-set .p-faq-set__btn .all .inner {
  position: relative;
  padding-right: 34px;
}
.p-faq-set .p-faq-set__btn .all .inner:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  width: 2px;
  height: 16px;
  content: "";
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 999.98px) {
  .p-faq-set .p-faq-set__btn .all .inner:before {
    right: 14px;
    height: 10px;
  }
}
.p-faq-set .p-faq-set__btn .all .inner:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateZ(90deg);
          transform: translateY(-50%) rotateZ(90deg);
  right: 24px;
  width: 2px;
  height: 16px;
  content: "";
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 999.98px) {
  .p-faq-set .p-faq-set__btn .all .inner:after {
    right: 14px;
    height: 10px;
  }
}
.p-faq-set .p-faq-set__contents {
  margin-top: 12px;
}
.p-faq-set.open .p-faq-set__btn .all .inner:before {
  -webkit-transform: translateY(-50%) rotateZ(90deg);
          transform: translateY(-50%) rotateZ(90deg);
}

.p-voice-set + .p-voice-set {
  margin-top: 20px;
}

.p-voice-set {
  background: #d9e5ed;
  border-radius: 10px;
}
.p-voice-set .p-voice-set__btn {
  display: block;
  padding-right: 30px;
  width: 100%;
  background: none;
  text-align: center;
  font-size: 28px;
  line-height: 1.2857142857;
  letter-spacing: 0.02em;
  color: #0086ca;
  font-weight: 500;
  cursor: pointer;
  background: #fff;
  border: 1px solid #0086ca;
  border-radius: 10px;
}
@media screen and (max-width: 999.98px) {
  .p-voice-set .p-voice-set__btn {
    text-align: left;
    padding: 0 20px;
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-voice-set .p-voice-set__btn span {
  display: block;
  width: 100%;
}
.p-voice-set .p-voice-set__btn .all {
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 999.98px) {
  .p-voice-set .p-voice-set__btn .all {
    padding: 16px 0;
  }
}
.p-voice-set .p-voice-set__btn .all:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #0086ca;
  content: "";
}
@media screen and (max-width: 999.98px) {
  .p-voice-set .p-voice-set__btn .all:before {
    width: 34px;
    height: 34px;
  }
}
.p-voice-set .p-voice-set__btn .all .inner {
  position: relative;
  padding-right: 34px;
}
.p-voice-set .p-voice-set__btn .all .inner:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  width: 2px;
  height: 16px;
  content: "";
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 999.98px) {
  .p-voice-set .p-voice-set__btn .all .inner:before {
    right: 16px;
    height: 10px;
  }
}
.p-voice-set .p-voice-set__btn .all .inner:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateZ(90deg);
          transform: translateY(-50%) rotateZ(90deg);
  right: 24px;
  width: 2px;
  height: 16px;
  content: "";
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 999.98px) {
  .p-voice-set .p-voice-set__btn .all .inner:after {
    right: 16px;
    height: 10px;
  }
}
.p-voice-set .p-voice-set__contents {
  padding: 30px 20px;
}
@media screen and (max-width: 999.98px) {
  .p-voice-set .p-voice-set__contents {
    padding: 20px;
  }
}
.p-voice-set.open .p-voice-set__btn .all .inner:before {
  -webkit-transform: translateY(-50%) rotateZ(90deg);
          transform: translateY(-50%) rotateZ(90deg);
}
.p-voice-set .p-voice-set__group + .p-voice-set__group {
  margin-top: 36px;
}
@media screen and (max-width: 999.98px) {
  .p-voice-set .p-voice-set__group + .p-voice-set__group {
    margin-top: 28px;
  }
}
.p-voice-set .p-voice-set__group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 441.3867px 24px 441.3867px;
  grid-template-columns: repeat(2, 441.3867px);
  gap: 28px 24px;
}
@media screen and (max-width: 999.98px) {
  .p-voice-set .p-voice-set__group {
    -ms-grid-columns: 295px;
    grid-template-columns: 295px;
    gap: 28px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-voice-set .p-voice-set__group.-second {
  padding-left: 68px;
  gap: 28px 24px;
}
@media screen and (max-width: 999.98px) {
  .p-voice-set .p-voice-set__group.-second {
    padding-left: 0;
    gap: 28px 0;
  }
}

.p-voice-comment {
  position: relative;
  height: 318.49px;
  padding: 10px 50px 0;
  z-index: 3;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 999.98px) {
  .p-voice-comment {
    height: 398.563px;
    padding: 10px 24px 0;
    font-size: 15px;
    line-height: 1.7333333333;
  }
}
.p-voice-comment:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 441.3867px;
  height: 338.4922px;
  background-image: url(../../_assets/img/page/real-voice/bg_voice.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 999.98px) {
  .p-voice-comment:before {
    width: 295px;
    height: 398.563px;
    background-image: url(../../_assets/img/page/real-voice/bg_voice_sp.svg);
  }
}
.p-voice-comment .p-voice-comment__mark {
  margin-top: 14px;
  text-align: center;
  font-size: 15px;
  line-height: 1.756;
  letter-spacing: 0.06em;
  color: #0086ca;
}
.p-voice-comment .p-voice-comment__mark span {
  position: relative;
  padding-left: 38px;
}
.p-voice-comment .p-voice-comment__mark span:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-voice-comment .p-voice-comment__mark.-otc span:before {
  width: 31.0801px;
  height: 26.1177px;
  background-image: url(../../_assets/img/page/real-voice/icon_otc.svg);
}
.p-voice-comment .p-voice-comment__mark.-otc-mr span:before {
  width: 26px;
  height: 26px;
  background-image: url(../../_assets/img/page/real-voice/icon_otc-mr.svg);
}
.p-voice-comment .p-voice-comment__mark.-medical span:before {
  width: 30px;
  height: 26.25px;
  background-image: url(../../_assets/img/page/real-voice/icon_medical.svg);
}
.p-voice-comment .p-voice-comment__mark.-quality span:before {
  width: 30px;
  height: 27.7876px;
  background-image: url(../../_assets/img/page/real-voice/icon_quality.svg);
}
.p-voice-comment .p-voice-comment__mark.-mr span:before {
  width: 30px;
  height: 22.5px;
  background-image: url(../../_assets/img/page/real-voice/icon_mr.svg);
}
.p-voice-comment .p-voice-comment__mark.-management span:before {
  width: 34px;
  height: 29.9954px;
  background-image: url(../../_assets/img/page/real-voice/icon_management.svg);
}
.p-voice-comment .p-voice-comment__mark.-pharmaceutical span:before {
  width: 26px;
  height: 34.0554px;
  background-image: url(../../_assets/img/page/real-voice/icon_pharmaceutical.svg);
}
.p-voice-comment .p-voice-comment__mark.-trust span:before {
  width: 30px;
  height: 30px;
  background-image: url(../../_assets/img/page/real-voice/icon_trust.svg);
}

.p-ab + .p-ab {
  border-top: 1px solid #dbdbdb;
}

.p-ab {
  padding: 34px 0;
}
.p-ab .p-ab__a {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-ab .p-ab__a {
    font-size: 18px;
    line-height: 1.7777777778;
  }
}
.p-ab .p-ab__b {
  margin-top: 12px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .p-ab .p-ab__b {
    font-size: 15px;
    line-height: 1.7333333333;
  }
}

.p-faq-dl {
  margin: 20px 0;
  max-width: 600px;
  width: 100%;
}
.p-faq-dl dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 284px auto;
  grid-template-columns: 284px auto;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 999.98px) {
  .p-faq-dl dl {
    -ms-grid-columns: 150px auto;
    grid-template-columns: 150px auto;
    font-size: 12px;
    line-height: 2;
  }
}
.p-faq-dl dl:last-child {
  border-bottom: 1px solid #333;
}
.p-faq-dl dl dt {
  padding: 10px;
  border-right: 1px solid #333;
}
.p-faq-dl dl dd {
  padding: 10px;
}

.p-recruit {
  margin-top: 40px;
  padding-bottom: 68px;
}
@media screen and (max-width: 999.98px) {
  .p-recruit {
    margin-top: 20px;
    padding-bottom: 60px;
  }
}

.p-heading-group02 .p-heading-group02__title {
  margin-top: 12px;
}
.p-heading-group02 .p-heading-group02__head001 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
}
@media screen and (max-width: 999.98px) {
  .p-heading-group02 .p-heading-group02__head001 {
    gap: 0 12px;
  }
}
.p-heading-group02 .p-heading-group02__copy p {
  color: #0086ca;
  font-size: 18px;
  line-height: 2.5555555556;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .p-heading-group02 .p-heading-group02__copy p {
    font-size: 16px;
    line-height: 2;
  }
}

.p-card-group {
  margin-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 112px;
}
@media screen and (max-width: 999.98px) {
  .p-card-group {
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 14px;
  }
}
.p-card-group.-side {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 999.98px) {
  .p-card-group.-side {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 999.98px) {
  .p-card-group + .p-card-group {
    margin-top: 20px;
  }
}

.swiperCont {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.p-name-card {
  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;
  padding-top: 26px;
  width: 309px;
}
@media screen and (max-width: 999.98px) {
  .p-name-card {
    padding-top: 13px;
    width: 203px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999.98px) {
  .swiper03 .p-name-card {
    width: 203px;
    margin: 0 auto;
  }
}
.p-name-card.-large {
  width: 414px;
}
@media screen and (max-width: 999.98px) {
  .p-name-card.-large {
    width: 160px;
  }
}
.p-name-card.-large .p-name-card__main {
  padding: 0 28px;
}
@media screen and (max-width: 999.98px) {
  .p-name-card.-large .p-name-card__main {
    padding: 0;
  }
}
.p-name-card.-large .p-name-card__main .p-name-card__title {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999.98px) {
  .p-name-card.-large .p-name-card__main .p-name-card__title {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
.p-name-card.-large .p-name-card__main .p-name-card__meta {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .p-name-card.-large .p-name-card__main .p-name-card__meta {
    font-size: 10px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 999.98px) {
  .p-name-card.-large .p-name-card__num {
    right: 0;
    font-size: 34px;
    line-height: 1;
  }
}
.p-name-card.-large .p-name-card__sub img {
  width: 100%;
  display: block;
}
.p-name-card .p-name-card__num {
  position: absolute;
  top: 0;
  right: 16px;
  font-size: 70px;
  line-height: 1;
  font-family: "Didact Gothic", sans-serif;
  color: #0086ca;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-name-card .p-name-card__num {
    top: -5px;
    right: 10px;
    font-size: 45px;
    line-height: 1;
  }
}
.p-name-card .p-name-card__category {
  position: absolute;
  top: 0;
  left: 0;
}
.p-name-card .p-name-card__main {
  margin-top: 14px;
  padding: 0 16px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .p-name-card .p-name-card__main {
    padding: 0;
    margin-top: 10px;
  }
}
.p-name-card .p-name-card__main .p-name-card__title {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 500;
  color: #0086ca;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .p-name-card .p-name-card__main .p-name-card__title {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.p-name-card .p-name-card__main .p-name-card__meta {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.8333333333;
  font-weight: 300;
  color: #333;
}
@media screen and (max-width: 999.98px) {
  .p-name-card .p-name-card__main .p-name-card__meta {
    font-size: 11px;
    line-height: 1.6363636364;
  }
}

.p-name-card02 {
  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;
  padding-top: 26px;
  width: 309px;
}
@media screen and (max-width: 999.98px) {
  .p-name-card02 {
    width: 160px;
    padding-top: 12px;
  }
}
.p-name-card02 .p-name-card02__num {
  position: absolute;
  top: 0;
  right: 16px;
  font-size: 70px;
  line-height: 1;
  font-family: "Didact Gothic", sans-serif;
  color: #0086ca;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-name-card02 .p-name-card02__num {
    top: -2px;
    right: 13px;
    font-size: 35px;
    line-height: 1;
  }
}
.p-name-card02 .p-name-card02__category {
  position: absolute;
  top: 0;
  left: 0;
}
.p-name-card02 .p-name-card02__main {
  margin-top: 14px;
  padding-left: 50px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .p-name-card02 .p-name-card02__main {
    padding-left: 0;
    margin-top: 10px;
  }
}
.p-name-card02 .p-name-card02__main .p-name-card02__title {
  font-size: 18px;
  line-height: 1.7777777778;
  font-weight: 500;
  color: #0086ca;
}
@media screen and (max-width: 999.98px) {
  .p-name-card02 .p-name-card02__main .p-name-card02__title {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.p-name-card02 .p-name-card02__main .p-name-card02__meta {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.8333333333;
  font-weight: 300;
  color: #333;
}
@media screen and (max-width: 999.98px) {
  .p-name-card02 .p-name-card02__main .p-name-card02__meta {
    font-size: 11px;
    line-height: 1.6363636364;
  }
}

.p-drug-card01 {
  position: relative;
  height: 302px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px 10px;
  color: #333;
}
.p-drug-card01:before {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 18px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/icon_v_arrow01.svg);
}
@media screen and (max-width: 999.98px) {
  .p-drug-card01:before {
    bottom: 14px;
    width: calc(50px * 0.9);
    height: calc(18px * 0.9);
  }
}
.p-drug-card01.-type02 {
  height: 290px;
}
@media screen and (max-width: 999.98px) {
  .p-drug-card01.-type02 {
    height: auto;
  }
}
.p-drug-card01.-type02:before {
  display: none;
}
.p-drug-card01 .p-drug-card01__main {
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-drug-card01 .p-drug-card01__main {
    margin-top: 10px;
  }
}
.p-drug-card01 .p-drug-card01__meta {
  padding: 2px 10px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.1em;
  border: 1px solid #e2e2e2;
  display: inline-block;
}
@media screen and (max-width: 999.98px) {
  .p-drug-card01 .p-drug-card01__meta {
    font-size: 9px;
    line-height: 1;
  }
}
.p-drug-card01 .p-drug-card01__meta + .p-drug-card01__title {
  margin-top: 10px;
}
.p-drug-card01 .p-drug-card01__title {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #0086ca;
}
@media screen and (max-width: 999.98px) {
  .p-drug-card01 .p-drug-card01__title {
    font-size: 13px;
    line-height: 1.5384615385;
  }
}
.p-drug-card01 .p-drug-card01__text {
  margin-top: 6px;
}
.p-drug-card01 .p-drug-card01__text p {
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .p-drug-card01 .p-drug-card01__text p {
    font-size: 11px;
    line-height: 1.5454545455;
  }
}
.p-drug-card01 .p-drug-card01__icon {
  margin: 24px auto 0;
  width: 50px;
}

.p-card-btn01 {
  width: 236px;
  height: 356px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 236px;
  background: none;
}
@media screen and (max-width: 999.98px) {
  .p-card-btn01 {
    width: 162px;
    height: 256px;
  }
}
.p-card-btn01:focus {
  background: none;
}
.p-card-btn01 .p-card-btn01__contents {
  position: relative;
  width: 100%;
  height: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 86px;
}
@media screen and (max-width: 999.98px) {
  .p-card-btn01 .p-card-btn01__contents {
    padding-top: 50px;
  }
}
.p-card-btn01 .p-card-btn01__contents:before {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../../_assets/img/common/icon_circle_plus.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 46px;
  height: 46px;
}
@media screen and (max-width: 999.98px) {
  .p-card-btn01 .p-card-btn01__contents:before {
    width: 36px;
    height: 36px;
  }
}
.p-card-btn01 .p-card-btn01__title {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0.01em;
  color: #0086ca;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-card-btn01 .p-card-btn01__title {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (max-width: 999.98px) {
  .p-card-btn01 .p-card-btn01__image {
    text-align: center;
  }
  .p-card-btn01 .p-card-btn01__image img {
    width: 70%;
  }
}

.slide-items li, .slide-items .slick-slide {
  width: 409px !important;
  padding: 0 50px;
}

.slick-next {
  right: 200px;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.p-orange-board {
  position: relative;
  background: rgba(255, 123, 65, 0.25);
  border-radius: 0 15px 15px 0;
  height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 999.98px) {
  .p-orange-board {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 20px;
    padding-bottom: 70px;
  }
}
.p-orange-board:before {
  position: absolute;
  top: 0;
  left: -40vw;
  width: 40vw;
  height: 100%;
  content: "";
  background: rgba(255, 123, 65, 0.25);
}
.p-orange-board .p-orange-board__main {
  width: 50%;
  padding-top: 80px;
}
@media screen and (max-width: 999.98px) {
  .p-orange-board .p-orange-board__main {
    width: 100%;
    padding-top: 48px;
  }
}
.p-orange-board .p-orange-board__title {
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.24em;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-orange-board .p-orange-board__title {
    font-size: 17px;
    line-height: 2.1176470588;
  }
}
.p-orange-board .p-orange-board__text {
  margin-top: 34px;
}
.p-orange-board .p-orange-board__text p {
  font-size: 15px;
  line-height: 2.6;
  letter-spacing: 0.12em;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 999.98px) {
  .p-orange-board .p-orange-board__text p {
    font-size: 15px;
    line-height: 2.6;
    white-space: normal;
  }
}
.p-orange-board .p-orange-board__sub {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 153px;
}
@media screen and (max-width: 999.98px) {
  .p-orange-board .p-orange-board__sub {
    width: 100%;
    padding-top: 56px;
  }
}

.p-contact {
  padding: 72px 0 90px;
}
@media screen and (max-width: 999.98px) {
  .p-contact {
    padding: 60px 0 70px;
  }
}
.p-contact .p-contact__copy + .p-contact__head {
  margin-top: 26px;
}
.p-contact .p-contact__copy {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__copy {
    font-size: 20px;
    line-height: 1;
  }
}
.p-contact .p-contact__head p {
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__head p {
    font-size: 15px;
    line-height: 1.8666666667;
  }
}
.p-contact .p-contact__head p + p {
  margin-top: 40px;
}
.p-contact .p-contact__head.-tac p {
  text-align: center;
}
.p-contact .p-contact__contents {
  margin-top: 62px;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__contents {
    margin-top: 40px;
  }
}
.p-contact .p-contact__bottom {
  margin-top: 56px;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__bottom {
    margin-top: 44px;
  }
}
.p-contact .p-contact__bottom p {
  text-align: center;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__bottom p {
    font-size: 15px;
    line-height: 1.8666666667;
  }
}
.p-contact .p-contact__link {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 38px 0;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__link {
    margin-top: 24px;
    gap: 30px 0;
  }
}
.p-contact .p-contact__link.-long {
  margin-top: 80px;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__link.-long {
    margin-top: 60px;
  }
}

.c-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-radio .mwform-checkbox-field input, .c-radio .mwform-radio-field input {
  margin-right: 5px;
}
.c-radio .horizontal-item + .horizontal-item {
  margin-left: 25px;
}
@media screen and (max-width: 999.98px) {
  .c-radio .horizontal-item + .horizontal-item {
    margin-top: 10px;
  }
}
.c-radio .horizontal-item:last-child, .c-radio .horizontal-item:nth-last-child(2) {
  margin-left: 0;
}
@media screen and (max-width: 999.98px) {
  .c-radio .horizontal-item:last-child, .c-radio .horizontal-item:nth-last-child(2) {
    margin-top: 10px;
  }
}
.c-radio [type=radio]:not(:checked), .c-radio [type=radio]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.c-radio [type=radio]:not(:checked) + span, .c-radio [type=radio]:checked + span {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0;
  color: #0086ca;
  -webkit-transition: 0.28s ease;
  transition: 0.28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-radio [type=radio] + span:before {
  background: #ecf2f8;
}
.c-radio [type=radio] + span:before, .c-radio [type=radio] + span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: 0.28s ease;
  transition: 0.28s ease;
}
.c-radio [type=radio]:not(:checked) + span:before, .c-radio [type=radio]:not(:checked) + span:after, .c-radio [type=radio]:checked + span:before, .c-radio [type=radio]:checked + span:after, .c-radio [type=radio].with-gap:checked + span:before, .c-radio [type=radio].with-gap:checked + span:after {
  border-radius: 50%;
}
.c-radio [type=radio]:not(:checked) + span:before, .c-radio [type=radio]:not(:checked) + span:after {
  border: 1px solid #0086ca;
}
.c-radio [type=radio]:not(:checked) + span:after {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.c-radio [type=radio]:checked + span:after, .c-radio [type=radio].with-gap:checked + span:after {
  background-color: #0086ca;
}
.c-radio [type=radio]:checked + span:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.c-radio [type=radio]:checked + span:after, .c-radio [type=radio].with-gap:checked + span:before, .c-radio [type=radio].with-gap:checked + span:after {
  border: 2px solid #0086ca;
}
.c-radio [type=radio]:not(:checked) + span:before, .c-radio [type=radio]:not(:checked) + span:after, .c-radio [type=radio]:checked + span:before, .c-radio [type=radio]:checked + span:after, .c-radio [type=radio].with-gap:checked + span:before, .c-radio [type=radio].with-gap:checked + span:after {
  border-radius: 50%;
}

.p-sitemap {
  background: #faf8f4;
  height: 100%;
  min-height: 1000px;
  padding: 28px 40px;
}
@media screen and (max-width: 999.98px) {
  .p-sitemap {
    padding: 24px 20px 100px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    min-height: auto;
  }
}
.p-sitemap .l-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 999.98px) {
  .p-sitemap .l-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-sitemap .p-sitemap__contents {
  margin-top: 2.5vw;
}
@media screen and (max-width: 999.98px) {
  .p-sitemap .p-sitemap__contents {
    margin-top: 0;
    width: 100%;
  }
}
.p-sitemap .p-sitemap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 0;
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-sitemap .p-sitemap__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px 0;
  }
}
.p-sitemap .p-sitemap__list .p-sitemap__item {
  width: 50%;
}
@media screen and (max-width: 999.98px) {
  .p-sitemap .p-sitemap__list .p-sitemap__item {
    width: 100%;
  }
}
.p-sitemap .p-sitemap__list .p-sitemap__item.-btn {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-sitemap .p-sitemap__list .p-sitemap__item.-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-sitemap .p-sitemap__list .p-sitemap__item.-btn .c-enter-btn03 + .c-enter-btn003 {
  margin-top: 12px;
}
.p-sitemap .p-sitemap__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 100px;
}

.p-head .p-head__copy {
  margin-top: 18px;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-head .p-head__copy {
    margin-top: 12px;
  }
}

.p-heading-group01 .p-heading-group01__copy {
  margin-top: 16px;
}
@media screen and (max-width: 999.98px) {
  .p-heading-group01 .p-heading-group01__copy {
    margin-top: 13px;
  }
}
.p-heading-group01 .p-heading-group01__copy p {
  font-size: 15px;
  line-height: 1.9333333333;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .p-heading-group01 .p-heading-group01__copy p {
    font-size: 15px;
    line-height: 1.7333333333;
  }
}

.p-num-head01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-num-head01 .p-num-head01__title {
  margin-top: 14px;
  text-align: center;
  font-size: 22px;
  line-height: 1.2727272727;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-num-head01 .p-num-head01__title {
    font-size: 16px;
    line-height: 1.25;
  }
}
.p-num-head02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-num-head02 .p-num-head02__title {
  margin-top: 14px;
  text-align: center;
  font-size: 46px;
  line-height: 1.2173913043;
  letter-spacing: 0.16em;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-num-head02 .p-num-head02__title {
    font-size: 30px;
    line-height: 1.5333333333;
  }
}

.p-unit01 {
  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;
}
@media screen and (max-width: 999.98px) {
  .p-unit01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-unit01 .p-unit01__sub {
  width: 510px;
}
@media screen and (max-width: 999.98px) {
  .p-unit01 .p-unit01__sub {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-unit01 .p-unit01__main {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
}
@media screen and (max-width: 999.98px) {
  .p-unit01 .p-unit01__main {
    margin-left: 0;
    margin-top: 42px;
  }
}
.p-unit01 .p-unit01__meta {
  margin-top: 13px;
}
@media screen and (max-width: 999.98px) {
  .p-unit01 .p-unit01__meta {
    margin-top: 22px;
  }
}
.p-unit01 .p-unit01__meta h4, .p-unit01 .p-unit01__meta p {
  font-size: 13px;
  line-height: 2.3076923077;
  letter-spacing: 0.12em;
  font-weight: bold;
}
.p-unit01 .p-unit01__link {
  margin-top: 30px;
}

.p-text-unit01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 999.98px) {
  .p-text-unit01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-text-unit01 .p-text-unit01__head {
  width: 536px;
}
@media screen and (max-width: 999.98px) {
  .p-text-unit01 .p-text-unit01__head {
    width: 100%;
  }
}
.p-text-unit01 .p-text-unit01__main {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 999.98px) {
  .p-text-unit01 .p-text-unit01__main {
    margin-top: 35px;
  }
}
.p-text-unit01 .p-text-unit01__copy {
  margin-top: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-text-unit01 .p-text-unit01__copy {
    margin-top: 14px;
  }
}
.p-text-unit01 .p-text-unit01__text {
  margin-top: 14px;
}
.p-text-unit01 .p-text-unit01__text p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999.98px) {
  .p-text-unit01 .p-text-unit01__text p {
    font-size: 15px;
    line-height: 1.8666666667;
  }
}

.p-talk-unit + .p-talk-area {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-talk-unit + .p-talk-area {
    margin-top: 60px;
  }
}

.p-talk-unit + .p-talk-unit, .p-talk-area + .p-talk-unit {
  margin-top: 56px;
}

.p-talk-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 100px;
}
@media screen and (max-width: 999.98px) {
  .p-talk-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px 0;
  }
}
.p-talk-unit .p-talk-unit__main {
  width: 486px;
}
@media screen and (max-width: 999.98px) {
  .p-talk-unit .p-talk-unit__main {
    width: 100%;
  }
}
.p-talk-unit .p-talk-unit__sub {
  position: relative;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 999.98px) {
  .p-talk-unit .p-talk-unit__sub {
    height: 90.6666666667vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90.6666666667vw;
            flex: 0 0 90.6666666667vw;
  }
  .p-talk-unit .p-talk-unit__sub2 {
    height: 90.6666666667vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 145.666667vw;
            flex: 0 0 145.666667vw;
  }
  .p-talk-unit .p-talk-unit__sub3 {
    height: 90.6666666667vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 172.666667vw;
            flex: 0 0 172.666667vw;
  }
}
.p-talk-unit .p-talk-unit__sub img {
  display: block;
  width: 100%;
}
.p-talk-unit .p-talk-unit__sub .p-talk-unit__sub-item {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 474px;
    .mt-20{
      margin-top: 20px;
    }
}
@media screen and (max-width: 999.98px) {
  .p-talk-unit .p-talk-unit__sub .p-talk-unit__sub-item {
    left: auto;
    right: -20px;
    width: 82.6666666667vw;
  }
}
.p-talk-unit.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 999.98px) {
  .p-talk-unit.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-talk-unit.-reverse .p-talk-unit__sub .p-talk-unit__sub-item {
  left: auto;
  right: 0;
}
@media screen and (max-width: 999.98px) {
  .p-talk-unit.-reverse .p-talk-unit__sub .p-talk-unit__sub-item {
    right: auto;
    left: -20px;
    width: 82.6666666667vw;
  }
}

.js-toggle .js-toggle-btn {
  display: block;
}
.js-toggle .js-toggle-contents {
  display: none;
}
.js-toggle .js-toggle-cancel {
  display: none;
}
.js-toggle.open .js-toggle-btn {
  display: none;
}
.js-toggle.open .js-toggle-cancel {
  display: block;
}

.p-toggle-box {
  padding-left: 12px;
}
.js-switch .js-switch-btn {
  display: block;
  cursor: pointer;
}
.js-switch .js-switch-contents {
  display: none;
}
.js-switch .js-switch-cancel {
  display: none;
}
.js-switch.open .js-switch-cancel {
  display: block;
}

.p-num-list .p-num-list__item + .p-num-list__item {
  margin-top: 110px;
}

.p-enter {
  width: 100%;
  height: 340px;
  background-image: url(../../_assets/img/common/bg_enter.jpg);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 999.98px) {
  .p-enter {
    height: 53.3333333333vw;
    background-image: url(../../_assets/img/common/bg_enter_sp.jpg);
  }
}
.p-enter .p-enter__contents {
  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: 100%;
}

.p-link-panel {
  position: relative;
  display: block;
}
.p-link-panel .p-link-panel__title {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 280px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 70px 0 0 70px;
  background: #fff;
  color: #333;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .p-link-panel .p-link-panel__title {
    bottom: -14px;
    width: 205px;
    height: 53px;
    font-size: 13px;
    line-height: 1;
  }
}

.burger {
  position: absolute;
  top: 0;
  right: 40px;
  width: 60px;
  height: 100px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  background: none;
  z-index: 1000;
}
@media screen and (max-width: 999.98px) {
  .burger {
    top: 0;
    right: 10px;
    width: 62px;
    height: 56px;
  }
}
.burger:focus {
  outline: none;
  background: none;
}
.burger .burger__text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 64px;
  white-space: nowrap;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .burger.open {
    position: fixed;
  }
}
.burger.open .x {
  width: 50px;
}
@media screen and (max-width: 999.98px) {
  .burger.open .x {
    width: 30px;
  }
}
.burger.open .z {
  width: 50px;
}
@media screen and (max-width: 999.98px) {
  .burger.open .z {
    width: 30px;
  }
}
.burger .x,
.burger .y,
.burger .z {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 15px;
  margin: 0;
  height: 1px;
  width: 20px;
  background: #0086ca;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border-radius: 4px;
}
@media screen and (max-width: 999.98px) {
  .burger .x,
.burger .y,
.burger .z {
    width: 13.6px;
    left: 10px;
  }
}
.scrolled .burger .x {
  top: 26px;
}
@media screen and (max-width: 999.98px) {
  .scrolled .burger .x {
    top: 17px;
  }
}
.scrolled .burger .y {
  top: 38px;
}
@media screen and (max-width: 999.98px) {
  .scrolled .burger .y {
    top: 25px;
  }
}
.scrolled .burger .z {
  top: 50px;
}
@media screen and (max-width: 999.98px) {
  .scrolled .burger .z {
    top: 33px;
  }
}
.scrolled .burger.open .x {
  top: 36px;
}
@media screen and (max-width: 999.98px) {
  .scrolled .burger.open .x {
    top: 25px;
  }
}
.scrolled .burger.open .z {
  top: 38px;
}
@media screen and (max-width: 999.98px) {
  .scrolled .burger.open .z {
    top: 25px;
  }
}
.burger .x {
  top: 36px;
  width: 60px;
  left: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 999.98px) {
  .burger .x {
    top: 17px;
    width: 42px;
  }
}
.burger .y {
  width: 40px;
  left: 20px;
  top: 48px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 999.98px) {
  .burger .y {
    width: 28px;
    left: 24px;
    top: 25px;
  }
}
.burger .z {
  width: 50px;
  left: 10px;
  top: 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 999.98px) {
  .burger .z {
    width: 35px;
    left: 17px;
    top: 33px;
  }
}
.burger .collapse {
  top: 42px;
  left: 0;
  -webkit-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}
@media screen and (max-width: 999.98px) {
  .burger .collapse {
    top: 24px;
    left: 9px;
  }
}
.burger .rotate30 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
.burger .rotate150 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
.burger .rotate45 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.burger .rotate135 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.burger .navbar {
  height: 73px;
  background: #385e97;
}
.p-gNavSP .p-gNavSP__wrap {
  position: fixed;
  z-index: 1010;
  top: 100px;
  right: -200%;
  margin: 0;
  background: #faf8f4;
  width: 100%;
  height: 100vh;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gNavSP__wrap {
    height: 100%;
    top: 56.5px;
    overflow-y: scroll;
  }
}
.p-gNavSP .p-gNavSP__btn + .p-gNavSP__btn {
  margin-top: 10px;
}
.p-gNavSP .p-gNavSP__btn {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gNavSP__btn {
    display: block;
  }
}
.p-gNavSP .p-gNavSP__search {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gNavSP__search {
    margin-top: 20px;
    display: block;
  }
}
.p-gNavSP .burger {
  z-index: 1020;
}
.p-gNavSP .burger__text {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-gNavSP .p-gNavSP__list, .p-gNavSP .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gNavSP__list, .p-gNavSP .menu {
    display: block;
    margin-top: 12px;
  }
}
.p-gNavSP .p-gNavSP__item + .p-gNavSP__item,
.p-gNavSP .menu-item + .menu-item {
  position: relative;
}
.p-gNavSP .p-gNavSP__item + .p-gNavSP__item:before,
.p-gNavSP .menu-item + .menu-item:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 38px;
  content: "";
  background: #C6C6C6;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gNavSP__item + .p-gNavSP__item:before,
.p-gNavSP .menu-item + .menu-item:before {
    display: none;
  }
}
.p-gNavSP .p-gNavSP__item, .p-gNavSP .menu-item {
  width: 16.6666%;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gNavSP__item, .p-gNavSP .menu-item {
    width: 100%;
  }
}
.p-gNavSP.open {
  width: 100vw;
  height: 100vh;
}
.p-gNavSP.open .p-gNavSP__on {
  display: none;
}
.p-gNavSP.open .p-gNavSP__off {
  display: block;
}
.p-gNavSP.open .p-gNavSP__langList {
  display: none;
}
.p-gNavSP.open .p-gNavSP__wrap, .p-gNavSP.open .menu {
  display: block;
  visibility: visible;
  opacity: 1;
  right: 0;
}
.p-gNavSP.open .p-gNavSP__wrap .p-gNavSP__item:last-child, .p-gNavSP.open .p-gNavSP__wrap .menu-item:last-child, .p-gNavSP.open .menu .p-gNavSP__item:last-child, .p-gNavSP.open .menu .menu-item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-gNavSP.open .p-gNavSP__link-sp {
  z-index: 900;
}
.p-gNavSP.open .burger__text {
  position: absolute;
}

.p-global-nav .p-global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 0;
}
@media screen and (max-width: 999.98px) {
  .p-global-nav .p-global-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
}
.p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(1), .p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(4), .p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(7) {
  width: 353px;
}
@media screen and (max-width: 999.98px) {
  .p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(1), .p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(4), .p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(7) {
    width: 100%;
  }
}
.p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(2), .p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(5) {
  width: 382px;
}
@media screen and (max-width: 999.98px) {
  .p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(2), .p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(5) {
    width: 100%;
  }
}
.p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(3), .p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(6) {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 999.98px) {
  .p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(3), .p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(6) {
    width: 100%;
  }
}

.p-f-nav {
  width: calc(282px *2);
}
.p-f-nav .p-f-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 34px 0;
}
@media screen and (max-width: 999.98px) {
  .p-f-nav .p-f-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px 0;
  }
}
.p-f-nav .p-f-nav__list .p-f-nav__item {
  width: 282px;
}
@media screen and (max-width: 999.98px) {
  .p-f-nav .p-f-nav__list .p-f-nav__item {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1;
  }
}
.p-f-nav .p-f-nav__list .p-f-nav__item a {
  color: #000;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 999.98px) {
  .p-f-nav .p-f-nav__list .p-f-nav__item a {
    font-size: 12px;
    line-height: 2.3333333333;
  }
}
.p-f-nav .p-f-nav__list .p-f-nav__item .soon {
  color: #000;
  font-size: 16px;
  line-height: 1;
  opacity: 0.2;
}
@media screen and (max-width: 999.98px) {
  .p-f-nav .p-f-nav__list .p-f-nav__item .soon {
    font-size: 12px !important;
    line-height: 2.3333333333;
  }
}

.p-total-nav .p-total-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 999.98px) {
  .p-total-nav .p-total-nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-total-nav .p-total-nav__list .p-total-nav__item + .p-total-nav__item {
  position: relative;
  margin-left: 24px;
}
.p-total-nav .p-total-nav__list .p-total-nav__item + .p-total-nav__item:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -12px;
  content: "/";
  font-size: 11px;
  line-height: 1;
  color: #000;
}
.p-total-nav .p-total-nav__list .p-total-nav__item a {
  font-size: 11px;
  line-height: 1;
  color: #000;
}

.p-page-nav {
  margin-top: 80px;
}
@media screen and (max-width: 999.98px) {
  .p-page-nav {
    margin-top: 30px;
  }
}
.p-page-nav .p-page-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 999.98px) {
  .p-page-nav .p-page-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 34px 0;
  }
}
.p-page-nav .p-page-nav__list .p-page-nav__item {
  padding: 0 14px;
  width: 25%;
}
@media screen and (max-width: 999.98px) {
  .p-page-nav .p-page-nav__list .p-page-nav__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px 0;
}
.p-head.-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-image-text01 {
  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;
}
@media screen and (max-width: 999.98px) {
  .p-image-text01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-image-text01 .p-image-text01__text {
  margin-left: 92px;
  text-align: center;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #0086ca;
}
@media screen and (max-width: 999.98px) {
  .p-image-text01 .p-image-text01__text {
    margin-top: 26px;
    margin-left: 0;
    font-size: 15px;
    line-height: 1.8666666667;
  }
}
.p-image-text01 .p-image-text01__text span {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  font-size: 24px;
  line-height: 1.5833333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999.98px) {
  .p-image-text01 .p-image-text01__text span {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-image-text01 .p-image-text01__text span:before {
  position: absolute;
  top: 20px;
  left: -28px;
  background-image: url(../../_assets/img/page/about/icon_dotted01.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 19.3494px;
}
@media screen and (max-width: 999.98px) {
  .p-image-text01 .p-image-text01__text span:before {
    width: 18.7589px;
    height: 15.1239px;
  }
}
.p-image-text01 .p-image-text01__text span:after {
  position: absolute;
  bottom: 13px;
  right: -28px;
  background-image: url(../../_assets/img/page/about/icon_dotted02.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 19.3494px;
}
@media screen and (max-width: 999.98px) {
  .p-image-text01 .p-image-text01__text span:after {
    width: 18.7589px;
    height: 15.1239px;
  }
}
.p-image-text01 .p-image-text01__image {
  width: 424px;
  margin-left: 70px;
}
@media screen and (max-width: 999.98px) {
  .p-image-text01 .p-image-text01__image {
    padding: 0;
    width: 295px;
    margin: 0 auto;
  }
}

.p-link-block01.-soon {
  opacity: 0.2;
}
.p-link-block01 .p-link-block01__ja {
  margin-top: 14px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 999.98px) {
  .p-link-block01 .p-link-block01__ja {
    font-size: 14px;
    line-height: 1;
  }
}
.p-link-block01 .p-link-block01__en.-about {
  width: calc(283px*0.8);
}
@media screen and (max-width: 999.98px) {
  .p-link-block01 .p-link-block01__en.-about {
    width: 167.4668px;
  }
}
.p-link-block01 .p-link-block01__en.-people {
  width: calc(444px*0.8);
}
@media screen and (max-width: 999.98px) {
  .p-link-block01 .p-link-block01__en.-people {
    width: 263.2139px;
  }
}
.p-link-block01 .p-link-block01__en.-story {
  width: calc(440px*0.8);
}
@media screen and (max-width: 999.98px) {
  .p-link-block01 .p-link-block01__en.-story {
    width: 260.9785px;
  }
}
.p-link-block01 .p-link-block01__en.-welfare {
  width: calc(295px*0.8);
}
@media screen and (max-width: 999.98px) {
  .p-link-block01 .p-link-block01__en.-welfare {
    width: 200px;
  }
}
.p-link-block01 .p-link-block01__en.-culture {
  width: calc(394px*0.8);
}
@media screen and (max-width: 999.98px) {
  .p-link-block01 .p-link-block01__en.-culture {
    width: 232.9058px;
  }
}
.p-link-block01 .p-link-block01__en.-real-voice {
  width: calc(313.3531px*0.8);
}
@media screen and (max-width: 999.98px) {
  .p-link-block01 .p-link-block01__en.-real-voice {
    width: 183.9246px;
  }
}
.p-link-block01 .p-link-block01__en.-faq {
  width: calc(109.9718px*0.8);
}
@media screen and (max-width: 999.98px) {
  .p-link-block01 .p-link-block01__en.-faq {
    width: 64.9834px;
  }
}
.p-link-block01 .p-link-block01__en.-recruit {
  width: calc(232.172px*0.8);
}
@media screen and (max-width: 999.98px) {
  .p-link-block01 .p-link-block01__en.-recruit {
    width: 138.1976px;
  }
}
.p-link-block01 .p-link-block01__en.-news {
  width: calc(174px*0.8);
}
@media screen and (max-width: 999.98px) {
  .p-link-block01 .p-link-block01__en.-news {
    width: 100.1976px;
  }
}

.p-drug-box .p-drug-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}
.p-drug-box .p-drug-box__list .p-drug-box__item {
  width: 25%;
  border-left: 1px solid #e2e2e2;
}
@media screen and (max-width: 999.98px) {
  .p-drug-box .p-drug-box__list .p-drug-box__item {
    width: 50%;
  }
}
.p-drug-box .p-drug-box__list .p-drug-box__item:last-child {
  border-right: 1px solid #e2e2e2;
}
.p-drug-box .p-drug-box__list .p-drug-box__item:nth-child(4n) {
  border-right: 1px solid #e2e2e2;
}
@media screen and (max-width: 999.98px) {
  .p-drug-box .p-drug-box__list .p-drug-box__item:nth-child(2n) {
    border-right: 1px solid #e2e2e2;
  }
}

.p-other-box01 {
  padding: 84px 0 120px;
}
.p-other-box01 .p-other-box01__contents {
  margin-top: 68px;
}
@media screen and (max-width: 999.98px) {
  .p-other-box01 .p-other-box01__contents {
    margin-top: 54px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-other-box01 .p-other-box01__title {
    text-align: center;
  }
}
.p-other-box01 .p-other-box01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 58px;
}
@media screen and (max-width: 999.98px) {
  .p-other-box01 .p-other-box01__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px 0;
  }
}
.p-other-box01 .p-other-box01__list .p-other-box01__item {
  width: 478px;
}
@media screen and (max-width: 999.98px) {
  .p-other-box01 .p-other-box01__list .p-other-box01__item {
    width: 334px;
  }
}

.p-border-box-b {
  padding: 30px 52px;
  border: 1px solid #0086ca;
}
@media screen and (max-width: 999.98px) {
  .p-border-box-b {
    padding: 30px 24px 24px;
  }
}
.p-border-box-b .p-border-box-b__contents {
  margin-top: 22px;
}
.p-border-box-b .p-border-box-b__contents p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .p-border-box-b .p-border-box-b__contents p {
    font-size: 15px;
    line-height: 1.8666666667;
  }
}

.p-simple-box + .p-simple-box {
  margin-top: 70px;
}
@media screen and (max-width: 999.98px) {
  .p-simple-box + .p-simple-box {
    margin-top: 56px;
  }
}

.p-simple-box .p-simple-box__text {
  margin-top: 32px;
}
.p-simple-box .p-simple-box__text p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .p-simple-box .p-simple-box__text p {
    font-size: 15px;
    line-height: 1.8666666667;
  }
}
.p-simple-box .p-simple-box__area {
  margin-top: 32px;
}
.p-simple-box .p-simple-box__area + .p-simple-box__area {
  margin-top: 36px;
}
.p-simple-box .c-heading18 + .p-simple-box__contents {
  margin-top: 16px;
}
.p-simple-box .p-simple-box__contents {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 10px;
}
@media screen and (max-width: 999.98px) {
  .p-simple-box .p-simple-box__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-simple-box .p-simple-box__contents .p-simple-box__item {
  width: 500px;
}
@media screen and (max-width: 999.98px) {
  .p-simple-box .p-simple-box__contents .p-simple-box__item {
    width: 100%;
  }
}

.p-slide-box {
  padding: 60px 0 110px;
}
.p-slide-box .p-slide-box__head {
  position: relative;
}
.p-slide-box .p-slide-box__contents {
  margin-top: 70px;
}
.p-slide-box .p-slide-box__link {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-circle-box {
  padding: calc((42/1200)*100vw) calc((48/1200)*100vw) 0 calc((42/1200)*100vw);
  border-radius: calc((40/1200)*100vw);
  width: 41.9166666667vw;
  height: 15.5833333333vw;
  background: #007fc0;
}
@media screen and (max-width: 999.98px) {
  .p-circle-box {
    padding: calc((10/375)*100vw) calc((30/375)*100vw) 0 calc((30/375)*100vw);
    width: 89.3333333333vw;
    height: 26.6666666667vw;
    border-radius: calc((22/375)*100vw);
  }
}
@media screen and (max-width: 999.98px) {
  .p-circle-box .p-circle-box__image {
    display: inline-block;
    width: 46.4vw;
  }
  .p-circle-box .p-circle-box__image img {
    display: block;
    width: 100%;
  }
}
.p-circle-box .p-circle-box__text {
  display: inline-block;
  margin-top: 1.6666666667vw;
  color: #fff;
  font-size: 3.3333333333vw;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999.98px) {
  .p-circle-box .p-circle-box__text {
    margin-top: 2.1333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1;
  }
}

.p-simple-image {
  margin-top: 58px;
  padding-bottom: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #dbdbdb;
}
.p-simple-image .p-simple-image__inner.-relative-figure {
  margin-top: 20px;
  max-width: 764px;
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-simple-image .p-simple-image__inner.-relative-figure {
    max-width: 400px;
    width: 100%;
  }
}
.p-simple-image img {
  display: block;
  width: 100%;
  height: auto;
}

.bg-primary {
  background: #0086ca;
}

.bg-blue {
  background: #ecf2f8;
}

.bg-skin {
  background: #faf8f4;
}
.bg-skin.-plus01 {
  position: relative;
  padding-bottom: 86px;
}
@media screen and (max-width: 999.98px) {
  .bg-skin.-plus01 {
    padding-bottom: 56px;
  }
}
.bg-skin.-plus01:before {
  position: absolute;
  top: -350px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 350px;
  width: 100%;
  z-index: -1;
  content: "";
  background: #faf8f4;
}
@media screen and (max-width: 999.98px) {
  .bg-skin.-plus01:before {
    display: none;
  }
}
.bg-skin.-plus02 {
  position: relative;
  padding-bottom: 86px;
}
@media screen and (max-width: 999.98px) {
  .bg-skin.-plus02 {
    padding-bottom: 56px;
  }
}
.bg-skin.-plus02:before {
  position: absolute;
  top: -150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 150px;
  width: 100%;
  z-index: -1;
  content: "";
  background: #faf8f4;
}
@media screen and (max-width: 999.98px) {
  .bg-skin.-plus02:before {
    top: calc((-122/375)*100vw);
    height: 32.5333333333vw;
  }
}

.bg-block {
  position: relative;
  padding-top: 72px;
  padding-bottom: 70px;
  background: #faf8f4;
}
@media screen and (max-width: 999.98px) {
  .bg-block {
    padding-top: 60px;
    padding-bottom: 54px;
  }
}
.bg-block:before {
  position: absolute;
  top: -250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 250px;
  width: 100%;
  z-index: -1;
  content: "";
  background: #faf8f4;
}
@media screen and (max-width: 999.98px) {
  .bg-block:before {
    display: none;
  }
}

.c-base-heading01 {
  font-size: 28px;
  line-height: 1.2857142857;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #0086ca;
}
@media screen and (max-width: 999.98px) {
  .c-base-heading01 {
    font-size: 22px;
    line-height: 1.2727272727;
  }
}

.c-base-heading02 {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #0086ca;
}
@media screen and (max-width: 999.98px) {
  .c-base-heading02 {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
.c-base-heading02.-center {
  text-align: center;
}

.c-copy {
  color: #0086ca;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .c-copy {
    font-size: 22px;
    line-height: 1;
  }
}

.c-sub-heading01 {
  color: #0086ca;
  font-size: 22px;
  line-height: 1.6363636364;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .c-sub-heading01 {
    font-size: 20px;
    line-height: 1.6;
  }
}

.c-sub-heading02 {
  color: #0086ca;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .c-sub-heading02 {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}

.c-big-heading01 {
  font-size: 44px;
  line-height: 1.5454545455;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .c-big-heading01 {
    font-size: 32px;
    line-height: 1.5625;
  }
}

.c-copy-en01 {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #0086ca;
  font-family: "Didact Gothic", sans-serif;
}
@media screen and (max-width: 999.98px) {
  .c-copy-en01 {
    font-size: 12px;
    line-height: 1;
  }
}

.c-side-copy {
  font-size: 9px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #0086ca;
  font-family: "Didact Gothic", sans-serif;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.c-light-meta {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #0086ca;
  font-family: "Didact Gothic", sans-serif;
}
.c-light-meta.-image {
  width: 88px;
}
@media screen and (max-width: 999.98px) {
  .c-light-meta.-image {
    width: 66px;
  }
}

.c-heading32 {
  font-size: 32px;
  line-height: 1.59375;
  letter-spacing: 0.1em;
  color: #0086ca;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .c-heading32 {
    font-size: 22px;
    line-height: 1.2727272727;
  }
}

.c-heading28 {
  font-size: 28px;
  line-height: 1.2857142857;
  letter-spacing: 0.1em;
  color: #0086ca;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .c-heading28 {
    font-size: 22px;
    line-height: 1.2727272727;
  }
}

.c-heading28-en {
  font-size: 28px;
  line-height: 1.6428571429;
  letter-spacing: 0.1em;
  color: #0086ca;
  font-family: "Didact Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .c-heading28-en {
    font-size: 20px;
    line-height: 1.6;
  }
}

.c-heading24-en {
  font-size: 28px;
  line-height: 1.1428571429;
  letter-spacing: 0.1em;
  color: #0086ca;
  font-family: "Didact Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .c-heading24-en {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.c-heading24-en.-center {
  text-align: center;
}

.c-heading22 {
  font-size: 22px;
  line-height: 1.6363636364;
  letter-spacing: 0.1em;
  color: #0086ca;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .c-heading22 {
    font-size: 20px;
    line-height: 1.4;
  }
}

.c-heading18 {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #0086ca;
  font-weight: 500;
}

.c-icon-heading01 {
  position: relative;
  padding-left: 60px;
  font-size: 36px;
  line-height: 1.2777777778;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #007fc0;
}
@media screen and (max-width: 999.98px) {
  .c-icon-heading01 {
    padding-left: 38px;
    font-size: 26px;
    line-height: 1.2692307692;
  }
}
.c-icon-heading01:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-icon-heading01.-note01:before {
  width: 48px;
  height: 48px;
  background-image: url(../../_assets/img/page/culture/note.svg);
}
@media screen and (max-width: 999.98px) {
  .c-icon-heading01.-note01:before {
    width: 34px;
    height: 34px;
  }
}
.c-icon-heading01.-hands01:before {
  width: 48px;
  height: 48px;
  background-image: url(../../_assets/img/page/culture/hands.svg);
}
@media screen and (max-width: 999.98px) {
  .c-icon-heading01.-hands01:before {
    width: 34px;
    height: 34px;
  }
}

.c-icon-heading02 {
  position: relative;
  padding-left: 52px;
  font-size: 26px;
  line-height: 1.4615384615;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #007fc0;
}
@media screen and (max-width: 999.98px) {
  .c-icon-heading02 {
    padding-left: 38px;
    font-size: 20px;
    line-height: 1.4;
  }
}
.c-icon-heading02:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-icon-heading02.-camera:before {
  width: 34px;
  height: 26.4444px;
  background-image: url(../../_assets/img/page/culture/camera.svg);
}
@media screen and (max-width: 999.98px) {
  .c-icon-heading02.-camera:before {
    width: 26px;
    height: 20.2222px;
  }
}

.c-enter-btn01 {
  position: relative;
  width: 140px;
  height: 32px;
  padding-left: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  border-radius: 80px;
  font-family: "Didact Gothic", sans-serif;
  color: #0086ca;
  border: 1px solid #0086ca;
}
.c-enter-btn01:before {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16.7686px;
  height: 8.7598px;
  background-image: url(../../_assets/img/common/icon_arrow01.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.c-enter-btn001 {
  position: relative;
  width: 140px;
  height: 32px;
  padding-left: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  border-radius: 80px;
  font-family: "Didact Gothic", sans-serif;
  color: #fff;
  border: 1px solid #0086ca;
  background: #0086ca;
}
.c-enter-btn001:before {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16.7686px;
  height: 8.7598px;
  background-image: url(../../_assets/img/common/icon_arrow01_white_s.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.c-enter-btn02 {
  position: relative;
  width: 442px;
  height: 80px;
  padding-left: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  background: #fff;
  border-radius: 80px;
  font-family: "Didact Gothic", sans-serif;
  color: #0086ca;
}
@media screen and (max-width: 999.98px) {
  .c-enter-btn02 {
    font-size: 18px;
    line-height: 1;
    width: 275px;
    height: 60px;
    padding-left: 42px;
  }
}
.c-enter-btn02:before {
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38.8555px;
  height: 16.8105px;
  background-image: url(../../_assets/img/common/icon_arrow02.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 999.98px) {
  .c-enter-btn02:before {
    width: 30.8848px;
    height: 12.8242px;
  }
}

.c-enter-btn03 {
  position: relative;
  width: 275px;
  height: 60px;
  padding-left: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  border-radius: 80px;
  font-family: "Didact Gothic", sans-serif;
  color: #0086ca;
  border: 1px solid #0086ca;
}
.c-enter-btn03:before {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 12px;
  background-image: url(../../_assets/img/common/icon_arrow01.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.c-enter-btn003 {
  position: relative;
  width: 275px;
  height: 60px;
  padding-left: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  border-radius: 80px;
  font-family: "Didact Gothic", sans-serif;
  color: #fff;
  border: 1px solid #0086ca;
  background: #0086ca;
}
.c-enter-btn003:before {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 12px;
  background-image: url(../../_assets/img/common/icon_arrow01_white.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.c-view-btn01 {
  position: relative;
  display: block;
  width: 232px;
  padding-right: 52px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: 2px solid #0086ca;
}
@media screen and (max-width: 999.98px) {
  .c-view-btn01 {
    font-size: 15px;
    line-height: 1.4666666667;
  }
}
.c-view-btn01:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 18px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/icon_v_arrow01.svg);
}
@media screen and (max-width: 999.98px) {
  .c-view-btn01:before {
    width: calc(50px * 0.9);
    height: calc(18px * 0.9);
  }
}
.c-view-btn01.-white {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.c-view-btn01.-white:before {
  background-image: url(../../_assets/img/common/icon_v_arrow01_white.svg);
}

.c-gradient-btn {
  background: linear-gradient(-45deg, #769ed2, #6ba4d8, #61badc, #90d4e9) fixed;
  background-size: 800% 800%;
  -webkit-animation: GradietionAnimation 9s ease infinite;
          animation: GradietionAnimation 9s ease infinite;
  color: #fff;
}

@-webkit-keyframes GradietionAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes GradietionAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
a.c-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  height: 60px;
  border-radius: 45px;
  background: #FF7B41;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  font-family: "DIN Alternate", sans-serif;
}
a.c-link:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
  content: "";
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/icon-arrow.svg);
  width: 26px;
  height: 26px;
}

a[href$=".xls"]:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(./_assets/img/common/icon_xls.svg);
  display: inline-block;
  width: calc(9.281px*2);
  height: calc(11.103px*2);
  vertical-align: middle;
  background-size: calc(9.281px*2) calc(11.103px*2);
  margin-left: 10px;
}
@media screen and (max-width: 999.98px) {
  a[href$=".xls"]:after {
    width: calc(9.281px*1.7);
    height: calc(11.103px*1.7);
    background-size: calc(9.281px*1.7) calc(11.103px*1.7);
  }
}

a.c-blank {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
a.c-blank:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/blank.svg);
  display: inline-block;
  width: 18px;
  height: 15.8138px;
  vertical-align: middle;
  background-size: 18px 15.8138px;
}

.c-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 15px;
  background: #FFDECF;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "DIN Alternate", sans-serif;
}
@media screen and (max-width: 999.98px) {
  .c-box01 {
    width: 90px;
    height: 90px;
    font-size: 39px;
    line-height: 1;
  }
}

.c-title-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  min-width: 226px;
  width: auto;
  height: 60px;
  background: #FFDECF;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.024em;
}

.c-slide-panel.-down {
  padding-top: 36px;
}
.c-slide-panel figure figcaption {
  margin-top: 16px;
  padding: 0 14px;
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .c-slide-panel figure figcaption {
    padding: 0 10px;
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.7;
  }
}

.c-icon-meta01 {
  position: relative;
  padding-left: 70px;
  font-size: 34px;
  line-height: 1.3529411765;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999.98px) {
  .c-icon-meta01 {
    font-size: 5.3333333333vw;
    line-height: 1.2;
    padding-left: calc((36 / 375) * 100vw);
  }
}
.c-icon-meta01:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-icon-meta01.-marketing01:before {
  width: 50px;
  height: 50px;
  background-image: url(../../_assets/img/common/icon_marketing01.svg);
}
@media screen and (max-width: 999.98px) {
  .c-icon-meta01.-marketing01:before {
    width: calc(((50*0.55) / 375) * 100vw);
    height: calc(((50*0.55) / 375) * 100vw);
  }
}
.c-icon-meta01.-icon-plan01:before {
  width: 50px;
  height: 50px;
  background-image: url(../../_assets/img/common/icon_plan01.svg);
}
@media screen and (max-width: 999.98px) {
  .c-icon-meta01.-icon-plan01:before {
    width: calc(((50 * 0.55) / 375) * 100vw);
    height: calc(((50 * 0.55) / 375) * 100vw);
  }
}
.c-icon-meta01.-icon-druginfo01:before {
  width: 50px;
  height: 37.5px;
  background-image: url(../../_assets/img/common/icon_druginfo01.svg);
}
@media screen and (max-width: 999.98px) {
  .c-icon-meta01.-icon-druginfo01:before {
    width: calc(((50 * 0.55) / 375) * 100vw);
    height: calc(((37.5 * 0.55) / 375) * 100vw);
  }
}
.c-icon-meta01.-icon-manufacturing01:before {
  width: 50px;
  height: 46.313px;
  background-image: url(../../_assets/img/common/icon_manufacturing01.svg);
}
@media screen and (max-width: 999.98px) {
  .c-icon-meta01.-icon-manufacturing01:before {
    width: calc(((50 * 0.55) / 375) * 100vw);
    height: calc(((46.313 * 0.55) / 375) * 100vw);
  }
}
.c-icon-meta01.-check01:before {
  width: 50px;
  height: 50px;
  background-image: url(../../_assets/img/common/icon_check01.svg);
}
@media screen and (max-width: 999.98px) {
  .c-icon-meta01.-check01:before {
    width: calc(((50*0.55) / 375) * 100vw);
    height: calc(((50*0.55) / 375) * 100vw);
  }
}
.c-icon-meta01.-note01:before {
  width: 50px;
  height: 50px;
  background-image: url(../../_assets/img/common/icon_note01.svg);
}
@media screen and (max-width: 999.98px) {
  .c-icon-meta01.-note01:before {
    width: calc(((50*0.55) / 375) * 100vw);
    height: calc(((50*0.55) / 375) * 100vw);
  }
}
.c-icon-meta01.-pc01:before {
  width: 50px;
  height: 43.75px;
  background-image: url(../../_assets/img/common/icon_pc01.svg);
}
@media screen and (max-width: 999.98px) {
  .c-icon-meta01.-pc01:before {
    width: 7.0721866667vw;
    height: 6.18816vw;
  }
}
.c-icon-meta01.-microscope01:before {
  width: 50px;
  height: 56.6372px;
  background-image: url(../../_assets/img/common/icon_microscope01.svg);
}
@media screen and (max-width: 999.98px) {
  .c-icon-meta01.-microscope01:before {
    width: calc(((50*0.55) / 375) * 100vw);
    height: calc(((56.6372*0.55) / 375) * 100vw);
  }
}
.c-icon-meta01.-security01:before {
  width: 50px;
  height: 50px;
  background-image: url(../../_assets/img/common/icon_security01.svg);
}
@media screen and (max-width: 999.98px) {
  .c-icon-meta01.-security01:before {
    width: calc(((50*0.55) / 375) * 100vw);
    height: calc(((50*0.55) / 375) * 100vw);
  }
}
.c-icon-meta01.-note-pen01:before {
  width: 50px;
  height: 50px;
  background-image: url(../../_assets/img/common/icon_note-pen01.svg);
}
@media screen and (max-width: 999.98px) {
  .c-icon-meta01.-note-pen01:before {
    width: calc(((50*0.55) / 375) * 100vw);
    height: calc(((50*0.55) / 375) * 100vw);
  }
}

.c-icon-plus {
  position: relative;
  height: 36px;
  padding-left: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #0086ca;
}
@media screen and (max-width: 999.98px) {
  .c-icon-plus {
    font-size: 10px;
    line-height: 1;
    height: 28.8px;
    padding-left: 40px;
  }
}
.c-icon-plus:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 36px;
  height: 36px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(./_assets/img/common/icon_pc.svg);
}
@media screen and (max-width: 999.98px) {
  .c-icon-plus:before {
    width: 28.8px;
    height: 28.8px;
  }
}

.icon_stress {
  width: 47.4063px;
}
@media screen and (max-width: 999.98px) {
  .icon_stress {
    width: 36.5029px;
  }
}

.icon_control {
  width: 37.7043px;
}
@media screen and (max-width: 999.98px) {
  .icon_control {
    width: 29px;
  }
}

.icon_clover {
  width: 30.715px;
}
@media screen and (max-width: 999.98px) {
  .icon_clover {
    width: 23px;
  }
}

.icon_light_bulb {
  width: 29.2754px;
}
@media screen and (max-width: 999.98px) {
  .icon_light_bulb {
    width: 22px;
  }
}

.icon_arrow {
  width: 23.9024px;
}
@media screen and (max-width: 999.98px) {
  .icon_arrow {
    width: 18px;
  }
}

.icon_hearts {
  width: 41.0531px;
}
@media screen and (max-width: 999.98px) {
  .icon_hearts {
    width: 31px;
  }
}

.icon_comment {
  width: 29.9609px;
}
@media screen and (max-width: 999.98px) {
  .icon_comment {
    width: 23px;
  }
}

.icon_stars {
  width: 40.8057px;
}
@media screen and (max-width: 999.98px) {
  .icon_stars {
    width: 31px;
  }
}

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

/*** basic styles ***/
.mw_wp_form_confirm .dd-check {
  padding-left: 0;
}

.dd-check {
  position: relative;
  padding-left: 36px;
  /* to hide the checkbox itself */
  /* checked icon */
}
.dd-check input[type=checkbox] {
  display: none;
}
.dd-check input[type=checkbox] + label:before, .dd-check input[type=checkbox] + .mwform-checkbox-field-text:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  content: "";
}
.dd-check input[type=checkbox] + label:after, .dd-check input[type=checkbox] + .mwform-checkbox-field-text:after {
  position: absolute;
  top: 6px;
  left: 5px;
  font-family: FontAwesome;
  display: inline-block;
  z-index: 2;
  content: "";
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 0;
}
.dd-check input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}
.dd-check label {
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #333;
}

.c-initial-mark {
  width: 56px;
  padding: 3px 0;
  display: inline-block;
  border-radius: 24px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  /*
  202412
   */
  /*
  2023
   */
}
@media screen and (max-width: 999.98px) {
  .c-initial-mark {
    width: 48px;
    padding: 2px 0;
    font-size: 14px;
    line-height: 1;
  }
}
.c-initial-mark.-blue {
  background: #0086ca;
}
.c-initial-mark.-red-purple {
  background: #d25791;
}
.c-initial-mark.-green {
  background: #05a089;
}
.c-initial-mark.-orange {
  background: #ea9247;
}
.c-initial-mark.-icon-kt, .c-initial-mark.-icon-ok, .c-initial-mark.-icon-ms, .c-initial-mark.-icon-ih, .c-initial-mark.-icon-hi, .c-initial-mark.-icon-sa, .c-initial-mark.-icon-ku, .c-initial-mark.-icon-at, .c-initial-mark.-icon-ss, .c-initial-mark.-icon-kk, .c-initial-mark.-icon-wt, .c-initial-mark.-icon-yk, .c-initial-mark.-icon-mt, .c-initial-mark.-icon-kn, .c-initial-mark.-icon-ts, .c-initial-mark.-icon-ko, .c-initial-mark.-icon-kt2, .c-initial-mark.-icon-hy {
  position: relative;
  margin-top: 58px;
}
@media screen and (max-width: 999.98px) {
  .c-initial-mark.-icon-kt, .c-initial-mark.-icon-ok, .c-initial-mark.-icon-ms, .c-initial-mark.-icon-ih, .c-initial-mark.-icon-hi, .c-initial-mark.-icon-sa, .c-initial-mark.-icon-ku, .c-initial-mark.-icon-at, .c-initial-mark.-icon-ss, .c-initial-mark.-icon-kk, .c-initial-mark.-icon-wt, .c-initial-mark.-icon-yk, .c-initial-mark.-icon-mt, .c-initial-mark.-icon-kn, .c-initial-mark.-icon-ts, .c-initial-mark.-icon-ko, .c-initial-mark.-icon-kt2, .c-initial-mark.-icon-hy {
    margin-top: 50px;
  }
}
.c-initial-mark.-icon-kt:before, .c-initial-mark.-icon-ok:before, .c-initial-mark.-icon-ms:before, .c-initial-mark.-icon-ih:before, .c-initial-mark.-icon-hi:before, .c-initial-mark.-icon-sa:before, .c-initial-mark.-icon-ku:before, .c-initial-mark.-icon-at:before, .c-initial-mark.-icon-ss:before, .c-initial-mark.-icon-kk:before, .c-initial-mark.-icon-wt:before, .c-initial-mark.-icon-yk:before, .c-initial-mark.-icon-mt:before, .c-initial-mark.-icon-kn:before, .c-initial-mark.-icon-ts:before, .c-initial-mark.-icon-ko:before, .c-initial-mark.-icon-kt2:before, .c-initial-mark.-icon-hy:before {
  position: absolute;
  top: -58px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 999.98px) {
  .c-initial-mark.-icon-kt:before, .c-initial-mark.-icon-ok:before, .c-initial-mark.-icon-ms:before, .c-initial-mark.-icon-ih:before, .c-initial-mark.-icon-hi:before, .c-initial-mark.-icon-sa:before, .c-initial-mark.-icon-ku:before, .c-initial-mark.-icon-at:before, .c-initial-mark.-icon-ss:before, .c-initial-mark.-icon-kk:before, .c-initial-mark.-icon-wt:before, .c-initial-mark.-icon-yk:before, .c-initial-mark.-icon-mt:before, .c-initial-mark.-icon-kn:before, .c-initial-mark.-icon-hy:before, .c-initial-mark.-icon-kt2:before, .c-initial-mark.-icon-ko:before {
    top: -50px;
    width: 44px;
    height: 44px;
  }
}
.c-initial-mark.-icon-kt2:before {
  background-image: url(../../_assets/img/page/project-development/cross-talk02/icon_kt.png);
}
.c-initial-mark.-icon-ko:before {
  background-image: url(../../_assets/img/page/project-development/cross-talk02/icon_ko.png);
}
.c-initial-mark.-icon-hy:before {
  background-image: url(../../_assets/img/page/project-development/cross-talk02/icon_hy.png);
}
.c-initial-mark.-icon-kt:before {
  background-image: url(../../_assets/img/page/project-development/cross-talk03/2024/icon_kt.png);
}
.c-initial-mark.-icon-ok:before {
  background-image: url(../../_assets/img/page/project-development/cross-talk03/2024/icon_ok.png);
}
.c-initial-mark.-icon-ih:before {
  background-image: url(../../_assets/img/page/project-development/cross-talk03/2024/icon_ih.png);
}
.c-initial-mark.-icon-ms:before {
  background-image: url(../../_assets/img/page/project-development/cross-talk03/2024/icon_ms.png);
}
.c-initial-mark.-icon-yk:before {
  background-image: url(../../_assets/img/page/project-development/cross-talk01/icon_yk.png);
}
.c-initial-mark.-icon-mt:before {
  background-image: url(../../_assets/img/page/project-development/cross-talk01/icon_mt.png);
}
.c-initial-mark.-icon-kn:before {
  background-image: url(../../_assets/img/page/project-development/cross-talk01/icon_kn.png);
}
.c-initial-mark.-icon-ts:before {
  background-image: url(../../_assets/img/page/project-development/cross-talk01/icon_ts.png);
}
.c-initial-mark.-icon-hi:before {
  background-image: url(../../_assets/img/page/project-development/cross-talk02/icon_hi.png);
}
.c-initial-mark.-icon-sa:before {
  background-image: url(../../_assets/img/page/project-development/cross-talk02/icon_sa.png);
}
.c-initial-mark.-icon-ku:before {
  background-image: url(../../_assets/img/page/project-development/cross-talk02/icon_ku.png);
}
.c-initial-mark.-icon-at:before {
  background-image: url(../../_assets/img/page/project-development/cross-talk03/icon_at.png);
}
.c-initial-mark.-icon-ss:before {
  background-image: url(../../_assets/img/page/project-development/cross-talk03/icon_ss.png);
}
.c-initial-mark.-icon-kk:before {
  background-image: url(../../_assets/img/page/project-development/cross-talk03/icon_kk.png);
}
.c-initial-mark.-icon-wt:before {
  background-image: url(../../_assets/img/page/project-development/cross-talk03/icon_wt.png);
}

.c-category01 {
  background: #fff;
  border: 1px solid #0086ca;
  width: 172px;
  height: 52px;
  border-radius: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0086ca;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999.98px) {
  .c-category01 {
    width: 134px;
    height: 33px;
    font-size: 14px;
    line-height: 1;
  }
}
.c-category01.-blue {
  border: 1px solid #fff;
  background: #0086ca;
  color: #fff;
}
@media screen and (max-width: 999.98px) {
  .c-category01.-small-sp {
    width: 117px;
    height: 25px;
    font-size: 12px;
    line-height: 1;
  }
}
.c-category01.-light {
  width: 130px;
  height: 34px;
  font-size: 13px;
  line-height: 1;
}
@media screen and (max-width: 999.98px) {
  .c-category01.-light {
    width: 100px;
    height: 29px;
    font-size: 12px;
    line-height: 1;
  }
}

.c-coming {
  font-size: 22px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-family: "Didact Gothic", sans-serif;
}

.c-job-category {
  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: 122px;
  height: 30px;
  border-radius: 35px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #0086ca;
}
@media screen and (max-width: 999.98px) {
  .c-job-category {
    font-size: 12px;
    line-height: 1;
    width: 98.194px;
    height: 24.0499px;
  }
}

.ss {
  display: block;
}

.c-tel-area .c-tel-area__contents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.c-welfare {
  width: 297px;
  display: block;
}
@media screen and (max-width: 999.98px) {
  .c-welfare {
    width: 188px;
  }
}

.c-culture {
  width: 426px;
  display: block;
}
@media screen and (max-width: 999.98px) {
  .c-culture {
    width: 290px;
  }
}

.c-faq {
  width: 124.9427px;
  display: block;
}

.c-real-voice {
  width: 357.1035px;
  display: block;
}
@media screen and (max-width: 999.98px) {
  .c-real-voice {
    width: calc(357.1035px*0.7);
  }
}

.c-footer-logo {
  position: relative;
  width: 272px;
}
@media screen and (max-width: 999.98px) {
  .c-footer-logo {
    width: 225px;
  }
}
.c-footer-logo img {
  display: block;
}

.c-logo {
  width: 272px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 999.98px) {
  .c-logo {
    width: 180px;
  }
}
.c-logo img {
  display: block;
  width: 100%;
}
.scrolled .c-logo {
  width: calc(272px*0.8);
}
@media screen and (max-width: 999.98px) {
  .scrolled .c-logo {
    width: 180px;
  }
}

.dk {
  display: block;
}

.no-hover{
  pointer-events: none; /* マウスイベントを無効化 */
}