@charset "UTF-8";
.notes {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 2em;
  text-indent: -1em;
  padding-left: 1em; }

header {
  margin: 0 0 80px; }
  header h1 {
    line-height: 1.3;
    color: #009481; }
    header h1 span {
      font-size: 22px;
      position: relative;
      display: inline-block;
      transform: translateY(-12%); }
  header .brackets {
    position: relative;
    text-align: center;
    width: 750px;
    margin: 0 auto;
    /*&::before{
      content: "";
      position: absolute;
      border: 4px solid #005d85;
      border-right: transparent;
      height: 100px;
      width: 15px;
      top: 50%;
	    left: 0;
      transform: translateY(-50%);
    }
    &::after{
      content: "";
      position: absolute;
      border: 4px solid #005d85;
      border-left: transparent;
      height: 100px;
      width: 15px;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
    }*/ }

@media screen and (max-width: 768px) {
  header {
    margin: 0 0 20vw; }

  header h1 span {
    font-size: 5vw;
    top: -0.2vw; }

  header .brackets {
    /*width: 75vw;
    text-align: left;
    margin: 10vw auto 0;
    padding: 10vw 0;*/
    width: 100%;
    text-align: justify;
    margin: 0 auto -6vw;
    padding: 6vw 0 0; }

  /*header .brackets:before{
  	border-right: 4px solid #005d85;
  	border-bottom: transparent;
  	width: 85vw;
  	height: 5vw;
  	top: 0;
  	left: 50%;
  	transform: translateX(-50%);
  }
  header .brackets:after{
  	border-left: 4px solid #005d85;
  	border-top: transparent;
  	width: 85vw;
  	height: 5vw;
  	top: inherit;
  	bottom: 0;
  	left: 50%;
  	transform: translateX(-50%);
  }*/ }
#contents .c-normalw section {
  text-align: justify;
  padding: 0 0 80px;
  /*h2 {
    padding: 30px 0;
    border: 1px solid #005d85;
    font-size: 30px;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    text-align: center;
    color: #005d85;
    
    @include mq(md) {
      padding: 20px 0;
      font-size: 24px;
    }
  }*/
  /*h3 {
    position: relative;
    font-size: 24px;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    padding: 10px 0 10px 35px;
    border-bottom: 1px dotted #333;
    
    @include mq(md) {
      font-size: 20px;
      padding: 6px 0 6px 32px;
      line-height: 1.3 !important;
    }
    
  }*/ }
  @media screen and (max-width: 768px) {
    #contents .c-normalw section {
      padding: 0 0 12vw; } }
  #contents .c-normalw section h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    color: #005d85; }
    @media screen and (max-width: 768px) {
      #contents .c-normalw section h4 {
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: bold; } }
  #contents .c-normalw section p {
    font-size: 15px;
    line-height: 2;
    letter-spacing: .06em;
    margin: 0; }
    #contents .c-normalw section p + p {
      margin: 25px 0 0; }
      @media screen and (max-width: 768px) {
        #contents .c-normalw section p + p {
          margin: 6vw 0 0; } }
    @media screen and (max-width: 768px) {
      #contents .c-normalw section p {
        text-align: left;
        font-size: 3.6vw;
        line-height: 1.6; } }
  #contents .c-normalw section.main .ge .g-box {
    background-color: #ededed;
    padding: 55px;
    margin: 0 0 80px; }
    @media screen and (max-width: 768px) {
      #contents .c-normalw section.main .ge .g-box {
        padding: 8vw 6vw;
        margin: 0 0 8vw; } }
    #contents .c-normalw section.main .ge .g-box > h2 {
      font-size: 23px;
      margin: 0;
      padding: 0 0 30px;
      font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; }
      @media screen and (max-width: 768px) {
        #contents .c-normalw section.main .ge .g-box > h2 {
          font-size: 5.2vw;
          padding: 0 0 3vw; } }
    #contents .c-normalw section.main .ge .g-box p {
      margin: 0; }
      #contents .c-normalw section.main .ge .g-box p.notes {
        margin: 20px 0 0;
        font-size: 13px; }
        @media screen and (max-width: 768px) {
          #contents .c-normalw section.main .ge .g-box p.notes {
            margin: 2vw 0 0;
            font-size: 3vw; } }
  #contents .c-normalw section.main section > h2 {
    color: #ffffff;
    text-align: center;
    background-color: #009481;
    margin: 0 0 40px;
    padding: 20px 0;
    font-size: 24px;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    @media screen and (max-width: 768px) {
      #contents .c-normalw section.main section > h2 {
        font-size: 5vw;
        line-height: 1.4;
        margin: 0 0 6vw; } }
  #contents .c-normalw section.main section .flex-cont div {
    width: 460px; }
    @media screen and (max-width: 768px) {
      #contents .c-normalw section.main section .flex-cont div {
        width: auto; } }
  #contents .c-normalw section.main section .flex-cont figure {
    width: 460px; }
    @media screen and (max-width: 768px) {
      #contents .c-normalw section.main section .flex-cont figure {
        width: auto;
        margin: 6vw 0 0; } }
  #contents .c-normalw section.main .m-1 .flex-cont div {
    overflow: hidden; }
    #contents .c-normalw section.main .m-1 .flex-cont div .space {
      float: right;
      width: 0;
      height: 240px; }
    #contents .c-normalw section.main .m-1 .flex-cont div figure {
      width: 240px;
      float: right;
      clear: both;
      margin: 10px 0 0 30px; }
      @media screen and (max-width: 768px) {
        #contents .c-normalw section.main .m-1 .flex-cont div figure {
          width: 40vw;
          margin: 2vw 0 0 5vw; } }
  #contents .c-normalw section.main .m-3 .flex-cont div {
    width: 630px; }
    @media screen and (max-width: 768px) {
      #contents .c-normalw section.main .m-3 .flex-cont div {
        width: auto; } }
  #contents .c-normalw section.main .m-3 .flex-cont figure {
    width: 285px; }
    @media screen and (max-width: 768px) {
      #contents .c-normalw section.main .m-3 .flex-cont figure {
        width: auto;
        margin: 6vw 0 0; } }
  #contents .c-normalw section.main .m-3 .s-street {
    background-color: #daf1ee;
    padding: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 80px 0 0; }
    @media screen and (max-width: 768px) {
      #contents .c-normalw section.main .m-3 .s-street {
        display: block;
        padding: 8vw 6vw; } }
    #contents .c-normalw section.main .m-3 .s-street div {
      width: 445px; }
      @media screen and (max-width: 768px) {
        #contents .c-normalw section.main .m-3 .s-street div {
          width: auto; } }
      #contents .c-normalw section.main .m-3 .s-street div h3 {
        font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
        font-size: 20px;
        margin: 0 0 20px; }
        @media screen and (max-width: 768px) {
          #contents .c-normalw section.main .m-3 .s-street div h3 {
            font-size: 4.5vw;
            margin: 0 0 3vw; } }
      #contents .c-normalw section.main .m-3 .s-street div p {
        line-height: 1.6; }
    #contents .c-normalw section.main .m-3 .s-street figure {
      width: 385px; }
      @media screen and (max-width: 768px) {
        #contents .c-normalw section.main .m-3 .s-street figure {
          width: auto;
          margin: 4vw 0 0; } }
  #contents .c-normalw section.main .m-3 .topics {
    position: relative;
    border: 3px solid #009481;
    margin: 80px 0 0;
    border-radius: 30px;
    padding: 0 0 40px; }
    @media screen and (max-width: 768px) {
      #contents .c-normalw section.main .m-3 .topics {
        border-radius: 4vw; } }
    #contents .c-normalw section.main .m-3 .topics .topics-in {
      overflow: hidden;
      border-radius: 30px; }
      @media screen and (max-width: 768px) {
        #contents .c-normalw section.main .m-3 .topics .topics-in {
          border-radius: 4vw; } }
      #contents .c-normalw section.main .m-3 .topics .topics-in p.topics-h {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 140px; }
        @media screen and (max-width: 768px) {
          #contents .c-normalw section.main .m-3 .topics .topics-in p.topics-h {
            width: 25vw; } }
      #contents .c-normalw section.main .m-3 .topics .topics-in h3 {
        background-color: #daf1ee;
        text-align: center;
        font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
        font-size: 20px;
        padding: 40px 0 20px; }
        @media screen and (max-width: 768px) {
          #contents .c-normalw section.main .m-3 .topics .topics-in h3 {
            font-size: 4.6vw;
            padding: 6.5vw 4vw 4vw;
            line-height: 1.4; } }
      #contents .c-normalw section.main .m-3 .topics .topics-in .flex-cont {
        width: 810px;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          #contents .c-normalw section.main .m-3 .topics .topics-in .flex-cont {
            width: 70vw; } }
        #contents .c-normalw section.main .m-3 .topics .topics-in .flex-cont div {
          width: 380px; }
          @media screen and (max-width: 768px) {
            #contents .c-normalw section.main .m-3 .topics .topics-in .flex-cont div {
              width: auto; } }
          #contents .c-normalw section.main .m-3 .topics .topics-in .flex-cont div h4 {
            font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
            border-bottom: 1px solid #1a1a1a;
            font-size: 18px;
            color: #1a1a1a;
            padding: 0 0 15px; }
            #contents .c-normalw section.main .m-3 .topics .topics-in .flex-cont div h4 span {
              display: block;
              color: #009481;
              font-size: 15px;
              font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; }
          #contents .c-normalw section.main .m-3 .topics .topics-in .flex-cont div p {
            line-height: 1.6; }
  #contents .c-normalw section.other {
    background-color: #e6f5f4;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding: 160px 0 100px; }
    @media screen and (max-width: 768px) {
      #contents .c-normalw section.other {
        padding: 12vw 0 2vw; } }
    @media screen and (max-width: 768px) {
      #contents .c-normalw section.other section {
        padding: 0 0 8vw; } }
    #contents .c-normalw section.other section.resilience h2 {
      text-align: left;
      font-size: 24px; }
      @media screen and (max-width: 768px) {
        #contents .c-normalw section.other section.resilience h2 {
          font-size: 4.8vw;
          margin: 0; } }
    #contents .c-normalw section.other section.resilience .flex-cont div {
      display: flex;
      flex-direction: column;
      width: 495px; }
      @media screen and (max-width: 768px) {
        #contents .c-normalw section.other section.resilience .flex-cont div {
          width: auto; } }
      #contents .c-normalw section.other section.resilience .flex-cont div figure {
        width: auto;
        margin-top: auto; }
        @media screen and (max-width: 768px) {
          #contents .c-normalw section.other section.resilience .flex-cont div figure {
            margin: 6vw 0 0; } }
    #contents .c-normalw section.other section.resilience .flex-cont figure {
      width: 400px; }
      @media screen and (max-width: 768px) {
        #contents .c-normalw section.other section.resilience .flex-cont figure {
          width: auto;
          margin: 6vw 0 0; } }
