@charset "utf-8";

/* ===========================================================
 default
=========================================================== */
p {
  padding: 0 0 15px;
  margin: 0;
}

a {
  color: #116cee;
  text-decoration: none;
}

a:hover {
  color: #116cee;
  text-decoration: underline;
}

.ContentPane h2:first-of-type {
  margin-top: 0;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
input[type='password'] {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type='submit'],
input[type='button'],
input[type='text'],
input[type='password'],
button,
textarea {
  outline: none;
}

/* ----------------------------------------------------------------------------
 h2/h3/h4
 ---------------------------------------------------------------------------- */
.skinLHW#skinIndex h2 {
  position: relative;
  padding: 0 0 15px;
  margin: 90px 0 30px;
  font-size: 300%;
  line-height: 1.6;
  color: #222;
  background: transparent;
  border-bottom: transparent;
}

.skinLHW#skinIndex h2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 350px;
  height: 3px;
  content: '';
  background: #00b4f1;
}

.skinLHW#skinIndex h2 > span {
  font-size: 29.1667%;
  color: #00b4f1;
}

/* ========================================================
 js
======================================================== */

/* megaMenu
------------------------- */
.megaItem {
  position: relative;
  width: 100%;
}

.megaMenuOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  background-color: rgb(0 0 0 / 50%);
}

/* ========================================================
 module
 ======================================================== */

/* news-list-for-Index
------------------------- */
.newsListIndex {
  position: relative;
  padding: 0;
}

.newsListIndex h2 {
  height: 25px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  line-height: 25px;
  color: #333;
  background: none;
  border-bottom: 3px solid #ccc;
}

.newsListIndex .newsBackLink {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  padding: 0;
  margin: 0;
  text-align: right;
}

.newsListIndex .newsBackLink a,
.newsListIndex .newsBackLink a:hover {
  display: block;
  height: 25px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  line-height: 25px;
  color: #333;
}

.newsListIndex ul {
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

.newsListIndex li {
  clear: both;
  padding: 5px 0;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px dashed #999;
}

.newsListIndex li::before,
.newsListIndex li::after {
  display: table;
  content: '';
}

.newsListIndex li::after {
  clear: both;
}

.newsListIndex .newsDate {
  float: left;
  width: 6.5em;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #999;
}

.newsListIndex .newsIcon {
  float: left;
  width: 50px;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.newsListIndex .newsIcon img {
  margin-top: 0;
}

.newsListIndex .newsTitle {
  float: right;
  width: 380px;
  padding: 0;
  margin: 0;
}

.newsListIndex .newsCategoryname {
  float: left;
  width: 50px;
  padding: 0 5px;
  margin: 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #999;
}

/* news-list
------------------------- */
.newsList ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.newsList li {
  clear: both;
  padding: 10px 0;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px dashed #999;
}

.newsList li::before,
.newsList li::after {
  display: table;
  content: '';
}

.newsList li::after {
  clear: both;
}

.newsList .newsDate {
  float: left;
  width: 6.5em;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #999;
}

.newsList .newsIcon {
  float: left;
  width: 50px;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.newsList .newsIcon img {
  margin-top: 0.2em;
}

.newsList .newsTitle {
  float: right;
  width: 580px;
  padding: 0;
  margin: 0;
}

.newsList .newsCategoryname {
  float: left;
  width: 50px;
  padding: 0 5px;
  margin: 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #999;
}

.newsList ul li p.newsTitle {
  width: 87%;
}

.newsList ul li p.newsTitle--search {
  width: 100%;
}
_

/* news-detail
------------------------- */
.newsDetail .newsDate {
  padding: 20px 0 0;
  margin: 0;
}

.newsDetail .newsDate img {
  margin: 0 10px 0 0;
  font-size: 12px;
  color: #999;
}

.newsDetail .newsTitle {
  clear: both;
  padding: 7px 0 10px;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #999;
}

.newsDetail .newsBackLink {
  padding: 10px 0 0;
  margin: 20px 0 0;
  text-align: right;
  border-top: 1px dashed #999;
}

.newsDetail .newsCategoryname {
  float: right;
  width: 50px;
  padding: 0 5px;
  margin: 20px 0 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #999;
}

/* inquiryform
------------------------- */
.questionnaire-form {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 0 2em;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}

.questionnaire-form td.SubHead {
  font-size: 128%;
  font-weight: bold;
}

.questionnaire-form table {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 1em 0 0;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}

.questionnaire-form td tr {
  border-bottom: 1px solid #ccc;
}

.questionnaire-form td tr table {
  margin: 0;
}

.questionnaire-form td tr tr {
  border-bottom: none;
}

.questionnaire-form td td {
  padding: 0.5em;
}

.questionnaire-form td td.SubHead {
  width: 14em;
  padding: 0.5em;
  font-size: inherit;
  background-color: #f2f2f2;
}

.questionnaire-form .FieldValue {
  padding: 10px 15px;
  color: #000;
  border-top: none;
  border-bottom: #dbdbdb dotted 1px;
  border-left: none;
}

.questionnaire-form .FieldTitle .NormalBold {
  font-weight: normal;
  color: #000;
}

.questionnaire-form .btnSearchZipCode {
  padding: 3px 20px;
  margin: 0 0 0 10px;
  background: #f6f6f6;
  border: none;
  border: 1px solid #ccc;
}

.questionnaire-form .btnSearchZipCode:hover,
.questionnaire-form .btnSearchZipCode:focus {
  background: #eee;
}

.questionnaire-form table p {
  margin: 0.5em 0 0;
  font-size: 90%;
}

.questionnaire-form input[type='text'],
.questionnaire-form textarea,
.questionnaire-form select {
  padding: 3px;
  margin: 0;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 0;
}

.questionnaire-form textarea {
  display: inline-block;
  vertical-align: bottom;
}

.questionnaire-form select {
  padding-right: 20px;
}

.questionnaire-form input[type='text']:focus,
.questionnaire-form textarea:focus,
.questionnaire-form select:focus {
  box-shadow: rgb(204 204 204 / 50%) 0 0 8px 0;
}

div[id$='ViewMailForm_pnlInput'] div input[type='submit'] {
  padding: 8px 40px;
  margin: 0 10px;
  background: #f6f6f6;
  border: none;
  border: 1px solid #ccc;
}

div[id$='ViewMailForm_pnlInput'] div input[type='submit']:hover,
div[id$='ViewMailForm_pnlInput'] div input[type='submit']:focus {
  background: #eee;
}

/* ===========================================================================
header
============================================================================= */

/* headLinkItem */
.headLinkItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 180px;
  margin: 10px 0 10px 20px;
}

.headLinkItem > div a {
  transition: all 0.3s ease;
}

.headLinkItem .contactLink {
  display: block;
}

.headLinkItem .contactLink > a {
  display: inline-block;
  width: 130px;
  padding: 5px 17px;
  margin: 0;
  font-size: 87.5%;
  font-weight: 700;
  color: #303030;
  text-decoration: none;
  background: #a6e0f3;
  border-radius: 5px;
}

.headLinkItem .contactLink > a:hover {
  color: #fff;
  background: #007ea7;
  opacity: 1;
}

.headLinkItem .twiiterIco {
  display: flex;
  align-items: center;
}

.headLinkItem .twiiterIco > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* headsubLink */
ul.headsubLink {
  display: flex;
  padding: 4px 0 10px;
}

ul.headsubLink li {
  padding: 0;
  margin: 0 0 0 30px;
  list-style: none;
}

ul.headsubLink li:first-child {
  margin-left: 0;
}

ul.headsubLink li a {
  font-size: 87.5%;
  color: #303030;
  text-decoration: none;
  transition: all 0.3s ease;
}

ul.headsubLink li a:hover {
  color: #0277bd;
}

/* ===========================================================================
Megamenu
============================================================================= */

/* adminMMode */
.adminMode .megamenuItem {
  /* position:relative; */
}

.adminMode .megamenuItem > div {
  /* display:block !important;position:relative; */
}

/*  */
.mega_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  height: 100vh;
  background: rgb(0 0 0 / 50%);
}

.megaMenuOverlay {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100%;
  background-color: rgb(0 0 0 / 80%);
}

.megamenuItem {
  position: absolute;
  left: 0;
  z-index: 100;
  width: 100%;
  min-width: 1240px;
}

.skinLHW .megamenuItem h2,
.skinLHW#skinIndex .megamenuItem h2 {
  margin-top: 0;
}

.megamenuItem > div {
  position: absolute;
  display: none;
  width: 100%;
  height: auto;
  padding: 60px 10px 70px 30px;
  overflow: hidden;
  background: #fff;
}

.megamenuItem > div::before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background: #222;
  box-shadow: 0 0 20px 20px rgb(0 0 0 / 7%);
}

.megamenuItem > div .menuList {
  padding-bottom: 60px;
}

.megamenuItem > div .menuList ul li a,
.megamenuItem > div .menuList ul li a:hover {
  color: #e60012;
}

.megamenuItem > div > .layoutItem.firstitemlefted {
  width: 1200px;
  margin: 0 auto;
}

.megamenuItem > div > .layoutItem.firstitemlefted > div > h2,
.skinLHW#skinIndex .megamenuItem > div > .layoutItem.firstitemlefted > div > h2 {
  padding: 0;
  margin: 0 0 20px;
  font-size: 162.5%;
  color: #000;
  text-align: left;
  background-color: transparent;
  border-bottom: transparent;
}

.megamenuItem > div > .layoutItem.firstitemlefted > div > h2::before,
.skinLHW#skinIndex .megamenuItem > div > .layoutItem.firstitemlefted > div > h2::before {
  position: static;
}

.megamenuItem > div > .layoutItem.firstitemlefted > div > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 10px;
}

.megamenuItem > div > .layoutItem.firstitemlefted > div > ul > li {
  width: calc(100% / 3 - 20px);
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 5px;
  text-align: left;
  list-style: none;
  border-bottom: 1px solid #dbdbdb;
}

.megamenuItem > div > .layoutItem.firstitemlefted > div:first-child {
  margin-right: 40px;
}

.megamenuItem > div > .layoutItem.firstitemlefted > div > ul > li a {
  position: relative;
  display: block;
  padding-left: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #222;
  text-decoration: none;
  transition: all 0.3s ease;
}

.megamenuItem > div > .layoutItem.firstitemlefted > div > ul > li a:hover {
  color: #0277bd;
}

.megamenuItem > div > .layoutItem.firstitemlefted > div > ul > li a::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 8px;
  height: 12px;
  margin: auto;
  content: '';
  background: url(/wp-content/themes/Johas/assets/images/common/img_arrow.png) 0 0 no-repeat;
}

.megamenuItem > div > .layoutItem.firstitemlefted > div > ul > li:nth-child(3n) {
  margin-right: 0;
}

/* ========================================================
 slickslider
 ======================================================== */
.skinLHW .slicksliderArea .indexKv.slick-slider {
  position: relative;
  width: 100%;
}

.skinLHW .slicksliderArea .indexKv.slick-slider button.slick-arrow {
  left: 50px;
  z-index: 10;
}

.skinLHW .slicksliderArea .indexKv.slick-slider button.slick-arrow.slick-next {
  right: 50px;
  left: inherit;
  z-index: 10;
}

.skinLHW .slickCarouselArea .slick-navigation {
  right: 35px;
  bottom: 0;
  left: auto;
  width: 100%;
  margin: auto;
  text-align: right;
}

.skinLHW .slickCarouselArea {
  padding-bottom: 10px;
}

/* ========================================================
 Index KV
 ======================================================== */

/* slickslider */
.skinLHW .slicksliderArea {
  position: relative;
}

.skinLHW .slicksliderArea .slickslider .indexKv.slick-slider {
  width: 100%;
}

.skinLHW .slickSlider._indexKv {
  width: 100%;
}

.skinLHW .slickSlider._indexKv .slick-slide div {
  line-height: 0;
}

.skinLHW .slickSlider._indexKv.slick-dotted.slick-slider {
  margin: 0;
}

.skinLHW .slickSlider._indexKv .slick-dots {
  right: 0;
  bottom: 30px;
  left: 90px;
  z-index: 2;
  max-width: 1110px;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}

.skinLHW .slickSlider._indexKv .slick-dots li {
  width: auto;
  margin: 0 2.5px;
}

.skinLHW .slickSlider._indexKv .slick-dots li button {
  width: 60px;
  height: 2px;
  background: #c0c0c0;
}

.skinLHW .slickSlider._indexKv .slick-dots li.slick-active > button {
  background: #0277bd;
}

.skinLHW .slickSlider._indexKv .slick-arrow {
  display: none !important;
}

.skinLHW .slick-navigation {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.skinLHW .slick-navigation > * {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.skinLHW .slick-navigation .controlsBtn {
  width: 26px;
  height: 26px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  cursor: pointer;
  background: rgb(255 255 255 / 50%);
  transition: 0.25s ease-in background;
}

.skinLHW .slick-navigation .controlsBtn:hover {
  background: #fff;
}

.skinLHW .slick-navigation .controlsBtn::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  content: '';
  border-top: 3px solid #0277bd;
  border-right: 3px solid #0277bd;
}

.skinLHW .slick-navigation .controlsBtn::before,
.skinLHW .slick-navigation .controlsBtn::after {
  position: absolute;
  display: block;
  width: 50px;
  height: 20px;
  content: '';
}

.skinLHW .slick-navigation .controlsBtn::before,
.skinLHW .slick-navigation .controlsBtn::after {
  top: 0;
  bottom: 0;
  left: calc(50% - 5px);
  width: 4px;
  height: 17px;
  margin: auto;
  background-color: #0277bd;
}

.skinLHW .slick-navigation .controlsBtn::after {
  margin-left: 0;
}

.skinLHW .slick-navigation .controlsBtn.playBtn {
  margin-right: 4px;
}

.skinLHW .slick-navigation .controlsBtn.playBtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 7px);
  margin: auto;
  background-color: transparent;
  border: 10px solid transparent;
  border-left: 16px solid #0277bd;
}

.skinLHW .slick-navigation .controlsBtn.playBtn::after {
  display: none;
}

/* Gnav */
div#gNavi {
}

.globalMenu {
}

.gnavWrap ul.gnavItem {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}

.gnavWrap ul.gnavItem > li {
  min-width: 150px;
  height: 100%;
  min-height: 100%;
  padding: 0;
  list-style: none;
}

.gnavWrap ul.gnavItem > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 90px;
  padding: 40px 14px 10px;
  font-size: 87.5%;
  font-weight: 700;
  color: #222;
  text-decoration: none;
}

.gnavWrap ul.gnavItem > li > a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 38%;
  margin: auto;
  content: '';
  border-right: 2px dashed #ddd;
}

.gnavWrap ul.gnavItem > li > a::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: '';
  background-size: cover;
}

.gnavWrap ul.gnavItem > li.Tab87 > a::after {
  top: 5px;
  width: 28px;
  height: 31px;
  background: url(/wp-content/themes/Johas/assets/images/common/ico_coverage_08.png) 0 0 no-repeat;
}

.gnavWrap ul.gnavItem > li.Tab369 > a::after {
  width: 35px;
  height: 35px;
  background: url(/wp-content/themes/Johas/assets/images/common/ico_coverage_01.png) 0 0 no-repeat;
  background-size: cover;
}

.gnavWrap ul.gnavItem > li.Tab413 > a::after {
  width: 35px;
  height: 35px;
  background: url(/wp-content/themes/Johas/assets/images/common/ico_coverage_02.png) 0 0 no-repeat;
  background-size: cover;
}

.gnavWrap ul.gnavItem > li.Tab1012 > a::after {
  width: 35px;
  height: 35px;
  background: url(/wp-content/themes/Johas/assets/images/common/ico_coverage_03.png) 0 0 no-repeat;
  background-size: cover;
}

.gnavWrap ul.gnavItem > li.Tab1013 > a::after {
  width: 35px;
  height: 35px;
  background: url(/wp-content/themes/Johas/assets/images/common/ico_coverage_04.png) 0 0 no-repeat;
  background-size: cover;
}

.gnavWrap ul.gnavItem > li.Tab604 > a::after {
  width: 35px;
  height: 35px;
  background: url(/wp-content/themes/Johas/assets/images/common/ico_coverage_06.png) 0 0 no-repeat;
  background-size: cover;
}

.gnavWrap ul.gnavItem > li.Tab397 > a::after {
  width: 35px;
  height: 35px;
  background: url(/wp-content/themes/Johas/assets/images/common/ico_coverage_05.png) 0 0 no-repeat;
  background-size: cover;
}

.gnavWrap ul.gnavItem > li.Tab416 > a::after {
  width: 35px;
  height: 35px;
  background-image: url(/wp-content/themes/Johas/assets/images/common/ico_coverage_07.png);
  background-size: cover;
}

.ver2 .SEOMenuV2 .gnavArea ul {
  display: none;
}

.gnavWrap ul.gnavItem > li.Tab416 > a::before {
  display: none;
}

/* ----------------------------------------------------------------------------
 JOHASの組織と活動
 ---------------------------------------------------------------------------- */

/* 円 */
.skinLHW .contentMiddleItem {
  position: relative;
  z-index: 2;
}

/* JOHASリンク */
.catchWrap .linkhospitalItem {
  position: relative;
  display: flex;
  display: inline-block;
  flex-wrap: wrap;
  max-width: 610px;
  margin-top: 48px;
}

.catchWrap .linkhospitalItem > div {
  display: inline-block;
  width: 47%;
  padding-right: 25px;
  margin-right: 13px;
  vertical-align: top;
}

.catchWrap .linkhospitalItem > div:nth-child(n + 3) {
  position: relative;
  top: 0;
  left: 0;
  width: 47%;
  padding-top: 20px;
  margin-top: 10px;
}

.catchWrap .linkhospitalItem > div > .subTitle {
  position: relative;
  padding-bottom: 0;
  padding-left: 48px;
  font-size: 125%;
  font-weight: 700;
  line-height: 52px;
}

.catchWrap .linkhospitalItem > div > ul {
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 36px;
}

.catchWrap .linkhospitalItem > div > ul > li {
  padding: 0 0 6px;
  list-style: none;
}

.catchWrap .linkhospitalItem > div > ul > li > a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #303030;
  text-decoration: none;
  transition: all 0.3s ease;
}

.catchWrap .linkhospitalItem > div > ul > li > a:hover {
  color: #0277bd;
}

.catchWrap .linkhospitalItem > div > ul > li > a::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 12px;
  margin: auto;
  content: '';
  background: url(/wp-content/themes/Johas/assets/images/common/img_arrow.png) 0 0 no-repeat;
}

.catchWrap .linkhospitalItem > div .subTitle::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background-repeat: no-repeat;
  background-size: 100%;
}

.catchWrap .linkhospitalItem > div:nth-child(2n) {
  position: relative;
  top: 0;
  left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 25px;
  margin-right: 0;
  margin-bottom: 13px;
  margin-left: 13px;
  border-right: transparent;
  border-bottom: 1px dashed #ddd;
}

.catchWrap .linkhospitalItem > .linkhospital01 .subTitle::before {
  width: 40px;
  height: 40px;
  background-image: url(/wp-content/themes/Johas/assets/images/top/ico_hospital.png);
}

.catchWrap .linkhospitalItem > .linkhospital02 .subTitle::before {
  width: 36px;
  height: 50px;
  background-image: url(/wp-content/themes/Johas/assets/images/top/ico_microscope.png);
}

.catchWrap .linkhospitalItem > .linkhospital03 .subTitle::before {
  width: 40px;
  height: 41px;
  background-image: url(/wp-content/themes/Johas/assets/images/top/ico_meeting.png);
}

.catchWrap .linkhospitalItem > .linkhospital04 .subTitle::before {
  top: 0;
  width: 44px;
  height: 42px;
  background-image: url(/wp-content/themes/Johas/assets/images/top/ico_compassion.png);
}

.catchWrap .leftItem {
  padding: 100px 0;
}

.catchWrap .rightItem {
  position: relative;
  top: -90px;
  padding-right: 200px;
}

.catchWrap .leftItem > div .txtBold {
  font-size: 125%;
  line-height: 1.8;
}

/* 日本地図 */
.catchWrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
  min-height: 800px;
  background: url(/wp-content/themes/Johas/assets/images/top/bg_phtbg.png) 100% 100% no-repeat;
  background-position: center center;
  background-size: cover; /* overflow:hidden; */
}

.topAreaMapContent {
  position: relative;
  min-height: 880px;
  background: url(/wp-content/themes/Johas/assets/images/top/phtbg.png) center bottom no-repeat;
  background-size: cover;
}

.topAreaMapContent .topAreaMapContentInner {
  position: relative;
  display: flex;
  align-items: center;
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.topAreaMapContent::before {
  position: absolute;
  top: -300px;
  left: calc(50% + 600px);
  z-index: -1;
  width: 1220px;
  height: 970px;
  content: '';
  background: url(/wp-content/themes/Johas/assets/images/top/img_contentTop03.png) 0 0 no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.topAreaMapContent .topAreaMapContentInner::before {
  position: absolute;
  top: 400px;
  left: calc(50% + 500px);
  z-index: 1;
  width: 700px;
  height: 630px;
  content: '';
  background: url(/wp-content/themes/Johas/assets/images/top/img_contentTop02.png) 0 0 no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.topAreaMapContent .topAreaMapContentInner::after {
  position: absolute;
  top: 300px;
  left: calc(50% - 600px);
  z-index: 1;
  width: 1100px;
  height: 980px;
  content: '';
  background: url(/wp-content/themes/Johas/assets/images/top/img_contentTop.png) 0 0 no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.topAreaMapContent img {
  max-width: 100%;
}

.topAreaMapContent h1 {
  padding: 0;
  margin: 0 0 35px;
  font-size: 100%;
  background: none transparent;
  border: none;
}

.topAreaMapContent h1::before,
.topAreaMapContent h1::after {
  display: none;
}

.topAreaMapContent .linkhospitalItem {
  position: relative;
  display: flex;
  max-width: 800px;
  margin-top: 25px;
}

.topAreaMapContent .linkhospitalItem > div {
  display: grid;
  grid-template-rows: min-content min-content;
}

.topAreaMapContent .linkhospitalItem > div.left {
  max-width: 380px;
  margin-right: 0;
}

.topAreaMapContent .linkhospitalItem > div > div {
  position: relative;
  padding: 15px 0 15px 5px;
  margin-bottom: 40px;
}

.topAreaMapContent .linkhospitalItem > div.right > div {
  padding-left: 30px;
  margin-bottom: 70px;
  border-left: 2px dashed #ccc;
}

.topAreaMapContent .linkhospitalItem > div > div:last-child {
  margin-bottom: 0;
}

.topAreaMapContent .linkhospitalItem > div > div:not(:last-child)::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  width: calc(100% - 20px);
  height: 0;
  content: '';
  border-bottom: 2px dashed #ccc;
}

.topAreaMapContent .linkhospitalItem > div.right > div:not(:last-child)::after {
  bottom: -35px;
}

/* --- subTitle --- */
.topAreaMapContent .linkhospitalItem .subTitle {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0 10px;
  font-size: 125%;
  font-weight: 700;
}

.topAreaMapContent .linkhospitalItem .subTitle::before {
  display: block;
  width: 50px;
  height: 50px;
  content: '';
  background-repeat: no-repeat;
  background-position: left center;
}

.topAreaMapContent .linkhospitalItem .linkhospital01 .subTitle::before {
  background-image: url(/wp-content/themes/Johas/assets/images/top/ico_hospital.png);
}

.topAreaMapContent .linkhospitalItem .linkhospital02 .subTitle::before {
  background-image: url(/wp-content/themes/Johas/assets/images/top/ico_microscope.png);
}

.topAreaMapContent .linkhospitalItem .linkhospital03 .subTitle::before {
  background-image: url(/wp-content/themes/Johas/assets/images/top/ico_meeting.png);
}

.topAreaMapContent .linkhospitalItem .linkhospital04 .subTitle::before {
  background-image: url(/wp-content/themes/Johas/assets/images/top/ico_compassion.png);
}

/* --- list --- */
.topAreaMapContent .linkhospitalItem ul {
  padding: 0;
  margin: 0 20px 0 40px;
  list-style: none;
}

.topAreaMapContent .linkhospitalItem ul li {
  padding: 0;
  margin: 0 0 2px;
}

.topAreaMapContent .linkhospitalItem ul li a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  line-height: 1.5;
  color: #303030;
  text-decoration: none;
  transition:
    background 0.3s ease,
    color 0.3s ease;
}

.topAreaMapContent .linkhospitalItem ul li a:hover {
}

.topAreaMapContent .linkhospitalItem ul li a::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 8px;
  height: 12px;
  margin: auto;
  content: '';
  background: url(/wp-content/themes/Johas/assets/images/common/img_arrow.png) 0 0 no-repeat;
}

.topAreaMapContent .linkhospitalItem ul li a::after {
  display: block;
  width: 0;
  height: 3px;
  content: '';
  background-color: #00b4f1;
  opacity: 0;
  transition:
    width 0.3s ease-in-out 0.1s,
    opacity 0.3s ease-in-out 0s;
}

.topAreaMapContent .linkhospitalItem ul li a.is-active::after,
.topAreaMapContent .linkhospitalItem ul li a:hover::after {
  width: 100%;
  opacity: 1;
  transition:
    width 0.3s ease-in-out 0s,
    opacity 0.3s ease-in-out 0.1s;
}

.topAreaMapContent .leftItem {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 95px 0 0;
}

.topAreaMapContent .leftItem .description {
  max-width: 800px;
}

.topAreaMapContent .rightItem {
  position: absolute;
  top: -90px;
  right: -170px;
  z-index: 1;
}

.topAreaMapContent .leftItem > div .txtBold {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 125%;
  line-height: 1.5;
}

/* --- Link --- */
.tooltipItemWrap {
  position: relative;
}

.tooltipItem {
  position: absolute;
  bottom: calc(100% + 16px);
  left: -45px;
  z-index: 20;
  display: none;
  min-width: 370px;
  padding: 25px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 8px rgb(0 0 0 / 25%);
}

.tooltipItem::before {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
  content: '';
}

.tooltipItem::after {
  position: absolute;
  top: calc(100% - 12px);
  left: 70px;
  z-index: -1;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  background: #fff;
  box-shadow: 3px 3px 3px 0 rgb(0 0 0 / 10%);
  transform: rotate(55deg) skew(20deg);
}

.skinLHW#skinIndex .tooltipItem h2 {
  padding: 0;
  margin: 0 0 25px;
  font-size: 125%;
  border: none;
}

.skinLHW#skinIndex .tooltipItem h2::before,
.skinLHW#skinIndex .tooltipItem h2::after {
  display: none;
}

.tooltipItem .alignRight.linkItem {
  padding: 0;
  margin: 15px 0 0;
}

.tooltipItem .alignRight.linkItem a {
  position: relative;
  display: inline-block;
  padding: 9px 45px 9px 30px;
  font-size: 100%;
  background-color: #e3f4f9;
  border-radius: 5px;
}

.tooltipItem .alignRight.linkItem a:hover {
  background: #aee5f5;
}

.tooltipItem .alignRight.linkItem a::before {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  left: inherit;
  width: 8px;
  height: 12px;
  margin: auto 0;
  margin: auto;
  content: '';
  background: url(/wp-content/themes/Johas/assets/images/common/img_arrow.png) 0 0 no-repeat;
}

.tooltipItem .alignRight.linkItem a::after {
  display: none;
}

.tooltipItem > *:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 newsTab
 ---------------------------------------------------------------------------- */
.newsTab {
  margin: 60px auto 0;
}

.newsTab > div > div .Default_Top_TabStrip {
  width: 100%;
  margin: 0 auto;
  border-bottom: transparent;
}

.newsTab > div > div .Default_Top_TabStrip ul {
  display: flex;
  gap: 10px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.newsTab > div > div .Default_Top_TabStrip ul > li {
  display: block;
  width: 50%;
}

.newsTab > div > div .Default_Top_TabStrip ul > li > span {
  width: 100%;
  border: transparent;
}

.newsTab > div > div .Default_Top_TabStrip ul > li > span > .Default_Top_TabUnselected {
  width: 100%;
  color: #858788;
  background: #e2f0f5;
  background: linear-gradient(to bottom, #e2f0f5 0%, rgb(255 255 255 / 0%) 100%);
  border-top: transparent;
}

.newsTab > div > div .Default_Top_TabStrip ul > li span > span {
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 134.408%;
  font-weight: 700;
  color: #303030;
  text-align: center;
  background: transparent;
  border-top: 3px solid #00b2f1;
  border-right: transparent;
  border-bottom: transparent;
  border-left: transparent;
  transition: all 0.3s ease;
}

.newsTab > div > div .Default_Top_TabStrip ul > li span > span:not(.Default_Top_TabSelected) {
  cursor: pointer;
}

.newsTab > div > div .Default_Top_TabStrip ul > li span > span:not(.Default_Top_TabSelected):hover {
  color: #0277bd;
}

.newsTab .Default_Top_TabPage {
  padding: 0;
  background: transparent;
  border: transparent;
}

.newsItem a.linkTxt {
  text-decoration: none;
}

.newsItem a.linkTxt:hover {
  opacity: 0.7;
}

.newsItem a.linkTxt::before {
  top: 1px;
}

.newsItem .newsItemList li:last-child {
  border-bottom: 1px solid #ccc;
}

.newsItem.inner .newsItemList {
  margin-bottom: 40px;
}

.newsItem.inner > .alignRight {
  margin-bottom: 10px;
}

.newsItem .newsItemList .newsTitle a {
  transition: color 0.3s ease;
}

.newsItem .newsItemList .newsTitle a:hover {
  color: #0277bd;
  text-decoration: none;
  opacity: 1;
}

.newsItem .newsItemList .newsDate {
  font-weight: bold;
  color: #333;
}

.newsItem .newsItemList li {
  padding: 1.5em 0.5em;
}

/* editer tab */
.moduleTabNavWrap {
  margin: 60px auto 0;
}

.moduleTabNavWrap ul.moduleTabNav {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.moduleTabNavWrap ul.moduleTabNav > li {
  width: 100%;
  margin-left: 10px;
}

.moduleTabNavWrap ul.moduleTabNav > li > a {
  position: relative;
  display: block;
  padding: 25px 20px;
  font-size: 125%;
  font-weight: 700;
  color: #858788;
  text-align: center;
  background: linear-gradient(to bottom, #e2f0f5 0%, rgb(255 255 255 / 0%) 100%);
}

.moduleTabNavWrap ul.moduleTabNav > li a:hover {
  color: #39c;
}

.moduleTabNavWrap ul.moduleTabNav > li.active > a {
  color: #000;
  pointer-events: none;
  background: transparent;
}

.moduleTabNavWrap ul.moduleTabNav > li > a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  content: '';
  background-color: transparent;
}

.moduleTabNavWrap ul.moduleTabNav > li.active > a::before {
  background-color: #00b2f1;
}

.moduleTabNavWrap ul.moduleTabNav > li:first-child {
  margin-left: 0;
}

/* ----------------------------------------------------------------------------
 JOHASの理念
 ---------------------------------------------------------------------------- */

a.linkTxt.indexTxt::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 12px;
  margin: auto;
  content: '';
  background: url(/wp-content/themes/Johas/assets/images/common/img_arrow.png) 0 0 no-repeat;
}

a.linkTxt.indexTxt {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  color: #0277bd;
  text-decoration: none;
}

.skinLHW#skinIndex .philosophyItem h2 {
  margin-top: 0;
}

.skinLHW#skinIndex .layoutItem.philosophyItem h2::before {
  right: 0;
  left: inherit;
}

.skinLHW#skinIndex .layoutItem.firstitemlefted.philosophyItem {
  position: relative;
  height: 740px;
}

.skinLHW#skinIndex .layoutItem.firstitemlefted.philosophyItem .philosophyImg {
  position: absolute;
  top: 0;
  left: -225px;
  z-index: -1;
  padding-bottom: 730px;
  padding-left: 1135px;
}

.skinLHW#skinIndex .layoutItem.firstitemlefted.philosophyItem .philosophyImg > p {
  display: block;
}

.skinLHW#skinIndex .layoutItem.firstitemlefted.philosophyItem .philosophyImg > p > img {
  position: absolute;
  top: 0;
  left: 0;
}

.skinLHW#skinIndex .layoutItem.firstitemlefted.philosophyItem .philosophyImg::before,
.skinLHW#skinIndex .layoutItem.firstitemlefted.philosophyItem .philosophyImg::after {
  position: absolute;
  z-index: 10000;
  content: '';
  background-repeat: no-repeat;
}

.skinLHW#skinIndex .layoutItem.firstitemlefted.philosophyItem > .alignRight {
  padding-top: 120px;
}

/* 詳細を見る */
.skinLHW#skinIndex .layoutItem.firstitemlefted.philosophyItem .alignRight > h2::before {
  right: 0;
  left: inherit;
}

.skinLHW#skinIndex .layoutItem.firstitemlefted.philosophyItem > .alignRight > p {
  width: 42%;
  padding: 0;
  margin-right: 0;
  margin-left: auto;
  line-height: 2;
}

.skinLHW#skinIndex .layoutItem.firstitemlefted.philosophyItem > .alignRight > .linkTxtItem {
  margin-top: 38px;
}

.skinLHW#skinIndex .layoutItem.firstitemlefted.philosophyItem > .alignRight > .linkTxtItem a {
  color: #0277bd;
  text-decoration: none;
}

.skinLHW#skinIndex .layoutItem.firstitemlefted.philosophyItem > .alignRight > .linkTxtItem a::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 12px;
  margin: auto;
  content: '';
  background: url(/wp-content/themes/Johas/assets/images/common/img_arrow.png) 0 0 no-repeat;
}

.skinLHW#skinIndex .layoutItem.firstitemlefted.philosophyItem > .alignRight > .linkTxtItem a:hover {
  opacity: 0.7;
}

/* ----------------------------------------------------------------------------
 JOHASの事業
 ---------------------------------------------------------------------------- */
.contentArea {
  position: relative;
  background-color: #e3f4f9;
  background-image: url(/wp-content/themes/Johas/assets/images/top/bg_bussiness.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.contentArea::before {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 364px;
  content: '';
  background: #fff;
}

.adminMode .contentArea::before {
  z-index: -1;
}

.skinLHW#skinIndex .businessWrap .alignRight > h2::before {
  right: 0;
  left: inherit;
}

.skinLHW#skinIndex .businessWrap .alignRight > p {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 54px;
  line-height: 2;
}

.skinLHW#skinIndex .businessWrap > .layoutItem.middle.businessArea {
  display: flex;
  justify-content: center;
  padding-bottom: 93px;
}

.skinLHW#skinIndex .businessWrap > .layoutItem.middle.businessArea a {
  position: relative;
  width: calc(100% / 4 - 19px);
  padding: 20px;
  padding-top: 125px;
  padding-bottom: 55px;
  margin-right: 25px;
  margin-bottom: 32px;
  text-decoration: none;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  transition: all 0.3s ease;
}

.skinLHW#skinIndex .businessWrap > .layoutItem.middle.businessArea a:hover {
  background: #e3f4f9;
  opacity: 1;
}

.skinLHW#skinIndex .businessWrap > .layoutItem.middle.businessArea a::after {
  position: absolute;
  right: 24px;
  bottom: 20px;
  width: 8px;
  height: 12px;
  margin: auto;
  content: '';
  background: url(/wp-content/themes/Johas/assets/images/common/img_arrow.png) 0 0 no-repeat;
}

.skinLHW#skinIndex .businessWrap > .layoutItem.middle.businessArea a:nth-child(4) {
  margin-right: 0;
}

.skinLHW#skinIndex .businessWrap > .layoutItem.middle.businessArea div h3 {
  padding-bottom: 0;
  margin-top: 0;
  font-size: 125%;
  color: #333;
  text-align: center;
  background: transparent;
  border-bottom: transparent;
}

.skinLHW#skinIndex .businessWrap > .layoutItem.middle.businessArea div p {
  padding-bottom: 0;
  line-height: 1.6;
  color: #333;
}

.skinLHW#skinIndex .businessWrap > .layoutItem.middle.businessArea a img {
  position: absolute;
  top: 54px;
  right: 0;
  left: 0;
  margin: auto;
}

/* ----------------------------------------------------------------------------
 就職を希望される方へ
 ---------------------------------------------------------------------------- */
.skinLHW#skinIndex .recruitItem a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 10px;
  margin-top: 126px;
  margin-bottom: 200px;
  text-decoration: none;
  background: #e3f4f9;
  background: -moz-linear-gradient(-45deg, #e3f4f9 0%, #00b4f1 100%);
  background: -webkit-linear-gradient(-45deg, #e3f4f9 0%, #00b4f1 100%);
  background: linear-gradient(135deg, #e3f4f9 0%, #00b4f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f4f9', endColorstr='#00b4f1',GradientType=1 );
  transition: all 0.3s ease;
}

.skinLHW#skinIndex .recruitItem a > div {
  height: 100%;
}

.skinLHW#skinIndex .recruitItem a > div:nth-child(2) {
  width: 100%;
  height: auto;
  padding: 40px 60px 20px;
}

.skinLHW#skinIndex .recruitItem a > div h2 {
  padding: 0;
  margin: 0 0 15px;
  font-size: 32px;
}

.skinLHW#skinIndex .recruitItem a > div h2::before {
  position: static;
}

.skinLHW#skinIndex .recruitItem a > div h2 span {
  font-size: 43.75%;
  font-variant: jis78;
  color: #303030;
}

.skinLHW#skinIndex .recruitItem a > div p {
  line-height: 1.8;
  color: #222;
}

.skinLHW#skinIndex .recruitItem a > div p:last-child {
  padding: 0;
}

.skinLHW#skinIndex .recruitItem a > div p.linkTxt {
  position: relative;
  padding: 0 0 0 15px;
  color: #303030;
  text-decoration: none;
  transition: all 0.3s ease;
}

.skinLHW#skinIndex .recruitItem a > div p.linkTxt::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 12px;
  margin: auto;
  content: '';
  background: url(/wp-content/themes/Johas/assets/images/common/img_arrow.png) 0 0 no-repeat;
}

.skinLHW#skinIndex .recruitItem a:hover {
  opacity: 0.7;
}

/* ----------------------------------------------------------------------------
 Content04Pane ImageLink
 ---------------------------------------------------------------------------- */
.layoutItem.col4.imageLHWLink {
  margin-bottom: 35px;
}

.layoutItem.col4.imageLHWLink > div {
  width: 100%;
  max-width: 275px;
  margin-right: 32px;
  margin-bottom: 30px;
}

.layoutItem.col4.imageLHWLink > div > a {
  display: block;
}

.layoutItem.imageLHWLink a > img {
  width: 100%;
}

.layoutItem.col4.imageLHWLink > div > a img {
  transition: all 0.3s ease;
}

.layoutItem.col4.imageLHWLink > div > a:hover img {
  opacity: 0.7;
}

/* ----------------------------------------------------------------------------
 carouselImg
 ---------------------------------------------------------------------------- */
.layoutItem.col4.imageLHWLink > div > a:hover img {
  opacity: 0.7;
}

/* ----------------------------------------------------------------------------
 carouselImg
 ---------------------------------------------------------------------------- */
.carouselImg.slick-slider {
  display: flex;
  width: auto;
  padding: 0 20px;
}

.carouselImg.slick-initialized.slick-slider .slick-list {
  width: auto;
}

.carouselImg.slick-initialized.slick-slider .slick-list .slick-track {
}

.carouselImg.slick-initialized.slick-slider .slick-list .slick-track .slick-slide {
  margin: 0 12px;
}

.carouselImg.slick-initialized.slick-slider .slick-list .slick-track .slick-slide > div {
}

.carouselImg.slick-initialized.slick-slider .slick-list .slick-track .slick-slide > div > div {
  /* margin: 0; */
}

.carouselImg.slick-initialized.slick-slider .slick-list .slick-track .slick-slide > div > div img {
  width: 100%;
  margin: 0;
}

.carouselImg.slick-initialized.slick-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 30px;
  margin: auto;
}

.carouselImg.slick-initialized.slick-slider .slick-arrow::before {
  position: absolute;
  right: 24px;
  bottom: 0;
  width: 16px;
  height: 24px;
  margin: auto;
  content: '';
  background: url(/wp-content/themes/Johas/assets/images/common/img_carousel_arrow.png) center center no-repeat;
  background-size: 100%;
  border-top: transparent;
  border-right: transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.carouselImg.slick-initialized.slick-slider .slick-next.slick-arrow {
  right: 0;
  left: inherit;
  transform: rotate(180deg);
}

.carouselImg.slick-initialized.slick-slider .slick-next.slick-arrow::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.carouselImg.slick-slider .slick-arrow {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 24px;
  margin: auto;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  content: '';
  background: url(/wp-content/themes/Johas/assets/images/common/img_carousel_arrow.png) 0 0 no-repeat;
  transition: all 0.3s ease;
}

.carouselImg.slick-slider .slick-arrow:hover {
  opacity: 0.7;
}

.carouselImg.slick-slider .slick-dots li {
  display: none;
}

.carouselImg.slick-initialized.slick-slider .slick-list .slick-track .slick-slide > div > div > a {
  transition: all 0.3s ease;
}

.carouselImg.slick-initialized.slick-slider .slick-list .slick-track .slick-slide > div > div > a:hover {
  opacity: 0.7;
}

/* ----------------------------------------------------------------------------
 indexTopLink
 ----------------------------------------------------------------------------- */
.layoutItem.indexTopLink > div > p > img {
  width: 100%;
}

.layoutItem.indexTopLink > div .subTitle {
  padding: 0;
  margin: 22px 0;
  font-size: 137.5%;
  font-weight: 700;
}

.layoutItem.indexTopLink > div ul {
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 0;
}

.layoutItem.indexTopLink > div ul > li {
  padding-bottom: 10px;
  line-height: 1.6;
  list-style: none;
}

.layoutItem.indexTopLink > div ul > li > a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  color: #222;
  text-decoration: none;
  transition: all 0.3s ease;
}

.layoutItem.indexTopLink > div ul > li > a::before {
  position: absolute;
  top: 14%;
  left: 0;
  width: 8px;
  height: 12px;
  margin: auto;
  content: '';
  background: url(/wp-content/themes/Johas/assets/images/common/img_arrow.png) 0 0 no-repeat;
}

.layoutItem.indexTopLink > div ul > li > a:hover {
  color: #0277bd;
}

.layoutItem.indexTopLink > div .alignCenter > .linkBtn {
  position: relative;
  padding: 12px 30px 12px 48px;
  color: #0277bd;
  background: #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.layoutItem.indexTopLink > div .alignCenter > .linkBtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15%;
  width: 8px;
  height: 12px;
  margin: auto;
  content: '';
  background: url(/wp-content/themes/Johas/assets/images/common/img_arrow.png) 0 0 no-repeat;
}

.layoutItem.indexTopLink > div .alignCenter > .linkBtn:hover {
  color: #000;
  background: #aee5f5;
  opacity: 1;
}

.layoutItem.indexTopLink > div .alignCenter {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.layoutItem.indexTopLink > div {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}

.skinLHW.ver2 .globalMenu,
.skinLHW.ver2 .globalMenu ul {
  width: 100%;
}

.skinLHW.ver2 .globalMenu > ul > li {
  float: none;
  width: auto;
}

.skinLHW.ver2 .globalMenu > ul > li > a,
.skinLHW.ver2 .globalMenu > ul > li > a:link,
.skinLHW.ver2 .globalMenu > ul > li > a:visited,
.skinLHW.ver2 .globalMenu > ul > li > a:active {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  line-height: inherit;
  text-indent: inherit;
  background: transparent;
}

.skinLHW.ver2 .globalMenu ul li a,
.skinLHW.ver2 .globalMenu ul li a:link,
.skinLHW.ver2 .globalMenu ul li a:visited,
.skinLHW.ver2 .globalMenu ul li a:active {
  padding: 20px 0 25px;
}

.skinLHW.ver2 .globalMenu ul li.Tab87,
.skinLHW.ver2 .globalMenu ul li.Tab1012,
.skinLHW.ver2 .globalMenu ul li.Tab369,
.skinLHW.ver2 .globalMenu ul li.Tab604,
.skinLHW.ver2 .globalMenu ul li.Tab397,
.skinLHW.ver2 .globalMenu ul li.Tab413,
.skinLHW.ver2 .globalMenu ul li.Tab416,
.skinLHW.ver2 .globalMenu ul li.Tab1013 {
  position: relative;
  display: block;
  padding: 0 14px; /* border-right: 1px solid #ddd; */
}

.skinLHW.ver2 .globalMenu ul li.Tab87::before,
.skinLHW.ver2 .globalMenu ul li.Tab1012::before,
.skinLHW.ver2 .globalMenu ul li.Tab369::before,
.skinLHW.ver2 .globalMenu ul li.Tab604::before,
.skinLHW.ver2 .globalMenu ul li.Tab397::before,
.skinLHW.ver2 .globalMenu ul li.Tab413::before,
.skinLHW.ver2 .globalMenu ul li.Tab416::before,
.skinLHW.ver2 .globalMenu ul li.Tab1013::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 38%;
  margin: auto;
  content: '';
  border-right: 2px dashed #ddd;
}

.skinLHW.ver2 .globalMenu > ul > li:hover > ul {
  display: none;
}

/* ----------------------------------------------------------------------------
 未払い賃金立て替え制度
 ---------------------------------------------------------------------------- */
a.advancePaymentSystemItem {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

a.advancePaymentSystemItem > .advancePaymentSystem {
  position: absolute;
  top: 140px;
  right: 40px;
  z-index: 100;
  display: inline-block;
  width: 160px;
  height: 160px;
  padding: 13px 13px 8px;
  color: #303030;
  background: #a6e0f3;
  border-radius: 10px;
  filter: drop-shadow(0 0 10px rgb(0 0 0 / 15%));
  transition: all 0.3s ease;
}

a.advancePaymentSystemItem:hover > .advancePaymentSystem {
  opacity: 0.7;
}

a.advancePaymentSystemItem > .advancePaymentSystem .txt {
  display: inline-block;
  padding-right: 19px;
  padding-bottom: 5px;
  padding-left: 19px;
  font-size: 68.75%;
  font-weight: 700;
}

a.advancePaymentSystemItem > .advancePaymentSystem .txt .txtLarge {
  font-size: 145.46%;
}

a.advancePaymentSystemItem > .advancePaymentSystem p {
  padding: 0;
}

/* ----------------------------------------------------------------------------
 footWrap
 ---------------------------------------------------------------------------- */
.skinLHW .footBody {
  width: 100%;
  height: 100%;
  background:
    url(/wp-content/themes/Johas/assets/images/common/bg_top.png) top left repeat-x,
    url(/wp-content/themes/Johas/assets/images/common/bg_footCopy.png) right bottom repeat-x;
}

.footBody .footWrap {
  padding-top: 116px;
  margin-bottom: 100px;
}

.footBody .footWrap .footerNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  text-align: left;
}

.footBody .footWrap .footerNav li {
  width: calc(100% / 4 - 40px);
  padding: 0;
  margin-right: 53px;
  list-style: none;
}

.footBody .footWrap .footerNav > li {
  margin-bottom: 45px;
}

.footBody .footWrap .footerNav > li:nth-child(4n) {
  margin-right: 0;
}

.footBody .footWrap .footerNav li a {
  position: relative;
  display: inline-block;
  font-size: 87.5%;
  color: #303030;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footBody .footWrap .footerNav > li > a {
  font-size: 112.5%;
  font-weight: 700;
}

.footBody .footWrap .footerNav li a:hover {
  color: #0277bd;
}

.footBody .footWrap .footerNav li > ul {
  width: 100%;
  padding: 0;
  margin-top: 27px;
}

.footBody .footWrap .footerNav li > ul li {
  width: 100%;
}

.footBody .footWrap .footerNav li ul li a {
  padding-bottom: 10px;
  padding-left: 14px;
  line-height: 1.4;
}

.footBody .footWrap .footerNav li > ul li > a::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 8px;
  height: 12px;
  margin: auto;
  content: '';
  background: url(/wp-content/themes/Johas/assets/images/common/img_arrow.png) 0 0 no-repeat;
  background-size: 100%;
}

/* footerItem */
.footBody .footWrap .footerNav.footerItem {
  position: relative;
  padding: 40px 0;
  background-image: linear-gradient(
    to right,
    rgb(192 192 192 / 100%),
    rgb(192 192 192 / 100%) 5px,
    transparent 0,
    transparent 5px
  );
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 10px 1px;
}

.footBody .footWrap .footerNav.footerItem > li {
  width: 100%;
  margin: 0;
}

.footBody .footWrap .footerNav.footerItem > li > ul {
  display: flex;
  flex-wrap: wrap;
}

.footBody .footWrap .footerNav.footerItem > li > ul > li {
  width: calc(100% / 4 - 40px);
}

.footBody .footWrap .footerNav.footerItem > li > ul > li:nth-child(4n) {
  margin-right: 0;
}

/* footBox */
.footBody .footWrap .footBox {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 30px;
  margin-top: 12px;
  background: #e3f4f9;
  border-radius: 5px;
}

.footBody .footWrap .footBox > p {
  padding: 0 20px;
  border-right: 1px solid #333;
}

.footBody .footWrap .footBox > p:last-child {
  border-right: transparent;
}

.footBody .footWrap .footBox > p > a {
  font-size: 87.5%;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footBody .footWrap .footBox > p > a:hover {
  opacity: 0.7;
}

/* footBottom */
.layoutItem.footerBottomItem {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.layoutItem.footerBottomItem .footerLeft {
  display: block;
  width: calc(100% - 250px);
  margin-right: 50px;
  text-align: left;
}

.layoutItem.footerBottomItem .footerLeft .footerlogo {
  margin-bottom: 15px;
}

.layoutItem.footerBottomItem .footerLeft .footerlogo a {
  display: inline-block;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.layoutItem.footerBottomItem .footerLeft .footerlogo a:hover {
  opacity: 0.7;
}

.layoutItem.footerBottomItem .footerLeft .footerlogo > p {
  font-size: 87.5%;
}

.layoutItem.footerBottomItem .footerLeft .footerAddress {
  margin-bottom: 72px;
}

.layoutItem.footerBottomItem .footerLeft .footerAddress p {
  padding-bottom: 10px;
  line-height: 1.5;
}

.layoutItem.footerBottomItem .footerLeft .earthquakeLink {
  display: flex;
  margin-bottom: 30px;
}

.layoutItem.footerBottomItem .footerLeft .earthquakeLink p {
  position: relative;
  padding: 0 20px 0 0;
  margin-right: 20px;
}

.layoutItem.footerBottomItem .footerLeft .earthquakeLink p::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 70%;
  margin: auto;
  content: '';
  background: #333;
}

.layoutItem.footerBottomItem .footerLeft .earthquakeLink p:last-child::before {
  background: transparent;
}

.layoutItem.footerBottomItem .footerLeft .earthquakeLink p a {
  font-size: 87.5%;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.layoutItem.footerBottomItem .footerLeft .earthquakeLink p a:hover {
  color: #0277bd;
}

.layoutItem.footerBottomItem .footerLeft .footerLink {
  display: flex;
  flex-wrap: wrap;
}

.layoutItem.footerBottomItem .footerLeft .footerLink > ul {
  display: flex;
  padding: 0;
}

.layoutItem.footerBottomItem .footerLeft .footerLink > ul > li {
  position: relative;
  padding: 0 20px 8px 0;
  margin-right: 20px;
  list-style: none;
}

.layoutItem.footerBottomItem .footerLeft .footerLink > ul li::before {
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 15px;
  margin: auto;
  content: '';
  background: #333;
}

.layoutItem.footerBottomItem .footerLeft .footerLink > ul li:last-child::before {
  background: transparent;
}

.layoutItem.footerBottomItem .footerLeft .footerLink > ul li a {
  font-size: 87.5%;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.layoutItem.footerBottomItem .footerLeft .footerLink > ul li a:hover {
  color: #0277bd;
}

.layoutItem.footerBottomItem .footerRight {
  display: block;
  width: 200px;
}

.layoutItem.footerBottomItem .footerRight a {
  display: block;
  transition: all 0.3s ease;
}

.layoutItem.footerBottomItem .footerRight a:hover {
  opacity: 0.7;
}

.layoutItem.footerBottomItem .sp.layoutItem.col2 {
  display: block;
  margin: 0;
}

.layoutItem.footerBottomItem .sp.layoutItem.col2 > p {
  display: block;
  width: 100%;
  margin: 0;
}

/* ===========================================================
 /chinginengo/miharai/tabid/1021/Default.aspx
=========================================================== */
div[id$='lblContent'] > table > tbody > tr > td > a[href$='.html'] {
  overflow-wrap: anywhere;
}

/* ===========================================================
 /tabid/598/Default.aspx
=========================================================== */
div[id$='pnlInput'] table > tbody > tr > td input[id^='dnn_'][type='submit'] {
  color: #000;
}

div[id$='pnlConfirm'] input[id^='dnn_'][type='submit'][id$='btnConfirmBack'],
div[id$='pnlConfirm'] input[id^='dnn_'][type='submit'][id$='btnConfirmSend'] {
  padding: 8px 40px;
  margin: 0 10px;
  color: #000;
  background: #f6f6f6;
  border: none;
  border: 1px solid #ccc;
}

div[id$='pnlConfirm'] input[id^='dnn_'][type='submit'][id$='btnConfirmBack']:hover,
div[id$='pnlConfirm'] input[id^='dnn_'][type='submit'][id$='btnConfirmSend']:hover {
  background-color: #eee;
}
