﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
.secArticleMv {
  position: relative;
  margin-top: 96px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .secArticleMv {
    margin-bottom: 40px;
  }
}
.secArticleMv h1 img {
  width: 100%;
}
.secArticleMv h1 img.pcShow {
  display: none;
}
@media screen and (min-width: 481px) {
  .secArticleMv h1 img.pcShow {
    display: block;
  }
}
@media screen and (min-width: 481px) {
  .secArticleMv h1 img.spShow {
    display: none;
  }
}
.secArticleTop {
  padding: 0 20px;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .secArticleTop {
    margin-bottom: 100px;
  }
}
.secArticleTop .secInner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
}
@media screen and (min-width: 769px) {
  .secArticleTop .secInner {
    margin: 0 auto 100px;
  }
}
.secArticleTop .secInner .secArticleTopTtl {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .secArticleTop .secInner .secArticleTopTtl {
    margin-bottom: 50px;
  }
}
.secArticleTop .secInner .secArticleTopTtl .secArticleTopTtlDate {
  color: #8C8D90;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  .secArticleTop .secInner .secArticleTopTtl .secArticleTopTtlDate {
    font-size: 1.4rem;
  }
}
.secArticleTop .secInner .secArticleTopTtl h2 {
  font-size: 1.8rem;
  color: #0066BB;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 481px) {
  .secArticleTop .secInner .secArticleTopTtl h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .secArticleTop .secInner .secArticleTopTtl h2 {
    font-size: 4.5rem;
  }
}
.secArticleTop .secInner .secArticleTopTtl ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.secArticleTop .secInner .secArticleTopTtl ul li {
  margin: 0 3px 3px 0;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 769px) {
  .secArticleTop .secInner .secArticleTopTtl ul li {
    margin: 0 15px 0 0;
  }
}
.secArticleTop .secInner .secArticleTopTtl ul li a {
  display: block;
  transition: all 0.3s;
  background: #E9F0F5;
  padding: 2px 5px;
  color: #0066BB;
}
@media screen and (min-width: 1025px) {
  .secArticleTop .secInner .secArticleTopTtl ul li a:hover {
    background: #0066BB;
    color: #fff;
  }
}
.secArticleTop .secInner .secArticleTopPeople {
  padding: 25px 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .secArticleTop .secInner .secArticleTopPeople {
    flex-wrap: nowrap;
  }
}
.secArticleTop .secInner .secArticleTopPeople .secArticleTopPeplePosition {
  text-align: center;
  width: 100%;
  font-size: 1.4rem;
  color: #4C4C4C;
}
@media screen and (min-width: 769px) {
  .secArticleTop .secInner .secArticleTopPeople .secArticleTopPeplePosition {
    width: auto;
    font-size: 2rem;
  }
}
.secArticleTop .secInner .secArticleTopPeople .secArticleTopPepleName {
  font-size: 2.4rem;
}
@media screen and (min-width: 769px) {
  .secArticleTop .secInner .secArticleTopPeople .secArticleTopPepleName {
    margin-left: 30px;
    font-size: 3rem;
  }
}
.secArticleTop .secInner .secArticleTopDesc .secArticleTopDescTxt {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.secArticleTop .secInner .secArticleTopDesc .secArticleTopDescTxt:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .secArticleTop .secInner .secArticleTopDesc .secArticleTopDescTxt {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}
.secArticle .secArticleInner {
  background: linear-gradient(90deg, #fff 0%, #fff 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
}
.secArticle .secArticleTtl {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .secArticle .secArticleTtl {
    margin-bottom: 80px;
  }
}
.secArticle .secArticleTtl .secArticleTtlBoxCategorySp {
  text-align: center;
  position: absolute;
  top: -58px;
  left: 50%;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  transform: translateX(-50%);
}
.secArticle .secArticleTtl .secArticleTtlBoxCategorySp .secArticleTtlBoxCategoryInner {
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.secArticle .secArticleTtl .secArticleTtlBoxCategorySp .secArticleTtlBoxCategoryInner .secArticleTtlBoxCategoryNum {
  font-size: 2.6rem;
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (min-width: 481px) {
  .secArticle .secArticleTtl .secArticleTtlBoxCategorySp {
    display: none;
  }
}
.secArticle .secArticleTtl .secArticleTtlBox {
  position: absolute;
  bottom: -50px;
  display: inline-block;
  background: #E69600;
  padding: 4% 5%;
}
@media screen and (min-width: 481px) {
  .secArticle .secArticleTtl .secArticleTtlBox {
    bottom: inherit;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1281px) {
  .secArticle .secArticleTtl .secArticleTtlBox {
    padding: 100px 10%;
  }
}
.secArticle .secArticleTtl .secArticleTtlBox .secArticleTtlBoxCategory {
  display: none;
}
@media screen and (min-width: 481px) {
  .secArticle .secArticleTtl .secArticleTtlBox .secArticleTtlBoxCategory {
    display: block;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
    top: -75px;
    left: 14%;
    width: 105px;
    height: 105px;
    transform: translateX(0);
  }
}
@media screen and (min-width: 769px) {
  .secArticle .secArticleTtl .secArticleTtlBox .secArticleTtlBoxCategory {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1281px) {
  .secArticle .secArticleTtl .secArticleTtlBox .secArticleTtlBoxCategory {
    width: 145px;
    height: 145px;
  }
}
.secArticle .secArticleTtl .secArticleTtlBox .secArticleTtlBoxCategory .secArticleTtlBoxCategoryInner {
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.secArticle .secArticleTtl .secArticleTtlBox .secArticleTtlBoxCategory .secArticleTtlBoxCategoryInner .secArticleTtlBoxCategoryNum {
  font-size: 2.6rem;
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .secArticle .secArticleTtl .secArticleTtlBox .secArticleTtlBoxCategory .secArticleTtlBoxCategoryInner .secArticleTtlBoxCategoryNum {
    font-size: 4rem;
  }
}
.secArticle .secArticleTtl .secArticleTtlBox h2 {
  font-size: 2.5rem;
  font-weight: 500;
  text-decoration: underline;
  color: #fff;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .secArticle .secArticleTtl .secArticleTtlBox h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .secArticle .secArticleTtl .secArticleTtlBox h2 {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 481px) {
  .secArticle .secArticleTtl .secArticleTtlBox h2 .brSp {
    display: none;
  }
}
.secArticle .secArticleTtl .secArticleTtlImg {
  text-align: right;
  width: 100%;
}
.secArticle .secArticleTtl .secArticleTtlImg figure {
  display: inline-block;
}
.secArticle .secArticleTtl .secArticleTtlImg figure img {
  width: 100%;
  max-width: 1350px;
}
@media screen and (min-width: 481px) {
  .secArticle .secArticleTtl .secArticleTtlImg figure img {
    width: 90%;
  }
}
.secArticle .secArticleTtl .secArticleTtlImg figure img.pcShow {
  display: none;
}
@media screen and (min-width: 481px) {
  .secArticle .secArticleTtl .secArticleTtlImg figure img.pcShow {
    display: inline-block;
  }
}
@media screen and (min-width: 481px) {
  .secArticle .secArticleTtl .secArticleTtlImg figure img.spShow {
    display: none;
  }
}
.secArticle.secChapter01 {
  background: #FFF1D6;
}
.secArticle.secChapter02 {
  background: #FFEFF1;
}
.secArticle.secChapter02 .secArticleInner {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #fff 30%, #fff 100%);
}
.secArticle.secChapter02 .secArticleInner .secArticleTtl {
  background: linear-gradient(#FFF1D6 0%, #FFF1D6 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.secArticle.secChapter02 .secArticleInner .secArticleTtl .secArticleTtlBox {
  background: #80092F;
}
@media screen and (min-width: 1025px) {
  .secArticle.secChapter02 .secArticleInner .secArticleTtl .secArticleTtlBox {
    right: 0;
    text-align: right;
  }
}
@media screen and (min-width: 1025px) {
  .secArticle.secChapter02 .secArticleInner .secArticleTtl .secArticleTtlBox .secArticleTtlBoxCategory {
    left: auto;
    right: 14%;
  }
}
@media screen and (min-width: 1025px) {
  .secArticle.secChapter02 .secArticleInner .secArticleTtl .secArticleTtlImg {
    text-align: left;
  }
}
.secArticle.secChapter02 .secArticleInner .secArticleCont .secArticleContBox {
  left: auto;
}
@media screen and (min-width: 1025px) {
  .secArticle.secChapter02 .secArticleInner .secArticleCont .secArticleContBox {
    right: 10%;
  }
}
.secArticle.secChapter02 .secArticleInner .secArticleCont .secArticleContBox h2 {
  clear: both;
}
@media screen and (min-width: 1025px) {
  .secArticle.secChapter02 .secArticleInner .secArticleCont .secArticleContBox h2 {
    text-align: right;
  }
}
.secArticle.secChapter02 .secArticleInner .secArticleCont .secArticleContBox h2 span {
  background: #80092F;
}
@media screen and (min-width: 1025px) {
  .secArticle.secChapter02 .secArticleInner .secArticleCont .secArticleContInner {
    padding-left: 0;
    padding-right: 10%;
  }
}
.secArticle.secChapter02 .secArticleInner .secArticleCont .secArticleContInner .secArticleContImg {
  order: 1;
}
.secArticle.secChapter02 .secArticleInner .secArticleCont .secArticleContInner .secArticleContTxt {
  order: 2;
}
.secArticle.secChapter02 .secArticleInner .secArticleImg {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #FFEFF1 50%, #FFEFF1 100%);
}
.secArticle.secChapter02.typeBlue {
  background: #E8F0FF;
}
.secArticle.secChapter02.typeBlue .secArticleInner {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #fff 30%, #fff 100%);
}
.secArticle.secChapter02.typeBlue .secArticleInner .secArticleTtl .secArticleTtlBox {
  background: #0066BB;
}
.secArticle.secChapter02.typeBlue .secArticleInner .secArticleCont .secArticleContBox h2 span {
  background: #0066BB;
}
.secArticle.secChapter02.typeBlue .secArticleInner .secArticleImg {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #E8F0FF 50%, #E8F0FF 100%);
}
.secArticle.secChapter03 {
  background: #E8F0FF;
}
.secArticle.secChapter03 .secArticleInner {
  background: linear-gradient(90deg, #fff 0%, #fff 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
}
.secArticle.secChapter03 .secArticleInner .secArticleTtl {
  background: linear-gradient(#FFEFF1 0%, #FFEFF1 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.secArticle.secChapter03 .secArticleInner .secArticleTtl .secArticleTtlBox {
  background: #0066BB;
}
.secArticle.secChapter03 .secArticleInner .secArticleCont .secArticleContBox h2 span {
  background: #0066BB;
}
.secArticle.secChapter03 .secArticleInner .secArticleImg {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #E8F0FF 50%, #E8F0FF 100%);
  padding-bottom: 40px;
  margin-bottom: 50px;
}
@media screen and (min-width: 481px) {
  .secArticle.secChapter03 .secArticleInner .secArticleImg {
    margin-bottom: 0;
  }
}
.secArticle .secArticleTxt {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 25px;
}
.secArticle .secArticleTxt.hasMb {
  margin-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  .secArticle .secArticleTxt.hasMb {
    margin-bottom: 120px;
  }
}
.secArticle .secArticleTxt .secArticleTxtInner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.secArticle .secArticleTxt .secArticleTxtInner p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 25px;
}
.secArticle .secArticleTxt .secArticleTxtInner p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .secArticle .secArticleTxt .secArticleTxtInner p {
    font-size: 1.6rem;
  }
}
.secArticle .secArticleTxt .secArticleTxtInner p .bgOrg {
  background: #FFEFA2;
}
.secArticle .secArticleTxt .secArticleTxtInner.secArticleTxt2Col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .secArticle .secArticleTxt .secArticleTxtInner.secArticleTxt2Col {
    flex-wrap: nowrap;
    margin-bottom: 80px;
  }
}
.secArticle .secArticleTxt .secArticleTxtInner.secArticleTxt2Col .secArticleTxt2ColBox {
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 1025px) {
  .secArticle .secArticleTxt .secArticleTxtInner.secArticleTxt2Col .secArticleTxt2ColBox {
    width: 48%;
    margin-bottom: 0;
  }
}
.secArticle .secArticleTxt .secArticleTxtInner.secArticleTxt2Col .secArticleTxt2ColBox img {
  width: 100%;
}
.secArticle .secArticleCont {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .secArticle .secArticleCont {
    margin-bottom: 80px;
  }
}
.secArticle .secArticleCont .secArticleContBox {
  width: 100%;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 1025px) {
  .secArticle .secArticleCont .secArticleContBox {
    padding-left: 10%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.secArticle .secArticleCont .secArticleContBox h2 {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 5px;
}
@media screen and (min-width: 481px) {
  .secArticle .secArticleCont .secArticleContBox h2 {
    font-size: 3rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .secArticle .secArticleCont .secArticleContBox h2 {
    font-size: 3.8rem;
  }
}
.secArticle .secArticleCont .secArticleContBox h2 span {
  background: #E69600;
  padding: 5px;
}
@media screen and (min-width: 769px) {
  .secArticle .secArticleCont .secArticleContBox h2 span {
    padding: 10px 20px;
  }
}
.secArticle .secArticleCont .secArticleContInner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .secArticle .secArticleCont .secArticleContInner {
    padding-left: 10%;
    flex-wrap: nowrap;
  }
}
.secArticle .secArticleCont .secArticleContInner .secArticleContTxt {
  width: 100%;
  order: 2;
  padding: 0 20px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .secArticle .secArticleCont .secArticleContInner .secArticleContTxt {
    order: 1;
    width: 30%;
    padding: 0;
    font-size: 1.6rem;
  }
}
.secArticle .secArticleCont .secArticleContInner .secArticleContImg {
  width: 100%;
  order: 1;
  margin-bottom: 25px;
}
@media screen and (min-width: 1025px) {
  .secArticle .secArticleCont .secArticleContInner .secArticleContImg {
    order: 2;
    width: 65%;
    margin-bottom: 0;
  }
}
.secArticle .secArticleCont .secArticleContInner .secArticleContImg img {
  width: 100%;
}
.secArticle .secArticleImg {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 50px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, #FFF1D6 25%, #FFF1D6 100%);
}
@media screen and (min-width: 769px) {
  .secArticle .secArticleImg {
    margin-bottom: 80px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #FFF1D6 50%, #FFF1D6 100%);
  }
}
.secArticle .secArticleImg.bgNon {
  background: none !important;
}
.secArticle .secArticleImg .secArticleImgInner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.secArticle .secArticleImg .secArticleImgInner figure {
  margin-bottom: 30px;
  width: 100%;
  overflow-x: scroll;
}
@media screen and (min-width: 769px) {
  .secArticle .secArticleImg .secArticleImgInner figure {
    overflow-x: inherit;
    margin-bottom: 40px;
  }
}
.secArticle .secArticleImg .secArticleImgInner figure.mb10 {
  margin-bottom: 10px;
}
.secArticle .secArticleImg .secArticleImgInner figure img {
  width: 100%;
  min-width: 750px;
}
.secArticle .secArticleImg .secArticleImgInner .secArticleImgCaution {
  font-size: 1.3rem;
  color: #292929;
  margin-bottom: 25px;
}
.secArticle .secArticleImg .secArticleImgInner p {
  font-size: 1.4rem;
  margin-bottom: 25px;
}
.secArticle .secArticleImg .secArticleImgInner p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .secArticle .secArticleImg .secArticleImgInner p {
    font-size: 1.6rem;
  }
}
.secArticle .secArticleImg .secArticleImgInner p:last-child {
  margin-bottom: 0;
}
.secArticle .secArticleImg .secArticleImgInner.w85 {
  width: 85%;
  max-width: 850px;
  margin: 0 auto;
}
.secArticle .secArticleImg.hasPb {
  padding-bottom: 80px;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .secArticle .secArticleImg.hasPb {
    padding-bottom: 150px;
  }
}
.secArticle .secArticleVideo {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .secArticle .secArticleVideo {
    margin-bottom: 80px;
  }
}
.secArticle .secArticleVideo .secArticleVideoInner {
  max-width: 1000px;
  margin: 0 auto;
}
.secArticle .secArticleVideo .secArticleVideoInner .secArticleVideoBox {
  max-width: 1000px;
  margin: 0 auto 25px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.secArticle .secArticleVideo .secArticleVideoInner .secArticleVideoBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.secArticle .secArticleVideo .secArticleVideoInner .secArticleVideoCaution {
  font-size: 1.3rem;
  color: #292929;
  margin-bottom: 25px;
}
.secArticle .secArticleVideo .secArticleVideoInner p {
  font-size: 1.4rem;
  margin-bottom: 25px;
}
.secArticle .secArticleVideo .secArticleVideoInner p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .secArticle .secArticleVideo .secArticleVideoInner p {
    font-size: 1.6rem;
  }
}
.secArticle .secArticleVideo .secArticleVideoInner p:last-child {
  margin-bottom: 0;
}
.secArticle .secArticleVideo.bgHalf {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #E8F0FF 50%, #E8F0FF 100%);
}
.secArticle .secArticleVideo.hasPb {
  padding-bottom: 80px;
  margin-bottom: 0;
}
.secArticle .secArticle2col {
  width: 100%;
  padding: 0 20px;
  padding-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .secArticle .secArticle2col {
    padding-bottom: 150px;
  }
}
.secArticle .secArticle2col .secArticle2colInner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .secArticle .secArticle2col .secArticle2colInner {
    flex-wrap: nowrap;
  }
}
.secArticle .secArticle2col .secArticle2colInner .secArticle2colBox {
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .secArticle .secArticle2col .secArticle2colInner .secArticle2colBox {
    width: 48%;
    margin-bottom: 0;
  }
}
.secArticle .secArticle2col .secArticle2colInner .secArticle2colBox img {
  width: 100%;
}
.secArticle .secArticle2col .secArticle2colInner .secArticle2colBox p {
  font-size: 1.4rem;
  margin-bottom: 25px;
}
.secArticle .secArticle2col .secArticle2colInner .secArticle2colBox p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .secArticle .secArticle2col .secArticle2colInner .secArticle2colBox p {
    font-size: 1.6rem;
  }
}
.secArticle .secArticle2col .secArticle2colInner .secArticle2colBox p:last-child {
  margin-bottom: 0;
}
.secArticle .secArticle2col.bgBlue {
  background: #E8F0FF;
}
.secArticleEnd {
  background: #F4F5F7;
  background: linear-gradient(90deg, #F4F5F7 0%, #F4F5F7 15%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 100%);
}
.secArticleEnd .secArticleEndImgPc {
  display: none;
  background: #E8F0FF;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .secArticleEnd .secArticleEndImgPc {
    display: block;
  }
}
.secArticleEnd .secArticleEndImgPc img {
  width: 100%;
}
.secArticleEnd .secArticleEndImgSp {
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .secArticleEnd .secArticleEndImgSp {
    display: none;
  }
}
.secArticleEnd .secArticleEndImgSp .secArticleEndImgSpTop {
  padding: 20px;
}
.secArticleEnd .secArticleEndImgSp .secArticleEndImgSpTop h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.secArticleEnd .secArticleEndImgSp .secArticleEndImgSpTop .secArticleEndImgSpTopInner {
  border: 4px solid #000;
  padding: 20px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .secArticleEnd .secArticleEndImgSp .secArticleEndImgSpTop .secArticleEndImgSpTopInner {
    padding: 40px;
  }
}
.secArticleEnd .secArticleEndImgSp .secArticleEndImgSpTop .secArticleEndImgSpTopInner figure img {
  width: 100%;
  max-width: 580px;
}
.secArticleEnd .secArticleEndImgSp .secArticleEndImgSpTop .secArticleEndImgSpTopTxt {
  text-align: right;
  font-size: 2rem;
}
.secArticleEnd .secArticleEndImgSp .secArticleEndImgSpBtm img {
  width: 100%;
}
.secArticleEnd .secArticleEndTxt {
  background: linear-gradient(90deg, #0066B5 0%, #0066B5 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  transform: translateY(-80px);
  width: 90%;
}
@media screen and (min-width: 1025px) {
  .secArticleEnd .secArticleEndTxt {
    width: auto;
  }
}
.secArticleEnd .secArticleEndTxt p {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background: #0066B5;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (min-width: 481px) {
  .secArticleEnd .secArticleEndTxt p {
    padding: 25px;
  }
}
@media screen and (min-width: 769px) {
  .secArticleEnd .secArticleEndTxt p {
    padding: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .secArticleEnd .secArticleEndTxt p {
    padding: 80px;
    font-size: 1.6rem;
  }
}
.secArticleEnd .secArticleEndPeople {
  width: 100%;
  max-width: 870px;
  margin: 0 auto 50px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 50px 20px;
}
.secArticleEnd .secArticleEndPeople .secArticleEndPeopleName {
  color: #686868;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.secArticleEnd .secArticleEndPeople .secArticleEndPeopleName span {
  color: #000;
  font-size: 2rem;
  display: block;
}
@media screen and (min-width: 769px) {
  .secArticleEnd .secArticleEndPeople .secArticleEndPeopleName span {
    margin-left: 25px;
    display: inline-block;
  }
}
.secShare {
  margin-bottom: 40px;
}
.secShare h2 {
  text-align: center;
  padding: 25px;
  margin-bottom: 10px;
}
.secShare ul {
  display: flex;
  justify-content: center;
}
.secShare ul li {
  margin: 0 5px;
}
.secShare ul li a {
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .secShare ul li a:hover {
    opacity: 0.7;
  }
}
.btnBack {
  padding-bottom: 80px;
}
@media screen and (min-width: 1025px) {
  .btnBack {
    padding-bottom: 150px;
  }
}
.btnBack a {
  display: block;
  width: 160px;
  height: 60px;
  background: #333;
  color: #fff;
  border-radius: 30px;
  margin: 0 auto;
  line-height: 60px;
  text-align: center;
}
.secKeyword {
  position: relative;
  z-index: 100;
  background: #F4F5F7;
  padding: 50px 20px;
}
@media screen and (min-width: 1025px) {
  .secKeyword {
    padding: 100px 20px 50px;
  }
}
.secKeyword .secInner h2 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 40px;
  line-height: 1.25;
}
.secKeyword .secInner h2 span {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 3.6rem;
}
.secKeyword .secInner .secKeywordTag {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .secKeyword .secInner .secKeywordTag {
    width: 90%;
  }
}
.secKeyword .secInner .secKeywordTag ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.secKeyword .secInner .secKeywordTag ul li {
  margin: 0 7px 10px;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .secKeyword .secInner .secKeywordTag ul li {
    margin: 0 30px 10px;
    font-size: 1.8rem;
  }
}
.secKeyword .secInner .secKeywordTag ul li a {
  text-decoration: underline;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .secKeyword .secInner .secKeywordTag ul li a:hover {
    text-decoration: none;
    color: #0066BB;
  }
}
.secKeyword .secInner .secKeywordCategory {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.secKeyword .secInner .secKeywordCategory ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .secKeyword .secInner .secKeywordCategory ul {
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.secKeyword .secInner .secKeywordCategory ul li {
  width: 50%;
  padding: 5px;
}
@media screen and (min-width: 769px) {
  .secKeyword .secInner .secKeywordCategory ul li {
    padding: 0;
    width: 23%;
    margin: 0 1%;
    max-width: none;
  }
}
.secKeyword .secInner .secKeywordCategory ul li a {
  height: 100%;
  min-height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  position: relative;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (min-width: 351px) {
  .secKeyword .secInner .secKeywordCategory ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .secKeyword .secInner .secKeywordCategory ul li a {
    padding: 20px 20px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .secKeyword .secInner .secKeywordCategory ul li a {
    padding: 20px 25px;
    font-size: 1.8rem;
  }
}
.secKeyword .secInner .secKeywordCategory ul li a:after {
  content: "→";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  color: #fff;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .secKeyword .secInner .secKeywordCategory ul li:hover.btnDecarbonized a {
    color: #0066BB;
    background: #fff;
  }
  .secKeyword .secInner .secKeywordCategory ul li:hover.btnDecarbonized a:after {
    color: #0066BB;
  }
  .secKeyword .secInner .secKeywordCategory ul li:hover.btnNewnormal a {
    color: #BB001D;
    background: #fff;
  }
  .secKeyword .secInner .secKeywordCategory ul li:hover.btnNewnormal a:after {
    color: #BB001D;
  }
  .secKeyword .secInner .secKeywordCategory ul li:hover.btnResilience a {
    color: #E69600;
    background: #fff;
  }
  .secKeyword .secInner .secKeywordCategory ul li:hover.btnResilience a:after {
    color: #E69600;
  }
  .secKeyword .secInner .secKeywordCategory ul li:hover.btnCategoryAll a {
    color: #659006;
    background: #fff;
  }
  .secKeyword .secInner .secKeywordCategory ul li:hover.btnCategoryAll a:after {
    color: #659006;
  }
}
.secKeyword .secInner .secKeywordCategory ul li.btnDecarbonized a {
  background: #0066BB;
  border: 1px solid #0066BB;
}
.secKeyword .secInner .secKeywordCategory ul li.btnNewnormal a {
  background: #BB001D;
  border: 1px solid #BB001D;
}
.secKeyword .secInner .secKeywordCategory ul li.btnResilience a {
  background: #E69600;
  border: 1px solid #E69600;
}
.secKeyword .secInner .secKeywordCategory ul li.btnCategoryAll a {
  background: #659006;
  border: 1px solid #659006;
}
.secRecommend {
  background: #F4F5F7;
}
.secRecommend h2 {
  font-size: 2.8rem;
  color: #292929;
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding-left: 20px;
}
@media screen and (min-width: 1025px) {
  .secRecommend h2 {
    padding-left: 0;
  }
}
.secRecommend .secDsList {
  overflow: hidden;
  padding: 0 20px 50px;
}
@media screen and (min-width: 1025px) {
  .secRecommend .secDsList {
    padding: 0 20px 120px;
  }
}
.secRecommend .secDsList .swiper-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  overflow: visible !important;
}
.secRecommend .secDsList .swiper-container .swiper-wrapper {
  padding: 0 0 30px;
  display: flex;
  justify-content: flex-start;
}
.secRecommend .secDsList .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  background: #fff;
  height: auto;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
  width: 320px;
}
.secRecommend .secDsList .swiper-container .swiper-wrapper .swiper-slide a {
  height: 100%;
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.secRecommend .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListImg {
  height: 0;
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}
.secRecommend .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListImg .secDsListImgCategory {
  position: absolute;
  z-index: 100;
  left: 20px;
  top: -20px;
}
.secRecommend .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListImg .secDsListImgCategory img {
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 1025px) {
  .secRecommend .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListImg .secDsListImgCategory img {
    width: 118px;
    height: 118px;
  }
}
.secRecommend .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListImg figure {
  display: block;
  height: 100%;
  width: 100%;
}
.secRecommend .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListImg figure img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1, 1);
  object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
  height: 100%;
  transition: all 0.2s;
}
.secRecommend .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListCont {
  padding: 40px 30px;
}
.secRecommend .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListCont .secDsListContDate {
  color: #8C8D90;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  .secRecommend .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListCont .secDsListContDate {
    font-size: 1.4rem;
  }
}
.secRecommend .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListCont h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .secRecommend .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListCont h2 {
    font-size: 1.8rem;
  }
}
.secRecommend .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListCont ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.secRecommend .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListCont ul li {
  margin: 0 2px 0 0;
  color: #0066BB;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  margin-bottom: 15px;
  background: #E9F0F5;
  padding: 2px 10px;
  border-radius: 20px;
}
.secRecommend .secDsList .swiper-container .swiper-wrapper .swiper-slide a:hover {
  color: #0066BB;
}
.secRecommend .secDsList .swiper-container .swiper-wrapper .swiper-slide a:hover .secDsListBox .secDsListImg .secDsListImgCategory img {
  transform: scale(1, 1);
}
.secRecommend .secDsList .swiper-container .swiper-wrapper .swiper-slide a:hover .secDsListBox .secDsListImg img {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}
.secRecommend .secDsList .swiper-container .swiper-wrapper .swiper-slide a:hover .secDsListBox .secDsListCont h2 {
  color: #0066BB;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  display: block;
  z-index: 10;
  margin-top: 0;
  width: 52px;
  height: 52px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #000;
  background: none;
  top: inherit;
  right: inherit;
  bottom: -40px;
  left: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 1281px) {
  .swiper-button-next, .swiper-button-prev {
    left: 120px;
  }
}
.swiper-button-next {
  left: 60px;
}
@media screen and (min-width: 1281px) {
  .swiper-button-next {
    left: 180px;
  }
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev::after, .swiper-button-next::after {
  position: relative;
  color: #000;
  opacity: 1;
  font-style: normal;
  font-weight: 900;
  font-size: 1.8rem;
  transition: all 0.3s;
}
.swiper-button-prev::after {
  content: "←";
}
.swiper-button-next::after {
  content: "→";
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  border-color: #0066BB;
}
.swiper-button-prev:hover:after, .swiper-button-next:hover:after {
  color: #0066BB;
}
.scrollbarCover {
  padding: 0 0 0 130px;
}
@media screen and (min-width: 1281px) {
  .scrollbarCover {
    padding: 0 250px;
  }
}
.swiper-container-horizontal .swiper-scrollbar {
  height: 2px;
  background: #fff;
  bottom: -15px;
  border-bottom: 25px;
}
.swiper-scrollbar-drag {
  background: #000;
}
sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
  font-size: 1.4rem;
}
/* article03:ここから */
#articleMain, #article03 {
  /* article03以降共通 */
}
#articleMain img, #article03 img {
  height: auto;
}
#articleMain sub, #article03 sub {
  font-size: 0.7em;
}
@media screen and (max-width: 1024px) {
  #articleMain .largePcShow, #article03 .largePcShow {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  #articleMain .smallPcShow, #article03 .smallPcShow {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #articleMain .smallPcShow, #article03 .smallPcShow {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #articleMain .pcShow, #article03 .pcShow {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  #articleMain .spShow, #article03 .spShow {
    display: none !important;
  }
}
#articleMain .hasPb, #article03 .hasPb {
  padding-bottom: 80px;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  #articleMain .hasPb, #article03 .hasPb {
    padding-bottom: 150px;
  }
}
#articleMain .bgRight, #article03 .bgRight {
  /* 右側にのみ背景色を適用する */
  background: linear-gradient(90deg, #fff 0%, #fff 82.5%, rgba(255, 255, 255, 0) 82.5%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1700px) {
  #articleMain .bgRight, #article03 .bgRight {
    background: linear-gradient(90deg, #fff 0%, #fff 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (max-width: 1280px) {
  #articleMain .bgRight, #article03 .bgRight {
    background: linear-gradient(90deg, #fff 0%, #fff 95%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
  }
}
#articleMain .bgLeft, #article03 .bgLeft {
  /* 左側にのみ背景色を適用する */
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 17.5%, #fff 17.5%, #fff 100%);
}
@media screen and (max-width: 1700px) {
  #articleMain .bgLeft, #article03 .bgLeft {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, #fff 10%, #fff 100%);
  }
}
@media screen and (max-width: 1280px) {
  #articleMain .bgLeft, #article03 .bgLeft {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, #fff 5%, #fff 100%);
  }
}
#articleMain .secArticleTopAuthor, #article03 .secArticleTopAuthor {
  font-size: 1.6rem;
  line-height: 1;
  text-align: right;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #articleMain .secArticleTopAuthor, #article03 .secArticleTopAuthor {
    font-size: 1.4rem;
    font-weight: 300;
  }
}
@media screen and (min-width: 769px) {
  #articleMain .secArticle .centerImg, #article03 .secArticle .centerImg {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
  }
  #articleMain .secArticle .centerImg figure, #article03 .secArticle .centerImg figure {
    width: auto;
  }
  #articleMain .secArticle .centerImg img, #article03 .secArticle .centerImg img {
    width: auto !important;
  }
  #articleMain .secArticle .centerImg figcaption, #article03 .secArticle .centerImg figcaption {
    text-align: left;
  }
}
#articleMain .secArticle .noScroll, #article03 .secArticle .noScroll {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}
#articleMain .secArticle .noScroll img, #article03 .secArticle .noScroll img {
  width: 100%;
  min-width: 0px;
}
@media screen and (max-width: 480px) {
  #articleMain .secArticle .maxWidthSp, #article03 .secArticle .maxWidthSp {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
#articleMain .secArticle .noMb, #article03 .secArticle .noMb {
  margin-bottom: 0px !important;
}
#articleMain .secArticle .noPb, #article03 .secArticle .noPb {
  padding-bottom: 0px !important;
}
@media screen and (max-width: 480px) {
  #articleMain .secArticle .noMbSp, #article03 .secArticle .noMbSp {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 480px) {
  #articleMain .secArticle .noPbSp, #article03 .secArticle .noPbSp {
    padding-bottom: 0px;
  }
}
#articleMain .secArticle .secArticleImgCaution, #article03 .secArticle .secArticleImgCaution {
  text-indent: -1em;
  padding-left: 1em;
}
#articleMain .secArticle .secArticleImg, #article03 .secArticle .secArticleImg {
  background: none;
}
#articleMain .secArticle .multiColumn, #article03 .secArticle .multiColumn {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
#articleMain .secArticle .multiColumn .left, #article03 .secArticle .multiColumn .left {
  width: 52%;
  margin-bottom: 25px;
}
#articleMain .secArticle .multiColumn .right, #article03 .secArticle .multiColumn .right {
  width: 46.4%;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  #articleMain .secArticle .multiColumn, #article03 .secArticle .multiColumn {
    flex-direction: column;
  }
  #articleMain .secArticle .multiColumn .left, #article03 .secArticle .multiColumn .left {
    width: 100%;
    margin-bottom: 10px;
  }
  #articleMain .secArticle .multiColumn .right, #article03 .secArticle .multiColumn .right {
    width: 100%;
    margin-bottom: 25px;
  }
}
#articleMain .secArticle .largeWidth, #article03 .secArticle .largeWidth {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  width: 100%;
  max-width: 1250px;
}
#articleMain .secArticle .largeWidth p, #article03 .secArticle .largeWidth p {
  width: 100%;
  max-width: 1000px;
}
@media screen and (min-width: 481px) {
  #articleMain .secArticle .largeWidth p.pbLarge, #article03 .secArticle .largeWidth p.pbLarge {
    padding-bottom: 35px;
  }
}
#articleMain .secArticle .iconInText, #article03 .secArticle .iconInText {
  display: inline-block;
  vertical-align: middle;
  height: 14px;
}
@media screen and (min-width: 481px) {
  #articleMain .secArticle .iconInText, #article03 .secArticle .iconInText {
    height: 16px;
  }
}
#articleMain .secArticle.secChapter01, #article03 .secArticle.secChapter01 {
  background: #FEF8E5;
}
@media screen and (max-width: 1100px) {
  #articleMain .secArticle.secChapter01, #article03 .secArticle.secChapter01 {
    background: none;
  }
}
#articleMain .secArticle.secChapter01 .secArticleTtlBox, #article03 .secArticle.secChapter01 .secArticleTtlBox {
  background: #F8B500;
}
#articleMain .secArticle.secChapter02, #article03 .secArticle.secChapter02 {
  background: #FCEDE7;
}
#articleMain .secArticle.secChapter02 .bgFull, #article03 .secArticle.secChapter02 .bgFull {
  background: #FCEDE7;
}
@media screen and (max-width: 1100px) {
  #articleMain .secArticle.secChapter02, #article03 .secArticle.secChapter02 {
    background: none;
  }
  #articleMain .secArticle.secChapter02 .bgFull, #article03 .secArticle.secChapter02 .bgFull {
    background: none;
  }
}
#articleMain .secArticle.secChapter02 .secArticleInner .secArticleTtl, #article03 .secArticle.secChapter02 .secArticleInner .secArticleTtl {
  background: linear-gradient(#FEF8E5 0%, #FEF8E5 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1100px) {
  #articleMain .secArticle.secChapter02 .secArticleInner .secArticleTtl, #article03 .secArticle.secChapter02 .secArticleInner .secArticleTtl {
    background: none;
  }
}
#articleMain .secArticle.secChapter02 .secArticleInner .secArticleTtlBox, #article03 .secArticle.secChapter02 .secArticleInner .secArticleTtlBox {
  background: #DF4C0F;
}
#articleMain .secArticle.secChapter02 .secArticleInner .secArticleCont .secArticleContImg, #article03 .secArticle.secChapter02 .secArticleInner .secArticleCont .secArticleContImg {
  padding: 0px 20px;
}
@media screen and (min-width: 1025px) {
  #articleMain .secArticle.secChapter02 .secArticleInner .secArticleCont .secArticleContInner, #article03 .secArticle.secChapter02 .secArticleInner .secArticleCont .secArticleContInner {
    padding-right: 0px;
    justify-content: flex-start;
  }
  #articleMain .secArticle.secChapter02 .secArticleInner .secArticleCont .secArticleContImg, #article03 .secArticle.secChapter02 .secArticleInner .secArticleCont .secArticleContImg {
    padding: 0px;
    width: 46.3541666667%;
  }
  #articleMain .secArticle.secChapter02 .secArticleInner .secArticleCont .secArticleContTxt, #article03 .secArticle.secChapter02 .secArticleInner .secArticleCont .secArticleContTxt {
    margin-top: 35px;
    margin-left: 45px;
    width: 40%;
    min-width: 450px;
    max-width: 540px;
  }
}
#articleMain .secArticle.secChapter02 .secArticleInner .secArticleCont p, #article03 .secArticle.secChapter02 .secArticleInner .secArticleCont p {
  padding-bottom: 25px;
}
#articleMain .secArticle.secChapter03, #article03 .secArticle.secChapter03 {
  background: #E5F0F7;
}
#articleMain .secArticle.secChapter03 .bgFull, #article03 .secArticle.secChapter03 .bgFull {
  background: #E5F0F7;
}
@media screen and (max-width: 1100px) {
  #articleMain .secArticle.secChapter03, #article03 .secArticle.secChapter03 {
    background: none;
  }
  #articleMain .secArticle.secChapter03 .bgFull, #article03 .secArticle.secChapter03 .bgFull {
    background: none;
  }
}
#articleMain .secArticle.secChapter03 .secArticleInner .secArticleTtl, #article03 .secArticle.secChapter03 .secArticleInner .secArticleTtl {
  background: linear-gradient(#FCEDE7 0%, #FCEDE7 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1100px) {
  #articleMain .secArticle.secChapter03 .secArticleInner .secArticleTtl, #article03 .secArticle.secChapter03 .secArticleInner .secArticleTtl {
    background: none;
  }
}
#articleMain .secArticle.secChapter03 .secArticleInner .secArticleTtlBox, #article03 .secArticle.secChapter03 .secArticleInner .secArticleTtlBox {
  background: #0066B4;
}
#articleMain .secArticle.secChapter03 .secArticleInner .secArticleTxt2Col .boxTxt, #article03 .secArticle.secChapter03 .secArticleInner .secArticleTxt2Col .boxTxt {
  width: 43.4%;
}
#articleMain .secArticle.secChapter03 .secArticleInner .secArticleTxt2Col .boxImg, #article03 .secArticle.secChapter03 .secArticleInner .secArticleTxt2Col .boxImg {
  width: 54.7%;
}
@media screen and (max-width: 1024px) {
  #articleMain .secArticle.secChapter03 .secArticleInner .secArticleTxt2Col, #article03 .secArticle.secChapter03 .secArticleInner .secArticleTxt2Col {
    align-items: center;
    flex-direction: column;
  }
  #articleMain .secArticle.secChapter03 .secArticleInner .secArticleTxt2Col .boxTxt, #articleMain .secArticle.secChapter03 .secArticleInner .secArticleTxt2Col .boxImg, #article03 .secArticle.secChapter03 .secArticleInner .secArticleTxt2Col .boxTxt, #article03 .secArticle.secChapter03 .secArticleInner .secArticleTxt2Col .boxImg {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  #articleMain .secArticle.secLeft, #article03 .secArticle.secLeft {
    background: none !important;
  }
}
@media screen and (max-width: 1100px) {
  #articleMain .secArticle.secLeft .secArticleInner .secArticleTtl, #article03 .secArticle.secLeft .secArticleInner .secArticleTtl {
    background: none !important;
  }
}
@media screen and (max-width: 1100px) {
  #articleMain .secArticle.secRight, #article03 .secArticle.secRight {
    background: none !important;
  }
}
@media screen and (max-width: 1100px) {
  #articleMain .secArticle.secRight .secArticleInner .secArticleTtl, #article03 .secArticle.secRight .secArticleInner .secArticleTtl {
    background: none !important;
  }
}
@media screen and (min-width: 1025px) {
  #articleMain .secArticle.secRight .secArticleInner .secArticleTtl .secArticleTtlBox, #article03 .secArticle.secRight .secArticleInner .secArticleTtl .secArticleTtlBox {
    right: 0;
    text-align: right;
  }
}
@media screen and (min-width: 1025px) {
  #articleMain .secArticle.secRight .secArticleInner .secArticleTtl .secArticleTtlBox .secArticleTtlBoxCategory, #article03 .secArticle.secRight .secArticleInner .secArticleTtl .secArticleTtlBox .secArticleTtlBoxCategory {
    left: auto;
    right: 14%;
  }
}
@media screen and (min-width: 1025px) {
  #articleMain .secArticle.secRight .secArticleInner .secArticleTtl .secArticleTtlImg, #article03 .secArticle.secRight .secArticleInner .secArticleTtl .secArticleTtlImg {
    text-align: left;
  }
}
#articleMain .secArticleEnd, #article03 .secArticleEnd {
  background: #F4F5F7;
}
#articleMain .secArticleEnd .secArticleEndImgPc, #article03 .secArticleEnd .secArticleEndImgPc {
  background: #E5F0F7;
}
@media screen and (max-width: 1100px) {
  #articleMain .secArticleEnd, #article03 .secArticleEnd {
    background: none !important;
  }
  #articleMain .secArticleEnd .secArticleEndImgPc, #article03 .secArticleEnd .secArticleEndImgPc {
    background: none !important;
  }
}
@media screen and (max-width: 480px) {
  #articleMain .secArticleEnd .secArticleEndTxt, #article03 .secArticleEnd .secArticleEndTxt {
    transform: translateY(-20px);
  }
}
#articleMain .secArticleEndPeoplePhoto, #article03 .secArticleEndPeoplePhoto {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: center;
}
#articleMain .secArticleEndPeoplePhoto img, #article03 .secArticleEndPeoplePhoto img {
  max-width: 100%;
  height: auto;
}
/* 記事共通、article03:ここまで */
/* 記事共通、article04:ここまで */
#article04 .secArticleTop .secInner .secArticleTopDesc .secArticleTopDescTxt {
  font-weight: 300;
}
#article04 .secArticle .txtInterview {
  color: #0066B4;
  margin-bottom: 10px;
}
#article04 .secArticle .txtAnswer {
  font-weight: 300;
  margin-bottom: 50px;
}
#article04 .secArticle .nameAnswerer {
  display: inline-block;
  color: #0066B4;
  font-weight: normal;
  margin-right: 20px;
}
#article04 .secArticle.secChapter01 {
  background: #E5F0F7;
}
#article04 .secArticle.secChapter01 .secArticleTtl .secArticleTtlBox {
  background: #0066B4;
}
#article04 .secArticle.secChapter02 {
  background: #FEF8E5;
}
#article04 .secArticle.secChapter02 .secArticleInner .secArticleTtl {
  background: linear-gradient(#E5F0F7 0%, #E5F0F7 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
#article04 .secArticle.secChapter02 .secArticleInner .secArticleTtl .secArticleTtlBox {
  background: #F8B500;
}
#article04 .secArticle.secChapter03 {
  background: #FCEDE7;
}
#article04 .secArticle.secChapter03 .secArticleInner .secArticleTtl {
  background: linear-gradient(#FEF8E5 0%, #FEF8E5 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
#article04 .secArticle.secChapter03 .secArticleInner .secArticleTtl .secArticleTtlBox {
  background: #DF4C0F;
}
#article04 .secArticle.secChapter04 {
  background: #E5F0F7;
}
#article04 .secArticle.secChapter04 .secArticleInner .secArticleTtl {
  background: linear-gradient(#FCEDE7 0%, #FCEDE7 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
#article04 .secArticle.secChapter04 .secArticleInner .secArticleTtl .secArticleTtlBox {
  background: #0066B4;
}
#article04 .secArticle.secChapter05 {
  background: #FEF8E5;
}
#article04 .secArticle.secChapter05 .secArticleInner .secArticleTtl {
  background: linear-gradient(#E5F0F7 0%, #E5F0F7 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
#article04 .secArticle.secChapter05 .secArticleInner .secArticleTtl .secArticleTtlBox {
  background: #F8B500;
}
#article04 .secArticle.secChapter06 {
  background: #FCEDE7;
}
#article04 .secArticle.secChapter06 .secArticleInner .secArticleTtl {
  background: linear-gradient(#FEF8E5 0%, #FEF8E5 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
#article04 .secArticle.secChapter06 .secArticleInner .secArticleTtl .secArticleTtlBox {
  background: #DF4C0F;
}
#article04 .secArticle .mapImg {
  margin-top: 80px;
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  #article04 .secArticle .mapImg {
    margin-top: 10.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}
#article04 .secArticle .tableImg {
  margin-top: 120px;
}
@media screen and (max-width: 480px) {
  #article04 .secArticle .tableImg {
    margin-top: 16vw;
  }
}
#article04 .secArticle .personImg {
  margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
  #article04 .secArticle .personImg {
    margin-bottom: 9.3333333333vw;
  }
}
#article04 .secArticle .factoryImg {
  margin-top: 70px;
}
@media screen and (max-width: 480px) {
  #article04 .secArticle .factoryImg {
    margin-top: 9.3333333333vw;
  }
}
#article04 .secArticle .secArticleImgCaution {
  font-weight: 300;
  text-align: center !important;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  #article04 .secArticle .secArticleImgCaution {
    font-size: 1.4rem;
  }
}
#article04 .secArticleEnd .secArticleEndImgPc {
  background: #FCEDE7;
}
/* 記事共通、article04:ここまで */
/* 記事共通、article05:ここから */
#article05 .secArticleTop .nameSmall {
  font-size: 2rem;
}
#article05 .secArticle.secChapter01 {
  background: #E5F0F7;
}
#article05 .secArticle.secChapter01 .secArticleTtl .secArticleTtlBox {
  background: #0066B4;
}
#article05 .secArticle.secChapter02 {
  background: #FEF8E5;
}
#article05 .secArticle.secChapter02 .secArticleInner .secArticleTtl {
  background: linear-gradient(#E5F0F7 0%, #E5F0F7 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
#article05 .secArticle.secChapter02 .secArticleInner .secArticleTtl .secArticleTtlBox {
  background: #F8B500;
}
#article05 .secArticle.secChapter03 {
  background: #FCEDE7;
}
#article05 .secArticle.secChapter03 .secArticleInner .secArticleTtl {
  background: linear-gradient(#FEF8E5 0%, #FEF8E5 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
#article05 .secArticle.secChapter03 .secArticleInner .secArticleTtl .secArticleTtlBox {
  background: #DF4C0F;
}
#article05 .secArticle .secArticleImg p {
  margin-bottom: 60px;
}
#article05 .secArticle .secArticleImg figure {
  margin-bottom: 60px;
}
#article05 .secArticleEnd .secArticleEndImgPc {
  background: #FCEDE7;
}
#article05 .secArticleEnd a {
  text-decoration: underline;
}
#article05 .secArticleEnd a:hover {
  cursor: pointer;
  color: #007aff;
}
/* article05:ここまで */
/* article06:ここから */
@media screen and (min-width: 769px) {
  #article06 .secArticleTop h2 {
    white-space: nowrap;
  }
}
#article06 .secArticle.secChapter01 {
  background: #E5F0F7;
}
#article06 .secArticle.secChapter01 .secArticleTtl .secArticleTtlBox {
  background: #0066B4;
}
#article06 .secArticle.secChapter02 {
  background: #FEF8E5;
}
#article06 .secArticle.secChapter02 .secArticleInner .secArticleTtl {
  background: linear-gradient(#ffffff 0%, #ffffff 50%, #FEF8E5 50%, #FEF8E5 100%);
}
#article06 .secArticle.secChapter02 .secArticleInner .secArticleTtl .secArticleTtlBox {
  background: #F8B500;
  left: 0;
  right: auto;
  text-align: left;
}
#article06 .secArticle.secChapter02 .secArticleInner .secArticleTtl .secArticleTtlBox .secArticleTtlBoxCategory {
  right: auto;
  left: 14%;
}
#article06 .secArticle.secChapter02 .secArticleInner .secArticleTtl .secArticleTtlImg {
  text-align: right;
}
#article06 .secArticle.secChapter03 {
  background: #FCEDE7;
}
#article06 .secArticle.secChapter03 .secArticleInner .secArticleTtl {
  background: linear-gradient(#FEF8E5 0%, #FEF8E5 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
#article06 .secArticle.secChapter03 .secArticleInner .secArticleTtl .secArticleTtlBox {
  background: #DF4C0F;
}
#article06 .secArticle .secArticleImg p {
  margin-bottom: 60px;
}
#article06 .secArticle .secArticleImg figure {
  margin-bottom: 60px;
}
#article06 .secArticleEnd .secArticleEndImgPc {
  background: linear-gradient(180deg, #FCEDE7 0%, #FCEDE7 50%, #ffffff 50%, #ffffff 100%);
}
#article06 .secArticleEnd .secArticleEndTxt {
  transform: translateY(-85px);
}
#article06 .secArticleEnd .endText {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/* article06:ここまで */
/* article07:ここから */
@media screen and (min-width: 769px) {
  #article07 .secArticleTop h2 {
    white-space: nowrap;
  }
}
#article07 .secArticleTop .secArticleTopPeople {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #article07 .secArticleTop .secArticleTopPeople {
    padding-left: 0;
    padding-right: 0;
  }
}
#article07 .secArticleTop .secArticleTopPepleNames {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
#article07 .secArticleTop .secArticleTopPepleName {
  text-align: center;
  line-height: 1;
  word-break: keep-all;
  vertical-align: baseline;
  width: 50%;
  margin: 0;
}
#article07 .secArticleTop .secArticleTopPepleName .dept, #article07 .secArticleTop .secArticleTopPepleName .caution {
  color: #4c4c4c;
  font-size: 0.6em;
  vertical-align: baseline;
}
#article07 .secArticleTop .secArticleTopPepleName .dept {
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  #article07 .secArticleTop .secArticleTopPepleName .dept {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #article07 .secArticleTop .secArticleTopPepleName .caution {
    display: block;
    margin-top: 10px;
  }
}
#article07 .secArticle.secChapter01 {
  background: #E5F0F7;
}
#article07 .secArticle.secChapter01 .secArticleTtl .secArticleTtlBox {
  background: #0066B4;
}
#article07 .secArticle.secChapter02 {
  background: #FEF8E5;
}
#article07 .secArticle.secChapter02 .secArticleInner .secArticleTtl {
  background: linear-gradient(#E5F0F7 0%, #E5F0F7 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
#article07 .secArticle.secChapter02 .secArticleInner .secArticleTtl .secArticleTtlBox {
  background: #F8B500;
}
@media screen and (min-width: 481px) {
  #article07 .secArticle.secChapter02 .secArticleInner .secArticleTtl .secArticleTtlBox {
    transform: translateY(-60%);
  }
}
#article07 .secArticle.secChapter03 {
  background: #FCEDE7;
}
#article07 .secArticle.secChapter03 .secArticleInner .secArticleTtl {
  background: linear-gradient(#FEF8E5 0%, #FEF8E5 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
#article07 .secArticle.secChapter03 .secArticleInner .secArticleTtl .secArticleTtlBox {
  background: #DF4C0F;
}
#article07 .secArticle .secArticleImg p {
  margin-bottom: 60px;
}
#article07 .secArticle .secArticleImg p.small {
  font-size: 0.75em;
}
#article07 .secArticle .secArticleImg figure {
  margin-bottom: 60px;
}
#article07 .secArticleEnd .secArticleEndImgPc {
  background: linear-gradient(180deg, #FCEDE7 0%, #FCEDE7 50%, #ffffff 50%, #ffffff 100%);
}
#article07 .secArticleEnd .secArticleEndTxt {
  transform: translateY(0);
}
#article07 .secArticleEnd .endText {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#article07 .secArticleEnd .secArticleEndPeople:not(:last-child) {
  margin-top: 80px;
  margin-bottom: 0;
  border-bottom-width: 0;
}
/* article07:ここまで */
/* article08:ここから */
#article08 .secArticle.secChapter01 {
  background: #E5F0F7;
}
#article08 .secArticle.secChapter01 .secArticleTtl {
  background: linear-gradient(#ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
}
#article08 .secArticle.secChapter01 .secArticleTtl .secArticleTtlBox {
  background: #0066B4;
  right: 0;
  left: auto;
  text-align: left;
}
#article08 .secArticle.secChapter01 .secArticleTtl .secArticleTtlBox .secArticleTtlBoxCategory {
  left: auto;
  right: 14%;
}
#article08 .secArticle.secChapter01 .secArticleTtl .secArticleTtlImg {
  text-align: left;
}
#article08 .secArticle.secChapter02 {
  background: #FEF8E5;
}
#article08 .secArticle.secChapter02 .secArticleInner .secArticleTtl {
  background: linear-gradient(#E5F0F7 0%, #E5F0F7 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
#article08 .secArticle.secChapter02 .secArticleInner .secArticleTtl .secArticleTtlBox {
  background: #F8B500;
}
#article08 .secArticle.secChapter03 {
  background: #FCEDE7;
}
#article08 .secArticle.secChapter03 .secArticleInner .secArticleTtl {
  background: linear-gradient(#FEF8E5 0%, #FEF8E5 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
#article08 .secArticle.secChapter03 .secArticleInner .secArticleTtl .secArticleTtlBox {
  background: #DF4C0F;
}
#article08 .secArticle .secArticleImg p {
  margin-bottom: 60px;
}
#article08 .secArticle .secArticleImg figure {
  margin-bottom: 60px;
}
#article08 .secArticleEnd .secArticleEndImgPc {
  background: #FCEDE7;
}
#article08 .secArticleEnd .secArticleEndTxt .secArticleEndTxtInner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px;
  background: #0066B5;
  color: #fff;
}
#article08 .secArticleEnd .secArticleEndTxt .secArticleEndTxtInner figure {
  text-align: center;
}
#article08 .secArticleEnd .secArticleEndTxt .secArticleEndTxtInner p {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #article08 .secArticleEnd .secArticleEndTxt .secArticleEndTxtInner {
    padding: 20px;
  }
  #article08 .secArticleEnd .secArticleEndTxt .secArticleEndTxtInner figure {
    margin: auto;
    margin-bottom: 20px;
    max-width: 200px;
  }
  #article08 .secArticleEnd .secArticleEndTxt .secArticleEndTxtInner img {
    max-width: 100%;
  }
}
#article08 .secArticleEnd .endText {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #article08 .floatImgRight figure {
    float: right !important;
    width: auto !important;
    margin: 0 0 20px 30px !important;
  }
}
@media screen and (max-width: 768px) {
  #article08 .floatImgRight {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
/* article08:ここまで */
/* article09:ここから */
#article09 .secArticleTop .secArticleTopPeople {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #article09 .secArticleTop .secArticleTopPeople {
    padding-left: 0;
    padding-right: 0;
  }
}
#article09 .secArticleTop .secArticleTopPepleNames {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
#article09 .secArticleTop .secArticleTopPepleName {
  text-align: center;
  line-height: 1;
  word-break: keep-all;
  vertical-align: baseline;
  width: 50%;
  margin: 0;
}
#article09 .secArticleTop .secArticleTopPepleName .dept, #article09 .secArticleTop .secArticleTopPepleName .caution {
  color: #4c4c4c;
  font-size: 0.6em;
  vertical-align: baseline;
}
#article09 .secArticleTop .secArticleTopPepleName .dept {
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  #article09 .secArticleTop .secArticleTopPepleName .dept {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #article09 .secArticleTop .secArticleTopPepleName .caution {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  #article09 .secArticle .secArticleTtlBox h2 {
    font-size: 6.4vw;
  }
}
#article09 .secArticle.secChapter01 {
  background: #E5F0F7;
}
#article09 .secArticle.secChapter01 .secArticleTtl {
  background: linear-gradient(#ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
}
#article09 .secArticle.secChapter01 .secArticleTtl .secArticleTtlBox {
  background: #0066B4;
}
#article09 .secArticle.secChapter02 {
  background: #FEF8E5;
}
#article09 .secArticle.secChapter02 .secArticleInner .secArticleTtl {
  background: linear-gradient(#E5F0F7 0%, #E5F0F7 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
#article09 .secArticle.secChapter02 .secArticleInner .secArticleTtl .secArticleTtlBox {
  background: #F8B500;
}
#article09 .secArticle.secChapter03 {
  background: #FCEDE7;
}
#article09 .secArticle.secChapter03 .secArticleInner .secArticleTtl {
  background: linear-gradient(#FEF8E5 0%, #FEF8E5 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
#article09 .secArticle.secChapter03 .secArticleInner .secArticleTtl .secArticleTtlBox {
  background: #DF4C0F;
}
@media screen and (max-width: 480px) {
  #article09 .secArticle.secChapter03 .secArticleInner .secArticleTtl .secArticleTtlBox {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 480px) {
  #article09 .secArticle.secChapter03 .secArticleInner .secArticleTtl .secArticleTtlBox h2 {
    letter-spacing: -0.05em;
    font-size: 5.8666666667vw;
  }
}
#article09 .secArticle .secArticleImg p {
  margin-bottom: 60px;
}
#article09 .secArticle .secArticleImg p.small {
  font-size: 0.75em;
}
#article09 .secArticle .secArticleImg figure {
  margin-bottom: 60px;
}
#article09 .secArticle .secArticleImg .secArticleImgGraph {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 480px) {
  #article09 .secArticle .secArticleImg .secArticleImgGraph {
    width: 100%;
  }
}
#article09 .noScroll80, #article15 .noScroll80 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  #article09 .noScroll80, #article15 .noScroll80 {
    width: 100%;
  }
}
#article09 .noScroll80 img {
  width: 100%;
}
#article09 .movieContent, #article15 .movieContent {
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  #article09 .movieContent, #article15 .movieContent {
    margin-bottom: 30px;
  }
}
#article09 .movieTitle {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 480px) {
  #article09 .movieTitle {
    margin-bottom: 10px !important;
  }
}
#article09 .movieFrame, #article15 .movieFrame {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
}
#article09 .movieFrame iframe, #article15 .movieFrame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#article09 .movieTxt {
  margin-top: 10px;
}
#article09 .contentLink {
  color: #0066B4;
  text-decoration: underline;
  word-break: break-all;
  white-space: wrap;
}
#article09 .cautionText {
  font-size: 0.875em;
}
#article09 .secArticleEnd .secArticleEndImgPc {
  background: linear-gradient(180deg, #FCEDE7 0%, #FCEDE7 50%, #ffffff 50%, #ffffff 100%);
}
#article09 .secArticleEnd .secArticleEndTxt {
  transform: translateY(0);
}
#article09 .secArticleEnd .endText {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#article09 .secArticleEnd .secArticleEndPeople {
  margin-bottom: 0;
  border-bottom: none;
}
#article09 .secArticleEnd .secArticleEndPeople:first-child {
  margin-top: 80px;
  border-bottom-width: 0;
}
#article09 .secArticleEnd .secArticleEndPeople:last-child {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 50px;
}
/* article09:ここまで */
/* article10:ここから */
.contHeader {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contTitle .thin {
    display: block;
    white-space: nowrap;
    transform: scaleX(0.9);
    width: 100%;
    overflow: hidden;
  }
}
/* article10:ここまで */
/* article11:ここから */
@media screen and (max-width: 768px) {
  .leadSubTitle {
    white-space: nowrap;
    letter-spacing: 0.075em;
  }
}
.cont #chapter02 .contTitle {
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .cont #chapter02 .contTitle {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 375px) {
  .cont #chapter02 .contTitle {
    font-size: 6.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .cont .atcl11SmallImg {
    width: 66.6666666667vw;
  }
}
.cont .atcl11CaptionCenter {
  padding-top: 50px;
  font-size: inherit;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cont .atcl11CaptionCenter {
    padding-top: 25px;
    font-size: 1rem;
  }
}
/* article11:ここまで */
/* article15:ここから */
#article15 .linkBox a.link {
  word-break: break-word;
}
@media screen and (min-width: 769px) {
  #article15 .linkBox {
    text-align: center;
  }
}
/* article15:ここまで */
/* article16:ここから */
#article16 .leadPersonPos {
  text-align: left;
}
#article16 .leadPersonPos span {
  font-size: 1.8rem;
  float: right;
  margin-bottom: 2.0rem;
}
#article16 .leadPersonName {
  clear: both;
}
@media screen and (max-width: 768px) {
  #article16 .leadPersonPos {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.5rem;
  }
  #article16 .leadPersonPos span {
    font-size: 1.3rem;
  }
  #article16 .leadPersonNote {
    font-size: 1.5rem;
  }
  #article16 .endChallengeText {
    padding: 30px 0 30px 20px;
  }
}
/* article16:ここまで */
/* article17:ここから */
#article17 .dgrBnr {
  margin: 100px auto;
}
#article17 .dgrBnr img {
  margin: 0 auto;
  border: solid 1px #E5E5E5;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  #article17 .dgrBnr {
    margin: 70px auto;
  }
  #article17 .endChallengeText {
    padding: 30px 10px 10px;
  }
}
/* article17:ここまで */