/*
Theme Name: pp-solutions
Author: System Assist Co., LTD.
Author URI: https://www.system-assist.com/
Description: example.co.jp
Version: 1.0
Tags: website
*/
/*+++++++++++++++++++++++++++++++++++++++++++
	common
+++++++++++++++++++++++++++++++++++++++++++ */
/*+++++++++++++++++++++++++++++++++++++++++++
	page
+++++++++++++++++++++++++++++++++++++++++++ */
/*+++++++++++++++++++++++++++++++++++++++++++ パンくず */
#breadcrumbsList {
  max-width: 1080px;
  margin: 0 auto 50px;
  font-size: 1.4rem;
  line-height: normal;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #breadcrumbsList {
    font-size: 2.8vw;
    padding: 0 10px;
  }
}
#breadcrumbsList a {
  font-weight: bold;
  text-decoration: underline;
  color: #19242A;
}
#breadcrumbsList a:hover {
  text-decoration: none;
}
#breadcrumbsList li {
  display: inline-block;
  font-weight: normal;
  color: #0180CD;
}
#breadcrumbsList li + li::before {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin: 0 14px 0 10px;
  font-size: 1.2rem;
  color: #19242A;
}
@media screen and (max-width: 767px) {
  #breadcrumbsList li + li::before {
    margin: 0 5px 0 3px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++ wordpress */
/* -------------------------------- イメージ */
.wp-block-image figcaption {
  text-align: right;
}
/* -------------------------------- テーブル */
.wp-block-table table {
  width: 100%;
  margin: 0 0 20px;
}
.wp-block-table table tr th {
  padding: 20px 20px;
  border: #A4CDE5 1px solid;
  background: #0180CD;
  color: #FFF;
}
.wp-block-table table tr td {
  padding: 8px 20px;
  border: #A4CDE5 1px solid;
}
/*+++++++++++++++++++++++++++++++++++++++++++ wordpress class */
main {
  padding: 0 0 100px;
}
main .has-text-align-center {
  text-align: center;
}
main .has-text-align-left {
  text-align: left;
}
main .has-text-align-right {
  text-align: right;
}
main .has-small-font-size {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 767px) {
  main .has-small-font-size {
    font-size: 2.8vw !important;
  }
}
main .has-medium-font-size {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 767px) {
  main .has-medium-font-size {
    font-size: 3.2vw !important;
  }
}
main .has-large-font-size {
  font-size: 2rem !important;
}
@media screen and (max-width: 767px) {
  main .has-large-font-size {
    font-size: 4vw !important;
  }
}
main .has-x-large-font-size {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 767px) {
  main .has-x-large-font-size {
    font-size: 4.8vw !important;
  }
}
main .has-xx-large-font-size {
  font-size: 3.2rem !important;
}
@media screen and (max-width: 767px) {
  main .has-xx-large-font-size {
    font-size: 6.4vw !important;
  }
}
main .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
main .alignleft {
  float: left;
  margin: 0em 2em 1em 0;
}
main .alignright {
  float: right;
  margin: 0em 0 1em 2em;
}
@media screen and (max-width: 767px) {
  main .alignleft,
  main .alignright {
    float: none;
    margin: 0 auto 1em;
    text-align: center;
  }
}
main .has-text-align-right {
  text-align: right;
}
main .has-text-align-center {
  text-align: center;
}
main .wp-block-image .aligncenter,
main .wp-block-image .alignleft,
main .wp-block-image .alignright,
main .wp-block-image.aligncenter,
main .wp-block-image.alignleft,
main .wp-block-image.alignright {
  display: table;
}
main .is-layout-flex {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  main .is-layout-flex {
    flex-wrap: wrap;
  }
}
main .wp-block-column {
  flex-grow: 1;
  flex-basis: 0;
}
@media screen and (max-width: 767px) {
  main .wp-block-column {
    flex-basis: 100%!important;
  }
}
main .wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0;
}
main .wp-block-buttons > .wp-block-button .wp-block-button__link {
  display: flex;
  max-width: max-content;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 300px;
  min-height: 48px;
  background: #FFF;
  padding: 5px 20px;
  border-radius: 50px;
  border: #0180CD 2px solid;
  color: #0180CD;
  font-weight: bold;
  text-decoration: none;
}
main .wp-block-buttons > .wp-block-button .wp-block-button__link:hover {
  background: #0180CD;
  color: #FFF;
}
/* -------------------------------- pagenation */
.pagenation {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pagenation {
    margin-bottom: 30px;
    gap: 10px;
  }
}
.pagenation .current {
  pointer-events: none;
  background: #0180CD;
  color: #FFF;
}
.pagenation span,
.pagenation a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  text-decoration: none;
  border: #0180CD 1px solid;
  border-radius: 50%;
  color: #0180CD;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pagenation span,
  .pagenation a {
    font-size: 1.6rem;
    width: 30px;
    height: 30px;
  }
}
.pagenation span:hover,
.pagenation a:hover {
  background: rgba(1, 128, 205, 0.1);
}
.pagenation .prev,
.pagenation .next {
  justify-content: flex-start;
  width: 116px;
  padding: 0 18px;
  border-radius: 55px;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagenation .prev,
  .pagenation .next {
    width: 100px;
  }
}
.pagenation .prev:hover,
.pagenation .next:hover {
  background: rgba(1, 128, 205, 0.1);
}
.pagenation .prev:hover::before,
.pagenation .next:hover::before {
  right: 40px;
}
.pagenation .prev::before,
.pagenation .next::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #0180CD;
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  transition: 0.2s;
}
.pagenation .prev::after,
.pagenation .next::after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background: #0180CD;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
}
.pagenation .prev {
  justify-content: flex-end;
}
.pagenation .prev:hover::before {
  right: auto;
  left: 40px;
}
.pagenation .prev::before {
  right: auto;
  left: 15px;
}
.pagenation .prev::after {
  right: auto;
  left: 20px;
}
iframe {
  max-width: 100%;
}
/* -------------------------------- pageHeader */
.pageHeader {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 50px 15px;
  justify-content: space-between;
  max-width: 1080px;
  height: 444px;
  margin: 0 auto;
  padding: 68px 0;
  color: #144FA3;
}
@media screen and (max-width: 767px) {
  .pageHeader {
    flex-direction: column;
    gap: 0;
    min-height: 50vw;
    height: auto;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .pageHeaderLeft {
    display: contents;
  }
}
.pageHeaderLeftEyebrow {
  margin: 0 0 30px;
  font-size: 2.4rem;
  color: #19242A;
}
@media screen and (max-width: 767px) {
  .pageHeaderLeftEyebrow {
    margin-bottom: 10px;
    font-size: 4.8vw;
  }
}
.pageHeaderRight {
  width: 468px;
  padding: 20px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pageHeaderRight {
    width: 50vw;
    height: 33vw;
    margin: 30px 0 10px;
  }
}
.pageHeaderRight::before {
  content: '';
  display: block;
  max-width: 376px;
  width: 42vw;
  height: 281px;
  margin: auto;
  background: url(/en/wp-content/themes/pp-solutions/common/img/bg_products_header.webp) no-repeat center top / contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageHeaderRight::before {
    width: 44vw;
    height: 33vw;
  }
}
.pageHeaderRight img {
  max-width: 345px;
  width: 40vw;
  max-height: 186px;
  height: 20vw;
  object-fit: cover;
}
.pageHeader.lower {
  flex-direction: column;
  gap: 0;
  justify-content: center;
  align-items: flex-start;
  color: #0180CD;
}
.pageHeader.lower h1 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .pageHeader.lower h1 {
    font-size: 4.8vw;
  }
}
.pageHeader.lower p {
  font-family: 'Poppins', sans-serif;
  font-size: 9.6rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .pageHeader.lower p {
    font-size: 18vw;
  }
}
.pageHeader h1 {
  font-size: 7.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .pageHeader h1 {
    font-size: 14vw;
  }
}
.pageHeader h1 img {
  display: block;
}
.pageHeader h1 img[alt="PharmaDoc"] {
  max-width: 25vw;
}
@media screen and (max-width: 767px) {
  .pageHeader h1 img[alt="PharmaDoc"] {
    max-width: 50vw;
  }
}
.pageHeader .btn {
  max-width: 325px;
  margin: 32px 0 0;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .pageHeader .btn {
    max-width: none;
    margin: 0;
    order: 1;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	article
+++++++++++++++++++++++++++++++++++++++++++ */
article {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  article {
    padding: 0 10px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	products
+++++++++++++++++++++++++++++++++++++++++++ */
main {
  background: url(/wp/wp-content/themes/pp-solutions/common/img/bg_lower.png) no-repeat 0 0 / 100% auto;
}
main[id^="products-"] {
  background: url(/wp/wp-content/themes/pp-solutions/common/img/mv_bg.webp) no-repeat 0 -130px / 100% auto;
}
@media screen and (max-width: 767px) {
  main[id^="products-"] {
    background-position: center top;
  }
}
main[id^="products-"] h2 {
  max-width: max-content;
  margin: 80px auto 40px;
  color: #0180CD;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  main[id^="products-"] h2 {
    font-size: 8vw;
  }
}
main[id^="products-"] h2::before {
  content: '';
  display: inline-block;
  width: 84px;
  height: 74px;
  margin: 0 8px 0 0;
  background: url(/wp/wp-content/themes/pp-solutions/common/img/icon_pps.svg) no-repeat 0 0 / cover;
  vertical-align: -10px;
}
@media screen and (max-width: 767px) {
  main[id^="products-"] h2::before {
    width: 15vw;
    height: 15vw;
    background-size: contain;
  }
}
main[id^="products-"] h3 {
  margin: 40px auto 30px;
  padding: 0 0 20px;
  text-align: center;
  font-size: 3.2rem;
  background: url(/wp/wp-content/themes/pp-solutions/common/img/bg_h3.webp) no-repeat center bottom;
}
@media screen and (max-width: 767px) {
  main[id^="products-"] h3 {
    font-size: 6.4vw;
  }
}
main[id^="products-"] h4 {
  margin: 20px 0 10px;
  padding: 3px 0 3px 8px;
  border-left: #C5EEFF 7px solid;
  line-height: 1.2;
  font-size: 2rem;
  color: #0180CD;
}
@media screen and (max-width: 767px) {
  main[id^="products-"] h4 {
    font-size: 4vw;
  }
}
main .checkArea h4 {
  margin: 40px auto 20px;
  padding: 0 0 20px;
  text-align: center;
  color: #757575;
  font-size: 3.2rem;
  border-left: none;
  background: url(/wp/wp-content/themes/pp-solutions/common/img/bg_h3.webp) no-repeat center bottom;
}
@media screen and (max-width: 767px) {
  main .checkArea h4 {
    font-size: 6.4vw;
  }
}
#products-list .is-layout-flex {
  gap: 25px;
}
@media screen and (max-width: 1023px) {
  #products-list .wp-block-columns {
    margin-bottom: 25px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	pageNav
+++++++++++++++++++++++++++++++++++++++++++ */
.pageNav {
  display: flex;
  justify-content: center;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .pageNav {
    flex-direction: column;
    align-items: center;
  }
}
.pageNav li {
  border-left: #BAD5E3 dotted 2px;
}
@media screen and (max-width: 767px) {
  .pageNav li {
    border: none;
  }
}
.pageNav li:nth-last-of-type(1) {
  border-right: #BAD5E3 dotted 2px;
}
@media screen and (max-width: 767px) {
  .pageNav li:nth-last-of-type(1) {
    border: none;
  }
}
.pageNav li a {
  display: block;
  min-width: 200px;
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  color: #19242A;
  background: url(/wp/wp-content/themes/pp-solutions/common/img/bg_shadow.webp) no-repeat center bottom;
}
@media screen and (max-width: 1023px) {
  .pageNav li a {
    min-width: 0;
    padding: 5px 30px;
  }
}
.pageNav li a::after {
  content: '\f13a';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin: 0 0 0 8px;
  color: #0180CD;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	catchPhrase
+++++++++++++++++++++++++++++++++++++++++++ */
.catchPhrase {
  max-width: max-content;
  width: 100%;
  margin: 80px auto;
  padding: 0 30px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .catchPhrase {
    margin: 40px auto;
    font-size: 6.4vw;
  }
}
.catchPhrase::before,
.catchPhrase::after {
  content: '';
  width: 17px;
  height: 100%;
  position: absolute;
}
.catchPhrase::before {
  top: -3px;
  left: 0;
  border-top: #0180CD 5px solid;
  border-left: #0180CD 5px solid;
}
.catchPhrase::after {
  bottom: -3px;
  right: 0;
  border-bottom: #0180CD 5px solid;
  border-right: #0180CD 5px solid;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	productsListBox
+++++++++++++++++++++++++++++++++++++++++++ */
.productsListBox {
  height: calc(100% - 50px);
  margin: 0 0 50px;
  padding: 20px 20px 60px;
  border: #0180CD 3px solid;
  border-radius: 18px;
  background: #FFF;
  overflow: hidden;
  transition: background 0.2s;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .productsListBox {
    padding: 15px 15px 60px;
  }
}
@media screen and (max-width: 767px) {
  .productsListBox {
    height: auto;
    margin-bottom: 0;
  }
}
.productsListBoxEyebrow {
  margin: 0 -15px 5px;
  text-align: center;
  color: #A4A4A4;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .productsListBoxEyebrow {
    font-size: 4vw;
  }
}
.productsListBoxLink {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.productsListBoxLink a {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background: #0180CD;
}
.productsListBoxLink a:hover {
  background: rgba(1, 128, 205, 0.85);
}
.productsListBox:has(a:hover) {
  background: rgba(1, 128, 205, 0.15);
}
/*+++++++++++++++++++++++++++++++++++++++++++
	featuresArea
+++++++++++++++++++++++++++++++++++++++++++ */
.featuresArea > div {
  display: flex;
  gap: 24px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .featuresArea > div {
    flex-direction: column;
    gap: 12px;
  }
}
.featuresArea > div figure {
  width: 304px;
  min-height: 171px;
  border: #E8E8E8 5px solid;
}
@media screen and (max-width: 767px) {
  .featuresArea > div figure {
    max-width: 304px;
    width: 100%;
    margin: 0 auto;
  }
}
.featuresArea > div figure img {
  width: 304px;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.featuresAreaText {
  flex: 1;
  padding: 0 0 0 24px;
  border-left: #0180CD 3px solid;
}
@media screen and (max-width: 767px) {
  .featuresAreaText {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .featuresAreaText > div {
    display: contents;
  }
}
.featuresAreaText h4 {
  margin: 0 0 8px!important;
  padding: 0!important;
  border: none!important;
  font-size: 2.4rem;
}
.featuresAreaText h4::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .featuresAreaText h4 {
    order: -1;
    margin: 0;
    font-size: 4.8vw;
    text-align: center;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	checkArea
+++++++++++++++++++++++++++++++++++++++++++ */
.checkAreaList {
  display: flex;
  gap: 30px;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .checkAreaList {
    flex-direction: column;
  }
}
.checkAreaListItem {
  display: flex;
  justify-content: space-between;
  flex: 1 1 auto;
  gap: 10px;
  padding: 63px 24px 23px;
  border: #0180CD 1px solid;
  position: relative;
}
@media screen and (max-width: 767px) {
  .checkAreaListItem {
    flex-direction: column;
    padding: 50px 15px 20px;
  }
}
.checkAreaListItem h5 {
  width: 100%;
  padding: 5px 20px;
  background: #0180CD;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
}
.checkAreaListItem ul.flex {
  flex: 1;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .checkAreaListItem ul.flex {
    flex-direction: column;
    gap: 12px;
  }
}
.checkAreaListItem ul.flex li {
  margin: 0;
}
.checkAreaListItem ul li {
  margin: 0 0 12px;
  padding: 0 0 0 5px;
  line-height: 1.2;
  border-left: #A4CDE5 4px solid;
  font-size: 1.6rem;
}
.checkAreaListItem ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	caseArea
+++++++++++++++++++++++++++++++++++++++++++ */
[id^="case"] .caseArea {
  margin: 45px 0;
  padding: 32px;
  border: #0180CD 2px solid;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  [id^="case"] .caseArea {
    padding: 20px;
  }
}
[id^="case"] .caseAreaNumber {
  display: flex;
  padding: 3px 20px;
  background: #0180CD;
  border-radius: 30px;
  color: #FFF;
  position: absolute;
  top: -25px;
  left: 35px;
}
@media screen and (max-width: 767px) {
  [id^="case"] .caseAreaNumber {
    top: -3vw;
    left: 20px;
  }
}
[id^="case"] .caseArea h3 {
  margin: 0;
  padding: 0 120px 0 0;
  text-align: left;
  background: none;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  [id^="case"] .caseArea h3 {
    padding: 0;
    font-size: 4.8vw;
  }
}
[id^="case"] .caseArea h4 {
  max-width: max-content;
  min-width: 128px;
  margin: 32px 0 10px -10px;
  padding: 0 10px;
  font-size: 2.2rem;
  color: #103568;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #78BFEA, #E5F5FF);
  border-image-slice: 1;
}
@media screen and (max-width: 767px) {
  [id^="case"] .caseArea h4 {
    font-size: 4.4vw;
  }
}
[id^="case"] .caseArea .caseContents {
  display: none;
  padding: 0 10px;
}
[id^="case"] .caseArea .caseBtn {
  margin: 0;
  padding: 0 25px 0 0;
  color: #293033;
  position: absolute;
  top: 35px;
  right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  [id^="case"] .caseArea .caseBtn {
    position: relative;
    text-align: right;
    top: auto;
    right: auto;
  }
}
[id^="case"] .caseArea .caseBtn::after {
  content: '\f078';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
[id^="case"] .caseArea .caseBtn.open::after {
  transform: rotate(180deg);
}
[id^="case"] .caseArea .caseBtn:hover {
  color: #0180CD;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	contactBtn
+++++++++++++++++++++++++++++++++++++++++++ */
.contactBtn {
  margin: 58px 0;
  text-align: center;
}
.contactBtnText {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contactBtnText {
    font-size: 4vw;
  }
}
.contactBtn .btn a {
  justify-content: center;
  min-width: 400px;
  min-height: 60px;
  border-radius: 60px;
}
@media screen and (max-width: 767px) {
  .contactBtn .btn a {
    min-width: 0;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	interviewArea
+++++++++++++++++++++++++++++++++++++++++++ */
.interviewArea {
  margin: 0 0 40px;
  padding: 20px 40px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .interviewArea {
    padding: 10px 15px;
  }
}
.interviewAreaHead {
  min-height: 130px;
  margin: 0 0 30px;
  padding: 0 0 0 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .interviewAreaHead {
    padding-left: clamp(0px, calc(20vw + 10px), 160px);
  }
}
.interviewAreaHead figure {
  width: 130px;
  height: 130px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .interviewAreaHead figure {
    max-width: 130px;
    width: 20vw;
  }
}
.interviewAreaHeadTitle {
  margin: 0 0 0 auto;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 22px 0 5px 10px;
  border-bottom: #CFCFCF 1px solid;
  color: #000;
}
@media screen and (max-width: 767px) {
  .interviewAreaHeadTitle {
    font-size: 4.8vw;
  }
}
.interviewAreaHeadBtn {
  width: max-content;
  margin: 0 0 0 auto;
  padding: 5px 30px 0 0;
  color: #0180CD;
  cursor: pointer;
  position: relative;
}
.interviewAreaHeadBtn::after {
  content: '\f078';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
}
.interviewAreaHeadBtn.open::after {
  transform: rotate(180deg);
}
.interviewAreaHeadBtn:hover {
  text-decoration: underline;
}
.interviewAreaFaq {
  display: none;
  margin: 30px 0;
}
.interviewAreaFaq_q {
  margin: 0 0 18px;
  padding: 0 0 0 62px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .interviewAreaFaq_q {
    font-size: 4vw;
    padding-left: 9vw;
  }
}
.interviewAreaFaq_q::before {
  content: 'Q.';
  font-size: 3.6rem;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #6792FF;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .interviewAreaFaq_q::before {
    font-size: 7.2vw;
  }
}
.interviewAreaFaq_a {
  padding: 0 0 0 62px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .interviewAreaFaq_a {
    padding-left: 9vw;
  }
}
.interviewAreaFaq_a::before {
  content: 'A.';
  font-size: 3.6rem;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #FF6767;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .interviewAreaFaq_a::before {
    font-size: 7.2vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	categoryList
+++++++++++++++++++++++++++++++++++++++++++ */
.categoryList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 0;
}
@media screen and (max-width: 767px) {
  .categoryList {
    flex-wrap: wrap;
    gap: 5px;
  }
}
.categoryList dt {
  width: 100px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .categoryList dt {
    width: 100%;
  }
}
.categoryList dd {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .categoryList dd {
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin: 0 0 20px;
  }
}
.categoryList dd p {
  margin: 0;
}
.categoryList dd a {
  display: block;
  padding: 4px 32px;
  border: #0180CD 2px solid;
  border-radius: 40px;
  background: #FFF;
  color: #000;
  text-decoration: none;
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .categoryList dd a {
    padding: 4px 16px;
  }
}
@media screen and (max-width: 767px) {
  .categoryList dd a {
    font-size: 3.2vw;
  }
}
.categoryList dd a.current {
  background: #0180CD;
  color: #FFF;
  font-weight: bold;
}
.categoryList dd a:hover {
  background: rgba(1, 128, 205, 0.1);
}
.categoryList dd select {
  min-width: 214px;
  border: #0180CD 2px solid;
  padding: 8px 16px;
  border-radius: 10px;
  background: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .categoryList dd select {
    font-size: 3.6vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	newsList
+++++++++++++++++++++++++++++++++++++++++++ */
.newsList {
  max-width: 1080px;
  margin: 120px auto;
}
@media screen and (max-width: 767px) {
  .newsList {
    margin: 60px auto;
  }
}
.newsList a {
  display: block;
  padding: 35px 70px 35px 0;
  text-decoration: none;
  color: #000;
  font-weight: 2rem;
  font-weight: 700;
  border-bottom: #E5E5E5 1px solid;
  position: relative;
}
@media screen and (max-width: 767px) {
  .newsList a {
    padding: 20px 70px 20px 10px;
  }
}
.newsList a:hover {
  background: #FFF;
  color: #0180CD;
}
.newsList a:hover::before {
  right: 55px;
}
.newsList a::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #0180CD;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  transition: 0.2s;
}
.newsList a::after {
  content: '';
  display: block;
  width: 35px;
  height: 1px;
  background: #0180CD;
  position: absolute;
  top: calc(50% - 1px);
  right: 25px;
}
.newsList a time {
  margin: 0 24px 0 0;
  color: #919191;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .newsList a time {
    font-size: 3.6vw;
  }
}
.newsList a .category {
  display: inline-block;
  padding: 3px 30px;
  background: #0180CD;
  border-radius: 30px;
  line-height: 1.2;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .newsList a .category {
    padding: 3px 10px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	newsArea
+++++++++++++++++++++++++++++++++++++++++++ */
.newsAreaHead {
  margin: 0 0 80px;
}
.newsAreaHeadCategory {
  display: inline-block;
  margin: 0 40px 0 0;
  padding: 3px 30px;
  background: #0180CD;
  border-radius: 30px;
  line-height: 1.2;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .newsAreaHeadCategory {
    padding: 3px 10px;
  }
}
.newsAreaHead time {
  margin: 0 24px 0 0;
  color: #919191;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .newsAreaHead time {
    font-size: 3.6vw;
  }
}
.newsAreaHead h2 {
  font-size: 3.2rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .newsAreaHead h2 {
    font-size: 6.4vw;
  }
}
.newsArea h3 {
  gap: 38px;
  width: max-content;
  max-width: 100%;
  margin: 60px auto 30px;
  padding: 0 114px;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #0180CD;
  position: relative;
}
@media screen and (max-width: 767px) {
  .newsArea h3 {
    padding: 0 60px;
    font-size: 6.4vw;
  }
}
.newsArea h3::before,
.newsArea h3::after {
  content: '';
  width: 78px;
  height: 1px;
  background: #A4CDE5;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .newsArea h3::before,
  .newsArea h3::after {
    width: 40px;
  }
}
.newsArea h3::after {
  left: auto;
  right: 0;
}
.newsArea h4 {
  margin: 35px 0;
  padding: 12px 55px;
  background: linear-gradient(to right, #0180CD, #D1E8F3);
  box-shadow: 0 0 9px rgba(177, 202, 217, 0.8);
  font-size: 2.4rem;
  color: #FFF;
  line-height: 1.2;
  border-radius: 100px 2px 100px 2px;
}
@media screen and (max-width: 767px) {
  .newsArea h4 {
    padding: 12px 30px;
    font-size: 4.8vw;
  }
}
.newsArea ul li {
  padding-left: 15px;
  position: relative;
}
.newsArea ul li::before {
  content: '・';
  color: #0180CD;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
}
.newsArea .wp-block-table table tr th {
  padding: 30px 15px;
  border: none;
  border-bottom: #0180CD 2px solid;
  background: none;
  color: #000;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .newsArea .wp-block-table table tr th {
    padding: 15px 5px;
    font-size: 3.6vw;
  }
}
.newsArea .wp-block-table table tr td {
  padding: 30px 25px;
  border: none;
  border-bottom: #EEE 2px solid;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .newsArea .wp-block-table table tr td {
    padding: 15px 5px;
    font-size: 3.2vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	returnBtn
+++++++++++++++++++++++++++++++++++++++++++ */
.returnBtn {
  margin: 60px 0 0;
  text-align: center;
}
.returnBtn a {
  width: 374px;
  min-height: 62px;
  padding-left: 70px;
  border-radius: 62px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .returnBtn a {
    max-width: 374px;
    width: 100%;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	eventArea
+++++++++++++++++++++++++++++++++++++++++++ */
.eventArea {
  max-width: 1080px;
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .eventArea {
    margin: 60px auto;
  }
}
.eventArea h2 {
  gap: 38px;
  width: max-content;
  max-width: 100%;
  margin: 60px auto 30px;
  padding: 0 114px;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #0180CD;
  position: relative;
}
@media screen and (max-width: 767px) {
  .eventArea h2 {
    padding: 0 60px;
    font-size: 6.4vw;
  }
}
.eventArea h2::before,
.eventArea h2::after {
  content: '';
  width: 78px;
  height: 1px;
  background: #A4CDE5;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .eventArea h2::before,
  .eventArea h2::after {
    width: 40px;
  }
}
.eventArea h2::after {
  left: auto;
  right: 0;
}
.eventAreaList {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  position: relative;
}
.eventAreaList:nth-of-type(n + 2) {
  border-top: #E5E5E5 1px solid;
}
@media screen and (max-width: 767px) {
  .eventAreaList {
    padding: 10px 0px;
  }
}
.eventAreaList strong {
  display: inline-block;
  margin: 0 24px 0 0;
  color: #919191;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .eventAreaList strong {
    font-size: 3.6vw;
  }
}
.eventAreaList em {
  display: inline-block;
  padding: 3px 32px;
  background: #0180CD;
  border-radius: 30px;
  line-height: 1.2;
  color: #FFF;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .eventAreaList em {
    padding: 3px 10px;
    font-size: 3.2vw;
  }
}
.eventAreaList p {
  margin: 8px 0;
  font-weight: 400;
}
.eventAreaList p a {
  display: block;
}
.eventAreaList ul li {
  padding-left: 15px;
  font-weight: 400;
  position: relative;
}
.eventAreaList ul li::before {
  content: '・';
  color: #0180CD;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	pageArea
+++++++++++++++++++++++++++++++++++++++++++ */
.pageArea .lNav {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 0 0 200px;
}
@media screen and (max-width: 1023px) {
  .pageArea .lNav {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pageArea .lNav {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.pageArea .lNav li {
  width: 100%;
  padding-left: 15px;
}
.pageArea .lNav li::before {
  content: none;
}
.pageArea .lNav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  border-radius: 50px;
  background: #FFF;
  color: #19242A;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 8px rgba(159, 159, 159, 0.25);
}
.pageArea .lNav li a.current {
  background: #0180CD;
  color: #FFF;
}
.pageArea .pageNav li {
  padding-left: 0;
}
.pageArea .pageNav li::before {
  content: none;
}
.pageArea h2 {
  gap: 38px;
  width: max-content;
  max-width: 100%;
  margin: 80px auto 30px;
  padding: 0 114px;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #0180CD;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pageArea h2 {
    padding: 0 60px;
    font-size: 6.4vw;
  }
}
.pageArea h2::before,
.pageArea h2::after {
  content: '';
  width: 78px;
  height: 1px;
  background: #A4CDE5;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .pageArea h2::before,
  .pageArea h2::after {
    width: 40px;
  }
}
.pageArea h2::after {
  left: auto;
  right: 0;
}
.pageArea h3 {
  margin: 65px 0 35px;
  padding: 12px 55px;
  background: linear-gradient(to right, #0180CD, #D1E8F3);
  box-shadow: 0 0 9px rgba(177, 202, 217, 0.8);
  font-size: 2.4rem;
  color: #FFF;
  line-height: 1.2;
  border-radius: 100px 2px 100px 2px;
}
@media screen and (max-width: 767px) {
  .pageArea h3 {
    padding: 12px 30px;
    font-size: 4.8vw;
  }
}
.pageArea ul li {
  padding-left: 15px;
  position: relative;
}
.pageArea ul li::before {
  content: '・';
  color: #0180CD;
  font-size: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
.pageArea .wp-block-table table tr th {
  padding: 20px 15px;
  border: none;
  border-top: #0180CD 2px solid;
  border-bottom: #0180CD 2px solid;
  background: #E4F5FF;
  color: #000;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .pageArea .wp-block-table table tr th {
    padding: 15px 5px;
    font-size: 3.6vw;
  }
}
.pageArea .wp-block-table table tr td {
  padding: 18px 25px;
  border: #EEE 2px solid;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .pageArea .wp-block-table table tr td {
    padding: 15px 5px;
    font-size: 3.2vw;
  }
}
.btn a {
  min-width: 334px;
  min-height: 62px;
  padding-left: 70px;
  justify-content: center;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .btn a {
    min-width: 0;
    width: 100%;
  }
}
.visible-ol {
  list-style: auto;
  margin-left: 30px;
}
.visible-ol li {
  padding-left: 15px;
  position: relative;
}
.visible-ol li::before {
  content: none !important;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	customerCompanyArea
+++++++++++++++++++++++++++++++++++++++++++ */
.customerCompanyArea {
  gap: 45px!important;
  max-width: 922px;
  margin: 0 auto;
  padding: 0 10px 10px;
}
@media screen and (max-width: 1023px) {
  .customerCompanyArea {
    gap: 10px!important;
  }
}
@media screen and (max-width: 767px) {
  .customerCompanyArea {
    flex-direction: column;
  }
}
.customerCompanyArea .wp-block-column {
  border: #0180CD 2px solid;
  border-radius: 10px;
  padding: 0 10px 10px;
  text-align: center;
  background: #FFF;
}
.customerCompanyArea .wp-block-column figure {
  padding: 0 10px;
}
.customerCompanyArea .wp-block-column figure img {
  max-width: 238px;
  width: 100%;
  height: 168px;
  object-fit: cover;
}
.customerCompanyArea .wp-block-column a[target]::after {
  content: '\f08e';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
  font-size: 1.4rem;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	voiceArea
+++++++++++++++++++++++++++++++++++++++++++ */
.voiceArea {
  margin: 0 0 40px;
  padding: 20px 40px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
@media screen and (max-width: 1023px) {
  .voiceArea {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .voiceArea {
    padding: 10px 15px;
  }
}
.voiceAreaHead > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
  width: 100%;
  margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
  .voiceAreaHead > div {
    flex-direction: column;
  }
}
.voiceAreaHead figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 767px) {
  .voiceAreaHead figure {
    order: 1;
    align-self: center;
  }
}
.voiceAreaHead figure img {
  max-width: 160px;
  max-height: 160px;
}
.voiceAreaHeadTitle {
  width: 100%;
  margin: 0 0 0 auto;
}
.voiceAreaHeadTitle h4 {
  padding: 0 0 5px;
  color: #0180CD;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #78BFEA, #E5F5FF);
  border-image-slice: 1;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .voiceAreaHeadTitle h4 {
    font-size: 4vw;
  }
}
.voiceAreaHeadTitle p {
  padding: 5px 0 0;
  font-size: 2.4rem;
  font-weight: bold;
  color: #293033;
}
@media screen and (max-width: 767px) {
  .voiceAreaHeadTitle p {
    font-size: 4.8vw;
  }
}
.voiceAreaText em,
.voiceAreaText i {
  color: #727272;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .voiceAreaText em,
  .voiceAreaText i {
    font-size: 3.2vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	
+++++++++++++++++++++++++++++++++++++++++++ */
.visible-ul li {
  padding-left: 15px;
  font-weight: 400;
  position: relative;
}
.visible-ul li::before {
  content: '・';
  color: #0180CD;
  position: absolute;
  top: 0;
  left: 0;
}
.header-box {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.footer-policy {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0180CD;
}
