@charset "UTF-8";
main a {
  transition: .2s; }

section {
  padding-top: 70px;
  padding-bottom: 30px; }

#main_visual {
  display: flex;
  align-items: center;
  background: #004e98; }
  #main_visual .main_title {
    color: #fff;
    width: 1140px; }
    #main_visual .main_title h1 {
      font-size: 2em;
      font-weight: bold;
      margin-bottom: 0.8em;
      line-height: 1.3; }
    #main_visual .main_title .ttl_en {
      letter-spacing: 0.1em;
      margin-bottom: 0.2em;
      font-style: italic; }

.ttl_box {
  color: #004e98;
  margin-bottom: 40px; }
  .ttl_box h2 {
    font-size: 36px;
    padding-bottom: 0.4em;
    font-weight: bold;
    border-bottom: solid 4px #004e98; }

.Btn--primary {
  margin-top: 60px;
  text-align: center; }
  .Btn--primary a {
    display: inline-block;
    background: #004e98;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 11px 11px 32px #004E981A;
    width: 489px;
    padding: 20px;
    border-radius: 50px;
    position: relative;
    box-shadow: 6px 6px 10px #004E981A; }
  .Btn--primary a:hover {
    transform: scale(1.01); }
  .Btn--primary a::after {
    content: "▶︎";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    color: #fff;
    font-size: 12px; }
  .Btn--primary button {
    display: inline-block;
    background: #004e98;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 11px 11px 32px #004E981A;
    width: 489px;
    padding: 20px;
    border-radius: 50px;
    position: relative;
    box-shadow: 6px 6px 10px #004E981A;
    border: none; }
  .Btn--primary button:hover {
    transform: scale(1.01); }
  .Btn--primary button::after {
    content: "▶︎";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    color: #fff;
    font-size: 12px; }

#subpages {
  padding: 120px 20px; }
  #subpages .heading {
    padding-bottom: 50px; }
    #subpages .heading h1 {
      font-size: 32px;
      color: #004e98;
      font-weight: bold;
      margin-bottom: 20px;
      letter-spacing: .05em; }
  #subpages table {
    width: 100%; }
    #subpages table tr {
      border-top: 1px solid #70707040;
      border-bottom: 1px solid #70707040; }
      #subpages table tr th, #subpages table tr td {
        padding: 40px 0; }
      #subpages table tr th {
        font-weight: bold;
        padding-right: 20px; }
      #subpages table tr iframe, #subpages table tr img {
        margin-top: 30px; }
    #subpages table img {
      max-width: 300px; }
  #subpages .sec {
    line-height: 2;
    margin-bottom: 50px;
    text-align: justify; }
    #subpages .sec h2 {
      font-size: 20px;
      margin-bottom: 20px;
      font-weight: bold; }
    #subpages .sec ol {
      list-style: decimal;
      padding-left: 1.2em; }
      #subpages .sec ol li {
        margin-bottom: 1em; }
    #subpages .sec .inner_list {
      list-style: upper-alpha; }
      #subpages .sec .inner_list li {
        margin-bottom: 0; }
  #subpages .copyright {
    text-align: right; }
  #subpages .phone_number {
    font-size: 40px;
    font-weight: bold; }

#subpages.terms {
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden; }
  #subpages.terms .heading {
    padding-bottom: 34px; }

/*左上の建物評価枠非表示対応*/
/*
#subpages #companymap {
	position: relative;
	width: 100%;
	padding-top: 300px;
	overflow: hidden;
	margin-top: 30px;
}
#subpages #companymap iframe {
	position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: calc(100% + 200px + 150px);
  pointer-events: none;
}
*/

/* =================

情報開示

==================*/
#disclosure #article_content ol {
  list-style: disc; }
  #disclosure #article_content ol li {
    margin-bottom: 25px; }
    #disclosure #article_content ol li::marker {
      color: #004e98; }
    #disclosure #article_content ol li a {
      color: #004e98;
      display: inline-block;
      transition: .1s; }
    #disclosure #article_content ol li a::after {
      display: inline-block;
      content: "";
      width: 20px;
      height: 20px;
      background: url("../../info/asset/pdf/pdf_dl.svg") no-repeat center;
      background-size: contain;
      vertical-align: text-top;
      padding-left: 25px; }
    #disclosure #article_content ol li a:hover {
      transform: scale(1.05); }

/* =================

動作確認済環境・サイトマップ・FAQ

==================*/
#spec #main_visual .main_title h1 {
  font-size: 40px; }
#spec #main_visual .main_title .ttl_en {
  font-size: 20px; }
#spec p {
  line-height: 1.8; }
#spec .anker .inner {
  overflow: visible; }
#spec .anker ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #spec .anker ul li {
    width: calc(25% - 10px); }
    #spec .anker ul li a {
      position: relative;
      display: block;
      background-color: #fff;
      width: calc(33.33% - 11px);
      border: 2px solid #004e98;
      border-radius: 50px;
      padding: 15px 0;
      color: #004e98;
      font-size: 18px;
      font-weight: bold;
      line-height: 1;
      letter-spacing: 1px;
      text-align: center;
      width: 100%;
      box-shadow: 6px 6px 10px #004E981A; }
      #spec .anker ul li a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 8px solid #004e98; }
      #spec .anker ul li a:hover {
        background-color: #004e98;
        color: #fff; }
        #spec .anker ul li a:hover::after {
          border-top: 8px solid #fff; }
#spec .faq_sec.bg-sub {
  padding-top: 100px; }
  #spec .faq_sec.bg-sub .inner {
    overflow: visible; }
    #spec .faq_sec.bg-sub .inner .sec {
      padding-bottom: 50px; }
      #spec .faq_sec.bg-sub .inner .sec:not(:first-child) {
        padding-top: 70px; }
  #spec .faq_sec.bg-sub h2 {
    text-align: center;
    margin-bottom: 60px; }
  #spec .faq_sec.bg-sub .search_top_panel {
    overflow: visible; }
    #spec .faq_sec.bg-sub .search_top_panel .card {
      border: 0px;
      box-shadow: 3px 6px 10px #004E981A; }
      #spec .faq_sec.bg-sub .search_top_panel .card:not(:last-child) {
        margin-bottom: 30px; }
      #spec .faq_sec.bg-sub .search_top_panel .card .job_type {
        padding: 35px;
        position: relative;
        cursor: pointer; }
        #spec .faq_sec.bg-sub .search_top_panel .card .job_type::before, #spec .faq_sec.bg-sub .search_top_panel .card .job_type::after {
          position: absolute;
          content: '';
          width: 22px;
          height: 2px;
          background-color: #004e98;
          top: 48%;
          right: 30px; }
        #spec .faq_sec.bg-sub .search_top_panel .card .job_type::before {
          transform: rotate(0deg); }
        #spec .faq_sec.bg-sub .search_top_panel .card .job_type::after {
          transform: rotate(90deg);
          transition: all .3s ease; }
        #spec .faq_sec.bg-sub .search_top_panel .card .job_type.close::after {
          transform: rotate(180deg); }
        #spec .faq_sec.bg-sub .search_top_panel .card .job_type .q {
          font-size: 20px;
          color: #004e98;
          font-weight: bold;
          margin-bottom: 0;
          padding-left: 55px;
          position: relative;
          letter-spacing: .05em; }
          #spec .faq_sec.bg-sub .search_top_panel .card .job_type .q::before {
            content: "Q";
            font-style: italic;
            font-size: 36px;
            line-height: 1;
            position: absolute;
            top: -7px;
            left: 5px; }
      #spec .faq_sec.bg-sub .search_top_panel .card .jt_sp_box {
        display: none;
        padding: 35px; }
        #spec .faq_sec.bg-sub .search_top_panel .card .jt_sp_box p {
          margin-bottom: 0;
          font-size: 18px;
          position: relative;
          padding-left: 55px; }
          #spec .faq_sec.bg-sub .search_top_panel .card .jt_sp_box p::before {
            content: "A";
            font-style: italic;
            font-weight: bold;
            font-size: 36px;
            line-height: 1;
            position: absolute;
            top: -7px;
            left: 5px;
            color: #EF9300; }
          #spec .faq_sec.bg-sub .search_top_panel .card .jt_sp_box p a {
            color: #004e98;
            text-decoration: underline;
            display: inline; }
#spec .spec_body section {
  padding-bottom: 0; }
  #spec .spec_body section .ttl_box {
    margin-bottom: 70px; }
    #spec .spec_body section .ttl_box h2 {
      font-size: 36px; }
  #spec .spec_body section .sec {
    margin-bottom: 100px; }
  #spec .spec_body section .prg:not(:last-child) {
    margin-bottom: 60px; }
  #spec .spec_body section .prg h2 {
    font-size: 24px;
    font-weight: bold; }
    #spec .spec_body section .prg h2.sm_h2 {
      margin-bottom: 30px; }
  #spec .spec_body section .prg h3 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px; }
  #spec .spec_body section .prg ul {
    line-height: 1; }
    #spec .spec_body section .prg ul li {
      display: inline-block; }
      #spec .spec_body section .prg ul li a {
        color: #004e98;
        display: inline;
        font-size: 14px; }
  #spec .spec_body section .prg .sm_location_wrapper h4 {
    font-size: 14px;
    font-weight: bold; }
  #spec .spec_body section .prg .sm_location_wrapper ul li:not(:last-child) {
    margin-right: 0; }
  #spec .spec_body section .prg .sm_location_wrapper ul li {
    margin-bottom: 0;
    padding: 0 0.5em;
    line-height: .9em;
    display: inline-block; }
#spec .bg-sub {
  margin-top: 70px;
  background-color: #EDF4FE;
  padding-bottom: 70px; }
  #spec .bg-sub .prg:not(:last-child) {
    margin-bottom: 70px; }
  #spec .bg-sub h2 {
    color: #004e98;
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: bold; }
#spec .ft_contact_banner {
  position: relative;
  padding: 70px 0;
  text-align: center;
  background: url("../asset/img/ft_contact_banner.jpg");
  background-position: center;
  background-size: cover;
  z-index: 0;
  color: #fff; }
  #spec .ft_contact_banner h2 {
    font-weight: bold; }
  #spec .ft_contact_banner::after {
    content: '';
    background-color: #07325c87;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1; }
  #spec .ft_contact_banner .Btn--primary {
    margin-top: 40px; }
    #spec .ft_contact_banner .Btn--primary a {
      background-color: #EF9300;
      border-radius: 6px;
      font-size: 18px;
      font-weight: bold; }

@media (min-width: 768px) {
  #spec .spec_body .prg h3 {
    padding-left: 1em; }
    #spec .spec_body .prg h3::before {
      content: "";
      position: absolute;
      width: 6px;
      height: 100%;
      background-color: #004e98;
      top: 0;
      left: 0; }
  #spec .spec_body .prg ul {
    padding-left: 1em; }
    #spec .spec_body .prg ul li:not(:last-child) {
      margin-right: 30px; }
    #spec .spec_body .prg ul li {
      margin-bottom: 15px; }
  #spec .spec_body .prg .sm_location_wrapper {
    padding-left: 1em; }
    #spec .spec_body .prg .sm_location_wrapper ul li:not(:last-child) {
      border-right: 1px solid #004e98; }
  #spec .spec_body .prg .collapse {
    display: inline; }
  #spec .spec_body .prg .collapse-btn {
    display: none; } }
@media (max-width: 767px) {
  #subpages {
    padding: 70px 20px; }
    #subpages .heading {
      padding-bottom: 20px; }
      #subpages .heading h1 {
        font-size: 26px; }
    #subpages table tr {
      font-size: 14px; }
      #subpages table tr th, #subpages table tr td {
        padding: 20px 0; }
      #subpages table tr th {
        width: 33.33333%; }
      #subpages table tr iframe, #subpages table tr img {
        margin-top: 20px; }
      #subpages table tr span {
        font-size: 12px; }
    #subpages .sec {
      font-size: 14px;
      margin-bottom: 36px; }
      #subpages .sec h2 {
        font-size: 16px;
        margin-bottom: 10px; }
    #subpages .phone_number {
      font-size: 24px;
      color: #004e98;
      position: relative; }
      #subpages .phone_number::after {
        content: "▶︎";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        font-size: 15px; }

  #subpages.terms .heading {
    padding-bottom: 20px; }

  .pb-sm-0 {
    padding-bottom: 0 !important; }

  .h5 {
    font-size: 14px; }

  .Btn--primary {
    padding: 0;
    margin-top: 30px; }
    .Btn--primary a {
      font-size: 16px;
      width: 100%; }

  #spec #main_visual {
    padding-top: 55px; }
    #spec #main_visual .main_title h1 {
      font-size: 26px; }
    #spec #main_visual .main_title .ttl_en {
      font-size: 14px; }
  #spec .anker ul li {
    width: calc(50% - 5px);
    margin-bottom: 20px; }
    #spec .anker ul li a {
      font-size: 16px;
      padding: 0 15px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center; }
      #spec .anker ul li a::after {
        right: 8px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #004e98; }
      #spec .anker ul li a.text-left {
        text-align: left;
        padding: 0 28px; }
  #spec .faq_sec.bg-sub {
    padding-top: 60px; }
    #spec .faq_sec.bg-sub .inner .sec {
      padding-bottom: 0; }
      #spec .faq_sec.bg-sub .inner .sec h2 {
        margin-bottom: 40px; }
      #spec .faq_sec.bg-sub .inner .sec .search_top_panel .card:not(:last-child) {
        margin-bottom: 20px; }
      #spec .faq_sec.bg-sub .inner .sec .search_top_panel .card .job_type {
        padding: 20px 55px; }
        #spec .faq_sec.bg-sub .inner .sec .search_top_panel .card .job_type::before, #spec .faq_sec.bg-sub .inner .sec .search_top_panel .card .job_type::after {
          width: 15px; }
        #spec .faq_sec.bg-sub .inner .sec .search_top_panel .card .job_type .q {
          font-size: 18px;
          padding-left: 0;
          line-height: 1.5; }
          #spec .faq_sec.bg-sub .inner .sec .search_top_panel .card .job_type .q::before {
            font-size: 26px;
            left: -38px;
            top: 0; }
      #spec .faq_sec.bg-sub .inner .sec .search_top_panel .card .jt_sp_box {
        padding: 20px 55px;
        padding-top: 10px; }
        #spec .faq_sec.bg-sub .inner .sec .search_top_panel .card .jt_sp_box p {
          font-size: 16px;
          padding-left: 0; }
          #spec .faq_sec.bg-sub .inner .sec .search_top_panel .card .jt_sp_box p::before {
            font-size: 26px;
            left: -38px;
            top: 0; }
  #spec .spec_body .pb-xs-4 {
    padding-top: 40px; }
  #spec .spec_body section .ttl_box {
    margin-bottom: 40px; }
    #spec .spec_body section .ttl_box h2 {
      font-size: 26px;
      border-bottom: solid 3px #004e98; }
  #spec .spec_body section .sec {
    margin-bottom: 60px; }
  #spec .spec_body section .prg h2.sm_h2 {
    font-size: 20px;
    margin-bottom: 20px; }
  #spec .spec_body section .prg h3 {
    font-size: 16px; }
  #spec .spec_body section .prg ul li {
    display: block;
    border-top: 1px solid #CDD6DD;
    padding: 20px 0;
    position: relative; }
    #spec .spec_body section .prg ul li:last-child {
      border-bottom: 1px solid #CDD6DD; }
    #spec .spec_body section .prg ul li::after {
      content: "";
      background-image: url("../asset/img/arrow.svg");
      width: 9px;
      height: 9px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%); }
    #spec .spec_body section .prg ul li a {
      display: block; }
  #spec .spec_body section .prg .sm_location_wrapper .row {
    margin-left: 0;
    margin-right: 0; }
    #spec .spec_body section .prg .sm_location_wrapper .row > * {
      padding-right: 0;
      padding-left: 0; }
  #spec .spec_body section .prg .sm_location_wrapper h4 {
    font-weight: normal; }
  #spec .spec_body section .prg .sm_location_wrapper ul {
    border-bottom: 1px solid #CDD6DD; }
    #spec .spec_body section .prg .sm_location_wrapper ul li {
      border: 1px solid #004e98;
      border-radius: 15px;
      padding: 3px 12px;
      margin-bottom: 10px; }
      #spec .spec_body section .prg .sm_location_wrapper ul li::after {
        display: none; }
      #spec .spec_body section .prg .sm_location_wrapper ul li:not(:last-child) {
        margin-right: 10px; }
      #spec .spec_body section .prg .sm_location_wrapper ul li a {
        font-size: 10px; }
  #spec .spec_body section .prg .collapse-btn-wrapper {
    text-align: center; }
    #spec .spec_body section .prg .collapse-btn-wrapper .collapse-btn {
      color: #004e98;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: .05em;
      position: relative;
      padding-right: 20px; }
      #spec .spec_body section .prg .collapse-btn-wrapper .collapse-btn::after {
        content: "";
        background-image: url("../asset/img/arrow-black.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
      #spec .spec_body section .prg .collapse-btn-wrapper .collapse-btn.open::after {
        transform: translateY(-50%) rotate(180deg); }
  #spec .spec_body section .prg:not(:last-child) {
    margin-bottom: 40px; }
  #spec .bg-sub h2 {
    font-size: 26px;
    margin-bottom: 20px; }
  #spec .ft_contact_banner {
    background: url("../asset/img/ft_contact_banner_sp.jpg");
    background-position: center;
    background-size: cover; }
    #spec .ft_contact_banner h2 {
      font-size: 26px; }
    #spec .ft_contact_banner .Btn--primary {
      margin-top: 20px; } }

/* サイトマップ改修 */
#spec .spec_body section .ttl_box._sitemap {
    margin-bottom: 40px;
}

/*.sitemap #main_visual,
.spec #main_visual {
	padding-top: 70px;
	padding-bottom: 30px;
}

.sitemap #main_visual .main_title,
.spec #main_visual .main_title {
	position: static;
	transform: none;
}

@media (max-width: 767px) {
	.sitemap #main_visual,
	.spec #main_visual {
		flex-direction: inherit;
	}
	
	.sitemap #main_visual .main_title,
	.spec #main_visual .main_title {
		margin: 0;
	}
	
	.faq #main_visual {
		background: linear-gradient(270deg, #004e98 80%, #fff 20%);
		background: -moz-linear-gradient(270deg, #004e98 80%, #fff 20%);
		background: -webkit-linear-gradient(270deg, #004e98 80%, #fff 20%);
	}
	
	.faq #main_visual .main_title {
		width: auto;
	}
}
*/

