@charset "UTF-8";
/*
Theme Name: kiqras
Description: kiqras Theme
Author: kiqras
*/
/* Scss Document */
/*color*/
/* responsive */
html {
  line-height: 1.15;
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
body {
  min-width: 100%;
  margin: 0;
  background: #ffffff;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Meiryo, sans-serif;
}

main {
  width: 100%;
}

a {
  color: #000000;
  transition: 0.25s;
}
a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

svg {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

img[src$=".svg"],
img[src$=".svgz"] {
  width: 100%;
}

p {
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button,
select {
  text-transform: none;
}

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

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

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

figure {
  margin: 0;
}

/* bg-img text */
.u-bg-text {
  text-indent: 100%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}

/*align*/
.u-ta-l {
  text-align: left;
}

.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

/*font-size*/
@media print, screen and (min-width: 750px) {
  .u-fs-xs {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .u-fs-s {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .u-fs {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .u-fs-l {
    font-size: 21px;
    font-size: 2.1rem;
  }

  .u-fs-xl {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .u-fs-20 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .u-fs-xs {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .u-fs-s {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .u-fs {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .u-fs-l {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .u-fs-xl {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .u-fs-20 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.u-fw-b {
  font-weight: bold;
}

/* margin */
.u-mb100 {
  margin-bottom: 100px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb15 {
  margin-bottom: 15px;
}

/* padding */
.u-pd100 {
  padding-bottom: 100px;
}

.u-pd80 {
  padding-bottom: 80px;
}

.u-pd50 {
  padding-bottom: 50px;
}

.u-pd40 {
  padding-bottom: 40px;
}

.u-pd20 {
  padding-bottom: 20px;
}

.u-pd-em {
  padding-left: 1em;
}

/*line-height*/
.u-lh120 {
  line-height: 1.2;
}

.u-lh150 {
  line-height: 1.5;
}

.u-lh180 {
  line-height: 1.8;
}

.u-lh200 {
  line-height: 2;
}

/*a color*/
.u-text-link {
  color: #000000;
  transition: 0.2s;
}
.u-text-link:hover {
  opacity: 0.7;
}

/*display*/
.u-dis-i {
  display: inline;
}
.u-dis-i * {
  display: inherit;
}

.u-dis-ib {
  display: inline-block;
}

.u-dis-b {
  display: block;
}

/*flex*/
.u-ai-c {
  align-items: center;
}

/*position*/
.u-pos-rt {
  position: relative;
}

.u-pos-al {
  position: absolute;
  left: 0;
  top: 0;
}

/*text-deco*/
.u-cycle {
  position: relative;
  padding-left: 1.25em;
}
.u-cycle::before {
  content: "◯";
  position: absolute;
  left: 0;
}

/*before after*/
.u-ba {
  content: "";
  display: block;
  position: absolute;
}

/* dis */
.u-sp-view {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .u-pc-view {
    display: none !important;
  }

  .u-sp-view {
    display: inherit !important;
  }
}
/* cycle */
.u-cycle01,
.u-cycle02 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: block;
}

.u-cycle01 {
  background-color: #231815;
}

.u-cycle02 {
  background-color: #000000;
}

/*ie11*/
.u-ie-flex-h {
  min-height: 0%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

@media print, screen and (min-width: 750px) {
  .flex {
    display: flex;
    justify-content: space-between;
  }
}

.shadow {
  box-shadow: 8px 8px 25px #cccccc;
}

.orange-label {
  border: 2px solid #ff4500;
  padding: 6px 80px;
  line-height: 1;
  display: inline-block;
  color: #ff4500;
  font-size: 2rem;
}
@media screen and (max-width: 749px) {
  .orange-label {
    font-size: 1.6rem;
    padding: 6px 5%;
  }
}

.more_btn a::before,
.more_btn a::after {
  position: absolute;
  z-index: -1;
  display: block;
  left: 0;
  content: "";
}

.more_btn a,
.more_btn a::before,
.more_btn a::after {
  box-sizing: border-box;
  transition: all 0.3s;
}

.more_btn p {
  border: 1px solid #000000;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 749px) {
  .more_btn p {
    display: block;
    text-align: center;
    margin: 0 6vw;
  }
}
.more_btn p:before {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 1px;
  background: #000000;
  content: "";
}

.more_btn p a {
  padding: 6px 80px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 749px) {
  .more_btn p a {
    padding: 3vw 4vw;
  }
}
.more_btn p a:hover {
  color: #ffffff;
}

.more_btn p a::after {
  top: -100%;
  width: 100%;
  height: 100%;
}

.more_btn p a:hover::after {
  top: 0;
  background-color: #000000;
}

.toggle_menu {
  display: block;
  width: 55px;
  height: 45px;
  z-index: 999;
  text-align: center;
  cursor: pointer;
  font-size: 1.1rem;
  position: absolute;
  top: 14px;
  right: 27px;
  transition: all 0.4s;
  color: #ffffff;
}
@media print, screen and (min-width: 750px) {
  .toggle_menu {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .toggle_menu {
    right: 10px;
  }
}
.toggle_menu a {
  color: .toggle_menu a main-color;
  font-size: 0.5rem;
  text-decoration: none;
}

.toggle_menu span.icon {
  display: block;
  background: #000000;
  width: 34px;
  height: 1px;
  position: absolute;
  left: 10px;
  transition: all 0.4s;
}

.toggle_menu span.ttl {
  position: relative;
}

@media screen and (max-width: 749px) {
  .ac .toggle_menu {
    top: 26px !important;
  }
}

.toggle_menu span:first-child {
  top: 8px;
}

.toggle_menu span:nth-child(2) {
  margin-top: -4px;
  top: 50%;
}

.toggle_menu span:nth-child(3) {
  bottom: 14px;
}

.toggle_menu span:nth-child(4) {
  margin-top: 35px;
  display: block;
}

.ac .toggle_menu span:first-child {
  transform: translateY(11px) rotate(45deg);
}

.ac .toggle_menu span:nth-child(2) {
  opacity: 0;
}

.ac .toggle_menu span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

.wrap {
  margin: 0 auto;
}
@media print, screen and (min-width: 750px) {
  .wrap {
    width: 1000px;
  }
}

.btn_list {
  margin: 35px 0 20px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .btn_list {
    margin: 15px 0 15px;
  }
}
.btn_list li {
  margin-bottom: 6px;
}

.flex {
  display: flex;
}

.tel {
  width: 300px;
}
@media screen and (max-width: 749px) {
  .tel {
    width: 100%;
  }
  .tel img {
    width: 100%;
    height: auto;
  }
}

.sub_ttl .jp {
  font-size: 1.4rem;
  margin-left: 10px;
  font-weight: normal;
}

#header_top {
  background: #e8e8e8;
  padding: 2px 0;
}
#header_top .flex {
  align-items: center;
}
#header_top .right ul {
  display: flex;
}
#header_top .right ul li {
  border-left: 1px solid #999999;
  padding: 5px 12px;
}
#header_top .right ul li:last-child {
  border-right: 1px solid #999999;
}

header {
  width: 100%;
  z-index: 999;
  padding: 20px 0 10px;
}
header .flex {
  align-items: baseline;
}
header #logo {
  width: 390px;
}
@media screen and (max-width: 749px) {
  header #logo {
    width: 59%;
  }
}
@media print, screen and (min-width: 750px) {
  header .header_left {
    float: left;
    width: 500px;
  }
  header .header_right {
    float: right;
    display: flex;
    margin-top: 30px;
  }
}
header nav {
  padding: 15px 0;
}
@media screen and (max-width: 749px) {
  header nav {
    display: none;
  }
}
header nav .wrap {
  padding: 0 24px;
}
header nav ul {
  display: table;
  width: 100%;
}
header nav ul li {
  display: table-cell;
  text-align: center;
  border-left: 1px solid #a9a9a9;
  width: 140px;
  padding: 0 10px;
  font-size: 1.6rem;
}
header nav ul li .eng {
  font-size: 1.2rem;
  display: block;
  color: #919191;
}
header nav ul li:last-child {
  border-right: 1px solid #a9a9a9;
}
header nav ul li a {
  display: block;
  text-decoration: none;
}

footer {
  background: url(../img/common/bg_footer.png) no-repeat;
  background-size: cover;
  padding: 50px 0;
}
footer .footer_logo {
  margin-right: 30px;
}
footer .footer_info {
  text-align: left;
  margin-bottom: 30px;
}
footer .footer_info address {
  margin-bottom: 15px;
}
footer .wrap {
  display: flex;
  justify-content: space-between;
}
footer .wrap .footer_left {
  display: flex;
}
@media print, screen and (min-width: 750px) {
  footer .wrap .footer_nav {
    width: 450px;
  }
}
footer .wrap .footer_nav ul {
  margin-left: 15px;
  display: flex;
}
footer .wrap .footer_nav ul li {
  margin-right: 15px;
  padding-left: 15px;
  position: relative;
}
footer .wrap .footer_nav ul li:last-child {
  margin-right: 0;
}
footer .wrap .footer_nav ul li a {
  text-decoration: none;
}
footer .wrap .copyright {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 50px;
}

@media print, screen and (min-width: 750px) {
  .hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 749px) {
  .hidden-pc {
    display: block;
  }
}
@media print {
  .hidden-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 750px) {
  .hidden-sp {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  .hidden-sp {
    display: none !important;
  }
}

@media print, screen and (min-width: 750px) {
  .wrap {
    width: 1050px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .wrap img {
    max-width: 100%;
    height: auto;
  }
}

#wrapper {
  overflow: hidden;
}

.hiss {
  font-size: 0.8rem;
  color: #b41919;
  margin-left: 6px;
  font-weight: bold;
}

#formWrap {
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
@media print, screen and (min-width: 750px) {
  #formWrap {
    width: 900px;
  }
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable td, table.formTable th {
  border: 4px solid #F0F8FA;
  background: #ffffff;
  padding: 20px;
  font-size: 16px;
}
@media screen and (max-width: 749px) {
  table.formTable td, table.formTable th {
    display: block;
    width: 100%;
  }
}

table.formTable th {
  width: 40%;
  font-weight: normal;
  background: #094292;
  color: #ffffff;
  text-align: left;
}

#top_main {
  background: url(../img/top/bg_mainpng.png) no-repeat;
  background-size: cover;
  position: relative;
  top: 0;
  text-align: center;
}
#top_main .wrap {
  height: 22vw;
}
#top_main .wrap p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 750px) {
  #top_main .wrap p {
    width: 650px;
  }
}
#top_main.about_main {
  background: url(../img/about/bg_main.png) no-repeat;
  background-size: cover;
}
#top_main.company_main {
  background: url(../img/company/bg_main.png) no-repeat;
  background-size: cover;
}

.top_concept {
  padding: 10px 0 0;
  text-align: center;
  margin: 0 auto;
  background: #ffffff;
}
.top_concept .wrap {
  margin-top: -50px;
  position: relative;
  background: #ffffff;
  padding: 40px 0 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

@media print, screen and (min-width: 750px) {
  #top_service .flex {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 750px) {
  #top_service .wrap {
    width: 900px;
  }
}
#top_service .sub_ttl {
  display: block;
  margin-bottom: 50px;
  text-align: center;
  color: #0067db;
  border-bottom: 1px solid #0067db;
  line-height: 1;
}
@media print, screen and (min-width: 750px) {
  #top_service .sub_ttl h2 {
    position: relative;
    font-size: 2rem;
    line-height: 2;
  }
}
#top_service .col {
  display: flex;
  margin-bottom: 50px;
}
#top_service .col:last-child {
  margin-bottom: 0;
}
#top_service .col figure {
  width: 250px;
  margin-right: 30px;
}
#top_service .col figure img {
  width: 100%;
}
#top_service .col .name {
  text-align: right;
  margin-top: 100px;
  font-size: 2rem;
}
#top_service .col .name small {
  font-size: 1.2rem;
  margin-right: 15px;
}
#top_service .col .in {
  flex: 1;
}
#top_service .col a {
  text-decoration: none;
}
#top_service .col .txt {
  margin-bottom: 20px;
}
@media screen and (max-width: 749px) {
#top_service .col {
  display: block;
  margin-bottom: 35px;
}
#top_service .col figure {
  text-align: center !important;
  margin: 0 auto;
  margin-bottom: 10px;
}
}

#top_news {
  background: #eeeeee;
  padding: 40px 0;
}
@media print, screen and (min-width: 750px) {
  #top_news .wrap {
    width: 800px;
  }
}
#top_news .sub_ttl2 {
  border-bottom: 2px solid #ffffff !important;
  margin-bottom: 30px !important;
  padding-bottom: 10px !important;
}
#top_news .sub_ttl2 h2 {
  color: inherit !important;
  font-size: 1.2rem;
  font-weight: normal;
}
#top_news .sub_ttl2 h2 .label {
  font-size: 1.8rem;
  margin-right: 15px;
}
@media screen and (max-width: 749px) {
  #top_news .flex {
    display: block;
  }
}
#top_news .list li {
  padding: 5px;
}
#top_news .list li .date {
  margin-right: 30px;
}
#top_news .list li .ttl {
  font-size: 1.4rem;
}
#top_news .list li a {
  display: flex;
  text-decoration: none;
}

main {
  padding: 40px 0;
}

.sub_ttl {
  display: block;
  margin-bottom: 50px;
  text-align: center;
  color: #0067db;
  border-bottom: 1px solid #0067db;
  line-height: 1;
}
@media print, screen and (min-width: 750px) {
  .sub_ttl h2 {
    position: relative;
    font-size: 2rem;
    line-height: 2;
  }
}
.sub_ttl.left {
  text-align: left;
  margin-bottom: 24px;
}

.company-list dl {
  display: flex;
  border-bottom: 1px solid #e3e3e3;
  padding: 18px 0;
}
.company-list dl dt {
  width: 250px;
}
.company-list dl dd {
  flex: 1;
}

@media print, screen and (min-width: 750px) {
  #aboutP .wrap {
    width: 900px;
  }
}
#aboutP #about_main {
  margin-bottom: 50px;
}
#aboutP #about_main h2 {
  text-align: center;
  margin-bottom: 25px;
}
#aboutP #about_main p {
  margin-bottom: 20px;
}
#aboutP #about_main figure img {
  width: 100%;
}
#aboutP #about_flow .list .col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#aboutP #about_flow .list .col .in {
  width: 600px;
}
#aboutP #about_flow .list .col .in h2 {
  color: #0067db;
  border-bottom: 1px solid #0067db;
  margin-bottom: 25px;
  line-height: 1.6;
}
#aboutP #about_flow .list .col:nth-of-type(2n) .in {
  order: 2;
}
#aboutP #about_flow .list .col:nth-of-type(2n) figure {
  order: 1;
}