@charset "utf-8";

/*--------------------------------------------
エージェント別
--------------------------------------------*/
/********* pc *********/
.u-pc {
  display: block !important;
}

.u-pc__flex {
  display: flex !important;
}

.u-pc__inline {
  display: inline !important;
}

.u-sp,
.u-sp__flex,
.u-sp__inline {
  display: none !important;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .u-pc,
  .u-pc__flex,
  .u-pc__inline {
    display: none !important;
  }

  .u-sp {
    display: block !important;
  }

  .u-sp__flex {
    display: flex !important;
  }

  .u-sp__inline {
    display: inline !important;
  }
}

/*--------------------------------------------
フォント
--------------------------------------------*/ 
/* noto sans jp */
.u-fn_noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}
/* 
Thin 100
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
Black 900
*/

/* roboto */
.u-fn_roboto {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
/* 
thin 100
light 300
Regular 400
Medium 500
Bold 700
Black 900
*/

/* M PLUS Rounded 1c */
.u-fn_m-plus-rounded {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
}
/* 
Medium 500
*/

.u-fn_barlow-condensed {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* 
bold 700
*/

/*--------------------------------------------
メニュー
--------------------------------------------*/
.btn-top-menu {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  z-index: 100;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .btn-top-menu {
    position: fixed;
    top: 2.666vw;
    left: 2.666vw;
    width: 10.666vw;
    height: 10.666vw;
    z-index: 100;
  }
}

.btn-top-menu img {
  width: 100%;
}

.top-menu-open {
  display: block;
}

.top-menu-close {
  display: none;
}

.top-menu-open,
.top-menu-close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.top-menu {
  display: none;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 200px;
  box-sizing: border-box;
  padding: 50px 10px 10px;
  background-color: #1f4b97;
  z-index: 10;
}

.top-menu li a {
  display: block;
  padding: 10px 0 10px;
  text-decoration: none;
  position: relative;
  color: #fff;
}

.top-menu li ul li a {
  padding: 15px 0 15px 40px;
}

.top-menu a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin: -6px 0 0 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

/*--------------------------------------------
キービジュアル
--------------------------------------------*/
.kv-sec {
  width: 100%;
  height: 100vh;
  background: url(../images/kv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .kv-sec {
    width: 100%;
    height: 100vh;
    background: url(../images/kv.jpg);
    background-size: cover;
    background-position: calc(50% - 14vw) center;
  }
}

.kv-sec h1 {
  width: 30%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .kv-sec h1 {
    width: 60%;
  }
}

/*--------------------------------------------
会社概要
--------------------------------------------*/
.company-sec {
  width: 100%;
  margin: 80px auto 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .company-sec {
    margin: 10.666vw auto 0;
  }
}

.company-sec_ttl {
  width: 100%;
  height: 160px;
  background: url(../images/ttl_company.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .company-sec_ttl {
    height: 21.333vw;
  }
}

.company-sec_ttl_inner {
  width: 95%;
  max-width: 1000px;
  height: 160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .company-sec_ttl_inner {
    height: 21.333vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.company-sec_ttl_inner h2 {
  font-size: 36px;
  color: #fff;
  font-weight: normal;
  text-align: left;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .company-sec_ttl_inner h2 {
    font-size: 5.6vw;
  }
}

.company-sec_contents {
  width: 95%;
  max-width: 1000px;
  margin: 60px auto 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .company-sec_contents {
    margin: 8vw auto 0;
  }
}

/*
表組み
*/
.company-sec_table {
  border-collapse: collapse;
  border: solid 2px #d4dcd6;
  width: 100%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .company-sec_table {
    border-collapse: collapse;
    border: solid 0.6vw #d4dcd6;
  }
}

.company-sec_table th {
  color: #1e50a2;
  background-color: #eaf4fc;
  width: 25%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .company-sec_table th {
    display: block;
    width: 100%;
  }
}

.company-sec_table td {
  width: 75%;
  background-color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .company-sec_table td {
    display: block;
    width: 100%;
  }
}

.company-sec_table th,
.company-sec_table td {
  border: solid 1px #c8cfde;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.6;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .company-sec_table th,
  .company-sec_table td {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: dashed 1px #d4dcd6;
  }
  .company-sec_table tr:last-child td {
    border: none;
  }
}

.company-sec_map {
  position: relative;
  width: 100%;
  border: solid 2px #d4dcd6;
  padding-top: 56.25%;
  height: 0;
  margin-top: 60px;
  
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .company-sec_map {
    position: relative;
    width: 100%;
    border: solid 0.6vw #d4dcd6;
    padding-top: 80%;
    margin-top: 6vw;
  }
}

.company-sec_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------
事業概要
--------------------------------------------*/
.business-sec {
  width: 100%;
  margin: 80px auto 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .business-sec {
    margin: 10.666vw auto 0;
  }
}

.business-sec_ttl {
  width: 100%;
  height: 160px;
  background: url(../images/ttl_business.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .business-sec_ttl {
    height: 21.333vw;
  }
}

.business-sec_ttl_inner {
  width: 95%;
  max-width: 1000px;
  height: 160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .business-sec_ttl_inner {
    height: 21.333vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.business-sec_ttl_inner h2 {
  font-size: 36px;
  color: #fff;
  font-weight: normal;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .business-sec_ttl_inner h2 {
    font-size: 5.6vw;
  }
}

.business-sec_contents {
  width: 95%;
  max-width: 950px;
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .business-sec_contents {
    margin: 8vw auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: column-reverse;
  }
}

.business-sec_img {
  width: 100%;
  max-width: 400px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .business-sec_img {
    width: 100%;
    max-width: 100%;
    padding: 6vw 4vw 0;
  }
}

.business-sec_txt {
  width: 100%;
  max-width: 500px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .business-sec_txt {
    width: 100%;
    max-width: 100%;
  }
}

.business-sec_txt p {
  font-size: 16px;
  line-height: 1.6;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .business-sec_txt p {
    font-size: 3.6vw;
  }
}

.business-sec_txt p:nth-child(n+2) {
  margin-top: 10px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .business-sec_txt p:nth-child(n+2) {
    margin-top: 1vw;
  }
}

.business-sec_txt p.business-sec_details_ttl {
  padding: 5px;
  background-color: #007bbb;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin-top: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .business-sec_txt p.business-sec_details_ttl {
    padding: 2vw;
    font-size: 3.6vw;
    margin-top: 5vw;
  }
}

.business-sec_details {
  padding: 20px;
  background-color: #ebf6f7;
  font-size: 14px;
  line-height: 1.6;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .business-sec_details {
    padding: 2vw 3vw;
    font-size: 3.6vw;
  }
}

/*--------------------------------------------
お問い合わせ
--------------------------------------------*/
.contact-sec {
  width: 95%;
  max-width: 800px;
  margin: 120px auto 0;
  padding: 30px 30px 25px;
  text-align: center;
  background-color: #eee;
  color: #333;
  display: block;
  text-decoration: none;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .contact-sec {
    margin: 10.666vw auto 0;
    padding: 4vw;
  }
}

.contact-sec_txt {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px #999 solid;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .contact-sec_txt {
    width: 100%;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
    font-size: 3.6vw;
    line-height: 1.6;
  }
}

.contact-sec_tel {
  width: 100%;
}

.contact-sec_tel span {
  width: 100%;
  font-size: 200%;
  color: #0073bc;
}

.contact-sec_tel spann a {
  text-decoration: none;
}

/*--------------------------------------------
フッター
--------------------------------------------*/
.footer-sec {
  width: 100%;
  margin: 120px auto 0;
  padding: 50px 0;
  text-align: center;
  background-color: #19448e;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .footer-sec {
    margin: 12vw auto 0;
    padding: 6.666vw 2vw;
  }
}

.footer-sec_menu a {
  font-size: 16px;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .footer-sec_menu {
    padding-bottom: 6.666vw;
    border-bottom: 1px #fff solid;
  }
  .footer-sec_menu a {
    font-size: 4.2vw;
  }
}

.footer-sec_logo {
  margin-top: 30px;
  font-size: 24px;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .footer-sec_logo {
    margin-top: 6.666vw;
    font-size: 5.2vw;
  }
}

.footer-sec_access {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .footer-sec_access {
    margin-top: 2.6vw;
    font-size: 3.6vw;
  }
}

.footer-sec_copy {
  margin-top: 40px;
  color: #fff;
  font-size: 12px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .footer-sec_copy {
    margin-top: 6vw;
    font-size: 2.4vw;
  }
}

/*--------------------------------------------
ページTOPボタン
--------------------------------------------*/
.btnPagetop {
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .btnPagetop {
    width: 10.666vw;
    position: fixed;
    right: 2.666vw;
    bottom: 2.666vw;
    z-index: 1000;
  }
}

.btnPagetop img {
  width: 100%;
}