@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6;
  background: url(../images/common/bg.png) center top;
  color: #333333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
      "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (max-width: 1000px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 468px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.sinner {
  max-width: 620px;
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #104480;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  background: #fff;
}

@media screen and (max-width: 1000px) {
  #main {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1000px) {
  #side aside {
    width: 100% !important;
  }
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #cccccc;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

.policy h3 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 20px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a:hover {
  opacity: 0.6;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 468px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1000px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 468px) {
  .imgR {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgL {
  margin-right: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .imgL {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}
@media screen and (max-width: 468px) {
  .imgL {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgR {
  margin-left: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .imgR {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}
@media screen and (max-width: 468px) {
  .imgR {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.fwb {
  font-weight: bold;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .fltL {
    float: none;
    width: 100% !important;
  }

  .fltR {
    float: none;
    width: 100% !important;
  }
}
@media screen and (max-width: 468px) {
  .sptal {
    text-align: left !important;
  }

  .sptar {
    text-align: right !important;
  }

  .sptac {
    text-align: center !important;
  }
}
header#global_header {
  max-width: 100%;
  min-width: 100%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  header#global_header {
    padding-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  #logo {
    margin-bottom: 20px;
  }
}

#header {
  width: 100%;
  padding: 20px 20px 0;
}
#header .header_inner {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  justify-content: -webkitspace-between;
}
@media screen and (max-width: 768px) {
  #header .header_inner {
    display: block;
  }
}
#header .header_inner .header_textL {
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #header .header_inner .header_textL {
    text-align: center;
  }
}
@media screen and (max-width: 468px) {
  #header .header_inner .header_textL {
    text-align: left;
  }
}
#header .header_inner .header_textL p {
  line-height: 18px;
  color: #000227;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #header .header_inner .header_textL p {
    line-height: 1.5;
  }
}
#header .header_inner .header_textL p span {
  display: block;
}
@media screen and (max-width: 468px) {
  #header .header_inner .header_textL p span {
    display: inline;
  }
}
#header .header_inner .header_textL p a {
  display: block;
  margin: 10px 0 !important;
}
#header .header_inner .header_textR {
  font-size: 14px;
  text-align: left;
}
#header .header_inner .header_textR p {
  line-height: 18px;
  color: #000227;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #header .header_inner .header_textR p {
    display: none;
  }
}

#nav_global {
  width: 100%;
  padding: 20px 0;
}
#nav_global ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 450px;
}
#nav_global ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
#nav_global ul li a {
  font-size: 18px;
  color: #000227;
  font-weight: bold;
  text-decoration: none;
  margin: 10px;
}

.haed_info {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  justify-content: -webkitspace-between;
  max-width: 370px;
}
@media screen and (max-width: 768px) {
  .haed_info {
    display: none;
  }
}
.haed_info li {
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .haed_info li {
    margin-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .haed_info li {
    margin: 5px auto;
  }
}

.no {
  font-size: 14px;
  text-align: right;
  color: #000227;
}
@media screen and (max-width: 768px) {
  .no {
    text-align: center;
  }
}

.estimate {
  font-size: 20px;
  text-align: right;
  color: #000227;
  font-weight: bold;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .estimate {
    text-align: center;
  }
}

.estimate01 {
  font-size: 20px;
  text-align: right;
  color: #000227;
  font-weight: bold;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .estimate01 {
    text-align: center;
  }
}

#mainArea_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #mainArea_sp {
    display: block;
    object-fit: cover;
    font-family: "object-fit: cover;";
    padding: 10px 0;
    border-top: 2px #000227 solid;
    border-bottom: 2px #000227 solid;
  }
}

#mainArea {
  width: 100% !important;
}
#mainArea img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  padding: 10px 0;
  border-top: 2px #000227 solid;
  border-bottom: 2px #000227 solid;
}
@media screen and (max-width: 768px) {
  #mainArea {
    display: none;
  }
}
#mainArea .slick-prev,
#mainArea .slick-next {
  display: none !important;
}
#mainArea ul li img {
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #mainArea {
    width: auto !important;
  }
}

.mean-container .mean-bar {
  background: #000227 !important;
  position: fixed !important;
}

.mean-container .mean-nav {
  background: #000227 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/
}

.mean-container .mean-nav span {
  display: none !important;
}

footer#global_footer {
  min-width: auto !important;
}
@media screen and (max-width: 768px) {
  footer#global_footer {
    padding-bottom: 70px;
  }
}

#footer {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
  padding: 25px;
  font-size: 13px;
  font-weight: bold;
  background: #222454 !important;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  justify-content: -webkitspace-between;
}
@media screen and (max-width: 768px) {
  #footer {
    display: block;
  }
}
#footer a:link {
  color: #fff !important;
  text-decoration: none;
}
#footer a:visited {
  color: #fff !important;
  text-decoration: none;
}

.footer_logo {
  margin-bottom: 10px;
}

#nav_footer {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  justify-content: -webkitspace-between;
}
@media screen and (max-width: 768px) {
  #nav_footer {
    display: none;
  }
}
#nav_footer ul {
  max-width: 250px;
  margin-left: 15px;
}
#nav_footer ul li {
  text-align: left;
  margin-bottom: 20px;
}
#nav_footer ul li a {
  font-size: 14px;
  position: relative;
  margin-left: 15px;
}
#nav_footer ul li a:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 10px;
  background: url(../images/common/foot_icon.png);
  display: block;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

#pagetop {
  position: fixed;
  bottom: 200px;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #pagetop {
    bottom: 170px;
  }
}

.footer_info .fut_text01 {
  color: #fff;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .footer_info .fut_text01 {
    text-align: center;
    font-size: 14px;
  }
}
.footer_info .fut_text02 {
  color: #fff;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer_info .fut_text02 {
    text-align: center;
    font-size: 16px;
  }
}
.footer_info ul {
  padding: 15px 0;
  clear: both;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  /* Androidブラウザ用 */
  -webkit-box-pack: center;
  /* Androidブラウザ用 */
}
@media screen and (max-width: 768px) {
  .footer_info ul {
    height: 70px;
    background: #000227;
    position: fixed;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    justify-content: -webkit-space-around;
    z-index: 9;
  }
}
.footer_info ul li {
  margin-right: 10px;
}
@media screen and (max-width: 468px) {
  .footer_info ul li {
    margin: 0;
  }
}

#copy {
  background: #000227 !important;
  color: #fff;
  padding: 13px;
}
#copy a:link {
  color: #fff !important;
  text-decoration: none;
}
#copy a:hover {
  text-decoration: underline;
}
#copy a:visited {
  color: #fff !important;
  text-decoration: none;
}

.nav_footer ul li {
  display: block;
}

#contents_wrap {
  padding: 20px 0 100px;
}
@media screen and (max-width: 1000px) {
  #contents_wrap {
    padding: 0 20px 80px;
  }
}
@media screen and (max-width: 468px) {
  #contents_wrap {
    padding: 0 10px 50px;
  }
}

#main #col_main {
  width: 100%;
}

#contents {
  width: 100% !important;
  max-width: 100% !important;
}

#main {
  width: 100% !important;
}

#contents_wrap {
  padding: 0px;
}

/* TOP */
/*********************トップページ********************************/
.top_h1 h1 {
  font-weight: bold;
  font-size: 36px;
  position: relative;
  padding-left: 88px;
  margin-bottom: 50px;
  display: inline-block;
}
.top_h1 h1:before {
  content: "";
  width: 58px;
  height: 32px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/title_icon01.png);
}
.top_h1 h1:after {
  content: "";
  width: 350px;
  height: 2px;
  display: block;
  position: absolute;
  right: -175px;
  left: -175px;
  bottom: -50px;
  margin: auto;
  background: url(../images/common/line_dottd.jpg);
}
@media screen and (max-width: 468px) {
  .top_h1 h1:after {
    width: 100%;
    bottom: -20px;
  }
}

.top_text {
  max-width: 925px;
  margin: 0 auto;
  padding: 20px 50px !important;
}
@media screen and (max-width: 768px) {
  .top_text {
    padding: 20px 0px !important;
  }
}

.rep {
  font-size: 20px;
  font-weight: bold;
  color: #000227;
}

.under {
  position: relative;
  padding-bottom: 80px !important;
}

.under:before {
  content: "";
  width: 39px;
  height: 38px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/common/text01_left.png) no-repeat;
  display: block;
}

.under:after {
  content: "";
  width: 39px;
  height: 38px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/common/text01_right.png) no-repeat;
  display: block;
  visibility: visible !important;
}

/*********************トップページ********************************/
.top02_bg {
  border-top: 1px solid #000227;
  border-bottom: 1px solid #000227;
  background: #eaebff;
}

.top02 {
  position: relative;
}
.top02 .top02_table td {
  padding: 0px !important;
}
.top02 .top02_table .top02_text p {
  z-index: 2;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #000227;
}
.top02 .top02_table .top02_text p span {
  font-size: 36px;
  margin-right: 10px;
}
.top02 .top02_table .top02_text p:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/common/dotted.png);
  display: block;
  visibility: visible !important;
}
.top02 .tb_under {
  position: relative;
}
.top02 .tb_over {
  background: rgba(255, 255, 255, 0.5);
  padding: 50px;
  max-width: 670px;
  margin-top: 100px;
  width: 95%;
  z-index: 1;
  position: relative;
  display: block;
  margin: 50px auto 0 0;
}
@media screen and (max-width: 768px) {
  .top02 .tb_over {
    width: 100%;
  }
}
.top02 .tb_under:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -40px;
  left: -40px;
  background: url(../images/common/text02_bottomleft.png) no-repeat;
  display: block;
}
.top02 .tb_under:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -40px;
  right: -40px;
  background: url(../images/common/text02_bottomright.png) no-repeat;
  display: block;
}
.top02 .tb_over:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: url(../images/common/text02_topleft.png) no-repeat;
  display: block;
}
.top02 .tb_over:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/common/text02_topright.png) no-repeat;
  display: block;
  visibility: visible !important;
}
.top02 .top02_img {
  width: 0px;
}
.top02 .top02_img img {
  position: absolute;
  top: -50px;
  right: -150px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top02 .top02_img img {
    display: none;
  }
}

.cnt03_img01 {
  max-width: 960px;
  margin: 0 auto;
  width: 95%;
}
@media screen and (max-width: 768px) {
  .cnt03_img01 {
    width: 100%;
  }
}
.cnt03_img01 td {
  padding: 0px !important;
}
@media screen and (max-width: 768px) {
  .cnt03_img01 td {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cnt03_img01 td img {
    width: 95% !important;
    margin: 0px !important;
  }
}
@media screen and (max-width: 468px) {
  .cnt03_img01 td img {
    width: 100% !important;
    margin: 0px !important;
  }
}

.top_map {
  padding-top: 10px;
  border-top: 2px #000227 solid;
}

/******************求人情報/就業までの流れ****************/
.flow h3 {
  font-size: 24px;
  border-bottom: 2px #000227 solid;
  font-weight: bold;
  color: #000227;
  line-height: 36px;
}
.flow h3 span {
  font-size: 36px;
}

.flow_text {
  padding-top: 30px;
}

.flow_arrow {
  padding-bottom: 50px;
  position: relative;
}

.flow_arrow:after {
  content: "";
  width: 42px;
  height: 48px;
  background: url(../images/common/flow_img01.jpg);
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}

/***************選考プロセス*********************/
.process td {
  padding: 5px !important;
}
@media screen and (max-width: 768px) {
  .process td {
    display: block;
    width: 100%;
  }
}
.process td p {
  border: 2px solid #000227;
  background: url(../images/common/dotted.png);
  padding: 2px;
}
.process td p span {
  background: #fff;
  display: block;
  width: 100%;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #000227;
}

.process_arrow_td {
  width: 70px;
  padding: 0 10px !important;
}

.process_arrow {
  border: 0px;
  background: url(../images/common/flow_img01.png) no-repeat;
  width: 59px;
  height: 30px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .process_arrow {
    background: url(../images/common/flow_img02.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 70px;
  }
}

/*****************共通クラス*******************************/
.cnt_h1 {
  border-bottom: 2px #000227 solid;
  border-top: 2px #000227 solid;
  padding: 5px 0;
}
.cnt_h1 h1 {
  background: url(../images/common/cnt_h1.jpg);
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-shadow: 5px #000;
  opacity: 0.5 span;
  opacity-font-size: 20px;
  opacity-display: block;
}

.cnt_h2 h2 {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  color: #000227;
  background: #eaebff;
  padding: 5px 0px 5px 15px;
}
.cnt_h2 h2:after {
  height: auto;
  width: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  margin: auto;
  background: url(../images/common/cnt_icon01.png);
}

/***************テーブル画像2×2*************************************/
.cnt_imgtable table {
  width: 100%;
  margin: 0 auto;
}
.cnt_imgtable table td {
  padding: 5px !important;
}
@media screen and (max-width: 768px) {
  .cnt_imgtable table td {
    padding: 5px !important;
  }
}
.cnt_imgtable table img {
  max-width: 420px !important;
  width: 100% !important;
  height: 280px !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/***************新着情報***************************/
.news_bg {
  color: #000;
  background: #fff;
  max-width: 930px;
  margin: 0 auto;
  padding: 30px;
}

.news_table table {
  border-bottom: 1px solid #000227 !important;
  width: 100%;
  margin-top: 20px;
}
.news_table td {
  padding: 0px !important;
}
.news_table .news_day {
  width: 120px;
  color: #000227;
  font-weight: bold;
  text-align: center;
}
.news_table .news_text {
  padding-bottom: 20px !important;
}

.scroll {
  width: 100%;
  height: 250px;
  text-align: left;
}

.mCSB_dragger_bar {
  margin-top: 10px !important;
  background: #000227 !important;
  width: 10px !important;
  border-radius: 0px !important;
}

/************************3枚並びイメージ、下キャプション****************************************************/
.dnone {
  display: none;
}

.imgcnt01_tablefl {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .imgcnt01_tablefl {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

.imgcnt01_table {
  width: 23%;
  margin: 0 1%;
}
@media screen and (max-width: 768px) {
  .imgcnt01_table {
    width: 48%;
    margin: 0 1%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 468px) {
  .imgcnt01_table {
    width: 100%;
    margin: 10px 0;
  }
}
.imgcnt01_table td {
  padding: 0px !important;
}
.imgcnt01_table .imgcnt01_img img {
  width: 100%;
  height: 200px !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 768px) {
  .imgcnt01_table .imgcnt01_img img {
    height: 250px !important;
  }
}
@media screen and (max-width: 468px) {
  .imgcnt01_table .imgcnt01_img img {
    height: 300px !important;
  }
}
.imgcnt01_table .imgcnt01_title {
  padding: 15px 0 !important;
  font-size: 18px;
  font-weight: bold;
}

.imgcnt01_tablefl {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .imgcnt01_tablefl {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

.imgcnt01_table {
  width: 31.111111%;
  margin: 20px 1%;
}
@media screen and (max-width: 768px) {
  .imgcnt01_table {
    width: 48%;
    margin: 0 1%;
  }
}
@media screen and (max-width: 468px) {
  .imgcnt01_table {
    width: 100%;
    margin: 10px 0;
  }
}
.imgcnt01_table td {
  padding: 0px !important;
}
.imgcnt01_table .imgcnt01_img img {
  width: 100%;
  height: 200px !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 768px) {
  .imgcnt01_table .imgcnt01_img img {
    height: 250px !important;
  }
}
@media screen and (max-width: 468px) {
  .imgcnt01_table .imgcnt01_img img {
    height: 300px !important;
  }
}
.imgcnt01_table .imgcnt01_title {
  padding: 15px 0 !important;
  font-size: 16px;
  font-weight: bold;
}

/**************電話ボタン******************/
.cnt_telbtn {
  margin: 0 auto;
}
.cnt_telbtn img {
  max-width: 480px !important;
  width: 95% !important;
}

/*******************お写真紹介********************/
.fancybox table {
  width: auto;
}
.fancybox table td {
  padding: 5px !important;
}
@media screen and (max-width: 468px) {
  .fancybox table td {
    padding: 5px 0 !important;
  }
}
.fancybox table td img {
  height: 220px !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

#fancybox-title-float-wrap td {
  padding: 0px 7px !important;
}

/****************************会社概要************************************/
.information_table {
  font-size: 18px;
}
.information_table table {
  width: 100%;
  margin: 0 auto;
}
.information_table table td {
  padding: 20px !important;
  border: 1px solid #939393 !important;
  margin: 10px 0 !important;
}
@media screen and (max-width: 468px) {
  .information_table table td {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    border: 0px !important;
    padding: 10px !important;
  }
}
.information_table table .information_title {
  padding-left: 20px !important;
  width: 30%;
  font-weight: bold;
  color: #000227;
  background: #eaebff;
}
@media screen and (max-width: 468px) {
  .information_table table .information_text {
    text-align: left !important;
  }
}

/******************************沿革****************************/
.history_table {
  font-size: 18px;
}
.history_table table {
  width: 100%;
  margin: 0 auto;
}
.history_table table td {
  padding: 20px !important;
  border-bottom: 1px solid #000227 !important;
}
@media screen and (max-width: 468px) {
  .history_table table td {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    border: 0px !important;
    padding: 10px !important;
  }
}
.history_table table .history_title {
  padding-left: 20px !important;
  width: 30%;
  font-weight: bold;
  color: #000227;
}
@media screen and (max-width: 468px) {
  .history_table table .history_title {
    background: #eaebff;
  }
}
@media screen and (max-width: 468px) {
  .history_table table .history_text {
    text-align: left !important;
  }
}

/******************************実績***************************/
.performance_table {
  font-size: 18px;
}
.performance_table table {
  width: 100%;
  margin: 0 auto;
}
.performance_table table td {
  padding: 20px !important;
  border-bottom: 1px solid #000227 !important;
}
@media screen and (max-width: 768px) {
  .performance_table table td {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    border: 0px !important;
    padding: 10px !important;
  }
}
.performance_table table .performance_title {
  padding-left: 20px !important;
  width: 300px;
  font-weight: bold;
  color: #000227;
}
@media screen and (max-width: 768px) {
  .performance_table table .performance_title {
    background: #eaebff;
  }
}
@media screen and (max-width: 768px) {
  .performance_table table .performance_text {
    text-align: left !important;
  }
}

/******************************沿革****************************/
.history_table {
  font-size: 18px;
}
.history_table table {
  width: 100%;
  margin: 0 auto;
}
.history_table table td {
  padding: 20px !important;
  border-bottom: 1px solid #000227 !important;
}
@media screen and (max-width: 468px) {
  .history_table table td {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    border: 0px !important;
    padding: 10px !important;
  }
}
.history_table table .history_title {
  padding-left: 20px !important;
  width: 30%;
  font-weight: bold;
  color: #000227;
}
@media screen and (max-width: 468px) {
  .history_table table .history_title {
    background: #eaebff;
  }
}
@media screen and (max-width: 468px) {
  .history_table table .history_text {
    text-align: left !important;
  }
}

/************************************コンタクトフォーム************************************/
.contact_form {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
.contact_form p {
  font-size: 16px;
}
.contact_form table td {
  padding: 15px !important;
}
@media screen and (max-width: 768px) {
  .contact_form table td {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.contact_form table th {
  font-weight: bold;
  font-size: 16px !important;
}
@media screen and (max-width: 768px) {
  .contact_form table th {
    display: block;
    width: 100% !important;
    text-align: center;
  }
}

.submit {
  margin: 20px auto 50px auto !important;
}

.break li {
  display: block;
  float: none !important;
}

/************************************プライバシーポリシー************************************/
.privacy {
  font-size: 16px;
}
.privacy h2 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #000227;
  display: inline-block;
  margin-bottom: 10px;
  color: #000227;
}

.cont_text {
  font-size: 16px;
}
.cont_text h3 {
  font-size: 18px;
  font-weight: bold;
}

/************************************サイトマップ************************************/
.map {
  max-width: 1000px;
  width: 95%;
  margin: 50px auto;
}
.map li {
  border-left: 5px solid #000227;
}
.map li a {
  color: #282828;
  font-size: 16px;
  text-decoration: none;
}
.map li a:hover {
  text-decoration: underline;
}
.map li:last-child {
  display: none;
}

/* title */

/*# sourceMappingURL=common.css.map */
