@charset "UTF-8";
/*=======================================
	responsive
=======================================*/
:root {
  --main_color: #006DD9;
}

/*=======================================
　base
=======================================*/
.w900 {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .up900 {
    display: none;
  }
}

.down900 {
  display: none;
}
@media screen and (max-width: 900px) {
  .down900 {
    display: block;
  }
}

/*=======================================
　パンくずリスト
=======================================*/
.pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.pankuzu.sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .pankuzu.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
  }
}
@media screen and (max-width: 900px) {
  .pankuzu.up900 {
    display: none;
  }
}
.pankuzu li {
  padding-left: 28px;
  position: relative;
}
.pankuzu li:nth-child(1) {
  padding-left: 0;
}
.pankuzu li:nth-child(1)::before {
  display: none;
}
.pankuzu li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #D8D8D8;
}
.pankuzu li.active::before {
  background-color: var(--main_color);
}
.pankuzu li.active span {
  color: var(--main_color);
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .pankuzu li.active span {
    font-size: 12px;
  }
}
.pankuzu li a {
  color: #D8D8D8;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .pankuzu li a {
    font-size: 12px;
  }
}

.tab_pankuzu {
  padding-bottom: 0;
}
.tab_pankuzu .content {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*=======================================
　profile_eigyousyo_sec
=======================================*/
.profile_eigyousyo_sec {
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec {
    margin-bottom: 85px;
  }
}
.profile_eigyousyo_sec .content {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content {
    margin-top: 40px;
  }
}
.profile_eigyousyo_sec .content .eigyousyo_ttl__line {
  font-size: 25px;
  font-weight: 600;
  padding-left: 35px;
  line-height: 1.8;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content .eigyousyo_ttl__line {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.profile_eigyousyo_sec .content .eigyousyo_ttl__line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--main_color);
}
.profile_eigyousyo_sec .content .ttl__bg {
  font-weight: 700;
  font-size: 20px;
  background: #cfedfe;
  padding: 0 10px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content .ttl__bg {
    font-size: 16px;
  }
}
.profile_eigyousyo_sec .content .eigyousyo_notes__text {
  border: solid 1px #333;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content .eigyousyo_notes__text {
    margin-bottom: 50px;
  }
}
.profile_eigyousyo_sec .content .eigyousyo_notes__text .innar {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content .eigyousyo_notes__text .innar {
    padding: 20px 0;
  }
}
.profile_eigyousyo_sec .content .eigyousyo_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content .eigyousyo_info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info_img {
  width: 28.8888888889%;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info_img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__add {
  width: 65.5555555556%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__add {
    width: 100%;
  }
}
.profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__add .address {
  width: 40.6779661017%;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__add .address {
    width: 48%;
  }
}
.profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__add .address p {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__add .address p {
    margin-bottom: 10px;
  }
}
.profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__add .address p:last-child {
  margin-bottom: 0;
}
.profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__add .access {
  width: 49.1525423729%;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__add .access {
    width: 48%;
  }
}
.profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__add .access .sttl {
  color: var(--main_color);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__add .access .sttl {
    font-size: 16px;
  }
}
.profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__add .access p {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__add .access p {
    margin-bottom: 15px;
  }
}
.profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__add .access p:last-child {
  margin-bottom: 0;
}
.profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__add .access ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__add .access ul li {
    gap: 5px;
  }
}
.profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__add .access ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background: var(--blue01);
  border-radius: 50%;
}
.profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__guidance {
  width: 65.5555555556%;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__guidance {
    width: 100%;
  }
}
.profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__guidance .ttl__bg {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__guidance .ttl__bg {
    margin-bottom: 15px;
  }
}
.profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__guidance p {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__guidance p {
    margin-bottom: 30px;
  }
}
.profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__guidance .display {
  background-color: #F1FAFE;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__guidance .display {
    padding: 20px 0;
  }
}
.profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__guidance .display .display_sttl {
  font-size: 18px;
  font-weight: 700;
  color: var(--main_color);
  max-width: 482px;
  width: 90%;
  margin: 0 auto 32px;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__guidance .display .display_sttl {
    font-size: 16px;
    margin: 0 auto 15px;
  }
}
.profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__guidance .display .display_machine {
  max-width: 482px;
  width: 90%;
  margin: 0 auto;
}
.profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__guidance .display .display_machine dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__guidance .display .display_machine dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__guidance .display .display_machine dl dt {
    width: 90%;
  }
}
.profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__guidance .display .display_machine dl:nth-child(n+5) {
  border-bottom: dotted 1px var(--main_color);
  margin-bottom: 11.5px;
  padding-bottom: 11.5px;
}
.profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__guidance .display .display_machine dl:nth-child(n+5) dt {
  width: 44.6985446985%;
  margin-right: 19px;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__guidance .display .display_machine dl:nth-child(n+5) dt {
    width: auto;
    margin-right: 20px;
  }
}
.profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__guidance .display .display_machine dl:nth-child(n+5) dd {
  width: 48.6985446985%;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__guidance .display .display_machine dl:nth-child(n+5) dd {
    width: 100%;
  }
}
.profile_eigyousyo_sec .content .eigyousyo_info .eigyousyo_info__guidance .display .display_machine dl:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background: var(--blue01);
  border-radius: 50%;
  margin-top: 7px;
  margin-right: 12.4px;
}
.profile_eigyousyo_sec .content .eigyousyo_gmap {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .profile_eigyousyo_sec .content .eigyousyo_gmap {
    padding-top: 70%;
    margin-bottom: 60px;
  }
}
.profile_eigyousyo_sec .content .eigyousyo_gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=profile_eigyousyo.css.map */