@charset "UTF-8";
body {
  font-feature-settings: "palt";
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #000000;
  font-size: 15px;
}
@media only screen and (max-width: 414px) {
  body {
    font-size: 14px;
  }
}

a {
  color: black;
}

a:hover {
  opacity: 0.8;
  transition: all 0.4s;
  color: #668392;
}

li, dd, dt, td, th {
  line-height: 1.6;
  font-size: 1em;
}

img {
  max-width: 100%;
}

/* ----- header -----*/
@media screen and (min-width: 769px) {
  #js-hamburger {
    display: none;
  }
}
#lpHead {
  width: 100%;
  background-color: white;
  padding: 1rem;
}

.flexSb-p.global-nav__list {
  align-items: center;
}

/* ----- contact -----*/
.contactSpace {
/*  padding: 2rem;*/
  margin: 3em auto;
}

.contactTxt {
  text-align: center;
  margin: auto;
}
.contactTxt li {
  font-size: 1.4rem;
  line-height: 1.2;
}
.contactTxt li:first-child {
  font-weight: bold;
  font-size: 1.6rem;
}
.contactTxt li.contactTel {
  font-family: "Times New Roman", Times, "serif";
  color: #927D4D;
  font-size: 280%;
}

.btn_contact {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.btn_contact a {
  color: #FFFFFF;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
/*  background: linear-gradient(#e5ca81 0%, #95773b 100%, #95773b 100%); */
}
@media only screen and (max-width: 768px) {
  .btn_contact a {
    width: 100%;
/*    padding: 1.4em 1rem;*/
/*    margin-top: 2rem;*/
    height: auto;
  }
}

@media all and (-ms-high-contrast: none) {
  .btn_contact {
    width: 500px;
  }
}
.iconMail {
/*  padding-right: 0.8em;*/
}

.btn_contact a i {
  padding-right: 0.8em;
  font-size: 90%;
}

.headNavi {
  max-width: 1080px;
  margin: 0 auto;
}
.headNavi li > .btn_contact {
  width: 120px;
}
.headNavi li > .btn_contact a {
  font-size: 1.4rem;
  height: 40px;
}
@media only screen and (max-width: 768px) {
  .headNavi li > .btn_contact a {
    height: 30px;
    margin-top: 1rem;
    padding: 1.3em 1em;
  }
}

/* ----- contents -----*/
p {
  line-height: 1.8;
  font-size: 1.8rem;
}
p .notes {
  font-size: 1.2rem;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}

table {
  width: 100%;
}

#main {
  width: 100%;
  overflow: hidden;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 2rem;
}

.imgCenter {
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
}
.imgCenter img {
  max-width: 100%;
  height: auto;
}

h2 {
  font-size: 4.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
h2.col-white {
  color: white;
}
h2.col-white.uline:after {
  border-bottom-color: white;
}
h2.col-bk {
  color: black;
}
h2.col-bk.uline:after {
  border-bottom-color: black;
}
h2.col-navy {
  color: #0A477B;
}
h2.col-navy.uline:after {
  border-bottom-color: #0A477B;
}
h2.col-gold {
  color: #927D4D;
}
h2.col-gold.uline:after {
  border-bottom-color: #927D4D;
}
h2.uline {
  margin-bottom: 1.6em;
  position: relative;
}
h2.uline:after {
  content: "";
  border-bottom: 2px solid black;
  width: 100px;
  position: absolute;
  bottom: -0.5em;
  left: calc(50% - 50px);
}

/*------------------------------
   main
------------------------------*/
#topKv {
  width: 100%;
  background: #0A477B url("images/topbg.jpg") no-repeat top center;
  background-size: 100% 27rem;
}
#topKv ul {
  padding: 8rem 0  3rem 0;
  height: 560px;
  width: 667px;
}
#topKv ul li h1 {
  margin-bottom: 12rem;
  filter: drop-shadow(0px 0px 6px white);
}
#topKv ul li .btn_contact {
  margin: 2rem 0;
  width: 460px;
}
#topKv ul li .btn_contact a {
  width: 460px;
  height: 122px;
}
#topKv .container {
  position: relative;
}

.list_check li {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  background: url("images/icon_check.svg") no-repeat 0 center;
  padding-left: 30px;
  background-size: 20px 20px;
}
.list_check li strong {
  font-size: 140%;
  background: linear-gradient(transparent 80%, #ffff00 0%);
}

#topKv_img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
}
#topKv_img img {
  max-height: 560px;
}

#mainTop {
  margin: 6rem auto;
  max-width: 1080px;
  background: #0A477B;
  padding: 1.5rem 0;
}
#mainTop .mainTop_R {
  background: white;
  padding: 2rem 1rem 0 3rem;
  width: 62rem;
}
#mainTop .mainTop_L p {
  color: #D2BC8F;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
  width: 37rem;
}

.shadow {
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.4));
}

.boxshadow {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

#osusume h2 {
  margin: 9rem auto 6rem;
}
#osusume p {
  text-align: center;
}

/*------------------------------
    サービス内容とメリット
------------------------------*/
#service {
  position: relative;
  z-index: 0;
  margin-top: 6em;
  padding-bottom: 3em;
  background: #F5F4F4;
}
#service h2 {
  padding-top: 0;
}
#service .right {
  width: 50%;
  max-width: 520px;
  margin-left: 6rem;
}
#service .left {
  margin-bottom: 2em;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #service .right, #service .left {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

#about .container:first-child h2 {
  padding-top: 2em;
}

.aboutList li {
  width: 32%;
  height: 330px;
  position: relative;
  margin-bottom: 2em;
}
.aboutList li img {
  position: absolute;
  width: 315px;
  height: 253px;
}
.aboutList li p {
  margin-left: 20px;
  background: #0A477B;
  color: white;
  text-align: center;
  width: 310px;
  height: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.aboutList li p span {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.6;
}

@media screen and (max-width: 1030px) {
  .aboutList.flexSbC-p {
    display: block;
    height: auto;
  }

  .aboutList li {
    width: 100%;
    height: 180px;
    background: #0A477B;
  }
  .aboutList li p {
    height: 100%;
    width: auto;
    position: static;
    margin: 0 auto;
    padding-left: 218px;
  }
  .aboutList li img {
    height: 180px;
    width: auto;
  }
}
/*------------------------------
         会社案内
------------------------------*/
#company {
  padding: 3em 0;
}
#company .container.bg_White {
  margin-bottom: 3em;
}

.tbl_company {
  margin-bottom: 1rem;
}
.tbl_company th {
  color: #927D4D;
  font-weight: bold;
  width: 30%;
  vertical-align: middle;
  padding: 1em;
}
.tbl_company td {
  padding: 1em;
}
.tbl_company tr {
  border-bottom: 1px dotted #B8B8B8;
}
.tbl_company tr:last-child {
  border-bottom: none;
}

#merit {
  margin: 4rem auto 0;
  display: none;
}

/*------------------------------
         よくあるご質問
------------------------------*/
.bg_Lb {
  background: #E8F3FB;
}

@media only screen and (min-width: 769px) {
  dl.qa_cont {
    width: 75%;
  }
}
@media screen and (max-width: 1400px) {
  dl.qa_cont {
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  dl.qa_cont {
    width: 100%;
  }
}

#qaWrap {
  position: relative;
  margin-bottom: 3em;
}

@media only screen and (min-width: 769px) {
  .qa_img {
    position: absolute;
    bottom: 0;
    right: -18rem;
    width: 43%;
    height: auto;
  }
}
@media screen and (max-width: 1400px) {
  .qa_img {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .qa_img {
    position: static;
    width: 70%;
    margin: 0 auto -40px;
  }
}

.qa_cont dt {
  /*	border-bottom: #4C88B5 1px dotted;*/
  margin-bottom: 0.5em;
  font-weight: bold;
  padding-bottom: 0.1em;
  padding-top: 1em;
  font-size: 1.8rem;
}
.qa_cont dt, .qa_cont dd {
  padding-left: 4rem;
}
.qa_cont dd {
  padding-bottom: 1.5em;
  border-bottom: 1px dotted #9AC0CC;
}
.qa_cont dd:last-child {
  border-bottom: none;
}
.qa_cont dt:before, .qa_cont dd:before {
  font-size: 2.6rem;
  font-family: "Times New Roman", Times, "serif";
  margin-right: 1rem;
  margin-left: -3rem;
  font-weight: normal;
}
.qa_cont dt:before {
  content: "Q";
  color: #4C88B5;
}
.qa_cont dd:before {
  content: "A";
  color: #EF3636;
  padding-left: 0.1rem;
}

.bg_White {
  background: white;
  padding: 1em;
  border-radius: 10px;
}

.bg_Gray {
  background: #F5F4F4;
  padding-bottom: 4rem;
}

.bg_Navy {
  background-color: #0A477B;
}

.bgTriangleTop {
  position: relative;
}

.bgTriangleTop::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent white transparent;
}

/*------------------------------
    実際こんな案件がある
------------------------------*/
#service.bgTriangleTop::before {
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent #F5F4F4 transparent;
  top: -100px;
  z-index: -2;
}

#service.bgTriangleTop::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent white transparent;
  z-index: -1;
}

#itemList.bgTriangleTop::before {
  z-index: -1;
}

#itemList_under {
  z-index: -1;
  padding-bottom: 100px;
  background-color: #E3F0F9;
}

#itemList_under.bgTriangleTop::before {
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent white transparent;
  top: 0;
  z-index: 0;
}

#about.bgTriangleTop::before {
  border-width: 0 100vw 100px 0;
  border-color: transparent transparent #E3F0F9 transparent;
  bottom: 150px;
  z-index: -1;
}

#case.bgTriangleTop::before {
  border-width: 100px 0 0 100vw;
  border-color: transparent transparent white transparent;
  bottom: -100px;
  z-index: -1;
}

#consultant.bgTriangleTop::before {
  border-width: 0 100vw 100px 0;
  border-color: transparent transparent #0A477B transparent;
  top: -100px;
  z-index: 2;
}

#flow.bgTriangleTop::before {
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent #F5F4F4 transparent;
  top: -100px;
  z-index: 10;
}

#qa.bgTriangleTop::before {
  border-width: 0 100vw 100px 0;
  border-color: transparent transparent white transparent;
  top: -100px;
  z-index: 10;
}

#company.bgTriangleTop::before {
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent #0A477B transparent;
  top: -100px;
  z-index: 2;
}

#case h2 {
  padding-top: 2em;
  position: relative;
}
#case #case_img {
  position: absolute;
  left: 65%;
  top: 0;
  z-index: -1;
}

#itemList {
  background-color: #E3F0F9;
  z-index: -1;
  margin-top: -150px;
}
#itemList .container {
  padding-top: 240px;
}
#itemList #itemListBg {
  position: absolute;
  right: 200px;
}

.tbl_itemList {
  margin: 0 auto 0;
  max-width: 1080px;
  z-index: 100;
}
.tbl_itemList th, .tbl_itemList td {
  text-align: center;
  border: 1px solid #CCCCCC;
  padding: 0.5em;
  vertical-align: middle;
}
.tbl_itemList caption {
  text-align: right;
  margin-bottom: 1em;
}
.tbl_itemList td {
  white-space: nowrap;
}
.tbl_itemList td:last-child {
  text-align: left;
  white-space: normal;
}
.tbl_itemList td a {
  text-align: center;
  padding: 0.3em;
  color: #95773B;
}
.tbl_itemList td a:before {
  content: "▶";
  font-size: 80%;
  padding-right: 0.2em;
}
.tbl_itemList td a:hover {
  text-decoration: underline;
}
.tbl_itemList.yen:after {
  content: "万円";
  font-size: 0.75rem;
}
.tbl_itemList:last-child {
  white-space: normal;
  text-align: left;
}
.tbl_itemList tr {
  background-color: white;
}
.tbl_itemList tr:nth-child(2n+1) {
  background-color: #EDF4F8;
}
.tbl_itemList th {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #0A477B;
}
.tbl_itemList th:last-child {
  width: 30%;
}

.tbl_itemListWrap {
  background-color: #E3F0F9;
  padding: 1rem 1rem 50px;
  z-index: 10;
}

/*------------------------------
   consultant
------------------------------*/
#consultant {
  background: #0A477B url("images/bg_01.jpg") no-repeat bottom;
  z-index: 0;
  margin-top: 100px;
  padding-bottom: 12em;
}
#consultant .container h2 {
  padding-top: 1rem;
}
#consultant h3 {
  color: #927D4D;
  font-weight: bold;
  font-size: 140%;
  margin-bottom: 1em;
  text-align: center;
}
#consultant .bg_White {
  border-radius: 0;
  padding: 3em;
}
#consultant .left {
  padding-right: 2em;
}
#consultant .left p {
  text-align: center;
}
#consultant .right {
  width: 70%;
  text-align: left;
}
@media screen and (max-width: 600px) {
  #consultant .left, #consultant .right {
    width: 100%;
  }
  #consultant .flex {
    display: block;
  }
  #consultant .left {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    padding-right: 0;
    margin-bottom: 1em;
  }
  #consultant .left p {
    width: 100%;
    padding-top: 1em;
  }
}

/*------------------------------
   今後の進め方
------------------------------*/
#flow {
  background: #F5F4F4;
  padding-bottom: 3em;
  margin-bottom: 0;
}
#flow .flowList {
  margin-bottom: 3em;
}
#flow .flowList li {
  position: relative;
}
#flow .flowList li dl:after {
  content: "";
}
#flow .flowList li dl {
  background: white;
  position: relative;
  padding: 1em 1em 1em 15em;
  z-index: 0;
  margin: 1em auto 4em 1.6em;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 768px) {
  #flow .flowList li dl {
    padding: 1em 1em 1em 28vw;
  }
}
#flow .flowList li dl:after {
  content: url("images/arw_un.svg");
  position: absolute;
  bottom: -40px;
  left: calc( 50% - 45px);
  width: 90px;
}
#flow .flowList li dl:after {
  content: url("images/arw_un.svg");
  position: absolute;
  bottom: -40px;
  left: calc( 50% - 45px);
  width: 90px;
}
#flow .flowList li dl:after {
  content: url("images/arw_un.svg");
  position: absolute;
  bottom: -40px;
  left: calc( 50% - 45px);
  width: 90px;
}
#flow .flowList li dl:after {
  content: url("images/arw_un.svg");
  position: absolute;
  bottom: -40px;
  left: calc( 50% - 45px);
  width: 90px;
}
#flow .flowList li dl dt {
  color: #927D4D;
  font-weight: bold;
  font-size: 140%;
  margin-bottom: 0.5em;
}
#flow .flowList li dl dd {
  font-size: 120%;
}
#flow .flowList li dl dd.flow_icon {
  position: absolute;
  left: 5em;
  top: calc(50% - 37px );
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #flow .flowList li dl dd.flow_icon {
    left: 10vw;
    width: 11vw;
    max-width: 74px;
  }
}
#flow .flowList li:last-child dl:after {
  content: none;
}
#flow .flowNum {
  font-family: "Times New Roman", Times, "serif";
  color: #D2C19B;
  font-size: 280%;
  text-align: center;
  background: #0A477B;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.3em;
  height: 1.3em;
  z-index: 1;
  position: absolute;
  top: -0.3em;
  font-style: italic;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
}

/* ----- footer -----*/
.pageTop {
  position: fixed;
  right: 50px;
  bottom: 41px;
  width: 4rem;
  height: 4rem;
  z-index: 999;
}

footer {
  background: black;
  padding: 1rem;
}

p.copyright {
  color: white;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
}