@charset "UTF-8";

body {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  width: 100%;
}

img {
  vertical-align: bottom;
}

.wrapper {
  width: 100%;
}

:root {
  --main-color: #009fe8;
  --sub-color: #eb6100;
}

/* ヘッダー部分
--------------------------------- */

.header__bg {
  background: #efefef;
  box-sizing: border-box;
}

.header__wrap {
  box-sizing: border-box;
  height: 14.5vw;
  margin: 0 auto;
  max-width: 945px;
  padding-right: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 440px) {
  .header__wrap {
    padding-right: 20px;
  }
}

.header__logo {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 27.84vw;
}

.header__logo.govtech {
  width: 43.5vw;
}

.header__logo.xtech {
  margin-left: 5px;
}

.header__logo img {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.header__pr {
  display: inline-block;
  font-size: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8.585%;
}

.header__pr img {
  width: 100%;
}

@media screen and (min-width: 440px) {
  .header__wrap {
    height: 66px;
  }

  .header__logo.govtech {
    width: 180px;
  }

  .header__logo.xtech {
    margin-left: 15px;
    width: 115px;
  }

  .header__pr {
    width: 40px;
  }
}

@media screen and (min-width: 680px) {
  .header__wrap {
    padding-right: 0;
  }

  .header__logo.govtech {
    width: 270px;
  }

  .header__logo.xtech {
    margin-left: 50px;
    width: 176px;
  }
}

/* メイン部分
--------------------------------- */

main {
  background: url(side.png) top center;
  background-size: 10%;
}

.main__visual {
  background-color: var(--main-color);
  margin: 0 auto;
  max-width: 1366px;
  position: relative;
  width: 100%;
}

.main__content {
  background: #fff;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 6%;
  width: 1000px;
}

@media screen and (min-width: 999.9px) {
  .main__content {
    padding: 0 146px;
  }
}

.main__visual--photo--box {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 65%;
}

@media screen and (min-width: 700px) {
  .main__visual--photo--box {
    bottom: 0;
    left: 23%;
    position: absolute;
    transform: unset;
    width: unset;
  }
}

@media screen and (min-width: 1200px) {
  .main__visual--photo--box {
    left: 21.5%;
  }
}

.main__visual--photo {
  position: relative;
}

.main__visual--photo--profile {
  bottom: 5%;
  position: absolute;
}

@media screen and (min-width: 769px) {
  .main__visual--photo--profile {
    bottom: 10.5%;
  }
}

.main__visual--photo--profile.profile1 {
  left: -19%;
}

@media screen and (min-width: 700px) and (max-width: 769px) {
  .main__visual--photo--profile.profile1 {
    left: -16%;
  }
}

@media screen and (min-width: 769px) {
  .main__visual--photo--profile.profile1 {
    left: -40%;
  }
}

@media screen and (min-width: 900px) {
  .main__visual--photo--profile.profile1 {
    left: -19%;
  }
}

.main__visual--photo--profile.profile2 {
  right: -10%;
}

@media screen and (min-width: 700px) {
  .main__visual--photo--profile.profile2 {
    right: 5.5%;
  }
}

@media screen and (min-width: 700px) and (max-width: 769px) {
  .main__visual--photo--profile.profile2 {
    right: 63%;
  }
}

.main__visual--photo--profile p {
  align-items: flex-start;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 3.5vw;
  line-height: 1.3;
  row-gap: 5px;
}

@media screen and (min-width: 700px) {
  .main__visual--photo--profile p {
    font-size: 14px;
  }
}

.main__visual--photo--profile span {
  display: inline-block;
}

.main__visual--photo--profile span.job, .main__visual--photo--profile span.name__box {
  background-color: rgba(0, 0, 0, .6);
  padding: 2px 4px 1px;
}

.main__visual--photo--profile span.name {
  font-size: 4.5vw;
  font-weight: 700;
}

@media screen and (min-width: 700px) {
  .main__visual--photo--profile span.name {
    font-size: 18px;
  }
}

.main__visual--photo--image {
  margin: auto;
  width: 100%;
}

@media screen and (min-width: 700px) and (max-width: 769px) {
  .main__visual--photo img {
    width: 36%;
  }
}

@media screen and (min-width: 769.9px) and (max-width: 1120px) {
  .main__visual--photo img {
    width: 28vw;
  }
}

@media screen and (min-width: 1120.99px) {
  .main__visual--photo img {
    width: 305px;
  }
}

.main__visual--inner {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 700px) {
  .main__visual--inner {
    flex-direction: row;
  }
}

.main__visual--image {
  width: 100%;
}

@media screen and (min-width: 700px) {
  .main__visual--image {
    width: 42vw;
  }
}

@media screen and (min-width: 769px) {
  .main__visual--image {
    width: min(482px, 42vw);
  }
}

.main__visual--ttl {
  flex: 1;
}

.main__visual--ttl h1 {
  padding: clamp(.313rem, -.21rem + 2.61vw, 1.75rem) clamp(.938rem, -1.29rem + 11.14vw, 7.063rem) clamp(.313rem, -1.074rem + 6.93vw, 4.125rem);
  width: 100%;
}

.main__visual--ttl h1 img {
  width: 448px;
}

/* メインビジュアル */

/* リード */
main .lead {
  color: var(--sub-color);
  letter-spacing: .1px;
  margin: 0 auto;
  max-width: 100%;
  padding: 30px 0 23px;
  position: relative;
  width: 824px;
}

@media (max-width : 890px) {
  main .lead {
    padding: 23px 0;
  }
}

main .lead::after {
  background-color: var(--sub-color);
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}


/* メインコンテンツ */

.artitle-box {
  margin: 0 auto;
  max-width: 100%;
  width: 824px;
}

.artitle-box:first-child {
  margin: 35px auto 70px;
}

/* 記事タイトル */
.artitle__title {
  margin-bottom: 36px;
}

@media (max-width : 590px) {
  .artitle__title {
    margin-bottom: 15px;
  }
}

.artitle__title h2 {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  color: var(--main-color);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 12px;
  padding-top: 14px;
  text-align: center;
}

figure {
  margin: 40px auto 0;
  max-width: 250px;
  padding-bottom: clamp(2.5rem, 1.545rem + 4.77vw, 5.125rem);
  width: 100%;
}

@media (min-width: 321px) and (max-width: 599.9px) {
  figure {
    max-width: unset;
    width: 75%;
  }
}

@media (min-width : 660px) {
  figure {
    column-gap: 23px;
    display: flex;
    max-width: unset;
    width: 100%;
  }
}

figure figcaption {
  margin-top: 10px;
}

@media (min-width : 660px) {
  figure figcaption {
    margin-top: 0;
  }
}

figure img {
  width: 100%;
}

@media (min-width : 660px) {
  figure img {
    height: 250.5px;
    width: 250px;
  }
}

figure p.figure__title {
  color: var(--sub-color);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 1.057rem + .34vw, 1.313rem);
  font-weight: 700;
  line-height: 1.5;
}

figure p.figure__job {
  font-size: 18px;
  line-height: 1.3;
  margin-top: clamp(.625rem, .398rem + 1.14vw, 1.25rem);
}

figure p.figure__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: clamp(.625rem, .398rem + 1.14vw, 1.25rem);
}

figure p.figure__name span {
  font-size: 28px;
}

.artitle__body .caption span {
  display: block;
}

.contact--part {
  border-top: 1px solid #000;
  padding: 54px 0 70px;
  text-align: center;
}

.contact--part .contact--link-title {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
}

.contact--part .contact--link-title::after {
  background-color: var(--main-color);
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.contact--part .contact--link {
  word-break: break-all;
}

.contact--part .contact--link--title {
  color: var(--main-color);
}

.contact--part a:hover {
  opacity: .8;
  transition: all .5s;
}

.contact--body {
  margin-top: 50px;
}

hr {
  margin-top: 0;
}

.artitle__body .cap {
  font-size: 14px;
}

.artitle__body .text {
  margin-bottom: 30px;
}

.artitle__body .text:last-child {
  margin-bottom: 0;
  padding-bottom: 70px;
}

.relatedlink_area {
  margin: 0 auto;
  max-width: 100%;
  width: 650px;
}

.text--left {
  text-align: left;
}

.localFooter .pr {
  font-size: 12px;
  text-align: center;
}
