@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.pc {
  display: none;
}
@media (min-width: 992px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media (min-width: 992px) {
  .sp {
    display: none;
  }
}

/*1.0rem=10px*/
html {
  font-size: 62.5%;
}

body {
  background-color: #ffffff;
  color: #000;
  font-weight: 500;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  overflow-x: hidden;
}

img {
  width: 100%;
}

button {
  background-color: transparent;
  cursor: pointer;
}

em {
  font-style: normal;
}

input,
label,
a {
  cursor: pointer;
}

a {
  transition: all 0.2s linear 0s;
}
a:hover {
  opacity: 0.7;
}

/***********************************************
header
************************************************/
.l-header {
  right: 0;
  z-index: 900;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
}

.l-header__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .l-header__items {
    padding-left: 10px;
    max-width: 1200px;
    margin: 20px auto;
  }
}

/***********************************************
header              左               ロゴ*****/
.l-header__left {
  margin-left: 10px;
  margin-right: auto;
}

a.l-header__logo {
  transition: all 0.2s linear 0s;
  display: block;
  width: 100px;
  padding: 10px;
  margin-left: 10px;
}
a.l-header__logo:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  a.l-header__logo {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  a.l-header__logo {
    margin-left: 30px;
  }
}

/***********************************************
header       右            *****/
.l-header__nav-items ul {
  display: none;
}
@media (min-width: 992px) {
  .l-header__nav-items ul {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .l-header__nav-items {
    display: flex;
    white-space: nowrap;
  }
}

.l-header__nav-items ul > li {
  font-weight: 700;
  font-family: "Noto Serif JP", sans-serif;
  list-style: none;
  margin: 0;
}
@media (min-width: 992px) {
  .l-header__nav-items ul > li {
    padding: 9px 9px;
    font-size: 14px;
    position: relative;
  }
  .l-header__nav-items ul > li::before {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #000;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    left: 0;
  }
  .l-header__nav-items ul > li:last-child::after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #000;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    right: 0;
  }
}
.l-header__nav-items ul > li a {
  transition: all 0.2s linear 0s;
  color: #333;
  padding: 1px 9px;
}
.l-header__nav-items ul > li a:hover {
  color: #fff;
  background: #000;
}

.l-header .current-menu-item a {
  color: #fff !important;
  background: #000 !important;
  cursor: default;
}
.l-header .current-menu-item a:hover {
  opacity: 1 !important;
  pointer-events: none !important;
  cursor: default;
}

.company-logo {
  width: 400px;
  display: block;
  margin: 10px 0 10px auto;
}

.header-cta {
  margin: 0 8px;
  border: 1px solid #000;
}

a.header-cta {
  padding: 5px 7px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s linear 0s;
}
a.header-cta:hover {
  color: #fff;
  background-color: #000;
  opacity: 1;
}

/***********************************************
ハンバーガーメニュー
************************************************/
.drawer-icon {
  width: 70px;
  height: 70px;
  position: fixed;
  top: -6px;
  right: 0;
  z-index: 1000;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  background: transparent;
  display: block;
  background-color: #2167b1;
}
@media (min-width: 992px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-bars {
  display: inline-block;
  width: 54px;
  height: 32.75px;
  position: relative;
  vertical-align: bottom;
  width: 33px;
  height: 12.75px;
}

.drawer-bar {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 2.25px;
  border-radius: 20px;
  transition: all 0.5s linear 0s;
}
.drawer-bar:nth-of-type(1) {
  top: 0;
}
.drawer-bar:nth-of-type(2) {
  top: 10.25px;
}
.drawer-bar:nth-of-type(3) {
  top: 20.5px;
}
.is-checked .drawer-bar:nth-of-type(1) {
  top: 10px;
  transform: rotate(-45deg);
  background: #ffffff;
}
.is-checked .drawer-bar:nth-of-type(2) {
  background: transparent;
}
.is-checked .drawer-bar:nth-of-type(3) {
  top: 10px;
  transform: rotate(45deg);
  background: #ffffff;
}

.drawer-content-cover {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  transform: translateX(0);
  top: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: all 0.5s linear 0s;
  background: #eaf4fd;
  z-index: 999;
  padding-top: 50px;
}
.drawer-content-cover.is-checked {
  visibility: visible;
  opacity: 1;
}
.drawer-content-cover p {
  color: #3C3C3C;
}

.l-header__hamburger-menu ul {
  list-style: none;
  margin: 0 auto;
  padding: 9px 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  .l-header__hamburger-menu ul {
    width: 300px;
    max-width: 100%;
  }
}
.l-header__hamburger-menu ul li {
  list-style-type: none !important;
}
.l-header__hamburger-menu ul li a {
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 26px 17px;
  color: #333;
  transition: all 0.2s linear 0s;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}
.l-header__hamburger-menu ul li a:hover {
  opacity: 0.7;
}

.menu-dorawer-container li:last-child {
  border: solid 2px #fff;
  background-color: #fff;
  margin: 10px 0;
}
.menu-dorawer-container li:last-child a {
  font-weight: bold;
  color: #002a52;
}
.menu-dorawer-container li:nth-last-child(2) {
  border: solid 1px #fff;
  margin: 10px 0 30px 0;
}

.l-header__hamburger-menu ul li {
  font-size: 18px;
}

.l-header__foot-flex ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  font-weight: 600;
}
.l-header__foot-flex ul li a {
  display: block;
  padding: 30px 8px;
  color: #cbcbcb;
  font-size: 11px;
}

/**************?
footer
/*************/
.l-footer {
  border-top: solid 1px #000;
  margin: 50px auto 0;
}
.l-footer a {
  transition: all 0.2s linear 0s;
  padding: 10px 0;
  display: block;
}
.l-footer a:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .l-footer {
    display: block;
    width: 100%;
    z-index: 900;
    font-size: 16px;
    margin: 30px auto 0;
  }
}
.l-footer strong {
  font-family: "Noto Sans JP", sans-serif;
}
.l-footer ul {
  justify-content: center;
}
.l-footer li {
  list-style: none;
  display: inline-block;
  width: auto;
  margin: 0;
}

.l-footer__nav-items {
  margin: 10px auto 0;
}
.l-footer__nav-items ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #2167b1;
  padding: 12px 0 15px;
}
@media (min-width: 992px) {
  .l-footer__nav-items ul {
    justify-content: center;
    padding: 7px 0;
  }
}
.l-footer__nav-items ul > li {
  padding: 9px 9px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .l-footer__nav-items ul > li {
    padding: 9px 9px;
    font-size: 17px;
    position: relative;
  }
  .l-footer__nav-items ul > li::before {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #ffffff;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    left: 0;
  }
  .l-footer__nav-items ul > li:last-child::after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    right: 0;
  }
}
.l-footer__nav-items ul > li a {
  transition: all 0.2s linear 0s;
  color: #fff;
  padding: 1px 9px;
  font-family: "Kosugi Maru", sans-serif;
  letter-spacing: 0.08em;
}

.l-footer__copyright {
  font-size: 10px;
  display: block;
  font-weight: 400;
  padding: 10px 0 90px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
}
@media (min-width: 768px) {
  .l-footer__copyright {
    font-size: 15px;
    padding: 10px 0 10px 0;
  }
}

.l-footer__vertical-line {
  width: 1px;
  height: 110px;
  background-color: #b2b2b2;
}

/***********************************************
    cv ボタン　最下部固定
    ************************************************/
.l-footer-cv {
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  font-size: 15px;
  font-weight: 700;
  background-color: #ffffff;
  height: 75px;
  width: 100%;
}
@media (min-width: 992px) {
  .l-footer-cv {
    display: none;
  }
}

a.l-footer-cv__btn {
  width: 50%;
  padding: 27px;
  text-align: center;
  border-right: solid 1px #fff;
  line-height: 1.5;
  color: #fff !important;
  display: block;
  width: 50%;
  height: 100%;
  background-color: #2167b1;
  padding: 27px 0px;
  font-size: 14px;
}
a.l-footer-cv__btn::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 42%;
  right: 10px;
}
@media (min-width: 992px) {
  a.l-footer-cv__btn {
    width: 320px;
    height: 75px;
    right: 0;
    background-color: #2167b1;
    color: #333;
    font-size: 16px;
    padding: 25px;
  }
  a.l-footer-cv__btn::after {
    border-color: #2167b1;
    right: 20px;
  }
  a.l-footer-cv__btn.--pc {
    padding: 25px;
    background-color: #2167b1;
    color: #fff;
  }
  a.l-footer-cv__btn.--pc::after {
    border-color: #fff;
  }
}

@media (min-width: 992px) {
  .l-footer__text-small {
    font-size: 11px;
  }
}

.l-footer-cv__sp {
  display: inline;
}
@media (min-width: 992px) {
  .l-footer-cv__sp {
    display: none;
  }
}

.l-footer__wrapper {
  margin-top: 40px;
  color: #fff;
}

.l-footer__logo-nav-flex {
  display: none;
}
@media (min-width: 992px) {
  .l-footer__logo-nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0;
  }
}

.l-footer__nav {
  margin-top: 30px;
  padding: 15px 0;
}
.l-footer__nav ul {
  display: none;
}
@media (min-width: 992px) {
  .l-footer__nav ul {
    display: flex;
    justify-content: center;
  }
}

.l-footer__nav ul > li {
  font-weight: 700;
}
@media (min-width: 992px) {
  .l-footer__nav ul > li {
    padding: 30px 15px;
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  .l-footer__nav ul > li {
    padding: 30px 30px;
    font-size: 22px;
  }
}
.l-footer__nav ul > li a {
  transition: all 0.2s linear 0s;
  /*********フッターナビゲーション文字の色********/
  color: #fff;
}
.l-footer__nav ul > li a:hover {
  opacity: 0.7;
}

.l-footer__logo {
  transition: all 0.2s linear 0s;
  display: block;
}
.l-footer__logo:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .l-footer__logo {
    width: 99px;
  }
}

.l-footer__info {
  margin: 16px 0 9px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.l-footer__contact-bg {
  padding: 30px 0 20px;
  margin: 30px 0 0 0;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .l-footer__contact-bg {
    padding: 80px 0;
    margin: 0;
  }
}

a.footer-cta {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 992px) {
  a.footer-cta {
    font-size: 35px;
  }
}
a.footer-cta em {
  color: #e60012;
  padding-left: 10px;
  letter-spacing: 0.05em;
  font-size: 36px;
}
@media (min-width: 992px) {
  a.footer-cta em {
    padding-left: 20px;
    font-size: 38px;
  }
}

.l-footer__text {
  font-size: 19px;
  font-weight: 700;
  display: block;
  margin: 30px auto 0;
  font-family: "Kosugi Maru", sans-serif !important;
}
@media (min-width: 992px) {
  .l-footer__text {
    font-size: 22px;
  }
}

.c-inner__center {
  min-width: 330px;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .c-inner__center {
    width: 80%;
  }
}

.c-inner__left {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 992px) {
  .c-inner__left {
    width: 80%;
  }
}

.c-inner__flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-inner__flex.--end {
  justify-content: flex-end;
}
.c-inner__flex.--sp_block {
  display: block;
}
@media (min-width: 992px) {
  .c-inner__flex.--sp_block {
    display: flex;
  }
}

.c-heading {
  text-align: center;
  margin: 30px 0 20px;
}
@media (min-width: 992px) {
  .c-heading {
    text-align: left;
    display: flex;
    align-items: baseline;
    margin: 60px 0 0;
  }
}

.c-heading__jp {
  font-size: 35px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  position: relative;
  border: none;
}
.c-heading__jp::before {
  content: "";
  background-image: url(../img/logo-heading.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 992px) {
  .c-heading__jp::before {
    width: 74px;
    height: 74px;
  }
}
.c-heading__jp.--contact {
  letter-spacing: 0em;
  color: #fff;
}
.c-heading__jp.--contact::before {
  background-image: none;
}
.c-heading__jp.--contact + .c-heading__en {
  letter-spacing: 0em;
  color: #fff;
  padding: 5px 0;
}

.c-heading__en {
  display: inline-block;
  margin-top: -10px;
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1px;
  text-align: center;
}
@media (min-width: 992px) {
  .c-heading__en {
    margin-left: 30px;
  }
}

/***********************************************
見出しのデザイン
************************************************/
h2 {
  font-weight: 700;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 12px 0px 12px 10px;
  font-size: 18px;
  display: block;
  margin: 40px 0 0px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  h2 {
    font-size: 24px;
    padding: 12px 0px 12px 15px;
  }
}

.h2-sub-text {
  font-size: 85%;
  font-weight: 500;
}
@media (min-width: 992px) {
  .h2-sub-text {
    padding-left: 20px;
  }
}

h3 {
  display: block;
  background-color: #dbeaf8;
  color: #2167b1;
  padding: 12px 10px 12px 36px;
  line-height: 1.3;
  margin: 20px 0px;
  font-size: 16px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 600;
  position: relative;
}
h3::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #2167b1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
@media (min-width: 992px) {
  h3::before {
    width: 17px;
    height: 17px;
    left: 20px;
  }
}
h3.non {
  padding: 12px 20px;
  margin: 5px 0 0;
}
h3.non::before {
  content: none;
}
@media (min-width: 992px) {
  h3 {
    font-size: 20px;
    padding: 12px 44px;
    margin: 20px 10px 10px;
  }
}

h4 {
  font-size: 15px;
}
@media (min-width: 992px) {
  h4 {
    font-size: 19px;
  }
}

p {
  line-height: 1.75;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  font-size: 15px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 500;
}
@media (min-width: 992px) {
  p {
    width: 90%;
    font-size: 16px;
  }
}

ul li,
ol li {
  list-style-type: disc;
  line-height: 1.75;
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  font-size: 15px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 500;
  margin-left: 30px;
}
@media (min-width: 992px) {
  ul li,
  ol li {
    width: 88%;
    margin-left: 64px;
  }
}

.non-li {
  list-style: none;
}

h2 + p {
  font-size: 16px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  h2 + p {
    font-size: 17px;
    margin-top: 20px;
  }
}

table {
  margin: 20px 4px;
}
table li {
  line-height: 1.75;
  width: 97%;
  margin-left: 13px;
}
@media (min-width: 992px) {
  table li {
    width: 88%;
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  table {
    margin: 10px;
  }
}

th,
td {
  line-height: 1.6;
  font-size: 14px;
  font-family: "Kosugi Maru", sans-serif;
  display: inline-block;
}
@media (min-width: 992px) {
  th,
  td {
    font-size: 15px;
    display: table-cell;
    line-height: 1.6;
  }
}

th {
  width: 100%;
  padding: 5px 15px !important;
  background-color: #e5eced;
}
@media (min-width: 992px) {
  th {
    background: transparent;
    padding: 20px 20px !important;
  }
}

td {
  padding: 10px 10px 20px !important;
  width: 100%;
}
@media (min-width: 992px) {
  td {
    padding: 20px 20px !important;
  }
}

.service-table-title {
  border: none;
  text-align: center;
}
@media (min-width: 992px) {
  .service-table-title {
    padding: 0 0 30px 0;
  }
}

.service-table {
  border-collapse: collapse;
}
.service-table th {
  border-left: none !important;
  border-right: none !important;
  border-top: 1px solid #000;
  vertical-align: middle;
  line-height: 1.7;
  font-weight: 800;
  font-size: 16px;
  width: 100% !important;
  background-color: #e4ebef !important;
}
@media (min-width: 992px) {
  .service-table th {
    font-size: 20px;
    line-height: 1.8;
    width: 30% !important;
  }
}
@media (min-width: 992px) {
  .service-table th {
    background-color: transparent !important;
  }
}
.service-table td {
  border-left: none !important;
  border-right: none !important;
  border-top: 1px solid #000;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .service-table {
    border-bottom: 1px solid #000;
  }
  .service-table th {
    width: 29%;
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000;
    background-color: transparent !important;
  }
  .service-table td {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000 !important;
    width: 71%;
    padding-right: 0;
  }
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  border-style: none;
  background: none;
}

.flow-arrow {
  display: block;
  width: 100px;
  margin: 5px auto 0;
}
@media (min-width: 992px) {
  .flow-arrow {
    width: 200px;
    margin: 10px auto 0;
  }
}

.apply-btn {
  width: 250px;
  display: block;
  margin: 0 auto;
}

.c-icon {
  position: relative;
}
.c-icon::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.c-icon::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

/***********************************************
左から右へグイっと登場
************************************************/
.c-icon__from-left {
  animation: fadeIn 1s cubic-bezier(0.9, 0, 0.2, 1) 0.5s 1 normal backwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.c-icon__keyword {
  position: absolute;
  color: transparent;
}

/***********************************************
文字の両サイドに画像配置
************************************************/
.c-icon__both-side {
  position: relative;
}
.c-icon__both-side::before, .c-icon__both-side::after {
  content: "";
  display: inline-block;
  width: 10%;
  aspect-ratio: 100/133;
  background-image: url();
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.c-icon__both-side::after {
  background-image: url();
}

/***********************************************
アンダーライン
************************************************/
.c-icon__marker {
  background: linear-gradient(transparent 60%, yellow 30%);
  display: inline-block;
}

.c-icon__under-line {
  border-bottom: 10px solid #000;
  display: inline-block;
  padding-bottom: 10px;
}

/***********************************************
　ハンバーガーメニュー　細いスクロールバー
************************************************/
.c-icon__scroll-bar {
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  overflow-y: auto;
}
.c-icon__scroll-bar::-webkit-scrollbar {
  width: 5px;
  height: 2px;
  border-radius: 10px;
}
.c-icon__scroll-bar::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #D5D5D5;
}
.c-icon__scroll-bar::-webkit-scrollbar-thumb {
  background-color: #969696;
}

/***********************************************
　MV　SCROLL DOWN のモーション
************************************************/
.c-icon__scrolldown1 {
  position: absolute;
  left: 30px;
  bottom: -50px;
  height: 50px;
}

/*====== 9-1-1 縦線が動いてスクロールを促す =======*/
/*スクロールダウン全体の場所*/
.c-icon__scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 58px;
  bottom: 69px;
  /*全体の高さ*/
  height: 50px;
}

/*Scrollテキストの描写*/
.c-icon__scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -32px;
  bottom: 59px;
  /*テキストの形状*/
  color: #D5C1A1;
  width: 70px;
  font-size: 14px;
  font-weight: 400;
  transform: rotate(90deg);
}

/* 線の描写 */
.c-icon__scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 2px;
  height: 30px;
  background: #D5C1A1;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 10px;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 55px;
    opacity: 0;
  }
}
/* ------------------------------------
ドキドキするボタン
  ------------------------------------*/
.c-button__doki {
  animation-name: dokidoki;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  display: block;
  text-decoration: none !important;
  text-align: center;
}

@keyframes dokidoki {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
/***********************************************
ボタンがキラッと光る
************************************************/
/* ------------------------------------
ボタンの基本スタイル
------------------------------------*/
/* ボタン自体のスタイル */
.shine-button,
.shine-button2 {
  /* ボタンを光らせるために必要 */
  position: relative;
  /* ボタンの位置を基準にするため relative指定 */
  overflow: hidden;
  /* ボタンの外の領域は非表示 */
}

/* ------------------------------------
  ボタンの外側にボックス作成
  （疑似要素「before」を使う）
  ------------------------------------*/
.shine-button::before,
.shine-button2::before {
  content: "";
  /* 文字は表示しないので中身無しを指定 */
  position: absolute;
  /* ボタンの位置を基準に絶対値指定する */
  display: block;
  /* 形式はblock */
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  /* 背景色は透明から白になるグラデーション */
  width: 50px;
  /* 横幅 */
  height: 50px;
  /* 縦幅 */
  top: -60px;
  /* ボタン左上を基準に上へ60pxの位置 */
  left: -60px;
  /* ボタン左上を基準に左へ60pxの位置 */
  /* アニメーションの動作指定 */
  animation-name: shine-run;
  /* アニメーション名の指定 */
  animation-delay: 0s;
  /* アニメーションの開始時間指定 */
  animation-duration: 3s;
  /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in;
  /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite;
  /* アニメーションの無限繰り返しの指定 */
}

.shine-button2::before {
  background: linear-gradient(to right, rgba(255, 223, 64, 0), #fffdf3);
  z-index: 999;
}

/* ------------------------------------
  アニメーションのタイミングとボックスの
  拡大率、角度、透過率の指定
  ------------------------------------*/
@keyframes shine-run {
  0% {
    transform: scale(0) rotate(50deg);
    /* アニメ開始時は大きさ0、50度の傾き */
    opacity: 0;
    /* アニメ開始時は全透過 */
  }
  40% {
    transform: scale(1) rotate(50deg);
    /* 40%まで進む間に大きさを等倍に。傾きは50度のまま*/
    opacity: 1;
    /* 透過しない（しっかり表示される）ように1を設定 */
  }
  100% {
    transform: scale(250) rotate(50deg);
    /* 最後は元の大きさの250倍になるようにする。傾きは50度のまま*/
    opacity: 0;
    /* 全透過になるようにして、徐々に消えるような変化を付ける */
  }
}
/***********************************************
read more　線の色が変わる
************************************************/
/*== 線の上を別の線が伸びる */
.c-button__more {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*リンクの形状*/
  color: #fff;
  padding: 10px 10px 10px 10px;
  display: inline-block;
  text-decoration: none;
  outline: none;
}

/*線の設定*/
.c-button__more::before,
.c-button__more::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  /*線の形状*/
  background: #333;
  width: 50%;
  height: 2px;
  /*アニメーションの指定*/
  transition: all 0.3s ease-in-out;
}

.c-button__more.--white::before,
.c-button__more.--white::after {
  /*線の形状*/
  background: #fff;
}

/*hover時に伸びる線の形状*/
.c-button__more::after {
  width: 0;
  background: #ffffff;
}

.c-button__more.--white::after {
  background: #333;
}

/*hover時に100%に伸びる*/
.c-button__more:hover::after {
  width: 50%;
}

/*矢印の設定*/
.c-button__more span {
  position: relative;
}

.c-button__more span::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 0.6em;
  right: -36px;
  /*矢印の形状*/
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  /*アニメーションの指定*/
  transition: all 0.3s;
}

.c-button__more.--white span::after {
  border-color: #fff;
}

/*hover時に矢印が移動*/
.c-button__more:hover span::after {
  right: -41px;
}

.--side {
  /*== 線の上を別の線が伸びる */
  /*線の設定*/
  /*hover時に伸びる線の形状*/
  /*hover時に100%に伸びる*/
  /*矢印の設定*/
  /*hover時に矢印が移動*/
}
.--side .c-button__more {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*リンクの形状*/
  color: #fff;
  padding: 10px 80px 10px 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
}
@media (min-width: 992px) {
  .--side .c-button__more {
    padding-right: 137px;
  }
}
.--side .c-button__more::before,
.--side .c-button__more::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 105px;
  background: #5d595a;
  width: 24%;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .--side .c-button__more::before,
  .--side .c-button__more::after {
    bottom: 23px;
    left: 129px;
  }
}
.--side .c-button__more.--white::before,
.--side .c-button__more.--white::after {
  /*線の形状*/
  background: #fff;
}
.--side .c-button__more::after {
  width: 0;
  background: #ffffff;
}
.--side .c-button__more.--white::after {
  background: #000000;
}
.--side .c-button__more:hover::after {
  width: 24%;
}
.--side .c-button__more span {
  position: relative;
}
.--side .c-button__more span::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 0.6em;
  right: -36px;
  /*矢印の形状*/
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  /*アニメーションの指定*/
  transition: all 0.3s;
}
.--side .c-button__more.--white span::after {
  border-color: #fff;
}
.--side .c-button__more:hover span::after {
  right: -41px;
}

.recruit-apply {
  width: 300px;
  display: block;
  margin: 10px auto;
}

.apply-btn {
  width: 250px;
  display: block;
  margin: 0 auto;
  animation-name: dokidoki;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  display: block;
  text-decoration: none !important;
  text-align: center;
}
@media (min-width: 992px) {
  .apply-btn {
    width: 350px;
  }
}

/***************
*トップページ「　　」セクション
****************/
@media (min-width: 992px) {
  .p-top__s1-mv-section {
    margin: 20px auto;
  }
}

/***************
*トップページ「　お知らせ　」セクション
****************/
.p-top__news-bg {
  color: #333;
  overflow: hidden;
  position: relative;
}
.p-top__news-bg::before {
  content: "";
  width: 130px;
  height: 300px;
  background-image: url(../img/news-bg-l.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: -4%;
  z-index: -1;
}
.p-top__news-bg::after {
  content: "";
  width: 230px;
  height: 300px;
  background-image: url(../img/news-bg-r.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: -100px;
  z-index: -1;
}
@media (min-width: 992px) {
  .p-top__news-bg::before {
    width: 400px;
    left: -50px;
  }
  .p-top__news-bg::after {
    width: 650px;
  }
}

a.news-readmore {
  color: #333;
}

.news-readmore {
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 22px;
  display: inline-block;
  margin: 20px auto;
}
@media (min-width: 992px) {
  .news-readmore {
    padding: 5px 50px;
    margin: 30px auto;
  }
}

@media (min-width: 992px) {
  .--pdr {
    padding-right: 300px;
  }
  .--pdl {
    padding-left: 100px;
  }
}
.p-top__news-item {
  line-height: 1.5;
}

.p-top__news-item .p-top__news-date,
.p-top__news-item .p-top__news-text {
  color: #333;
}

/***************
*トップページ「　　」セクション
****************/
/***************
*トップページ「　　」セクション
****************/
/***************
*トップページ「　　」セクション
****************/
/***************
*トップページ「　　」セクション
****************/
/***************
*トップページ「 　」セクション
****************/
/***************
*トップページ「　　」セクション
****************/
/***************
*トップページ「　　」セクション
****************/
/***************
*トップページ「　　」セクション
****************/
.page-mv-bg {
  position: relative;
  height: 200px;
}
@media (min-width: 992px) {
  .page-mv-bg {
    height: auto;
    width: 100%;
  }
}

.page-bg {
  height: 100%;
  object-fit: cover;
  object-position: 92%;
}

.page-guide .page-bg {
  height: 100%;
  object-fit: cover;
  object-position: 91%;
}

.bg-facility-woman {
  height: 50%;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  .bg-facility-woman {
    height: 70%;
  }
}
.bg-facility-woman img {
  width: auto;
  height: 100%;
}

.page-title {
  text-align: center;
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff, -4px 4px 4px #fff, 4px -4px 4px #fff, 4px 0 4px #fff, -4px 0 4px #fff, 0 4px 4px #fff, 0 -4px 4px #fff;
}
@media (min-width: 992px) {
  .page-title {
    width: 80%;
    flex-wrap: wrap;
    margin: 0 auto;
    display: flex;
    align-items: baseline;
    justify-content: center;
    top: 44%;
    left: 46%;
    transform: translateX(-50%);
    text-shadow: none;
  }
}
@media (min-width: 1400px) {
  .page-title {
    top: 44%;
    left: 46%;
    transform: translateX(-50%);
  }
}

.page-title-en {
  display: block;
  font-size: 30px;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media (min-width: 992px) {
  .page-title-en {
    font-size: 50px;
  }
}
@media (min-width: 1400px) {
  .page-title-en {
    font-size: 60px;
  }
}

.page-title-jp {
  display: inline-block;
  font-size: 18px;
  margin: 10px 0;
}
@media (min-width: 992px) {
  .page-title-jp {
    margin-left: 30px;
    font-size: 24px;
  }
}

.page-company table,
.page-recruit table,
.page-contact table {
  border-collapse: separate !important;
  width: 100%;
  margin: 20px 0px !important;
}
@media (min-width: 992px) {
  .page-company table,
  .page-recruit table,
  .page-contact table {
    border-spacing: 15px !important;
    margin: 20px 4px !important;
  }
}
.page-company th,
.page-company td,
.page-recruit th,
.page-recruit td,
.page-contact th,
.page-contact td {
  line-height: 1.75;
  padding: 7px 10px;
  border: none;
}
@media (min-width: 992px) {
  .page-company th,
  .page-company td,
  .page-recruit th,
  .page-recruit td,
  .page-contact th,
  .page-contact td {
    border-top: none !important;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
}
.page-company th,
.page-recruit th,
.page-contact th {
  color: #2167b1;
  width: 100% !important;
  text-align: left !important;
  background-color: #e4ebef !important;
}
@media (min-width: 992px) {
  .page-company th,
  .page-recruit th,
  .page-contact th {
    background-color: transparent !important;
    text-align: center !important;
    width: 25% !important;
    font-size: 17px;
  }
}
.page-company td,
.page-recruit td,
.page-contact td {
  width: 100%;
  border: none;
}
@media (min-width: 992px) {
  .page-company td,
  .page-recruit td,
  .page-contact td {
    width: 100%;
    font-size: 17px;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
}

.page-faq .page-title-en {
  font-size: 20px;
}
.page-faq h3 {
  padding: 12px 0 12px 54px;
  margin: 10px 0;
  position: relative;
}
.page-faq h3::before {
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 0%;
  transform: none;
  background-image: url(../img/q.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (min-width: 992px) {
  .page-faq h3::before {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .page-faq h3 {
    padding: 12px 0 12px 60px;
  }
}
.page-faq dd {
  width: 100%;
  background: #e5e5e5;
  position: relative;
  padding: 12px;
  padding-left: 54px !important;
  margin-bottom: 30px;
}
.page-faq dd::before {
  display: block;
  content: "";
  width: 44px;
  height: 44px;
  background-image: url(../img/a.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (min-width: 992px) {
  .page-faq dd::before {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .page-faq dd {
    padding-left: 60px !important;
  }
}
.page-faq dd p {
  margin: 0;
}

.page-recruit .page-bg {
  object-position: 20% 0%;
}
@media (min-width: 992px) {
  .page-recruit .page-bg {
    object-position: center center;
  }
}

.page-contact {
  font-family: "Noto Sans JP", sans-serif !important;
}
.page-contact .page-title {
  top: 27%;
  line-height: 1.4;
}
.page-contact .page-title-en,
.page-contact .page-title-jp {
  color: #fff;
  text-shadow: 2px 2px 6px rgba(73, 73, 73, 0.6), -4px -4px 4px rgba(73, 73, 73, 0.6), -4px 4px 4px rgba(73, 73, 73, 0.6), 4px -4px 4px rgba(73, 73, 73, 0.6), 4px 0 4px rgba(73, 73, 73, 0.6), -4px 0 4px rgba(73, 73, 73, 0.6), 0 4px 4px rgba(73, 73, 73, 0.6), 0 -4px 4px rgba(73, 73, 73, 0.6);
  font-size: 19px;
}
@media (min-width: 992px) {
  .page-contact .page-title-en {
    font-size: 50px;
  }
}
@media (min-width: 1400px) {
  .page-contact .page-title-en {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .page-contact .page-title-jp {
    margin-left: 30px;
    font-size: 24px;
  }
}
.page-contact th {
  vertical-align: top;
}

.warning {
  color: #ff0000;
  font-size: 70%;
  padding-left: 20px;
  font-weight: 500;
}

.contact-tel-info {
  min-width: 300px;
  width: 70%;
  margin: 30px auto;
  font-size: 17px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
@media (min-width: 992px) {
  .contact-tel-info {
    width: 80%;
    font-size: 30px;
  }
}
.contact-tel-info a {
  color: #000;
  border-radius: 30px;
  background-image: linear-gradient(0deg, rgb(215, 240, 255) 10%, rgb(143, 210, 255) 40%, #6faada 90%);
  box-shadow: 2px 2px 4px gray;
  display: inline-block;
  padding: 10px 20px;
}
@media (min-width: 992px) {
  .contact-tel-info a {
    border-radius: 0;
    background-image: none;
    box-shadow: none;
    display: inline-block;
    padding: 0;
  }
}

.sunday-tel {
  display: inline-block;
  margin: 10px 0 0;
}
@media (min-width: 992px) {
  .sunday-tel {
    margin: 0;
  }
}

/***********************************************
お問い合わせフォーム
/***contact*
************************************************/
.smf-item__controls {
  text-align: left;
}

.smf-form--business .smf-item {
  border: none;
}

.smf-item__col.smf-item__col--label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.smf-form--business .smf-item__col--label {
  border: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  min-height: 35px;
  width: 100%;
  background-color: #ffffff;
  background-color: #e4ebef;
}
@media (min-width: 992px) {
  .smf-form--business .smf-item__col--label {
    min-height: 71px;
    margin: 0 10px 10px 0;
    flex: 0 0 25em;
    max-width: 25em;
    background-color: #ffffff;
    border-top: none;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000000;
  }
}

.smf-checkbox-control__label {
  padding: 3px 0 0 0;
}

.smf-label {
  padding: 10px 0;
}

.smf-form--business .smf-item__col--controls {
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  .smf-form--business .smf-item__col--controls {
    border-right: 1px solid #000;
    margin: 10px;
  }
}

.smf-form .smf-text-control__control,
.smf-form .smf-textarea-control__control {
  border: none;
  box-shadow: none;
}

.smf-form--business .smf-item__col {
  padding: 5px 10px;
  text-align: center;
  align-items: center;
  word-break: break-all;
  line-height: 1.3;
}

.smf-placeholder {
  font-size: 15px;
}
@media (min-width: 992px) {
  .smf-placeholder {
    font-size: 17px;
    padding: 10px 0 0;
  }
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  border: 1px solid rgb(255, 255, 255);
  padding: 10px;
  width: 100% !important;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  border: 1px solid #2167b1;
  outline: none;
}
@media (min-width: 992px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    font-size: 17px;
  }
}

textarea {
  min-height: 200px;
  border: 1px solid rgb(208, 208, 208);
  border-radius: 5px;
}
@media (min-width: 992px) {
  textarea {
    border: 1px solid rgb(255, 255, 255);
  }
}

.is-required .smf-item__label {
  position: relative;
}
.is-required .smf-item__label::after {
  content: "※";
  color: #ff0000;
  position: relative;
}

.smf-action .smf-button-control__control {
  background-color: transparent !important;
  background-image: none;
  border-radius: 0px;
  color: transparent;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  text-decoration: none;
  border: none;
  outline: 0;
}

.smf-action .smf-button-control__control {
  position: relative;
}

.smf-action .smf-button-control__control {
  padding-left: var(--_padding1);
  padding-right: var(--_padding1);
}

.smf-action .smf-button-control__control {
  position: relative;
}

.smf-action .smf-button-control__control {
  padding-left: var(--_padding1);
  padding-right: var(--_padding1);
}

/**
.c .confirm-button,
.smf-button-control {
    background-image: url(../img/confirm-btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    width: 300px;
    height: 55px;
    display: block;



    input,
    button {

        width: 100%;
        height: 100%;
        border: none;
        background: transparent;
        color: transparent;
        font-size: 20px;
        text-align: center;
        cursor: pointer;
    }

    transition: all 0.2s linear 0s;
    margin: 0 auto;

    &:hover {
        transform: scale(1.03);
        opacity: 0.7;
    }

    @include f.mq('pc') {
        margin: 0;
    }

}**/
.smf-button-control {
  justify-content: center;
  display: flex;
}

.smf-action .smf-button-control__control,
.reset-button {
  color: #000;
  border-radius: 30px;
  background-image: linear-gradient(0deg, rgb(215, 240, 255) 10%, rgb(143, 210, 255) 40%, #6faada 90%);
  box-shadow: 2px 2px 4px gray;
  display: inline-block;
  padding: 10px 20px;
  width: 300px;
  height: 55px;
  display: block;
  transition: all 0.2s linear 0s;
  font-size: 16px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .smf-action .smf-button-control__control,
  .reset-button {
    font-size: 20px;
    margin: 0;
  }
}
.smf-action .smf-button-control__control:hover,
.reset-button:hover {
  transform: scale(1.03);
}
.smf-action .smf-button-control__control[data-action=back],
.reset-button[data-action=back] {
  background: #ffffff;
  box-shadow: none;
  color: transparent;
  width: 0px;
  height: 0px;
}

.reset-button {
  display: block;
  width: 116px;
  height: 30px;
  margin: 20px auto;
  padding: 7px 0 0 0;
  text-align: center;
  background-image: linear-gradient(0deg, rgb(239, 240, 241) 10%, rgb(196, 206, 212) 40%, #b1d6f5 90%);
}
@media (min-width: 992px) {
  .reset-button {
    width: 153px;
    height: 36px;
    margin: 0;
    margin: 11px auto;
    padding: 8px 0 0 0;
  }
}

.vert-center {
  align-items: center;
  display: block;
}
@media (min-width: 992px) {
  .vert-center {
    display: flex;
    justify-content: flex-start;
  }
}

.smf-item__label {
  color: #2167b1;
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .smf-item__label {
    font-size: 20px;
  }
}

.smf-progress-tracker {
  padding: 20px 10px 10px;
}

.smf-complete-content {
  text-align: center;
}
.smf-complete-content h3::before {
  content: none;
}

.smf-checkboxes-control {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .smf-checkboxes-control {
    padding-bottom: 10px;
  }
}

.h3-adjust {
  margin: 5px 0;
  padding: 10px 0;
}
.h3-adjust h3 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.h3-adjust .wp-block-heading {
  margin: 0;
}
@media (min-width: 992px) {
  .h3-adjust {
    padding: 10px 0;
  }
}

.p-news__items {
  width: 93%;
  max-width: 900px;
  margin: 30px auto;
  text-align: left;
}
@media (min-width: 992px) {
  .p-news__items {
    width: 80%;
    margin: 70px auto;
  }
}
.p-news__items a {
  color: #292929;
}

.p-news__item {
  display: block;
  border-bottom: 1px solid #DEDEDE;
  padding: 22px 0 19px;
  position: relative;
}
@media (min-width: 992px) {
  .p-news__item {
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 30px 0 30px;
  }
}
.p-news__item::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/news-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 60%;
  right: 0px;
  transform: translateY(-50%);
}

.p-news__text {
  width: 100%;
  padding: 5px 0 0;
  line-height: 1.75;
}
@media (min-width: 992px) {
  .p-news__text {
    width: 100%;
  }
}

.p-news__date {
  color: #000;
  font-size: 14px;
}
@media (min-width: 992px) {
  .p-news__date {
    margin-right: 50px;
  }
}

.p-news__pagenav-pd {
  padding: 10px 0px;
}
@media (min-width: 992px) {
  .p-news__pagenav-pd {
    padding: 10px 0 50px;
  }
}

/***********************************************
news
************************************************/
.p-news__single-section .c-heading__jp {
  font-size: 28px;
}
@media (min-width: 992px) {
  .p-news__single-section .c-heading__jp {
    font-size: 42px;
  }
}

/*************pagenavi*/
.wp-pagenavi {
  margin: 40px auto 55px;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3D3D3D;
}

.wp-pagenavi a {
  color: #3D3D3D;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi span.current,
.wp-pagenavi a.page,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: 0.3s;
  color: #2167B1;
  border: 1px solid #2167B1;
}

.wp-pagenavi span.current,
.wp-pagenavi a.page {
  border: solid 1px #2167B1;
}

.wp-pagenavi span.current {
  border: none;
  background: #2167B1;
  color: #fff;
}

.wp-pagenavi a.page {
  background: none;
}

.wp-pagenavi a.page:hover {
  background: #2167B1;
  color: #fff;
  border: solid 1px #2167B1 !important;
  opacity: 1;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 10px;
}

.c-pagenavi__upper-bar {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .extend {
  border: none;
}

/***********************************************
case study   single
************************************************/
.p-single__case-date {
  font-size: 16px;
  color: #2167b1;
}
@media (min-width: 992px) {
  .p-single__case-date {
    font-size: 18px;
  }
}

.p-single__case-inner .wp-block-image {
  width: 100%;
  margin: 30px 0 0;
}
@media (min-width: 992px) {
  .p-single__case-inner .wp-block-image {
    margin: 40px 0 0;
  }
}
.p-single__case-inner .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.p-single__case-inner.--case .wp-block-image {
  width: 100%;
  margin: 30px 0 0;
}
@media (min-width: 992px) {
  .p-single__case-inner.--case .wp-block-image {
    margin: 40px 1% 0;
    width: 30%;
    display: inline-block;
  }
}
.p-single__case-inner.--case .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.p-single__case-inner .wp-block-video {
  width: 100%;
  aspect-ratio: 4/6;
  margin: 40px 0;
}
.p-single__case-inner .wp-block-video video {
  object-fit: contain;
  object-position: center center;
}
@media (min-width: 992px) {
  .p-single__case-inner .wp-block-video {
    width: 500px;
    margin: 40px auto;
  }
}

.p-single__case-table-section {
  margin: 50px 0 80px;
}
@media (min-width: 992px) {
  .p-single__case-table-section {
    margin: 50px 0 80px;
  }
}
.p-single__case-table-section table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  border: 1px solid #CFCFCF;
}
.p-single__case-table-section th,
.p-single__case-table-section td {
  border-bottom: 1px solid #CFCFCF;
  padding: 20px 0;
  width: 100%;
  line-height: 2;
}
.p-single__case-table-section th {
  text-align: left;
  padding: 10px 5px;
  color: #2167b1;
  background-color: #F4F3F4;
  font-weight: 500;
  width: 20%;
  min-width: 115px;
  font-size: 14px;
}
.p-single__case-table-section th span {
  display: inline-block;
  width: 100%;
  padding: 10px 5px;
  background-color: #E5E5E5;
  letter-spacing: 0.1em;
}
@media (min-width: 992px) {
  .p-single__case-table-section th {
    padding: 10px 25px;
    display: table-cell;
    width: 30%;
    font-size: 18px;
  }
}
.p-single__case-table-section td {
  margin: 0 0 10px;
  font-size: 14px;
  padding: 5px 10px 5px 5px;
}
@media (min-width: 992px) {
  .p-single__case-table-section td {
    display: table-cell;
    width: 70%;
    padding: 20px 20px;
    margin: 0;
    font-size: 18px;
  }
}

.p-single__more-btn {
  font-size: 15px;
  padding: 16px 100px;
  border: 1px solid #2167b1;
  border-radius: 60px;
  background-color: #fff;
  display: inline-block;
  margin: 60px 0 0 10px;
  transition: all 0.2s linear 0s;
}
@media (min-width: 992px) {
  .p-single__more-btn {
    margin: 60px 0;
    padding: 16px 100px;
  }
}
.p-single__more-btn.--news {
  margin: 10px 0 80px;
}
@media (min-width: 992px) {
  .p-single__more-btn.--news {
    margin: 50px 0 120px;
  }
}
.p-single__more-btn.--column {
  margin: 50px auto 0px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-single__more-btn.--column {
    margin: 0;
  }
}
.p-single__more-btn:hover {
  background-color: #2167b1;
  border: 1px solid #2167b1;
}

a.p-single__more-btn {
  color: #2167b1;
}
a.p-single__more-btn:hover {
  opacity: 1;
  color: #fff;
}

.p-single__more-btn {
  color: #2167b1;
  cursor: pointer;
}
.p-single__more-btn:hover a {
  opacity: 1;
  color: #fff;
}

/****************************/
.p-single__cva-section {
  background-color: #292929;
  padding: 4px 0 40px;
  background-image: url(../img/cva-logo.png);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: 80% 20%;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
@media (min-width: 992px) {
  .p-single__cva-section {
    padding: 4px 0 30px;
    font-size: 18px;
    background-size: 170px;
    background-position: 90% 110%;
    margin: 70px 0 0;
  }
}
.p-single__cva-section.--2 {
  margin: 50px 0 0;
}
.p-single__cva-section.--toc-bottom {
  margin: 40px 0 40px;
}
@media (min-width: 992px) {
  .p-single__cva-section.--toc-bottom {
    margin: 10px 0 40px;
  }
}

.p-single__cva-title {
  background-size: 20%;
  padding: 30px 0 20px;
}
@media (min-width: 992px) {
  .p-single__cva-title {
    padding: 0px 0 10px;
  }
}

a.p-single__cva-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 14px 30px;
  border-radius: 40px;
  display: inline-block;
  background-color: #2167b1;
  color: #fff;
}

.p-single__next-article-btns {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) {
  .p-single__next-article-btns {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px auto 40px;
  }
}
.p-single__next-article-btns .prev,
.p-single__next-article-btns .next {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #2167b1;
  position: relative;
  cursor: pointer;
  transition: all 0.2s linear 0s;
  display: none;
}
.p-single__next-article-btns .prev::before,
.p-single__next-article-btns .next::before {
  content: "←";
  color: #2167b1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-single__next-article-btns .prev:hover,
.p-single__next-article-btns .next:hover {
  background-color: #2167b1;
}
.p-single__next-article-btns .prev:hover::before,
.p-single__next-article-btns .next:hover::before {
  color: #fff;
}
@media (min-width: 992px) {
  .p-single__next-article-btns .prev,
  .p-single__next-article-btns .next {
    display: block;
  }
}
.p-single__next-article-btns .prev a,
.p-single__next-article-btns .next a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-single__next-article-btns .dammy {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
}
.p-single__next-article-btns .next::before {
  content: "→";
}
.p-single__next-article-btns a {
  color: #2167b1;
}

/*************************/
.p-single__article-section {
  padding: 10px 0 90px;
}

.p-single__add-article {
  text-align: left;
  position: relative;
  padding-top: 50px;
  margin-top: 0px;
  border-top: 1px solid #D5D6DC;
  padding-left: 5px;
}
.p-single__add-article h3 {
  font-size: 18px;
}
.p-single__add-article h3 span {
  color: #2167b1;
}
@media (min-width: 992px) {
  .p-single__add-article {
    padding-top: 50px;
    margin-top: 50px;
  }
  .p-single__add-article h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .p-single__add-article {
    padding-top: 60px;
    padding-left: 20px;
  }
}

.p-single__column-lead-img {
  aspect-ratio: 49/37;
  margin: 24px 0 30px;
}
.p-single__column-lead-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 992px) {
  .p-single__column-lead-img {
    aspect-ratio: 11/5;
    margin: 40px 0 50px;
  }
}

.p-news__single-section {
  margin: 20px 0 0 0;
}
.p-news__single-section p {
  line-height: 1.75;
}
.p-news__single-section .p-single__more-btn.--news {
  margin: 30px 0 80px;
}
