@charset "UTF-8";
* {
  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: #404040;
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 1200px;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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;
}

@media only screen and (max-width: 599px) {
  table th,
  table td {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  p:not(.pagetop) {
    font-size: 3.5vw;
  }
}

@media only screen and (max-width: 375px) {
  p:not(.pagetop) {
    font-size: 14px;
  }
}

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

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

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

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

.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;
}

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

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

.font-yum {
  font-family: "游明朝", "Yu Mincho", "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;
  }
}

.mbad30 {
  margin: 0 auto 30px;
}

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

p.mbad100,
.mbad100 {
  margin: 0 auto 100px;
}

@media only screen and (max-width: 599px) {
  p.mbad100,
  .mbad100 {
    margin: 0 auto 66px;
  }
}

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

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

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

@media only screen and (max-width: 599px) {
  .header-cnt {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
}

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

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

.h1-bg {
  height: 30px;
  background: #00b0f0;
}

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

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

@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 br {
  display: none;
}

h1 span {
  display: inline;
}

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

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

@media only screen and (max-width: 599px) {
  h2 {
    width: 95%;
    font-size: 2.2rem;
    line-height: 1.6;
    margin: 0 auto 10px;
  }
}

h2 + hr {
  width: 80px;
  margin: 0 auto 40px;
  border: none;
  border-top: solid 2px #0070c0;
}

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;
}

@media only screen and (max-width: 599px) {
  h3 {
    background-position: 5px 13px;
    width: 100%;
    margin: 0 auto 10px;
    padding: 4px 0;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    background: none;
  }
}

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

h4 {
  width: 100%;
  margin: 0 auto 25px;
  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;
}

@media only screen and (max-width: 599px) {
  h4 {
    width: 100%;
    transform: translate(0);
    font-size: 17px;
  }
}

#recruit h4 {
  transform: translate(-10px, 0);
}

@media only screen and (max-width: 599px) {
  #recruit h4 {
    transform: translate(0);
  }
}

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

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

.logo-box a {
  text-align: center;
}

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

.logo-image {
  width: 308px;
  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;
}

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

.header-lock {
  width: 100%;
  height: 110px;
  padding: 13px 0 4px;
  position: relative;
  background: #fff;
  z-index: 5;
  transition: .3s;
  background: url(../img/wave.png) no-repeat center bottom;
  background-size: 100%;
}

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

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

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

@media only screen and (min-width: 600px) {
  #inner .fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    background: #fff;
    border-bottom: solid 1px #d9d9d9;
    backface-visibility: hidden;
    z-index: 200;
  }
}

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

#gnavi ul {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}

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

#gnavi ul li:nth-last-of-type(1) {
  border-left: none;
}

#gnavi ul li {
  width: 133px;
  height: 30px;
}

#gnavi ul li a {
  display: block;
  line-height: 50px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

#gnavi ul li a {
  line-height: 30px;
}

#gnavi ul li.gnavi05 {
  width: 130px;
  height: auto;
  margin-left: 10px;
  background: #1255a8;
  transform: translate(0, -5px);
  border: solid 1px #1255a8;
}

#gnavi ul li.gnavi05 a {
  padding: 5px 0;
  color: #fff;
}

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

.gnavi-line {
  display: none;
  text-align: center;
  margin: 0 auto 0;
}

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

#gnavi ul li.gnavi05:hover {
  background: #fff;
  color: #1255a8;
}

#gnavi ul li.gnavi05:hover > a {
  color: #1255a8;
}

#home .gnavi-line01 {
  display: block;
}

#business .gnavi-line02 {
  display: block;
}

#company .gnavi-line03 {
  display: block;
}

#recruit .gnavi-line04 {
  display: block;
}

#contact #gnavi ul li.gnavi05 {
  background: #fff;
}

#contact #gnavi ul li.gnavi05 a {
  color: #1255a8;
}

.menu {
  display: none;
}

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

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

#menu ul li {
  display: none;
}

@media only screen and (max-width: 599px) {
  .menu ul {
    width: 100%;
    padding: 0;
    list-style: none;
    border-top: solid 1px #00b0f0;
  }
  .menu li {
    float: left;
    margin-left: 0;
    width: 50%;
  }
  #open-btn {
    width: 130px;
    margin: 0 auto;
    color: #00b0f0;
    text-align: center;
  }
  .menu ul li#open-box {
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 40px;
    background: #fff;
    cursor: pointer;
    border-bottom: 1px #00b0f0 solid;
  }
  #menu li:nth-of-type(even) {
    border-left: 1px #00b0f0 solid;
  }
  #f-menu li:nth-of-type(odd) {
    border-left: 1px #00b0f0 solid;
  }
  #menu li:nth-of-type(2) {
    width: 100%;
    border-left: none;
  }
  #f-menu li:nth-of-type(1) {
    width: 100%;
    border-left: none;
  }
  #menu li:first-child {
    border-left: none;
  }
  .menu li a {
    display: block;
    padding: 10px 5px;
    font-size: 1.4rem;
    text-decoration: none;
    border-bottom: 1px #00b0f0 solid;
    text-align: center;
    background: #fff;
  }
}

.first-message {
  position: relative;
  width: 100%;
  margin-top: -220px;
  padding: 270px 0 45px;
  z-index: 5;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9), white, white, white, white, white, white, white);
}

@media only screen and (max-width: 599px) {
  .first-message {
    margin-top: 0;
    padding: 15px 0 30px;
  }
}

@media only screen and (max-width: 599px) {
  .first-message section {
    margin: 0;
  }
}

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

@media only screen and (max-width: 599px) {
  .first-message h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.first-message p {
  text-align: left;
  color: #000;
  letter-spacing: -.5px;
}

@media only screen and (max-width: 599px) {
  .first-message p {
    width: 95%;
    margin: 0 auto;
    font-size: 14px;
  }
}

.index-box {
  position: relative;
  margin: 0 auto 40px;
}

.index-box-inner {
  width: 1200px;
  margin: 0 auto 60px;
  padding: 0 0 26px;
}

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

.index-box .child p:nth-last-of-type(1) {
  padding: 17px 0;
  text-align: center;
  font-size: 1.8rem;
}

@media only screen and (max-width: 599px) {
  .index-box .child p:nth-of-type(2) {
    padding-top: 0;
    font-size: 17px;
  }
}

.index-box .child p:nth-last-of-type(1) a {
  display: inline;
  color: #000;
  margin-left: -15px;
}

@media only screen and (max-width: 599px) {
  .index-box .child p {
    width: 100%;
    text-align: center;
  }
}

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

@media only screen and (max-width: 599px) {
  .under-index {
    width: 100%;
    margin: 0;
    transform: translate(0);
  }
}

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

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

@media only screen and (max-width: 599px) {
  .under-index-inner {
    width: 95%;
    max-width: 380px;
  }
}

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

.col2-i2-index .child {
  position: relative;
  background: #000;
}

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

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

.col2-i2-index .child-index {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 400px;
  height: 100px;
  color: #000;
}

@media only screen and (max-width: 599px) {
  .col2-i2-index .child-index {
    width: 90%;
    display: -wekit-flex;
    display: flex;
    -wekit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -wekit-align-items: center;
    align-items: center;
  }
}

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

@media only screen and (max-width: 599px) {
  .col2-i2-index .child-index1 {
    left: 0;
    right: 0;
    margin: auto;
  }
}

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

@media only screen and (max-width: 599px) {
  .col2-i2-index .child-index2 {
    left: 0;
    right: 0;
    margin: auto;
  }
}

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

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

@media only screen and (max-width: 599px) {
  .col2-i2-index .child-index p:nth-of-type(1) {
    font-size: 14px;
  }
}

.link-btn-squre {
  position: relative;
  width: 350px;
  height: 50px;
  margin: 0 auto 20px;
  border: solid 1px #fff;
}

@media only screen and (max-width: 599px) {
  .link-btn-squre {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

.link-btn-squre a {
  color: #000;
  line-height: 50px;
  text-align: center;
  text-indent: 15px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}

.link-btn-squre a::before {
  content: "▸";
  font-size: 24px;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 1px;
  left: 30px;
}

@media only screen and (max-width: 599px) {
  .link-btn-squre a {
    font-size: 17px;
    left: auto;
    line-height: 2;
  }
  .link-btn-squre a::before {
    display: none;
  }
}

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

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

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

#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 #404040;
  border-bottom: solid 1px #404040;
  transform: rotate(-45deg);
}

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

#introduce-box {
  width: 100%;
  max-width: 1920px;
  margin: -90px auto 70px;
  background-color: #f8f8f8;
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 599px) {
  #introduce-box {
    margin: 0 auto 70px;
  }
}

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

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

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

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

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

#page-des h2 {
  margin: 0px auto 50px;
  padding: 80px 10px 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  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: 19px;
    margin: auto;
    background: rgba(255, 255, 255, 0.8);
  }
}

/*ページ内の目次レイアウト
-------------------------------------------------------*/
@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;
  padding: 0 10px;
}

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

.page_nav ul li {
  margin: 0 40px 0 0;
}

.page_nav ul li:nth-last-of-type(1) {
  margin: 0;
}

.page_nav a {
  font-size: 18px;
}

.page_nav a::before {
  content: "▸";
  display: inline-block;
  color: #c00000;
}

.page_nav a:hover {
  color: #888;
  background-image: url(../img/list_4a.png);
  background-repeat: no-repeat;
}

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

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

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

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

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

#home section {
  margin: 0 auto;
}

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

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

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

.mainstyle-flex .child {
  width: 50%;
  margin: 0 auto 70px;
}

.mainstyle-flex .child .inner-child {
  width: 100%;
  max-width: 540px;
  margin-left: 30px;
}

.mainstyle-flex .child:nth-of-type(even) {
  padding-left: 30px;
}

@media only screen and (max-width: 599px) {
  .mainstyle-flex .child {
    width: 100%;
    margin: 0 auto 40px;
  }
  .mainstyle-flex .child .inner-child {
    margin-left: 0;
  }
  .mainstyle-flex .child:nth-of-type(even) {
    padding-left: 0;
  }
}

.business-flex .child p:nth-of-type(1) {
  margin: 0 auto 15px;
}

.business-flex .child p:nth-of-type(2) {
  padding: 0 10px;
}

.business-flex .child:nth-of-type(1) p:nth-of-type(2) {
  letter-spacing: -.5px;
}

.cnt-text {
  margin: 0 auto 40px;
}

.product-list .child {
  width: 380px;
  margin: 0 30px 40px 0;
}

@media only screen and (max-width: 599px) {
  .product-list .child {
    width: 100%;
    margin: 0 auto 30px;
  }
}

.product-list .child:nth-of-type(3n+3) {
  margin-right: 0;
}

@media only screen and (max-width: 599px) {
  .product-list .child:nth-of-type(3n+3) {
    margin: 0 auto 30px;
  }
}

.product-list .child img {
  width: 100%;
  max-width: 380px;
  margin: 0 auto 5px;
}

.product-list .child p {
  font-size: 14.6px;
  line-height: 1.4;
}

@media only screen and (max-width: 599px) {
  .product-list .child p:nth-of-type(1) {
    text-align: center;
  }
}

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

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

.col4-t4 th {
  font-weight: bold;
}

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

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

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

@media only screen and (max-width: 599px) {
  .col4-t4 th,
  .col4-t4 td {
    padding: 5px;
  }
  .col4-t4 th:nth-of-type(1) {
    width: 20%;
  }
  .col4-t4 th:nth-of-type(2) {
    width: 50%;
  }
  .col4-t4 th:nth-of-type(3) {
    width: 15%;
  }
}

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

.col3-t3 tr {
  border-bottom: solid 1px #bfbfbf;
}

.col3-t3 th {
  font-weight: bold;
}

.col3-t3 th,
.col3-t3 td {
  text-align: center;
  padding: 8px 10px 7px;
}

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

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

.col3-t3 td:nth-of-type(2) {
  padding-left: 90px;
  text-align: left;
}

@media only screen and (max-width: 599px) {
  .col3-t3 th,
  .col3-t3 td,
  .col3-t3 td:nth-of-type(2) {
    word-wrap: break-word;
    word-break: break-all;
    padding: 6px 5px;
  }
  .col3-t3 th:nth-of-type(1) {
    width: 20%;
  }
  .col3-t3 th:nth-of-type(2),
  .col3-t3 td:nth-of-type(2) {
    width: 50%;
  }
  .col3-t3 th:nth-of-type(3),
  .col3-t3 td:nth-of-type(3) {
    width: 30%;
  }
}

/* 企業情報
---------------------------------------------------------------------------*/
.pres {
  padding-top: 10px;
  text-align: right;
}

@media only screen and (max-width: 599px) {
  .col2-ti td:nth-of-type(2) p,
  .pres {
    text-align: center;
  }
}

.pres span {
  padding-left: 10px;
}

.philosophy {
  text-align: center;
  font-size: 3.78rem;
}

@media only screen and (max-width: 599px) {
  p.philosophy {
    font-size: 19px;
  }
}

.col2-info .left,
.col2-info .right {
  width: 50%;
  max-width: 570px;
}

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

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

@media only screen and (max-width: 599px) {
  .company-flex .child .inner-child {
    margin-left: 0;
  }
}

.col2-t2 {
  width: 100%;
  margin: 0 auto 100px;
  line-height: 1.4;
  border-bottom: solid 1px #bfbfbf;
}

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

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

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

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

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

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

.access-map {
  padding-top: 70px;
}

.access-map .left,
.access-map .right {
  width: 570px;
}

@media only screen and (max-width: 599px) {
  .access-map {
    padding-top: 0;
  }
  .access-map .left,
  .access-map .right {
    width: 100%;
  }
}

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

@media only screen and (max-width: 599px) {
  .iframe-box {
    margin: 0 auto 60px;
    padding: 50% 0 0 0;
  }
}

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

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

.iframe-box2 {
  padding: 70% 0 0 0;
}

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

/* お問い合せ
---------------------------------------------------------------------------*/
.mailform {
  width: 100%;
  height: 800px;
  margin: 0 auto;
  text-align: center;
}

.mailform p {
  text-align: center;
}

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

.number-box {
  width: 560px;
  height: auto;
  margin: 37px auto;
}

@media only screen and (max-width: 599px) {
  .number-box {
    margin: 30px auto;
  }
}

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

.number-style-b a {
  display: inline;
  color: #00b0f0;
}

@media only screen and (max-width: 599px) {
  p.number-style-b a {
    font-size: 21px;
    font-weight: bold;
  }
}

.number-style-b + p {
  text-align: center;
  color: #00b0f0;
  font-size: 1.4rem;
}

.small-text {
  margin-right: 10px;
  font-size: 24px;
  font-weight: bold;
}

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

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

@media only screen and (max-width: 599px) {
  .number-box {
    width: 90%;
  }
  /* #mailform {
    position: relative;
    width: 95%;
    padding-top: 105%;
    margin: 0 auto 30px;
  } */
}

/* 採用情報
---------------------------------------------------------------------------*/
.recruit-flex .child {
  margin-bottom: 30px;
}

.recruit-flex .child:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}

.recruit-flex p {
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .recruit-flex .child {
    margin-bottom: 0;
  }
  .recruit-flex .child p {
    text-align: center;
  }
  .recruit-flex .child p:last-of-type {
    margin: 0 auto 30px;
  }
}

.col2-i2 {
  margin-top: 30px;
}

.col2-i2 .child {
  width: 48%;
}

.col2-i2 video {
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .col2-i2 {
    margin-top: 0;
  }
  .col2-i2 .child {
    width: 100%;
    margin-bottom: 30px;
  }
}

.recruit-table th,
.recruit-table td {
  padding: 8px 10px 7px 40px;
}

.recruit-table th {
  width: 240px;
}

@media only screen and (max-width: 599px) {
  .recruit-table th,
  .recruit-table td {
    padding: 8px 5px 7px 5px;
  }
  .recruit-table th {
    width: 100px;
  }
}

/*「個人情報保護方針」ページの表レイアウト
-------------------------------------------------------*/
ul.privacy {
  width: 100%;
  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;
}

/* フッター */
footer {
  position: relative;
  padding-top: 40px;
}

#f-contents {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: url(../img/footer-bg.jpg) no-repeat center top;
}

@media only screen and (max-width: 599px) {
  footer {
    padding-top: 0;
  }
  #f-contents {
    background: none;
  }
}

#inner_3 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: center top;
}

footer p {
  text-align: center;
}

footer p br {
  display: none;
}

@media only screen and (max-width: 599px) {
  footer p br {
    display: block;
  }
  footer span {
    display: none;
  }
}

.f-head {
  margin: 0 auto 20px;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .f-head {
    margin-bottom: 10px;
  }
}

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

.f-cnt {
  line-height: 1.2;
}

@media only screen and (max-width: 599px) {
  .f-cnt {
    margin-bottom: 10px;
  }
}

.f-logo {
  text-align: left;
  margin-bottom: 20px;
}

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

.f-logo2 {
  display: none;
}

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

.f-logo a {
  display: inline;
}

footer address {
  margin: 0 auto;
  font-style: normal;
  font-size: 17px;
}

@media only screen and (max-width: 599px) {
  footer address {
    text-align: center;
  }
}

footer address br {
  display: none;
}

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

.out-link-box {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.out-link-box p:nth-of-type(2) {
  padding-top: 10px;
  text-align: left;
}

@media only screen and (max-width: 599px) {
  .out-link-box p:nth-of-type(2) {
    padding: 10px 0;
  }
}

.out-link-box p:nth-of-type(2) a {
  display: inline;
  text-decoration: underline;
}

.out-link {
  width: 211px;
  margin: 0 auto 35px;
}

@media only screen and (max-width: 599px) {
  .out-link {
    margin: 0 auto;
  }
}

.f-upper-box {
  width: 100%;
  padding-top: 50px;
}

@media only screen and (max-width: 599px) {
  .f-upper-box {
    background: none;
  }
}

.f-upper-box ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  height: 40px;
  margin: 0 auto 30px;
  padding: 12px 0 13px;
}

@media only screen and (max-width: 599px) {
  .f-upper-box ul {
    display: none;
  }
}

.f-upper-box ul li {
  height: 15px;
  border-left: solid 1px #000;
}

.f-upper-box ul li:nth-of-type(1) {
  border-left: none;
}

.f-upper-box ul li a {
  margin-top: -4px;
  padding: 0 15px;
  color: #000;
  font-size: 17px;
}

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

@media only screen and (max-width: 599px) {
  .f-under-box__inner {
    width: 95%;
    margin: 0 auto;
  }
}

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

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

.f-address table th,
.f-address table td {
  font-size: 18.6px;
}

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

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

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

@media only screen and (max-width: 599px) {
  .f-address table th,
  .f-address table td,
  .f-address table td:nth-of-type(1),
  .f-address table td:nth-of-type(2) {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .f-address table th {
    font-weight: bold;
  }
}

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

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

@media only screen and (max-width: 599px) {
  #copyright p {
    line-height: 18px;
    border: none;
    padding: 0;
  }
}

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

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

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

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

@media only screen and (max-width: 599px) {
  .topi-box {
    width: 95%;
    padding: 0 5px;
  }
}

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

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

.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 {
  padding: 0 15px;
}

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

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

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

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

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

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

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

@media only screen and (max-width: 599px) {
  .topi-cnt dd {
    font-size: 14px;
    margin: 0;
  }
}

@media only screen and (max-width: 599px) {
  .wrapper,
  header,
  #inner {
    width: 100% !important;
    min-width: 0;
  }
  .pagetop {
    display: none;
    position: fixed;
    bottom: 1%;
    right: 2%;
  }
}
