@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
  font-size: 62.5%;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

li {
  list-style-type: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit] [role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  max-width: 100%;
  height: auto;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

body {
  background: #F32D00;
}

.common__pc {
  display: block;
}
@media (max-width: 768px) {
  .common__pc {
    display: none;
  }
}
.common__sp {
  display: none;
}
@media (max-width: 768px) {
  .common__sp {
    display: block;
  }
}

.header {
  background: #5ACAA4;
  padding: 13px 0;
}
@media (max-width: 768px) {
  .header {
    padding: 10px 0;
  }
}
.header ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 68px;
     -moz-column-gap: 68px;
          column-gap: 68px;
  background: url("../img/icon_cross.svg") no-repeat 50% 50%;
}
@media (max-width: 768px) {
  .header ul {
    -webkit-column-gap: 42px;
       -moz-column-gap: 42px;
            column-gap: 42px;
    background-size: 29px 29px;
  }
}
.header ul li img {
  display: block;
  width: 150px;
}
@media (max-width: 768px) {
  .header ul li img {
    width: 100px;
  }
}

.main .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px 0;
}
@media (max-width: 768px) {
  .main .inner {
    padding: 40px 15px 0;
  }
}

.top__more {
  text-align: center;
  display: none;
}
@media (max-width: 768px) {
  .top__more {
    display: block;
  }
}
.top__more a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.top__more a::after {
  content: "";
  display: block;
  width: 11px;
  height: 7px;
  background: url("../img/icon_arrow.svg") no-repeat;
  margin: 10px auto 0;
}
.top__title__group {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .top__title__group {
    margin-bottom: 40px;
  }
}
.top__title__group h1 {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .top__title__group h1 {
    margin-bottom: 30px;
  }
}
.top__title__group p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7222;
}
@media (max-width: 768px) {
  .top__title__group p {
    font-size: 13px;
  }
}
.top__anchor {
  margin-bottom: 95px;
}
@media (max-width: 768px) {
  .top__anchor {
    margin-bottom: 65px;
  }
}
.top__anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 768px) {
  .top__anchor ul {
    display: block;
    margin-left: 15px;
  }
}
.top__anchor ul li {
  width: calc((100% - 60px) / 3);
}
@media (max-width: 768px) {
  .top__anchor ul li {
    width: auto;
    margin-bottom: 15px;
  }
}
.top__anchor ul li:nth-child(1) a::before {
  content: "";
  width: 75px;
  height: 53px;
  background: url("../img/top_topic01.svg") no-repeat;
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .top__anchor ul li:nth-child(1) a::before {
    width: 60px;
    height: 43px;
    background-size: contain;
    left: -15px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    top: calc(50% - 21px);
  }
}
.top__anchor ul li:nth-child(2) a::before {
  content: "";
  width: 75px;
  height: 53px;
  background: url("../img/top_topic02.svg") no-repeat;
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .top__anchor ul li:nth-child(2) a::before {
    width: 60px;
    height: 43px;
    background-size: contain;
    left: -15px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    top: calc(50% - 21px);
  }
}
.top__anchor ul li:nth-child(3) a::before {
  content: "";
  width: 75px;
  height: 53px;
  background: url("../img/top_topic03.svg") no-repeat;
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .top__anchor ul li:nth-child(3) a::before {
    width: 60px;
    height: 43px;
    background-size: contain;
    left: -15px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    top: calc(50% - 21px);
  }
}
.top__anchor ul li a {
  background: #FCF6E1 url("../img/down_arrow.svg") no-repeat left 50% bottom 13px;
  text-decoration: none;
  display: block;
  border-radius: 10px;
  padding: 40px 0;
  text-align: center;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media (max-width: 768px) {
  .top__anchor ul li a {
    padding: 15px 15px 15px 55px;
    text-align: left;
    background-position: right 10px top 50%;
  }
}
.top__anchor ul li a dl dt {
  font-weight: 700;
  font-size: 15px;
}
@media (max-width: 768px) {
  .top__anchor ul li a dl dt {
    font-size: 13px;
  }
}
.top__anchor ul li a dl dd {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #F32D00;
}
@media (max-width: 768px) {
  .top__anchor ul li a dl dd {
    font-size: 16px;
  }
}
.top__section {
  margin-bottom: 95px;
  background: #FFFFFF;
  border-top: 8px solid #5ACAA4;
  position: relative;
  counter-reset: num;
}
@media (max-width: 768px) {
  .top__section {
    border-width: 6px;
    margin-bottom: 64px;
  }
}
.top__section__title {
  background: #FCF6E1;
  text-align: center;
  padding: 62px 0 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .top__section__title {
    padding: 40px 0 20px;
    margin-bottom: 30px;
  }
}
.top__section__title p {
  font-weight: 700;
  line-height: 1.64;
  font-size: 25px;
}
@media (max-width: 768px) {
  .top__section__title p {
    font-size: 16px;
  }
}
.top__section__title h2 {
  font-size: 32px;
  color: #f32d00;
  line-height: 1.3125;
  font-weight: 700;
}
@media (max-width: 768px) {
  .top__section__title h2 {
    font-size: 20px;
  }
}
.top__section__title span {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .top__section__title span {
    font-size: 10px;
  }
}
.top__section__charts {
  margin: 0 40px 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #B1B1B1;
}
@media (max-width: 768px) {
  .top__section__charts {
    margin: 0;
    padding: 0;
    border: none;
  }
}
.top__section__charts.points h4 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4706;
  counter-increment: num;
  position: relative;
}
@media (max-width: 768px) {
  .top__section__charts.points h4 {
    margin-left: 15px;
  }
}
.top__section__charts.points h4::before {
  content: "Point";
  color: #f32d00;
  font-family: "Montserrat";
  line-height: 1;
  font-size: 28px;
  font-weight: 700;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .top__section__charts.points h4::before {
    content: "Point\a";
    white-space: pre;
  }
}
.top__section__charts.points h4 span {
  font-size: inherit;
  font-weight: inherit;
  border-bottom: 2px solid #F32D00;
}
.top__section__charts.points ul li {
  border: none;
}
@media (max-width: 768px) {
  .top__section__charts.points ul li {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.top__section__charts__btn {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 475px;
}
@media (max-width: 768px) {
  .top__section__charts__btn {
    margin: 20px auto 30px;
    max-width: 318px;
  }
}
.top__section__charts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .top__section__charts ul {
    display: block;
  }
}
.top__section__charts ul.list02 li {
  padding: 0 10px;
}
@media (max-width: 768px) {
  .top__section__charts ul.list02 li {
    padding: 0;
  }
}
.top__section__charts ul.list02 li:first-child {
  padding-left: 0;
}
.top__section__charts ul.list02 li:last-child {
  padding-right: 0;
}
.top__section__charts ul li {
  border-right: 1px solid #B1B1B1;
  padding: 0 20px;
  width: 50%;
}
@media (max-width: 768px) {
  .top__section__charts ul li {
    border-right: none;
    margin: 0 15px 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #B1B1B1;
    width: auto;
  }
}
.top__section__charts ul li:first-child {
  padding-left: 0;
}
.top__section__charts ul li:last-child {
  border: none;
  padding-right: 0;
}
@media (max-width: 768px) {
  .top__section__charts ul li:last-child {
    border-bottom: 1px solid #B1B1B1;
  }
}
.top__section__charts ul li h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4706;
  counter-increment: num;
  padding-left: 50px;
  position: relative;
}
.top__section__charts ul li h3::before {
  content: "Q" counter(num);
  color: #f32d00;
  font-family: "Montserrat";
  line-height: 1;
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}
.top__section__charts ul li h3 span {
  font-size: inherit;
  font-weight: inherit;
  border-bottom: 2px solid #F32D00;
}
.top__section__charts ul li figure {
  text-align: center;
}
.top__section#sect01::before {
  content: "";
  width: 110px;
  height: 79px;
  background: url("../img/top_topic01.svg") no-repeat;
  background-size: contain;
  display: block;
  padding: auto;
  top: -40px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .top__section#sect01::before {
    width: 75px;
    height: 53px;
    top: -28px;
  }
}
.top__section#sect01 .top__section__inner {
  padding: 0 40px 40px;
}
@media (max-width: 768px) {
  .top__section#sect01 .top__section__inner {
    padding: 0 15px 30px;
  }
}
.top__section#sect01 .top__section__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .top__section#sect01 .top__section__inner ul {
    gap: 15px 9px;
  }
}
.top__section#sect01 .top__section__inner ul li {
  width: calc((100% - 60px) / 4);
}
@media (max-width: 768px) {
  .top__section#sect01 .top__section__inner ul li {
    width: calc((100% - 9px) / 2);
  }
}
.top__section#sect01 .top__section__inner ul li a {
  display: block;
  background: #FFFFFF url("../img/arrow_left.svg") no-repeat right 10px top 50%;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  text-align: center;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .top__section#sect01 .top__section__inner ul li a {
    padding: 10px;
  }
}
.top__section#sect01 .top__section__inner ul li a dl dt, .top__section#sect01 .top__section__inner ul li a dl dd {
  line-height: 1.4;
}
.top__section#sect01 .top__section__inner ul li a dl dt {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .top__section#sect01 .top__section__inner ul li a dl dt {
    font-size: 14px;
  }
}
.top__section#sect01 .top__section__inner ul li a dl dd {
  font-size: 14px;
}
@media (max-width: 768px) {
  .top__section#sect01 .top__section__inner ul li a dl dd {
    font-size: 12px;
  }
}
.top__section#sect02::before {
  content: "";
  width: 110px;
  height: 79px;
  background: url("../img/top_topic02.svg") no-repeat;
  background-size: contain;
  display: block;
  padding: auto;
  top: -40px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .top__section#sect02::before {
    width: 75px;
    height: 53px;
    top: -28px;
  }
}
.top__section#sect02 .top__section__inner {
  padding-bottom: 1px;
}
.top__section#sect03::before {
  content: "";
  width: 110px;
  height: 79px;
  background: url("../img/top_topic03.svg") no-repeat;
  background-size: contain;
  display: block;
  padding: auto;
  top: -40px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .top__section#sect03::before {
    width: 75px;
    height: 53px;
    top: -28px;
  }
}
.top__section#sect03 .top__section__inner {
  padding: 0 40px 40px;
}
@media (max-width: 768px) {
  .top__section#sect03 .top__section__inner {
    padding: 0 15px 30px;
  }
}
.top__section#sect03 .top__section__articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .top__section#sect03 .top__section__articles {
    display: block;
  }
}
.top__section#sect03 .top__section__articles li {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 768px) {
  .top__section#sect03 .top__section__articles li {
    width: auto;
    margin-bottom: 15px;
  }
}
.top__section#sect03 .top__section__articles li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  padding: 14px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
.top__section#sect03 .top__section__articles li a figure {
  width: 39.8009950249%;
}
.top__section#sect03 .top__section__articles li a figure img {
  aspect-ratio: 160/106;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top__section#sect03 .top__section__articles li a p {
  width: 56.7164179104%;
  line-height: 1.5;
  font-size: 16px;
}
@media (max-width: 768px) {
  .top__section#sect03 .top__section__articles li a p {
    font-size: 14px;
  }
}

footer {
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px;
}

.sec__title__group {
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .sec__title__group {
    margin-bottom: 70px;
  }
}
.sec__title__group h1 {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .sec__title__group h1 {
    font-size: 32px;
  }
}
.sec__title__group p {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  .sec__title__group p {
    font-size: 20px;
  }
}
.sec__block {
  background: #fff;
  padding: 60px 40px 40px;
  position: relative;
  margin-bottom: 125px;
}
@media (max-width: 768px) {
  .sec__block {
    padding: 40px 15px 30px;
    margin-bottom: 85px;
  }
}
.sec__block::before {
  content: "";
  width: 110px;
  height: 91px;
  background: url("../img/icon_clip.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .sec__block::before {
    width: 75px;
    height: 62px;
    top: -45px;
  }
}
.sec__block__header {
  border-bottom: 1px solid #F32D00;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .sec__block__header {
    margin-bottom: 20px;
  }
}
.sec__block__header__no {
  border-right: 1px solid #F32D00;
  margin-bottom: 10px;
  padding: 0 30px 0 6px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .sec__block__header__no {
    font-size: 12px;
    padding: 0 20px 0 0;
  }
}
.sec__block__header__no span {
  display: block;
  font-size: 60px;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 1;
  color: #f32d00;
}
@media (max-width: 768px) {
  .sec__block__header__no span {
    font-size: 42px;
  }
}
.sec__block__header__title {
  padding-left: 20px;
  padding-bottom: 10px;
}
.sec__block__header__title p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .sec__block__header__title p {
    font-size: 16px;
  }
}
.sec__block__header__title h2 {
  font-size: 18px;
  font-weight: 600;
  color: #f32d00;
}
@media (max-width: 768px) {
  .sec__block__header__title h2 {
    font-size: 16px;
  }
}
.sec__block__spec {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .sec__block__spec {
    margin-bottom: 40px;
  }
}
.sec__block__spec h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .sec__block__spec h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.sec__block__spec > ul > li {
  margin-bottom: 16px;
}
.sec__block__spec > ul > li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}
@media (max-width: 768px) {
  .sec__block__spec > ul > li dl {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.sec__block__spec > ul > li dl dt {
  background: #F32D00;
  width: 160px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  height: 30px;
  line-height: 1;
  padding-top: 5px;
  position: relative;
}
@media (max-width: 768px) {
  .sec__block__spec > ul > li dl dt {
    width: 134px;
    height: 24px;
    font-size: 13px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.sec__block__spec > ul > li dl dt::after {
  content: "";
  display: block;
  width: 10px;
  height: 30px;
  background: url("../img/spec_icon.svg") no-repeat;
  position: absolute;
  right: -10px;
  top: 0;
}
@media (max-width: 768px) {
  .sec__block__spec > ul > li dl dt::after {
    width: 8px;
    height: 24px;
    right: -8px;
    background-size: contain;
  }
}
.sec__block__spec > ul > li dl dd {
  font-size: 20px;
  font-weight: 700;
  color: #F32D00;
  line-height: 1.3;
  width: calc(100% - 158px);
}
@media (max-width: 768px) {
  .sec__block__spec > ul > li dl dd {
    width: calc(100% - 114px);
    font-size: 15px;
  }
}
.sec__block__spec > ul > li dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 768px) {
  .sec__block__spec > ul > li dl dd ul {
    display: block;
  }
  .sec__block__spec > ul > li dl dd ul li {
    font-size: 14px;
  }
}
.sec__block__section h3 {
  background: #F6E7B3;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 15px 15px 25px;
  border-left: 6px solid #5ACAA4;
}
@media (max-width: 768px) {
  .sec__block__section h3 {
    margin: 0 -15px 20px;
    padding: 10px 10px 10px 15px;
    font-size: 16px;
  }
}
.sec__block__section p {
  margin-bottom: 50px;
}
.sec__block__section p span {
  display: block;
  margin-top: 30px;
  font-size: 13px;
}
@media (max-width: 768px) {
  .sec__block__section p span {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .sec__block__section p {
    font-size: 14px;
  }
}
.sec__block__links {
  border-top: 1px solid #F32D00;
  padding-top: 40px;
}
.sec__block__links h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .sec__block__links h3 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.sec__block__links h3::before {
  content: "";
  display: block;
  width: 2px;
  height: 44px;
  background: url("../img/line.svg") no-repeat;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  margin-right: 20px;
}
.sec__block__links h3::after {
  content: "";
  display: block;
  width: 2px;
  height: 44px;
  background: url("../img/line.svg") no-repeat;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  margin-left: 20px;
}
.sec__block__links dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sec__block__links dl {
    display: block;
    width: auto;
  }
}
.sec__block__links dl dt img {
  max-width: 240px;
}
@media (max-width: 768px) {
  .sec__block__links dl dt {
    text-align: center;
    margin-bottom: 20px;
  }
}
.sec__block__links dl dd ul li {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .sec__block__links dl dd ul li {
    margin-bottom: 5px;
  }
}
.sec__block__links dl dd ul li:last-child {
  margin-bottom: 0;
}
.sec__block__links dl dd ul li::before {
  content: "";
  background: url("../img/arrow_left.svg") no-repeat;
  width: 5px;
  height: 10px;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
}
.sec__block__links dl dd ul li a {
  color: #F32D00;
  font-size: 16px;
}
@media (max-width: 768px) {
  .sec__block__links dl dd ul li a {
    font-size: 14px;
  }
}
.sec__school {
  background: #fff;
  margin-bottom: 60px;
  border-top: 8px solid #5ACAA4;
}
@media (max-width: 768px) {
  .sec__school {
    margin-bottom: 70px;
    margin-top: -40px;
  }
}
@media (max-width: 768px) {
  .sec__school .top__section__title {
    padding-top: 15px;
    margin-bottom: 0;
  }
}
.sec__school__inner02 {
  padding: 0 40px 40px;
}
@media (max-width: 768px) {
  .sec__school__inner02 {
    padding: 0 15px 30px;
  }
}
.sec__school__inner02 .sec__school__list {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .sec__school__inner02 .sec__school__list {
    margin-bottom: 30px;
  }
}
.sec__school__inner02__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 768px) {
  .sec__school__inner02__wrap {
    display: block;
    margin-top: 30px;
  }
}
.sec__school__inner02__cont {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 768px) {
  .sec__school__inner02__cont {
    width: auto;
  }
}
.sec__school__inner02__cont h3 {
  width: 80px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .sec__school__inner02__cont h3 {
    font-size: 13px;
    width: 64px;
  }
}
.sec__school__inner02__cont h3.bun {
  background: #7ED6B8;
}
.sec__school__inner02__cont h3.ri {
  background: #EDD068;
}
.sec__school__inner02 figure {
  max-width: 375px;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .sec__school__inner02 figure {
    max-width: 275px;
  }
}
.sec__school__inner {
  padding: 0 40px 40px;
}
@media (max-width: 768px) {
  .sec__school__inner {
    padding: 0 15px 30px;
  }
}
.sec__school dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
@media (max-width: 768px) {
  .sec__school dl {
    display: block;
  }
}
.sec__school dl dd {
  max-width: 375px;
}
@media (max-width: 768px) {
  .sec__school dl dd {
    max-width: 275px;
    margin: 0 auto 20px;
  }
}
.sec__school__list {
  margin-bottom: 30px;
  counter-reset: num;
  max-width: 420px;
}
.sec__school__list li {
  border-bottom: 1px solid #B1B1B1;
  counter-increment: num;
  display: block;
  padding: 20px 20px 20px 40px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
@media (max-width: 768px) {
  .sec__school__list li {
    font-size: 15px;
    padding: 15px 15px 15px 35px;
  }
}
.sec__school__list li::before {
  content: counter(num);
  background: #F32D00;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat";
  left: 0;
  top: 25px;
}
@media (max-width: 768px) {
  .sec__school__list li::before {
    font-size: 14px;
    width: 24px;
    height: 24px;
    top: 18px;
  }
}
.sec__school__note li {
  font-size: 12px;
  padding-left: 15px;
  position: relative;
}
@media (max-width: 768px) {
  .sec__school__note li {
    line-height: 1.5;
  }
}
.sec__school__note li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.sec__back__btn {
  text-align: center;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .sec__back__btn {
    margin: 0 30px 70px;
  }
}
.sec__back__btn a {
  max-width: 320px;
  display: block;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  background: #FCF6E1;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 700;
  padding: 17px;
  line-height: 1;
  position: relative;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.sec__back__btn a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .sec__back__btn a {
    max-width: none;
  }
}
.sec__back__btn a::after {
  content: "";
  background: url("../img/arrow_left.svg") no-repeat;
  width: 7px;
  height: 14px;
  background-size: contain;
  position: absolute;
  left: 30px;
  top: calc(50% - 7px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}