section {
  width: 940px;
  margin: 0 auto;
}

/*
 * kv
 */
.kv {
  position: relative;
}

.kv img {
  width: 100%;
}

/*
 * メッセージ
 */
.message {
  margin-top: 80px;
}
.message h2 {
  font-size: 36px;
  line-height: 50px;
}
.message {
  font-size: 18px;
}
.message-box {
  display: flex;
}
.message-box img {
  height: 122px;
  width: 230px;
  margin-left: 60px;
}
.message-body {
  margin-top: 30px;
}
.name {
  margin-top: 20px;
  text-align: right;
}
.nirasaki-copy {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

/*
 * メニュー
 */
 .menu {
  margin-top: 80px;
 }
 .menu ul {
  display: flex;
  font-size: 18px;
  border-top: 1px #333 solid;
  border-bottom: 1px #333 solid;
 }
 .menu li {
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
 }

/*
 * 政策
 */
.policy {
  margin-top: 40px;
  padding-bottom: 40px;
}
.policy-num {
  background-color: #FF4500;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 70px;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.policy-detail {
  margin-bottom: 60px;
  color: #333;
}
.policy-detail:nth-child(2) .policy-message-inner {
  text-align: right !important;
}
.policy-detail:nth-child(2) .policy-num {
  margin: auto 0 auto auto;
}
.policy-detail:nth-child(2) .policy-message {
  justify-content: flex-end;  
}
.policy-detail:nth-child(2) img {
  margin-left: 0;
  margin-right: 70px !important;
}
.policy-detail h2 {
  font-size: 32px;
}
.img-block {
  display: inline-flex;
}
.img-block img {
  margin: auto 0;
}
.policy-message {
  display: flex;
}
.policy-message-inner {
  max-width: 650px;
}
.policy-message-inner p {
  font-size: 18px;
  line-height: 26px;
}
.policy-message img {
  margin-left: 70px;
  height: 180px;
  width: auto;
}
 /*
 * プロフィール
 */
.profile {
  background-color: #F4F8F9;
    margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.profile-box {
  width: 940px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 60px;
}

.profile-box h2 {
  font-size: 32px;
  text-align: center;
}
.profile-box picture {
  z-index: 3;
}

.profile-box img {
  height: 360px;
  width: 360px;
}
.profile-inner-box::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 40px;
  left: 0;
  width: 860px;
  height: 400px;
  background-color: #fff;
}
.profile-inner-box {
  position: relative;
  margin-top: 60px;
  display: flex;
}

.profile-detail {
  z-index: 2;
  margin-top: 40px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
}
.profile-detail .profile-name {
  font-size: 40px;
}

.profile-detail .sentence, .detail {
  font-size: 18px;
}

.career {
  width: 940px;
  margin: 0 auto;
  padding-left: 30px;
  padding-bottom: 100px;
}

.career .title {
  font-size: 21px;
  font-weight: bold;
}

.career .detail {
  font-size: 18px;
}
/*
 * なぜやるのか
 */

/*
 * 座談会
 */
.symposium {
  background-color: #F4F8F9;
  margin-top: 60px;
  padding: 40px;
}
.symposium h3 {
  font-size: 24px;
}

.symposium a {
  margin-left: 20px;
  text-decoration: underline;
}

/*
 * いんすた
 */
.insta-button {
  display: none;
  background-color: #FF4500;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99999;
  padding: 10px 20px;
  border-radius: 20px;
}
.insta-button a {
  display: flex;
}
.insta-button a:visited, a:hover {
  text-decoration: none;
}
.insta-button p {
  color: #fff;
  margin: auto 0;
  font-size: 14px;
}
.insta-button img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  section {
    width: 94%;
  }
  .symposium {
    padding: 30px 15px;
  }
  .message {
    margin-top: 40px;
  }
  .message h2 {
  font-size: 20px;
  line-height: 28px;
 } 
 .message-box {
  display: block;
 }
 .message-body {
  font-size: 14px;
 }
 .all-generation {
  margin-top: 20px;
 }
 .nirasaki-copy {
  margin-top: 40px;
 }
 .menu {
  margin-top: 40px;
 }
 .menu ul {
  font-size: 14px;
 }
 .menu li {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
 }
 .policy {
  margin-bottom: unset;
 }
 .policy-message {
  display: block;
 }
 .policy-detail h2 {
  font-size: 22px;
  margin-bottom: 16px;
 }
 .policy-message-inner p {
  font-size: 14px;
  line-height: 20px;
 }
 .img-block {
  margin: 40px auto 0 auto;
  display: table;
  text-align: center;
 }
 .img-block img {
  margin: 0 auto;
 }
 .policy-detail:nth-child(2) .policy-message-inner {
  text-align: left !important;
 }
 .policy-detail:nth-child(2) .policy-num {
  margin: unset;
 }
 .policy-detail:nth-child(2) img {
  margin-left: unset;
  margin-right: unset !important;
 }
 .profile-inner-box {
  margin-top: unset;
 }
 .profile-box {
  padding-top: 40px;
 }
 .profile-box h2 {
  font-size: 20px;
 }
 .profile-detail .profile-name {
  font-size: 28px;
  text-align: center;
 }
 .profile-box img {
  height: auto;
  width: 100%;
 }
 .profile-detail {
  margin-top: unset;
  padding-left: unset;
  padding-right: unset;
 }
 .profile-detail .sentence {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
 }
 .profile-detail .detail {
  font-size: 14px;
 }
 .profile-box, .career {
  width: 94%;
  padding-left: unset;
 }
 .profile-inner-box {
  display: block;
 }
 .profile-inner-box::after {
  display: none;
 }
 .career .title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
 }
 .career .detail {
  font-size: 14px;
  line-height: 20px;
}
 }
}