@charset "utf-8";

/* CSS Document */

/*------------------------------------------------------------------------------------------------------------------
　base style
-------------------------------------------------------------------------------------------------------------------*/

body {
  background-color: #f6f6f6;
  color: #333333;
  font-size: 16px;
  margin: 0;
  height: 100%;
  position: relative;
  font-family:
    "BIZ UDPGothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 26px;
    min-width: 750px;
  }
}

a:link {
  color: #cf3434;
  text-decoration: underline;
}
a:visited {
  color: #cf3434;
  text-decoration: underline;
}
a:hover {
  color: #e59c0e;
  text-decoration: underline;
}

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

/*------------------------------------------------------------------------------------------------------------------
　preparation
-------------------------------------------------------------------------------------------------------------------*/

#lineup-font-size-sampler {
  display: none;
}

div:after,
section:after,
article:after,
ul:after {
  content: "";
  display: block;
  clear: both;
}

.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/*------------------------------------------------------------------------------------------------------------------
　expression
-------------------------------------------------------------------------------------------------------------------*/

.clear {
  clear: both;
}

.under {
  margin-bottom: 30px !important;
}
.under-harf {
  margin-bottom: 15px !important;
}

.right {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.left {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
  margin-top: 5px;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.first {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.last {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.ro {
  transition: 0.2s;
}

.ro:hover,
.ro:hover {
  opacity: 0.8;
}

.dropshadow {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
}

.pc {
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/*------------------------------------------------------------------------------------------------------------------
　img align for wordpress
-------------------------------------------------------------------------------------------------------------------*/

.aligncenter {
  display: block;
  margin: 0 auto;
  padding-bottom: 25px;
  max-width: 100%;
}
.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 25px;
  max-width: 100%;
}
.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 25px;
  max-width: 100%;
}

.aligncenter img,
.alignright img,
.alignleft img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1140px) {
  .aligncenter {
    display: block;
    margin: 0 auto;
    padding-bottom: 25px;
    max-width: 100%;
    text-align: center;
  }
  .alignright {
    float: none;
    margin: 0 auto;
    margin-bottom: 0;
    padding-bottom: 25px;
    max-width: 100%;
    text-align: center;
  }
  .alignleft {
    float: none;
    margin: 0 auto;
    margin-bottom: 0;
    padding-bottom: 25px;
    max-width: 100%;
    text-align: center;
  }
}

/*------------------------------------------------------------------------------------------------------------------
　wp-pagenavi
-------------------------------------------------------------------------------------------------------------------*/

.wp-pagenavi {
  border-top: #d1d1d1 3px double;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block !important;
  clear: both !important;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span.pages,
.wp-pagenavi span.extend {
  color: #333333 !important;
  text-shadow: 0px 1px #f6f6f6 !important;
  padding: 6px 12px 8px 12px !important;
  border: solid 1px #fedcd2 !important;
  box-shadow: 0px 1px #efefef !important;
  -moz-box-shadow: 0px 1px #efefef !important;
  -webkit-box-shadow: 0px 1px #efefef !important;
  background: #fedcd2 !important;
  background: -moz-linear-gradient(
    top,
    #fedcd2 1px,
    #f3f3f3 1px,
    #fedcd2
  ) !important;
  background: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(0.02, #fedcd2),
    color-stop(0.02, #fedcd2),
    color-stop(1, #fedcd2)
  ) !important;
  font-size: 12px !important;
  margin-right: 3px !important;
  text-decoration: none !important;
}
.wp-pagenavi a:hover {
  color: #fff !important;
  text-shadow: 0px 1px #de744c !important;
  border-color: #de744c !important;
  background: #de744c !important;
  background: -moz-linear-gradient(
    top,
    #de744c 1px,
    #de744c 1px,
    #de744c
  ) !important;
  background: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(0.02, #de744c),
    color-stop(0.02, #de744c),
    color-stop(1, #de744c)
  ) !important;
  color: #ffffff !important;
  box-shadow: 0px 1px #e7e7e7 !important;
  -moz-box-shadow: 0px 1px #e7e7e7 !important;
  -webkit-box-shadow: 0px 1px #e7e7e7 !important;
}
.wp-pagenavi span.current {
  padding: 4px 12px 8px 12px !important;
  border: solid 1px #dcdcdc !important;
  color: #fff !important;
  font-size: 14px;
  box-shadow: 0px 1px #e7e7e7 !important;
  -moz-box-shadow: 0px 1px #e7e7e7 !important;
  -webkit-box-shadow: 0px 1px #e7e7e7 !important;
  margin-right: 3px !important;
  text-shadow: 0px 1px #de744c !important;
  border-color: #de744c !important;
  background: #de744c !important;
  background: -moz-linear-gradient(
    top,
    #de744c 1px,
    #de744c 1px,
    #de744c
  ) !important;
  background: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(0.02, #de744c),
    color-stop(0.02, #de744c),
    color-stop(1, #de744c)
  ) !important;
}

/*------------------------------------------------------------------------------------------------------------------
　primary
-------------------------------------------------------------------------------------------------------------------*/

#primary {
  width: 100%;
  height: 100%;
  min-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

article {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition: 0.3s;
  box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  article {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*------------------------------------------------------------------------------------------------------------------
　mainvisual
-------------------------------------------------------------------------------------------------------------------*/

#mainvisual {
  width: 100%;
  height: 800px;
  position: relative;
}

.subpage #mainvisual {
  height: 470px;
}

#mainvisual .panel {
  width: 100%;
  height: 800px;
  background-image: url("../image/mainvisual/00.jpg");
  background-position: top right;
  background-repeat: no-repeat;
}

.subpage #mainvisual .panel {
  background-image: url("../image/mainvisual/01.jpg");
}

@media screen and (max-width: 920px) {
  #mainvisual {
    height: 630px;
  }
  #mainvisual .panel {
    background-size: auto 420px;
    height: 420px;
  }
  .subpage #mainvisual {
    height: 470px;
  }
  .subpage #mainvisual .panel {
    background-size: auto;
    background-position: center top;
    height: 470px;
  }
}

@media screen and (max-width: 750px) {
  #mainvisual {
    height: 600px;
  }
  .subpage #mainvisual {
    height: 400px;
  }
  .subpage #mainvisual .panel {
    height: 400px;
  }
}

#facility-panel {
  background-color: rgba(17, 165, 171, 0.7);
  width: 360px;
  height: 700px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  top: 50px;
  left: 0;
  box-sizing: border-box;
  padding-top: 40px;
  padding-left: 40px;
  transition: 0.3s;
}

@media screen and (max-width: 1350px) {
  #facility-panel {
    left: -330px;
  }
  #facility-panel:hover {
    left: 0;
    z-index: 5;
  }
  #facility-panel:after {
    content: "◀";
    color: #ffffff;
    position: absolute;
    right: 12px;
    top: 310px;
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  #facility-panel {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  #facility-panel {
    display: none;
  }
}

/* 人物写真が２枚の場合
#mainvisual .comment {
	background-image: url("../image/mainvisual/comment.png");
	width: 935px;
	height: 216px;
	position: absolute;
	top: 280px;
	right: 0;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	z-index: 4;
	transition: 0.2s;
}

@media screen and (max-width: 1350px) {
	#mainvisual .comment {
		transform-origin: top right;
		transform: scale(0.9, 0.9);
		top: 300px;
	}
}
*/

#mainvisual .comment {
  background-image: url("../image/mainvisual/comment_text.png");
  width: 939px;
  height: 161px;
  position: absolute;
  bottom: 43px;
  left: 405px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  z-index: 4;
  transition: 0.2s;
}

@media screen and (max-width: 1350px) {
  #mainvisual .comment {
    left: 70px;
  }
}
@media screen and (max-width: 1000px) {
  #mainvisual .comment {
    transform-origin: left bottom;
    transform: scale(0.9, 0.9);
  }
}

@media screen and (max-width: 920px) {
  #mainvisual .comment {
    background-image: url("../image/mainvisual/comment_resp.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(100% - 60px);
    margin-top: 30px;
    max-width: 892px;
    padding-top: 24.2152%;
    height: 0;
    position: relative;
    top: inherit;
    right: inherit;
    left: inherit;
    bottom: inherit;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transform: scale(1, 1);
  }
}

.facility-list-primary {
  padding-top: 20px;
}

.facility-list-primary ul {
  list-style: none;
  margin-left: -40px;
  padding: 0;
}

.facility-list-primary ul li a {
  width: 320px;
  height: 156px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  margin-bottom: 20px;
  transition: 0.2s;
  position: relative;
}

.facility-list-primary ul li a:after {
  transition: 0.2s;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0);
  display: block;
  width: 100%;
  height: 100%;
}

.facility-list-primary ul li a:hover:after {
  background-color: rgba(255, 255, 255, 0.3);
}

.facility-list-primary ul li:nth-of-type(1) a {
  background-image: url("../image/mainvisual/project01.png");
}
.facility-list-primary ul li:nth-of-type(2) a {
  background-image: url("../image/mainvisual/project02.png");
}
.facility-list-primary ul li:nth-of-type(3) a {
  background-image: url("../image/mainvisual/project03.png");
}

/*------------------------------------------------------------------------------------------------------------------
　header
-------------------------------------------------------------------------------------------------------------------*/

header {
  background-image: url("../image/header/back.gif");
  border-top: 5px solid #11a5ab;
  box-sizing: border-box;
  width: 100%;
  height: 154px;
}

header .header-primary {
  padding-top: 35px;
}

header .header-primary h1 {
  text-align: center;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  margin-bottom: 10px;
}

header .header-primary .logo a {
  font-size: 24px;
  color: #11a5ab;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 320px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
}

/*------------------------------------------------------------------------------------------------------------------
　navi
-------------------------------------------------------------------------------------------------------------------*/

nav {
  background-image: url("../image/navi/back.gif");
  background-position: center top;
  background-repeat: repeat-x;
  width: 100%;
  height: 80px;
  background-color: #f1f1f1;
}

nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

nav ul {
  max-width: 1200px;
  min-width: 750px;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  list-style: none;
  text-align: center;
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  text-align: center;
  display: inline-block !important;
  height: 80px !important;
  line-height: 80px;
  padding-left: 30px;
  padding-right: 35px;
  text-decoration: none !important;
  color: #000000 !important;
  box-sizing: border-box;
  border-bottom: 3px solid #f1f1f1;
  transition: 0.2s;
  position: relative;
}

@media screen and (max-width: 1020px) {
  nav ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 750px) {
  nav ul li a {
    font-size: 18px;
    padding-left: 5px;
    padding-right: 15px;
    letter-spacing: -2px;
  }
}

nav ul li a:hover {
  color: #11a5ab;
  border-bottom: 3px solid #11a5ab;
}

nav ul li a:after {
  content: "";
  width: 1px;
  height: 21px;
  border-right: 1px dotted #aeaeae;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 30px;
}

nav ul li:last-of-type a:after {
  display: none;
}

/*------------------------------------------------------------------------------------------------------------------
　sidebar
-------------------------------------------------------------------------------------------------------------------*/

#sidebar {
  display: none;
}

/*------------------------------------------------------------------------------------------------------------------
　footer
-------------------------------------------------------------------------------------------------------------------*/

#footer {
  width: 100%;
  height: 80px;
  background-color: #11a5ab;
  line-height: 80px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 800px) {
  #footer {
    text-align: left;
    text-indent: 40px;
  }
}
@media screen and (max-width: 750px) {
  #footer {
    font-size: 22px;
  }
}

.topback a {
  position: fixed;
  bottom: -10px;
  right: 0;
  background-image: url(../image/footer/topback.png);
  width: 180px;
  height: 107px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  transition: 0.2s;
}

.topback a:hover {
  bottom: 0;
}

/*------------------------------------------------------------------------------------------------------------------
　additional
-------------------------------------------------------------------------------------------------------------------*/

#contents-primary {
  position: relative;
}

#contents {
  position: relative;
  padding-top: 50px;
}

.subpage #contents-primary {
  margin-bottom: 100px;
}

h2 {
  text-align: center;
  font-size: 36px;
  color: #333333;
  margin: 0;
  padding: 0;
  margin-bottom: 90px;
  display: block;
  letter-spacing: 5px;
  text-shadow:
    white 2px 0px,
    white -2px 0px,
    white 0px -2px,
    white 0px 2px,
    white 2px 2px,
    white -2px 2px,
    white 2px -2px,
    white -2px -2px,
    white 1px 2px,
    white -1px 2px,
    white 1px -2px,
    white -1px -2px,
    white 2px 1px,
    white -2px 1px,
    white 2px -1px,
    white -2px -1px;
  font-weight: normal;
  position: relative;
}

@media screen and (max-width: 750px) {
  h2 {
    font-size: 42px;
  }
}

h2:after {
  width: 92px;
  height: 4px;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -46px;
  content: "";
  background-color: #11a5ab;
  box-shadow: 0px 0px 4px rgba(17, 165, 171, 0.5);
}

.emergency_announcement {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.emergency_announcement .alart-title {
  font-size: 28px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .emergency_announcement p {
    text-align: left !important;
  }
}

/*----------------------------------------------------------------------------
   home
------------------------------------------------------------------------------*/

#top-business {
  width: 100%;
  height: 700px;
  background-image: url("../image/contents/top/about-back.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 55px;
  margin-bottom: 50px;
}

#top-business article {
  background-image: url("../image/contents/top/about-window.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 987px;
  height: 559px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-top: 80px;
}

#top-business p {
  text-align: center;
  margin: 0;
  padding: 0;
  text-shadow:
    white 2px 0px,
    white -2px 0px,
    white 0px -2px,
    white 0px 2px,
    white 2px 2px,
    white -2px 2px,
    white 2px -2px,
    white -2px -2px,
    white 1px 2px,
    white -1px 2px,
    white 1px -2px,
    white -1px -2px,
    white 2px 1px,
    white -2px 1px,
    white 2px -1px,
    white -2px -1px;
  font-size: 18px;
  color: #000000;
  margin-bottom: 50px;
  line-height: 36px;
}

@media screen and (max-width: 750px) {
  #top-business {
    background-position: top left;
  }
  #top-business p {
    font-size: 26px;
    line-height: 40px;
  }
}

.business-thum-primary {
  text-align: center;
}

.business-thum-primary img {
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 1000px) {
  .business-thum-primary img {
    width: 200px;
  }
}

#top-facility {
}

#top-facility .facility-list-primary {
}

#top-facility .facility-list-primary .list {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: top 50px left 0;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 400px;
  position: relative;
}

#top-facility .facility-list-primary .list:before {
  content: "";
  width: 1101px;
  height: 400px;
  display: block;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -144px;
}

#top-facility .facility-list-primary .list.facility-6prc:before {
  background-image: url("../image/contents/top/project-mv01.png");
}
#top-facility .facility-list-primary .list.facility-roccapocca:before {
  background-image: url("../image/contents/top/project-mv02.png");
}
#top-facility .facility-list-primary .list.facility-gkikaku:before {
  background-image: url("../image/contents/top/project-mv03.png");
}

@media screen and (max-width: 1200px) {
  #top-facility .facility-list-primary .list:before {
    transform: scale(0.8, 0.8);
    transform-origin: top center;
    background-position: top 0 right 320px;
    border-radius: 20px;
  }
  #top-facility .facility-list-primary .list.facility-6prc:before {
    background-position: top 0 right 250px;
  }
}

@media screen and (max-width: 1000px) {
  #top-facility .facility-list-primary .list:before {
    position: relative;
    left: inherit;
    top: inherit;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 400px;
    background-position: center top !important;
    background-repeat: no-repeat;
    transform: scale(0.91, 0.91);
  }
}

#top-facility .facility-list-primary .list article {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 1200px) {
  #top-facility .facility-list-primary .list article {
    padding-left: 40px;
  }
}

#top-facility .facility-list-primary .list h3 {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  font-size: 36px;
  color: #333333;
  line-height: 42px;
  font-weight: normal;
  position: relative;
  display: block;
  margin-bottom: 30px;
}

#top-facility .facility-list-primary .list h3:after {
  content: "";
  width: calc(100% + 500px);
  height: 4px;
  background-color: #11a5ab;
  display: block;
  position: absolute;
  bottom: 0;
  right: 680px;
}

@media screen and (max-width: 1100px) {
  #top-facility .facility-list-primary .list h3:after {
    right: 580px;
  }
}

@media screen and (max-width: 1000px) {
  #top-facility .facility-list-primary .list h3:after {
    width: 100%;
    right: inherit;
  }
  #top-facility .facility-list-primary .list h3 br {
    display: none;
  }
}

#top-facility .facility-list-primary .list p {
  padding-right: 795px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  #top-facility .facility-list-primary .list p {
    padding-right: 670px;
  }
}
@media screen and (max-width: 1100px) {
  #top-facility .facility-list-primary .list p {
    padding-right: 580px;
  }
}

@media screen and (max-width: 1000px) {
  #top-facility .facility-list-primary .list p {
    padding-right: 0;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 850px) {
  #top-facility .facility-list-primary .list p {
    padding-bottom: 0;
  }
}

#top-facility .facility-list-primary .list img {
  position: absolute;
  left: 0;
  bottom: -200px;
  display: block;
  z-index: 1;
}

#top-facility .facility-list-primary .list:nth-of-type(3) img {
  bottom: -180px;
}

@media screen and (max-width: 1000px) {
  #top-facility .facility-list-primary .list img {
    float: right !important;
    position: relative !important;
    left: inherit !important;
    bottom: inherit !important;
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 850px) {
  #top-facility .facility-list-primary .list img {
    float: none !important;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px;
  }
}

#top-company {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 110px;
  background-image: url("../image/contents/top/company-mv.jpg");
  background-repeat: no-repeat;
  background-position: center top 184px;
}

@media screen and (max-width: 1100px) {
  #top-company {
    background-position: right -100px top 184px;
  }
}

@media screen and (max-width: 750px) {
  #top-company {
    background-position: right -150px top 184px;
  }
}

#top-company h2 {
  margin-bottom: 440px;
}

#top-company .content {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.14);
  border-radius: 15px;
  padding: 50px;
  padding-bottom: 35px;
  box-sizing: border-box;
}

#top-company .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: calc(100% + 50px);
}

#top-company .content ul li {
  width: calc(50% - 50px);
  margin-right: 50px;
  float: left;
  border-bottom: 1px solid #cccccc;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 100px;
  box-sizing: border-box;
}

@media screen and (max-width: 850px) {
  #top-company .content ul {
    width: 100%;
  }
  #top-company .content ul li {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}

@media screen and (max-width: 750px) {
  #top-company .content ul li {
    padding-left: 165px;
  }
}

#top-company .content ul li span {
  position: absolute;
  top: 0;
  left: 0;
}

#top-history {
  margin-top: -30px;
  margin-bottom: 50px;
}

#top-history h2 {
  background-image: url("../image/contents/top/history-title.png");
  width: 640px;
  height: 125px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  #top-history h2 {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #top-history h2 {
    margin-left: 0;
  }
}

.history-list-primary {
  background-image: url("../image/contents/top/history-line.png");
  background-repeat: no-repeat;
  background-position: center top;
  height: 904px;
}

@media screen and (max-width: 1200px) {
  .history-list-primary {
    background-position: top 0 right 50px;
  }
}
@media screen and (max-width: 1000px) {
  .history-list-primary {
    background-image: none;
    height: inherit;
  }
}

.history-list-primary .list {
  width: 900px;
  height: 172px;
  background-color: #ffffff;
  position: relative;
  border-radius: 10px;
  box-sizing: border-box;
  padding-top: 50px;
}

.history-list-primary .list:nth-child(even) {
  left: 50%;
  margin-left: 60px;
  margin-top: -125px;
}

.history-list-primary .list:nth-child(odd) {
  left: 50%;
  margin-left: -962px;
}

@media screen and (max-width: 1200px) {
  .history-list-primary {
    width: 100%;
    box-sizing: border-box;
    padding-right: 150px;
    padding-left: 40px;
  }
  .history-list-primary .list {
    width: calc(50% - 30px);
    left: inherit !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-right: 30px;
    float: left;
    margin-bottom: 30px;
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 1000px) {
  .history-list-primary {
    padding-left: 0;
    padding-right: 0;
  }
  .history-list-primary .list {
    width: 100% !important;
    margin-right: 0 !important;
    float: none !important;
    height: 120px;
  }
}
@media screen and (max-width: 750px) {
  .history-list-primary .list {
    height: 172px;
  }
}

.history-list-primary .list .inbox {
  max-width: 540px;
  width: 100%;
  position: relative;
}

.history-list-primary .list:nth-child(even) .inbox {
  float: left;
  padding-left: 180px;
}

.history-list-primary .list:nth-child(odd) .inbox {
  float: right;
}

.history-list-primary .list:nth-of-type(2) .inbox {
  margin-top: -22px;
}
.history-list-primary .list:last-of-type .inbox {
  margin-top: -22px;
}

@media screen and (max-width: 1200px) {
  .history-list-primary .list .inbox {
    float: none !important;
    padding-left: 180px;
    margin-top: 0 !important;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1000px) {
  .history-list-primary .list .inbox {
    padding-left: 125px !important;
    padding-right: 30px;
    max-width: inherit;
  }
}
@media screen and (max-width: 750px) {
  .history-list-primary .list .inbox {
    padding-left: 180px !important;
  }
}

.history-list-primary .list:nth-child(even) .inbox img {
  position: absolute;
  top: -54px;
  left: 15px;
}

.history-list-primary .list:nth-child(odd) .inbox img {
  position: absolute;
  top: -34px;
  right: 15px;
}

.history-list-primary .list:nth-of-type(2) .inbox img {
  top: -32px;
}

.history-list-primary .list .date {
  font-size: 18px;
  color: #11a5ab;
  display: block;
}

@media screen and (max-width: 750px) {
  .history-list-primary .list .date {
    font-size: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .history-list-primary .list .inbox img {
    right: inherit !important;
    left: 15px !important;
    top: -4px !important;
  }
}

@media screen and (max-width: 1000px) {
  .history-list-primary .list .inbox img {
    width: 90px;
  }
}
@media screen and (max-width: 750px) {
  .history-list-primary .list .inbox img {
    width: 140px;
  }
}

.history-list-primary .list:nth-child(odd) .inbox.db .date {
  margin-top: -15px;
}
.history-list-primary .list:nth-child(even) .inbox.db .date {
  margin-top: -34px;
}

@media screen and (max-width: 1200px) {
  .history-list-primary .list .inbox.db .date {
    margin-top: 0 !important;
  }
}

.history-list-primary .list p {
  font-size: 24px;
  color: #3f3a39;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .history-list-primary .list p {
    font-size: 18px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .history-list-primary .list p {
    width: 100%;
  }
  .history-list-primary .list p br {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .history-list-primary .list p {
    font-size: 24px;
  }
  .history-list-primary .list p br {
    display: block;
  }
}

#top-recruit {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 80px;
}

#top-recruit .content {
  width: 100%;
  max-width: 1200px;
  min-height: 290px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  padding: 50px;
  border-radius: 10px;
  background-image: url("../image/contents/top/recruit-photo.jpg");
  background-position: top 10px right 10px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
  #top-recruit .content {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1200px) {
  #top-recruit .content {
    background-image: url("../image/contents/top/recruit-photo_resp.jpg");
    background-position: center top 30px;
    padding-top: 325px;
    text-align: center;
  }
}

#top-recruit .content p {
  font-size: 24px;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

#top-recruit .content p span {
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  #top-recruit .content p span {
    font-size: 24px;
  }
}

#top-recruit .content h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  margin-top: -10px;
}

#top-recruit .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 652px;
}

@media screen and (max-width: 1200px) {
  #top-recruit .content ul {
    padding-right: 30px !important;
  }
}

#top-recruit .content ul li .recruit_link {
  text-decoration: none;
  display: block;
  border: 1px solid #11a5ab;
  text-align: center;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  color: #11a5ab;
  font-weight: bold;
  transition: 0.2s;
}

#top-recruit .content ul li a:hover {
  background-color: #11a5ab;
  color: #ffffff;
}

#top-contact {
  padding-top: 60px;
  padding-bottom: 80px;
}

#top-contact .content {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-sizing: border-box;
}

@media screen and (max-width: 1300px) {
  #top-contact .content {
    width: calc(100% - 60px);
  }
}

#top-contact .content .contact-information {
  border-bottom: 1px solid #11a5ab;
  padding-bottom: 40px;
  margin-bottom: 35px;
}

#top-contact .content .contact-information img {
  float: right;
  margin-left: 30px;
}

@media screen and (max-width: 1000px) {
  #top-contact .content .contact-information img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: block;
  }
  #top-contact .content .contact-information {
    text-align: center;
  }
}

#top-contact .content .contact-information p {
  margin: 0;
  padding: 0;
}
#top-contact .content .contact-information p br.sp {
}

#top-contact .content .contact-information .logo {
  font-size: 24px;
  color: #11a5ab;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  width: 320px;
  height: 35px;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  #top-contact .content .contact-information .logo {
    font-size: 32px;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  #top-contact .content .contact-information p br {
    display: block;
  }
}

#top-contact .content h3 {
  color: #5c5c5c;
  font-size: 24px;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  #top-contact .content h3 {
    font-size: 32px;
  }
}

.contact-facility-list-primary {
  width: calc(100% + 30px);
}

.contact-facility-list-primary .list {
  width: calc(33.333% - 30px);
  margin-right: 30px;
  float: left;
  background-position: top right;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 120px;
  padding-left: 30px;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.18);
  font-size: 24px;
  color: #11a5ab;
  font-weight: bold;
  position: relative;
  text-shadow:
    white 2px 0px,
    white -2px 0px,
    white 0px -2px,
    white 0px 2px,
    white 2px 2px,
    white -2px 2px,
    white 2px -2px,
    white -2px -2px,
    white 1px 2px,
    white -1px 2px,
    white 1px -2px,
    white -1px -2px,
    white 2px 1px,
    white -2px 1px,
    white 2px -1px,
    white -2px -1px;
}

@media screen and (max-width: 1000px) {
  .contact-facility-list-primary {
    width: 100%;
  }
  .contact-facility-list-primary .list {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contact-facility-list-primary .list br {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .contact-facility-list-primary .list {
    font-size: 28px;
  }
}

.contact-facility-list-primary .list a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.2s;
}

.contact-facility-list-primary .list a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.contact-facility-list-primary .list:nth-of-type(1) {
  background-image: url("../image/contents/top/project-bana01.png");
}
.contact-facility-list-primary .list:nth-of-type(2) {
  background-image: url("../image/contents/top/project-bana02.png");
}
.contact-facility-list-primary .list:nth-of-type(3) {
  background-image: url("../image/contents/top/project-bana03.png");
}

.pp-box {
  width: 100%;
  max-width: 1000px;
  height: 350px;
  overflow-y: scroll;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 30px;
  box-sizing: border-box;
  border: 3px solid #dddddd;
  background-color: #ffffff;
}

@media screen and (max-width: 750px) {
  .pp-box {
    height: auto;
    overflow-y: auto;
  }
}

.pp-box p {
  margin-top: 0;
  padding-top: 0;
}

/*----------------------------------------------------------------------------
   recruit
------------------------------------------------------------------------------*/

.recruit-table {
  margin-bottom: 50px;
}

.recruit-table h3 {
  font-size: 24px;
  margin: 0;
  padding: 19px;
  padding-right: 24px;
  margin-bottom: 30px;
  background-color: #11a5ab;
  color: #ffffff;
  position: relative;
}

.recruit-table h3 span {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  color: #11a5ab;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.recruit-table h3 .name {
  display: block;
  font-size: 16px;
}

/*----------------------------------------------------------------------------
   pp
------------------------------------------------------------------------------*/

.pp-nav {
  padding-bottom: 50px;
}

.pp-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: calc(100% + 20px);
}

.pp-nav ul li a {
  width: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  display: block;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #cccccc;
  text-decoration: none;
  padding: 15px;
  color: #666666;
  font-weight: bold;
  transition: 0.2s;
}

@media screen and (max-width: 750px) {
  .pp-nav ul li a {
    width: calc(50% - 20px);
  }
}

.pp-nav ul li a:hover {
  color: #11a4ab;
  border: 2px solid #11a4ab;
}

.pp-nav ul li a br {
  display: inline;
}

@media screen and (max-width: 900px) {
  .pp-nav ul li a br {
    display: none;
  }
}

.pp-content {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 8px rgb(0 0 0 / 14%);
  border-radius: 15px;
  padding: 50px;
  padding-bottom: 35px;
  box-sizing: border-box;
}

.pp-content .mini-content {
  margin-bottom: 30px;
}

.pp-content h3 {
  color: #3bb5ba;
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 24px;
  border-bottom: 2px solid #3bb5ba;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.pp-content h4 {
  border: 2px dotted #3bb5ba;
  margin: 0;
  padding: 15px;
  display: inline-block;
  color: #3bb5ba;
}

.pp-content p {
  margin-bottom: 30px;
}

.pp-content ul {
  padding-bottom: 10px;
}

/* ▼ 2026-04-10 追加：使命・経営理念セクション ▼ */

#top-philosophy {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 80px;
}

.philosophy-content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  .philosophy-content {
    width: calc(100% - 60px);
  }
}

/* 使命（メインメッセージ） */
.philosophy-mission {
  text-align: center;
  padding: 50px 30px;
  margin-bottom: 40px;
  background-color: #f0fafa;
  border-radius: 10px;
}

.philosophy-mission-label {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #11a5ab;
  letter-spacing: 0.2em;
  border: 2px solid #11a5ab;
  border-radius: 4px;
  padding: 4px 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .philosophy-mission-label {
    font-size: 22px;
  }
}

.philosophy-mission-text {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .philosophy-mission-text {
    font-size: 30px;
  }
}

/* 社長写真 */
.philosophy-president {
  text-align: center;
  margin-bottom: 50px;
}

.philosophy-president img {
  width: 360px;
  border-radius: 10px;
}

.philosophy-president-name {
  margin: 15px 0 0;
  padding: 0;
  font-size: 16px;
  color: #3f3a39;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .philosophy-president img {
    width: 400px;
  }
  .philosophy-president-name {
    font-size: 24px;
  }
}

/* 3カラムカード */
.philosophy-cards {
  display: flex;
  gap: 25px;
}

.philosophy-card {
  flex: 1;
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid #11a5ab;
  padding: 30px 25px;
  box-sizing: border-box;
}

.philosophy-card-heading {
  background-color: #11a5ab;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 12px 15px;
  border-radius: 6px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.philosophy-card-lead {
  font-size: 14px;
  color: #3f3a39;
  line-height: 1.8;
  margin: 0 0 15px;
  padding: 0;
}

@media screen and (max-width: 1000px) {
  .philosophy-cards {
    flex-direction: column;
  }
}

@media screen and (max-width: 750px) {
  .philosophy-card-heading {
    font-size: 28px;
    padding: 16px 15px;
  }
  .philosophy-card-lead {
    font-size: 24px;
  }
}

/* リスト項目 */
.philosophy-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.philosophy-list li {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  padding: 12px 20px 12px 35px;
  position: relative;
  line-height: 1.6;
  border-bottom: 1px solid #e8e8e8;
}

.philosophy-list li:last-child {
  border-bottom: none;
}

.philosophy-list li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #11a5ab;
  border-radius: 50%;
}

@media screen and (max-width: 750px) {
  .philosophy-list li {
    font-size: 26px;
    padding: 16px 20px 16px 40px;
  }
  .philosophy-list li::before {
    width: 14px;
    height: 14px;
  }
}

/* ▲ 2026-04-10 追加：使命・経営理念セクション ▲ */
