.header02 {
  border-top: 8px solid #F79428;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
}
.wrap{
	margin-top: 169px;
}

.hdr-nav {
  margin: 8px 0 !important;
}

.hdr_box {
  width: auto !important;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hdr_logo {
  max-width: 80px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
	.wrap{
	margin-top: 120px;
}
  .hdr_logo {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.hdr_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .hdr_heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px;
  }
}

.hdr_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .hdr_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 20px;
  }
}

.hdr_subtitle {
  font-size: 16px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .hdr_subtitle {
    margin-left: 0;
    font-size: 15px;
  }
}

.hdr_nav a:hover {
  color: #F79428 !important;
}

@media screen and (max-width: 767px) {
  .hdr_ttl-sp {
    margin: 0 !important;
  }
}

.sec_span {
  color: blue !important;
  border-bottom: blue 1px solid;
}

.sec_link {
  text-align: center;
  display: block;
  font-size: 18px;
}

.sec_text {
  text-align: start !important;
}

.sec-access-title {
  font-size: 20px;
  font-weight: bold;
}

.sec-access-span {
  font-size: 16px;
  margin-left: 10px;
}

.sec_gd::before {
  display: none !important;
}

.sec_border {
  position: relative;
}

.sec_border::before {
  content: "";
  display: block;
  height: 3px;
  width: 140px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  background-color: #F79428;
}

.sec_border::after {
  display: none !important;
}

.sec_border02 {
  position: relative;
}

.sec_border02::before {
  content: "";
  display: block;
  height: 3px;
  width: 112px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  background-color: #F79428;
}

.sec_border02::after {
  display: none !important;
}

.ttl02 {
  color: #F79428 !important;
}

.gd02 {
  background: #F79428;
}

@media screen and (max-width: 767px) {
  .gd02:hover {
    background: #F79428 !important;
  }
}

.pagetop02 a {
  background-color: #F79428;
}

@media screen and (max-width: 767px) {
  .pagetop02 a:hover {
    background-color: #F79428 !important;
  }
}

.img {
  max-width: 354px;
}

.sec-introduction__img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sec-introduction__img {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

@media screen and (max-width: 767px) {
  .sec-introduction-profile02 {
    margin-top: 225px !important;
  }
}
/*# sourceMappingURL=addition.css.map */