@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=Kosugi+Maru&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
.bg_even {
  background: #f2f2f2;
}

.mv {
  width: 100%;
  height: 280px;
  background: url(../img/mv_left_500_280.png) left top/500px 280px no-repeat, url(../img/mv_right_500_280.png) right bottom/500px 280px no-repeat, #e2e7ed;
  display: grid;
  grid-template-columns: 630px;
  justify-content: center;
  align-content: center;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .mv {
    height: 480px;
    display: block;
    position: relative;
  }
}
.mv .container {
  width: 100%;
}
.mv h2 {
  font-size: 28px;
  line-height: 1.5;
  color: #003b83;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv h2 {
    filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 4px #fff);
  }
}
@media screen and (max-width: 640px) {
  .mv h2 {
    position: absolute;
    top: 43px;
    right: 25px;
    text-align: left;
  }
}
.mv hr {
  width: 100%;
  height: 2px;
  border: none;
  background: #003b83;
  margin: 16px 0 18px;
}
@media screen and (max-width: 768px) {
  .mv hr {
    filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 4px #fff);
  }
}
@media screen and (max-width: 640px) {
  .mv hr {
    display: none;
  }
}
.mv h3 {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  color: #f39800;
}
@media screen and (max-width: 768px) {
  .mv h3 {
    filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 4px #fff);
  }
}
@media screen and (max-width: 640px) {
  .mv h3 {
    position: absolute;
    bottom: 65px;
    left: 25px;
    font-size: 24px;
    text-align: left;
  }
}

.contents_title {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 700;
  font-size: 38px;
  line-height: 1.35;
  text-align: center;
}

.area01 {
  padding: 20px 0 50px;
}
.area01 .container {
  width: 960px;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .area01 .container {
    width: 630px;
  }
}
@media screen and (max-width: 640px) {
  .area01 .container {
    width: 600px;
  }
}
.area01 .container .trouble {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 30px;
}
@media screen and (max-width: 640px) {
  .area01 .container .trouble {
    gap: 0;
  }
}
.area01 .container .trouble li {
  width: 300px;
}
@media screen and (max-width: 640px) {
  .area01 .container .trouble li:last-child {
    margin-top: -30px;
  }
}
.area01 .container .answer {
  margin-top: 30px;
  text-align: center;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 700;
  color: #003b83;
  font-size: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .area01 .container .answer {
    font-size: 34px;
  }
}

.area02 {
  padding: 50px 0;
}
.area02 .container {
  width: 93.75%;
  max-width: 840px;
  margin: auto;
}
.area02 .container .graph {
  margin-top: 30px;
}
.area02 .container .text {
  margin-top: 18px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  color: #f39800;
}
@media screen and (max-width: 640px) {
  .area02 .container .text {
    font-size: 32px;
  }
}

.area03 {
  padding: 50px 0;
}
.area03 .container {
  width: 93.75%;
  max-width: 960px;
  margin: auto;
  position: relative;
}
.area03 .container .detail {
  width: 100%;
  max-width: 780px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 6px 18px;
}
.area03 .container .detail .item01 div {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fdd23e;
}
.area03 .container .detail .item02 {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5;
}
.area03 .container .detail .item03 {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .area03 .container .detail .item03 {
    font-size: 18px;
  }
}
.area03 .container .detail div:nth-child(5), .area03 .container .detail div:nth-child(6) {
  padding-top: 16px;
}
.area03 .container .img {
  width: 239px;
  position: absolute;
  right: 0;
  top: -60px;
}
@media screen and (max-width: 820px) {
  .area03 .container .img {
    position: static;
    right: inherit;
    top: inherit;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .area03 .container .img {
    width: 298px;
  }
}

.area04 {
  padding: 50px 0;
  overflow-x: hidden;
}
.area04 .container {
  width: 100%;
  max-width: 960px;
  margin: auto;
}
.area04 .container .works {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 216px);
  grid-template-rows: 216px;
  grid-auto-rows: 216px;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 820px) {
  .area04 .container .works {
    grid-template-columns: repeat(3, 216px);
  }
}
@media screen and (max-width: 640px) {
  .area04 .container .works {
    grid-template-columns: repeat(2, 290px);
    grid-template-rows: 290px;
    grid-auto-rows: 290px;
    gap: 20px;
  }
}
.area04 .container .works div {
  width: 100%;
}
.area04 .container .works div.item01 {
  position: relative;
}
.area04 .container .works div.item01 .img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 266px;
}
@media screen and (max-width: 640px) {
  .area04 .container .works div.item01 {
    display: none;
  }
}
.area04 .container .works div.item02 {
  box-sizing: border-box;
  padding: 15px 0;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 30px 1fr;
  border-radius: 30px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .area04 .container .works div.item02 {
    grid-template-rows: 40px 1fr;
    padding: 18px 0;
  }
}
.area04 .container .works div.item02.orange {
  background: #f39800;
}
.area04 .container .works div.item02.green {
  background: #00a29a;
}
.area04 .container .works div.item02 .use {
  width: 114px;
  height: 30px;
  margin: auto;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 6px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .area04 .container .works div.item02 .use {
    width: 153px;
    height: 40px;
    font-size: 21px;
    border-width: 3px;
    border-radius: 8px;
  }
}
.area04 .container .works div.item02 .cate {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .area04 .container .works div.item02 .cate {
    font-size: 30px;
  }
}
.area04 .container .works div.item03 {
  display: none;
}
@media screen and (max-width: 640px) {
  .area04 .container .works div.item03 {
    display: block;
    position: relative;
  }
  .area04 .container .works div.item03 .img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 350px;
  }
}
.area04 .container .cap {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .area04 .container .cap {
    width: 93.75%;
    margin: 32px auto 0;
  }
}
.area04 .container .cap p {
  position: relative;
  padding-left: 1em;
}
.area04 .container .cap p::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "※";
}

.area05 {
  padding: 50px 0;
}
.area05 .container {
  width: 93.75%;
  max-width: 960px;
  margin: auto;
  position: relative;
}
.area05 .container .case {
  margin-top: 40px;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(3, 310px);
  grid-template-rows: 130px;
  grid-auto-rows: 130px;
  gap: 15px;
}
@media screen and (max-width: 820px) {
  .area05 .container .case {
    grid-template-columns: repeat(2, 310px);
  }
}
@media screen and (max-width: 640px) {
  .area05 .container .case {
    grid-template-columns: 460px;
    grid-template-rows: 160px;
    grid-auto-rows: 160px;
    gap: 20px;
  }
}
.area05 .container .case div {
  width: 100%;
  border-radius: 30px;
  background: #003b83;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .area05 .container .case div {
    font-size: 30px;
  }
}
.area05 .container .img {
  position: absolute;
  width: 230px;
  left: -28px;
  top: -60px;
  z-index: 1000;
}
@media screen and (max-width: 820px) {
  .area05 .container .img {
    position: static;
    left: inherit;
    top: inherit;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .area05 .container .img {
    width: 288px;
  }
}

.area06 {
  padding: 50px 0;
}
.area06 .container {
  width: 93.75%;
  max-width: 960px;
  margin: auto;
}
.area06 .container .sub_title {
  margin-top: 40px;
  text-align: center;
}
.area06 .container .sub_title div {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 1.5em;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  color: #003b83;
}
.area06 .container .sub_title div::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "Q.";
}
@media screen and (max-width: 640px) {
  .area06 .container .sub_title div {
    font-size: 28px;
  }
}
.area06 .container .article01 {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 236px 700px;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 820px) {
  .area06 .container .article01 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .area06 .container .article01 .img {
    width: 236px;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .area06 .container .article01 .img {
    width: 295px;
  }
}
.area06 .container .flow {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.area06 .container .flow div {
  box-sizing: border-box;
  background: #fff;
  padding: 8px 36px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  border: 2px solid #999;
  border-radius: 30px;
}
.area06 .container .article02 {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 700px 180px;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 820px) {
  .area06 .container .article02 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.area06 .container .article02 .img {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 820px) {
  .area06 .container .article02 .img {
    width: 180px;
    margin: auto;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 640px) {
  .area06 .container .article02 .img .img {
    width: 225px;
  }
}
.area06 .container .article02 .flow {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 820px) {
  .area06 .container .article02 .flow {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.area06 .container .flow {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.area06 .container .flow div {
  box-sizing: border-box;
  background: #fff;
  padding: 16px 36px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  border: 2px solid #999;
  border-radius: 30px;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .area06 .container .flow div {
    font-size: 28px;
    border-radius: 40px;
  }
}

.area07 {
  padding: 50px 0 100px;
}
.area07 .container {
  width: 93.75%;
  max-width: 960px;
  margin: auto;
  position: relative;
}
.area07 .container .flow {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 120px auto;
  grid-template-rows: 120px;
  grid-auto-rows: 120px;
  justify-content: center;
  align-items: center;
  gap: 10px 30px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 700;
  color: #003b83;
}
@media screen and (max-width: 640px) {
  .area07 .container .flow {
    grid-template-columns: 150px auto;
    grid-template-rows: 150px;
    grid-auto-rows: 150px;
    gap: 12px 30px;
  }
}
.area07 .container .flow .item01 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 8px solid #7e8cbb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .area07 .container .flow .item01 {
    border-width: 10px;
    font-size: 20px;
  }
}
.area07 .container .flow .item01 .line {
  position: absolute;
  left: 48px;
  top: 52px;
  width: 8px;
  height: 520px;
  background: #7e8cbb;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .area07 .container .flow .item01 .line {
    left: 60px;
    top: 60px;
    width: 10px;
    height: 648px;
  }
}
.area07 .container .flow .item02 {
  font-size: 18px;
  line-height: 1.65;
}
.area07 .container .flow .item02 span.red {
  color: #e4007f;
}
@media screen and (max-width: 640px) {
  .area07 .container .flow .item02 {
    font-size: 22px;
  }
}
.area07 .container .img {
  width: 240px;
  position: absolute;
  right: 30px;
  bottom: -20px;
}
@media screen and (max-width: 820px) {
  .area07 .container .img {
    right: -15px;
    bottom: -30px;
  }
}
@media screen and (max-width: 640px) {
  .area07 .container .img {
    width: 300px;
    position: static;
    right: inherit;
    bottom: inherit;
    margin: 30px auto 0;
  }
}

.second {
  margin-top: 100px;
}/*# sourceMappingURL=style.css.map */