@charset "UTF-8";
/*基本設定
-------------------------------*/
/*レスポンシブ設定*/
.mq900 {
  display: none;
}
@media screen and (max-width: 900px) {
  .mq900 {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .none900 {
    display: none;
  }
}
.mq480 {
  display: none;
}
@media screen and (max-width: 480px) {
  .mq480 {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .none480 {
    display: none;
  }
}
.mq375 {
  display: none;
}
@media screen and (max-width: 375px) {
  .mq375 {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .none375 {
    display: none;
  }
}
/*書式設定*/
/*900px~書式設定*/
/*640px~書式設定*/
body {
  margin: 0;
  padding: 0;
  border: 0 none;
  font-size: 16px;
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.8em;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 14px;
  }
}

.fontJp_m {
  margin: 0;
  padding: 0;
  border: 0 none;
  font-size: 16px;
  color: #000;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  line-height: 1.8em;
}
@media screen and (max-width: 900px) {
  .fontJp_m {
    font-size: 14px;
  }
}

.fontEn_r {
  margin: 0;
  padding: 0;
  border: 0 none;
  font-size: 16px;
  color: #000;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", "YuGothic", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  line-height: 1.8em;
}
@media screen and (max-width: 900px) {
  .fontEn_r {
    font-size: 14px;
  }
}

.fontSize_l {
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .fontSize_l {
    font-size: 18px;
  }
}

.fontCol_bl {
  color: #036eb8;
}

.fontBold {
  font-weight: 600;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

h1 {
  font-weight: 600;
}

h2 {
  font-size: 34px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  h4 {
    font-size: 14px;
  }
}

ul,
li,
div,
p {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  line-height: 1.8em;
}

.title {
  font-size: 34px;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 900px) {
  .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .title {
    font-size: 24px;
  }
}

.list_nam {
  padding-left: 1.5em;
}
.list_nam li {
  list-style-type: decimal;
  padding-left: 5px;
}

.list_disc li {
  text-indent: -1em;
  padding-left: 1em;
}

.list_par li {
  text-indent: -3em;
  padding-left: 3em;
}

.indent {
  padding-left: 1em;
}

/*a:hover設定*/
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a img {
  border: none;
  vertical-align: top;
  transition: 0.3s ease-in-out;
}
a:hover {
  color: #fff100;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*bg設定*/
/*採用カラー*/
/*会社沿革カラー*/
/*floatの解除*/
.clearfix {
  min-height: 1px; /*IE6、7対策*/
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/ /*MAC IE5.x対策*/
  height: auto;
  overflow: hidden;
  /**/
}

/*コンテンツ設定*/
main {
  margin-top: 100px;
}
@media screen and (max-width: 1080px) {
  main {
    margin-top: 150px;
  }
}
@media screen and (max-width: 640px) {
  main {
    margin-top: 67px;
  }
}

section {
  width: 100%;
  max-width: initial;
  margin: 0 auto;
  padding: 50px 0 0;
}
section.pageContentsWrap {
  padding: 0;
}
@media screen and (max-width: 1080px) {
  section.contents_l, section.contents_m, section.contents_s {
    margin-top: 50px;
  }
}

.contents_l {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .contents_l {
    padding: 0 20px;
    box-sizing: border-box;
  }
}

.contents_m {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .contents_m {
    padding: 0 20px;
    box-sizing: border-box;
  }
}

.contents_s {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .contents_s {
    padding: 0 20px;
    box-sizing: border-box;
  }
}

.margin0 {
  margin: 0 auto;
}

.padding0 {
  padding: 0;
}

/*flex設定　align-itemsは個別記載*/
.flexBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}

.flexBox_v {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
}

.flexContents .flexBox .imgBox {
  width: 45%;
}
@media screen and (max-width: 900px) {
  .flexContents .flexBox .imgBox {
    width: 32%;
  }
}
.flexContents .flexBox .txtBox {
  width: 50%;
  padding-top: 30px;
}
@media screen and (max-width: 1200px) {
  .flexContents .flexBox .txtBox {
    padding: 0 0 0 30px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 900px) {
  .flexContents .flexBox .txtBox {
    width: 65%;
    padding: 0;
  }
}
.flexContents .flexBox .txtBox h2 {
  font-size: 16px;
  font-weight: 400;
  color: #036eb8;
  line-height: 1em;
  border-left: solid 4px #036eb8;
  padding-left: 5px;
}
@media screen and (max-width: 900px) {
  .flexContents .flexBox .txtBox h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.flexContents .flexBox .txtBox p {
  color: #000;
}
@media screen and (max-width: 900px) {
  .flexContents .flexBox .txtBox p {
    padding-bottom: 10px;
  }
}
.flexContents .flexBox .txtBox .lead {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  line-height: 1.5em;
}
@media screen and (max-width: 900px) {
  .flexContents .flexBox .txtBox .lead {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .flexContents .flexBox .txtBox .lead {
    font-size: 22px;
  }
}

/*その他設定*/
a {
  display: block;
}
a.inl {
  display: inline;
}

img {
  line-height: 0;
  vertical-align: top;
  width: 100%;
  height: auto;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.sp {
  display: none;
}

.sp_i {
  display: none;
}

/*ボタン設定*/
.btn {
  width: 220px;
}
@media screen and (max-width: 900px) {
  .btn {
    width: 180px;
  }
}
.btn a {
  margin: 0;
  padding: 0;
  border: 0 none;
  font-size: 16px;
  color: #000;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", "YuGothic", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  line-height: 1.8em;
  background: #036eb8;
  background: linear-gradient(to right, #036eb8 0%, #2ea7e0 51%, #036eb8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#036eb8", endColorstr=" #036eb8", GradientType=1);
  background-size: 200% auto;
  color: #fff;
  line-height: 80px;
  padding-left: 20px;
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 900px) {
  .btn a {
    font-size: 14px;
    line-height: 60px;
  }
}
.btn a:hover {
  background-position: right center;
  color: #fff100;
}

/*100thロゴ*/
.logo100th {
  width: 150px;
  position: absolute;
  bottom: 30px;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .logo100th {
    right: 5%;
  }
}
@media screen and (max-width: 900px) {
  .logo100th {
    width: 15vw;
    right: 5vw;
    bottom: 4vw;
  }
}
@media screen and (max-width: 480px) {
  .logo100th {
    width: 20vw;
  }
}

/*スクロールボタン*/
.scrollBtn {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 46px;
  height: 46px;
  z-index: 2;
  display: inline-block;
  transform: translate(0, -50%);
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .scrollBtn {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 640px) {
  .scrollBtn {
    width: 20px;
    height: 20px;
  }
}
.scrollBtn a {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .scrollBtn a {
    margin-left: -15px;
  }
}
@media screen and (max-width: 640px) {
  .scrollBtn a {
    margin-left: -10px;
  }
}
.scrollBtn a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  .scrollBtn a::after {
    width: 12px;
    height: 12px;
    margin: -10px 0 0 -6px;
  }
}
@media screen and (max-width: 640px) {
  .scrollBtn a::after {
    width: 8px;
    height: 8px;
    margin: -5px 0 0 -4px;
  }
}
.scrollBtn a:hover::after {
  top: 60%;
  transition: 0.3s ease-in-out;
}

/* header
-------------------------------*/
#mainhead {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  min-height: 100px;
  background: #036eb8;
  background: linear-gradient(to right, #036eb8 0%, #2ea7e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#036eb8", endColorstr=" #2ea7e0", GradientType=1);
}
@media screen and (max-width: 1080px) {
  #mainhead {
    min-height: 150px;
  }
}
@media screen and (max-width: 640px) {
  #mainhead {
    min-height: 67px;
  }
}
#mainhead .menuBoxWrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  #mainhead .menuBoxWrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  #mainhead .menuBoxWrap {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  #mainhead .menuBoxWrap {
    min-height: 67px;
    padding: 0;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }
}
#mainhead .menuBoxWrap .logoBox {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 38%;
}
@media screen and (max-width: 1080px) {
  #mainhead .menuBoxWrap .logoBox {
    width: 50%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 640px) {
  #mainhead .menuBoxWrap .logoBox {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #mainhead .menuBoxWrap .logoBox {
    width: 75%;
    margin: 0;
    padding-left: 20px;
    box-sizing: border-box;
  }
}
#mainhead .menuBoxWrap .logoBox .logo01 {
  display: inline-block;
  width: 60%;
}
#mainhead .menuBoxWrap .logoBox .logo02 {
  display: inline-block;
  width: 35%;
}
@media screen and (max-width: 480px) {
  #mainhead .menuBoxWrap .logoBox .logo02 {
    padding-top: 5px;
  }
}
#mainhead .menuBoxWrap .menuBox {
  width: 55%;
}
@media screen and (max-width: 1080px) {
  #mainhead .menuBoxWrap .menuBox {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #mainhead .menuBoxWrap .menuBox {
    display: none;
  }
}
#mainhead .menuBoxWrap .menuBox ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
#mainhead .menuBoxWrap .menuBox ul li {
  color: white;
  line-height: 1em;
}
#mainhead .menuBoxWrap .menuBox ul li#menu-item-10 {
  border: solid 1px #fff;
}
#mainhead .menuBoxWrap .menuBox ul li#menu-item-10 a {
  padding: 10px 15px;
  box-sizing: border-box;
}
#mainhead .menuBoxWrap .menuBox ul li#menu-item-10 a:hover {
  background-color: #fff;
  color: #036eb8;
}

/* footer
-------------------------------*/
#footer {
  background: #000;
  color: white;
  font-size: 14px;
  /*spメニュー*/
}
@media screen and (max-width: 900px) {
  #footer {
    font-size: 12px;
  }
}
#footer .footerBox {
  padding: 40px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  #footer .footerBox {
    flex-direction: column-reverse;
  }
}
#footer .footerBox .footerAdd {
  width: auto;
  padding-right: 60px;
  margin-right: 60px;
  box-sizing: border-box;
  border-right: solid 1px #fff;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
  #footer .footerBox .footerAdd {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    border: none;
  }
}
#footer .footerBox .footerAdd .logo {
  padding-top: 30px;
  max-width: 240px;
}
@media screen and (max-width: 900px) {
  #footer .footerBox .footerAdd .logo {
    max-width: 180px;
  }
}
#footer .footerBox .footerMenu {
  flex-grow: 2;
}
@media screen and (max-width: 900px) {
  #footer .footerBox .footerMenu {
    padding: 0 0 30px;
    margin: 0 auto 30px;
    border-bottom: solid 1px #fff;
    flex-grow: inherit;
    width: 100%;
  }
}
#footer .footerBox .footerMenu .menu {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 240px;
}
@media all and (-ms-high-contrast: none) {
  #footer .footerBox .footerMenu .menu {
    height: 250px;
  }
}
@media screen and (max-width: 900px) {
  #footer .footerBox .footerMenu .menu {
    width: 80%;
    margin: 0 auto;
  }
}
#footer .footerBox .footerMenu .menu li {
  width: 33%;
  font-size: 14px;
  line-height: 1em;
  display: inline-block;
  margin-bottom: 20px;
  /*下層メニュー*/
}
#footer .footerBox .footerMenu .menu li.menu-item-16 {
  margin-bottom: 20px;
}
#footer .footerBox .footerMenu .menu li:last-of-type {
  margin-bottom: 0;
}
#footer .footerBox .footerMenu .menu li a {
  display: inline;
}
#footer .footerBox .footerMenu .menu li .sub-menu {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
}
@media screen and (max-width: 640px) {
  #footer .footerBox .footerMenu .menu li .sub-menu {
    display: none;
  }
}
#footer .footerBox .footerMenu .menu li .sub-menu li {
  width: auto;
  font-size: 12px;
  line-height: 1.2em;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 2px;
  text-indent: calc(-1em + 4px);
  padding-left: 1em;
}
#footer .footerBox .footerMenu .menu li .sub-menu li.menu-item-22, #footer .footerBox .footerMenu .menu li .sub-menu li.menu-item-23 {
  width: 100px;
}
#footer .footerBox .footerMenu .menu li .sub-menu li.menu-item-22 br:first-child, #footer .footerBox .footerMenu .menu li .sub-menu li.menu-item-23 br:first-child {
  display: none;
}
#footer .footerBox .footerMenu .menu li .sub-menu li::before {
  content: "・";
  display: inline-block;
  margin: 0 4px 0 0;
}
#footer .footerBox .footerMenu .menu li .sub-menu li:last-of-type {
  margin-bottom: 0;
}
#footer .copy {
  text-align: center;
  font-size: 12px;
  padding-bottom: 20px;
}
#footer .navi {
  display: none;
}
@media screen and (max-width: 640px) {
  #footer .footerBox .footerMenu {
    position: fixed;
    top: 67px;
    left: -100%;
    display: block;
    width: 100%;
    height: calc(100% - 67px);
    max-height: initial;
    background-color: #000;
    padding: 0;
    transition: 0.4s ease-in-out;
    margin: 0;
    z-index: 9999;
  }
  #footer .footerBox .footerMenu.open {
    left: 0;
    overflow-y: scroll;
  }
  #footer .footerBox .footerMenu .menu {
    padding: 30px 40px;
    height: auto;
  }
  #footer .footerBox .footerMenu .menu li {
    color: white;
    width: 100%;
    font-size: 20px;
    margin-bottom: 30px;
  }
  #footer .footerBox .footerMenu .menu li.menu-item-16 {
    margin-bottom: 30px;
  }
  #footer .footerBox .footerMenu .menu li.menu-item-18 .sub-menu, #footer .footerBox .footerMenu .menu li.menu-item-20 .sub-menu {
    display: block;
  }
  #footer .footerBox .footerMenu .menu li.menu-item-18 .sub-menu li, #footer .footerBox .footerMenu .menu li.menu-item-20 .sub-menu li {
    width: 100%;
    font-size: 18px;
  }
  #footer .footerBox .footerMenu .menu li.menu-item-18 .sub-menu li br, #footer .footerBox .footerMenu .menu li.menu-item-20 .sub-menu li br {
    display: none;
  }
  #footer .navi {
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    display: block;
    line-height: 1em;
    z-index: 9999;
    transition: 0.3s;
  }
  #footer .navi .name {
    vertical-align: middle;
    text-align: center;
    color: white;
    font-size: 10px;
    font-weight: bold;
    line-height: 1em;
    height: 1em;
    margin-top: -10px;
  }
  #footer .navi .menuBtn {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 60px;
    padding: 0;
  }
  #footer .navi .menuBtn .menu-icon {
    display: block;
    position: absolute;
    top: 45%;
    left: 50%;
    width: 40px;
    height: 2px;
    margin: 0 auto;
    transform: translateX(-50%);
    background: #fff;
    transition: 0.2s;
  }
  #footer .navi .menuBtn .menu-icon:before, #footer .navi .menuBtn .menu-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 2px;
    background: #fff;
    transition: 0.3s;
  }
  #footer .navi .menuBtn .menu-icon:before {
    margin-top: -12px;
  }
  #footer .navi .menuBtn .menu-icon:after {
    margin-top: 10px;
  }
  #footer .navi .menuBtn:hover .menu-icon:before {
    margin-top: -14px;
  }
  #footer .navi .menuBtn:hover .menu-icon:after {
    margin-top: 12px;
  }
  #footer .navi.close .name {
    overflow: hidden;
  }
  #footer .navi.close .name:before {
    display: inline-block;
    width: 100%;
    content: "CLOSE";
  }
  #footer .navi.close .menuBtn .menu-icon {
    background-color: #2ea7e0;
  }
  #footer .navi.close .menuBtn .menu-icon:before, #footer .navi.close .menuBtn .menu-icon:after {
    margin-top: 0;
  }
  #footer .navi.close .menuBtn .menu-icon:before {
    transform: rotate(-45deg);
  }
  #footer .navi.close .menuBtn .menu-icon:after {
    transform: rotate(-135deg);
  }
}

/* お問い合わせリンク共通パーツ
-------------------------------*/
#bottomContent {
  background: #dbe7ed;
  padding: 0;
  margin: 50px auto 0;
}
#bottomContent .contactAreaBox {
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 900px) {
  #bottomContent .contactAreaBox {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 640px) {
  #bottomContent .contactAreaBox {
    padding: 50px 30px;
  }
}
#bottomContent .contactAreaBox .title {
  padding-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #bottomContent .contactAreaBox .title {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  #bottomContent .contactAreaBox .title {
    font-size: 7vw;
    line-height: 1.5em;
  }
}
#bottomContent .contactAreaBox p {
  line-height: 1em;
}
#bottomContent .contactAreaBox p.nam {
  margin: 0;
  padding: 0;
  border: 0 none;
  font-size: 50px;
  color: #036eb8;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", "YuGothic", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  line-height: 1.8em;
  line-height: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  #bottomContent .contactAreaBox p.nam {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  #bottomContent .contactAreaBox p.nam {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  #bottomContent .contactAreaBox p.nam {
    font-size: 10vw;
  }
}
#bottomContent .contactAreaBox .border {
  width: 2px;
  background: #9fa0a0;
}
#bottomContent .contactAreaBox .btn {
  width: 360px;
}
@media screen and (max-width: 900px) {
  #bottomContent .contactAreaBox .btn {
    width: 30vw;
  }
}
@media screen and (max-width: 640px) {
  #bottomContent .contactAreaBox .btn {
    width: 40vw;
  }
}
@media screen and (max-width: 480px) {
  #bottomContent .contactAreaBox .btn {
    width: 80%;
  }
}
#bottomContent .contactAreaBox .btn a {
  padding-left: 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #bottomContent .contactArea {
    flex-direction: column;
  }
  #bottomContent .contactArea .border {
    display: none;
  }
  #bottomContent .contactArea .btn {
    margin: 30px auto 0;
  }
}

.margin0 #bottomContent {
  margin: 0 auto;
}

/* index
-------------------------------*/
#ytBox {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  #ytBox {
    height: auto;
  }
}
#ytBox:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#ytBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ytBox .ytOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  #ytBox .ytOverlay {
    display: none;
  }
}
#ytBox .logo100th {
  right: 30px;
}

#topPage .imgBox2 {
  width: calc(50% - 2px);
}
#topPage .imgBox2 a {
  width: 100%;
  height: 100%;
  position: relative;
}
#topPage .imgBox2 a .txtBox2 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  color: white;
  text-align: center;
}
#topPage .imgBox2 a .txtBox2 h2 {
  padding: 20px 80px;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: 500;
  line-height: 1em;
  border: solid 1px #fff;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  #topPage .imgBox2 a .txtBox2 h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  #topPage .imgBox2 a .txtBox2 h2 {
    font-size: 22px;
  }
}
#topPage .imgBox2 a .txtBox2 h2 span {
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  #topPage .imgBox2 a .txtBox2 h2 span {
    font-size: 18px;
  }
}
#topPage .imgBox2 a .txtBox2 p {
  padding-top: 15px;
}
@media screen and (max-width: 640px) {
  #topPage #index02 .flexBox {
    flex-direction: column;
  }
  #topPage #index02 .flexBox .imgBox2 {
    width: 100%;
    margin-bottom: 20px;
  }
  #topPage #index02 .flexBox .imgBox2:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  #topPage #index01 .flexBox {
    flex-direction: column-reverse;
  }
  #topPage #index01 .flexBox .imgBox {
    width: 100%;
  }
  #topPage #index01 .flexBox .txtBox {
    width: 100%;
    margin-bottom: 20px;
  }
  #topPage #index03 .flexBox {
    flex-direction: column;
  }
  #topPage #index03 .flexBox .imgBox {
    width: 100%;
  }
  #topPage #index03 .flexBox .txtBox {
    width: 100%;
    margin-bottom: 20px;
  }
  #topPage .btn {
    margin: 0 auto;
  }
  #topPage .btn a {
    text-align: center;
    padding: 0;
  }
}

/*下層ページ
-------------------------------*/
/*下層ファーストビュー */
.mainTitleBox {
  padding: 0;
}
.mainTitleBox .mainTitle {
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
}
@media screen and (max-width: 1199px) {
  .mainTitleBox .mainTitle {
    height: 40vh;
  }
}
@media screen and (max-width: 640px) {
  .mainTitleBox .mainTitle {
    height: 30vh;
  }
}
.mainTitleBox .mainTitle .titleBox {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #036eb8;
  background: linear-gradient(to right, #036eb8 0%, #2ea7e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#036eb8", endColorstr=" #2ea7e0", GradientType=1);
  padding: 70px 120px 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .mainTitleBox .mainTitle .titleBox {
    padding: 5% 10%;
    left: 5%;
  }
}
@media screen and (max-width: 900px) {
  .mainTitleBox .mainTitle .titleBox {
    padding: 4vw 10vw;
    left: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .mainTitleBox .mainTitle .titleBox {
    padding: 4vw 6vw;
    left: 0;
  }
}
.mainTitleBox .mainTitle .titleBox h1 {
  font-size: 34px;
  font-weight: 600;
  color: white;
  line-height: 1em;
}
@media screen and (max-width: 900px) {
  .mainTitleBox .mainTitle .titleBox h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .mainTitleBox .mainTitle .titleBox h1 {
    font-size: 24px;
  }
}
.mainTitleBox .mainTitle .titleBox p {
  padding: 15px 0 0 5px;
  font-size: 20px;
  color: white;
  line-height: 1em;
}
@media screen and (max-width: 900px) {
  .mainTitleBox .mainTitle .titleBox p {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .mainTitleBox .mainTitle .titleBox p {
    padding: 10px 0 0 5px;
    font-size: 14px;
  }
}

/*サイドメニュー*/
.sideMenu {
  width: 300px;
  box-sizing: border-box;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .sideMenu {
    display: none;
  }
}
.sideMenu ul {
  max-width: 260px;
  margin: 0 auto;
  border-top: solid 2px #595757;
}
.sideMenu ul li {
  line-height: 70px;
  font-size: 20px;
  color: #000;
  text-align: center;
  border-bottom: solid 2px #595757;
}
.sideMenu ul li a:hover {
  color: #036eb8;
}
.sideMenu.fixed {
  position: fixed;
  top: 120px;
  z-index: 100;
  opacity: 100;
  transition: 0.3s ease-in-out;
}
.sideMenu.none {
  opacity: 0;
  z-index: -1;
  transition: 0.3s ease-in-out;
}

.underMenu {
  display: none;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .underMenu {
    display: block;
  }
}
.underMenu.fixed {
  position: fixed;
  top: 99px;
  z-index: 99;
  opacity: 100;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1080px) {
  .underMenu.fixed {
    top: 150px;
  }
}
@media screen and (max-width: 900px) {
  .underMenu.fixed {
    top: 17vw;
  }
}
@media screen and (max-width: 640px) {
  .underMenu.fixed {
    top: 67px;
  }
}
.underMenu.none {
  opacity: 0;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.underMenu .menu__item {
  background-color: #bbd4ef;
  color: #fff;
  cursor: pointer;
  margin-bottom: 1px;
  position: relative;
  width: 100%;
  height: 50px;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .underMenu .menu__item {
    height: 60px;
  }
}
@media screen and (max-width: 640px) {
  .underMenu .menu__item {
    height: 30px;
  }
}
.underMenu .menu__item .menu__item__link {
  display: none;
}
@media screen and (max-width: 1199px) {
  .underMenu .menu__item .menu__item__link {
    display: block;
    width: 100%;
    height: 100%;
  }
  .underMenu .menu__item .menu__item__link::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    position: absolute;
  }
}
@media screen and (max-width: 1199px) and (max-width: 640px) {
  .underMenu .menu__item .menu__item__link::after {
    bottom: 10px;
  }
}
.underMenu .menu__item .subMenuWrap {
  display: none;
  width: 100%;
  background-color: #fff;
  border-bottom: solid 2px #595757;
}
.underMenu .menu__item .subMenuWrap .submenu {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.underMenu .menu__item .subMenuWrap .submenu li {
  width: 32%;
  line-height: 70px;
  font-size: 20px;
  color: #000;
  text-align: center;
  border-bottom: solid 2px #595757;
}
@media screen and (max-width: 900px) {
  .underMenu .menu__item .subMenuWrap .submenu li {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .underMenu .menu__item .subMenuWrap .submenu li {
    width: 49%;
  }
}
.underMenu .menu__item .subMenuWrap .submenu li:last-of-type {
  border: none;
}

/*下層共通*/
.pageContentsWrap .pageContents {
  margin-bottom: 80px;
}
.pageContentsWrap .pageContents:last-child {
  margin-bottom: 0;
}
.pageContentsWrap .pageContents .emp {
  font-size: 24px;
  color: #036eb8;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .pageContentsWrap .pageContents .emp {
    font-size: 20px;
  }
}
.pageContentsWrap .pageContents .fontBold {
  font-weight: 600;
}
.pageContentsWrap .pageContents ul li {
  line-height: 1.8em;
}

.subTitle {
  padding-left: 5px;
  border-left: solid 5px #036eb8;
  margin-bottom: 30px;
}
.subTitle h2 {
  font-size: 34px;
  font-weight: 600;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .subTitle h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .subTitle h2 {
    font-size: 24px;
  }
}
.subTitle p {
  padding: 8px 0 0 5px;
  line-height: 1;
  color: #898989;
}

.subTitle_bl {
  width: 480px;
  text-align: center;
  margin: 0 auto 30px;
  line-height: 1;
  letter-spacing: 0.2em;
  padding: 6px;
  background-color: #0c3388;
  font-size: 24px;
  color: white;
  border-radius: 25px;
}
@media screen and (max-width: 900px) {
  .subTitle_bl {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .subTitle_bl {
    width: 100%;
    box-sizing: border-box;
  }
}

/*表組み*/
.tableBox {
  margin-top: 30px;
  text-align: left;
  /*募集要項　表組み*/
}
.tableBox dl {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0;
  border: 2px solid #595757;
}
@media screen and (max-width: 640px) {
  .tableBox dl {
    flex-direction: column;
  }
}
.tableBox dl dt {
  box-sizing: border-box;
  width: 28%;
  padding: 1em 2em;
  margin: 0px;
  background-color: #bbd4ef;
  border-top: 2px solid #595757;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
.tableBox dl dt:first-of-type {
  border-top: none;
}
@media screen and (max-width: 640px) {
  .tableBox dl dt {
    width: 100%;
    display: block;
  }
  .tableBox dl dt p {
    display: inline-block;
  }
}
.tableBox dl dd {
  box-sizing: border-box;
  width: 72%;
  padding: 1em 2em;
  margin: 0px;
  background-color: #fff;
  border-top: 2px solid #595757;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.tableBox dl dd:first-of-type {
  border-top: none;
}
@media screen and (max-width: 640px) {
  .tableBox dl dd {
    width: 100%;
  }
}
.tableBox.descript dl {
  border: 1px solid #036eb8;
}
.tableBox.descript dl dt {
  font-size: 18px;
  flex-direction: column;
  background-color: #9fd9f6;
  border-top: 1px solid #036eb8;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .tableBox.descript dl dt {
    font-size: 16px;
  }
}
.tableBox.descript dl dt:first-of-type {
  border-top: none;
}
.tableBox.descript dl dd {
  font-size: 18px;
  flex-direction: column;
  border-top: 1px solid #036eb8;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .tableBox.descript dl dd {
    font-size: 16px;
  }
}
.tableBox.descript dl dd:first-of-type {
  border-top: none;
}
.tableBox.descript dl dd.flexRow {
  flex-direction: row;
}
.tableBox.descript dl dd p {
  width: 100%;
  padding: 1em 2em;
  box-sizing: border-box;
  border-top: 1px solid #036eb8;
}
@media screen and (max-width: 480px) {
  .tableBox.descript dl dd p {
    padding: 1em;
  }
}
.tableBox.descript dl dd p:first-of-type {
  border: none;
}

/*会社情報*/
#outline .mainTitleBox {
  background-image: url("../images/outline/outline_main.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#outline .txtBox {
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  #outline .txtBox {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  #outline .pageContentsWrap {
    float: none;
    max-width: 1080px;
  }
  #outline .pageContentsWrap .pageContents#outline01 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  #outline .speach {
    display: block;
  }
  #outline .speach:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
  }
}
#outline .speach .imgBox {
  width: 270px;
}
@media screen and (max-width: 640px) {
  #outline .speach .imgBox {
    width: 30%;
    float: left;
    padding: 0 10px 10px 0;
  }
}
#outline .speach .txtBox {
  width: calc(100% - 270px);
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #outline .speach .txtBox {
    width: 100%;
    padding-left: 0;
  }
}
#outline .speach .txtBox .name {
  text-align: right;
  line-height: 1;
  padding-top: 50px;
}
@media screen and (max-width: 640px) {
  #outline .speach .txtBox .name {
    padding-top: 30px;
  }
}
#outline .speach .txtBox .name img {
  max-width: 340px;
}
@media screen and (max-width: 480px) {
  #outline .speach .txtBox .name img {
    max-width: 240px;
  }
}
#outline #outline02 .emp {
  font-size: 30px;
  padding-bottom: 15px;
}
@media screen and (max-width: 900px) {
  #outline #outline02 .emp {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  #outline #outline02 .emp {
    font-size: 22px;
  }
}
#outline #outline02 .guideBox {
  display: inline-block;
  margin-left: 30px;
  padding: 15px 20px;
  box-sizing: border-box;
  border: solid 1px #036eb8;
}
@media screen and (max-width: 640px) {
  #outline #outline02 .guideBox {
    margin-left: 0;
  }
}
#outline #outline07 .emp {
  font-size: 30px;
  padding-bottom: 15px;
}
@media screen and (max-width: 900px) {
  #outline #outline07 .emp {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  #outline #outline07 .emp {
    font-size: 22px;
  }
}
#outline #outline07 .guideBox {
  display: inline-block;
  margin-left: 30px;
  padding: 15px 20px;
  box-sizing: border-box;
  border: solid 1px #036eb8;
}
@media screen and (max-width: 640px) {
  #outline #outline07 .guideBox {
    margin-left: 0;
  }
}
#outline #outline03 .emp {
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  #outline #outline03 .emp {
    font-size: 18px;
  }
}
#outline .accessBox .map {
  margin-bottom: 30px;
}
#outline .accessBox .txtBox {
  margin-bottom: 30px;
}
#outline .accessBox .txtBox:last-of-type {
  margin-bottom: 0;
}
#outline .accessBox .txtBox h3 {
  font-size: 18px;
  color: #036eb8;
}
@media screen and (max-width: 900px) {
  #outline .accessBox .txtBox h3 {
    font-size: 16px;
  }
}

/*会社沿革*/
#history .mainTitleBox {
  background-image: url("../images/history/history_main.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
}
#history .historyMenuWrap {
  background: #eae4d1;
  padding: 20px 0 10px;
  margin: 30px auto;
}
@media screen and (max-width: 1080px) {
  #history .historyMenuWrap {
    margin: 50px auto 30px;
  }
}
#history .historyMenuWrap .historyMenu ul {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
#history .historyMenuWrap .historyMenu ul li {
  width: 19.2%;
  margin: 0;
  padding: 0;
  border: 0 none;
  font-size: 30px;
  color: #7a6a56;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  line-height: 1.8em;
  text-align: center;
  margin-right: 1%;
  margin-bottom: 10px;
  box-sizing: border-box;
  background: #c9bc9c;
}
@media screen and (max-width: 900px) {
  #history .historyMenuWrap .historyMenu ul li {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  #history .historyMenuWrap .historyMenu ul li {
    font-size: 16px;
  }
}
#history .historyMenuWrap .historyMenu ul li:nth-of-type(5n) {
  margin-right: 0;
}
#history .historyMenuWrap .historyMenu ul li a {
  padding: 6px;
  box-sizing: border-box;
}
#history .historyMenuWrap .historyMenu ul li a:hover {
  color: white;
}
#history .historyMenuWrap .historyMenu ul li.txtLeft {
  text-align: left;
}
#history .historyMenuWrap .historyMenu ul li.txtLeft a {
  padding-left: 25px;
}
#history .historyBoxCover {
  margin: 30px auto 0;
  background: #eae4d1;
  border-bottom: solid 10px #a48b78;
}
#history .historyBoxCover h3 {
  margin: 0;
  padding: 0;
  border: 0 none;
  font-size: 30px;
  color: #7a6a56;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  line-height: 1.8em;
}
@media screen and (max-width: 900px) {
  #history .historyBoxCover h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  #history .historyBoxCover h3 {
    font-size: 22px;
  }
}
#history .historyBoxCover p {
  margin: 0;
  padding: 0;
  border: 0 none;
  font-size: 16px;
  color: #7a6a56;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  line-height: 1.8em;
}
@media screen and (max-width: 900px) {
  #history .historyBoxCover p {
    font-size: 14px;
  }
}
#history .historyBoxCover .historyTitleBoxWrap {
  background: #7a6a56;
}
#history .historyBoxCover .historyTitleBoxWrap .historyTitleBox {
  border-left: solid 1px #a48b78;
  border-right: solid 1px #a48b78;
}
@media screen and (max-width: 480px) {
  #history .historyBoxCover .historyTitleBoxWrap .historyTitleBox {
    flex-wrap: wrap;
  }
}
#history .historyBoxCover .historyTitleBoxWrap .historyTitleBox .historyTitle01 {
  width: 15%;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #history .historyBoxCover .historyTitleBoxWrap .historyTitleBox .historyTitle01 {
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  #history .historyBoxCover .historyTitleBoxWrap .historyTitleBox .historyTitle01 {
    width: 20%;
  }
}
@media screen and (max-width: 480px) {
  #history .historyBoxCover .historyTitleBoxWrap .historyTitleBox .historyTitle01 {
    display: none;
  }
}
#history .historyBoxCover .historyTitleBoxWrap .historyTitleBox .historyTitle02 {
  width: 60%;
  border-right: solid 1px #a48b78;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #history .historyBoxCover .historyTitleBoxWrap .historyTitleBox .historyTitle02 {
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  #history .historyBoxCover .historyTitleBoxWrap .historyTitleBox .historyTitle02 {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  #history .historyBoxCover .historyTitleBoxWrap .historyTitleBox .historyTitle02 {
    width: 100%;
    border-left: solid 1px #a48b78;
  }
}
#history .historyBoxCover .historyTitleBoxWrap .historyTitleBox .historyTitle02 .left {
  width: 110px;
  border-right: solid 1px #a48b78;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #history .historyBoxCover .historyTitleBoxWrap .historyTitleBox .historyTitle02 .left {
    display: none;
  }
}
#history .historyBoxCover .historyTitleBoxWrap .historyTitleBox .historyTitle02 .right {
  width: calc(100% - 110px);
  padding: 5px 0 5px 20px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #history .historyBoxCover .historyTitleBoxWrap .historyTitleBox .historyTitle02 .right {
    padding: 10px 0 5px 20px;
  }
}
@media screen and (max-width: 480px) {
  #history .historyBoxCover .historyTitleBoxWrap .historyTitleBox .historyTitle02 .right {
    width: 100%;
  }
}
#history .historyBoxCover .historyTitleBoxWrap .historyTitleBox .historyTitle02 p {
  color: white;
}
#history .historyBoxCover .historyTitleBoxWrap .historyTitleBox .historyTitle03 {
  text-align: center;
  width: 25%;
  padding: 20px;
  box-sizing: border-box;
  padding: 5px 0;
}
@media screen and (max-width: 640px) {
  #history .historyBoxCover .historyTitleBoxWrap .historyTitleBox .historyTitle03 {
    padding: 10px;
  }
}
#history .historyBoxCover .historyTitleBoxWrap .historyTitleBox .historyTitle03 p {
  color: white;
}
@media screen and (max-width: 480px) {
  #history .historyBoxCover .historyTitleBoxWrap .historyTitleBox .historyTitle03 {
    display: none;
  }
}
#history .historyBoxCover .historyBoxWrap .historyBox {
  border-left: solid 1px #a48b78;
  border-right: solid 1px #a48b78;
}
@media screen and (max-width: 1080px) {
  #history .historyBoxCover .historyBoxWrap .historyBox {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  #history .historyBoxCover .historyBoxWrap .historyBox {
    flex-direction: column;
  }
}
#history .historyBoxCover .historyBoxWrap .historyBox .history01 {
  width: 15%;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #history .historyBoxCover .historyBoxWrap .historyBox .history01 {
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  #history .historyBoxCover .historyBoxWrap .historyBox .history01 {
    width: 20%;
  }
}
#history .historyBoxCover .historyBoxWrap .historyBox .history01 .year01 {
  font-size: 50px;
  font-style: italic;
  line-height: 1;
  padding-bottom: 10px;
}
@media screen and (max-width: 900px) {
  #history .historyBoxCover .historyBoxWrap .historyBox .history01 .year01 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  #history .historyBoxCover .historyBoxWrap .historyBox .history01 .year01 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 480px) {
  #history .historyBoxCover .historyBoxWrap .historyBox .history01 {
    width: 100%;
    border-bottom: solid 1px #c9bc9c;
  }
  #history .historyBoxCover .historyBoxWrap .historyBox .history01 p {
    display: inline-block;
    padding-right: 10px;
  }
}
#history .historyBoxCover .historyBoxWrap .historyBox .history02 {
  width: 60%;
  border-right: solid 1px #a48b78;
  padding: 0 20px;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  #history .historyBoxCover .historyBoxWrap .historyBox .history02 {
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  #history .historyBoxCover .historyBoxWrap .historyBox .history02 {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  #history .historyBoxCover .historyBoxWrap .historyBox .history02 {
    border-right: none;
    padding-top: 20px;
    width: 100%;
  }
}
#history .historyBoxCover .historyBoxWrap .historyBox .history02 .left {
  width: 110px;
  padding: 0 20px 20px 0;
  text-align: right;
  border-right: solid 1px #a48b78;
  box-sizing: border-box;
}
#history .historyBoxCover .historyBoxWrap .historyBox .history02 .left:nth-child(1), #history .historyBoxCover .historyBoxWrap .historyBox .history02 .left:nth-child(2) {
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  #history .historyBoxCover .historyBoxWrap .historyBox .history02 .left:nth-child(1), #history .historyBoxCover .historyBoxWrap .historyBox .history02 .left:nth-child(2) {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  #history .historyBoxCover .historyBoxWrap .historyBox .history02 .left {
    width: 15%;
    border-right: none;
    padding: 0;
    text-align: left;
  }
}
#history .historyBoxCover .historyBoxWrap .historyBox .history02 .right {
  width: calc(100% - 110px);
  padding: 0 0 20px 20px;
  box-sizing: border-box;
}
#history .historyBoxCover .historyBoxWrap .historyBox .history02 .right:nth-child(1), #history .historyBoxCover .historyBoxWrap .historyBox .history02 .right:nth-child(2) {
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  #history .historyBoxCover .historyBoxWrap .historyBox .history02 .right:nth-child(1), #history .historyBoxCover .historyBoxWrap .historyBox .history02 .right:nth-child(2) {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  #history .historyBoxCover .historyBoxWrap .historyBox .history02 .right {
    width: 85%;
    padding: 0 0 20px 10px;
  }
}
#history .historyBoxCover .historyBoxWrap .historyBox .history02 .right .imgBox {
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
#history .historyBoxCover .historyBoxWrap .historyBox .history02 .right .imgBox li {
  margin: 0 10px 10px 0;
}
#history .historyBoxCover .historyBoxWrap .historyBox .history02 .right .imgBox li img {
  width: auto;
  max-width: 300px;
}
#history .historyBoxCover .historyBoxWrap .historyBox .history02 .right .imgBox li p {
  font-size: 10px;
}
#history .historyBoxCover .historyBoxWrap .historyBox .history03 {
  width: 25%;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #history .historyBoxCover .historyBoxWrap .historyBox .history03 {
    padding: 10px;
  }
}
#history .historyBoxCover .historyBoxWrap .historyBox .history03 p {
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  #history .historyBoxCover .historyBoxWrap .historyBox .history03 {
    width: 100%;
    border-top: solid 1px #c9bc9c;
    padding: 10px 10px 20px;
  }
  #history .historyBoxCover .historyBoxWrap .historyBox .history03::before {
    content: "世の中の出来事";
    width: 100%;
    font-size: 12px;
    color: #7a6a56;
    text-align: left;
    padding-bottom: 10px;
  }
}
#history .historyBoxCover .historyBoxWrap:nth-of-type(2n) {
  background-color: #fff;
}

/*製品案内*/
#products .mainTitleBox {
  background-image: url("../images/products/products_main.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#products #Products01 ul,
#products #Products02 ul {
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  #products #Products01 ul,
  #products #Products02 ul {
    flex-direction: column;
  }
}
#products #Products01 ul li,
#products #Products02 ul li {
  width: 48%;
  margin: 0 4% 30px 0;
}
#products #Products01 ul li:nth-of-type(2n),
#products #Products02 ul li:nth-of-type(2n) {
  margin-right: 0;
}
#products #Products01 ul li:nth-last-of-type(2), #products #Products01 ul li:last-of-type,
#products #Products02 ul li:nth-last-of-type(2),
#products #Products02 ul li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  #products #Products01 ul li,
  #products #Products02 ul li {
    width: 100%;
    margin: 0 auto 20px;
  }
  #products #Products01 ul li:nth-last-of-type(2),
  #products #Products02 ul li:nth-last-of-type(2) {
    margin: 0 auto 20px;
  }
}

/*生産体制*/
@media screen and (max-width: 1199px) {
  #production .pageContentsWrap {
    float: none;
    max-width: 1080px;
  }
}
#production .productionMain01 {
  background-image: url("../images/production/production_main01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#production .productionMain02 {
  background-image: url("../images/production/production_main02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (max-width: 900px) {
  #production .eqlistBox {
    overflow-x: scroll;
    position: relative;
    padding-bottom: 25px;
    z-index: 1;
  }
  #production .eqlistBox::after {
    content: "右にスクロール　＞";
    display: inline-block;
    position: absolute;
    left: 10px;
    bottom: 0;
    font-size: 14px;
    text-align: left;
  }
}
#production .eqlistBox table,
#production .eqlistBox td,
#production .eqlistBox th {
  border: 2px solid #fff;
  border-collapse: collapse;
  color: black;
}
#production .eqlistBox td,
#production .eqlistBox th {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.2em;
}
#production .eqlistBox td.center,
#production .eqlistBox th.center {
  text-align: center;
}
#production .eqlistBox td.left,
#production .eqlistBox th.left {
  text-align: left;
}
#production .eqlistBox td.width60,
#production .eqlistBox th.width60 {
  width: 60px;
}
#production .eqlistBox td.width80,
#production .eqlistBox th.width80 {
  width: 80px;
}
#production .eqlistBox td.width100,
#production .eqlistBox th.width100 {
  width: 100px;
}
#production .eqlistBox td.width150,
#production .eqlistBox th.width150 {
  width: 150px;
}
#production .eqlistBox td.width280,
#production .eqlistBox th.width280 {
  width: 280px;
}
#production .eqlistBox td.height30,
#production .eqlistBox th.height30 {
  height: 30px;
}
#production .eqlistBox td.borderT1,
#production .eqlistBox th.borderT1 {
  border-top: 1px solid #fff;
}
#production .eqlistBox td.borderB1,
#production .eqlistBox th.borderB1 {
  border-bottom: 1px solid #fff;
}
#production .eqlistBox table {
  width: 100%;
  min-width: 900px;
  table-layout: fixed;
  border-collapse: collapse;
  border: none;
}
#production .eqlistBox th {
  font-weight: 400;
  background: #596a85;
  color: white;
}
#production .eqlistBox th span {
  font-size: 10px;
}
#production .eqlistBox .bg01 {
  background: #d9ecf1;
}
#production .eqlistBox .bg02 {
  background: #c3d6ed;
}
#production .youtubeBox {
  margin-top: 30px;
}
#production .youtubeBox h3 {
  font-size: 16px;
  color: #036eb8;
  padding-bottom: 4px;
}
@media screen and (max-width: 900px) {
  #production .youtubeBox h3 {
    font-size: 14px;
  }
}
#production .youtubeBox .flexBox {
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  #production .youtubeBox .flexBox {
    flex-direction: column;
  }
}
#production .youtubeBox .flexBox:last-of-type {
  margin-bottom: 0;
}
#production .youtubeBox .flexBox .img,
#production .youtubeBox .flexBox .youtube {
  width: 440px;
  height: 289px;
}
@media screen and (max-width: 900px) {
  #production .youtubeBox .flexBox .img,
  #production .youtubeBox .flexBox .youtube {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #production .youtubeBox .flexBox .img,
  #production .youtubeBox .flexBox .youtube {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #production .youtubeBox .flexBox .youtube {
    height: 50vw;
  }
}
#production .youtubeBox .flexBox iframe {
  width: 100%;
  height: 100%;
}
#production .FRBoxWrap {
  margin-top: 80px;
}
#production .FRBoxWrap .FRBox {
  margin-top: 50px;
}
#production .FRBoxWrap .FRBox h4 {
  font-size: 24px;
  color: white;
  background: #036eb8;
  line-height: 1;
  padding: 10px 0 10px 10px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  #production .FRBoxWrap .FRBox h4 {
    font-size: 20px;
  }
}
#production .FRBoxWrap .FRBox h5 {
  font-size: 20px;
  color: white;
  background: #9fa0a0;
  width: 100%;
  margin: 0 auto 30px;
  line-height: 1;
  padding: 8px 14px;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  #production .FRBoxWrap .FRBox h5 {
    font-size: 18px;
  }
}
#production .FRBoxWrap .FRBox:last-of-type h5 {
  background: #63899c;
}
#production #production04 .flexBox,
#production #production05 .flexBox,
#production #production06 .flexBox {
  margin-top: 30px;
}
#production #production04 .flexBox.firstBox li,
#production #production05 .flexBox.firstBox li,
#production #production06 .flexBox.firstBox li {
  height: 300px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  #production #production04 .flexBox.firstBox li,
  #production #production05 .flexBox.firstBox li,
  #production #production06 .flexBox.firstBox li {
    height: 25vw;
  }
}
#production #production04 .flexBox.firstBox li:last-child,
#production #production05 .flexBox.firstBox li:last-child,
#production #production06 .flexBox.firstBox li:last-child {
  padding: 0;
}
#production #production04 .flexBox.firstBox li img,
#production #production05 .flexBox.firstBox li img,
#production #production06 .flexBox.firstBox li img {
  height: 100%;
  max-height: 270px;
  width: auto;
}
@media screen and (max-width: 900px) {
  #production #production04 .flexBox.firstBox li img,
  #production #production05 .flexBox.firstBox li img,
  #production #production06 .flexBox.firstBox li img {
    max-height: 90%;
  }
}
#production #production04 .flexBox:last-of-type,
#production #production05 .flexBox:last-of-type,
#production #production06 .flexBox:last-of-type {
  flex-wrap: wrap;
  justify-content: flex-start;
}
#production #production04 .flexBox:last-of-type li,
#production #production05 .flexBox:last-of-type li,
#production #production06 .flexBox:last-of-type li {
  width: 48%;
  margin: 0 4% 30px 0;
}
@media screen and (max-width: 480px) {
  #production #production04 .flexBox:last-of-type li,
  #production #production05 .flexBox:last-of-type li,
  #production #production06 .flexBox:last-of-type li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
#production #production04 .flexBox:last-of-type li:nth-of-type(2n),
#production #production05 .flexBox:last-of-type li:nth-of-type(2n),
#production #production06 .flexBox:last-of-type li:nth-of-type(2n) {
  margin-right: 0;
}
#production #production04 .flexBox:last-of-type li:nth-last-of-type(2), #production #production04 .flexBox:last-of-type li:last-of-type,
#production #production05 .flexBox:last-of-type li:nth-last-of-type(2),
#production #production05 .flexBox:last-of-type li:last-of-type,
#production #production06 .flexBox:last-of-type li:nth-last-of-type(2),
#production #production06 .flexBox:last-of-type li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  #production #production04 .flexBox li,
  #production #production05 .flexBox li,
  #production #production06 .flexBox li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #production #production04 .flexBox li:nth-last-of-type(2),
  #production #production05 .flexBox li:nth-last-of-type(2),
  #production #production06 .flexBox li:nth-last-of-type(2) {
    margin: 0 0 0 0;
  }
  #production #production04 .flexBox li:nth-of-type(2n),
  #production #production05 .flexBox li:nth-of-type(2n),
  #production #production06 .flexBox li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  #production #production04 .flexBox.firstBox {
    flex-wrap: wrap;
  }
  #production #production04 .flexBox.firstBox li {
    width: 50%;
    height: 40vw;
    margin-bottom: 20px;
    padding: 0;
  }
  #production #production04 .flexBox.firstBox li:nth-of-type(even) {
    padding-right: 0;
  }
  #production #production04 .flexBox.firstBox li:last-of-type {
    margin: 0;
    width: 100%;
  }
  #production #production04 .flexBox:last-of-type li:nth-last-of-type(2) {
    margin: 0 0% 20px 0;
  }
}
#production .underMenu .menu__item .subMenuWrap .submenu li:nth-of-type(4), #production .underMenu .menu__item .subMenuWrap .submenu li:nth-of-type(5) {
  border-bottom: none;
}
@media screen and (max-width: 480px) {
  #production .underMenu .menu__item .subMenuWrap .submenu li:nth-of-type(4) {
    border-bottom: solid 2px #595757;
  }
}

/*当社の強み*/
#strengths .mainTitleBox {
  background-image: url("../images/strengths/strengths_main.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}
#strengths .scrollMenu {
  margin-top: 30px;
  padding: 0;
  background: #036eb8;
  background: linear-gradient(to right, #036eb8 0%, #2ea7e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#036eb8", endColorstr=" #2ea7e0", GradientType=1);
}
@media screen and (max-width: 640px) {
  #strengths .scrollMenu ul {
    flex-wrap: wrap;
  }
}
#strengths .scrollMenu ul li {
  width: 10%;
  text-align: center;
  font-style: italic;
  box-sizing: border-box;
  padding: 5px;
  line-height: 1;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 0 none;
  font-size: 20px;
  color: white;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", "YuGothic", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  line-height: 1.8em;
}
@media screen and (max-width: 900px) {
  #strengths .scrollMenu ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  #strengths .scrollMenu ul li {
    width: 14.2857142857%;
  }
  #strengths .scrollMenu ul li:nth-of-type(2) a {
    border: none;
  }
}
#strengths .scrollMenu ul li:first-of-type {
  width: 30%;
  background: #036eb8;
  background: linear-gradient(to right, #036eb8 0%, #2ea7e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#036eb8", endColorstr=" #2ea7e0", GradientType=1);
  color: #fff100;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  #strengths .scrollMenu ul li:first-of-type {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}
#strengths .scrollMenu ul li a {
  border-left: 1px solid #fff;
  box-sizing: border-box;
}
#strengths .flexContents .flexBox {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  #strengths .flexContents .flexBox {
    flex-direction: column;
  }
}
#strengths .flexContents .flexBox:last-of-type {
  margin-bottom: 0;
}
#strengths .flexContents .flexBox .txtBox {
  padding-top: 70px;
}
@media screen and (max-width: 1080px) {
  #strengths .flexContents .flexBox .txtBox {
    width: 50%;
    padding-top: 4vw;
  }
}
@media screen and (max-width: 480px) {
  #strengths .flexContents .flexBox .txtBox {
    width: 100%;
    padding-top: 0;
  }
}
#strengths .flexContents .flexBox .txtBox h2 {
  display: block;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
}
#strengths .flexContents .flexBox .txtBox h2::after {
  content: "01";
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0 none;
  font-size: 70px;
  color: #c5c8dd;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", "YuGothic", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  position: absolute;
  top: -40px;
  left: 100px;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  #strengths .flexContents .flexBox .txtBox h2::after {
    font-size: 5vw;
    top: -3vw;
  }
}
@media screen and (max-width: 480px) {
  #strengths .flexContents .flexBox .txtBox h2::after {
    font-size: 40px;
    top: -4vw;
  }
}
#strengths .flexContents .flexBox .txtBox p:last-of-type {
  line-height: 2em;
}
@media screen and (max-width: 1080px) {
  #strengths .flexContents .flexBox .imgBox {
    width: 45%;
  }
}
@media screen and (max-width: 480px) {
  #strengths .flexContents .flexBox .imgBox {
    width: 100%;
    padding-top: 20px;
  }
}
#strengths #strengths02 h2::after {
  content: "02";
}
@media screen and (max-width: 480px) {
  #strengths #strengths02 {
    flex-direction: column-reverse;
  }
}
#strengths #strengths03 h2::after {
  content: "03";
}
#strengths #strengths04 h2::after {
  content: "04";
}
@media screen and (max-width: 480px) {
  #strengths #strengths04 {
    flex-direction: column-reverse;
  }
}
#strengths #strengths05 h2::after {
  content: "05";
}
#strengths #strengths06 h2::after {
  content: "06";
}
@media screen and (max-width: 480px) {
  #strengths #strengths06 {
    flex-direction: column-reverse;
  }
}
#strengths #strengths07 h2::after {
  content: "07";
}

/*採用情報*/
.bgBrown {
  width: 100%;
  background: #eeeadc;
}

.recruitTitle {
  display: inline-block;
  font-size: 18px;
  color: #fff100;
  padding: 4px 10px;
  min-width: 200px;
  background: linear-gradient(to right, rgb(23, 42, 136) 0%, rgba(46, 167, 224, 0) 100%);
}
@media screen and (max-width: 900px) {
  .recruitTitle {
    font-size: 16px;
  }
}

#recruit {
  /*インタビュー*/
  /*募集要項*/
}
#recruit .mainTitleBox {
  background-image: url("../images/recruit/recruit_main.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#recruit .mainTitleBox .mainTitle {
  position: relative;
}
#recruit .mainTitleBox .mainTitle .titleBox {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  background: transparent;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  #recruit .mainTitleBox .mainTitle .titleBox {
    width: 60%;
    height: 30vh;
  }
}
@media screen and (max-width: 900px) {
  #recruit .mainTitleBox .mainTitle .titleBox {
    width: 60%;
    height: 20vw;
  }
}
@media screen and (max-width: 640px) {
  #recruit .mainTitleBox .mainTitle .titleBox {
    width: 50%;
  }
}
#recruit .mainTitleBox .mainTitle .titleBox .enBox {
  width: 100%;
  margin: 0 auto;
}
#recruit .mainTitleBox .mainTitle .titleBox .enBox p {
  display: inline-block;
  font-size: 140px;
  font-weight: 700;
  color: #fff100;
  text-shadow: 1px 1px 1px #3057a6, -1px 1px 1px #3057a6, 1px -1px 1px #3057a6, -1px -1px 1px #3057a6, 1px 0px 1px #3057a6, 0px 1px 1px #3057a6, -1px 0px 1px #3057a6, 0px -1px 1px #3057a6;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  #recruit .mainTitleBox .mainTitle .titleBox .enBox p {
    font-size: 6vw;
  }
}
#recruit .mainTitleBox .mainTitle .titleBox .enBox p.padding {
  padding-right: 0.4em;
}
#recruit .mainTitleBox .mainTitle .titleBox h1 {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
  background: #171c61;
  background: linear-gradient(to right, #171c61 0%, #3057a6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#171c61", endColorstr=" #3057a6", GradientType=1);
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  #recruit .mainTitleBox .mainTitle .titleBox h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  #recruit .mainTitleBox .mainTitle .titleBox h1 {
    font-size: 16px;
    padding: 4px;
  }
}
#recruit .mainTitleBox .mainTitle .logo100th {
  right: -170px;
}
@media screen and (max-width: 1199px) {
  #recruit .mainTitleBox .mainTitle .logo100th {
    right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  #recruit .mainTitleBox .mainTitle .scrollBtn {
    bottom: 0;
  }
}
@media screen and (max-width: 1080px) {
  #recruit .pageContentsWrap {
    padding: 0 20px;
  }
}
#recruit #recruit01 {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  background: #036eb8;
  background: linear-gradient(to bottom, #036eb8 0%, #0097da 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#036eb8", endColorstr=" #0097da", GradientType=0);
}
@media screen and (max-width: 480px) {
  #recruit #recruit01 .flexBox {
    flex-direction: column;
  }
}
#recruit #recruit01 .flexBox .txtBox {
  width: 60%;
  padding: 0;
}
@media screen and (max-width: 480px) {
  #recruit #recruit01 .flexBox .txtBox {
    width: 100%;
  }
}
#recruit #recruit01 .flexBox .txtBox h2 {
  width: 200px;
  display: inline-block;
  font-size: 18px;
  color: #fff100;
  padding: 4px 10px;
  min-width: 200px;
  background: linear-gradient(to right, rgb(23, 42, 136) 0%, rgba(46, 167, 224, 0) 100%);
  border: none;
}
@media screen and (max-width: 900px) {
  #recruit #recruit01 .flexBox .txtBox h2 {
    font-size: 16px;
  }
}
#recruit #recruit01 .flexBox .txtBox p {
  color: white;
}
#recruit #recruit01 .flexBox .txtBox p.lead {
  font-weight: 600;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2em;
}
@media screen and (max-width: 900px) {
  #recruit #recruit01 .flexBox .txtBox p.lead {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  #recruit #recruit01 .flexBox .txtBox p.lead {
    font-size: 24px;
  }
}
#recruit #recruit01 .flexBox .imgBox {
  width: 35%;
  padding: 30px 0 20px;
}
@media screen and (max-width: 480px) {
  #recruit #recruit01 .flexBox .imgBox {
    width: 80%;
    margin: 0 auto;
  }
}
#recruit .scrollMenu {
  padding-top: 30px;
  margin-bottom: 30px;
  /*ドロップダウンメニュー*/
}
@media screen and (max-width: 1199px) {
  #recruit .scrollMenu {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  #recruit .scrollMenu ul {
    flex-wrap: wrap;
  }
}
#recruit .scrollMenu ul li {
  width: 260px;
  height: 30px;
  box-sizing: border-box;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #recruit .scrollMenu ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  #recruit .scrollMenu ul li {
    width: 50%;
  }
  #recruit .scrollMenu ul li:nth-of-type(odd) > a {
    border-right: solid 1px #fff;
  }
  #recruit .scrollMenu ul li:nth-of-type(1), #recruit .scrollMenu ul li:nth-of-type(2) {
    border-bottom: solid 1px #fff;
  }
}
@media screen and (max-width: 640px) {
  #recruit .scrollMenu ul li {
    font-size: 14px;
  }
}
#recruit .scrollMenu ul li a {
  width: 100%;
  height: 100%;
  border: solid 1px #036eb8;
  background-color: #036eb8;
  box-sizing: border-box;
  color: white;
}
#recruit .scrollMenu ul li a:hover {
  background-color: #9fd9f6;
}
@media screen and (max-width: 640px) {
  #recruit .scrollMenu ul li a {
    padding-top: 2px;
  }
}
#recruit .scrollMenu ul > li {
  position: relative;
  text-align: center;
}
#recruit .scrollMenu ul > li.drop:hover .dropMenu {
  top: 30px;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  #recruit .scrollMenu ul > li.drop:hover .dropMenu {
    display: none;
  }
}
#recruit .scrollMenu .dropMenu {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  border: solid 1px #036eb8;
  border-top: none;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  box-sizing: border-box;
  transition: all 0.1s ease;
}
#recruit .scrollMenu .dropMenu li {
  width: 100%;
  border: none;
  border-top: solid 1px #fff;
}
#recruit .scrollMenu .dropMenu li a {
  border: none;
  font-size: 14px;
  line-height: 30px;
  width: 100%;
  height: 30px;
  display: block;
  color: #000;
  text-align: center;
  box-sizing: border-box;
  color: white;
}
#recruit .scrollMenu .dropMenu li a:hover {
  background-color: #9fd9f6;
}
#recruit .scrollMenu .dropMenu li:last-of-type a {
  border-bottom: solid 1px #036eb8;
}
#recruit.interview .mainTitleBox {
  background-image: none;
}
#recruit.interview .mainTitleBox .mainTitle {
  max-height: 650px;
}
#recruit.interview .mainTitleBox .mainTitle .titleBox {
  width: 100%;
  height: 100%;
  max-height: 650px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  background: transparent;
  padding: 0;
}
#recruit.interview .mainTitleBox .mainTitle .titleBox h1 {
  background: transparent;
  padding: 0;
  width: auto;
}
#recruit.interview .mainTitleBox .mainTitle .titleBox .parts01,
#recruit.interview .mainTitleBox .mainTitle .titleBox .parts02,
#recruit.interview .mainTitleBox .mainTitle .titleBox .parts03 {
  position: absolute;
}
#recruit.interview .mainTitleBox .mainTitle .titleBox .parts01 {
  height: 85%;
  bottom: 20px;
  right: 55%;
}
#recruit.interview .mainTitleBox .mainTitle .titleBox .parts01 img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 480px) {
  #recruit.interview .mainTitleBox .mainTitle .titleBox .parts01 {
    z-index: 2;
    bottom: 0;
  }
}
#recruit.interview .mainTitleBox .mainTitle .titleBox .parts02 {
  height: 100%;
  bottom: 0;
  right: 0;
}
#recruit.interview .mainTitleBox .mainTitle .titleBox .parts02 img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  #recruit.interview .mainTitleBox .mainTitle .titleBox .parts02 {
    right: 10vw;
  }
}
@media screen and (max-width: 900px) {
  #recruit.interview .mainTitleBox .mainTitle .titleBox .parts02 {
    right: 50%;
    transform: translateX(50%);
  }
}
#recruit.interview .mainTitleBox .mainTitle .titleBox .parts03 {
  width: 65%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1080px) {
  #recruit.interview .mainTitleBox .mainTitle .titleBox .parts03 {
    width: 50%;
    left: 20vw;
  }
}
@media screen and (max-width: 900px) {
  #recruit.interview .mainTitleBox .mainTitle .titleBox .parts03 {
    width: 60%;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  #recruit.interview .mainTitleBox .mainTitle .titleBox .parts03 {
    width: 75%;
    top: 60%;
    left: -20px;
    z-index: 3;
  }
}
#recruit.interview .intBox {
  width: 100%;
  margin: 0 auto 30px;
}
#recruit.interview .intBox h2 {
  font-size: 20px;
  font-weight: 600;
  color: #036eb8;
  padding-bottom: 15px;
}
@media screen and (max-width: 900px) {
  #recruit.interview .intBox h2 {
    font-size: 18px;
  }
}
#recruit.interview .intBox .txt {
  color: #000;
}
#recruit.interview .intBox .int_flexBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-flow: row-reverse;
}
@media screen and (max-width: 480px) {
  #recruit.interview .intBox .int_flexBox {
    display: block;
  }
  #recruit.interview .intBox .int_flexBox:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
  }
}
#recruit.interview .intBox .int_flexBox .txt {
  width: 60%;
}
@media screen and (max-width: 480px) {
  #recruit.interview .intBox .int_flexBox .txt {
    width: 100%;
  }
}
#recruit.interview .intBox .int_flexBox .txt span {
  font-size: 12px;
  line-height: 1.5em;
  padding-top: 10px;
  display: inline-block;
}
#recruit.interview .intBox .int_flexBox .img {
  width: 38%;
}
@media screen and (max-width: 480px) {
  #recruit.interview .intBox .int_flexBox .img {
    width: 50%;
    float: right;
    padding: 0 0 10px 10px;
    box-sizing: border-box;
  }
}
#recruit.interview .intBox .int_flexBox .inner {
  margin-top: 30px;
}
#recruit.interview .intBox .int_flexBox .inner .txt {
  width: 100%;
}
#recruit.interview .intBox:last-of-type {
  margin-bottom: 50px;
}
#recruit.recruitDescript {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#recruit.recruitDescript::after {
  content: "";
  display: block;
  width: 100%;
  height: 650px;
  background: #eeeadc;
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
#recruit.recruitDescript h1 {
  display: inline-block;
  padding: 6px 12px;
  background-color: #231815;
  color: white;
}
@media screen and (max-width: 640px) {
  #recruit.recruitDescript .pageContents {
    padding: 0;
  }
}

/*インタビューリンク*/
#interviewLink {
  padding: 50px 0;
}
#interviewLink .flexBox {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #interviewLink .flexBox {
    flex-direction: column;
  }
}
#interviewLink .flexBox .imgBox {
  width: 33.33333%;
}
@media screen and (max-width: 640px) {
  #interviewLink .flexBox .imgBox {
    width: 100%;
  }
}

.entryWrap {
  width: 650px;
  height: 250px;
  margin: 50px auto 0;
  box-sizing: border-box;
  background: #036eb8;
  background: linear-gradient(to bottom, #036eb8 0%, #2ea7e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#036eb8", endColorstr=" #2ea7e0", GradientType=0);
}
@media screen and (max-width: 900px) {
  .entryWrap {
    width: 50%;
    height: 20vw;
  }
}
@media screen and (max-width: 480px) {
  .entryWrap {
    width: 80%;
    height: 30vw;
  }
}
.entryWrap .entry {
  width: 100%;
  height: 100%;
  text-align: center;
}
.entryWrap .entry a {
  width: 100%;
  height: 100%;
  font-size: 30px;
  font-weight: 500;
  line-height: 250px;
  box-sizing: border-box;
  color: white;
  position: relative;
}
@media screen and (max-width: 900px) {
  .entryWrap .entry a {
    line-height: 20vw;
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .entryWrap .entry a {
    line-height: 30vw;
  }
}
.entryWrap .entry a::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: solid 2px #fff;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s ease-in-out;
}
.entryWrap .entry a:hover {
  color: #fff100;
}
.entryWrap .entry a:hover::after {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  transition: 0.3s ease-in-out;
}

#entryLink {
  padding: 0;
}
#entryLink .entryWrap {
  margin: 50px auto;
}

/*お問い合わせ*/
#contact .mainTitleBox {
  background-image: url("../images/contact/contact_main.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#contact .contactBox h3 {
  text-align: center;
  font-weight: 600;
  line-height: 50px;
  color: #036eb8;
  border: solid 1px #036eb8;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#contact .contactBox p {
  font-weight: 600;
  margin-bottom: 20px;
}
#contact .contactBox ul li {
  width: 49%;
  text-align: center;
  font-size: 24px;
  color: #036eb8;
  line-height: 240px;
  border: solid 1px #036eb8;
  box-sizing: border-box;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr=" #ccc", GradientType=0);
}
@media screen and (max-width: 900px) {
  #contact .contactBox ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  #contact .contactBox .contact01 .flexBox {
    flex-direction: column;
  }
  #contact .contactBox .contact01 .flexBox li {
    width: 100%;
    margin: 0 auto 20px;
    line-height: 180px;
  }
  #contact .contactBox .contact01 .flexBox li:last-of-type {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #contact .contactBox .contact01 .flexBox li a {
    line-height: 1.5em;
    padding: 20px 0;
  }
}
#contact .contactBox .contact02 {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  #contact .contactBox .contact02 h3 {
    line-height: 1.5em;
    padding: 8px 0;
  }
}
#contact .contactBox .contact02 .telBox {
  border: solid 1px #036eb8;
  box-sizing: border-box;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr=" #ccc", GradientType=0);
}
@media screen and (max-width: 640px) {
  #contact .contactBox .contact02 .telBox {
    flex-direction: column;
  }
}
#contact .contactBox .contact02 .telBox p {
  margin: 0;
  text-align: center;
  display: inline-block;
  line-height: 1;
  color: #036eb8;
  padding: 30px 20px;
  box-sizing: border-box;
  border-right: solid 1px #036eb8;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.02em;
  flex-grow: 1;
}
@media screen and (max-width: 900px) {
  #contact .contactBox .contact02 .telBox p {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  #contact .contactBox .contact02 .telBox p {
    width: 100%;
    border-bottom: solid 1px #036eb8;
  }
}
@media screen and (max-width: 480px) {
  #contact .contactBox .contact02 .telBox p {
    line-height: 1.5em;
  }
}
#contact .contactBox .contact02 .telBox p:nth-of-type(2) {
  font-weight: 600;
  letter-spacing: 0em;
  flex-grow: 3;
}
#contact .contactBox .contact02 .telBox p:nth-of-type(3) {
  border: none;
  flex-grow: 2;
}
@media screen and (max-width: 640px) {
  #contact .contactBox .contact02 .telBox p:nth-of-type(3) {
    border: none;
  }
}

/*メールフォーム*/
#mailform {
  width: 100%;
  margin: 0 auto 50px;
  position: relative;
  z-index: 1;
}
#mailform::after {
  content: "";
  display: block;
  width: 100%;
  height: 650px;
  background: #eeeadc;
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
#mailform .titleBox {
  margin-bottom: 30px;
}
#mailform .titleBox h1 {
  font-size: 34px;
  font-weight: 600;
  color: #000;
  line-height: 1em;
}
@media screen and (max-width: 900px) {
  #mailform .titleBox h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  #mailform .titleBox h1 {
    font-size: 24px;
  }
}
#mailform .titleBox p {
  padding: 15px 0 0 5px;
  font-size: 20px;
  color: #898989;
  line-height: 1em;
}
@media screen and (max-width: 900px) {
  #mailform .titleBox p {
    font-size: 18px;
  }
}
#mailform h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  line-height: 50px;
  color: #036eb8;
  border: solid 1px #036eb8;
  box-sizing: border-box;
  margin-bottom: 20px;
  background: #fff;
}
@media screen and (max-width: 900px) {
  #mailform h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  #mailform h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 375px) {
  #mailform h2 {
    font-size: 5vw;
  }
}

/* mw_wp_form
-------------------------------*/
.wp-block-table {
  width: 100%;
  margin: 0 auto;
}

.mw_wp_form {
  margin: 20px auto;
  padding: 0px 0px 10px 0px;
  text-align: left;
  font-size: 16px;
}
.mw_wp_form .contact {
  margin: 0;
}
.mw_wp_form .tableBox .contact {
  border: 1px solid #036eb8;
}
.mw_wp_form .tableBox .contact dt {
  font-size: 20px;
  color: #036eb8;
  text-align: center;
  flex-direction: inherit;
  border-right: solid;
  border-top: 1px solid #036eb8;
  border-right: 1px solid #036eb8;
  background: #d3e6f6;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .mw_wp_form .tableBox .contact dt {
    font-size: 18px;
  }
}
.mw_wp_form .tableBox .contact dt:first-of-type {
  border-top: none;
}
.mw_wp_form .tableBox .contact dt .must {
  padding-left: 10px;
  color: red;
}
@media screen and (max-width: 640px) {
  .mw_wp_form .tableBox .contact dt {
    padding: 10px;
  }
}
.mw_wp_form .tableBox .contact dd {
  border-top: 1px solid #036eb8;
}
@media screen and (max-width: 640px) {
  .mw_wp_form .tableBox .contact dd {
    padding: 10px;
  }
}
.mw_wp_form .tableBox .contact dd:first-of-type {
  border-top: none;
}
.mw_wp_form .contactBtn {
  text-align: center;
  margin: 20px 0;
}
.mw_wp_form .contactBtn li {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.mw_wp_form .reply {
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
}
.mw_wp_form input,
.mw_wp_form textarea {
  padding: 0.5em;
  font-size: 14px;
}
.mw_wp_form input[type=text],
.mw_wp_form input[type=email],
.mw_wp_form textarea {
  outline: none;
  border: 1px solid #ccc;
  transition: all 0.3s;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  background: #fff;
}
.mw_wp_form input[type=text]:focus,
.mw_wp_form input[type=email]:focus,
.mw_wp_form textarea:focus {
  box-shadow: 0 0 7px #fff;
  border: 1px solid #737879;
}
.mw_wp_form input[type=button],
.mw_wp_form input[type=reset],
.mw_wp_form input[type=submit] {
  width: 100%;
  border: solid 1px #036eb8;
  box-sizing: border-box;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr=" #ccc", GradientType=0);
  color: #036eb8;
  font-size: 20px;
  cursor: pointer;
  -webkit-appearance: none;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  .mw_wp_form input[type=button],
  .mw_wp_form input[type=reset],
  .mw_wp_form input[type=submit] {
    font-size: 18px;
  }
}
.mw_wp_form input[type=button]:hover,
.mw_wp_form input[type=reset]:hover,
.mw_wp_form input[type=submit]:hover {
  color: #fff100;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
.mw_wp_form input::-moz-selection {
  background-color: #b4aaa0;
  color: #fff;
}
.mw_wp_form input::selection {
  background-color: #b4aaa0;
  color: #fff;
}
.mw_wp_form input::-moz-selection {
  background-color: #d4cac0;
  color: #fff;
}
.mw_wp_form .mwform-tel-field {
  width: 100%;
}
.mw_wp_form .mwform-tel-field input[type=text] {
  width: 30%;
}
@media screen and (max-width: 375px) {
  .mw_wp_form .mwform-tel-field input[type=text] {
    width: 28%;
  }
}
.mw_wp_form .formBtn {
  text-align: center;
}
.mw_wp_form .pageback {
  margin-bottom: 50px;
  text-align: center;
  font-size: 0.8em;
}
.mw_wp_form .tips {
  text-align: right;
  color: red;
}
.mw_wp_form .kakunin {
  display: none;
}
.mw_wp_form .txtLink {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .mw_wp_form .txtLink {
    font-size: 18px;
  }
}
.mw_wp_form .txtLink a {
  color: #036eb8;
  transition: 0.3s ease-in-out;
}
.mw_wp_form .txtLink a:hover {
  color: #fff100;
  transition: 0.3s ease-in-out;
}
.mw_wp_form .error {
  font-size: 12px !important;
  min-width: 100px;
  padding-left: 20px;
  box-sizing: border-box;
}

.mw_wp_form_preview .kakunin,
.mw_wp_form_complete {
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.5em;
}

.mw_wp_form_complete .tips {
  display: none;
}

/* .mw_wp_form dt { float:left; width:240px; padding: 4px 0;}
.mw_wp_form dd { margin-bottom:20px; padding:4px 0px 4px 280px; font-size:14px; min-height: 20px;} */
/* .mw_wp_form_confirm dd {border-bottom: 1px solid #737879;} */
/*プライバシーポリシー
-------------------------------*/
#privacy .mainTitleBox {
  background-image: url("../images/privacy/privacy_main.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#privacy .mainTitleBox .titleBox {
  padding: 50px 80px 50px;
}
@media screen and (max-width: 900px) {
  #privacy .mainTitleBox .titleBox {
    padding: 4vw 6vw;
  }
}
#privacy .lead {
  margin-bottom: 30px;
}
#privacy .txtBox {
  margin-bottom: 50px;
}
#privacy .txtBox .title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-top: 15px;
}
@media screen and (max-width: 900px) {
  #privacy .txtBox .title {
    font-size: 16px;
  }
}
#privacy .txtBox .title:first-of-type {
  padding: 0;
}
#privacy .txtBox2 ul {
  padding-left: 3em;
  margin-bottom: 10px;
}
#privacy .txtBox2 p {
  margin-bottom: 10px;
  text-indent: -3em;
  padding-left: 3em;
}
#privacy .txtBox2 p:nth-of-type(3) {
  margin-bottom: 0;
}
#privacy .listBox {
  margin: 0 auto;
  width: 80%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #036eb8;
}
@media screen and (max-width: 480px) {
  #privacy .listBox {
    width: 100%;
  }
}
#privacy h3 {
  text-align: center;
  font-weight: 600;
  line-height: 50px;
  color: #036eb8;
  border: solid 1px #036eb8;
  box-sizing: border-box;
  margin-bottom: 30px;
}

/*404
-------------------------------*/
#errorBox {
  padding: 100px 0;
}

#errorBox p {
  padding-top: 20px;
}

#errorBox p a {
  text-decoration: underline;
}

/* re captcha 非表示 */
.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=basic.css.map */