@charset "UTF-8";
* {
  box-sizing: border-box;
  word-wrap: break-word;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
}

body {
  position: relative;
  color: #000;
  margin: 0;
  padding: 0;
  min-width: 1200px;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  font-size: 1.6rem;
}

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

p {
  margin: 0;
  font-size: 1.7rem;
  text-align: left;
  line-height: 1.6;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0;
  font-size: 1.7rem;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

a {
  display: block;
  color: #000;
  overflow: hidden;
  outline: none;
  text-decoration: none;
  transition: .3s;
}

a:not(.notfade):hover {
  opacity: .6;
}

.content-box-inner {
  max-width: 1180px;
  margin: 0 auto ;
  
}

.flex-style {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-style-smp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fstart {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.font-yum {
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

#inner {
  position: relative;
  text-align: left;
  width: 100%;
  height: 115px;
  margin: 0 auto;
  z-index: 50;
}

.header-cnt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 1px;
}

header {
  width: 100%;
  min-width: 1200px;
  position: relative;
}

.h1-bg {
  margin: auto;
  z-index: 1000;
  background: #222a35;
}

h1 {
  width: 1220px;
  margin: 0 auto;
  color: #fff;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  z-index: 21;
}

h1 br {
  display: none;
}

h1 span {
  display: inline;
}

h2 {
  text-align: center;
  font-size: 2.66rem;
  font-weight: bold;
  margin: 0 auto 60px;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

h2 + hr + p {
  margin: 0 auto 20px;
  text-align: center;
  font-size: 2.13rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

h3 {
  position: relative;
  width: 100%;
  margin: 0 auto 10px;
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

h3 + hr {
  width: 120px;
  margin: 0 auto 50px;
  border: none;
  border-top: solid 2px #00b050;
}

h4 {
  width: 100%;
  margin: 0 auto 15px;
  padding-left: 28px;
  line-height: 1.6;
  text-align: left;
  font-size: 2.1rem;
  font-weight: bold;
  background: url(../img/h4-bg.png) no-repeat left 6px;
}

.logo-box {
  position: relative;
  padding: 0;
}

.logo-box a {
  font-size: 2.92rem;
  font-weight: bold;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  letter-spacing: 10px;
}

.logo-box a span {
  margin-right: 8px;
  font-size: 2.13rem;
  letter-spacing: 0;
}

.logo-image {
  height: auto;
  margin-right: 14px;
}

.clear-fix {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  transition: .6s;
}

.header-lock {
  width: 100%;
  padding: 15px 0;
  position: relative;
  z-index: 5;
  transition: .3s;
}

.header-lock_inner {
  position: relative;
  width: 1220px;
  margin: 0 auto;
}

#inner .fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  background: #fff;
  backface-visibility: hidden;
  border-bottom: solid 1px #d9d9d9;
  z-index: 200;
}

#gnavi ul {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  transform: translate(0, 8px);
}

#gnavi ul li {
  position: relative;
  letter-spacing: 1px;
  z-index: 5;
  transition: .3s;
}

#gnavi ul li:nth-of-type(3) {
  margin-right: 30px;
}

#gnavi ul li a {
  display: block;
  padding: 0 47px;
  text-align: center;
  line-height: 30px;
  font-size: 1.73rem;
  font-weight: bold;
  letter-spacing: -.5px;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

#gnavi ul li a:hover {
  opacity: 1;
}

#gnavi ul li:hover > .gnavi-line {
  display: block;
}

#gnavi ul .tel-box {
  margin-top: -5px;
  border: solid 1px #000;
}

#gnavi ul .tel-box a {
  padding: 4px 20px 2px;
  font-size: 2.39rem;
  letter-spacing: 1px;
}

.gnavi-line {
  display: none;
  position: relative;
  width: 100%;
  text-align: center;
  margin: -7px auto 0;
  z-index: 4;
}

.gnavi-line__line {
  width: 25%;
  height: 2px;
  margin: 10px auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-top: solid 2px #00b050;
}

#home #gnavi ul li:nth-of-type(1) > .gnavi-line {
  display: block;
}

#business #gnavi ul li:nth-of-type(2) .gnavi-line {
  display: block;
}

#company #gnavi ul li:nth-of-type(3) .gnavi-line {
  display: block;
}

#contact #gnavi ul li:nth-of-type(4) .gnavi-line {
  display: block;
}

#recruit #gnavi ul li:nth-of-type(5) {
  border-color: #e33947;
}

#recruit #gnavi ul li:nth-of-type(5) a {
  color: #e33947;
}

.menu {
  display: none;
}

.menu::after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
  clear: both;
}

#menu ul li {
  display: none;
}

.first-message {
  position: relative;
  width: 100%;
  margin: 0 auto 70px;
  padding: 55px 0 44px;
  z-index: 5;
  background: #222a35;
}

.first-message h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 2.66rem;
  font-weight: normal;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

.first-message p {
  text-align: left;
  color: #fff;
  font-size: 2.0rem;
  letter-spacing: -.5px;
}

.first-message p:nth-of-type(1) {
  margin-bottom: 20px;
}

.wide-cnt {
  width: 100%;
  height: 320px;
  padding-top: 115px;
  margin: 0 auto 40px;
  background-size: cover;
  background: url(../img/wide-cnt-bg.jpg) no-repeat center center;
}

.wide-cnt h2,
.wide-cnt h2 + hr,
.wide-cnt h2 + hr + p {
  color: #c00000;
}

.col3-i3 {
  width: 100%;
  margin: 0 auto 55px;
}

.col3-i3 .child {
  width: 391px;
  margin-bottom: 35px;
}

.col3-i3 .child p {
  text-align: center;
  font-size: 2.13rem;
}

.under-index {
  width: 1920px;
  margin: 0 0 0 50%;
  transform: translate(-50%, 0);
}

.under-index section {
  max-width: 1920px;
}

.under-index-inner {
  margin: 0 auto;
}

.col2-i2-index {
  width: 100%;
  margin: 0 auto;
}

.col2-i2-index .child {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #000;
}

.col2-i2-index .child:nth-of-type(1) {
  margin-right: 1px;
}

.col2-i2-index .link-btn-squre {
  width: 350px;
  font-size: 2.39rem;
  border: solid 1px #fff;
  margin: 0 auto 25px;
}

.col2-i2-index .link-btn-squre a {
  display: inline;
  line-height: 50px;
  color: #fff;
}

.col2-i2-index .link-btn-squre::before {
  content: "▸";
  display: inline-block;
  height: 100%;
  margin-right: 10px;
}

.col2-i2-index .child-index {
  position: absolute;
  margin: auto;
  width: 500px;
  color: #fff;
}

.col2-i2-index .child-index1 {
  right: 140px;
}

.col2-i2-index .child-index2 {
  left: 130px;
}

.col2-i2-index .child img {
  opacity: .6;
}

.col2-i2-index .child-index p:nth-of-type(1) {
  text-align: center;
  font-size: 18.6px;

}

/* セカンド */
#b01,
#b02,
#b03,
#b04 {
  margin-top: -100px;
  padding-top: 100px;
}

#topic-path {
  margin-right: 60px;
  padding-top: 20px;
}

#topic-path ul li,
#topic-path ul li a {
  color: #fff;
}

#topic-path ul li {
  margin: 0 30px 0 0;
  font-size: 16px;
  line-height: 35px;
}

#topic-path ul li.link {
  float: left;
  margin: 0 30px 0 0;
}

#topic-path ul li.no_link {
  position: relative;
  padding: 0;
}

#topic-path ul li.no_link::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 14px;
  left: -22px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: rotate(-45deg);
}

#topic-path ul li.link a {
  margin-right: 4px;
}

#introduce-box {
  position: relative;
  width: 100%;
  margin: 0 auto 70px;
  background-color: #f8f8f8;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

#page-des {
  position: relative;
  width: 100%;
  clear: both;
}

#introduce-box {
  background-image: url(../img/page-des__bg1.jpg);
}

#company #introduce-box {
  background-image: url(../img/page-des__bg2.jpg);
}

#introduce-filter {
  background: rgba(0, 0, 0, 0.3);
}

#page-des-in {
  position: relative;
  width: 1200px;
  height: 440px;
  padding: 0;
  margin: 0 auto;
}

#page-des h2 {
  margin: 0px auto 25px;
  padding: 135px 10px 0;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

#page-des h2 + p {
  font-size: 18.6px;
  font-weight: bold;
}

/*ページ内の目次レイアウト
-------------------------------------------------------*/
.page-nav {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px 0;
}

.page-nav p {
  margin: 0 15px;
  color: #fff;
  font-size: 1.86rem;
}

.page-nav p a {
  display: inline;
  color: white;
}

.page-nav p::before {
  content: "▸";
  display: inline-block;
  margin-right: 5px;
  color: white;
  font-size: 1.86rem;
}

/*各エレメント設定
---------------------------------------------------------------------------*/
.contents-wrap {
  width: 1200px;
  margin: 0 auto 40px;
}

.second-main {
  width: 100%;
  margin: 0 auto;
}

section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 140px;
}

section.top-section {
  margin: 0 auto;
}

.contents-wrap section:nth-last-of-type(1) {
  margin: 0 auto 100px;
}

.slides img {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
}

/* 事業内容
---------------------------------------------------------------------------*/
.content-box-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px 0;
}

.col4-t4 {
  width: 100%;
  margin: 0 auto;
}

.col4-t4 tr {
  border-bottom: solid 1px #bfbfbf;
}

.col4-t4 th,
.col4-t4 td {
  padding: 8px 10px 7px 30px;
}

.col4-t4 th {
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: bold;
}

.col4-t4 th:nth-of-type(1) {
  width: 160px;
}

.col4-t4 th:nth-of-type(2) {
  width: 370px;
}

.col4-t4 th:nth-of-type(3) {
  width: 490px;
}

.col2-t2 {
  width: 100%;
  margin: 0 auto 10px;
  line-height: 1.4;
}

.col2-t2 tr:nth-of-type(1) {
  border-top: solid 1px #bfbfbf;
  border-bottom: solid 1px #bfbfbf;
}

.col2-t2 th,
.col2-t2 td {
  padding: 9px 0 6px 20px;
}

.col2-t2 th:nth-of-type(2),
.col2-t2 td:nth-of-type(2) {
  padding: 9px 0 6px;
}

.col2-t2 td {
  padding: 9px 0 6px 20px;
}

.col2-t2 th:nth-of-type(1) {
  width: 460px;
}

.col2-t2 th:nth-of-type(2),
.col2-t2 td:nth-of-type(2) {
  text-align: center;
}

/* 企業情報
---------------------------------------------------------------------------*/
.greeting-box .child:nth-of-type(1) {
  width: 100%;
  max-width: 210px;
  margin: 0 25px 0 0;
  text-align: center;
}

.greeting-box .child {
  width: 100%;
  max-width: calc(100% - 235px);
}

.pres {
  padding-top: 20px;
}

.pres br {
  display: none;
}

.company-flex .child {
  width: 570px;
}

.company-flex .child .inner-child {
  margin-left: 10px;
}

.philosophy {
  padding-left: 20px;
}

.philosophy p {
  font-size: 2.13rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

.col2-t2.col2-t2-type2 {
  margin: 0 auto 50px;
  border-top: solid 1px #bfbfbf;
}

.col2-t2.col2-t2-type2 tr {
  border-bottom: solid 1px #bfbfbf;
}

.col2-t2.col2-t2-type2 th {
  width: 140px;
}

.iframe-box {
  position: relative;
  width: 100%;
  margin: 0 auto 70px;
  padding: 34% 0 0 0;
  text-align: right;
}

.iframe-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 10px);
  height: 100%;
  transform: translate(10px, 0);
}

/* フッター */
footer {
  position: relative;
  padding-top: 35px;
  color: #000;
  background: #f2f2f2;
}

footer ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  padding: 18px 0;
}

footer ul li {
  height: 15px;
  border-left: solid 1px #000;
}

footer ul li:nth-last-of-type(1) {
  border-right: solid 1px #000;
}

footer ul li a {
  margin-top: -4px;
  padding: 0 15px;
  font-size: 17px;
}

footer .f-head {
  margin: 0 auto 20px;
  font-size: 2.66rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

footer .logo-box {
  margin-bottom: 15px;
}

footer .logo-box a {
  display: inline;
}

footer address {
  margin: 0 auto 75px;
  font-size: 1.73rem;
  font-style: normal;
}

#f-contents {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

footer p {
  text-align: center;
}

footer p br {
  display: none;
}

.f-company-name {
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
  -webkit-align-items: center;
  align-items: center;
}

.f-logo {
  width: 100%;
  max-width: 410px;
  text-align: left;
  margin: 0 auto 30px;
}

.f-logo img {
  width: 100%;
}

.f-logo a {
  display: inline;
}

.f-upper-box {
  width: 100%;
}

.f-under-box__inner {
  width: 1200px;
  margin: 0 auto 30px;
}

.f-cnt-box {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

.f-address table {
  width: 100%;
  max-width: 595px;
  margin: 20px auto 0;
}

.f-address table th,
.f-address table td {
  font-size: 1.6rem;
}

.f-address table th {
  width: 80px;
}

.f-address table td:nth-of-type(1) {
  width: 100px;
}

.f-address table + p {
  padding-left: 83px;
  text-align: left;
  font-size: 1.6rem;
}

#copyright {
  width: 100%;
  margin: 0 auto;
  background: #222a35;
}

#copyright p {
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: .3px;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 3;
}

.topi-parent {
  width: 100%;
  margin-bottom: 100px;
  padding-top: 10px;
  overflow: hidden;
}

.topi-box {
  width: 100%;
  margin: 0 auto;
  height: 200px;
  background: rgba(255, 255, 255, 0.5);
  overflow-y: auto;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

.topi-enclose {
  width: 100%;
  margin: 0 auto 70px;
}

.topi-one {
  padding: 15px 20px;
  text-align: left;
  border-bottom: dashed 1px #d9d9d9;
}

.topi-one:nth-last-of-type(1) {
  border-bottom: none;
}

.icon-box {
  width: 100%;
  max-width: 100px;
  margin: 0 15px;
  padding-top: 5px;
}

.days-box {
  width: 125px;
  padding: 3px 0 0 0;
  font-size: 1.6rem;
}

.topi-cnt {
  width: 880px;
  margin: 0;
  line-height: 30px;
  font-size: 1.6rem;
}

.topi-cnt dt {
  font-weight: bold;
}

.topi-cnt dd a {
  display: inline;
  text-decoration: underline;
}
