@charset "UTF-8";
/* ********************************************************
	共通初期化CSS
******************************************************** */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, header, footer, article, section, aside, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 100%;
}

ol, ul, li {
  list-style: none;
}

img {
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

:focus {
  outline: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

.clear, div .clear {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  clear: both;
}

/*---clearFix---*/
.clearFix {
  zoom: 1;
}

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

@media print {
  body {
    zoom: 60%;
  }
}

/*-------------------------------
  flex
-------------------------------*/
/*-------------------------------
  font size
-------------------------------*/
/*-------------------------------
  width
-------------------------------*/
/*-------------------------------
  position
-------------------------------*/
/*-------------------------------
  arrow
-------------------------------*/
/*--------------------------------------
 common
---------------------------------------*/
.pages_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 5em 0;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .pages_inner {
    max-width: 85%;
    padding: 3em 0;
  }
}

@media only screen and (max-width: 640px) {
  .pages_inner {
    max-width: 80%;
    padding: 2em 0;
  }
}

.pages_ttl {
  color: #4fbcb2;
  font-size: 1.5rem;
  padding-bottom: .8em;
  border-bottom: 3px solid #4fbcb2;
}

@media only screen and (max-width: 640px) {
  .pages_ttl {
    font-size: 1.2rem;
    padding-bottom: .5em;
  }
}

/*--------------------------------------
 kv_area
---------------------------------------*/
.pages_kv {
  width: 100%;
  height: 450px;
  position: relative;
}

@media only screen and (max-width: 1060px) {
  .pages_kv {
    height: auto;
    padding-bottom: 45%;
  }
}

@media only screen and (max-width: 640px) {
  .pages_kv {
    padding-bottom: 55%;
  }
}

.pages_kv_ttl_area {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 1em;
}

.pages_kv_ttl {
  background: url("../images/company/kv_ttl.png") no-repeat;
  width: 435px;
  height: 254px;
  position: relative;
}

@media only screen and (max-width: 1060px) {
  .pages_kv_ttl {
    width: 100%;
    height: auto;
    padding-bottom: 25%;
    background-size: contain;
    left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .pages_kv_ttl {
    padding-bottom: 35%;
    left: -1em;
  }
}

.pages_kv_ttl h2 {
  color: #fff;
  font-size: 1.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 55%;
  left: 60%;
}

@media only screen and (max-width: 1060px) {
  .pages_kv_ttl h2 {
    font-size: 1.7rem;
    left: 26%;
  }
}

@media only screen and (max-width: 640px) {
  .pages_kv_ttl h2 {
    font-size: 1.3rem;
    left: 37%;
  }
}

@media only screen and (max-width: 320px) {
  .pages_kv_ttl h2 {
    font-size: 1.1rem;
  }
}

.company_kv {
  background: url("../images/company/kv_img.jpg") center no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  .tel_a {
    font-size: 1rem;
  }
}

/*--------------------------------------
 company
---------------------------------------*/
.company .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .company .ttl {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 640px) {
  .company .ttl {
    font-size: 1.3rem;
  }
}

.company .pages_cat {
  font-size: 1.1rem;
  padding: 1.5em 0;
  border-bottom: 1px solid #C9C9C9;
}

@media only screen and (max-width: 640px) {
  .company .pages_cat {
    font-size: 1rem;
    padding: 1em 0;
  }
}

.company dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

@media only screen and (max-width: 640px) {
  .company dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.company dt {
  width: 17%;
  padding: 1.5em 0;
  border-bottom: 1px solid #C9C9C9;
  line-height: 1.5em;
  color: #4fbcb2;
  font-weight: bold;
}

.company dt:nth-last-of-type(1) {
  border-bottom: none;
  margin-bottom: 2em;
}

@media only screen and (max-width: 640px) {
  .company dt:nth-last-of-type(1) {
    margin-bottom: none;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .company dt {
    width: 16%;
  }
}

@media only screen and (max-width: 640px) {
  .company dt {
    width: 100%;
    padding: 1em 0 0 0;
    font-size: 0.9rem;
    border-bottom: none;
  }
}

.company dd {
  width: 83%;
  padding: 1.5em 0;
  border-bottom: 1px solid #C9C9C9;
  line-height: 1.5em;
}

.company dd:nth-last-of-type(1) {
  border-bottom: none;
}

@media only screen and (max-width: 640px) {
  .company dd:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .company dd {
    width: 84%;
  }
}

@media only screen and (max-width: 640px) {
  .company dd {
    width: 100%;
    padding: 0 0 1em 0;
    font-size: 0.9rem;
  }
}

.company_sec02 {
  background: #eef5fb;
}

.pages_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #C9C9C9;
  padding: 2em 0;
}

@media only screen and (max-width: 640px) {
  .pages_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 640px) {
  .pages_item {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.pages_item:nth-last-of-type(1) {
  border-bottom: none;
}

@media only screen and (max-width: 640px) {
  .pages_item:nth-last-of-type(1) {
    padding: 1em 0 0 0;
  }
}

.pages_txt {
  font-size: 1rem;
  line-height: 1.7em;
  margin-bottom: 2em;
  margin-right: 2.5em;
  text-align: justify;
}

@media only screen and (max-width: 640px) {
  .pages_txt {
    font-size: .9rem;
    margin-right: 0;
    margin-bottom: 1em;
    padding-top: .5em;
  }
}

.pages_txt:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .pages_txt:nth-last-of-type(1) {
    margin-bottom: 1em;
  }
}

.pages_txt_s {
  text-align: right;
}

.pages_txt_area {
  width: 100%;
}

.pages_txt_img {
  width: 21%;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .pages_txt_img {
    width: 30%;
  }
}

@media only screen and (max-width: 640px) {
  .pages_txt_img {
    width: 100%;
  }
}

.company_sec03 .pages_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #710e13;
}

.company_sec03 .pages_ttl img {
  display: block;
  max-width: 20%;
  vertical-align: middle;
  margin-right: .1em;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .company_sec03 .pages_ttl img {
    max-width: 30%;
  }
}

@media only screen and (max-width: 640px) {
  .company_sec03 .pages_ttl img {
    max-width: 55%;
  }
}

@media all and (-ms-high-contrast: none) {
  .company_sec03 .pages_ttl img {
    width: 20%;
    margin-top: -6px;
  }
}

.pages_list {
  padding: 1.5em 0 1em 0;
  border-bottom: 1px solid #C9C9C9;
}

.pages_list:nth-last-of-type(1) {
  border-bottom: none;
}

@media only screen and (max-width: 640px) {
  .pages_list:nth-last-of-type(1) {
    padding: 1em 0 0 0;
  }
}

.pages_l_ttl {
  display: inline-block;
  color: #4fbcb2;
  line-height: 1.5em;
  font-weight: bold;
  position: relative;
}

.pages_l_ttl:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #4fbcb2;
  margin-left: .5em;
  vertical-align: baseline;
}

@media only screen and (max-width: 640px) {
  .pages_l_ttl:after {
    vertical-align: inherit;
  }
}

.pages_l_tel {
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .pages_l_tel {
    padding: .2em 0;
  }
}

@media only screen and (max-width: 640px) {
  .pages_l_tel span {
    margin-left: .5em;
  }
}

.link_a {
  text-decoration: underline;
}

.pages_l_txt {
  margin-bottom: .5em;
}

.pages_l_cat {
  font-weight: bold;
  position: relative;
}

.pages_l_cat:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #4fbcb2;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: .3em;
  margin-top: -2px;
}

.pages_l_cat_s {
  margin-bottom: 1em;
}

.company_sec04 {
  background: #efefef;
  position: relative;
}

.company_sec04:before {
  content: '';
  display: inline-block;
  background: url("../images/company/img03.jpg") no-repeat;
  width: 100%;
  height: auto;
  padding-bottom: 56%;
  background-size: cover;
}

.company_sec04 .pages_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.7rem;
  color: #710e13;
  border-bottom: none;
}

@media only screen and (max-width: 640px) {
  .company_sec04 .pages_ttl {
    font-size: 1.2rem;
  }
}

.company_sec04 .pages_ttl img {
  display: block;
  max-width: 22%;
  vertical-align: middle;
  margin-right: .1em;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .company_sec04 .pages_ttl img {
    max-width: 30%;
  }
}

@media only screen and (max-width: 640px) {
  .company_sec04 .pages_ttl img {
    max-width: 55%;
  }
}

@media all and (-ms-high-contrast: none) {
  .company_sec04 .pages_ttl img {
    width: 22%;
    margin-top: -5px;
  }
}

.company_sec04 .pages_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
}

@media only screen and (max-width: 640px) {
  .company_sec04 .pages_txt {
    font-size: 1rem;
    margin-bottom: .5em;
  }
}

.company_sec04 .pages_img {
  text-align: center;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .company_sec04 .pages_img {
    width: 75%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .company_sec04 .pages_img {
    width: 95%;
    margin: 0 auto;
  }
}

/*--------------------------------------
privacy
---------------------------------------*/
.privacy .pages_ttl {
  color: #4fbcb2;
  font-size: 1.5rem;
  padding-bottom: .8em;
  border-bottom: 3px solid #4fbcb2;
}

@media only screen and (max-width: 640px) {
  .privacy .pages_ttl {
    font-size: 1.2rem;
    padding-bottom: .5em;
  }
}

.privacy .privacy_item {
  padding: 2em 0 0.5em 0;
}

@media only screen and (max-width: 640px) {
  .privacy .privacy_item {
    padding: 1em 0 0.5em 0;
  }
}

.privacy .privacy_ttl {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #000;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .privacy .privacy_ttl {
    margin-bottom: .5em;
    line-height: 1.5em;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 320px) {
  .privacy .privacy_ttl {
    font-size: .9rem;
  }
}

.privacy .privacy_ttl:before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #000;
  margin-right: 0.3em;
  vertical-align: middle;
}

@media only screen and (max-width: 320px) {
  .privacy .privacy_ttl:before {
    font-size: .9rem;
  }
}

.privacy .privacy_txt {
  font-size: 1rem;
  text-align: justify;
}

@media only screen and (max-width: 640px) {
  .privacy .privacy_txt {
    font-size: .9rem;
  }
}

.privacy .privacy_txt02 {
  font-size: 1rem;
  text-align: justify;
  padding-top: 3em;
}

@media only screen and (max-width: 640px) {
  .privacy .privacy_txt02 {
    font-size: .9rem;
    padding-top: 2em;
  }
}
/*# sourceMappingURL=pages.css.map */