@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* CSS Document */
/*===================================================
	共通CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	共通設定
///////////////////////////////////////////////////////////*/
/* --------------------------------------------------
	base
-------------------------------------------------- */
* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  width: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  color: #0e6866;
  font-size: 16px;
  background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

.txt {
  line-height: 2;
}

/*リンク */
a {
  color: #0e6866;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* 画像幅 */
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* clearfix */
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.spBreak {
  display: none;
}

@media (min-width: 1025px) {
  a {
    transition: 0.6s;
  }

  a:hover {
    opacity: 0.6;
  }
}
.fax a {
  pointer-events: none;
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #ffffff;
}
.header .header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  min-height: 82px;
  margin: 0 auto;
  padding: 18px 20px 8px;
}
.header .headTtl {
  position: absolute;
  top: 10px;
  left: 55px;
  color: #0a100f;
  font-size: 14px;
}
.header .brand {
  display: block;
  width: 250px;
}
.header .globalNav {
  display: flex;
  align-items: center;
  gap: 38px;
  font-size: 14px;
}
.header .globalNav a {
  color: #0a100f;
}
.header .globalNav .globalNav__contact {
  padding: 5px 20px;
  color: #ffffff;
  background: #0a8e8e;
}
.header .globalNav .globalNav__contact p {
  display: inline-block;
  padding: 0 0 0 20px;
  background: url(https://jiken-soudan.com/system_panel/uploads/images/header_mail.png) left center no-repeat;
  background-size: 12px auto;
}
.header .hamburger {
  display: none;
}

/* --------------------------------------------------
	nav
-------------------------------------------------- */
/* --------------------------------------------------
	main
-------------------------------------------------- */
.main {
  overflow: hidden;
  margin: 82px 0 0;
}

.pageTitlePanel {
  padding: 40px 20px;
  background: url(https://jiken-soudan.com/system_panel/uploads/images/page_title_bg.png) no-repeat;
  background-size: cover;
}
.pageTitlePanel .pageTitle {
  color: #ffffff;
  text-align: center;
}
.pageTitlePanel .pageTitle p {
  font-size: 34px;
}
.pageTitlePanel .pageTitle h1 {
  font-size: 18px;
}

.pageSecTtlBox {
  margin: 0 0 48px;
  text-align: center;
}
.pageSecTtlBox .sub {
  font-size: 13px;
  letter-spacing: 0.14em;
}
.pageSecTtlBox .pageSecTtl {
  margin: 6px 0 0;
  font-size: 28px;
}

.secWrap {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}

.secWrap01 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.secWrap02 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.mapBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 45%;
}
.mapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.btnMore {
  width: 190px;
}
.btnMore a {
  display: block;
  padding: 7px 10px;
  font-size: 14px;
  color: #fff;
  background: #0a8e8e;
  text-align: center;
}
.btnMore a p {
  padding: 0 15px;
  background: url(https://jiken-soudan.com/system_panel/uploads/images/btn_more_arrow_white.png) right 5px center no-repeat;
  transition: 0.6s;
}
@media (min-width: 1025px) {
  .btnMore a:hover p {
    background: url(https://jiken-soudan.com/system_panel/uploads/images/btn_more_arrow_white.png) right center no-repeat;
  }
}

.btnMoreYellow {
  width: 190px;
}
.btnMoreYellow a {
  display: block;
  padding: 7px 10px;
  font-size: 14px;
  background: #f3d521;
  text-align: center;
}
.btnMoreYellow a p {
  padding: 0 15px;
  background: url(https://jiken-soudan.com/system_panel/uploads/images/btn_more_arrow_green.png) right 5px center no-repeat;
  transition: 0.6s;
}
@media (min-width: 1025px) {
  .btnMoreYellow a:hover p {
    background: url(https://jiken-soudan.com/system_panel/uploads/images/btn_more_arrow_green.png) right center no-repeat;
  }
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer {
  position: relative;
  background: #f5f5f5;
}
.footer .pagetop {
  position: absolute;
  top: 60px;
  right: 5%;
  width: 35px;
  cursor: pointer;
}
.footer .footPanel {
  padding: 58px 0 30px;
}
.footer .footContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .infoBox .logo {
  width: 250px;
  margin: 0 0 24px;
}
.footer .infoBox .txtBox .txt + .txt {
  margin: 20px 0 0;
}
.footer .footNav {
  width: 45%;
}
.footer .footNav .ul {
  display: grid;
  grid-template-columns: repeat(2, 150px);
  gap: 20px 30px;
}
.footer .footNav .ul .li a {
  display: inline-block;
  padding: 0 0 0 15px;
  background: url(https://jiken-soudan.com/system_panel/uploads/images/footer_nav_arrow.png) left center no-repeat;
}
.footer .copy {
  margin: 45px 0 0;
}