@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: #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;
}

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.6rem;
  text-align: left;
}

@media only screen and (max-width: 480px) {

  p:not(.pagetop),
  th,
  td {
    font-size: 3.5vw !important;
  }
}

@media only screen and (max-width: 375px) {

  p:not(.pagetop),
  th,
  td {
    font-size: 14px !important;
  }
}

address {
  font-style: normal;
  margin: 0;
  font-size: 1.6rem;
  text-align: left;
}


.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;
  }
}

.fstart {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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.mbad50,
.mbad50 {
  margin: 0 auto 50px;
}

@media only screen and (max-width:599px) {

  p.mbad50,
  .mbad50 {
    margin: 0 auto 35px;
  }
}


/*リンク設定
---------------------------------------------------------------------------*/

a {
  display: 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%;
  height: 130px;
  margin: 0 auto;
  background: rgba(255, 255, 255, .5)
}

.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::after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
  clear: both;
}

#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 {
    float: left;
    margin-left: 0;
    width: 50%;
  }

  #open-btn {
    width: 130px;
    height: 53px;
    margin: 0 auto;
    color: #000;
    text-align: center;
  }
  .menu ul li#open-box {
    display: block;
    height: 53px;
    width: 100%;
    font-size: 20px;
    line-height: 53px;
    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: 20px 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%;
  height: 90px;
  position: relative;
  background: rgba(255, 255, 255, .9);
}
.fixed_header {
  height: 80px;
  border-bottom: 1px solid rgb(217, 217, 217);
  z-index: 800;
}


.fixed_header #gnavi ul {
  padding-top: 26px;
}

.fixed_header .green-bar-all {
  margin: -13px auto;
}

@media only screen and (max-width: 599px) {
  .header-lock {
    height: 85px;
    text-align: center;
  }
}

.header-lock_inner {
  position: relative;
  width: 1210px;
  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%;
    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-position: right bottom;
  background-repeat: no-repeat;
  background-color: rgb(248, 248, 248);
  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);
}

#contact #page-des {
  background-image: url(img/page-des__bg3.jpg);
}
#recruit #page-des {
  background-image: url(img/page-des__bg4.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: 210px;
    padding: 0;
  }
}

#page-des h2 {
  margin: 0 auto 50px;
  padding-top: 117px;
  color: #fff;
  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: 21px;
    margin: auto;
  }

  #topic-path {
    display: none;
  }
}


/*トピックパス
---------------------------------------------------------------------------*/

#topic-path {
  margin-right: 60px;
  padding-top: 20px;
}

@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 {
  color: #888;
  background-image: url(img/list_4a.png);
  background-repeat: no-repeat;
}
.page_nav a span {
  color: rgb(112,179,228)
}

/*スライド
---------------------------------------------------------------------------*/

#slideshow_bg {
  margin-top: -90px;
}

#slideshow {
  width: 100%;
  padding-top: 39%;
  min-width: 320px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
}

#slideshow img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}


/*インナー２
---------------------------------------------------------------------------*/

/*各エレメント設定
---------------------------------------------------------------------------*/

.contents-wrap {
  width: 1200px;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 599px) {
  .contents-wrap {
    width: 100%;
  }

  .main-cnt-bg {
    width: 100%;
  }
}

.second-main {
  width: 100%;
  margin: 0 auto;
}

section {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  section {
    width: 95%;
  }
}




h2 {
  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) {
  h2 {
    width: 95%;
    margin: 0 auto 20px;
    padding-top: 4px;
    font-size: 20px;
    background-position: 10px 12px;
  }
}

h2+p {
  margin: 0 auto 70px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  h2+p {
    font-size: 16px;
    margin: 0 auto 20px;
  }
}

h3 {
  position: relative;
  width: 100%;
  margin: 0 auto 15px;
  font-size: 2.65rem;
  font-weight: normal;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

h3+hr {
  width: 80px;
  margin: 0 auto 50px;
  border: none;
  border-top: solid 2px rgb(235,125,49);
}


h4 {
  width: 100%;
  margin: 0 auto 20px;
  padding-left: 30px;
  text-align: left;
  font-size: 2.1rem;
  background: url(img/h4-bg.png) no-repeat left 5px;
  font-family: "游明朝 demibold", "Yu Mincho demibold", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

@media only screen and (max-width: 599px) {
  h4 {
    padding-left: 23px;
    font-size: 18px;
    background-position: left 4px;
  }

  .topics-box {
    margin: 0 auto 30px;
  }
}

/*ヘッダー
---------------------------------------------------------------------------*/

header {
  width: 100%;
  min-width: 1200px;
  position: relative;
  z-index: 800;
}

@media only screen and (max-width: 599px) {
  header {
    height: auto;
  }
}

h1 {
  width: 1200px;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  margin: 0 auto;
  line-height: 40px;
  color: rgb(255, 255, 255);
}

@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 {
  height: 40px;
  background: rgb(112,179,228);
}

@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: 300px;
  margin: 20px 0 0 5px;
  padding: 0;
}

.logo-box a img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}


@media only screen and (max-width: 599px) {
  .logo-box {
    margin: 10px auto 10px;
    float: none;
    padding: 0;
  }
}

.clear-fix {
  position: relative;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media only screen and (max-width: 599px) {
  .clear-fix {
    width: 100%;
    height: auto;
  }

  h1 br {
    display: block;
  }

  h1 span {
    display: none;
  }

  .logo-box {
    padding-left: 25px;
    position: relative;
    z-index: 5;
  }

  .logo-box,
  .logo-box img {
    height: auto;
    padding-left: 0;
  }
}

.small-text {
  font-size: 21px;
}

/*gnavi　ナビ
---------------------------------------------------------------------------*/

#gnavi {
  transform: translate(-16px, 0);
}

#gnavi ul {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  height: 50px;
  padding: 30px 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

@media only screen and (max-width: 599px) {
  #gnavi {
    display: none;
  }
}

#gnavi ul li {
  position: relative;
  height: 32px;
  width: 158px;
  font-size: 16px;
  z-index: 5;
}

#gnavi ul li a {
  display: block;
  padding-top: 4px;
  height: 32px;
  line-height: 38px;
  text-align: center;
  margin-top: -5px;
}

#gnavi ul li.gnavi05 {
  width: 110px;
}

.gnavi04 {
  margin-right: 50px;
}

.gnavi05 {
  position: relative;
  height: 32px;
  background: rgb(1, 10, 84);
  margin-bottom: 10px;
  transition: .3s;
}

.gnavi05 a {
  color: #fff;
}

.gnavi05::after,
.gnavi05::before {
  display: block;
  position: absolute;
  top: 0;
  width: 32px;
  height: 32px;
  content: "style";
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
  background: rgb(1, 10, 84);
  transition: .3s;
  z-index: 5
}

.gnavi05::before {
  left: -16px;
}

#recruit .gnavi05,
#recruit .gnavi05::after,
#recruit .gnavi05::before {
  background: rgb(237, 125, 49);
}

.pseudo-change,
.pseudo-change::after,
.pseudo-change::before {
  background: rgb(237, 125, 49);
}

.gnavi05::after {
  right: -16px;
}

.gnavi05:hover {
  background: rgb(237, 125, 49);
}

.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: 55%;
  height: 2px;
  margin: 14px auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-top: solid 2px rgb(237,125,49);
}


#home .green-bar01 {
  display: block;
}


#business .green-bar02 {
  display: block;
}

#company .green-bar03 {
  display: block;
}

#contact .green-bar04 {
  display: block;
}

/*トップページ
---------------------------------------------------------------------------*/

.slide-under-box {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: -270px auto 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2), rgba(0, 0, 0, .4), rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
  z-index: 500;
  height: 270px;
}

.slide-under {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 599px) {
  .slide-under-box {
    height: auto;
    margin: 0 auto 30px;
    padding-bottom: 15px;
  }

  .slide-under {
    width: 95%;
  }
}

.slide-under-box h2 {
  padding-top: 30px;
  color: #fff;
  font-size: 53px;
  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;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  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 {
    font-size: 16px;
  }
}

.col2-it2.flex-style {
  flex-wrap: wrap;
}

.col2-it2 .child {
  width: 600px;
  margin: 0 0 90px;
}

@media only screen and (max-width: 599px) {
  .col2-it2 .child {
    width: 100%;
  }
}

.col2-it2 .child img {
  max-width: 100%;
}

.col2-it2 .child>p:nth-of-type(2) {
  padding: 20px 5px 10px;
  text-align: center;
  font-size: 2.25rem;
  font-weight: bold;
}

.col2-it2 h3 {
  font-size: 2.1rem;
  font-weight: bold;
}


.lsad {
  letter-spacing: -.3px;
}

.wide-cnt1,
.wide-cnt2 {
  width: 100%;
  height: 380px;
  padding-top: 150px;
  margin: 0 auto 60px;
  background-size: cover;
}

.wide-cnt1 h2,
.wide-cnt1 h2+p,
.wide-cnt2 h2,
.wide-cnt2 h2+p {
  color: #fff;
}

.wide-cnt1 {
  background: url(img/wide-cnt1-bg.jpg) no-repeat center center;
}

.wide-cnt2 {
  background: url(img/wide-cnt2-bg.jpg) no-repeat center center;
}

.wide-cnt1+section>p:nth-of-type(1) {
  text-align: center;
  font-size: 2.65rem;
  font-weight: bold;
}

.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-box {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col2-box .child {
  width: 580px;
}

@media only screen and (max-width: 599px) {
  .col2-box .child {
    width: 100%;
  }
}

.col2-box .child:nth-of-type(even) {
  transform: translate(20px, 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;
}

@media only screen and (max-width: 599px) {
  .inner-box p {
    margin: 0 auto 10px;
  }
}

.col2-box img {
  width: 100%;
}

.business-img-box img {
  max-width: 540px;
}


.col3-i3-type2 {
  margin: 0 auto 30px;
}
.col3-i3-type2:last-of-type {
  margin: 0 auto 40px;
}

.col3-i3-type2 p {
  margin: 0;
}

.col3-t3 {
  width: 100%;
  margin: 0 auto 100px;
}

.col3-t3 tr {
  border-bottom: solid 1px rgb(191, 191, 191);
}

.col3-t3 th,
.col3-t3 td {
  padding: 8px 10px 7px 40px;
}

@media only screen and (max-width: 599px) {

  .col3-t3 th,
  .col3-t3 td {
    padding: 5px;
  }
}

.col3-t3-type1 th {
  font-weight: bold;
}

.col3-t3-type1 th:nth-of-type(1) {
  width: 370px;
}

@media only screen and (max-width: 599px) {
  .col3-t3-type1 th:nth-of-type(1) {
    width: 25%;
  }
}

.col3-t3-type1 th:nth-of-type(2) {
  width: 600px;
}

@media only screen and (max-width: 599px) {
  .col3-t3-type1 th:nth-of-type(2) {
    width: 55%;
  }
}


/* 企業情報
---------------------------------------------------------------------------*/

.pres {
  text-align: right;
}

.pres span {
  font-size: 2.2rem;
}

.col2-t2 {
  width: 570px;
  margin: 30px auto;
  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: 120px;
}


@media only screen and (max-width: 599px) {
  .col2-t2 th {
    width: 100px;
  }
}

.col2-t2 a {
  display: inline;
  text-decoration: underline;
}

h4.text-blue {
  color: rgb(1,10,84);
}

.iframe-box {
  position: relative;
  width: 100%;
  margin: 0 auto 45px;
  max-width: 1180px;
  text-align: right;
  padding: 49.5% 0 0 0;
}

.iframe-box iframe {
  position: absolute;
  top: 0;
  left: 18px;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 599px) {
  .iframe-box iframe {
    left: 0;
  }
}

/* 施工の流れ
---------------------------------------------------------------------------*/

/* お問い合せ
---------------------------------------------------------------------------*/

.mailform {
  width: 860px;
  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%;
}

.number-box {
  width: 560px;
  height: auto;
  margin: 25px auto 33px;
}

.number-style-b {
  width: 100%;
  font-size: 3.7rem;
  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(1, 10, 84);
}

@media only screen and (max-width: 599px) {
  p.number-style-b a {
    font-size: 21px;
    font-weight: bold;
  }
}

.small-text {
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .number-box {
    width: 90%;
  }

}


/* 採用情報
---------------------------------------------------------------------------*/

.phrase {
  font-size: 1.85rem;
  color: rgb(0,32,96);
}

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: 190px;
  text-align: left;
  line-height: 20px;
  background: rgb(1, 10, 84);
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

.footer-under ul li a {
  color: #fff;
}

@media only screen and (max-width: 599px) {

  .footer-under__bg {
    display: none;
  }
}

.footer-under {
  width: 1200px;
  margin: 0 auto;
  padding: 34px 0 0;
  display: -webkit-flex;
  display: flex;
}

.f-moutain-box {
  position: relative;
  font-size: 13px;
  -webkit-transition: .2s;
  transition: .2s;
  padding: 2px 0 0 20px;
  margin-bottom: 10px;
}

.f-moutain-box a {
  color: #fff;
}

.f-moutain-box::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 8px;
  left: 6px;
  text-indent: -9999px;
  overflow: hidden;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  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: 13px;
  margin-bottom: 10px;
  padding: 0 0 0 20px;
  color: #fff;
}

.fnav01,
.fnav02,
.fnav03,
.fnav04,
.fnav05,
.fnav06 {
  padding: 0 0 0 5px;
}

.fnav01 {
  width: 100px;
}

.fnav02 {
  width: 230px;
}

.fnav03 {
  width: 200px;
}

.fnav04 {
  width: 220px;
}

.fnav05 {
  width: 240px;
}

#f-menu {
  display: none;
}

@media only screen and (max-width: 599px) {
  #f-menu {
    display: block;
  }
}

#f-menu::after {
  display: block;
  height: 0;
  visibility: hidden;
  content: '';
  clear: both;
}

#f-menu li:nth-of-type(odd) {
  border-left: solid 1px #000;
}

#f-menu li:nth-of-type(1) {
  border-left: none;
  width: 100%;
}

.footer-info-box {
  padding: 42px 0 31px;
  width: 1200px;
  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;
}

address {
  font-style: normal;
  font-size: 18.5px;
  line-height: 1.4;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media only screen and (max-width: 599px) {
  address {
    padding: 0 10px;
    font-size: 12px;
  }
}

address br {
  display: none;
}

@media only screen and (max-width: 599px) {
  address br {
    display: block;
  }
}
p.f-logo-box {
  margin: 0 auto 30px;
}

/*フッターcopyright */

#copyright {
  width: 100%;
  margin: 0 auto;
  background: rgb(112,179,228);
  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 {
  margin: -100px auto 100px;
  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 {
  color: #000;
  text-decoration: underline;
}

.sitemap ul li a:hover {
  color: #666;
}

/*メインコンテンツ内のpagetop
---------------------------------------------------------------------------*/

/*pagetop
---------------------------------------------------------------------------*/

.pagetop {
  display: none;
  position: fixed;
  bottom: 13px;
  right: 13px;
  z-index: 3;
}

@media only screen and (max-width: 599px) {

  .wrapper,
  header,
  #page-des-in,
  #inner,
  #b01,
  #b02,
  #b03 {
    width: 100% !important;
    min-width: 0;
  }


  .pagetop {
    display: none;
    position: fixed;
    bottom: 1%;
    right: 2%;
  }
}



/* お知らせ/新着情報 */

.topics-box-parent {
  width: 100%;
  margin: 0 auto;
}


.one-topic {
  width: 100%;
  padding: 10px 5px 20px;
  border-top: solid 1px rgb(217, 217, 217);
}
.one-topic a {
  display: inline;
}

.days-icon-box {
  margin: 0 auto 15px;
}

.days-text {
  margin-right: 20px;
  line-height: 30px;
  font-size: 1.45rem;
}

.icon-text {
  height: 30px;
  padding: 5px 10px;
  color: rgb(1, 10, 84);
  font-size: 12px;
  border: solid 1px rgb(204, 0, 0);
}
.icon-text.type2 {
  color: rgb(1, 10, 84);
  border: solid 1px rgb(1, 10, 84);
}
  

.topics-box {
  width: 580px;
}

@media only screen and (max-width: 599px) {
  .topics-box {
    width: 100%;
  }
}

.topics-box a {
  text-decoration: underline;
}

.one-topic-cnt p {
  padding-left: 8px;
  font-size: 1.45rem;
}

.one-topic-cnt p::before {
  content: "▸";
  width: 8px;
  display: inline-block;
  transform: translate(-10px, 0);
}

.scroll-box {
  height: 200px;
  margin: 0 auto 15px;
  overflow-y: auto;
  border-bottom: solid 1px rgb(217, 217, 217);
}

#news .one-topic-cnt {
  margin: 0 auto 25px;
}
#news .one-topic-cnt a {
  display: inline;
  text-decoration: underline;
}