@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: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  color: #000;
  letter-spacing: 0;
  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: "Nunito Sans", sans-serif;
}

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

main {
  display: block;
}

address {
  font-style: normal;
}

a {
  color: #004AA1;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
}

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;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
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: -120px;
  padding-top: 120px;
}

/*
background-image: url(../../_assets/img/common/icon-category-food.svg);
 */
.base-page {
  margin-top: 126px;
}
@media screen and (max-width: 999.98px) {
  .base-page {
    margin-top: 66px;
  }
}
.base-page .base-page__sec00 {
  padding: 0 0 160px;
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__sec00 {
    padding-bottom: 70px;
  }
}
.base-page .base-page__sec {
  padding: 32px 0 160px;
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__sec {
    padding-bottom: 76px;
  }
}
.base-page .base-page__item + .base-page__item {
  margin-top: 120px;
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__item + .base-page__item {
    margin-top: 80px;
  }
}
.base-page .base-page__second {
  margin-top: 120px;
  margin-bottom: 160px;
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__second {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.base-page .base-page__second.-bottom-cancel {
  margin-bottom: 0;
}
.base-page .base-page__bg01 {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 120px;
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__bg01 {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
.base-page .base-page__bg01:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../../_assets/img/common/gl_gr01.webp);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1480px;
  height: 960px;
}
@media screen and (min-width: 1470px) {
  .base-page .base-page__bg01:before {
    width: 100%;
    height: 50vw;
  }
}
@media screen and (max-width: 1200px) {
  .base-page .base-page__bg01:before {
    top: auto;
    bottom: 0;
  }
}
.base-page .base-page__contents01 {
  margin-top: 80px;
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__contents01 {
    margin-top: 46px;
  }
}
.base-page .base-page__bottom-image01 {
  position: relative;
  margin-top: 120px;
  height: 300px;
}
@media screen and (min-width: 1629px) {
  .base-page .base-page__bottom-image01 {
    height: auto;
  }
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__bottom-image01 {
    height: auto;
    margin-top: 70px;
  }
}
.base-page .base-page__bottom-image01 .inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1630px;
}
@media screen and (min-width: 1629px) {
  .base-page .base-page__bottom-image01 .inner {
    position: static;
    width: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__bottom-image01 .inner {
    margin-top: 72px;
    position: static;
    width: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    height: auto;
  }
}

.font-en {
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
}

.p-fixed-bg {
  position: relative;
  z-index: -1;
}

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

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

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

@-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 .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%;
}

.p-slow-sliders .swiper-slide:nth-child(odd) {
  margin-top: 3.0208333333vw;
}
.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: 1.25vw;
}

.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);
}

.js-mask-image {
  position: relative;
}
.js-mask-image img {
  opacity: 0;
}
.js-mask-image.is_animation:before {
  width: 100%;
}
.js-mask-image.is_animationed:before {
  width: 0;
  left: auto;
  right: 0;
}
.js-mask-image.is_animationed img {
  opacity: 1;
}
.js-mask-image:before {
  background-color: #0033A4;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 5;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

#container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#slides {
  position: relative;
  width: 100%;
  height: 100%;
}
#slides .slide {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
#slides .slide .title {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 20px;
  z-index: 2;
  padding-top: 5px;
  font-size: 5em;
  color: white;
  height: 142px;
  overflow: hidden;
}
@media screen and (max-width: 999.98px) {
  #slides .slide .title {
    font-size: 60px;
    line-height: 1;
    height: 80px;
  }
}
#slides .slide .title .title-text {
  display: block;
  -webkit-transform: translateY(1.2em);
          transform: translateY(1.2em);
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
#slides .slide .slide-partial {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
#slides .slide .slide-partial img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
#slides .slide .slide-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#slides .slide .slide-left img {
  top: 0;
  right: 0;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
#slides .slide .slide-right {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#slides .slide .slide-right img {
  top: 0;
  left: 0;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#slides .slide.active .title .title-text {
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#slides .slide.active .slide-partial, #slides .slide.active .slide-partial img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-side {
  padding-left: 340px;
}
@media screen and (max-width: 999.98px) {
  .l-side {
    padding-left: 0;
  }
}

.l-wide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: calc(900px + 40px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 999.98px) {
  .l-wide {
    width: 100%;
    max-width: none;
    padding: 0 calc((30/640)*100vw);
  }
}
@media screen and (max-width: 999.98px) {
  .l-wide.-full-sp {
    padding: 0;
  }
}

.l-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 20px;
}
@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.-full-sp {
    padding: 0;
  }
}
.l-wrapper.-mid {
  max-width: 940px;
}

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

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

.l-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 824px;
  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%;
}
.bg-base .bg-base__item {
  min-width: 1280px;
  overflow: hidden;
}
@media screen and (max-width: 999.98px) {
  .bg-base .bg-base__item {
    min-width: auto;
  }
}
.bg-base .bg-base__item.-bg01 {
  background: #dee2e4;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 30px;
  z-index: 4000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
  border: 1px solid #ddd;
}
@media screen and (max-width: 999.98px) {
  .p-header {
    padding: 10px 20px;
    width: 100%;
    height: 53px;
  }
}
.p-header .p-header__wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-header .p-header__head {
  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-header .p-header__down {
    display: none;
  }
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__nav {
    margin-top: 0;
  }
}
.top-target .p-header {
  background: none;
}

.p-head-letter {
  margin-top: 63px;
}
.p-head-letter.-footer {
  margin-top: 54px;
}
.p-head-letter .p-head-letter__text {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
}

.p-head-info {
  margin-top: 42px;
  display: -ms-grid;
  display: grid;
  gap: 8px 0;
}
@media screen and (max-width: 999.98px) {
  .p-head-info {
    margin-top: 24px;
  }
}
.p-head-info .p-head-info__title {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
}

.p-sp-head {
  border-bottom: 1px solid #ddd;
}
.p-sp-head .p-sp-head__inner {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-sp-head .p-sp-head__logo {
  width: 165px;
}
.p-sp-head .p-sp-head__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.p-footer .p-footer__contents {
  padding: 60px 0 52px;
  background: #003167;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__item + .p-footer__item {
    margin-top: 8px;
  }
}
.p-footer .p-footer__nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__nav {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-footer .p-footer__bottom {
  padding: 30px 0;
  background: #002043;
  color: #fff;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__bottom {
    padding: 20px 0;
  }
}
.p-footer .p-footer__light-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
.p-footer .p-footer__light-group a:hover {
  text-decoration: underline;
}
.p-footer .p-footer__copy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__copy-wrap {
    display: block;
  }
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__copy {
    margin-top: 32px;
    text-align: center;
  }
}
.p-footer .p-footer__copy small {
  color: #fff;
  font-size: 13px;
  line-height: 1.3846153846;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__copy small {
    font-size: 11px;
    line-height: 1.6363636364;
  }
}

.p-bottom-list li + li {
  margin-top: 8px;
}
.p-bottom-list li {
  color: #fff;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.p-bottom-list li a {
  color: #fff;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 600;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-bottom-list li a:hover {
  text-decoration: underline;
}
.p-bottom-list li a.child {
  padding-left: 10px;
  font-weight: 300;
}

.footer__goTop {
  position: fixed;
  right: 20px;
  bottom: 0;
  width: 38px;
  z-index: 2000;
}
@media screen and (max-width: 999.98px) {
  .footer__goTop {
    right: 20px;
    bottom: calc((24/640)*100vw);
    width: 19.2vw;
  }
}
.footer__goTop .c-gotop-btn {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  background: #EC6A26;
  color: #fff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.footer__goTop .c-gotop-btn:hover {
  opacity: 1;
  font-size: 20px;
}

@media screen and (max-width: 999.98px) {
  .ss {
    margin-top: 24vw;
  }
}
.ss img {
  display: block;
  width: 100%;
  height: auto;
}

.p-main-visual {
  position: relative;
  margin-top: 102px;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual {
    margin-top: 53px;
  }
}

.fv-slider {
  position: relative;
  width: 100%;
  height: calc((760/1920)*100vw);
  /* または任意の高さ */
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .fv-slider {
    height: 760px;
  }
}
@media screen and (max-width: 999.98px) {
  .fv-slider {
    height: 112vw;
  }
}
.fv-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.fv-slider .slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  margin-top: 14px;
}
@media screen and (max-width: 999.98px) {
  .slider-dots {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* ← スマホ時は均等配置 */
    padding: 0 20px;
  }
}

.slider-dots .dot {
  width: 180px;
  height: 3px;
  background: #E0E0E0;
  cursor: pointer;
}
@media screen and (max-width: 999.98px) {
  .slider-dots .dot {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    /* ← これで均等幅に */
    width: auto;
    /* 固定幅を解除 */
  }
}

.slider-dots .dot.is-active {
  background: #0033A4;
}

.p-slide-area {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-slide-area {
    height: 100%;
  }
  .p-slide-area img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-slide-area .p-slide-area__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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-slide-area .p-slide-area__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 12.2666666667vw;
  }
}
.p-slide-area .p-slide-area__title {
  font-size: 45px;
  line-height: 1.2888888889;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (max-width: 999.98px) {
  .p-slide-area .p-slide-area__title {
    font-size: 6.1333333333vw;
    line-height: 1.8260869565;
  }
}
.p-slide-area .p-slide-area__title.-white {
  color: #fff;
  text-shadow: 0 0 20px #00000D;
}
.p-slide-area .p-slide-area__title.-black {
  color: #000;
  -webkit-box-shadow: inset 0 3px 6px rgba(255, 255, 255, 0.16);
          box-shadow: inset 0 3px 6px rgba(255, 255, 255, 0.16);
}
.p-slide-area .p-slide-area__text {
  margin-top: 28px;
}
@media screen and (max-width: 999.98px) {
  .p-slide-area .p-slide-area__text {
    margin-top: 13px;
  }
}
.p-slide-area .p-slide-area__text.-white p {
  color: #fff;
  text-shadow: 0 0 15px #00000D;
}
.p-slide-area .p-slide-area__text.-black p {
  color: #000;
  text-shadow: 0 3px 6px rgba(255, 255, 255, 0.16);
}
.p-slide-area .p-slide-area__text p {
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (max-width: 999.98px) {
  .p-slide-area .p-slide-area__text p {
    font-size: 2.4vw;
    line-height: 2.2222222222;
  }
}
.p-slide-area .p-slide-area__link {
  margin-top: 48px;
}
@media screen and (max-width: 999.98px) {
  .p-slide-area .p-slide-area__link {
    margin-top: 4.2666666667vw;
  }
  .p-slide-area .p-slide-area__link a.c-link01 {
    padding: 16px;
    max-width: 300px;
  }
  .p-slide-area .p-slide-area__link a.c-link03 {
    padding: 16px;
    max-width: 300px;
  }
}

/*
 background-image: url(../../_assets/img/index/webp/obsession_main.webp);
 @media screen and (max-width: 999.98px) {
      margin-top: 40px;
    }
 */
.sec-business {
  position: relative;
  padding: 138px 0 180px;
  z-index: 3;
}
@media screen and (max-width: 999.98px) {
  .sec-business {
    padding: 60px 0;
  }
}
.sec-business:before {
  position: absolute;
  top: -128px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1919px;
  height: 960px;
  background-image: url(../../_assets/img/index/about_bg.webp);
  z-index: -1;
}

.sec-strengths {
  padding: 150px 0 156px;
}
@media screen and (max-width: 999.98px) {
  .sec-strengths {
    padding: 72px 0 76px;
  }
}

.p-unit + .p-pattern-wrap {
  margin-top: 136px;
}
@media screen and (max-width: 999.98px) {
  .p-unit + .p-pattern-wrap {
    margin-top: 32px;
  }
}

.p-pattern-wrap {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-pattern-wrap {
    margin-top: 64px;
  }
}

.sec-works {
  padding: 166px 0 180px;
}
@media screen and (max-width: 999.98px) {
  .sec-works {
    padding: 60px 0 70px;
  }
}

.sec-info {
  padding: 122px 0 110px;
}
@media screen and (max-width: 999.98px) {
  .sec-info {
    padding: 66px 0 72px;
  }
}

.bg01 {
  background: #E7F0F8;
}

.sec-company {
  padding: 162px 0 102px;
}
@media screen and (max-width: 999.98px) {
  .sec-company {
    padding: 68px 0 68px;
  }
}

.p-full-image {
  position: relative;
  height: 688px;
}
@media screen and (max-width: 999.98px) {
  .p-full-image {
    height: auto;
  }
}
.p-full-image .p-full-image__contents {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1925px;
  height: 688px;
}
@media screen and (min-width: 1920px) {
  .p-full-image .p-full-image__contents {
    width: 100%;
    height: 100%;
  }
  .p-full-image .p-full-image__contents img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 999.98px) {
  .p-full-image .p-full-image__contents {
    position: static;
    width: 100%;
    height: auto;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.p-full-image .p-full-image__contents img {
  display: block;
  width: 100%;
  height: 100%;
}

.sec-movies {
  padding: 104px 0;
}
@media screen and (max-width: 999.98px) {
  .sec-movies {
    padding: 60px 0;
  }
}
.sec-movies .sec-movies__contents {
  max-width: 930px;
  width: 100%;
  margin: auto;
}

.sec-recruit {
  position: relative;
  padding: 96px 0;
  min-height: 483px;
  z-index: 3;
}
@media screen and (max-width: 999.98px) {
  .sec-recruit {
    padding: 70px 0;
  }
}
.sec-recruit:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  background-image: url(../../_assets/img/index/recruit_bg.webp);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1920px;
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .sec-recruit:before {
    background-image: url(../../_assets/img/index/recruit_bg_sp.webp);
  }
}
@media screen and (min-width: 1920px) {
  .sec-recruit:before {
    width: 100%;
    height: 100%;
  }
}
.sec-recruit .sec-recruit__contents {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 384px 22px auto;
  grid-template-columns: 384px auto;
  gap: 0 22px;
}
@media screen and (max-width: 999.98px) {
  .sec-recruit .sec-recruit__contents {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 22px 0;
  }
}
.sec-recruit .sec-recruit__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 22px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 22px;
}
@media screen and (max-width: 999.98px) {
  .sec-recruit .sec-recruit__main {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 15px 0;
  }
}

.p-full-slide {
  position: relative;
  margin-top: 42px;
  padding-top: 66px;
}
@media screen and (max-width: 999.98px) {
  .p-full-slide {
    padding-top: 46px;
  }
}
.p-full-slide .swiper-container {
  overflow: visible;
}
.p-full-slide .swiper-container .swiper-button-prev {
  top: -52px;
  left: auto;
  right: 58px;
  width: 42px;
  height: 42px;
  background-image: none;
}
@media screen and (max-width: 999.98px) {
  .p-full-slide .swiper-container .swiper-button-prev {
    top: -25px;
    right: 48px;
    width: 32px;
    height: 32px;
  }
}
.p-full-slide .swiper-container .swiper-button-prev:hover .inner:after {
  opacity: 1;
}
.p-full-slide .swiper-container .swiper-button-prev .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-full-slide .swiper-container .swiper-button-prev .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/icon_cirlc_arrow_white_big.webp);
}
.p-full-slide .swiper-container .swiper-button-prev .inner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 10;
  background-image: url(../../_assets/img/common/icon_cirlc_arrow_white_big_blue.webp);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.p-full-slide .swiper-container .swiper-button-next {
  top: -52px;
  left: auto;
  right: 0;
  width: 42px;
  height: 42px;
  background-image: none;
}
@media screen and (max-width: 999.98px) {
  .p-full-slide .swiper-container .swiper-button-next {
    top: -25px;
    width: 32px;
    height: 32px;
  }
}
.p-full-slide .swiper-container .swiper-button-next:hover .inner:after {
  opacity: 1;
}
.p-full-slide .swiper-container .swiper-button-next .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-full-slide .swiper-container .swiper-button-next .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/icon_cirlc_arrow_white_big.webp);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-full-slide .swiper-container .swiper-button-next .inner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 10;
  background-image: url(../../_assets/img/common/icon_cirlc_arrow_white_big_blue.webp);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-full-slide .swiper-slide {
  width: 410px;
}
@media screen and (max-width: 999.98px) {
  .p-full-slide .swiper-slide {
    width: 274px;
  }
}

.p-slide-card01:hover .p-slide-card01__sub:before {
  opacity: 1;
}
.p-slide-card01:hover .p-slide-card01__title {
  text-decoration: underline;
}
.p-slide-card01 .p-slide-card01__sub {
  position: relative;
  overflow: hidden;
}
.p-slide-card01 .p-slide-card01__sub img {
  border: 1px solid #3C3C3C;
}
.p-slide-card01 .p-slide-card01__sub:before {
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  /* 黒の40%透過オーバーレイ */
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  /* クリックを邪魔しない */
  content: "";
  z-index: 10;
}
.p-slide-card01 .p-slide-card01__main {
  margin-top: 12px;
}
.p-slide-card01 .p-slide-card01__main .p-slide-card01__title {
  font-size: 18px;
  line-height: 1.8333333333;
  letter-spacing: 0;
  font-weight: 500;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 999.98px) {
  .p-slide-card01 .p-slide-card01__main .p-slide-card01__title {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.p-slide-card01 .p-slide-card01__main .p-slide-card01__category {
  padding: 0 14px;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 1.8461538462;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  background: #002043;
}
@media screen and (max-width: 999.98px) {
  .p-slide-card01 .p-slide-card01__main .p-slide-card01__category {
    padding: 10px;
    font-size: 10px;
    line-height: 1.7;
  }
}

.p-post01 .p-post01__list {
  border-top: 1px solid #C1C1C1;
}
.p-post01 .p-post01__list li {
  border-bottom: 1px solid #C1C1C1;
}

.p-post-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 880px 82px 242px;
  grid-template-columns: 880px 242px;
  gap: 0 82px;
}
@media screen and (max-width: 999.98px) {
  .p-post-group {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 32px 0;
  }
}

.p-post-link {
  margin-top: 88px;
  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-post-link {
    margin-top: 36px;
  }
}
.p-post-link .paging-box .wp-pagenavi a.page {
  width: 45px;
  height: 45px;
  background: #E7F0F8;
  border: none;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 999.98px) {
  .p-post-link .paging-box .wp-pagenavi a.page {
    width: 32px;
    height: 32px;
    font-size: 11px;
    line-height: 1;
  }
}
.p-post-link .paging-box .wp-pagenavi .current {
  width: 45px;
  height: 45px;
  color: #0133A4;
  border: 1px solid #0133A4;
  font-family: "Roboto", sans-serif;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 15px;
  line-height: 1;
}
@media screen and (max-width: 999.98px) {
  .p-post-link .paging-box .wp-pagenavi .current {
    width: 32px;
    height: 32px;
    font-size: 11px;
    line-height: 1;
  }
}
.p-post-link .wp-pagenavi a.nextpostslink {
  display: inline-block;
  width: 21.43px;
  height: 18.75px;
  text-indent: -9999px;
  /* テキスト非表示 */
  background-image: url(../../_assets/img/common/icon-arrow-right-blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-post-link .wp-pagenavi a.nextpostslink:hover {
  border: none !important;
}
@media screen and (max-width: 999.98px) {
  .p-post-link .wp-pagenavi a.nextpostslink {
    width: 15.2px;
    height: 13.3px;
  }
}
.p-post-link .wp-pagenavi a.previouspostslink {
  display: inline-block;
  width: 21.43px;
  height: 18.75px;
  text-indent: -9999px;
  /* テキスト非表示 */
  background-image: url(../../_assets/img/common/icon-arrow-right-blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-post-link .wp-pagenavi a.previouspostslink:hover {
  border: none !important;
}
@media screen and (max-width: 999.98px) {
  .p-post-link .wp-pagenavi a.previouspostslink {
    width: 15.2px;
    height: 13.3px;
  }
}

.p-under-page .p-post-group {
  margin-top: 56px;
}

.p-category + .p-category {
  margin-top: 40px;
}

.p-category .p-category__title {
  font-size: 20px;
  line-height: 2.25;
  letter-spacing: 0;
  font-weight: 500;
}
.p-category .p-category__tag-list li + li {
  margin-top: 8px;
}
.p-category .p-category__tag-list li a {
  color: #3E3E3E;
}
.p-category .p-category__tag-list li a:hover {
  text-decoration: underline;
}
.p-category .p-category__tag-list li a:before {
  content: "#";
  margin-right: 4px;
  /* #と文字の間隔 */
  color: #3E3E3E;
}
.p-category .p-category__list {
  margin-top: 14px;
}
.p-category .p-category__list li + li {
  margin-top: 10px;
}
.p-category .p-category__list li a.c-category-link01, .p-category .p-category__list li a {
  display: block;
  padding: 14px 10px;
  text-align: center;
  color: #3E3E3E;
  background: #E7F0F8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-category .p-category__list li a.c-category-link01:hover, .p-category .p-category__list li a:hover {
  background: #0033A4;
  color: #fff;
  font-weight: bold;
}

.sec-important {
  position: relative;
  padding-bottom: 144px;
  overflow: hidden;
}
@media screen and (max-width: 999.98px) {
  .sec-important {
    padding-bottom: 47.7333333333vw;
  }
}
.sec-important:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/index/sec-important_bg.webp);
  width: 1514.31px;
  height: 116.04px;
}
@media screen and (max-width: 999.98px) {
  .sec-important:before {
    background-image: url(../../_assets/img/index/sp/sec-important_bg.webp);
    width: 100%;
    height: 24.8853333333vw;
  }
}
.sec-important .sec-important__inner {
  padding: 114px 0 130px;
  background-image: url(../../_assets/img/index/sec-important_bg02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sec-important .sec-important__copy {
  margin-top: 28px;
}
@media screen and (max-width: 999.98px) {
  .sec-important .sec-important__copy {
    margin-top: 5.3333333333vw;
  }
}
.sec-important .sec-important__copy p {
  text-align: center;
  font-size: 15px;
  line-height: 2.4666666667;
}
@media screen and (max-width: 999.98px) {
  .sec-important .sec-important__copy p {
    font-size: 4.8vw;
    line-height: 1.8333333333;
  }
}
.sec-important .sec-important__contents {
  margin-top: 38px;
}
@media screen and (max-width: 999.98px) {
  .sec-important .sec-important__contents {
    margin-top: 10.1333333333vw;
  }
}

.sec-search {
  padding: 80px 0;
}
@media screen and (max-width: 999.98px) {
  .sec-search {
    padding: 80px 0;
  }
}

.sec-base {
  padding-bottom: 150px;
}
@media screen and (max-width: 999.98px) {
  .sec-base {
    padding-bottom: 100px;
  }
}
.sec-base .sec-base__item {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 16px 16px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 16px 16px 16px rgba(0, 0, 0, 0.07);
  padding: 50px 40px;
}
@media screen and (max-width: 999.98px) {
  .sec-base .sec-base__item {
    padding: 30px 15px;
  }
}
.sec-base .sec-base__item .sec-base__ob01 {
  position: absolute;
  top: 0;
  left: 0;
}
.sec-base .sec-base__item .sec-base__ob02 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec-base .sec-base__item + .sec-base__item {
  margin-top: 120px;
}
@media screen and (max-width: 999.98px) {
  .sec-base .sec-base__item + .sec-base__item {
    margin-top: 80px;
  }
}
.sec-base .sec-base__contents {
  margin-top: 18px;
}
.sec-base .sec-base__contents p + p {
  margin-top: 20px;
}
.sec-base .sec-base__contents p.tac {
  text-align: center;
}
.sec-base .sec-base__contents .sec-base__map {
  aspect-ratio: 4/3;
}
.sec-base .sec-base__contents .sec-base__map .video-container, .sec-base .sec-base__contents .sec-base__map .video {
  height: 100%;
}
.sec-base .sec-base__contents .sec-base__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-base .sec-base__contents.-privacy {
  margin-top: 40px;
}
.sec-base .sec-base__contents.-privacy p + p {
  margin-top: 32px;
}
.sec-base .sec-base__link {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec-simple + .sec-simple {
  margin-top: 150px;
}
@media screen and (max-width: 999.98px) {
  .sec-simple + .sec-simple {
    margin-top: 50px;
  }
}

.sec-simple {
  margin-top: 90px;
}
.sec-simple.-blue-gb {
  padding: 150px 0;
  background: #E7F0F8;
}
@media screen and (max-width: 999.98px) {
  .sec-simple.-blue-gb {
    padding: 50px 0;
  }
}
.sec-simple .sec-simple__contents {
  margin-top: 28px;
}

.p-simple-dl {
  border-bottom: 1px solid #C1C1C1;
}
.p-simple-dl > dl {
  border-top: 1px solid #C1C1C1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px auto;
  grid-template-columns: 300px auto;
  padding: 20px 0;
}
@media screen and (max-width: 999.98px) {
  .p-simple-dl > dl {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding: 10px 7px;
  }
}
.p-simple-dl > dl dt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 999.98px) {
  .p-simple-dl > dl dt {
    font-size: 13px;
    line-height: 1.9230769231;
    font-weight: 600;
  }
}
.p-simple-dl > dl dd {
  color: #000;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-simple-dl > dl dd {
    font-size: 13px;
    line-height: 1.9230769231;
  }
}
.p-simple-dl > dl dd a {
  color: #0033A4;
}
.p-simple-dl > dl dd .item + .item {
  margin-top: 38px;
}
@media screen and (max-width: 999.98px) {
  .p-simple-dl > dl dd .item + .item {
    margin-top: 18px;
  }
}

.p-history-dl + .p-history-dl {
  padding-top: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-history-dl + .p-history-dl {
    padding-top: 10px;
  }
}
.p-history-dl + .p-history-dl:before {
  height: calc(100% - 60px);
}
@media screen and (max-width: 999.98px) {
  .p-history-dl + .p-history-dl:before {
    height: calc(100% - 90px);
  }
}

.p-history-dl {
  position: relative;
}
.p-history-dl:before {
  position: absolute;
  top: 17px;
  left: 3.5px;
  width: 1px;
  height: 100%;
  content: "";
  background: #C1C1C1;
}
@media screen and (max-width: 999.98px) {
  .p-history-dl:before {
    left: 3px;
  }
}
.p-history-dl dl + dl {
  margin-top: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-history-dl dl + dl {
    margin-top: 10px;
  }
}
.p-history-dl dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 152px auto;
  grid-template-columns: 152px auto;
}
@media screen and (max-width: 999.98px) {
  .p-history-dl dl {
    -ms-grid-columns: 124px auto;
    grid-template-columns: 124px auto;
  }
}
.p-history-dl dl dt {
  position: relative;
  padding-left: 38px;
  font-size: 23px;
  line-height: 1.3043478261;
  font-weight: 500;
  letter-spacing: 0;
  color: #0033A4;
}
@media screen and (max-width: 999.98px) {
  .p-history-dl dl dt {
    padding-left: 34px;
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.p-history-dl dl dt:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 8px;
  background: #0033A4;
}
@media screen and (max-width: 999.98px) {
  .p-history-dl dl dt:before {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-history-dl dl dd {
    font-size: 13px;
    line-height: 1.3846153846;
    letter-spacing: 0;
  }
}

.p-light-dl dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64px auto;
  grid-template-columns: 64px auto;
}
@media screen and (max-width: 999.98px) {
  .p-light-dl dl {
    -ms-grid-columns: 58px auto;
    grid-template-columns: 58px auto;
  }
}
.breadcrumbs {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.7692307692;
  letter-spacing: 0;
  font-weight: 300;
  color: #000;
}
@media screen and (max-width: 999.98px) {
  .breadcrumbs {
    margin-top: 10px;
    font-size: 9px;
    line-height: 1.7777777778;
  }
}
.breadcrumbs a {
  font-size: 13px;
  line-height: 1.7692307692;
  letter-spacing: 0;
  font-weight: 300;
  color: #9F9F9F;
}
@media screen and (max-width: 999.98px) {
  .breadcrumbs a {
    font-size: 9px;
    line-height: 1.7777777778;
  }
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .home {
  margin-right: 10px;
}
@media screen and (max-width: 999.98px) {
  .breadcrumbs .home {
    margin-right: 6px;
  }
}
.breadcrumbs a.post-post {
  margin: 0 6px 0 3px;
}
.breadcrumbs .post-page {
  margin-left: 6px;
}
@media screen and (max-width: 999.98px) {
  .breadcrumbs .post-page {
    margin-left: 3px;
  }
}

.p-en-visual {
  position: relative;
  margin-top: 102px;
}
@media screen and (max-width: 999.98px) {
  .p-en-visual {
    margin-top: 53px;
  }
}
.p-en-visual .p-en-visual__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-en-visual .p-en-visual__inner .l-wrapper {
  height: 100%;
}
.p-en-visual .p-en-visual__title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 45px;
  line-height: 1.2888888889;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 0 20px #00000D;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-en-visual .p-en-visual__title {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-en-visual .p-en-visual__bg {
  height: 760px;
}
@media screen and (max-width: 999.98px) {
  .p-en-visual .p-en-visual__bg {
    height: 420px;
  }
}
.p-en-visual .p-en-visual__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sub-visual {
  position: relative;
  margin-top: 102px;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual {
    margin-top: 53px;
  }
}
.p-sub-visual .p-sub-visual__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: 45px;
  line-height: 1.2888888889;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 0 20px #00000D;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__title {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-sub-visual .p-sub-visual__bg {
  height: 370px;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__bg {
    height: 125px;
  }
}
.p-sub-visual .p-sub-visual__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-redemore-warp {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-terminal-nav {
  margin-top: 54px;
  padding: 22px 10px;
  background: #E7F0F8;
}
@media screen and (max-width: 999.98px) {
  .p-terminal-nav {
    margin-top: 20px;
    padding: 10px 14px;
  }
}
.p-terminal-nav .p-terminal-nav__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;
}
@media screen and (max-width: 999.98px) {
  .p-terminal-nav .p-terminal-nav__list {
    gap: 10px 0;
  }
}
.p-terminal-nav .p-terminal-nav__list li a {
  position: relative;
  padding-right: 24px;
  font-size: 18px;
  line-height: 1.1111111111;
  color: #000;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 999.98px) {
  .p-terminal-nav .p-terminal-nav__list li a {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.p-terminal-nav .p-terminal-nav__list li a span {
  position: relative;
}
.p-terminal-nav .p-terminal-nav__list li a span:before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4px;
  width: 100%;
  height: 1px;
  content: "";
  background: #0033A4;
  opacity: 0;
}
.p-terminal-nav .p-terminal-nav__list li a:hover {
  color: #0033A4;
}
.p-terminal-nav .p-terminal-nav__list li a:hover span:before {
  opacity: 1;
}
.p-terminal-nav .p-terminal-nav__list li + li {
  padding-left: 24px;
  border-left: 1px solid #C1C1C1;
}
@media screen and (max-width: 999.98px) {
  .p-terminal-nav .p-terminal-nav__list li + li {
    padding-left: 20px;
  }
}

.p-under-page {
  padding-bottom: 160px;
}
@media screen and (max-width: 999.98px) {
  .p-under-page {
    padding-bottom: 96px;
  }
}

.sec-message {
  margin-top: 80px;
  padding-bottom: 140px;
}
@media screen and (max-width: 999.98px) {
  .sec-message {
    margin-top: 28px;
    padding-bottom: 66px;
  }
}

.p-meta-name {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 14px;
}
@media screen and (max-width: 999.98px) {
  .p-meta-name {
    margin-top: 20px;
    gap: 0 10px;
  }
}
.p-meta-name .p-meta-name__job {
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-meta-name .p-meta-name__job {
    font-size: 14px;
    line-height: 2;
  }
}
.p-meta-name .p-meta-name__name {
  font-weight: 500;
  font-size: 30px;
  line-height: 0.9333333333;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-meta-name .p-meta-name__name {
    font-size: 24px;
    line-height: 1.1666666667;
  }
}

.sec01 {
  margin-top: 136px;
}
@media screen and (max-width: 999.98px) {
  .sec01 {
    margin-top: 60px;
  }
}
.sec01 .sec01__contents {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .sec01 .sec01__contents {
    margin-top: 18px;
  }
}
.sec01 .sec01__group {
  margin-top: 88px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 999.98px) {
  .sec01 .sec01__group {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 40px 0;
  }
}
.sec01 .sec01__item {
  margin-top: 88px;
}
.sec01 .sec01__link {
  margin-top: 74px;
  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) {
  .sec01 .sec01__link {
    margin-top: 32px;
  }
}
.sec01 .sec01__link.-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 999.98px) {
  .sec01 .sec01__link.-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-about-image001 {
  margin-top: 24px;
  padding: 0 54px;
}
.p-about-image001 .p-about-image001__sp {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-about-image001 .p-about-image001__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 8px;
    font-size: 13px;
    line-height: 1.9230769231;
    letter-spacing: 0;
    font-weight: 300;
  }
}
.p-about-image001 .p-about-image001__icon {
  width: 31px;
}
@media screen and (max-width: 999.98px) {
  .p-about-image001 {
    margin-top: 16px;
    padding: 8px 0 40px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    /* iOSでスムーズスクロール */
    white-space: nowrap;
    /* ←コレが重要！ */
    width: 100%;
  }
  .p-about-image001 img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.p-about-image001 .p-about-image001__inner {
  margin-top: 8px;
}
@media screen and (max-width: 999.98px) {
  .p-about-image001 .p-about-image001__inner {
    width: 558px;
  }
}

.sec01 + .sec01 {
  margin-top: 138px;
}
@media screen and (max-width: 999.98px) {
  .sec01 + .sec01 {
    margin-top: 70px;
  }
}

.p-image-group01 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: 608px 469px;
  grid-template-columns: 608px 469px;
}
@media screen and (max-width: 999.98px) {
  .p-image-group01 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 28px 0;
  }
}

.c-copy-heading + .p-simple-dl {
  margin-top: 32px;
}

.p-patten-group {
  margin-top: 70px;
}
.p-patten-group .c-copy-heading + .p-patten-group__item {
  margin-top: 28px;
}
.p-patten-group .p-patten-group__item + .p-patten-group__item {
  margin-top: 150px;
}
@media screen and (max-width: 999.98px) {
  .p-patten-group .p-patten-group__item + .p-patten-group__item {
    margin-top: 50px;
  }
}

.p-link-block {
  margin-top: 30px;
  margin-left: auto;
  gap: 0 10px;
  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) {
  .p-link-block {
    margin-top: 24px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 16px 0;
  }
}
.p-link-block > div {
  width: 210px;
}
@media screen and (max-width: 999.98px) {
  .p-link-block > div {
    width: 100%;
  }
}

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

.p-icon-group {
  position: relative;
  max-width: 602px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 170px 46px 170px 46px 170px;
  grid-template-columns: repeat(3, 170px);
  gap: 0 46px;
}
@media screen and (max-width: 999.98px) {
  .p-icon-group {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 10px;
  }
}
.p-icon-group.-arrow-plus {
  margin-top: 38px;
  padding-top: 70px;
}
@media screen and (max-width: 999.98px) {
  .p-icon-group.-arrow-plus {
    margin-top: 26px;
    padding-top: 52px;
  }
}
.p-icon-group.-arrow-plus:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 206px;
  height: 41px;
  background-image: url(../../_assets/img/page/healthcare-solutions/arrow-plus.webp);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 999.98px) {
  .p-icon-group.-arrow-plus:before {
    width: 138px;
    height: 27px;
  }
}

.p-circle-icon figure figcaption {
  text-align: center;
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 999.98px) {
  .p-circle-icon figure figcaption {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.2307692308;
  }
}

.p-image-pack01 {
  margin-top: 36px;
  padding: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 108px 16px auto;
  grid-template-columns: 108px auto;
  gap: 0 16px;
  background: #E7F0F8;
}
@media screen and (max-width: 999.98px) {
  .p-image-pack01 {
    padding: 20px 22px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 18px 0;
  }
}
@media screen and (max-width: 999.98px) {
  .p-image-pack01 .p-image-pack01__image {
    width: 108px;
    margin: auto;
  }
}
.p-image-pack01 .p-image-pack01__text01 p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 400;
}
.p-image-pack01 .p-image-pack01__text02 p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 400;
}

.p-icon-pack01 {
  margin-top: 18px;
}
.p-icon-pack01 .p-icon-pack01__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 999.98px) {
  .p-icon-pack01 .p-icon-pack01__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 10px 0;
  }
}

.p-pattern-unit02__image01 {
  margin-top: 14px;
}

.p-blue-box {
  margin-top: 32px;
  padding: 22px 28px;
  background: #E7F0F8;
}
.p-blue-box .p-blue-box__title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0;
}
.p-blue-box .p-blue-box__list {
  margin-top: 22px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 999.98px) {
  .p-blue-box .p-blue-box__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 10px;
  }
}

.p-box-icon {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55px 12px auto;
  grid-template-columns: 55px auto;
  gap: 0 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-box-icon .p-box-icon__text p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 400;
}

.c-light-heading02 + .p-check-wrap {
  margin-top: 18px;
}

.p-check01 .p-check01__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 999.98px) {
  .p-check01 .p-check01__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 10px;
  }
}

.p-work-box {
  padding: 45px;
  margin-top: 150px;
  background-image: url(../../_assets/img/page/work_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 999.98px) {
  .p-work-box {
    margin-top: 46px;
    padding: 42px 20px;
  }
}
.p-work-box .p-work-box__title {
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-work-box .p-work-box__title {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.p-work-box .p-work-box__text {
  margin-top: 24px;
}
.p-work-box .p-work-box__text p {
  text-align: center;
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-work-box .p-work-box__text p {
    font-size: 13px;
    line-height: 1.9230769231;
  }
}
.p-work-box .p-work-box__link {
  margin-top: 40px;
  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-work-box .p-work-box__link {
    margin-top: 20px;
  }
}

.p-recruit {
  margin-top: 52px;
}
@media screen and (max-width: 999.98px) {
  .p-recruit {
    margin-top: 32px;
  }
}
.p-recruit .p-recruit-head {
  max-width: 788px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 999.98px) {
  .p-recruit .p-recruit-head {
    max-width: 384px;
  }
}
.p-recruit .p-recruit-title {
  font-size: 28px;
  line-height: 1.6071428571;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-recruit .p-recruit-title {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-recruit .p-recruit-text {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-recruit .p-recruit-text {
    margin-top: 24px;
  }
}
.p-recruit .p-recruit-text p {
  font-size: 16px;
  line-height: 2.1875;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-recruit .p-recruit-text p {
    font-size: 13px;
    line-height: 1.9230769231;
  }
}
.p-recruit .c-simple-heading02 + .p-recruit-link {
  margin-top: 20px;
}
.p-recruit .p-recruit-link {
  margin-top: 32px;
  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-recruit .p-recruit-link {
    margin-top: 24px;
  }
}
.p-recruit .p-recruit-link .p-recruit-link__list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: 384px 20px 384px;
  grid-template-columns: repeat(2, 384px);
  gap: 0 20px;
}
@media screen and (max-width: 999.98px) {
  .p-recruit .p-recruit-link .p-recruit-link__list {
    max-width: 384px;
    width: 100%;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 16px 0;
  }
}
.p-recruit .p-recruit-link .p-recruit-link__list .title + a {
  margin-top: 6px;
}
.p-recruit .p-recruit-link .p-recruit-link__list .title {
  font-size: 21px;
  line-height: 1.5238095238;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-recruit .p-recruit-link .p-recruit-link__list .title {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.p-recruit .p-recruit-link .p-recruit-link__list a {
  display: block;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.p-recruit .p-recruit-link .p-recruit-link__list a:hover {
  opacity: 0.7;
}
.p-recruit .p-recruit-link .p-recruit-link__list img {
  display: block;
  width: 100%;
  height: auto;
}
.p-recruit .p-recruit-head__item {
  margin-top: 54px;
}

.p-privacy {
  margin-top: 42px;
}
.p-privacy .p-privacy__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-privacy .p-privacy__item + .p-privacy__item {
  margin-top: 70px;
}
@media screen and (max-width: 999.98px) {
  .p-privacy .p-privacy__item + .p-privacy__item {
    margin-top: 42px;
  }
}
.p-privacy .p-privacy__sec + .p-privacy__sec {
  margin-top: 126px;
}
@media screen and (max-width: 999.98px) {
  .p-privacy .p-privacy__sec + .p-privacy__sec {
    margin-top: 60px;
  }
}
.p-privacy .p-privacy__title {
  font-size: 22px;
  line-height: 1.4545454545;
  left: 0;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-privacy .p-privacy__title {
    font-size: 15px;
    line-height: 1.6;
  }
}
.p-privacy .p-privacy__blue-box {
  margin-top: 34px;
  padding: 40px;
  background: #E7F0F8;
}
.p-privacy .p-privacy__blue-box.-center {
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-privacy .p-privacy__blue-box {
    font-size: 13px;
    line-height: 1.9230769231;
  }
}
.p-privacy .p-privacy__dl {
  margin-top: 20px;
}
.p-privacy .p-privacy__dl p {
  margin-top: 10px;
}
@media screen and (max-width: 999.98px) {
  .p-privacy .p-privacy__dl p {
    font-size: 13px;
    line-height: 1.9230769231;
  }
}
.p-privacy .p-privacy__dl dl {
  padding: 16px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 408px auto;
  grid-template-columns: 408px auto;
  border-bottom: 1px solid #C1C1C1;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 999.98px) {
  .p-privacy .p-privacy__dl dl {
    padding: 10px 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    font-size: 13px;
    line-height: 1.9230769231;
    gap: 6px;
  }
}
.p-privacy .p-privacy__dl dl:first-child {
  padding-top: 0;
}

.paging-box .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paging-box .wp-pagenavi .pages {
  border: none;
}
.paging-box .wp-pagenavi a, .paging-box .wp-pagenavi span {
  padding: 0;
  margin: 0;
  border: none;
}
.paging-box .wp-pagenavi a .icon-l {
  display: block;
  width: 49px;
  height: 49px;
  background-image: url(../../_assets/img/page/icon-l.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.paging-box .wp-pagenavi a .icon-l:hover {
  bottom: 1px solid #98865E;
  border-radius: 49px;
}
.paging-box .wp-pagenavi a.previouspostslink {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 49px;
  border: 1px solid transparent;
}
.paging-box .wp-pagenavi a.previouspostslink:hover {
  border: 1px solid #98865E;
}
.paging-box .wp-pagenavi a.nextpostslink {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 49px;
  border: 1px solid transparent;
}
.paging-box .wp-pagenavi a.nextpostslink .icon-r {
  display: block;
  width: 49px;
  height: 49px;
  background-image: url(../../_assets/img/page/icon-r.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.paging-box .wp-pagenavi a.nextpostslink:hover {
  border: 1px solid #98865E;
}
.paging-box .wp-pagenavi a.page {
  font-size: 20px;
  line-height: 1;
  color: #604D3B;
  border: none;
  border-bottom: 1px solid #000;
  margin: 0;
  padding: 0;
  height: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.paging-box .wp-pagenavi a.page:hover {
  border-bottom: none;
}
.paging-box .wp-pagenavi span {
  padding: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  height: 25px;
}
.paging-box .wp-pagenavi span.current {
  color: #A88577;
  border: none;
  font-weight: 400;
  margin: 0;
}
.paging-box .wp-pagenavi .nextpostslink, .paging-box .wp-pagenavi .previouspostslink {
  border: none;
}
.paging-box .wp-pagenavi .wp-pagenavi .nextpostslink {
  position: relative;
  margin-left: 30px;
  color: #fff;
}
.paging-box .wp-pagenavi .wp-pagenavi .previouspostslink {
  position: relative;
  margin-right: 30px;
  color: #fff;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 42px;
}
@media screen and (max-width: 999.98px) {
  .wp-pagenavi {
    gap: 10px 32px;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none;
}

.wp-pagenavi a, .wp-pagenavi span.extend, .wp-pagenavi span.last {
  border: none;
}

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

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

a.p-image-card02:hover .p-image-card02__sub:before {
  opacity: 1;
}
a.p-image-card02:hover .p-image-card02__text {
  text-decoration: underline;
}
a.p-image-card02:hover .p-image-card02__text:before {
  right: 0;
}
a.p-image-card02 .p-image-card02__text {
  position: relative;
  margin-top: 14px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 999.98px) {
  a.p-image-card02 .p-image-card02__text {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.8666666667;
  }
}
a.p-image-card02 .p-image-card02__text:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 10.98px;
  height: 9.61px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/icon-arrow-right-blue.png);
}
a.p-image-card02 .p-image-card02__sub {
  position: relative;
  overflow: hidden;
}
a.p-image-card02 .p-image-card02__sub:before {
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  /* 黒の40%透過オーバーレイ */
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  /* クリックを邪魔しない */
  content: "";
  z-index: 10;
}

.p-image-card01, a.p-image-card01 {
  position: relative;
  width: 100%;
  height: 265px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-shadow: 0 5px 12px rgba(0, 20, 65, 0.5);
  overflow: hidden;
  z-index: 0;
}
.p-image-card01 span, a.p-image-card01 span {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 999.98px) {
  .p-image-card01, a.p-image-card01 {
    font-size: 30px;
    line-height: 1;
  }
}
.p-image-card01:hover:before, a.p-image-card01:hover:before {
  opacity: 1;
}
.p-image-card01.-new-graduate, a.p-image-card01.-new-graduate {
  background-image: url(../../_assets/img/index/recruit_image01.webp);
}
.p-image-card01.-mid-career, a.p-image-card01.-mid-career {
  background-image: url(../../_assets/img/index/recruit_image02.webp);
}
.p-image-card01:before, a.p-image-card01:before {
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  /* 黒の40%透過オーバーレイ */
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  /* クリックを邪魔しない */
  content: "";
  z-index: 1;
}

a.p-news-card {
  position: relative;
  display: block;
  padding: 22px 22px 22px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 999.98px) {
  a.p-news-card {
    padding: 20px 20px 20px 0;
  }
}
a.p-news-card.-search .p-news-card__title {
  margin-top: 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  color: #0033A4;
}
a.p-news-card.-search .p-news-card__text {
  margin-top: 8px;
}
a.p-news-card.-search .p-news-card__text p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
a.p-news-card:hover {
  background: rgba(0, 0, 0, 0.05);
  /* 黒の40%透過オーバーレイ */
}
a.p-news-card:hover:before {
  right: 0;
}
a.p-news-card:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4px;
  width: 10.98px;
  height: 9.61px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/icon-arrow-right-blue.png);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.p-news-card .p-news-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
a.p-news-card .p-news-card__title {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
  color: #333;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  a.p-news-card .p-news-card__title {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.9230769231;
  }
}

.p-contact {
  padding-top: 52px;
}
.p-contact .p-contact__head p {
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-weight: 400;
}
.p-contact .p-contact__contents {
  margin-top: 46px;
}

.p-contact-end .p-contact-end__title {
  position: relative;
  padding-top: 96px;
  text-align: center;
  font-size: 32px;
  line-height: 1.71875;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-contact-end .p-contact-end__title {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
.p-contact-end .p-contact-end__title:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../../_assets/img/common/icon_form-check.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 59.6px;
  height: 54px;
}
.p-contact-end .p-contact-end__text {
  margin-top: 28px;
}
.p-contact-end .p-contact-end__text p {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .p-contact-end .p-contact-end__text p {
    font-size: 13px;
    line-height: 1.9230769231;
  }
}
.p-contact-end .p-contact-end__link {
  margin-top: 84px;
  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-contact-end .p-contact-end__link {
    margin-top: 30px;
  }
}

.p-form .p-form__privacy {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 0;
  font-weight: 300;
}
.p-form .p-form__privacy a {
  text-decoration: underline;
  color: #0033A4;
}
.p-form .p-form__input {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 999.98px) {
  .p-form .p-form__input {
    -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: 16px 0;
  }
}
.p-form .p-form__input .p-form__box-input {
  position: relative;
  max-width: 384px;
  width: 100%;
}
.p-form .p-form__input .p-form__box-input:first-child {
  display: none;
}
.p-form .p-form__input .p-form__box-input:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 13.05px;
  height: 11.42px;
  background-image: url(../../_assets/img/common/icon-akar-arrow-right.png);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 10;
}
.p-form .p-form__input .p-form__box-input:hover {
  background: none;
  color: #0033A4;
}
.p-form .p-form__input .p-form__box-input:hover input {
  background: none;
  color: #0033A4;
}
.p-form .p-form__input .p-form__box-input:hover:before {
  right: 24px;
  background-image: url(../../_assets/img/common/icon-arrow-right-blue.png);
}
.p-form .p-form__input input {
  position: relative;
  width: 100%;
  padding: 19.5px 30px;
  background: #0033A4;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #0033A4;
}
@media screen and (max-width: 999.98px) {
  .p-form .p-form__input input {
    padding: 14.5px 30px;
  }
}
.p-form .p-form__dl dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 260px auto;
  grid-template-columns: 260px auto;
  padding: 20px 0;
  border-top: 1px solid #C1C1C1;
}
@media screen and (max-width: 999.98px) {
  .p-form .p-form__dl dl {
    padding: 16px 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 10px 0;
  }
}
.p-form .p-form__dl dl:last-child {
  border-bottom: 1px solid #C1C1C1;
}
.p-form .p-form__dl dl .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-form .p-form__dl dl .name {
    font-size: 13px;
    line-height: 2.2307692308;
  }
}
.p-form .p-form__dl dl .option {
  font-size: 13px;
  line-height: 1.8461538462;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-form .p-form__dl dl .option {
    font-size: 10px;
    line-height: 2.7;
  }
}
.p-form .p-form__dl dl dd input {
  padding: 16px;
  border: 1px solid #000;
  border-radius: 3px;
  width: 100%;
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-form .p-form__dl dl dd input {
    padding: 9px;
    font-size: 13px;
    line-height: 2.2307692308;
  }
}
.p-form .p-form__dl dl dd select {
  padding: 16px;
  border: 1px solid #000;
  border-radius: 3px;
  width: 100%;
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-form .p-form__dl dl dd select {
    padding: 9px;
    font-size: 13px;
    line-height: 2.2307692308;
  }
}
.p-form .p-form__dl dl dd textarea {
  padding: 16px;
  border: 1px solid #000;
  border-radius: 3px;
  width: 100%;
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0;
  font-weight: 400;
  min-height: 210px;
}
@media screen and (max-width: 999.98px) {
  .p-form .p-form__dl dl dd textarea {
    padding: 9px;
    font-size: 13px;
    line-height: 2.2307692308;
  }
}
.p-form .p-form__dl dl dd .item + .item {
  margin-top: 14px;
}
.p-form .p-form__dl dl dd .item.-short {
  max-width: 415px;
  width: 100%;
}

.page-to .p-form__input .p-form__box-input {
  position: relative;
  max-width: 384px;
  width: 100%;
  gap: 0 20px;
}
.page-to .p-form__input .p-form__box-input:last-child {
  display: block;
}

.sec01 .mw_wp_form .error {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .sec01 .mw_wp_form .error {
    font-size: 18px;
  }
}

.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 .vertical-item + .vertical-item {
  margin-top: 6px;
}
.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: #0033A4;
  -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: 3px;
  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 #0033A4;
}
.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 {
  left: -1px;
  background-color: #0033A4;
}
.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 #0033A4;
}
.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%;
}

.page-re-to .p-from-bottom__text {
  display: block;
}

.page-sale-to .p-from-bottom__text {
  display: none;
}
.page-sale-to .p-check-box__head {
  display: none;
}
.page-sale-to .p-check-box__main:before {
  display: none;
}

.p-check-box__head input[type=checkbox] {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  margin-right: 14px;
}

.p-from-bottom {
  margin-top: 40px;
  text-align: center;
}
.p-from-bottom a .cRed {
  color: red;
}

.p-check-box {
  display: block;
}
.p-check-box .p-check-box__main {
  position: relative;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-check-box .p-check-box__main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5;
  content: "";
  z-index: 10;
}
.p-check-box .p-check-box_contents {
  margin-top: 40px;
}
.p-check-box .p-check-box__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 40px;
}
@media screen and (max-width: 999.98px) {
  .p-check-box .p-check-box__btn-wrap {
    -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: 30px 0;
  }
}
.p-check-box .p-check-box__btn-wrap .c-btn-input:last-child {
  display: none;
}
.p-check-box.is-check .p-check-box__main:before {
  display: none;
}

.mw_wp_form_preview .p-check-box .p-check-box__btn-wrap .c-btn-input:last-child {
  display: block;
}

.p-sitemap .menu-sitemap-container .menu li {
  list-style: disc;
}
.p-sitemap .menu-sitemap-container .menu li a {
  color: #000;
}
.p-sitemap .menu-sitemap-container .menu li + li {
  margin-top: 8px;
}

.p-head + .p-text01,
.p-head + .p-link-parts {
  margin-top: 56px;
}
@media screen and (max-width: 999.98px) {
  .p-head + .p-text01,
.p-head + .p-link-parts {
    margin-top: 24px;
  }
}

.p-link-parts {
  margin-top: 56px;
}
@media screen and (max-width: 999.98px) {
  .p-link-parts {
    margin-top: 24px;
  }
}

.p-l-head.-links {
  position: relative;
  display: inline-block;
  padding-right: 44px;
}
.p-l-head.-links:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 25px;
  height: 25px;
  background-image: url(../../_assets/img/common/icon_cirlc_arrow_white.webp);
}
.p-l-head.-links:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 25px;
  height: 25px;
  background-image: url(../../_assets/img/common/icon_cirlc_arrow.webp);
  z-index: 4;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.p-l-head.-links:hover:after {
  opacity: 1;
}

.p-l-head + .p-text01, .p-profile-unit__sp-image + .p-text01 {
  margin-top: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-l-head + .p-text01, .p-profile-unit__sp-image + .p-text01 {
    margin-top: 16px;
  }
}

.p-text01.-white p {
  color: #fff;
}
.p-text01 p + p {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-text01 p + p {
    margin-top: 28px;
  }
}
.p-text01 p {
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .p-text01 p {
    font-size: 13px;
    line-height: 1.9230769231;
  }
}

.p-copy01 {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-copy01 {
    padding-left: 14px;
  }
}
.p-copy01:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #0033A4;
  content: "";
}
@media screen and (max-width: 999.98px) {
  .p-copy01:before {
    width: 7px;
    height: 7px;
  }
}
.p-copy01 p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #000;
}
@media screen and (max-width: 999.98px) {
  .p-copy01 p {
    font-size: 12px;
    line-height: 1.4166666667;
  }
}
.p-copy01.-white:before {
  background: #fff;
}
.p-copy01.-white p {
  color: #fff;
}

.p-copy02 p {
  font-size: 18px;
  line-height: 2.1111111111;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-copy02 p {
    font-size: 12px;
    line-height: 1.4166666667;
  }
}

.p-copy03 p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 400;
  color: #3D3D3D;
}

.p-link01 {
  margin-top: 42px;
  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) {
  .p-link01 {
    margin-top: 20px;
  }
}

.p-terminal-head {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-terminal-head {
    margin-top: 28px;
  }
}

.p-hover-area {
  position: relative;
  z-index: 10;
  padding: 24px 0 40px;
  background: #fff;
}
.p-hover-area .p-hover-area__contents {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #A0A0A0;
}
.p-hover-area .p-hover-area__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 300px;
  grid-template-columns: auto 300px;
}
.p-hover-area .p-hover-area__list + .p-hover-area__list {
  margin-top: 42px;
}
.p-hover-area .p-hover-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-hover-area .p-hover-area__list li {
  width: 300px;
}
.p-hover-area .p-hover-area__list.-full {
  gap: 0 30px;
}
.p-hover-area .p-hover-area__list.-full li {
  width: auto;
}

.p-profile-unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 24px 384px;
  grid-template-columns: auto 384px;
  gap: 0 24px;
}
@media screen and (max-width: 999.98px) {
  .p-profile-unit {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 28px 0;
  }
}
@media screen and (max-width: 999.98px) {
  .p-profile-unit .p-profile-unit__sub {
    display: none;
  }
}
.p-profile-unit .p-profile-unit__sp-image {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-profile-unit .p-profile-unit__sp-image {
    display: block;
    margin: 28px 0 20px;
  }
}

.p-unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 22px 600px;
  grid-template-columns: auto 600px;
  gap: 0 22px;
}
@media screen and (max-width: 999.98px) {
  .p-unit {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 30px 0;
  }
}

.p-pattern-unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 384px 16px auto;
  grid-template-columns: 384px auto;
  gap: 0 16px;
}
@media screen and (max-width: 999.98px) {
  .p-pattern-unit {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
        grid-template-areas: "title" "sub" "main";
  }
}
.p-pattern-unit .p-pattern-unit__title + .p-pattern-unit__text {
  margin-top: 18px;
}
@media screen and (max-width: 999.98px) {
  .p-pattern-unit .p-pattern-unit__title + .p-pattern-unit__text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-pattern-unit .p-pattern-unit__sub {
    grid-area: sub;
    margin-top: 10px;
  }
}
.p-pattern-unit .p-pattern-unit__sub img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 999.98px) {
  .p-pattern-unit .p-pattern-unit__title {
    grid-area: title;
  }
}
.p-pattern-unit .p-pattern-unit__text {
  padding-left: 6px;
}
@media screen and (max-width: 999.98px) {
  .p-pattern-unit .p-pattern-unit__text {
    grid-area: main;
  }
}
.p-pattern-unit .p-pattern-unit__text p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-pattern-unit .p-pattern-unit__text p {
    font-size: 13px;
    line-height: 1.9230769231;
  }
}
@media screen and (max-width: 999.98px) {
  .p-pattern-unit .p-pattern-unit__main {
    display: contents;
  }
}

.p-pattern-unit + .p-pattern-unit {
  margin-top: 40px;
}
@media screen and (max-width: 999.98px) {
  .p-pattern-unit + .p-pattern-unit {
    margin-top: 72px;
  }
}

.p-unit + .p-set-unit01 {
  margin-top: 110px;
}
@media screen and (max-width: 999.98px) {
  .p-unit + .p-set-unit01 {
    margin-top: 54px;
  }
}

.p-set-unit01 + .p-set-unit01 {
  margin-top: 68px;
}
@media screen and (max-width: 999.98px) {
  .p-set-unit01 + .p-set-unit01 {
    margin-top: 42px;
  }
}

.p-set-unit01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 999.98px) {
  .p-set-unit01 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
        grid-template-areas: "title" "sub" "text" "link";
  }
  .p-set-unit01 > .p-pattern-unit__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-set-unit01 > .p-pattern-unit__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.p-set-unit01.-reverse {
      grid-template-areas: "sub main";
}
@media screen and (max-width: 999.98px) {
  .p-set-unit01.-reverse {
        grid-template-areas: "title" "sub" "text" "link";
  }
  .p-set-unit01.-reverse > .p-pattern-unit__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-pattern-unit .p-pattern-unit__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.p-set-unit01.-reverse .p-set-unit01__main {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: main;
  padding-left: 50px;
  padding-right: 0;
}
@media screen and (max-width: 999.98px) {
  .p-set-unit01.-reverse .p-set-unit01__main {
    padding-left: 0;
  }
}
.p-set-unit01.-reverse .p-set-unit01__sub {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sub;
}
.p-set-unit01 .p-set-unit01__main {
  padding-right: 50px;
}
@media screen and (max-width: 999.98px) {
  .p-set-unit01 .p-set-unit01__main {
    padding-right: 0;
    display: contents;
  }
}
@media screen and (max-width: 999.98px) {
  .p-set-unit01 .p-l-head {
    grid-area: title;
  }
}
@media screen and (max-width: 999.98px) {
  .p-set-unit01 .p-set-unit01__sub {
    margin-top: 14px;
    grid-area: sub;
  }
}
@media screen and (max-width: 999.98px) {
  .p-set-unit01 .p-text01 {
    grid-area: text;
  }
}
@media screen and (max-width: 999.98px) {
  .p-set-unit01 .p-link01 {
    grid-area: link;
  }
}

.c-copy-heading + .p-pattern-unit02,
.c-copy-heading + .c-light-heading01 {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .c-copy-heading + .p-pattern-unit02,
.c-copy-heading + .c-light-heading01 {
    margin-top: 12px;
  }
}

.p-text01 + .p-pattern-unit02 {
  margin-top: 48px;
}

.p-pattern-unit02 + .p-pattern-unit02 {
  margin-top: 40px;
}

.p-pattern-unit02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 384px 24px auto;
  grid-template-columns: 384px auto;
  gap: 0 24px;
}
@media screen and (max-width: 999.98px) {
  .p-pattern-unit02 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 16px 0;
  }
}
.p-pattern-unit02.-reverse {
  -ms-grid-columns: auto 384px;
  grid-template-columns: auto 384px;
      grid-template-areas: "main sub";
}
@media screen and (max-width: 999.98px) {
  .p-pattern-unit02.-reverse {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 16px 0;
    -ms-grid-rows: auto 16px auto;
        grid-template-areas: "sub" "main";
  }
  .p-pattern-unit02.-reverse > .p-pattern-unit__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-pattern-unit02.-reverse > .p-pattern-unit__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-pattern-unit02.-reverse > .p-set-unit01__main {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-pattern-unit02.-reverse > .p-set-unit01__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-pattern-unit02.-reverse > .p-set-unit01__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.p-pattern-unit02.-reverse .p-pattern-unit02__main {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: main;
}
.p-pattern-unit02.-reverse .p-pattern-unit02__sub {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: sub;
}

.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-cancel {
  display: block;
}

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

.js-switch02 .js-switch02-btn {
  display: block;
  cursor: pointer;
}
.js-switch02 .js-switch02-btn button {
  cursor: pointer;
}
.js-switch02 .js-switch02-contents {
  display: none;
}
.js-switch02 .js-switch-cancel {
  display: none;
}
.js-switch02.open .js-switch-cancel {
  display: block;
}

.p-detail01 .p-detail01__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__meta {
    gap: 0 calc((27/640)*100vw);
  }
}
.p-detail01 .p-detail01__meta .p-detail01__date {
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__meta .p-detail01__date {
    font-size: 5.6vw;
    line-height: 1;
  }
}
.p-detail01 .p-detail01__contents {
  margin-top: 24px;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents {
    margin-top: 9.0666666667vw;
  }
}
.p-detail01 .p-detail01__contents h2 {
  margin-top: 60px;
  font-size: 28px;
  line-height: 1.7142857143;
  border-bottom: 2px solid #333;
  color: #444950;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents h2 {
    margin-top: 15.4666666667vw;
    font-size: 7.4666666667vw;
    line-height: 1.7142857143;
    border-bottom: calc((2/640)*100vw) solid #333;
  }
}
.p-detail01 .p-detail01__contents h2:first-child {
  margin-top: 0;
}
.p-detail01 .p-detail01__contents h3 {
  margin-top: 50px;
  padding: 10px 22px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.7142857143;
  background: #0033A4;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents h3 {
    padding: calc((20/640)*100vw);
    margin-top: 12.8vw;
    font-size: 7.4666666667vw;
    line-height: 1.5357142857;
  }
}
.p-detail01 .p-detail01__contents h4 {
  margin-top: 42px;
  font-size: 25px;
  line-height: 1.72;
  font-weight: bold;
  color: #0033A4;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents h4 {
    margin-top: 10.6666666667vw;
    font-size: 6.6666666667vw;
    line-height: 1.72;
  }
}
.p-detail01 .p-detail01__contents h5 {
  margin-top: 38px;
  font-size: 22px;
  line-height: 1.6818181818;
  font-weight: bold;
  color: #0033A4;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents h5 {
    margin-top: 9.0666666667vw;
    font-size: 5.8666666667vw;
    line-height: 1.6818181818;
  }
}
.p-detail01 .p-detail01__contents p {
  margin-top: 42px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
  color: #333;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents p {
    margin-top: 10.6666666667vw;
    font-size: 5.6vw;
    line-height: 1.9047619048;
  }
}
.p-detail01 .p-detail01__contents p a {
  color: #333;
  text-decoration: underline;
}
.p-detail01 .p-detail01__contents ul {
  margin-top: 42px;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents ul {
    margin-top: 6.9333333333vw;
  }
}
.p-detail01 .p-detail01__contents ul li {
  position: relative;
  padding-left: 34px;
  font-size: 15px;
  line-height: 2.1333333333;
  color: #333;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents ul li {
    padding-left: calc((32/640)*100vw);
    font-size: 5.6vw;
    line-height: 1.9047619048;
  }
}
.p-detail01 .p-detail01__contents ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  color: #0033A4;
}
.p-detail01 .p-detail01__contents ol {
  margin-top: 42px;
  counter-reset: count 0;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents ol {
    margin-top: 6.9333333333vw;
  }
}
.p-detail01 .p-detail01__contents ol li {
  position: relative;
  padding-left: 34px;
  font-size: 15px;
  line-height: 2.1333333333;
  color: #333;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents ol li {
    padding-left: calc((32/640)*100vw);
    font-size: 5.6vw;
    line-height: 1.9047619048;
  }
}
.p-detail01 .p-detail01__contents ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(count) ". ";
  counter-increment: count 1;
  color: #0033A4;
}
.p-detail01 .p-detail01__contents figure {
  margin-top: 46px;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents figure {
    margin-top: 12.2666666667vw;
  }
}
.p-detail01 .p-detail01__contents figure + figure {
  margin-top: 40px;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents figure + figure {
    margin-top: 6.6666666667vw;
  }
}

.p-detail02 .p-detail02__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 40px 545px;
  grid-template-columns: auto 545px;
  gap: 0 40px;
}
@media screen and (max-width: 999.98px) {
  .p-detail02 .p-detail02__main {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: calc((36/640)*100vw) 0;
  }
}
.p-detail02 .p-detail02__title {
  margin-top: 30px;
  font-size: 35px;
  line-height: 1.7142857143;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-detail02 .p-detail02__title {
    margin-top: 8vw;
    font-size: 9.3333333333vw;
    line-height: 1.7142857143;
  }
}
.p-detail02 .p-detail02__image {
  margin-top: 50px;
}

.remodal-wrapper {
  padding: 100px 0;
}
@media screen and (max-width: 999.98px) {
  .remodal-wrapper {
    padding: 60px 0;
  }
}

@media screen and (max-width: 999.98px) {
  .remodal {
    max-width: 90%;
    padding: 30px 15px;
  }
}

.p-detail .p-detail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
}
.p-detail .p-detail__meta .p-detail01__date {
  font-size: 16px;
  line-height: 1.3125;
  letter-spacing: 0;
  font-weight: bold;
  color: #0033A4;
}
.p-detail .p-detail__title {
  margin-top: 18px;
  font-size: 25px;
  line-height: 1.68;
  font-weight: 600;
  letter-spacing: 0;
  padding-right: 18px;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__title {
    font-size: 22px;
    line-height: 1.6363636364;
  }
}
.p-detail .p-detail__contents {
  margin-top: 38px;
}
.p-detail .p-detail__contents img {
  display: block;
  width: 100%;
  height: auto;
}
.p-detail .p-detail__contents .wp-block-quote {
  position: relative;
  padding: 30px 30px 30px 120px;
  background-color: #E7F0F8;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents .wp-block-quote {
    padding: 32px;
  }
}
.p-detail .p-detail__contents .wp-block-quote:before {
  position: absolute;
  top: 30px;
  left: 32px;
  content: "”";
  font-size: 90px;
  line-height: 1;
  color: #0033A4;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents .wp-block-quote:before {
    top: 6px;
    left: 6px;
    font-size: 50px;
  }
}
.p-detail .p-detail__contents .wp-block-quote p {
  margin-top: 0;
}
.p-detail .p-detail__contents .wp-block-table table {
  margin-top: 0;
  width: 100%;
  /* テーブル全体の幅 */
  table-layout: fixed;
  /* th の幅を固定 */
  border-collapse: collapse;
  /* 枠線をすっきりさせる場合 */
}
.p-detail .p-detail__contents .wp-block-table tr td {
  padding: 12px 10px 12px 30px;
  font-size: 16px;
  line-height: 2;
  word-wrap: break-word;
  /* 古いブラウザ対応 */
  overflow-wrap: break-word;
  /* 現在の標準 */
  word-break: break-word;
  /* 長いURLも折り返す */
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents .wp-block-table tr td {
    padding: 10px;
    font-size: 13px;
    line-height: 2;
  }
}
.p-detail .p-detail__contents .wp-block-table tr td:first-child {
  width: 205px;
  background-color: #E7F0F8;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents .wp-block-table tr td:first-child {
    width: 150px;
  }
}
.p-detail .p-detail__contents .p-detail__acf-image img {
  border: 1px solid #3C3C3C;
}
.p-detail .p-detail__contents figure {
  margin: 36px 0;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents figure {
    margin: 36px 0;
  }
}
.p-detail .p-detail__contents figure:first-child {
  margin-top: 0;
}
.p-detail .p-detail__contents p + p {
  margin-top: 38px;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents p + p {
    margin-top: 28px;
  }
}
.p-detail .p-detail__contents p {
  margin-top: 38px;
  color: #000;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents p {
    font-size: 13px;
    line-height: 2;
  }
}
.p-detail .p-detail__contents p a {
  color: #0033A4;
  text-decoration: underline;
}
.p-detail .p-detail__contents h3 {
  margin-top: 72px;
  padding: 9px;
  background: #0033A4;
  color: #fff;
  font-size: 25px;
  line-height: 1.72;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents h3 {
    margin-top: 42px;
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
.p-detail .p-detail__contents h4 {
  margin-top: 42px;
  font-size: 25px;
  line-height: 1.72;
  letter-spacing: 0;
  font-weight: 600;
  color: #2C2311;
  border-bottom: 3px solid #0033A4;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents h4 {
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.p-detail .p-detail__contents h5 {
  margin-top: 42px;
  padding-left: 26px;
  border-left: 4px solid #0033A4;
  font-size: 25px;
  line-height: 1.44;
  letter-spacing: 0;
  font-weight: 600;
  color: #2C2311;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents h5 {
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.p-detail .p-detail__contents h6 {
  margin-top: 38px;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 600;
  color: #2C2311;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents h6 {
    margin-top: 28px;
    font-size: 14px;
    line-height: 2;
  }
}
.p-detail .p-detail__contents table {
  margin-top: 44px;
}
.p-detail .p-detail__contents ul {
  margin-top: 38px;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents ul {
    margin-top: 28px;
  }
}
.p-detail .p-detail__contents ul li + li {
  margin-top: 10px;
}
.p-detail .p-detail__contents ul li {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents ul li {
    padding-left: 20px;
    font-size: 13px;
    line-height: 1.1538461538;
  }
}
.p-detail .p-detail__contents ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 11px;
  height: 11px;
  background: #0033A4;
  border-radius: 11px;
  content: "";
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents ul li:before {
    top: 3px;
    width: 6px;
    height: 6px;
  }
}
.p-detail .p-detail__contents ol {
  margin-top: 38px;
  list-style: none;
  /* デフォルトの数字を消す */
  counter-reset: my-counter;
  /* カウンターの初期化 */
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents ol {
    margin-top: 28px;
  }
}
.p-detail .p-detail__contents ol li + li {
  margin-top: 10px;
}
.p-detail .p-detail__contents ol li {
  counter-increment: my-counter;
  /* カウンターを進める */
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents ol li {
    padding-left: 20px;
    font-size: 13px;
    line-height: 1.1538461538;
  }
}
.p-detail .p-detail__contents ol li:before {
  content: counter(my-counter) ".";
  /* 数字+ドット */
  position: absolute;
  left: 0;
  color: #0033A4;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents ol li:before {
    font-size: 13px;
    line-height: 1.1538461538;
  }
}

.p-detail-link {
  margin-top: 102px;
}
@media screen and (max-width: 999.98px) {
  .p-detail-link {
    margin-top: 60px;
  }
}

.postLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 50px;
}
@media screen and (max-width: 999.98px) {
  .postLink {
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.postLink .postLink__Preview a {
  position: relative;
  padding-left: 34px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 999.98px) {
  .postLink .postLink__Preview a {
    padding-left: 20px;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
  }
}
.postLink .postLink__Preview a:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14.27px;
  height: 12.48px;
  text-indent: -9999px;
  /* テキスト非表示 */
  background-image: url(../../_assets/img/common/icon-arrow-right-blue.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.postLink .postLink__Next a {
  position: relative;
  padding-right: 34px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 999.98px) {
  .postLink .postLink__Next a {
    padding-right: 20px;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
  }
}
.postLink .postLink__Next a:before {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14.27px;
  height: 12.48px;
  text-indent: -9999px;
  /* テキスト非表示 */
  background-image: url(../../_assets/img/common/icon-arrow-right-blue.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.postLink .postLink__center a {
  display: block;
  width: 384px;
  padding: 14px 10px;
  text-align: center;
  background: #0033A4;
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 999.98px) {
  .postLink .postLink__center a {
    width: 120px;
    font-size: 13px;
    line-height: 1;
  }
}
.postLink .postLink__center a:hover {
  background: #0033A4;
  color: #fff;
  font-weight: bold;
}

.p-works-category + .p-works-list {
  margin-top: 60px;
}
@media screen and (max-width: 999.98px) {
  .p-works-category + .p-works-list {
    margin-top: 16vw;
  }
}

.p-works-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px 16px;
}
@media screen and (max-width: 999.98px) {
  .p-works-list {
    -ms-grid-columns: 1fr calc((20 / 640) * 100vw) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: calc((58 / 640) * 100vw) calc((20 / 640) * 100vw);
  }
}

.p-works-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 14px;
}
@media screen and (max-width: 999.98px) {
  .p-works-category ul {
    gap: 0 calc((16 / 640) * 100vw);
  }
}
.p-info {
  padding: 106px 0;
  background-image: url(../../_assets/img/common/bg_info.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 999.98px) {
  .p-info {
    padding-top: 27.2vw;
    padding-bottom: 12.2666666667vw;
  }
}
.p-info .p-info__contents {
  position: relative;
  padding: 54px 0 58px;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 15px rgba(42, 77, 27, 0.1);
          box-shadow: 0 5px 15px rgba(42, 77, 27, 0.1);
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__contents {
    padding-top: 14.4vw;
    padding-bottom: 10.4vw;
    padding-left: calc((30/640)*100vw);
    padding-right: calc((30/640)*100vw);
    border-radius: calc((15/640)*100vw);
    -webkit-box-shadow: 0 calc((5/640)*100vw) calc((15/640)*100vw) rgba(42, 77, 27, 0.1);
            box-shadow: 0 calc((5/640)*100vw) calc((15/640)*100vw) rgba(42, 77, 27, 0.1);
  }
}
.p-info .p-info__contents .p-info__position {
  position: absolute;
  top: -20px;
  right: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__contents .p-info__position {
    top: calc((-93/640)*100vw);
    right: calc((-5/640)*100vw);
    width: 37.3333333333vw;
  }
}
.p-info .p-info__title {
  text-align: center;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__title {
    font-size: 9.3333333333vw;
    line-height: 1;
  }
}
.p-info .p-info__copy {
  margin-top: 20px;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 1.8125;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__copy {
    margin-top: 5.3333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.45;
  }
}
.p-info .p-info__list {
  margin-top: 52px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__list {
    margin-top: 10.6666666667vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-info .p-info__list li + li {
  border-left: 1px dashed #c6c8ca;
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__list li + li {
    border-left: none;
    border-top: 1px dashed #c6c8ca;
  }
}
.p-info .p-info__list li {
  min-height: 144px;
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__list li {
    min-height: auto;
  }
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__list li:not(:first-child) {
    padding-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__list li:not(:last-child) {
    padding-bottom: 11.7333333333vw;
  }
}

.p-info-card {
  position: relative;
  padding: 54px 0 58px;
  background: #dee2e4;
  border-radius: 15px;
}
@media screen and (max-width: 999.98px) {
  .p-info-card {
    padding-top: 14.4vw;
    padding-bottom: 10.4vw;
    padding-left: calc((30/640)*100vw);
    padding-right: calc((30/640)*100vw);
    border-radius: calc((15/640)*100vw);
  }
}
.p-info-card .p-info-card__title {
  text-align: center;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-info-card .p-info-card__title {
    font-size: 9.3333333333vw;
    line-height: 1;
  }
}
.p-info-card .p-info-card__copy {
  margin-top: 20px;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 1.8125;
}
@media screen and (max-width: 999.98px) {
  .p-info-card .p-info-card__copy {
    margin-top: 5.3333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.45;
  }
}
.p-info-card .p-info-card__list {
  margin-top: 52px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 999.98px) {
  .p-info-card .p-info-card__list {
    margin-top: 10.6666666667vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-info-card .p-info-card__list li + li {
  border-left: 1px dashed #c6c8ca;
}
@media screen and (max-width: 999.98px) {
  .p-info-card .p-info-card__list li + li {
    border-left: none;
    border-top: 1px dashed #c6c8ca;
  }
}
.p-info-card .p-info-card__list li {
  min-height: 144px;
}
@media screen and (max-width: 999.98px) {
  .p-info-card .p-info-card__list li {
    min-height: auto;
  }
}
@media screen and (max-width: 999.98px) {
  .p-info-card .p-info-card__list li:not(:first-child) {
    padding-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-info-card .p-info-card__list li:not(:last-child) {
    padding-bottom: 11.7333333333vw;
  }
}

.p-info-card02 {
  position: relative;
  padding: 54px 0 58px;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(42, 77, 27, 0.1);
          box-shadow: 0 5px 15px rgba(42, 77, 27, 0.1);
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 {
    padding-top: 14.4vw;
    padding-bottom: 10.4vw;
    padding-left: calc((30/640)*100vw);
    padding-right: calc((30/640)*100vw);
    border-radius: calc((15/640)*100vw);
    -webkit-box-shadow: 0 calc((5/640)*100vw) calc((15/640)*100vw) rgba(42, 77, 27, 0.1);
            box-shadow: 0 calc((5/640)*100vw) calc((15/640)*100vw) rgba(42, 77, 27, 0.1);
  }
}
.p-info-card02 .p-info-card02__title {
  text-align: center;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 .p-info-card02__title {
    font-size: 9.3333333333vw;
    line-height: 1.3142857143;
  }
}
.p-info-card02 .p-info-card02__copy {
  margin-top: 20px;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 1.8125;
}
.p-info-card02 .p-info-card02__copy span {
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 .p-info-card02__copy {
    margin-top: 5.3333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.45;
  }
}
.p-info-card02 .p-info-card02__list {
  margin-top: 52px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 .p-info-card02__list {
    margin-top: 10.6666666667vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-info-card02 .p-info-card02__list li + li {
  border-left: 1px dashed #c6c8ca;
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 .p-info-card02__list li + li {
    border-left: none;
    border-top: 1px dashed #c6c8ca;
  }
}
.p-info-card02 .p-info-card02__list li {
  min-height: 144px;
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 .p-info-card02__list li {
    min-height: auto;
  }
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 .p-info-card02__list li:not(:first-child) {
    padding-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 .p-info-card02__list li:not(:last-child) {
    padding-bottom: 11.7333333333vw;
  }
}

.sec-panel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 430px;
  grid-template-columns: auto 430px;
}
@media screen and (max-width: 999.98px) {
  .sec-panel {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 40px 0;
  }
}
.sec-panel .sec-panel__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-panel.-reverse {
      grid-template-areas: "sub main";
  -ms-grid-columns: 430px auto;
  grid-template-columns: 430px auto;
}
@media screen and (max-width: 999.98px) {
  .sec-panel.-reverse {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
        grid-template-areas: "main" "sub";
  }
  .sec-panel.-reverse > .p-pattern-unit__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .sec-panel.-reverse > .p-pattern-unit__text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sec-panel.-reverse > .p-set-unit01__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sec-panel.-reverse > .p-set-unit01__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .sec-panel.-reverse > .p-set-unit01__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .sec-panel.-reverse > .p-pattern-unit02__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sec-panel.-reverse > .p-pattern-unit02__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
.sec-panel.-reverse .sec-panel__main {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: main;
  margin-left: 82px;
}
@media screen and (max-width: 999.98px) {
  .sec-panel.-reverse .sec-panel__main {
    margin-left: 0;
  }
}
.sec-panel.-reverse .sec-panel__sub {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sub;
}
@media screen and (max-width: 999.98px){
  .p-pattern-unit .p-pattern-unit__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-pattern-unit .p-pattern-unit__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-pattern-unit .p-pattern-unit__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-set-unit01.-reverse .p-set-unit01__main {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-set-unit01.-reverse .p-set-unit01__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-set-unit01 > .p-set-unit01__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-set-unit01.-reverse > .p-set-unit01__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-set-unit01 .p-l-head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-set-unit01 > .p-l-head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-set-unit01 .p-l-head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-set-unit01 .p-set-unit01__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-set-unit01 > .p-set-unit01__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-set-unit01.-reverse > .p-set-unit01__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-set-unit01 .p-text01 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-set-unit01 .p-text01 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-set-unit01 .p-link01 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .p-set-unit01 .p-link01 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .p-pattern-unit02.-reverse .p-pattern-unit02__main {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-pattern-unit02.-reverse > .p-pattern-unit02__main {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-pattern-unit02.-reverse .p-pattern-unit02__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-set-unit01 > .p-pattern-unit02__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-set-unit01.-reverse > .p-pattern-unit02__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-pattern-unit02.-reverse > .p-pattern-unit02__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sec-panel.-reverse .sec-panel__main {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-pattern-unit02.-reverse > .sec-panel__main {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .sec-panel.-reverse > .sec-panel__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sec-panel.-reverse .sec-panel__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-set-unit01 > .sec-panel__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-set-unit01.-reverse > .sec-panel__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-pattern-unit02.-reverse > .sec-panel__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sec-panel.-reverse > .sec-panel__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 999.98px) {
  .sec-panel .sec-panel__sub {
    max-width: 200px;
    width: 100%;
    margin: auto;
  }
}

.p-widget .p-widget__title {
  font-size: 18px;
  line-height: 1;
  color: #0033A4;
}
.p-widget .p-widget__content {
  margin-top: 20px;
}

.p-404page {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.p-404page .p-404page__link {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-404page .p-404page__link a {
  color: #000;
  text-align: center;
}

.sec01 .wp-block-themeisle-blocks-button-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 999.98px) {
  .sec01 .wp-block-themeisle-blocks-button-group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
}
@media screen and (max-width: 999.98px) {
  .sec01 iframe {
    width: 100%;
    height: 69.3333333333vw;
  }
}
.sec01 .wp-block-button {
  width: 470px;
}
@media screen and (max-width: 999.98px) {
  .sec01 .wp-block-button {
    width: 100%;
  }
}
.sec01 .wp-block-button .wp-block-button__link {
  width: 100%;
  max-width: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12.5px 10px;
  border: 1px solid #000;
  color: #000;
  -webkit-box-shadow: 0 0 8px -5px #777777;
          box-shadow: 0 0 8px -5px #777777;
  background: #fff;
  border-radius: 0;
}

.wp-edit figure {
  margin: 30px 0;
}
.wp-edit .wp-block-heading:first-child {
  margin-top: 0;
}
.wp-edit .wp-block-buttons {
  margin-top: 30px;
}
.wp-edit .wp-block-heading + .wp-block-buttons {
  margin-top: 60px;
}
.wp-edit .wp-block-heading + .wp-block-image, .wp-edit .wp-block-heading + .wp-block-gallery {
  margin-top: 40px;
}
.wp-edit h1 {
  margin: 90px 0 24px;
  font-size: 24px;
  line-height: 1.3333333333;
  padding-bottom: 10px;
  border-bottom: 3px solid #000;
}
.wp-edit h2 {
  margin: 80px 0 18px;
  display: block;
  width: 100%;
  padding: 20px 20px;
  background: #003167;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 999.98px) {
  .wp-edit h2 {
    padding: 14px;
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.wp-edit h3 {
  margin: 70px 0 16px;
  padding-left: 14px;
  border-left: 2px solid #0033A4;
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: bold;
}
.wp-edit h4 {
  margin: 60px 0 12px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.wp-edit p + p {
  margin-top: 30px;
}
.wp-edit ul {
  margin-left: 24px;
}
.wp-edit ul li {
  list-style: disc;
}

.p-soon {
  padding: 100px 0;
}
.p-soon p {
  font-size: 50px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-soon p {
    font-size: 32px;
    line-height: 1;
  }
}

@media screen and (max-width: 999.98px) {
  .p-job-table table {
    margin: auto;
  }
}
.p-job-table table tr {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 130px 300px;
  grid-template-columns: 130px 300px;
}
@media screen and (max-width: 999.98px) {
  .p-job-table table tr {
    -ms-grid-columns: 100px 198px;
    grid-template-columns: 100px 198px;
  }
}
.p-job-table table tr:last-child {
  border-bottom: 1px solid #ddd;
}
.p-job-table table tr th {
  padding: 6px 12px;
}
.p-job-table table tr th.first {
  border-right: 1px solid #ddd;
  background: #003167;
}
.p-job-table table tr td {
  padding: 6px 12px;
}

.burger {
  position: absolute;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  display: none;
  background: none;
}
@media screen and (max-width: 999.98px) {
  .burger {
    top: 0;
    right: 0;
    display: block;
    height: 53px;
    width: 53px;
  }
}
.burger:focus {
  outline: none;
  background: none;
}
.burger .burger__text {
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .burger .burger__text {
    margin-top: 34px;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 300;
  }
}
@media screen and (max-width: 999.98px) {
  .burger.open {
    position: fixed;
  }
}
.burger .x,
.burger .y,
.burger .z {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: 0;
  height: 1px;
  width: 55px;
  background: #0033A4;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
@media screen and (max-width: 999.98px) {
  .burger .x,
.burger .y,
.burger .z {
    width: 19px;
    height: 2px;
  }
}
.burger .x {
  top: 8px;
}
@media screen and (max-width: 999.98px) {
  .burger .x {
    top: 17px;
  }
}
.burger .y {
  top: 8px;
}
@media screen and (max-width: 999.98px) {
  .burger .y {
    top: 24px;
  }
}
.burger .z {
  top: 20px;
}
@media screen and (max-width: 999.98px) {
  .burger .z {
    top: 31px;
  }
}
.burger .collapse {
  top: 23px;
  left: 14px;
  -webkit-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}
@media screen and (max-width: 999.98px) {
  .burger .collapse {
    top: 20px;
    left: 15px;
  }
}
.burger .rotate20 {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
.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(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.burger .rotate135 {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.burger .rotate160 {
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.burger .navbar {
  height: 73px;
  background: #385e97;
}
.p-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 22px;
  /*
  li + li {
    position: relative;
    &:before{
      position: absolute;
      @include mixin.t-center();
      left: -19px;
      content: '／';
    }
  }

   */
}
@media screen and (max-width: 999.98px) {
  .p-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 calc((22/640)*100vw);
  }
}
.p-nav ul li {
  position: relative;
}
.p-nav ul li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -19px;
  content: "／";
}
@media screen and (max-width: 999.98px) {
  .p-nav ul li:before {
    display: none;
  }
}
.p-nav ul li:last-child:before {
  display: none;
}
.p-nav ul li a {
  font-size: 14px;
  line-height: 2.0714285714;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
}
@media screen and (max-width: 999.98px) {
  .p-nav ul li a {
    font-size: 5.3333333333vw;
    line-height: 2.25;
  }
}

.p-sns-nav {
  padding: 0 10px;
}
@media screen and (max-width: 999.98px) {
  .p-sns-nav {
    position: fixed;
    top: calc((18/640)*100vw);
    right: calc((80/640)*100vw);
    padding: 0 calc((40/640)*100vw);
  }
}
.p-sns-nav .p-sns-nav__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 37px 12px 37px;
  grid-template-columns: repeat(2, 37px);
  gap: 0 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 999.98px) {
  .p-sns-nav .p-sns-nav__list {
    gap: 0 calc((20/640)*100vw);
    -ms-grid-columns: calc((54/640)*100vw) calc((20/640)*100vw) calc((54/640)*100vw);
    grid-template-columns: repeat(2, calc((54/640)*100vw));
  }
}
.p-sns-nav .p-sns-nav__list a {
  display: block;
}
.p-sns-nav .p-sns-nav__list a img {
  display: block;
  width: 100%;
  height: auto;
}

.p-total-nav {
  margin-top: 40px;
}
.p-total-nav .p-total-nav__list .p-total-nav__item + .p-total-nav__item {
  margin-top: 22px;
}

.p-gNavSP {
  height: 100%;
}
.p-gNavSP .p-gNavSP__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gNavSP__wrap {
    position: fixed;
    z-index: 1010;
    top: 0;
    right: -200%;
    margin: 0;
    background: #fff;
    width: 100%;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    padding-bottom: 53.3333333333vw;
  }
}
.p-gNavSP .p-gNavSP__btn + .p-gNavSP__btn {
  margin-top: 10px;
}
.p-gNavSP .p-gNavSP__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-gNavSP .p-gNavSP__btn {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gNavSP__btn {
    display: block;
  }
}
.p-gNavSP .burger {
  z-index: 1020;
}
.p-gNavSP .burger__text {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-gNavSP .p-gnav {
  width: 100%;
  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-gNavSP .p-gnav {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-gNavSP .p-gnav .p-gnav__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 22px;
  margin-left: 34px;
}
.p-gNavSP .p-gnav .p-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav .p-gnav__list {
    display: block;
    width: 100%;
    height: auto;
  }
}
.p-gNavSP .p-gnav .p-gnav__list a.light-link {
  padding: 16px 0 0 0;
  letter-spacing: 0.039em;
  font-size: 14px;
  font-weight: bold;
}
.p-gNavSP .p-gnav .p-gnav__list .hovers .hovers__head {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  cursor: pointer;
  color: #000;
}
.p-gNavSP .p-gnav .p-gnav__list .hovers .hovers__head a.hovers__h-link, .p-gNavSP .p-gnav .p-gnav__list .hovers .hovers__head .hovers__h-link {
  letter-spacing: 0;
  cursor: pointer;
  display: block;
  padding: 38px 0;
  color: #000;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 400;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-gNavSP .p-gnav .p-gnav__list .hovers .hovers__head a.hovers__h-link span, .p-gNavSP .p-gnav .p-gnav__list .hovers .hovers__head .hovers__h-link span {
  position: relative;
}
.p-gNavSP .p-gnav .p-gnav__list .hovers .hovers__head a.hovers__h-link span:before, .p-gNavSP .p-gnav .p-gnav__list .hovers .hovers__head .hovers__h-link span:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -16px;
  background: #0033A4;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-gNavSP .p-gnav .p-gnav__list .hovers .hovers__head a.hovers__h-link:hover span:before, .p-gNavSP .p-gnav .p-gnav__list .hovers .hovers__head .hovers__h-link:hover span:before {
  opacity: 1;
}
.p-gNavSP .p-gnav .p-gnav__list .hovers .hovers__contents {
  position: absolute;
  top: 101px;
  left: 0;
  width: 100vw;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.45s ease, visibility 0.45s, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, visibility 0.45s, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s;
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s, -webkit-transform 0.45s ease;
}
.p-gNavSP .p-gnav .p-gnav__list .hovers .hovers__contents .hovers__list li + li {
  margin-top: 8px;
}
.p-gNavSP .p-gnav .p-gnav__list .hovers .hovers__contents .hovers__list li a {
  padding: 0;
}
.p-gNavSP .p-gnav .p-gnav__list .hovers:hover .hovers__contents {
  opacity: 1;
  visibility: visible;
}
.p-gNavSP .p-gnav .p-gnav__list li {
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav .p-gnav__list li {
    width: 50%;
    height: auto;
  }
  .p-gNavSP .p-gnav .p-gnav__list li:first-child {
    width: 100%;
  }
}
.p-gNavSP .p-gnav .p-gnav__list li:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #A88577;
  opacity: 0;
}
@media screen and (max-width: 1450px) {
  .p-gNavSP .p-gnav .p-gnav__list li:before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav .p-gnav__list li:before {
    display: none;
  }
}
.p-gNavSP .p-gnav .p-gnav__list li a:hover {
  opacity: 1;
  color: #0033A4;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav__tel {
    margin-top: 100px;
    padding: 0 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-gNavSP .p-gnav__bottom {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav__bottom {
    display: block;
    margin-top: 12.8vw;
    padding: 0 calc((30/640)*100vw);
  }
}
.p-gNavSP .p-gNavSP__list a, .p-gNavSP .menu a {
  white-space: nowrap;
}
.p-gNavSP .p-gNavSP__item + .p-gNavSP__item,
.p-gNavSP .menu-item + .menu-item {
  position: relative;
}
.p-gNavSP .p-gnav__pc {
  display: block;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav__pc {
    display: none;
  }
}
.p-gNavSP .p-gnav__sp {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav__sp {
    display: block;
  }
}
.p-gNavSP .menu-item a {
  position: relative;
  display: block;
  width: 100%;
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1200.98px) and (max-width: 999.98px) {
  .p-gNavSP .menu-item a {
    white-space: nowrap;
    width: 100%;
    height: auto;
    padding: 10px 30px;
    color: #fff;
  }
}
.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 {
  display: block;
  visibility: visible;
  opacity: 1;
  right: 0;
  height: 100%;
}
.p-gNavSP.open .p-gNavSP__link-sp {
  z-index: 900;
}
.nav-child-box.open .nav-child-box__btn button span:before {
  -webkit-transform: translateY(-50%) rotateZ(180deg);
          transform: translateY(-50%) rotateZ(180deg);
}
.nav-child-box .nav-child-box__btn button, .nav-child-box .nav-child-box__btn .nav-child-box__btn-style a {
  display: block;
  width: 100%;
  height: auto;
  padding: 17px 0;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  background: none;
  color: #000;
  cursor: pointer;
  font-weight: 400;
}
.nav-child-box .nav-child-box__btn button span, .nav-child-box .nav-child-box__btn .nav-child-box__btn-style a span {
  position: relative;
  padding-right: 32px;
}
.nav-child-box .nav-child-box__btn button span:before, .nav-child-box .nav-child-box__btn .nav-child-box__btn-style a span:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  background-image: url(../../_assets/img/common/toggle-arrow.png);
}
.nav-child-box .nav-child-box__btn button:focus, .nav-child-box .nav-child-box__btn .nav-child-box__btn-style a:focus {
  background: none;
}
.nav-child-box .nav-child-box__contents .nav-child-box__list {
  margin-top: 10px;
  border-left: 1px dashed #000;
}
.nav-child-box .nav-child-box__contents .nav-child-box__list li:first-child a {
  padding-top: 0;
}
.nav-child-box .nav-child-box__contents .nav-child-box__list li:last-child a {
  padding-bottom: 0;
}
.nav-child-box .nav-child-box__contents .nav-child-box__list li a {
  display: block;
  color: #000;
  padding: 8px 0 8px 12px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
}

.p-burger-block {
  padding: 0 calc((30/390)*100vw);
}
.p-burger-block a.p-burger-block__link {
  display: block;
  width: 100%;
  height: auto;
  padding: 17px 0;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  background: none;
  color: #000;
  cursor: pointer;
  font-weight: 400;
}
.p-burger-block .p-burger-block__contents {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 0;
}
@media screen and (max-width: 999.98px) {
  .p-burger-block .p-burger-block__contents {
    margin-top: 0;
  }
}

.p-small-nav {
  margin: 40px auto 0;
  width: 330px;
}
.p-small-nav .p-small-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 10px;
}
.p-small-nav .p-small-nav__list li a {
  color: #000;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0;
  font-weight: 300;
}

.page-home .p-gNavSP .p-gnav .p-gnav__list > li:first-child:before {
  opacity: 1;
}

.page-about .p-gNavSP .p-gnav .p-gnav__list > li:nth-child(2):before, .parent-pageid-31 .p-gNavSP .p-gnav .p-gnav__list > li:nth-child(2):before {
  opacity: 1;
}

.page-obstetrics .p-gNavSP .p-gnav .p-gnav__list > li:nth-child(3):before, .parent-pageid-39 .p-gNavSP .p-gnav .p-gnav__list > li:nth-child(3):before {
  opacity: 1;
}

.page-gynecology .p-gNavSP .p-gnav .p-gnav__list > li:nth-child(4):before, .parent-pageid-59 .p-gNavSP .p-gnav .p-gnav__list > li:nth-child(4):before {
  opacity: 1;
}

.page-childbirth .p-gNavSP .p-gnav .p-gnav__list > li:nth-child(5):before {
  opacity: 1;
}

.page-admission .p-gNavSP .p-gnav .p-gnav__list > li:nth-child(6):before, .parent-pageid-49 .p-gNavSP .p-gnav .p-gnav__list > li:nth-child(6):before {
  opacity: 1;
}

.p-sp-b-nav .p-sp-b-nav__search {
  margin-top: 15px;
}
.p-sp-b-nav .p-sp-b-nav__search .searchform > div {
  position: relative;
}
.p-sp-b-nav .p-sp-b-nav__search .searchform > div input[type=text] {
  padding: 12px 18px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.p-sp-b-nav .p-sp-b-nav__search .searchform > div input[type=submit] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  background: none;
  border: none;
}
.p-sp-b-nav .p-sp-b-nav__search .searchform > div #searchsubmit {
  width: 19px;
  /* ボタンサイズ調整 */
  height: 19px;
  background-image: url("../../_assets/img/common/eyes-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  padding: 0;
}
.p-sp-b-nav .p-sp-b-nav__item {
  border-bottom: 1px solid #C1C1C1;
  padding: 10px 0;
}
.p-sp-b-nav .p-sp-b-nav__item .p-sp-b-nav__link, .p-sp-b-nav .p-sp-b-nav__item a.p-sp-b-nav__link {
  display: block;
  padding: 10px 0;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 300;
  color: #000;
}
.p-sp-b-nav .p-sp-b-nav__item .p-sp-b-nav__link.-child, .p-sp-b-nav .p-sp-b-nav__item a.p-sp-b-nav__link.-child {
  padding-left: 18px;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.01em;
}
.p-sp-b-nav .p-sp-b-nav__item .p-sp-b-nav__link.-child .c-link-blank, .p-sp-b-nav .p-sp-b-nav__item a.p-sp-b-nav__link.-child .c-link-blank {
  font-size: 4vw;
  line-height: 1;
}
.p-sp-b-nav .p-sp-b-nav__link {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a.p-eyes, button.p-eyes {
  display: block;
  width: 19px;
  background: none;
  cursor: pointer;
}
a.p-eyes img, button.p-eyes img {
  display: block;
  width: 100%;
  height: auto;
}

.search-box {
  position: absolute;
  top: 20px;
  top: 40px;
  right: 90px;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}
.search-box.active {
  opacity: 1;
  pointer-events: auto;
}
.search-box input[type=submit] {
  cursor: pointer;
}
.search-box input[type=text] {
  min-width: 240px;
  padding: 8px 6px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.p-global-card {
  display: -ms-grid;
  display: grid;
  gap: 2px;
  width: 18.25px;
}
@media screen and (max-width: 999.98px) {
  .p-global-card {
    width: 26px;
  }
}
.p-global-card .p-global-card__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.p-global-card .p-global-card__text {
  text-align: center;
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: 0;
  font-weight: 400;
  color: #9F9F9F;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 999.98px) {
  .p-global-card .p-global-card__text {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}

.c-icon-box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 999.98px) {
  .c-icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    font-size: 8.5333333333vw;
    line-height: 1;
  }
}
.c-icon-box:before {
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(40px *0.9);
  height: calc(31px *0.9);
}
@media screen and (max-width: 999.98px) {
  .c-icon-box:before {
    display: none;
  }
}
.c-icon-box.-home:before {
  width: 34px;
  background-image: url(../../_assets/img/common/img_nav01_home_off@2x.png);
}
.c-icon-box.-features:before {
  background-image: url(../../_assets/img/common/img_nav01_off@2x.png);
}
.c-icon-box.-service:before {
  background-image: url(../../_assets/img/common/img_nav02_off@2x.png);
}
.c-icon-box.-buy:before {
  background-image: url(../../_assets/img/common/img_nav03_off@2x.png);
}
.c-icon-box.-news:before {
  background-image: url(../../_assets/img/common/img_nav04_off@2x.png);
}
.c-icon-box.-about:before {
  background-image: url(../../_assets/img/common/img_nav05_off@2x.png);
}
.c-icon-box:hover {
  color: #0033A4;
  opacity: 1;
}
.c-icon-box:hover.-home:before {
  background-image: url(../../_assets/img/common/img_nav01_home_on@2x.png);
}
.c-icon-box:hover.-features:before {
  background-image: url(../../_assets/img/common/img_nav01_on@2x.png);
}
.c-icon-box:hover.-service:before {
  background-image: url(../../_assets/img/common/img_nav02_on@2x.png);
}
.c-icon-box:hover.-buy:before {
  background-image: url(../../_assets/img/common/img_nav03_on@2x.png);
}
.c-icon-box:hover.-news:before {
  background-image: url(../../_assets/img/common/img_nav04_on@2x.png);
}
.c-icon-box:hover.-about:before {
  background-image: url(../../_assets/img/common/img_nav05_on@2x.png);
}

a.c-icon-contact {
  position: relative;
  display: block;
  padding-top: 34px;
  height: 100%;
  background: #0033A4;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
}
a.c-icon-contact:before {
  position: absolute;
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22px;
  height: 22px;
  background-image: url(../../_assets/img/common/icon_fly_white.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-icon-box01 .p-icon-box01__head .p-icon-box01__icon {
  margin: auto;
  min-height: 46px;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__head .p-icon-box01__icon {
    min-height: calc((70/640)*100vw);
  }
}
.p-icon-box01 .p-icon-box01__head .p-icon-box01__icon.-tel {
  width: 25.6px;
  margin: auto;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__head .p-icon-box01__icon.-tel {
    width: 9.0666666667vw;
  }
}
.p-icon-box01 .p-icon-box01__head .p-icon-box01__icon.-fly {
  width: 30.7px;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__head .p-icon-box01__icon.-fly {
    width: 10.9013333333vw;
  }
}
.p-icon-box01 .p-icon-box01__text {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #444950;
}
.p-icon-box01 .p-icon-box01__text a {
  color: #444950;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__text {
    font-size: 7.4666666667vw;
    line-height: 1;
  }
}
.p-icon-box01 .p-icon-box01__text.-large {
  font-size: 38px;
  line-height: 1;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__text.-large {
    font-size: 13.0666666667vw;
    line-height: 1;
  }
}
.p-icon-box01 .p-icon-box01__meta {
  margin-top: 8px;
  text-align: center;
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__meta {
    margin-top: 2.1333333333vw;
    font-size: 5.0666666667vw;
    line-height: 1.7368421053;
  }
}
.p-icon-box01 .p-icon-box01__link {
  margin-top: 16px;
  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-icon-box01 .p-icon-box01__link {
    margin-top: 6.9333333333vw;
  }
}

.p-line-box .p-line-box__title {
  text-align: center;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  color: #0033A4;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Sawarabi Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 999.98px) {
  .p-line-box .p-line-box__title {
    font-size: 7.7333333333vw;
    line-height: 1;
  }
}
.p-line-box .p-line-box__contents {
  margin-top: 18px;
  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-line-box .p-line-box__contents {
    margin-top: 7.4666666667vw;
  }
}

.p-recruit-box dl + dl {
  margin-top: 30px;
}
.p-recruit-box dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px 20px auto;
  grid-template-columns: 160px auto;
  gap: 0 20px;
}
.p-recruit-box dl dt {
  padding: 16px 10px;
  border-top: 1px solid #0033A4;
}
.p-recruit-box dl dd {
  padding: 16px 10px;
  border-top: 1px solid #ddd;
}

.p-insta-plate {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 88px 22px 122px;
  grid-template-columns: 88px 122px;
  gap: 0 22px;
}
@media screen and (max-width: 999.98px) {
  .p-insta-plate {
    gap: 0 calc((30/640)*100vw);
    -ms-grid-columns: calc((117/640)*100vw) calc((30/640)*100vw) calc((160/640)*100vw);
    grid-template-columns: calc((117/640)*100vw) calc((160/640)*100vw);
  }
}
.p-insta-plate .p-insta-plate__image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-insta-plate .p-insta-plate__text p {
  font-size: 22px;
  line-height: 1.4545454545;
  font-weight: bold;
  color: #444950;
}
@media screen and (max-width: 999.98px) {
  .p-insta-plate .p-insta-plate__text p {
    font-size: 7.4666666667vw;
    line-height: 1.4642857143;
  }
}

.circles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(103, 181, 75, 0.4);
  -webkit-animation: animate 25s linear infinite;
          animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
  }
}

@keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
  }
}
.p-grid .p-grid__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}
@media screen and (max-width: 999.98px) {
  .p-grid .p-grid__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 40px;
  }
}

.p-place-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}
@media screen and (max-width: 999.98px) {
  .p-place-grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 40px;
  }
}
.p-place-grid figure figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}

.p-place-grid + p {
  margin-top: 12px;
}

.p-bnr-grid .p-bnr-grid__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-bnr-grid .p-bnr-grid__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-bnr-grid .p-bnr-grid__list img {
  display: block;
  width: 100%;
  height: auto;
}

.bg-green {
  background: #dee2e4;
}

.bg-sea01 {
  background-image: url(../../_assets/img/index/bg_sea01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-sea02 {
  background-image: url(../../_assets/img/index/bg_sea02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.c-l-side {
  position: absolute;
  top: -13px;
  left: 0;
  width: 186px;
  height: 26px;
  content: "";
}
.c-l-side.-accent {
  background: #EC6A26;
}
@media screen and (max-width: 999.98px) {
  .c-l-side {
    top: -6px;
    width: 35%;
    height: 12px;
    z-index: 10;
  }
}

.c-r-side {
  position: absolute;
  top: -13px;
  right: 0;
  width: 186px;
  height: 26px;
  content: "";
  background: #0033A4;
  z-index: 10;
}
@media screen and (max-width: 999.98px) {
  .c-r-side {
    top: -6px;
    width: 35%;
    height: 12px;
  }
}
.c-r-side.-accent {
  background: #EC6A26;
}

.c-ob01.-primary, .c-ob02.-primary, .c-ob03.-primary {
  background: #0033A4;
}
.c-ob01.-secondary, .c-ob02.-secondary, .c-ob03.-secondary {
  background: #003167;
}
.c-ob01.-accent, .c-ob02.-accent, .c-ob03.-accent {
  background: #EC6A26;
}

.c-ob01 {
  width: 60px;
  height: 64px;
}
@media screen and (max-width: 999.98px) {
  .c-ob01 {
    width: calc(60px*0.6);
    height: calc(64px*0.6);
  }
}

.c-ob02 {
  width: 46px;
  height: 50px;
}
@media screen and (max-width: 999.98px) {
  .c-ob02 {
    width: calc(46px*0.6);
    height: calc(50px*0.6);
  }
}

.c-ob03 {
  width: 22px;
  height: 24px;
}
@media screen and (max-width: 999.98px) {
  .c-ob03 {
    width: calc(22px*0.6);
    height: calc(24px*0.6);
  }
}

.c-heading01 {
  font-size: 60px;
  line-height: 1.3166666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #0033A4;
}
@media screen and (max-width: 999.98px) {
  .c-heading01 {
    font-size: 34px;
    line-height: 1.3235294118;
  }
}
.c-heading01.-white {
  color: #fff;
}

.c-copy-heading {
  font-size: 28px;
  line-height: 1.1428571429;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-copy-heading {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.c-copy-heading.-type-blue {
  padding-left: 20px;
  border-left: 4px solid #0033A4;
  color: #0033A4;
}
@media screen and (max-width: 999.98px) {
  .c-copy-heading.-type-blue {
    padding-left: 10px;
  }
}

.c-copy-heading + .p-text01, .p-privacy__head + .p-text01 {
  margin-top: 20px;
}
@media screen and (max-width: 999.98px) {
  .c-copy-heading + .p-text01, .p-privacy__head + .p-text01 {
    margin-top: 16px;
  }
}

.c-light-heading01 {
  padding-left: 20px;
  font-size: 25px;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 700;
  border-left: 4px solid #000;
}
@media screen and (max-width: 999.98px) {
  .c-light-heading01 {
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.3333333333;
  }
}

.c-light-heading01 + .p-text01 {
  margin-top: 14px;
}

.c-light-heading02 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
}

.p-text01 + .c-light-heading02 {
  margin-top: 28px;
}

.c-check01 {
  position: relative;
  padding-left: 42px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .c-check01 {
    padding-left: 32px;
    font-size: 13px;
    line-height: 2.1538461538;
  }
}
.c-check01: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;
  width: 31.88px;
  height: 28.89px;
  background-image: url(../../_assets/img/page/icon_check.png);
}
@media screen and (max-width: 999.98px) {
  .c-check01:before {
    width: 25.43px;
    height: 23.04px;
  }
}

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

.line-parent {
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
  -webkit-font-kerning: none;
          font-kerning: none;
  line-height: 1;
}

.c-num-title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 63px 16px auto;
  grid-template-columns: 63px auto;
  gap: 0 16px;
}
@media screen and (max-width: 999.98px) {
  .c-num-title {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 12px;
  }
}
.c-num-title .num {
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 30px;
  border: 1px solid #0133A4;
  color: #0133A4;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 999.98px) {
  .c-num-title .num {
    display: inline-block;
    padding: 5px 15px;
    font-size: 17px;
    line-height: 1;
    height: auto;
  }
}
.c-num-title .text {
  color: #000;
  font-size: 25px;
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-num-title .text {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
.c-num-title .text span {
  color: #0033A4;
}

.c-heading02 {
  font-size: 40px;
  line-height: 1.375;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #0033A4;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 999.98px) {
  .c-heading02 {
    white-space: nowrap;
    font-size: 28px;
    line-height: 1.6071428571;
  }
}

.c-simple-heading {
  font-size: 28px;
  line-height: 1.6071428571;
  letter-spacing: 0;
  font-weight: 500;
  color: #0033A4;
}
@media screen and (max-width: 999.98px) {
  .c-simple-heading {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}

.c-simple-heading02 {
  font-size: 25px;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 500;
  color: #0033A4;
}
@media screen and (max-width: 999.98px) {
  .c-simple-heading02 {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}

.c-border-heading {
  position: relative;
  padding-left: 24px;
  font-size: 25px;
  line-height: 1.28;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-border-heading {
    padding-left: 12px;
    font-size: 17px;
    line-height: 1.4117647059;
  }
}
.c-border-heading:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  background: #0033A4;
}
@media screen and (max-width: 999.98px) {
  .c-border-heading:before {
    width: 2px;
  }
}

.c-heading03 {
  font-size: 43px;
  line-height: 0.976744186;
  letter-spacing: 0.07em;
  font-weight: 500;
  color: #3C3C3C;
  font-family: "Roboto", sans-serif;
}

.c-text01 {
  font-size: 18px;
  line-height: 2.3333333333;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-text01 {
    font-size: 16px;
    line-height: 2.375;
  }
}

.p-heads {
  display: -ms-grid;
  display: grid;
  gap: 0;
}

.p-heads02 {
  display: -ms-grid;
  display: grid;
  gap: 0;
}

.c-heading-en01 {
  font-family: "Roboto", sans-serif;
  font-size: 120px;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 500;
  color: #009ed9;
}
@media screen and (max-width: 999.98px) {
  .c-heading-en01 {
    font-size: 60px;
    line-height: 1.25;
  }
}

.c-heading-ja01 {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .c-heading-ja01 {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}

.c-heading-en02 {
  font-family: "Roboto", sans-serif;
  font-size: 64px;
  line-height: 1.3125;
  letter-spacing: 0;
  font-weight: 500;
  color: #009ed9;
}
@media screen and (max-width: 999.98px) {
  .c-heading-en02 {
    font-size: 44px;
    line-height: 1.1818181818;
  }
}

.c-heading-ja02 {
  font-size: 20px;
  line-height: 2.1;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .c-heading-ja02 {
    font-size: 14px;
    line-height: 1.2857142857;
  }
}

.c-base-heading01 {
  font-size: 44px;
  line-height: 1.3636363636;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .c-base-heading01 {
    font-size: 26px;
    line-height: 1.7307692308;
  }
}

.c-block-title01 {
  display: inline-block;
  padding: 4px 18px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .c-block-title01 {
    padding: 8px 18px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }
}

.c-vertical-text01 {
  padding: 38px 10px;
  color: #009ed9;
  border: 1px solid #009ed9;
  border-radius: 60px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 999.98px) {
  .c-vertical-text01 {
    padding: 10px 15px;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: initial;
    /* デフォルトに戻す */
  }
}

.c-text-letter {
  width: 188.8505px;
}
.c-text-letter img {
  display: block;
  width: 100%;
  height: auto;
}

button.c-btn-readmore {
  background: none;
  display: block;
}
button.c-btn-readmore .text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
  color: #0033A4;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  button.c-btn-readmore .text {
    font-size: 13px;
    line-height: 2;
  }
}
button.c-btn-readmore .text .icon {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #0033A4;
  content: "";
}
@media screen and (max-width: 999.98px) {
  button.c-btn-readmore .text .icon {
    width: 20px;
    height: 20px;
  }
}
button.c-btn-readmore .text .icon::before, button.c-btn-readmore .text .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11px;
  height: 2px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 999.98px) {
  button.c-btn-readmore .text .icon::before, button.c-btn-readmore .text .icon::after {
    width: 9px;
    height: 2px;
    border-radius: 2px;
  }
}
button.c-btn-readmore .text .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.open button.c-btn-readmore .text .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.c-time {
  color: #0033A4;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
}

.an-action {
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.an-action:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 128px solid #481D1D;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
.an-action:hover {
  opacity: 1;
  background: none;
}
.an-action:hover:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

a.an-action02 {
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 10;
}
a.an-action02:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 128px solid #0033A4;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
a.an-action02:hover {
  opacity: 1;
  background: none;
}
a.an-action02:hover:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

a.c-fixed-btn {
  display: block;
  padding: 20px 10px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  color: #fff;
}
a.c-fixed-btn.-primary {
  border-radius: 0 0 0 5px;
  background: #0033A4;
}
a.c-fixed-btn.-accent {
  border-radius: 5px 0 0 0;
  background: #EC6A26;
}

a.c-block-link {
  padding: 9px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: #0033A4;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  a.c-block-link {
    font-size: 17px;
    line-height: 2;
    padding: 11px;
  }
}
a.c-block-link .download, a.c-block-link .link {
  position: relative;
}
a.c-block-link .download:before, a.c-block-link .link:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
a.c-block-link .download {
  padding-right: 24px;
}
a.c-block-link .download:before {
  background-image: url(../../_assets/img/common/icon_download.webp);
  width: 15.37px;
  height: 14.99px;
}
a.c-block-link .link {
  padding-right: 26px;
}
a.c-block-link .link:before {
  background-image: url(../../_assets/img/common/icon_link-arrow.webp);
  width: 13.05px;
  height: 11.42px;
}

a.c-simple-link01 {
  color: #fff;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  a.c-simple-link01 {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}

.c-blank01 {
  position: relative;
  padding-right: 38px;
}
.c-blank01:before {
  position: absolute;
  top: 9px;
  right: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 18.49px;
  height: 17.95px;
  background-image: url(../../_assets/img/common/icon_blank.svg);
}

a.c-link02 {
  position: relative;
  padding-right: 40px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 400;
  color: #0033A4;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.c-link02:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 25px;
  height: 25px;
  background-image: url(../../_assets/img/common/icon_cirlc_arrow.webp);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.c-link02:hover {
  text-decoration: underline;
}
a.c-link02:hover:before {
  right: 0;
}

a.c-link02re {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 400;
  color: #3D3D3D;
}
a.c-link02re:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 25px;
  height: 25px;
  background-image: url(../../_assets/img/common/icon_cirlc_arrow_white.webp);
}
a.c-link02re:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 25px;
  height: 25px;
  background-image: url(../../_assets/img/common/icon_cirlc_arrow.webp);
  z-index: 4;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
a.c-link02re:hover:after {
  opacity: 1;
}

a.c-link-blank, a .c-link-blank {
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 400;
  color: #3D3D3D;
}
a.c-link-blank:before, a .c-link-blank:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 11.91px;
  height: 11.56px;
  background-image: url(../../_assets/img/common/icon_blank.webp);
}

a.c-link-base01 {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19.5px 30px;
  max-width: 384px;
  width: 100%;
  background: #0033A4;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #0033A4;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  a.c-link-base01 {
    padding: 14.5px 30px;
  }
}

a.c-link01 {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19.5px 30px;
  max-width: 384px;
  width: 100%;
  background: #0033A4;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #0033A4;
}
@media screen and (max-width: 999.98px) {
  a.c-link01 {
    padding: 14.5px 30px;
  }
}
a.c-link01:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 13.05px;
  height: 11.42px;
  background-image: url(../../_assets/img/common/icon-akar-arrow-right.png);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a.c-link01:hover {
  background: none;
  color: #0033A4;
}
a.c-link01:hover:before {
  right: 24px;
  background-image: url(../../_assets/img/common/icon-arrow-right-blue.png);
}

a.c-link03 {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19.5px 30px;
  max-width: 384px;
  width: 100%;
  color: #0033A4;
  background: #fff;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #0033A4;
}
@media screen and (max-width: 999.98px) {
  a.c-link03 {
    padding: 14.5px 30px;
  }
}
a.c-link03:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 13.05px;
  height: 11.42px;
  background-image: url(../../_assets/img/common/icon-arrow-right-blue.png);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a.c-link03:hover:before {
  right: 24px;
}
a.c-link03.-type02 {
  border: none;
}

a.c-link04 {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
  width: 100%;
  padding: 19.5px 30px;
  border: 2px solid #0033A4;
  color: #0033A4;
  border-radius: 4px;
}
a.c-link04:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 13.05px;
  height: 11.42px;
  background-image: url(../../_assets/img/common/icon-arrow-right-blue.png);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a.c-link04:hover:before {
  right: 24px;
}

a.c-scroll-link {
  position: absolute;
  right: 32px;
  bottom: 42px;
  display: block;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  z-index: 200;
}
@media screen and (max-width: 999.98px) {
  a.c-scroll-link {
    right: calc((14/375)*100vw);
    bottom: calc((26/375)*100vw);
    font-size: 4vw;
    line-height: 1.2;
  }
}
a.c-scroll-link:hover {
  color: #0033A4;
}
a.c-scroll-link:hover .base .icon {
  background: #fff;
}
a.c-scroll-link:hover .base .icon:after {
  opacity: 1;
}
a.c-scroll-link .base {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 28px 16px auto;
  grid-template-columns: 28px auto;
  gap: 0 16px;
}
@media screen and (max-width: 999.98px) {
  a.c-scroll-link .base {
    -ms-grid-columns: calc((14/375)*100vw) calc((11/375)*100vw) auto;
    grid-template-columns: calc((14/375)*100vw) auto;
    gap: 0 calc((11/375)*100vw);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
a.c-scroll-link .base .icon {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  border: 1px solid #fff;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}
@media screen and (max-width: 999.98px) {
  a.c-scroll-link .base .icon {
    width: 4.8vw;
    height: 4.8vw;
    border-radius: calc((14/375)*100vw);
  }
}
a.c-scroll-link .base .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/Icon-akar-arrow-down.png);
  width: 12.71px;
  height: 11.13px;
}
@media screen and (max-width: 999.98px) {
  a.c-scroll-link .base .icon:before {
    width: 2.0992vw;
    height: 1.8368vw;
  }
}
a.c-scroll-link .base .icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/Icon-akar-arrow-down_blue.png);
  width: 12.71px;
  height: 11.13px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 999.98px) {
  a.c-scroll-link .base .icon:after {
    width: 1.7493333333vw;
    height: 1.5306666667vw;
  }
}

a.c-category-link01 {
  display: block;
  padding: 14px 10px;
  text-align: center;
  color: #3E3E3E;
  background: #E7F0F8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.c-category-link01:hover {
  background: #0033A4;
  color: #fff;
  font-weight: bold;
}

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);
  }
}

.c-eyes {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-eyes {
    font-size: 6.4vw;
    line-height: 1;
  }
}
.c-eyes span {
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 999.98px) {
  .c-eyes span {
    padding-left: calc((44/640)*100vw);
  }
}
.c-eyes span:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-image: url(../../_assets/img/common/icon_eyes01.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 15.17px;
  height: 15.18px;
}
@media screen and (max-width: 999.98px) {
  .c-eyes span:before {
    width: 6.9573333333vw;
    height: 6.96vw;
  }
}

/*** 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-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  z-index: 5000;
  background: #fff;
}
.c-loading .c-loading__logo {
  width: 260px;
}
@media screen and (max-width: 999.98px) {
  .c-loading .c-loading__logo {
    width: calc(260px * 0.7);
  }
}
.c-loading .c-loading__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.c-loading:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50vw;
  bottom: 0;
  left: 0;
  border-right: 500px solid transparent;
  border-bottom: 100vh solid #F4F4F2;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  z-index: -4999;
}
@media screen and (max-width: 999.98px) {
  .c-loading:before {
    right: -160vw;
  }
}
.c-loading:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50vw;
  bottom: 0;
  left: 0;
  border-right: 500px solid transparent;
  border-bottom: 100vh solid rgba(244, 244, 242, 0.3);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  z-index: 5003;
}
.c-loading.is-play:before, .c-loading.is-play:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.c-loading.is-play02:after {
  opacity: 0;
}

.c-need {
  height: 16px;
  padding: 3px 6px;
  font-size: 10px;
  line-height: 1;
  font-weight: bold;
  background: #DF1408;
  color: #fff;
}

.c-category {
  display: inline-block;
  padding: 10.5px 6px;
  text-align: center;
  color: #fff;
  background: #0033A4;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.065em;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .c-category {
    padding: 5.5px 4px;
  }
}

.c-category02 {
  display: inline-block;
  padding: 10.5px 6px;
  text-align: center;
  color: #fff;
  background: #002043;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.065em;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .c-category02 {
    padding: 5.5px 4px;
  }
}

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

.ss {
  display: block;
}

.c-logo {
  width: 325px;
  display: block;
}
@media screen and (max-width: 999.98px) {
  .c-logo {
    width: 220px;
  }
}
.c-logo a {
  display: block;
}
.c-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.c-logo02 {
  width: 154px;
  display: block;
}
@media screen and (max-width: 999.98px) {
  .c-logo02 {
    width: 200px;
  }
}
.c-logo02 a {
  display: block;
}
.c-logo02 img {
  display: block;
  width: 100%;
  height: auto;
}

.c-logo-text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #000;
  white-space: nowrap;
}
@media screen and (max-width: 1450px) {
  .c-logo-text {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1200px) {
  .c-logo-text {
    display: none;
  }
}
@media screen and (max-width: 999.98px) {
  .c-logo-text {
    display: block;
    font-size: 12px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 999.98px) {
  .c-block-sp span {
    display: block;
  }
}

.dk {
  display: block;
}