@charset "UTF-8";
/* =====================================================
sass使用/cssを直接編集しない
======================================================== */
/* =====================================================
reset
======================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select, img {
  vertical-align: middle;
}

/* =====================================================
module
======================================================== */
/* clearfix */
.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.marker {
  color: #143781;
}

.red {
  color: #ff0000;
}

.bold {
  font-weight: bold;
}

img {
  width: 100%;
}

/*==================================================
★body
====================================================*/
body {
  width: 100%;
  background-color: #ffffff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1rem;
  color: #143781;
  font-weight: 300;
}

a {
  color: #143781;
  text-decoration: underline;
}

a:hover {
  color: #5977b8;
  text-decoration: underline;
}

.marker {
  color: #143781;
}

.kaigpc {
  display: none;
}

.big {
  font-size: 18px;
}

/*==================================================
★header
====================================================*/
header.logobx {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  display: flex;
  width: 100%;
  justify-content: space-between;
  background: url("../img/headerbg_sp.jpg") right top no-repeat;
  background-size: cover;
  height: 83px;
}

header.logobx h1 {
  width: 130px;
  padding: 23px 15px 15px 15px;
  background-color: #ffffff;
}

header.logobx p {
  width: 130px;
  padding: 23px 15px 15px 15px;
  background-color: #ffffff;
}

header.logobx ul {
  width: 120px;
  display: flex;
  margin-right: 70px;
}

header.logobx ul li {
  list-style-type: none;
  width: 60px;
}

header.logobx ul li a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  width: 70px;
  height: 64px;
  padding-top: 15px;
  text-align: center;
}

header.logobx ul li a img {
  height: 40px;
  margin-bottom: 4px;
}

header.logobx ul li a span {
  font-size: 9px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*==================================================
★firstview
====================================================*/
.firstview {
  position: relative;
  overflow: hidden;
}

.firstview #slideshow {
  position: relative;
  width: 100%;
  height: calc(100vh - 83px);
  overflow: hidden;
  margin-top: 83px;
  background: url("../img/jq/top04.jpg") left top no-repeat;
  background-size: cover;
}

.firstview #slideshow .slide {
  position: absolute;
  width: 100%;
  height: calc(100vh - 83px);
  top: 0;
  left: 0;
  transition: all 1s 0s ease;
  transform: translateX(100%);
}

.firstview #slideshow .slide.show {
  transform: translateX(0);
  z-index: 5;
}

.firstview #slideshow .slide.hide {
  transform: translateX(-100%);
  z-index: 1;
}

.firstview #slideshow::before {
  content: "";
  position: absolute;
  width: 160px;
  height: calc(100vh - 83px);
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  top: 0;
  left: 0;
  z-index: 6;
}

.firstview .copyall {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 7;
  width: 70%;
  transform: translateX(-50%) translateY(-50%);
}

.firstview .copyall p {
  transition: all 1s 0s ease-in-out;
  opacity: 0;
  text-align: center;
  transform: scale(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.firstview .copyall p.show {
  opacity: 1;
  transform: scale(100%);
}

.firstview .copyall p.hide {
  opacity: 0;
  transform: scale(120%);
}

.firstview .copyall p.copy01 img {
  width: 90%;
}

.firstview .copyall p.copy02 img {
  width: 100%;
}

.firstview .copyall p.copy03 img {
  width: 50%;
}

.firstview .copyall p.copy04 img {
  width: 70%;
}

.firstview .copyjaall {
  position: absolute;
  top: 36%;
  left: 50%;
  z-index: 8;
  width: 70%;
  transform: translateX(-50%) translateY(-50%);
}

.firstview .copyjaall p {
  transition: all 1s 0s ease;
  opacity: 0;
  text-align: center;
  transform: scale(100%);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.firstview .copyjaall p.show {
  opacity: 1;
  transform: scale(100%);
}

.firstview .copyjaall p.hide {
  opacity: 0;
  transform: scale(120%);
}

.firstview .copyjaall p.copy01 img {
  width: 45%;
}

.firstview .copyjaall p.copy02 img {
  width: 35%;
}

.firstview .copyjaall p.copy03 img {
  width: 20%;
}

.firstview .copyjaall p.copy04 img {
  width: 50%;
}

.firstview #fvcopyright {
  display: none;
}

/*==================================================
★stage
====================================================*/
.recruit_but {
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: 9;
  width: 60%;
  max-width: 350px;
  height: 620px;
  overflow: hidden;
}

.recruit_but .bg {
  position: absolute;
  width: 80%;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.recruit_but svg {
  position: absolute;
  z-index: 2;
  bottom: 150px;
  right: 20px;
  width: 90%;
}

#stage {
  width: 100%;
  overflow: hidden;
  line-height: 1.75;
  padding-bottom: 10%;
  position: relative;
}

/*==================================================
★topcompany
====================================================*/
.topcompany {
  position: relative;
  padding-top: 60%;
  width: 100%;
}

.topcompany h2 {
  width: 60%;
  position: absolute;
  top: 15%;
  left: -5%;
  z-index: 3;
}

.topcompany .bg {
  position: absolute;
  bottom: -30%;
  right: -5%;
  width: 80%;
  z-index: -1;
}

.topcompany .txt {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.topcompany .txt p {
  margin-bottom: 2rem;
}

.topcompany::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 160px);
  height: 50%;
  background: linear-gradient(#cfd8eb, #ffffff);
  z-index: -1;
}

.topcompany .but {
  margin-right: 10%;
  text-align: right;
}

.topcompany .but a img {
  width: 120px;
}

/*==================================================
★topservice
====================================================*/
.topservice {
  position: relative;
  padding-top: 60%;
  width: 100%;
}

.topservice h2 {
  width: 60%;
  position: absolute;
  top: 10%;
  right: -5%;
  z-index: 4;
}

.topservice .but {
  position: relative;
  top: 0;
  left: -3%;
  margin-top: -5%;
  width: 110%;
}

.topservice .but svg.pc {
  display: none;
}

/*==================================================
★toprecruit
====================================================*/
.toprecruit {
  position: relative;
  padding-top: 20%;
  width: 100%;
}

.toprecruit h2 {
  width: 60%;
  position: absolute;
  top: 15%;
  left: -5%;
  z-index: 3;
}

.toprecruit .bgsp {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  transform: translateY(20%);
  z-index: -1;
}

.toprecruit .bgpc {
  display: none;
}

.toprecruit .txt {
  position: relative;
  width: 60%;
  margin-left: 10%;
  margin-top: 55%;
}

.toprecruit .txt p {
  margin-bottom: 2rem;
}

.toprecruit .but {
  margin-left: 10%;
  text-align: left;
}

.toprecruit .but a img {
  width: 120px;
}

/*==================================================
★footer
====================================================*/
footer {
  padding-top: 30%;
  position: relative;
}

footer .compinfo {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
  margin-bottom: 2rem;
  text-align: center;
}

footer .compinfo .name {
  margin-bottom: 1rem;
}

footer .compinfo .addr {
  margin-bottom: 1rem;
  font-size: 12px;
}

footer .compinfo .logo {
  margin-top: 2rem;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

footer .compinfo .logoie {
  display: none;
}

footer #cor {
  color: #ffffff;
  text-align: right;
  padding: 10px 10px 10px 10px;
  position: relative;
}

footer::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: url("../img/footbg.png") left bottom repeat-x;
  background-size: contain;
  z-index: -1;
}

/*==================================================
★pagetop
====================================================*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 5000;
}

.pagetop a {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #222;
  font-size: 24px;
  text-decoration: none;
  border: solid 1px #5977b8;
}

.pagetop a:hover {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

/*==================================================
★media 499
====================================================*/
/*==================================================
★media 769
====================================================*/
@media only screen and (min-width: 769px) {
  /* ★header-tb */
  header.logobx {
    background: url("../img/headerbg_pc.jpg") right top no-repeat;
    background-size: cover;
  }
  header.logobx ul {
    width: 200px;
  }
  header.logobx ul li {
    width: 100px;
    padding-top: 15px;
  }
  header.logobx ul li a {
    width: 100px;
    height: 39px;
  }
  header.logobx ul li a img {
    display: none;
  }
  header.logobx ul li a span {
    font-size: 14px;
  }
  header.logobx ul li a span span {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header.logobx ul li a:hover span span {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    display: block;
  }
  header.logobx ul li:first-child span {
    width: 85px;
  }
  header.logobx ul li:first-child span span {
    position: relative;
  }
  header.logobx ul li:first-child span span::before {
    content: "";
    display: block;
    background-color: #ffffff;
    width: 1px;
    height: 14px;
    position: absolute;
    top: 5px;
    right: -5px;
  }
  header.logobx ul li:last-child span span {
    margin-left: 4px;
  }
  /* ★firstview-tb */
  .firstview .copyall {
    width: 60%;
    max-width: 700px;
    top: 40%;
  }
  .firstview .copyjaall {
    width: 50%;
    max-width: 500px;
    top: 50%;
  }
  .recruit_but svg {
    bottom: 200px;
    right: 70px;
    width: 80%;
  }
  /* ★topcompany-tb */
  .topcompany {
    padding-top: 31%;
  }
  .topcompany h2 {
    max-width: 500px;
    width: 40%;
  }
  .topcompany .bg {
    max-width: 800px;
  }
  .topcompany .txt {
    max-width: 800px;
    width: 60%;
  }
  /* ★topservice-tb */
  .topservice {
    padding-top: 10%;
  }
  .topservice h2 {
    max-width: 500px;
    top: 80%;
    width: 40%;
  }
  .topservice .but {
    top: 0;
    left: -3%;
    margin-top: 0;
    width: 100%;
  }
  .topservice .but svg.sp {
    display: none;
  }
  .topservice .but svg.pc {
    display: block;
  }
  /* ★toprecruit-tb */
  .toprecruit {
    padding-top: 5%;
    margin-top: 10%;
    padding-bottom: 5%;
  }
  .toprecruit h2 {
    max-width: 500px;
    width: 40%;
  }
  .toprecruit .txt {
    margin-top: 35%;
  }
  .toprecruit .bgsp {
    display: none;
  }
  .toprecruit .bgpc {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    max-width: 800px;
    display: block;
  }
  /* ★footer-tb */
  footer {
    padding-top: 10%;
  }
  footer .compinfo {
    display: flex;
    padding-bottom: 10%;
  }
  footer .compinfo .infobx {
    width: 50%;
  }
  footer .compinfo .logobx {
    width: 40%;
    padding-left: 10%;
  }
  footer #cor {
    padding: 20px;
  }
}

/*==================================================
★media 1239
====================================================*/
@media only screen and (min-width: 1239px) {
  .kaigpc {
    display: inline;
  }
  /* ★firstview-pc */
  .firstview .copyall {
    top: calc(50% - 83px);
    left: calc(50% + 80px);
  }
  .firstview .copyjaall {
    top: auto;
    bottom: 60px;
    left: 240px;
    transform: translateX(0) translateY(0);
  }
  .firstview .copyjaall p {
    left: 0;
    transform: scale(100%);
    text-align: left;
  }
  .firstview .copyjaall p.show {
    transform: scale(100%);
  }
  .firstview .copyjaall p.hide {
    transform: scale(120%);
  }
  .firstview #fvcopyright {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    height: 280px;
    z-index: 10;
    color: #ffffff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border-left: solid 5px #ffffff;
    padding-left: 3px;
    transform: translateY(-50%);
  }
  /* ★topcompany-pc */
  .topcompany {
    padding-top: 20%;
  }
  .topcompany h2 {
    max-width: 700px;
    width: 35%;
  }
  .topcompany .bg {
    max-width: 1000px;
    bottom: -65%;
    width: 70%;
  }
  .topcompany .txt {
    max-width: 800px;
    width: 60%;
  }
  /* ★topservice-pc */
  .topservice {
    padding-top: 10%;
  }
  .topservice h2 {
    max-width: 700px;
    top: 80%;
    width: 35%;
  }
  /* ★toprecruit-pc */
  .toprecruit {
    padding-top: 5%;
    margin-top: 10%;
  }
  .toprecruit h2 {
    max-width: 700px;
    width: 35%;
  }
  .toprecruit .txt {
    margin-top: 25%;
    max-width: 800px;
    margin-left: 20%;
    width: 50%;
  }
  .toprecruit .bgpc {
    transform: translateY(10%);
    max-width: 800px;
  }
  .toprecruit .but {
    margin-left: 20%;
  }
  /* ★footer-pc */
  footer .compinfo {
    max-width: 900px;
  }
  footer .compinfo .infobx .name {
    text-align: left;
  }
  footer .compinfo .infobx .addr {
    display: flex;
    text-align: left;
  }
  footer .compinfo .infobx .addr dt {
    width: 30%;
  }
  footer .compinfo .infobx .addr dd {
    width: 70%;
  }
  footer .compinfo .logobx {
    padding-left: 20%;
    width: 30%;
  }
}

/*==================================================
★IE
====================================================*/
@media all and (-ms-high-contrast: none) {
  header.logobx {
    height: 83px;
  }
  .firstview .copyall {
    top: 30%;
  }
  .firstview .copyjaall {
    top: 36%;
  }
  .recruit_but svg {
    bottom: -100px;
  }
  .topservice .but {
    position: relative;
    display: block;
    height: 0;
    padding-top: calc(1547.62/1412.65*100%);
    margin: 0 auto;
  }
  .topservice .but svg.sp {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  footer .compinfo .logo {
    display: none;
  }
  footer .compinfo .logoie {
    display: block;
    text-align: center;
  }
  footer .compinfo .logoie img {
    width: 140px;
    margin-top: 2rem;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 769px) {
  .firstview .copyall {
    top: 40%;
  }
  .firstview .copyjaall {
    top: 50%;
  }
  .recruit_but svg {
    bottom: -50px;
  }
  .topservice .but {
    position: relative;
    display: block;
    height: 0;
    padding-top: calc(794.18/2158.65*100%);
    margin: 0 auto;
  }
  .topservice .but svg.pc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1239px) {
  .firstview .copyall {
    top: calc(50% - 83px);
  }
  .firstview .copyjaall {
    bottom: 60px;
    top: auto;
  }
}

/*==================================================
★pagestage
====================================================*/
.pagestage {
  padding-top: 150px;
  font-size: 16px;
  overflow: hidden;
}

.pagestage::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(#f1f3f7, #ffffff);
  z-index: -2;
}

.pagestage::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 100vh;
  background: linear-gradient(#f9fafb, #ffffff);
  z-index: -1;
}

.pagestage h1 {
  width: 60%;
  position: relative;
  top: 15%;
  left: -5%;
  z-index: 3;
}

.pagestage h2 {
  font-size: 20px;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 60px;
  margin-top: 40px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.pagestage h2 span.ja {
  display: inline-block;
}

.pagestage h2 span.ja::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #ffffff, #145581, #ffffff);
  transform: translateX(-50%);
}

.pagestage h2 span.en {
  font-weight: normal;
  position: absolute;
  bottom: -20px;
  right: 0;
  font-size: 12px;
  color: #5977b8;
}

.pagestage .colmn {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  line-height: 1.75;
  padding-bottom: 90px;
}

/*==================================================
★company
====================================================*/
#company .greeting .pho {
  width: 100%;
  height: 50vw;
  background: url(../img/company/pho03.jpg) left bottom no-repeat;
  background-size: cover;
  margin-bottom: 1rem;
}

#company .greeting .txt p {
  margin-bottom: 1rem;
}

#company .greeting .txt p.name {
  text-align: right;
}

#company .outline > dt {
  font-weight: bold;
  padding: 1%;
}

#company .outline > dd {
  margin-bottom: 1rem;
  border-bottom: dotted 1px #5977b8;
  padding: 1%;
  margin-left: 20px;
}

#company .outline > dd dl {
  display: flex;
  flex-wrap: wrap;
}

#company .outline > dd dl dt {
  width: 35%;
}

#company .outline > dd dl dd {
  width: 65%;
  margin-bottom: 1rem;
}

#company .outline > dd ul {
  margin-left: 20px;
}

#company .outline > dd .note {
  font-size: 12px;
  text-align: right;
  color: #5977b8;
}

#company .history {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#company .history dt {
  width: 35%;
  font-size: 12px;
}

#company .history dd {
  width: 58%;
  margin-bottom: 1.5rem;
  font-size: 12px;
}

/*==================================================
★service
====================================================*/
#service .colmn .wrap {
  position: relative;
}

#service .colmn .wrap.left .bg {
  width: 90%;
  margin-left: 10%;
}

#service .colmn .wrap.left .bg img {
  padding-top: 20%;
  overflow: hidden;
}

#service .colmn .wrap.left .bg img svg {
  overflow: hidden;
}

#service .colmn .wrap.left .pho {
  position: absolute;
  top: 0;
  left: -15%;
  width: 90%;
}

#service .colmn .wrap.left .pho.pho3 {
  left: -25%;
}

#service .colmn .wrap.left .pho.pho5 {
  width: 100%;
  left: -25%;
}

#service .colmn .wrap.left .txt {
  position: absolute;
  width: 60%;
  top: 60%;
  left: 40%;
}

#service .colmn .wrap.right .bg {
  width: 90%;
  margin-left: 10%;
}

#service .colmn .wrap.right .bg img {
  padding-top: 20%;
  overflow: hidden;
}

#service .colmn .wrap.right .bg img svg {
  overflow: hidden;
}

#service .colmn .wrap.right .pho {
  position: absolute;
  top: 0;
  right: -30%;
  width: 90%;
}

#service .colmn .wrap.right .txt {
  position: absolute;
  width: 60%;
  top: 60%;
  left: 0;
}

#service .colmn#haken .num {
  text-align: center;
  margin-bottom: 1rem;
}

#service .colmn#haken .info {
  margin-bottom: 1rem;
}

#service .colmn#haken .info2 {
  margin-bottom: 4rem;
}

#service .colmn#haken .colmnin {
  margin-bottom: 4rem;
}

#service .colmn#haken .colmnin h3 {
  margin-bottom: 2rem;
}

#service .colmn#haken .colmnin .jisseki dl {
  font-size: 14px;
}

#service .colmn#haken .colmnin .jisseki dl dt {
  font-weight: bold;
}

#service .colmn#haken .colmnin .jisseki dl dd {
  margin-bottom: 1rem;
  border-bottom: dotted 1px #143781;
  text-align: right;
}

#service .colmn#haken .colmnin .jisseki2 {
  display: none;
}

#service .colmn#haken .colmnin .note {
  font-size: 14px;
}

#service .colmn#haken .colmnin .info3 {
  font-size: 14px;
  margin-bottom: 1rem;
}

#service .colmn#haken .colmnin .info4 {
  font-size: 14px;
  margin-bottom: 2rem;
}

#service .colmn#haken .colmnin table {
  font-size: 12px;
  border-collapse: separate;
  border-spacing: 2px;
  border: solid 1px #143781;
}

#service .colmn#haken .colmnin table th {
  background-color: #e5e9f3;
}

#service .colmn#haken .colmnin table th span {
  font-weight: normal;
  color: #516699;
}

#service .colmn#haken .colmnin table td {
  text-align: center;
}

#service .colmn#haken .colmnin ul li {
  list-style-type: none;
  margin-bottom: 1rem;
  font-size: 14px;
}

#service .colmn#haken .colmnin .info5 {
  font-size: 14px;
}

/*==================================================
★contact
====================================================*/
#contact .info {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
  margin-top: 30px;
}

#contact .tel .telbx::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: url(../img/contact/pho01.jpg) center top no-repeat;
  background-size: cover;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#contact .tel .telbx dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}

#contact .tel .telbx dl dt {
  width: 20%;
}

#contact .tel .telbx dl dd {
  width: 80%;
  font-weight: bold;
  margin: 1rem 0;
}

#contact .tel .telbx dl dd.telnum a {
  font-size: 22px;
}

#contact .tel .telbx dl dd.telnum span {
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.5;
}

#contact .tel .telbx dl .fax {
  color: #5977b8;
}

#contact .form .finfo {
  margin-top: 2rem;
}

#contact .form form::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: url(../img/contact/pho02.jpg) center center no-repeat;
  background-size: cover;
  margin-top: 1rem;
}

#contact .form form dl dt {
  padding: 5px 5px 5px 0;
}

#contact .form form dl dd {
  margin-bottom: 1rem;
}

#contact .form form dl dd .txbx {
  width: 96%;
  border: solid 1px #143781;
  font-size: 16px;
  padding: 5px;
}

#contact .form form dl dd textarea {
  width: 96%;
  border: solid 1px #143781;
  font-size: 16px;
  padding: 5px;
}

#contact .form form .but {
  text-align: center;
  margin-top: 2rem;
}

#contact .form form .but input {
  background: linear-gradient(#143781, #468aca);
  border: solid 1px #ffffff;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

/*==================================================
★policy
====================================================*/
#policy .colmn p {
  margin-bottom: 2rem;
}

#policy .colmn p.name {
  text-align: right;
}

#policy .colmn ol li {
  margin-left: 25px;
  margin-bottom: 1rem;
}

#policy .colmn ul li {
  margin-left: 25px;
  margin-bottom: 2rem;
}

#policy .colmn h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/*==================================================
★sitemap
====================================================*/
#sitemap ul li {
  list-style-type: none;
  font-size: 20px;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 60px;
  margin-top: 40px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

#sitemap ul li span.ja {
  display: inline-block;
}

#sitemap ul li span.ja::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #ffffff, #145581, #ffffff);
  transform: translateX(-50%);
}

#sitemap ul li span.en {
  font-weight: normal;
  position: absolute;
  bottom: -20px;
  right: 0;
  font-size: 12px;
  color: #5977b8;
}

#sitemap ul li a {
  display: block;
}

/*==================================================
★recruit
====================================================*/
#recruit .recinfo {
  margin-top: 30px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#recruit .recinfo .copywrap1 {
  position: relative;
}

#recruit .recinfo .copywrap1 .pho1 {
  position: relative;
  padding-left: 20%;
}

#recruit .recinfo .copywrap1 .pho1 .pho {
  width: 100%;
}

#recruit .recinfo .copywrap1 .pho1 .copy {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 60%;
}

#recruit .recinfo .copywrap1 .txt1 {
  position: relative;
  margin-top: -20%;
  width: 60%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5%;
  line-height: 1.75;
  z-index: 3;
}

#recruit .recinfo .copywrap1 .txt1 p {
  margin-bottom: 1rem;
}

#recruit .recinfo .copywrap1 .txt1 p:last-child {
  margin-bottom: 0;
}

#recruit .recinfo .copywrap2 {
  position: relative;
}

#recruit .recinfo .copywrap2 .pho2 {
  position: relative;
  margin-top: -10%;
  padding-left: 20%;
}

#recruit .recinfo .copywrap2 .pho2 img {
  width: 100%;
}

#recruit .recinfo .copywrap2 .txt2 {
  position: relative;
  margin-top: -20%;
  width: 60%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5%;
  line-height: 1.75;
  z-index: 3;
}

#recruit .recinfo .copywrap2 .txt2 li {
  margin-left: 5%;
}

#recruit .colmn .info {
  margin-bottom: 3rem;
}

#recruit .colmn .detail h3 {
  font-size: 18px;
  margin-bottom: 1rem;
}

#recruit .colmn .detail dl > dt {
  font-weight: bold;
  padding: 1%;
}

#recruit .colmn .detail dl > dd {
  margin-bottom: 1rem;
  border-bottom: dotted 1px #5977b8;
  padding: 1%;
  margin-left: 20px;
}

#recruit .colmn .detail dl > dd p {
  margin-bottom: 1rem;
}

#recruit .colmn .detail dl > dd p:last-child {
  margin-bottom: 0;
}

#recruit .colmn .detail dl > dd ul {
  margin-left: 20px;
  margin-bottom: 1rem;
}

#recruit .colmn form .finfo {
  margin-bottom: 2rem;
}

#recruit .colmn form dl dt {
  padding: 5px 5px 5px 0;
}

#recruit .colmn form dl dd {
  margin-bottom: 1rem;
}

#recruit .colmn form dl dd .txbx {
  width: 96%;
  border: solid 1px #143781;
  font-size: 16px;
  padding: 5px;
}

#recruit .colmn form dl dd textarea {
  width: 96%;
  border: solid 1px #143781;
  font-size: 16px;
  padding: 5px;
}

#recruit .colmn form .but {
  text-align: center;
  margin-top: 2rem;
}

#recruit .colmn form .but input {
  background: linear-gradient(#143781, #468aca);
  border: solid 1px #ffffff;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

/*==================================================
★pagefoot
====================================================*/
/* .pagefoot{
    background: url('../img/pagefootbg.png') left top repeat-x;
} */
/*==================================================
★media 769
====================================================*/
@media only screen and (min-width: 769px) {
  .pagestage h1 {
    max-width: 500px;
    width: 40%;
  }
  .pagestage h2 {
    font-size: 24px;
  }
  /* ★company-tb */
  #company .greeting .wrap {
    display: flex;
    justify-content: space-between;
  }
  #company .greeting .wrap .pho {
    width: 40%;
    height: auto;
  }
  #company .greeting .wrap .txt {
    width: 57%;
  }
  #company .outline {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #company .outline > dt {
    width: 20%;
    border-bottom: dotted 1px #5977b8;
    margin-bottom: 1rem;
  }
  #company .outline > dd {
    width: 70%;
  }
  #company .compho {
    display: flex;
  }
  #company .compho p {
    width: 50%;
  }
  #company .history dt {
    font-size: 14px;
  }
  #company .history dd {
    font-size: 14px;
  }
  /* ★service-tb */
  #service .colmn .wrap .txt {
    font-size: 16px;
  }
  #service .colmn#haken .colmnin .jisseki {
    display: none;
  }
  #service .colmn#haken .colmnin .jisseki2 {
    display: table;
    width: 100%;
  }
  #service .colmn#haken .colmnin .jisseki2 th {
    width: 20%;
  }
  #service .colmn#haken .colmnin table {
    width: 100%;
  }
  /* ★contact-tb */
  #contact .tel {
    max-width: 1000px;
  }
  #contact .tel .note {
    text-align: center;
  }
  #contact .tel .telbx {
    display: flex;
  }
  #contact .tel .telbx::before {
    width: 40%;
    height: auto;
  }
  #contact .tel .telbx .telwrap {
    width: 57%;
  }
  #contact .tel .telbx .telwrap dl {
    margin-top: 1rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #contact .form .note {
    text-align: center;
  }
  #contact .form form {
    display: flex;
    justify-content: space-between;
  }
  #contact .form form::before {
    height: auto;
    width: 40%;
  }
  #contact .form form .formbx {
    width: 57%;
  }
  /* ★recruit-tb */
  #recruit .recinfo {
    margin-bottom: 120px;
  }
  #recruit .recinfo .copywrap1 .pho {
    padding-left: 20%;
  }
  #recruit .recinfo .copywrap1 .pho img {
    width: 80%;
  }
  #recruit .recinfo .copywrap2 .pho2 {
    text-align: right;
    margin-top: 5%;
  }
  #recruit .recinfo .copywrap2 .pho2 img {
    width: 80%;
  }
  #recruit .colmn .detail dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #recruit .colmn .detail dl > dt {
    width: 20%;
    border-bottom: dotted 1px #5977b8;
    margin-bottom: 1rem;
  }
  #recruit .colmn .detail dl > dd {
    width: 70%;
  }
  #recruit .colmn form dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #recruit .colmn form dl dt {
    width: 30%;
  }
  #recruit .colmn form dl dd {
    width: 67%;
  }
}

/*==================================================
★media 1239
====================================================*/
@media only screen and (min-width: 1239px) {
  .pagestage {
    font-size: 14px;
  }
  .pagestage h1 {
    max-width: 700px;
    width: 35%;
  }
  .pagestage h2 {
    font-size: 30px;
  }
  .pagestage .colmn {
    padding-bottom: 150px;
  }
  .pagestage .history dt {
    text-align: right;
  }
  /* ★service-pc */
  #service .colmn .wrap {
    max-width: 80%;
    margin-left: 15%;
    margin-right: 5%;
  }
  #service .colmn .wrap .pho {
    margin-top: 5%;
  }
  #service .colmn .wrap .txt {
    font-size: 20px;
  }
  /* ★contact-pc */
  #contact .info {
    text-align: center;
  }
}

/*==================================================
★IE
====================================================*/
