@charset "UTF-8";
/*
安藤追記分
*/
.noto-sans {
  font-family: "Noto Serif JP", serif; }

.noto-serif {
  font-family: "Noto Sans JP", sans-serif; }

h1, h2, h3, h4, h5, h6, p, a, span {
  font-family: "Noto Sans JP", sans-serif; }

header .side-link {
  width: 60px; }

/*
以下imgタグは全てベースの:not([width]):not([height])のセレクタが干渉するので
不要な部分も疑似クラスで上書きしています
*/
/* ----------------------------------------------------
master 
---------------------------------------------------- */
#masterSection * {
  box-sizing: border-box; }

html#master main section.sectitle h2 img {
  width: 160px; }

html#master main section.sectitle h2 span {
  width: 12em;
  left: 1%; }

#masterSection {
  position: relative;
  padding: 0 20px;
  background: url(img/02/02_bk.png) repeat 70%/contain; }
  #masterSection > img:last-of-type {
    position: absolute;
    width: 600px;
    bottom: 0;
    right: 50px;
    z-index: 0; }
  #masterSection p {
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    z-index: 1; }
  @media screen and (max-width: 600px) {
    #masterSection > img:last-of-type {
      width: 80%;
      right: 0; } }

.masterSectitle {
  background: url(img/02/02_sec_bk.png) no-repeat 90%/contain; }

.masterBox01 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 100px;
  display: flex;
  align-items: flex-end; }
  .masterBox01 > div {
    position: relative;
    display: flex;
    align-items: flex-end; }
    .masterBox01 > div > h2 {
      position: relative;
      font-family: "Noto Serif JP", serif;
      width: 50px;
      padding: 200px 5px 0;
      border-left: 1px solid #1a4e54;
      color: #1a4e54;
      text-align: right;
      font-size: 180%;
      font-weight: 700;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      z-index: 2; }
      .masterBox01 > div > h2::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background-color: rgba(182, 192, 207, 0.5);
        z-index: -1; }
    .masterBox01 > div > p {
      padding: 50px; }
    .masterBox01 > div > img:first-of-type {
      top: 0;
      left: 0;
      position: absolute;
      z-index: 0;
      width: 350px; }
  .masterBox01 > img:first-of-type {
    width: 180px; }
  @media screen and (max-width: 1000px) {
    .masterBox01 {
      max-width: 600px;
      position: relative;
      flex-direction: column;
      padding: 100px 0 50px;
      margin-bottom: 0; }
      .masterBox01 > div {
        position: static; }
        .masterBox01 > div > h2 {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 50px;
          padding: 100px 10px 0;
          box-sizing: border-box;
          text-align: left; }
        .masterBox01 > div > p {
          padding: 0;
          padding-left: 70px;
          margin-bottom: 20px; }
        .masterBox01 > div > img:first-of-type {
          width: 200px; }
      .masterBox01 > img:first-of-type {
        display: block;
        width: 160px;
        margin: 0 auto; } }

.masterBox02 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .masterBox02 > div {
    position: relative;
    width: 400px;
    margin-right: 50px; }
    .masterBox02 > div > img:first-of-type {
      width: 100%; }
    .masterBox02 > div > img:last-of-type {
      position: absolute;
      width: 120%;
      z-index: 2;
      bottom: -200px;
      right: 0;
      left: 0;
      margin: auto; }
  .masterBox02 > h2 {
    position: relative;
    font-family: "Noto Serif JP", serif;
    width: 50px;
    margin-right: 50px;
    padding: 0 5px 300px;
    border-left: 1px solid #1a4e54;
    color: #1a4e54;
    text-align: left;
    font-size: 180%;
    font-weight: 700;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 2; }
    .masterBox02 > h2::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(182, 192, 207, 0.5);
      z-index: -1; }
  .masterBox02 > p {
    width: calc(100% - 500px); }
  @media screen and (max-width: 1200px) {
    .masterBox02 {
      max-width: 800px; }
      .masterBox02 > div {
        width: 320px; }
      .masterBox02 > p {
        width: calc(100% - 400px);
        position: relative;
        z-index: 2; } }
  @media screen and (max-width: 1000px) {
    .masterBox02 {
      max-width: 600px;
      position: relative;
      flex-direction: column-reverse;
      padding: 0 0 50px; }
      .masterBox02 > div {
        width: 100%;
        padding-left: 70px;
        margin-bottom: 200px; }
        .masterBox02 > div > img:first-of-type {
          position: relative;
          z-index: 2; }
        .masterBox02 > div > img:last-of-type {
          width: 30vw;
          bottom: -16vw;
          left: auto;
          right: 3vw; }
      .masterBox02 > h2 {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 50px;
        padding: 0 10px 0;
        box-sizing: border-box;
        text-align: left; }
      .masterBox02 > p {
        width: 100%;
        padding-left: 70px;
        margin-bottom: 20px; } }
  @media screen and (max-width: 600px) {
    .masterBox02 > div {
      margin-bottom: 100px; } }

/* ----------------------------------------------------
flow 
---------------------------------------------------- */
#flowSection * {
  box-sizing: border-box; }

html#flow main section.sectitle h2 img {
  width: 160px; }

html#flow main section.sectitle h2 span {
  width: 8em;
  left: 1%; }

#flowSection {
  position: relative;
  padding: 100px 20px;
  background: url(img/02/02_bk.png) repeat 70%/contain; }
  #flowSection > p {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px; }
  #flowSection > h3 {
    width: auto;
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    text-align: center;
    color: #c92024;
    font-weight: bold;
    margin-bottom: 80px;
    padding: 0; }
    #flowSection > h3::after {
      display: none; }
  @media screen and (max-width: 600px) {
    #flowSection {
      padding: 50px 20px; }
      #flowSection > p {
        margin-bottom: 20px; }
      #flowSection > h3 {
        margin-bottom: 50px; } }

.flowSectitle {
  background: url(img/05/05_sec_bk.png) no-repeat 70%/contain; }

.flowTitle {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 50px;
  text-align: center; }
  .flowTitle > img:first-of-type {
    width: 160px; }
  .flowTitle > img:last-of-type {
    width: 100%; }
  @media screen and (max-width: 600px) {
    .flowTitle {
      margin-bottom: 30px; } }

.flowList {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between; }
  .flowList > li {
    position: relative;
    width: 17%; }
    .flowList > li > img:last-of-type {
      display: none; }
    .flowList > li::after {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      bottom: 0;
      right: -25px;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 13px solid #828282;
      border-right: 0; }
    .flowList > li:last-of-type::after {
      display: none; }
  @media screen and (max-width: 800px) {
    .flowList {
      max-width: 400px;
      display: block; }
      .flowList > li {
        width: 100%;
        margin-bottom: 00px; }
        .flowList > li > img:first-of-type {
          display: none; }
        .flowList > li > img:last-of-type {
          display: block; }
        .flowList > li::after {
          display: none; } }

.flowtextBox {
  width: 100vw;
  position: relative;
  left: -20px;
  display: flex; }
  .flowtextBox > img:first-of-type {
    width: 40%;
    align-self: flex-start; }
  @media screen and (max-width: 800px) {
    .flowtextBox {
      display: block;
      left: 0; }
      .flowtextBox > img:first-of-type {
        position: relative;
        width: calc(100% + 40px);
        max-width: 100vw;
        left: -20px;
        margin-bottom: 40px; } }

.flowtextList {
  width: 40%;
  margin-left: 50px; }
  .flowtextList > li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px; }
    .flowtextList > li > img:first-of-type {
      width: 30px; }
    .flowtextList > li > img:last-of-type {
      display: none; }
    .flowtextList > li > div {
      width: calc(100% - 30px);
      padding: 5px 15px; }
      .flowtextList > li > div > h3:first-of-type {
        width: 100%;
        padding: 0;
        text-align: left;
        font-weight: bold;
        margin-bottom: 10px; }
        .flowtextList > li > div > h3:first-of-type::after {
          display: none; }
      .flowtextList > li > div > p {
        font-family: "Noto Serif JP", serif;
        font-size: 15px;
        line-height: 2; }
  @media screen and (max-width: 800px) {
    .flowtextList {
      position: relative;
      width: calc(100% + 40px);
      max-width: 100vw;
      left: -20px;
      margin-left: 0;
      text-align: center; }
      .flowtextList > li {
        width: 100%;
        position: relative;
        background-image: url("img/05/flowBar.svg");
        background-size: 100% auto;
        background-position: bottom center;
        background-repeat: no-repeat; }
        .flowtextList > li > img:first-of-type {
          display: none; }
        .flowtextList > li > img:last-of-type {
          display: block;
          width: 60px;
          position: absolute;
          top: auto;
          left: 0;
          bottom: 27px; }
        .flowtextList > li > div {
          width: 100%; }
          .flowtextList > li > div > h3:first-of-type {
            position: relative;
            text-align: center;
            padding: 0;
            padding-bottom: 40px; }
          .flowtextList > li > div > p {
            text-align: justify; }
      .flowtextList li:last-of-type {
        background-image: none; }
        .flowtextList li:last-of-type > img:last-of-type {
          display: block;
          width: 60px;
          position: absolute;
          top: -18px;
          left: 0;
          bottom: auto; }
        .flowtextList li:last-of-type > div > h3::after {
          content: "";
          display: block;
          position: absolute;
          width: 100vw;
          height: 1px;
          background-color: #d68380;
          top: auto;
          left: -15px;
          bottom: 10px;
          background-image: none; } }

#flowSection01 * {
  box-sizing: border-box; }

#flowSection01 {
  padding: 100px 20px 0;
  text-align: center; }
  #flowSection01 > p {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    margin-bottom: 30px; }
  #flowSection01 > h2 {
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    padding: 15px 50px;
    color: #c92024;
    font-size: 27px;
    font-weight: bold;
    border-top: 1px solid #c92024;
    border-bottom: 1px solid #c92024;
    margin-bottom: 50px; }
  #flowSection01 > a {
    display: block;
    width: 280px;
    margin: 0 auto; }
    #flowSection01 > a > img {
      width: 100%; }
  @media screen and (max-width: 600px) {
    #flowSection01 {
      padding: 50px 20px 0; }
      #flowSection01 > p {
        text-align: justify; }
      #flowSection01 > h2 {
        width: 100%;
        padding: 15px;
        font-size: 20px;
        margin-bottom: 20px; } }

.flowtaisyouBox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px;
  display: flex; }
  .flowtaisyouBox > div {
    width: 50%;
    margin-right: 50px; }
    .flowtaisyouBox > div > h3:first-of-type {
      display: block;
      width: 100%;
      text-align: left;
      color: #fff;
      background-color: #6badaf;
      font-weight: bold;
      padding: 10px 10px 10px 30px;
      margin-bottom: 30px; }
      .flowtaisyouBox > div > h3:first-of-type::after {
        display: none; }
    .flowtaisyouBox > div > ul > li {
      margin-bottom: 20px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 20px; }
      .flowtaisyouBox > div > ul > li > h5 {
        text-align: left;
        font-weight: bold;
        font-family: "Noto Serif JP", serif;
        margin-bottom: 10px; }
      .flowtaisyouBox > div > ul > li > div {
        display: flex; }
        .flowtaisyouBox > div > ul > li > div > h4 {
          text-align: left;
          width: 100%;
          color: #c92024;
          font-family: "Noto Serif JP", serif;
          font-size: 20px;
          font-weight: bold;
          width: 45%;
          margin-right: 5%; }
          .flowtaisyouBox > div > ul > li > div > h4 > span {
            font-family: "Noto Serif JP", serif;
            font-size: 16px; }
        .flowtaisyouBox > div > ul > li > div > p {
          width: 50%;
          text-align: left;
          font-family: "Noto Serif JP", serif;
          font-size: 15px; }
  .flowtaisyouBox > img {
    width: calc(100% - 50px);
    align-self: flex-start; }
  @media screen and (max-width: 1000px) {
    .flowtaisyouBox {
      max-width: 600px;
      display: block;
      text-align: center;
      margin-bottom: 30px; }
      .flowtaisyouBox > div {
        width: 100%; }
        .flowtaisyouBox > div > h3:first-of-type {
          text-align: center; }
        .flowtaisyouBox > div > ul > li > h5 {
          text-align: center; }
        .flowtaisyouBox > div > ul > li > div {
          display: block; }
          .flowtaisyouBox > div > ul > li > div > h4 {
            text-align: center;
            width: 100%; }
          .flowtaisyouBox > div > ul > li > div > p {
            text-align: center;
            width: 100%; }
      .flowtaisyouBox > img {
        width: 100%; } }
