﻿@charset "utf-8";
/*--------------------------------------------------------------------------------

  base

--------------------------------------------------------------------------------*/
.pc { display: inline; }
.sp { display: none; }
@media (max-width: 760px) {
.pc { display: none; }
.sp { display: inline; }
}


/*--------------------------------------------------------------------------------

  office

--------------------------------------------------------------------------------*/
#office {
}

#office .eyecatch {
  background: #ffffff url("../../assets/img/office/eyecatch.jpg") center center / cover no-repeat;
}

/*--------------------------------------------------------------------------------
  hachinohe-office,aomori-office
--------------------------------------------------------------------------------*/
#office .sec-hachinohe-office {
  padding: var(--space-2l) 0 0 0;
}

#office .sec-aomori-office {
  padding: var(--space-l) 0 var(--space-2l) 0;
}

#office .sec-hachinohe-office .flex-container,
#office .sec-aomori-office .flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: var(--space-l) var(--space-s);
  width: 100%;
  margin: var(--space-m) 0 0 0;
}
#office .sec-hachinohe-office .flex-container figure,
#office .sec-aomori-office .flex-container figure {
  width: calc((100% - var(--space-s)) / 2);
}
#office .sec-hachinohe-office .flex-container figure img,
#office .sec-aomori-office .flex-container figure img {
  width: 100%;
  height: auto;
  border-radius: var(--rd-q);
}

#office .sec-hachinohe-office table,
#office .sec-aomori-office table {
  width: 100%;
  border-top: solid 1px var(--border-color);
  margin: var(--space-m) 0 0 0;
}
#office .sec-hachinohe-office table colgroup:nth-of-type(1),
#office .sec-aomori-office table colgroup:nth-of-type(1) {
  width: 7em;
}
#office .sec-hachinohe-office table colgroup:nth-of-type(2),
#office .sec-aomori-office table colgroup:nth-of-type(2) {
  width: auto;
}
#office .sec-hachinohe-office table tbody,
#office .sec-aomori-office table tbody {
}
#office .sec-hachinohe-office table tbody tr,
#office .sec-aomori-office table tbody tr {
  border-bottom: solid 1px var(--border-color);
}
#office .sec-hachinohe-office table tbody tr th,
#office .sec-aomori-office table tbody tr th {
  padding: var(--space-3s) 0;
}
#office .sec-hachinohe-office table tbody tr td,
#office .sec-aomori-office table tbody tr td {
  padding: var(--space-3s) 0;
}

#office .sec-hachinohe-office iframe,
#office .sec-aomori-office iframe {
  border-radius: var(--rd-q);
  margin: var(--space-m) 0 0 0;
}

@media (max-width: 760px) {
#office .sec-hachinohe-office .flex-container,
#office .sec-aomori-office .flex-container {
  flex-direction: column;
}
#office .sec-hachinohe-office .flex-container figure,
#office .sec-aomori-office .flex-container figure {
  width: 100%;
}

#office .sec-hachinohe-office table,
#office .sec-aomori-office table,
#office .sec-hachinohe-office table tbody,
#office .sec-aomori-office table tbody,
#office .sec-hachinohe-office table tbody tr,
#office .sec-aomori-office table tbody tr,
#office .sec-hachinohe-office table tbody tr th,
#office .sec-aomori-office table tbody tr th,
#office .sec-hachinohe-office table tbody tr td,
#office .sec-aomori-office table tbody tr td {
  display: block;
  width: 100%;
}
#office .sec-hachinohe-office table tbody tr th,
#office .sec-aomori-office table tbody tr th {
  padding: var(--space-s) 0 0 0;
}
#office .sec-hachinohe-office table tbody tr td,
#office .sec-aomori-office table tbody tr td {
  padding: var(--space-3s) 0 var(--space-s) 0;
}
}


/*--------------------------------------------------------------------------------

  y_i_research

--------------------------------------------------------------------------------*/
#y_i_research {
}

#y_i_research .eyecatch {
  background: #ffffff url("../../assets/img/office/y_i_research/eyecatch.jpg") center center / cover no-repeat;
}

#y_i_research .sec-y_i_research {
  padding: var(--space-2l) 0;
}

#y_i_research .sec-y_i_research .float-container {
  padding: var(--space-m) 0 0 0;
}

#y_i_research .sec-y_i_research .float-container figure {
  display: inline-block;
  float: right;
  width: calc((100% - var(--space-s)) / 2);
  margin: 0 0 var(--space-s) var(--space-s);
}
#y_i_research .sec-y_i_research .float-container figure img {
  width: 100%;
  height: auto;
  border-radius: var(--rd-q);
}

#y_i_research .sec-y_i_research .float-container > p:nth-of-type(1) {
  padding: 0 !important;
}

#y_i_research .sec-y_i_research .certification-box {
  text-align: center;
  background-color: var(--bg-gray);
  border-radius: var(--rd-q);
  margin-top: var(--space-m);
  padding: var(--inner-space-m) var(--inner-space-m) var(--inner-space-s) var(--inner-space-m);
}

#y_i_research .sec-y_i_research .certification-box figure {
  display: inline-block;
  width: 100%;
  max-width: 760px;
  text-align: center;
}
#y_i_research .sec-y_i_research .certification-box figure img {
  width: 100%;
  height: auto;
  border-radius: var(--rd-q);
}

#y_i_research .sec-y_i_research dl.tel-contact {
  width: 100%;
  background: #0ab446;
  border-radius: var(--rd-q);
  margin: var(--space-m) 0 0 0;
  padding: min(var(--inner-space-m),2rem);
}
#y_i_research .sec-y_i_research dl.tel-contact dt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 1rem;
  column-gap: var(--space-s);
  color: #ffffff;
}
#y_i_research .sec-y_i_research dl.tel-contact dt span {
  display: inline-block;
  color: #0ab446;
  font-size: var(--fs-m);
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  border-radius: var(--rd-h);
  padding: 0 1rem;
}
#y_i_research .sec-y_i_research dl.tel-contact dt strong {
  font-size: var(--fs-m);
  line-height: 40px;
}
#y_i_research .sec-y_i_research dl.tel-contact dd {
}
#y_i_research .sec-y_i_research dl.tel-contact dd ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: var(--space-s);
  margin-top: 1rem;
}
#y_i_research .sec-y_i_research dl.tel-contact dd ul li {
  width: calc((100% - var(--space-s)) / 2);
  background: #ffffff;
  border-radius: var(--rd-h);
}
#y_i_research .sec-y_i_research dl.tel-contact dd ul li a {
  display: block;
  font-size: var(--fs-3l);
  font-weight: 700;
  text-align: center;
  padding-top: 1px;
}
#y_i_research .sec-y_i_research dl.tel-contact dd ul li:nth-of-type(1) a::before {
  content: "";
  display: inline-block;
  width: auto;
  height: 0.8em;
  aspect-ratio: 113 / 80;
  background: transparent url("../../assets/img/office/y_i_research/freedial.png") center center / cover no-repeat;
  margin: 0 0.35em -2px 0;
}
#y_i_research .sec-y_i_research dl.tel-contact dd ul li:nth-of-type(2) a::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background: #0ab446;
  margin: 0 0.25em -4px 0;
  mask: var(--icon-tel) no-repeat center center;
  mask-size: contain;
}

@media (max-width: 760px) {
#y_i_research .sec-y_i_research .float-container {
  flex-direction: column;
}

#y_i_research .sec-y_i_research .float-container figure {
  float: none;
  width: 100%;
  margin: 0;
}
#y_i_research .sec-y_i_research .float-container > p:nth-of-type(1) {
  padding: var(--space-s) 0 0 0 !important;
}

#y_i_research .sec-y_i_research dl.tel-contact dt {
  flex-direction: column;
  text-align: center;
}
#y_i_research .sec-y_i_research dl.tel-contact dt strong {
  font-size: var(--fs-n);
  line-height: 1.4;
}
#y_i_research .sec-y_i_research dl.tel-contact dd ul {
  flex-direction: column;
  gap: var(--space-s);
}
#y_i_research .sec-y_i_research dl.tel-contact dd ul li {
  width: 100%;
}
#y_i_research .sec-y_i_research dl.tel-contact dd ul li a {
  color: var(--txt-color);
  text-decoration: none;
}
}


/*--------------------------------------------------------------------------------

  secret_assist

--------------------------------------------------------------------------------*/
#secret_assist {
}

#secret_assist .eyecatch {
  background: #ffffff url("../../assets/img/office/secret_assist/eyecatch.jpg") center center / cover no-repeat;
}

#secret_assist .sec-secret_assist {
  padding: var(--space-2l) 0;
}

#secret_assist .sec-secret_assist .float-container {
  padding: var(--space-m) 0 0 0;
}

#secret_assist .sec-secret_assist .float-container figure {
  display: inline-block;
  float: right;
  width: calc((100% - var(--space-s)) / 2);
  margin: 0 0 var(--space-s) var(--space-s);
}
#secret_assist .sec-secret_assist .float-container figure img {
  width: 100%;
  height: auto;
  border-radius: var(--rd-q);
}

#secret_assist .sec-secret_assist .float-container > p:nth-of-type(1) {
  padding: 0 !important;
}

#secret_assist .sec-secret_assist .certification-box {
  text-align: center;
  background-color: var(--bg-gray);
  border-radius: var(--rd-q);
  margin-top: var(--space-m);
  padding: var(--inner-space-m) var(--inner-space-m) var(--inner-space-s) var(--inner-space-m);
}

#secret_assist .sec-secret_assist .certification-box figure {
  display: inline-block;
  width: 100%;
  max-width: 760px;
  text-align: center;
}
#secret_assist .sec-secret_assist .certification-box figure img {
  width: 100%;
  height: auto;
  border-radius: var(--rd-q);
}

#secret_assist .sec-secret_assist dl.tel-contact {
  width: 100%;
  background: #ff6e40;
  border-radius: var(--rd-q);
  margin: var(--space-m) 0 0 0;
  padding: min(var(--inner-space-m),2rem);
}
#secret_assist .sec-secret_assist dl.tel-contact dt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 1rem;
  column-gap: var(--space-s);
  color: #ffffff;
}
#secret_assist .sec-secret_assist dl.tel-contact dt span {
  display: inline-block;
  color: #ff6e40;
  font-size: var(--fs-m);
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  border-radius: var(--rd-h);
  padding: 0 1rem;
}
#secret_assist .sec-secret_assist dl.tel-contact dt strong {
  font-size: var(--fs-m);
  line-height: 40px;
}
#secret_assist .sec-secret_assist dl.tel-contact dd {
}
#secret_assist .sec-secret_assist dl.tel-contact dd ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: var(--space-s);
  margin-top: 1rem;
}
#secret_assist .sec-secret_assist dl.tel-contact dd ul li {
  width: calc((100% - var(--space-s)) / 2);
  background: #ffffff;
  border-radius: var(--rd-h);
}
#secret_assist .sec-secret_assist dl.tel-contact dd ul li a {
  display: block;
  font-size: var(--fs-3l);
  font-weight: 700;
  text-align: center;
  padding-top: 1px;
}
#secret_assist .sec-secret_assist dl.tel-contact dd ul li:nth-of-type(1) a::before {
  content: "";
  display: inline-block;
  width: auto;
  height: 0.8em;
  aspect-ratio: 113 / 80;
  background: transparent url("../../assets/img/office/secret_assist/freedial.png") center center / cover no-repeat;
  margin: 0 0.35em -2px 0;
}
#secret_assist .sec-secret_assist dl.tel-contact dd ul li:nth-of-type(2) a::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background: #ff6e40;
  margin: 0 0.25em -4px 0;
  mask: var(--icon-tel) no-repeat center center;
  mask-size: contain;
}

@media (max-width: 760px) {
#secret_assist .sec-secret_assist .float-container {
  flex-direction: column;
}

#secret_assist .sec-secret_assist .float-container figure {
  float: none;
  width: 100%;
  margin: 0;
}
#secret_assist .sec-secret_assist .float-container > p:nth-of-type(1) {
  padding: var(--space-s) 0 0 0 !important;
}

#secret_assist .sec-secret_assist dl.tel-contact dt {
  flex-direction: column;
  text-align: center;
}
#secret_assist .sec-secret_assist dl.tel-contact dt strong {
  font-size: var(--fs-n);
  line-height: 1.4;
}
#secret_assist .sec-secret_assist dl.tel-contact dd ul {
  flex-direction: column;
  gap: var(--space-s);
}
#secret_assist .sec-secret_assist dl.tel-contact dd ul li {
  width: 100%;
}
#secret_assist .sec-secret_assist dl.tel-contact dd ul li a {
  color: var(--txt-color);
  text-decoration: none;
}
}