@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: url(../images/bg.png) repeat center top;
  color: #231815;
  line-break: strict;
}
.container {
  position: relative;
  max-width: 1040px;
  box-sizing: border-box;
  margin: 70px auto;
  padding: 40px;
  background: #fff;
  border: 15px solid #a6b1b5;
}
@media screen and (max-width: 1080px) {
  .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 880px) {
  .container {
    margin: 6vw 2vw;
    padding: 4vw;
    border-width: 2vw;
  }
}

.header {
  position: relative;
}
@media screen and (max-width: 880px) {
  .header {
    position: static;
  }
}
.header h1 {
  position: absolute;
  left: -92px;
  top: -80px;
}
@media screen and (max-width: 1080px) {
  .header h1 {
    max-width: calc(100% + 132px);
    overflow-x: hidden;
  }
}
@media screen and (max-width: 880px) {
  .header h1 {
    z-index: 3;
    max-width: initial;
    width: 90vw;
    top: -4vw;
    left: -5.5vw;
  }
  .header h1 img {
    width: 100%;
    height: auto;
  }
}
.header p {
  position: relative;
  z-index: 2;
  padding: 130px 0 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 880px) {
  .header p {
    padding: 14vw 30% 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    background: url(../images/top.png) no-repeat right bottom;
    background-size: auto 65%;
  }
}

.main {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 880px) {
  .main {
    gap: 4vw;
    margin-top: 4vw;
  }
}

.box {
  position: relative;
  width: calc(50% - 20px);
  padding: 20px 20px 30px;
  border-radius: 10px;
  box-sizing: border-box;
  background: rgba(216, 216, 216, 0.6);
}
@media screen and (max-width: 880px) {
  .box {
    width: auto;
    padding: 3vw 4vw 6vw;
  }
}
.box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 108px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media screen and (max-width: 880px) {
  .box::before {
    width: 72px;
    height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .box::before {
    width: 54px;
    height: 30px;
  }
}
.box:nth-of-type(1)::before {
  background-image: url(../images/point01.png);
}
.box:nth-of-type(2)::before {
  background-image: url(../images/point02.png);
}
.box:nth-of-type(3)::before {
  background-image: url(../images/point03.png);
}
.box:nth-of-type(4)::before {
  background-image: url(../images/point04.png);
}
.box > p {
  margin: 0 0 0 108px;
  line-height: 1.6;
}
@media screen and (max-width: 880px) {
  .box > p {
    margin-left: 72px;
  }
}
@media screen and (max-width: 640px) {
  .box > p {
    margin-left: 54px;
  }
}
.box > p strong {
  font-weight: 700;
}
.box > p strong b {
  color: #bc1081;
}
.box_graph {
  margin: 20px 0 0 0;
  text-align: center;
}
.box_graph h2 {
  padding: 10px;
  background: rgba(60, 141, 204, 0.34);
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
}
.box_graph p {
  margin: 5px 0 15px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 1080px) {
  .box_graph img {
    max-width: 100%;
  }
}

.footer {
  position: relative;
  margin: 30px 0 0 0;
  padding: 0 100px 0 0;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 880px) {
  .footer {
    padding-left: 20%;
    padding-right: 182px;
  }
}
@media screen and (max-width: 640px) {
  .footer {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.footer::before {
  content: "";
  position: absolute;
  left: -60px;
  bottom: -90px;
  display: block;
  width: 194px;
  height: 160px;
  background: url(../images/btm.png) no-repeat;
}
@media screen and (max-width: 640px) {
  .footer::before {
    left: -7vw;
    bottom: -7vw;
    width: 120px;
    height: 90px;
    background-size: contain;
  }
}
.footer p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .footer p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.footer p b {
  background: linear-gradient(transparent 60%, #fff100 40%);
}
.footer a {
  position: absolute;
  right: -55px;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .footer a {
    position: static;
    justify-content: right;
    margin: 3vw -6vw 0 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .footer a img {
    width: 60px;
  }
}
.footer a span {
  position: relative;
  padding: 0 5px 0 10px;
}
.footer a span::before, .footer a span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 2px solid #bc1081;
  transform-origin: left center;
}
.footer a span::before {
  top: -5px;
  transform: rotate(-8deg);
}
.footer a span::after {
  bottom: -5px;
  transform: rotate(8deg);
}

.sp {
  display: none;
}
@media screen and (max-width: 880px) {
  .sp {
    display: block;
  }
}
