/* 共通スタイル上書き */
#header{
  width: 900px;
  margin: 0 auto;
}
#container{
  padding: 0 20px;
  box-sizing: content-box;
}


/* メインビジュアル */
#mainVisual{
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  /* margin-right: calc(50% - 50vw); */
  /* margin-left: calc(50% - 50vw); */
  position: relative;
  height: 180px;
  padding: 0 20px;
  overflow: hidden;
}
#mainVisual .cntImg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mainVisual .cntImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainVisual .cntBox{
  max-width: 900px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  /* z-index: 1; */
}
#mainVisual .cntTitle{
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
#mainVisual .cntText{
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

/* content-01 */
#_content-01{
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
}
#_content-01 .cntInner{
  margin-top: 60px;
  margin-bottom: 84px;
}
#_content-01 .cntTitle{
  font-size: 47px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
#_content-01 .cntImg{
  margin-top: 48px;
}
#_content-01 .cntImg img{
  display: block;
  width: 100%;
  object-fit: contain;
}
#_content-01 .cntText{
  margin-top: 48px;
  font-size: 18px;
  line-height: 1.5;
}

/* conten-02 */
#_content-02{
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
}
#_content-02 .cntItem{
  display: grid;
  grid-template-columns: 522fr 378fr;
}
#_content-02 .cntItem:not(:nth-of-type(1)){
  margin-top: 84px;
}
#_content-02 .cntBox-text{
  padding-right: 20px;
}
#_content-02 .cntBox-text .head{
  position: relative;
  padding-left: 28px;
}
#_content-02 .cntBox-text .head::before{
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #30BDFF;
}
#_content-02 .cntBox-text .title{
  font-size: 33px;
  font-weight: 700;
  line-height: 1.48;
}
#_content-02 .cntBox-text .subtit{
  font-size: 19px;
  font-weight: 700;
  line-height: 1.52;
  color: #4E4E4E;
  opacity: .8;
  margin-top: 3px;
}
#_content-02 .cntBox-text .text{
  max-width: 462px;
  margin-top: 33px;
  font-size: 18px;
  line-height: 1.5;
}
#_content-02 .cntBox-image .icons{
  display: flex;
  justify-content: right;
  gap: 0 14px;
}
#_content-02 .cntBox-image .icon{
  max-width: 80px;
  width: 100%;
}
#_content-02 .cntBox-image .icon img{
  aspect-ratio: 1/1;
  width: 100%;
}
#_content-02 .cntBox-image .image{
  margin-top: 34px;
}
#_content-02 .cntBox-image .image img{
  aspect-ratio: 378/240;
  width: 100%;
  object-fit: contain;
}

#back{
  margin-top: 84px;
}