@charset "utf-8";

/* ===========================================================

	Title: subpage.css
	Created: 2021-7-12

=========================================================== */
/* ===========================================================

	page-title

=========================================================== */
.title.topmessage {
  background-image: url(../img/global/title-message.jpg);
}

.title.topmessage::after {
  background-color: rgba(35, 186, 213, 0.9);
}

.title.company {
  background-image: url(../img/global/title-company.jpg);
}

.title.company::after {
  background-color: rgba(39, 136, 207, 0.9);
}

.title.service {
  background-image: url(../img/global/title-business.jpg);
}

.title.service::after {
  background-color: rgba(225, 137, 175, 0.9);
}

.title.sustainability {
  background-image: url(../img/global/title-sustainability.png);
}

.title.sustainability::after {
  background-color: rgba(156, 143, 214, 0.9);
}

.title.recruit {
  background-image: url(../img/global/title-recruit.jpg);
}

.title.recruit::after {
  background-color: rgba(37, 101, 198, 0.9);
}

.title.footer {
  background-color: #2289d5;
}

/* ===========================================================

	message

=========================================================== */
.message {
  display: flex;
}

.message__text {
  margin-right: 48px;
}

.message__photo {
  flex-shrink: 0;
  text-align: left;
}

.message__photo em {
  margin-left: 16px;
  font-size: 18px;
}

.message__photo figcaption {
  display: block;
  padding-top: 16px;
  font-size: 14px;
}

.message__photo figcaption span {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .message {
    display: block;
  }

  .message__text {
    margin: 0;
  }

  .message__photo {
    width: 100%;
  }

  .message__photo img {
    width: 100%;
  }
}

/* ===========================================================

	mordal-chart

=========================================================== */
.mordal-chart area {
  cursor: pointer;
}

.mordal-chart .mordal-trigger {
  position: relative;
}

.mordal-chart .mordal-trigger::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.mordal-chart area:hover::after {
  background-color: rgba(35, 186, 213, 0.9);
}

.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 70%;
  padding: 16px 32px;
  background-color: #fff;
  overflow: auto;
}

.closeModal {
  font-size: 32px;
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  cursor: pointer;
}

/* ===========================================================

	sitemap

=========================================================== */
.sitemap {
  display: flex;
  width: 75%;
  margin: 0 auto 0 !important;
}

.sitemap ul {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}

.sitemap li {
  margin: 0 0 40px 0;
}

.sitemap li a {
  display: block;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #2389d5;
}

.sitemap a:link,
.sitemap a:visited {
  text-decoration: none;
}

.sitemap a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.sitemap li ul {
  margin: 0 0 40px 20px;
  padding: 20px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.sitemap li ul li {
  margin-bottom: 8px;
}

.sitemap li ul a {
  padding: 0 0 0 10px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.sitemap li ul a:before,
.sitemap li ul a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.sitemap li ul a::before {
  left: 0px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #2389d5;
}

.sitemap li ul a::after {
  left: -16px;
  width: 16px;
  height: 2px;
  border-left: 16px solid #2389d5;
}

.sitemap li a.blank:before {
  display: none;
}

.sitemap li a.blank {
  background-position: 0 50% !important;
  padding: 0 0 0 15px !important;
}

.section h2 {
  text-indent: -1.6em;
  padding-left: 2em;
}

@media screen and (max-width: 1200px) {
  .sitemap {
    display: block;
    width: 100%;
  }
}

/* ===========================================================

	privacy

=========================================================== */
.privacy-mail-link img {
  vertical-align: middle;
}

/* ===========================================================

	policy

=========================================================== */
.contents-style .policy_sub_title {
  padding-left: 0;
}

.contents-style .policy_sub_title::before {
  content: none;
}