@charset "utf-8";
/*
Theme Name: tlp
Author: Airily
Version: 1.0
*/

* {
  box-sizing: border-box;
  word-wrap: break-word;
}

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

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

@media only screen and (max-width: 599px) {
  body {
    min-width: 0;
  }
}

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

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

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  font-size: 1.6rem;
  border-spacing: 0;
}

table th,
table td {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

th,
td {
  padding: 0;
}

hr {
  width: 100%;
  border-top: 1px solid rgb(191, 191, 191);
  border-bottom: none;
  margin: 0 auto 35px;
  position: relative;
  z-index: 1;
}

p {
  margin: 0;
  font-size: 1.75rem;
  text-align: left;
}

@media only screen and (max-width: 480px) {

  main p:not(.pagetop),
  th,
  td {
    font-size: 3.5vw;
  }
}

@media only screen and (max-width: 375px) {

  main p:not(.pagetop),
  th,
  td {
    font-size: 14px;
  }
}


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

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

@media only screen and (max-width: 599px) {
  .flex-style-smp {
    display: block;
  }
}

.fwrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.fcenter {
  -webkit-justify-content: center;
  justify-content: center;
}

.frevers {
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.falign {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

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

p.mbad20,
.mbad20 {
  margin: 0 auto 20px;
}

@media only screen and (max-width:599px) {

  p.mbad20,
  .mbad20 {
    margin: 0 auto 13px;
  }
}

p.mbad30,
.mbad30 {
  margin: 0 auto 30px;
}

@media only screen and (max-width:599px) {

  p.mbad30,
  .mbad30 {
    margin: 0 auto 20px;
  }
}

p.mbad60,
.mbad60 {
  margin: 0 auto 60px;
}

@media only screen and (max-width:599px) {

  p.mbad60,
  .mbad60 {
    margin: 0 auto 30px;
  }
}

/*リンク設定
---------------------------------------------------------------------------*/

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

a:hover {
  opacity: .6;
}



/*ラッパー
---------------------------------------------------------------------------*/

.wrapper {
  min-width: 1200px;
}

/*
---------------------------------------------------------------------------
header ヘッダー
---------------------------------------------------------------------------*/


#inner {
  text-align: left;
  width: 100%;
  margin: 0 auto;
}


.header-cnt {
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 100;
}

@media only screen and (max-width: 599px) {
  #inner {
    height: auto;
  }

  .header-cnt {
    margin: 0 auto;
    padding: 0;
    width: 95%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.menu {
  display: none;
}

#menu ul li {
  display: none;
}

@media only screen and (max-width: 599px) {
  .menu {
    display: block;
  }

  .menu ul {
    width: 100%;
    padding: 0;
    list-style: none;
    border-top: solid 1px #544D4B;
  }

  .menu li {
    margin-left: 0;
    width: 50%;
  }

  #open-btn {
    width: 130px;
    height: 35px;
    margin: 0 auto;
    color: #000;
    text-align: center;
  }

  .menu ul li#open-box {
    display: block;
    height: 35px;
    width: 100%;
    font-size: 20px;
    line-height: 35px;
    color: white;
    background-color: rgb(240, 240, 240);
    cursor: pointer;
    border-bottom: 1px #544D4B solid;
  }

  #menu li:nth-of-type(2) {
    width: 100%;
  }

  #menu li:nth-of-type(odd) {
    border-right: 1px #544D4B solid;
  }

  #menu li:first-child {
    border-right: none;
  }

  .menu li a {
    display: block;
    padding: 4px 5px;
    background: rgb(240, 240, 240);
    color: #000;
    font-size: 1.4rem;
    text-decoration: none;
    border-bottom: 1px #544D4B solid;
    text-align: center;
  }
}

.header-lock {
  width: 100%;
  position: relative;
  background: rgb(255, 255, 255);
}

@media only screen and (max-width: 599px) {
  .header-lock {
    height: auto;
    text-align: center;
  }
}


.fixed_header {
  height: 80px;
  border-bottom: 1px solid rgb(217, 217, 217);
  z-index: 800;
}



.fixed_header .green-bar-all {
  margin: -13px auto;
}

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

@media only screen and (max-width: 599px) {
  .header-lock_inner {
    width: 100%;
  }
}

@media only screen and (min-width: 600px) {
  #inner .fixed_header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background: rgb(255, 255, 255);
    backface-visibility: hidden;
  }
}

@media only screen and (max-width: 599px) {
  #inner .fixed_header {
    position: static;
  }
}


/* セカンド */


#introduce-box {
  width: 100%;
  margin: 0 auto 70px;
}

#page-des {
  position: relative;
  width: 100%;
  clear: both;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgb(248, 248, 248);
  background-position: center center;
  z-index: 1;
}

@media only screen and (max-width: 599px) {
  #page-des {
    background-size: cover;
  }
}

#business #page-des,
#privacy #page-des,
#sitemaps #page-des {
  background-image: url(img/page-des__bg1.jpg);
}

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

#recruit #page-des {
  background-image: url(img/page-des__bg3.jpg);
}

#contact #page-des {
  background-image: url(img/page-des__bg4.jpg);
}

#pallet #page-des {
  background-image: url(img/pallet_fv.jpg);
}

#brain_checkup #page-des {
  background-image: url(img/brain_fv.jpg);
}

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

@media only screen and (max-width: 599px) {
  #page-des-in {
    width: 100%;
    height: 180px;
    padding: 0;
  }
}

#page-des h2 {
  margin: 0 auto 50px;
  padding-top: 105px;
  text-align: center;
  line-height: 1.4;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

@media only screen and (max-width: 599px) {
  #page-des h2 {
    position: absolute;
    width: 90%;
    height: 45px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    line-height: 45px;
    text-align: center;
    font-size: 22px;
    margin: auto;
  }

  #topic-path {
    display: none;
  }
}

/*トピックパス
---------------------------------------------------------------------------*/

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

@media only screen and (max-width: 599px) {
  #topic-path {
    display: none;
  }
}

#topic-path ul li {
  margin: 0 30px 0 0;
  color: #fff;
  font-size: 17px;
  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: 8px;
  height: 8px;
  top: 12px;
  left: -24px;
  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;
  color: #fff;
}

/*ページ内の目次レイアウト
-------------------------------------------------------*/


@media only screen and (max-width: 599px) {
  .page_nav {
    display: none;
  }
}

.page_nav ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 22px 0 0 0;
}

.page_nav ul::after {
  content: '';
  display: block;
  height: 0;
  visibility: 0;
  clear: both;
}

.page_nav ul li {
  margin: 0 5px 0 10px;
  padding-left: 5px;
  line-height: 150%;
}

.page_nav a {
  float: left;
  color: #fff;
  font-size: 18.5px;
  font-weight: bold;
  text-indent: 12px;
  text-decoration: none;
}

.page_nav a:hover {
  opacity: .6
}

.page_nav a span {
  color: rgb(255, 0, 0);
}

/*スライド
---------------------------------------------------------------------------*/


#slideshow {
  width: 100%;
  min-width: 320px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
}

#slideshow img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 599px) {
  #slideshow_bg {
    display: none;
  }
}


#slideshow_bg-smp,
.first-view-text-box {
  display: none;
}

@media only screen and (max-width: 599px) {

  #slideshow_bg-smp,
  .first-view-text-box {
    display: block;
  }

  #slideshow_bg-smp {
    margin: 0 auto 30px;
  }

  .first-view-text-box {
    margin: 0 auto 30px;
  }
  .first-view-text1 {
    margin: 0 auto 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
}

/*各エレメント設定
---------------------------------------------------------------------------*/

.contents-wrap {
  width: 100%;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 599px) {
  .contents-wrap {
    width: 100%;
  }

}


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

#home section {
  max-width: 1220px;
}

section:nth-last-of-type(1) {
  margin: 0 auto 80px;
}

@media only screen and (max-width: 599px) {
  section {
    width: 95%;
  }
}


h2 {
  position: relative;
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
  color: rgb(0, 32, 96);
  font-size: 42px;
  font-weight: bold;
  font-family: "游明朝 demibold", "Yu Mincho demibold", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

@media only screen and (max-width: 599px) {
  h2 {
    width: 95%;
    margin: 0 auto 20px;
    padding-top: 4px;
    font-size: 20px;
    background-position: 10px 12px;
  }
}

h3 {
  position: relative;
  width: 100%;
  margin: 0 auto 8px;
  font-size: 2.4rem;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

@media only screen and (max-width: 599px) {
  h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
}

h3+hr {
  width: 80px;
  margin: 0 auto 70px;
  border: none;
  border-top: solid 2px rgb(0, 102, 255);
}

@media only screen and (max-width: 599px) {
  h3+hr {
    margin: 0 auto 20px;
  }
}

h4 {
  width: 100%;
  margin: 0 auto 30px;
  padding-left: 30px;
  text-align: left;
  font-size: 1.85rem;
  background: url(img/h4-bg.png) no-repeat left 5px;
}

@media only screen and (max-width: 599px) {
  h4 {
    padding-left: 23px;
    font-size: 18px;
    background-position: left 4px;
  }
}

h5 {
  width: 100%;
  margin: 0 auto 5px;
  padding-left: 30px;
  text-align: left;
  font-size: 1.85rem;
  background: url(img/h5-bg.png) no-repeat left 5px;
}

@media only screen and (max-width: 599px) {
  h5 {
    padding-left: 23px;
    font-size: 18px;
    background-position: left 4px;
  }
}

h5+p {
  margin: 0 auto 25px;
  padding-left: 30px;
}


/*ヘッダー
---------------------------------------------------------------------------*/

header {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 120px;
  z-index: 800;
}

@media only screen and (max-width: 599px) {
  header {
    height: auto;
  }
}

.white-bg {
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .white-bg {
    width: 100%;
  }
}

h1 {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin: 0 auto;
  line-height: 40px;
}

@media only screen and (max-width: 599px) {
  h1 {
    position: static;
    width: 100%;
    height: auto;
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: -.8px;
  }
}

.h1-bg {
  position: relative;
  height: 40px;
  margin: 0 auto;
  background: rgb(0, 0, 102);
  z-index: 10;
}

@media only screen and (max-width: 599px) {
  .h1-bg {
    height: auto;
    padding: 2.5px 0 1px;
  }
}

h1 br {
  display: none;
}

h1 span {
  display: inline;
}

.logo-box {
  width: 237px;
  margin: 0;
  padding: 0;
}

.logo-box a {
  display: inline;
}

.logo-box a img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}


@media only screen and (max-width: 599px) {
  .logo-box {
    width: 80%;
    margin: 10px auto 10px;
    float: none;
    padding: 0;
    transform: translate(0);
  }
}

.clear-fix {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 80px;
  margin: 0 auto;
  z-index: 5;
}


@media only screen and (max-width: 599px) {
  .clear-fix {
    width: 100%;
    height: auto;
  }

  h1 br {
    display: block;
  }

  h1 span {
    display: none;
  }

}

.small-text {
  font-size: 21px;
}

/*gnavi　ナビ
---------------------------------------------------------------------------*/


#gnavi ul {
  margin: 0 auto;
  font-size: 16px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  transform: translate(73px, 0);
}

@media only screen and (max-width: 599px) {
  #gnavi {
    display: none;
  }
}

#gnavi ul li {
  position: relative;
  height: 31px;
  font-size: 17.2px;
  z-index: 5;
}

#gnavi ul li a {
  position: relative;
  display: block;
  padding: 0 56px;
  line-height: 38px;
  text-align: center;
  color: rgb(3, 56, 100);
  z-index: 50;
}



.green-bar-parent {
  position: relative;
  width: 100%;
  margin: -7px 0 0 0;
  z-index: 4;
}


.green-bar {
  display: none;
  text-align: center;
  margin: 0 auto 0;
}

.green-bar__line {
  width: 42%;
  height: 2px;
  margin: 4px auto 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-top: solid 2px rgb(219, 35, 23);
}

#home .green-bar01 {
  display: block;
}

#business .green-bar02 {
  display: block;
}

#company .green-bar03 {
  display: block;
}

#recruit .green-bar04 {
  display: block;
}

#contact .nav-contact-link {
  background: url(img/contact-btn2.png) no-repeat center center;
}

.nav-contact-link {
  background: url(img/contact-btn.png) no-repeat center center;
  transition: .3s;
}

.nav-contact-link a {
  display: block;
  width: 150px;
  height: 80px;
  text-indent: 100%;
  overflow: hideen;
  white-space: nowrap;
}

.nav-contact-link:hover {
  background: url(img/contact-btn2.png) no-repeat center center;
}




/*トップページ
---------------------------------------------------------------------------*/

#slideshow_bg {
  margin: 0 auto 60px;
}


.slide-under-box {
  display: none;
  /* display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; */
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 60px;
  z-index: 500;
}

.slide-under {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 599px) {
  .slide-under-box {
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding-bottom: 15px;
  }

  .slide-under {
    width: 95%;
  }
}


.slide-under-box-inner {
  width: 610px;
}

@media only screen and (max-width: 599px) {
  .slide-under-box-inner {
    width: 100%;
  }
}

.slide-under-box h2,
.slide-under-box p {
  text-align: left;
  color: #fff;
}


.slide-under-box h2 {
  padding-top: 30px;
  font-size: 32px;
  font-weight: bold;
  font-family: "游明朝 demibold", "Yu Mincho demibold", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  margin-bottom: 20px;
}

.slide-under-box p {
  margin: 0 auto;
  font-size: 24px;
  letter-spacing: 0.2px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

@media only screen and (max-width: 599px) {
  .slide-under h2 {
    font-size: 20px;
    line-height: 1.6;
  }

  .slide-under-box p {
    width: 95%;
    font-size: 16px;
  }
}

.index-head {
  position: relative;
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
  color: rgb(1, 10, 84);
  font-size: 42px;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

@media only screen and (max-width: 599px) {
  main p.index-head {
    font-size: 24px;
  }
}

.index-head+p {
  margin: 0 auto 45px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}

.col2-index-box.flex-style {
  flex-wrap: wrap;
  row-gap: 3rem; /* 追加 */
}
@media only screen and (max-width: 599px) {
  .col2-index-box.flex-style {
    row-gap:unset;
  }
}


.col2-index-box .child {
  width: 600px;
  margin: 0;
}

@media only screen and (max-width: 599px) {
  .col2-index-box .child {
    width: 100%;
    margin: 0 auto 40px;
  }
}

.col2-index-box .child img {
  max-width: 100%;
}

.col2-index-box .child p.index-des {
  padding: 0 4px;
  font-size: 1.6rem;
}

.col2-index-box h3 {
  font-size: 2.1rem;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {

  .col2-index-box h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.lndex-link-text {
  width: 100%;
  height: 370px;
  margin: -370px auto 17px;
}

@media only screen and (max-width: 599px) {
  .lndex-link-text {
    position: relative;
  }
}

.lndex-link-text p {
  width: 340px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  border: solid 1px #fff;
  letter-spacing: 5px;
}

@media only screen and (max-width: 599px) {
  .lndex-link-text p {
    width: 60%;
    position: absolute;
    left: 20%;
    bottom: 20%;
    line-height: 3;
  }
}

.type2 .lndex-link-text {
  position: relative;
  height: 50px;
  margin: -50px auto 17px;
}

@media only screen and (max-width: 599px) {
  .col2-index-box.type2 .child {
    margin: 0 auto;
  }
}

.type2 .lndex-link-text p {
  position: relative;
  width: 100%;
  line-height: 50px;
  color: #000;
  font-size: 2.65rem;
  font-weight: bold;
  background: rgba(255, 255, 255, .8);
  border: none;
}

@media only screen and (max-width: 599px) {
  .type2 .lndex-link-text p {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 3;
    font-size: 3.5vw;
  }
}

.lsad {
  letter-spacing: -.3px;
}

.wide-cnt1 {
  width: 100%;
  height: 380px;
  padding-top: 93px;
  margin: 0 auto 60px;
  background-size: cover;
}

.wide-cnt1 .index-head,
.wide-cnt1 .index-head+p {
  color: #fff;
}

.wide-cnt1 {
  background: url(img/wide-cnt1-bg.png) no-repeat center center;
}


.wide-cnt1+section>p:nth-of-type(1) {
  text-align: center;
  font-size: 2.65rem;
  font-weight: bold;
}

.wide-cnt1 p:nth-of-type(2) {
  position: relative;
  width: 230px;
  margin: 0 auto;
  background: #fff;
}

.wide-cnt1 p a {
  display: block;
  position: relative;
  line-height: 50px;
  text-align: center;
  color: rgb(31, 78, 121);
  font-size: 18.5px;
  font-weight: bold;
  z-index: 10;
}

.wide-cnt1 p:nth-of-type(2)::after,
.wide-cnt1 p:nth-of-type(2)::before {
  display: block;
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  content: "style";
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  transition: .3s;
  z-index: 5
}

.wide-cnt1 p:nth-of-type(2)::before {
  left: -25px;
}

.wide-cnt1 p:nth-of-type(2)::after {
  right: -25px;
}


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

.col3-i3 p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.col3-i3 .child img {
  max-width: 100%;
}

.archive-link {
  margin: 0 auto 100px;
  padding-left: 8px;
}

.archive-link::before {
  content: "▸";
  margin-left: 5px;
  display: inline-block;
  transform: translate(-10px, 0);
}

.archive-link a {
  display: inline;
  text-decoration: underline;
}


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

.col2-ti {
  width: 100%;
  margin: 0 auto 120px;
}

.col2-ti td img {
  width: 100%;
  height: auto;
}

.col2-ti td:nth-of-type(1) {
  width: 691px;
  padding-right: 90px;
}

@media only screen and (max-width: 599px) {
  .col2-ti td {
    display: block;
    width: 100%;
  }

  .col2-ti td:nth-of-type(1) {
    width: 100%;
    padding-right: 0;
  }
}

.col3-t3 {
  width: 100%;
  margin: 0 auto;
}

.col3-t3 th,
.col3-t3 td {
  padding: 8px 10px 6px;
  line-height: 1.4;
  font-size: 1.73rem;
  border: solid 1px #fff;
}

.col3-t3 th {
  text-align: center;
  color: #fff;
  background: rgb(16, 49, 110);
}

.col3-t3 th:nth-of-type(1) {
  width: 13%;
}

.col3-t3 th:nth-of-type(2) {
  width: 45%;
}

.col3-t3 td {
  background: rgb(242, 242, 242);
}



/* 企業情報
---------------------------------------------------------------------------*/

.col2-t2 {
  width: 570px;
  margin: 0 auto 60px;
  line-height: 1.4;
  border-bottom: dashed 1px rgb(191, 191, 191);
}

@media only screen and (max-width: 599px) {
  .col2-t2 {
    width: 100%;
  }
}

.col2-t2 tr {
  border-top: dashed 1px rgb(191, 191, 191);
}

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

@media only screen and (max-width: 599px) {

  .col2-t2 th,
  .col2-t2 td {
    padding: 5px;
  }
}

.col2-t2 th {
  width: 130px;
}

.right-box.type2 .col2-t2 th {
  width: 390px;
}

@media only screen and (max-width: 599px) {
  .col2-t2 th {
    width: 100px;
  }

  #business .right-box .col2-t2 th {
    width: 70%;
  }
  .right-box.type2 .col2-t2 th {
    width: 250px;
  }
}

.pres {
  text-align: right;
}

@media only screen and (max-width: 599px) {
  .pres {
    margin-bottom: 20px;
  }

}

.pres span {
  font-size: 2.2rem;
}

@media only screen and (max-width: 599px) {
  .pres span {
    font-size: 16px;
  }
}

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

.iframe-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 599px) {
  .iframe-box iframe {
    left: 0;
  }
}


/* お問い合せ
---------------------------------------------------------------------------*/


.col2-box {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col2-box p {
  font-size: 1.6rem;
}

.col2-box .child {
  width: 600px;
}

.col2-box .child:nth-of-type(1) {
  padding-right: 40px;
}

.col2-box .child:nth-of-type(2) {
  padding-left: 40px;
}

@media only screen and (max-width: 599px) {

  .col2-box .child {
    width: 100%;
  }

  .col2-box .child:nth-of-type(1) {
    padding-right: 0;
  }

  .col2-box .child:nth-of-type(2) {
    padding-left: 0;
  }
}

@media only screen and (max-width: 599px) {
  .col2-box .child:nth-of-type(even) {
    transform: translate(0);
  }
}

.col2-box .inner-box {
  padding: 0 20px 100px;
}

@media only screen and (max-width: 599px) {
  .col2-box .inner-box {
    padding: 0 0 30px;
  }
}


.inner-box img {
  margin: 0 auto 22px;
}

.inner-box p.mbad0 {
  margin-bottom: 0;
}

@media only screen and (max-width: 599px) {
  .inner-box p {
    margin: 0 auto 10px;
  }
}

.col2-box img {
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .col2-box img {
    margin: 0 auto 20px;
  }
}



.number-box {
  width: 100%;
  height: auto;
  margin: 65px auto;
}


#contact p.number-style-b {
  width: 100%;
  font-size: 32px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

.number-style-b a {
  color: rgb(0, 32, 96);
}

@media only screen and (max-width: 599px) {
  p.number-style-b a {
    font-size: 21px;
    color: rgb(0, 32, 96);
  }
}

.small-text {
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .number-box {
    width: 90%;
  }

}

.blue-text {
  color: rgb(0, 32, 96);
}

.mailform {
  width: 100%;
  height: 800px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .mailform {
    width: 100%;
    height: 720px;
  }
}

.mailform iframe {
  width: 100%;
  height: 100%;
}

/* 採用情報
---------------------------------------------------------------------------*/

.col2-box.recruit p {
  font-size: 1.6rem;

}


@media only screen and (max-width: 599px) {

  .col2-box.recruit p:nth-of-type(1),
  .col2-box.recruit p:nth-of-type(2) {
    padding: 0;
  }
}

.col2-box.recruit .inner-box {
  padding-bottom: 0;
}

p.indent-ad-sec {
  padding-left: 43px;
  text-indent: 0;
}

@media only screen and (max-width: 599px) {
  p.indent-ad-sec {
    padding-left: 0;
  }
}




/*フッターナビ
---------------------------------------------------------------------------*/


.footer-under__bg {
  width: 100%;
  height: 280px;
  margin: 0 auto 55px;
  text-align: left;
  line-height: 20px;
  background: rgb(217, 217, 217);
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}


@media only screen and (max-width: 599px) {

  .footer-under__bg {
    display: none;
  }
}

.f-index {
  width: 1220px;
  height: 90px;
  margin: 0 auto;
  padding: 0 10px;
  border-bottom: solid 1px rgb(127, 127, 127);
}

.f-index .child:nth-of-type(1) {
  width: 340px;
  background: url(img/f-icon1.png) no-repeat left center;
}

.f-index .child:nth-of-type(2) {
  width: 310px;
  background: url(img/f-icon2.png) no-repeat left center;
}

.f-index .child:nth-of-type(3) {
  width: 250px;
  background: url(img/f-icon3.png) no-repeat left center;
}

.f-index a {
  display: block;
}

.f-index p {
  padding-left: 65px;
}

.f-index p {
  font-size: 14px;
}

p.reception {
  line-height: 1.67;
  font-size: 16px;
}

p.reception span {
  font-size: 11px;
}

.footer-under {
  width: 1110px;
  margin: 0 auto;
  padding: 34px 0 0;
  display: -webkit-flex;
  display: flex;
}

.f-moutain-box {
  position: relative;
  padding: 2px 0 0 20px;
  font-size: 16px;
  line-height: 1.4;
  -webkit-transition: .2s;
  transition: .2s;
}


.f-moutain-box::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 8px;
  left: 6px;
  text-indent: -9999px;
  overflow: hidden;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  transform: rotate(-45deg);
}

.mountain__pt3 {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -1px;
  left: -5px;
  text-indent: -9999px;
  overflow: hidden;
}

.footer-under ul li {
  font-size: 16px;
  padding: 0 0 0 20px;
  line-height: 1.4;
}

.fnav01,
.fnav02,
.fnav03,
.fnav04,
.fnav05,
.fnav06 {
  padding: 0 0 0 5px;
}

.fnav01 {
  width: 100px;
}

.fnav02 {
  width: 240px;
}

.fnav03 {
  width: 190px;
}

.fnav04 {
  width: 180px;
}

.fnav05 {
  width: 240px;
}



.footer-info {
  width: 840px;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .footer-info {
    width: 95%;
  }
}

.footer-info-box {
  padding: 0 0 30px;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .footer-info-box {
    display: block;
    width: 100%;
  }
}

.footer-info-box p {
  text-align: center;
}

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

.company-address {
  width: 800px;
  margin: 0 auto 54px;
}

@media only screen and (max-width: 599px) {
  .company-address {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.company-address br {
  display: none;
}

@media only screen and (max-width: 599px) {
  .company-address br {
    display: block;
  }
}

.company-address th {
  width: 180px;
}

.company-address td:nth-of-type(1) {
  width: 480px;
}

@media only screen and (max-width: 599px) {

  .company-address th,
  .company-address td,
  .company-address td:nth-of-type(1) {
    display: block;
    width: 100%;
    text-align: center;
  }

  .company-address td:nth-of-type(2) {
    margin-bottom: 15px;
  }
}


#f-menu {
  display: none;
}

@media only screen and (max-width: 599px) {
  #f-menu {
    display: block;
  }
}


@media only screen and (max-width: 599px) {
  #f-menu li {
    width: 50%;
    height: auto;
    border-right: none;
  }
}

@media only screen and (max-width: 599px) {
  #f-menu li:nth-of-type(odd) {
    border-left: solid 1px #000;
  }

  #f-menu li:nth-of-type(1) {
    border-left: none;
    width: 100%;
  }

}

@media only screen and (max-width: 599px) {
  #f-menu li a {
    display: block;
    padding: 20px 5px;
    background: rgb(240, 240, 240);
    color: #000;
    font-size: 1.4rem;
    text-decoration: none;
    border-bottom: 1px #544D4B solid;
    text-align: center;
  }
}

address {
  color: rgb(38, 69, 124);
  font-size: 18.5px;
  font-weight: bold;
  font-style: normal;
}

address br {
  display: none;
}

@media only screen and (max-width: 599px) {
  address br {
    display: block;
  }

  address span {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .footer-info-box {
    padding-top: 25px;
  }
}

.footer-info-box p {
  text-align: center;
}


/*フッターcopyright */

#copyright {
  width: 100%;
  margin: 0 auto;
  background: rgb(0, 0, 102);
  color: rgb(255, 255, 255);
}

#copyright p {
  margin: 0 auto;
  line-height: 50px;
  font-size: 14px;
  letter-spacing: .3px;
}

#copyright p:nth-last-of-type(1) {
  text-align: center;
}

@media only screen and (max-width: 599px) {
  #copyright p {
    line-height: 24px;
  }
}


/*ボックス
---------------------------------------------------------------------------*/

#b01,
#b02,
#b03,
#b04,
#b04,
#b04 {
  margin: -100px auto 0;
  padding-top: 100px;
}



/*「個人情報保護方針」ページの表レイアウト
-------------------------------------------------------*/

ul.privacy {
  width: 95%;
  padding: 10px 0;
  -webkit-transform: translate(25px, 0);
  transform: translate(25px, 0);
}

@media only screen and (max-width: 599px) {
  ul.privacy {
    width: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

ul.privacy li {
  padding-bottom: 20px;
  list-style: decimal outside;
  text-align: left;
}


@media only screen and (max-width: 599px) {

  ul.privacy li {
    list-style: decimal inside;
  }
}

/*【サイトマップ】のレイアウト
-------------------------------------------------------*/


.sitemap ul {
  margin: 0 0 0 0;
}

.sitemap ul li {
  color: #000;
  padding: 0 0 30px 0;
  text-align: center;
}

.sitemap ul li a {
  display: inline;
  color: #000;
  text-decoration: underline;
}

.sitemap ul li a:hover {
  color: #666;
}

/*pagetop
---------------------------------------------------------------------------*/

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

@media only screen and (max-width: 599px) {

  /* all共通 */
  .wrapper,
  header,
  #page-des-in,
  #inner,
  #b01,
  #b02,
  #b03,
  #b04 {
    width: 100% !important;
    min-width: 0;
  }


  .pagetop {
    display: none;
    position: fixed;
    bottom: 1%;
    right: 2%;
  }
}



.topi-parent {
  margin-bottom: 90px;
  overflow: hidden
}

@media only screen and (max-width:599px) {
  .topi-parent {
    margin-bottom: 40px
  }
}

.topi-box {
  width: 100%;
  margin: 0 auto;
  height: 270px;
  background: rgba(255, 255, 255, .8);
  overflow-y: auto;
  border-top: 1px solid rgb(191, 191, 191);
  border-bottom: 1px solid rgb(191, 191, 191)
}

@media only screen and (max-width:599px) {
  .topi-box {
    width: 95%;
    padding: 0 0 0 10px;
    border-top: solid 1px #888
  }
}

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

@media only screen and (max-width:599px) {
  .topi-enclose {
    width: 100%
  }
}

.topi-one {
  display: -webkit-flex;
  display: flex;
  padding: 15px 0;
  text-align: left;
  border-bottom: dashed 1px rgb(217, 217, 217)
}

@media only screen and (max-width:599px) {
  .topi-one {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

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

.icon-box {
  padding: 0 10px
}

.days-box {
  width: 150px;
  padding: 3px 10px 0;
  font-size: 1.7rem
}

@media only screen and (max-width:599px) {
  .days-box {
    padding: 3px 0 0 0
  }
}

.icon-box {
  padding-top: 5px;
}

.topi-head {
  padding-right: 15px;
  font-weight: bold;
}

.topi-cnt {
  width: 720px;
  padding: 0 15px 0 10px;
  line-height: 30px;
  font-size: 1.7rem;
  margin: 0
}

@media only screen and (max-width:599px) {
  .topi-cnt {
    width: 100%;
    padding: 0 15px 0 0;
  }
}


.topi-cnt a {
  display: inline;
  text-decoration: underline;
  color: rgb(31, 78, 121);
}


/* お問い合わせボタン共通 */
/*---------------------------------------------------------------------------*/
.btn-to-contact {
    width: 100%;
    margin: 0 auto 6rem;
}
@media only screen and (max-width:599px) {
  .btn-to-contact {
    width: 95%;
    margin: 0 auto 6rem;
  }
}


.btn-to-contact a {
  background: #eee;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 50%;
  padding: 2% 2%;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 700;
  font-size: 1.75rem;
}

@media only screen and (max-width:599px) {
  .btn-to-contact a {
    max-width: 100%;
    font-size: 1.5rem;
  }
}

.btn-to-contact a:hover {
  background: #313131;
  color: #FFF;
}

.btn-to-contact a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #313131;
  border-right: 3px solid #313131;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.btn-to-contact a:hover:after {
  border-color: #FFF;
}

/* 共通設定　パソコンで見たときは"pc"のclassがついた画像が表示される */
/* ---------------------------------------------------------------------------*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* 共通設定　スマートフォンで見たときは"sp"のclassがついた画像が表示される */
/* ---------------------------------------------------------------------------*/
@media only screen and (max-width: 599px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}


/* 中古パレット販売ページ（2023/04/15追加）
---------------------------------------------------------------------------*/
.pallet-contents .col2-ti p{
  padding-top: 0.5rem;
  padding-bottom:0.5rem;
}
.pallet-contents .col2-ti.col2-ti-image-table {
  margin:  0 auto 60px;
}
.pallet-contents .col2-ti.col2-ti-image-table tbody tr {
  display: flex;
  gap: 3rem;
}
.pallet-contents .col2-ti.col2-ti-image-table tbody tr td {
  width: 50%;
}

.pallet-contents .col2-ti.col2-ti-image-table tbody tr td:nth-of-type(1) {
  padding-right: 0;
}

@media only screen and (max-width: 599px) {
  .pallet-contents .col2-ti,
  .pallet-contents .col2-ti.col2-ti-image-table {
    margin: 0 auto 15px;
  }

  .pallet-contents .col2-ti.col2-ti-image-table tbody tr {
    display: block;
  }

  .pallet-contents .col2-ti.col2-ti-image-table tbody tr td {
    width: 100%;
  }
  .pallet-contents .col2-ti.col2-ti-image-table tbody tr td:nth-of-type(1) {
    margin-bottom:15px;
  }
}

/* スマート脳ドックページ（2023/04/15追加）
---------------------------------------------------------------------------*/
@media only screen and (max-width: 599px) {
  .col2-ti.col2-ti-brain{
    margin: 0 auto 40px;
  }

  .brain-contents .col2-ti{
    margin: 0 auto 60px;
  }
}
